@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/* Bold */
@font-face {
  font-family: 'BBC Reith Serif';
  src: url('/wp-content/themes/your-theme/fonts/BBCReithSerif_Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}




.great-vibes-regular {
  font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
}

/*@font-face {
    font-family: 'Monotype Corsiva';
    src: url('../font/MonotypeCorsivaBold.woff2') format('woff2'),
        url('../font/MonotypeCorsivaBold.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}*/


@font-face {
    font-family: 'Alex Brush';
    src: url('../font/AlexBrush-Regular.woff') format('woff'),
         url('../font/AlexBrush-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* ensures text is visible while font loads */
}

/*@font-face {
    font-family: 'Great Vibes';
    src: url('../font/GreatVibes-Regular.woff') format('woff'),
         url('../font/GreatVibes-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/
/*-- Common Style --*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  /*font-family: "Lexend Deca", sans-serif;*/
   font-family: 'BBC Reith Serif' !important;
  color: #141414;
  font-size: 16px;
  background-color: #fff;
}

a {
  text-decoration: none !important;
  color: #000;
}
img {
	max-width:100% !important;
}
	

/* a:hover {
  color: #f67366;
} */

body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #02335e !important;
}



body ul {
  margin: 0;
  padding: 0 !important;
  list-style: none;
}


#loginform p {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
#loginform p label {
    flex: 1 1 30%;
    max-width: 30%;
}
	#loginform input {
    border: 1px solid #ddd !important;
    text-indent: 10px;
}
#loginform input:focus {
    outline: 0 !important;
}
span.loginor {
    margin-block: 10px !important;
    display: inline-block;
}
.login-submit input {
    border-radius: 4px;
    padding: 10px 12px;
    display: inline-block;
    line-height: 15px;
    font-size: 12px;
	text-indent: 0 !important;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid black;
}
span#spinner-image {
    display: none;
}

.recomd-item h6.limit2 {
  height: 35px;
  overflow: hidden;
}
.magazine-item .card-body h5 {
    margin-top: 5px;
}
.related-magazines h2 {
    font-size: 28px;
}

div#magazine-flipbook>h1 {
    font-size: 28px;
    margin: 10px 0;
}
.zoom-img-wrapper {
    border-radius: 8px;
}

.zoom-img-wrapper .magazine-item {
    transition: transform 0.4s ease;
    display: block;
}

.zoom-img-wrapper:hover .magazine-item {
    transform: scale(1.05);
}
.swiper-pagination-bullet{
  background: #e4e4e4 !important;
}

.gallery-slider .swiper-btn:after{
  color: #fff !important;
}
.gallery-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #fff !important;
}
.swiper-slide.gallery-slide.swiper-slide-visible.swiper-slide-fully-visible.swiper-slide-active{
  filter: blur(0px) !important;
}
.gallery-slide{
  filter: blur(0px) !important;
  border-radius: 0px !important;
  border: 1px solid #fff !important;
}

/* ---Custom Container--- */
@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
  
}


.reqfrm .form-check .form-check-input {
    float: unset !important;
    border: 0;
}

.reqfrm label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.reqfrm textarea#message, span.wpcf7-form-control-wrap textarea {
    height: 140px !important;
}

.baselist .basinner {
    align-items: center !important;
}

.reqfrm br {
    display: none;
}

.reqfrm input[type="radio"], .reqfrm input[type="checkbox"] {
    height: 35px !important;
}

.reqfrm .form-check {
    padding-left: 0;
}

/*----- Header----*/


.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-nav>ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.badge {
  /*position: absolute;*/
  top: 0px;
  right: 0;
  margin: auto;
  left: 0;
  width: fit-content;
}

nav.main-nav li {
  position: relative;
}

nav.main-nav li a img{
    width: 35px;
    height: 35px;
}

img.menu-image.menu-image-title-after {
    margin-right: 14px;
    border: 2px white solid;
    border-radius: 50%;
}
.main-nav > ul > li > a, .header-right ul > li > a {
  line-height: 16.8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  color: #fff;
  /*padding: 21px 0;*/
  display: inline-block;
  transition: all 0.5s linear;
}

.main-nav>ul>li:hover>a {
  color: #fff;
}

.heading-lg {
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 0;
}

.prem-item {
  border: 2px solid #e5e5e5;
  border-radius: 10px;
}

.ttcolor {
  color: #02335e;
}

.owl-nav button {
  position: absolute;
  top: 170px;
  left: -40px;
  width: 45px;
  height: 45px;
  background: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.owl-nav .owl-next {
  left: auto !important;
  right: -40px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #000 !important;
}

.owl-nav span {
  font-size: 50px;
  position: relative;
  top: -5px;
  color: #0096db;
}

.owl-dots.disabled, .owl-nav.disabled {
  display: block !important;
}

.exposlide .owl-prev, .exposlide .owl-next {
  margin-top: 60px !important;
}

.exposlide .owl-next {
right: -30px;
}
.exposlide .owl-prev {
left: -30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #007ebf !important;
}

.prem-img img {
  border-radius: 12px;
  padding: 0px;
  width: 100% !important;
  height: 200px;
  object-fit: cover;
}



section.premium-ares {
  height: 380px;
  margin-bottom: 220px !important;
}


.subcribe .es-form-field-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px; */
}

.subcribe input#ivbp {
  border: 0;
  height: 50px !important;
}

.subcribe .es-form-field-container .gjs-row {
  margin: 0 !important;
}

.subcribe div#es_form_f2-n1 {
  width: 100%;
}

form[data-form-id="2"] .es-form-field-container .gjs-row:last-child {
  flex: 1 !important;
}

#menu-sidebar + li a {
  font-weight: 600;
  font-size: 18px;
}

#menu-sidebar + li {
  list-style: none;
  padding-left: 20px;
}

form[data-form-id="2"] .es-form-field-container .gjs-row + .gjs-row {
  flex: 1 1 80%;
  max-width: 80%;
}

.subcribe .input-group {
  display: flex;
  justify-content: start;
  align-items: center;
}

.main-nav>ul>li:hover>.drop-menu, .main-nav>ul>li:hover> #menu-country{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.main-nav>ul>li:hover>.drop-menu, .main-nav>ul>li:hover> #menu-usa-countries{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.menu-link:hover {
  transition: all 0.5s linear;
  transform: scale(0.9);
}

/* ---Drop Menu--- */
.drop-holder {
  position: relative;
}

li#menu-item-8268 > a {
  padding-bottom: 0;
}


.drop-menu, #menu-country {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #000;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 300px;
  text-align: left;
  z-index: 2;
  transform-origin: 0 0 0;
  transform: scaleY(0);
  height: 290px;
  overflow-y: auto;
  border-radius: 0 0 10px 10px;
}

.drop-menu>li>a {
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  line-height: 48px;
  text-transform: uppercase;
  padding-left: 18px;
}
.drop-menu>li {
  border-bottom: 1px solid #4c4b4b;
}

.drop-menu>li>a:hover {
  color: #4a93fb;
}


.header-btns {
  display: flex;
  gap: 30px;
}

span.togicon {
  width: 30px;
  height: 1px;
  display: flex;
  background: #fff;
  position: relative;
}

.togicon:before, .togicon:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: -8px;
  display: block;
}

.togicon:after {
  bottom: -8px !important;
  right: 0;
  top: auto !important;
}

.tabbtns a {
  font-size: 10px !important;
  padding: 7px !important;
}

/* ---Custom Button--- */
.btn-custom-size {
  border-radius: 4px;
  padding: 10px 12px;
  display: inline-block;
  line-height: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 20px !important;
  padding: 15px 20px;
  letter-spacing: 1px;
}

/* ---Global Overlay--- */
/* .mobile-menu_wrapper.open:before {
  content: '';
  background-color: rgb(255 255 255 / 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 70px;
  z-index: 99;
  visibility: visible;
} */

.mobile-menu_wrapper.open ~ .global-overlay {
  background-color: rgb(255 255 255 / 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 70px;
  z-index: 99;
  visibility: visible;
}
/* 
.global-overlay.overlay-open {
  visibility: visible;
  cursor: pointer;
} */



.mobile-menu_wrapper {
  position: relative;
}


/*----Offcanvas-----*/
.mobile-menu_wrapper .offcanvas-body {
  background-color: #fff;
  position: fixed;
  top: 68px;
  left: -350px;
  width: 350px;
  z-index: 9;
  visibility: hidden;
  opacity: 0;
  overflow: visible;
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 500ms ease;
  padding: 0;
}

.mobile-menu_wrapper.open .offcanvas-body {
  visibility: visible;
  left: 0;
  opacity: 1;
  z-index: 999;
}

.feat-sidebar .sideimg {
  flex: 1 1 40%;
  max-width: 40%;
}

.sideitem {
  flex: 1 1 100%;
}

.sideitem > p, .prem-data > h5 {
  color: #02335e !important;
}

.prem-data > h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 39px;
}

.limit2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.limit3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (min-width: 992px) {
  .feat-sidebar .sideitem {
    width: 100% !important;
}

}


@media (max-width: 991px) {
  .mobile-menu_wrapper .offcanvas-body {
    width: 100%;
  }

  .logo-inner img {
    filter: brightness(0);
    display: table;
    margin: auto;
}
}

.mobile-menu_wrapper .inner-body {
  padding: 10px 0px;
}

.mobile-menu_wrapper .offcanvas-top {
  display: flex;
  justify-content: flex-end;
  padding: 0 25px 30px;
  height: auto;
  border-bottom: 0;
  transform: none;
}

.mobile-menu_wrapper .button-close {
  font-size: 30px;
  color: #141414;
  position: absolute;
  top: 0px;
  right: 20px;
}

.mobile-menu_wrapper .mobile-menu>li>a span {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu_wrapper .mobile-menu li {
  position: relative;
}


.mobile-menu_wrapper .mobile-menu li>.menu-expand {
  position: absolute;
  right: 0;
  top: 2px;
  width: 50px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}

.mobile-menu_wrapper .mobile-menu li a {
  color: #141414;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  line-height: 50px;
  font-weight: 700;
}

.mobile-menu_wrapper .mobile-menu li a:hover {
  background: #f5f5f5;
}

ul.mobile-menu > li > a {
  padding-inline: 20px;
}

.mobile-menu_wrapper .mobile-menu li a i {
  font-size: 24px;
}

.mobile-menu_wrapper .mobile-menu li .sub-menu {
  overflow-y: auto;
  padding-inline: 20px !important;
  margin: 0;
  background: #f5f5f5;
}

.mobile-menu_wrapper .mobile-menu li .sub-menu li a {
  color: #141414;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.followdiv {
  border-top: 1px solid #ddd;
  margin-top: 50px;
}

.mobile-menu_wrapper .mobile-menu li .sub-menu li a span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile-menu_wrapper .mobile-menu li .sub-menu li.menu-open>a {
  color: #007EBF;
}


.mobile-menu_wrapper .mobile-menu li.menu-open>a {
  color: #007EBF;
}
/* 
.mobile-menu_wrapper .mobile-menu li.menu-open>a>span>i:before {
  content: '\e682';
} */


header.header-area {
  z-index: 99999;
}

.feat-area  .feat-item.sticky-top, .blog-sidebar .sticky-top, .secure-sidebar {
top: 100px !important;
  z-index: 99;
}
.blog-sidebar.sticky-top {
  top: 90px !important;
}

.feat-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}



.recent-img img {
  width: 380px !important;
  height: 150px;
  object-fit: cover;
}


.recent-body, .blog-sidebar .sideitem {
  flex: 1 1 90%;
}


.recent-item:before {
  background: #c00404;
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: -8px;
  width: 18px;
  height: 4px;
}

.brand, .explore {
  margin-top: -50px;
  padding-top: 70px;
  height: 400px !important;
}

.explore {
  height: 340px !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007FC0;
}

.expores .prem-img img {
  width: 250px !important;
  height: 300px;
  object-fit: cover;
  object-position: 100% 20%;
}

.heading-lg {
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
}
.heading-md {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
.heading-sm {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.heading-xs {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.list-styled li {
  list-style: disc;
  margin-left: 23px;
}

.followlinks a {
  font-size: 18px;
  color: #000;
}

.socialinks a {
  width: 40px;
  height: 40px;
  background: #dbe8ee;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #000;
  font-size: 19px;
}

.blog-img > img {
  width: 100%;
  height: 550px;
}

.stmg {
  border-radius: 10px;
}
.catmg {
    height: 190px;
    width: 100%;
    border-radius: 5px 5px 0 0;
    object-fit: cover;
}
.cat-inner {
  max-width: 32%;
  margin-bottom: 20px;
  transition: all 0.2s linear;
}

.cat-inner:hover {
box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
  transform: scale(1.04);
  transition: all 0.2s linear;
  cursor: pointer;
}

.btn-custom-size-lg {
  padding: 12px 30px;
  font-weight: 500;
}

.form-control {
  line-height: 2.5rem;
}

.list-item {
  transition: all 0.2s linear;
}

.list-item:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
  transform: scale(1.04);
  transition: all 0.2s linear;
}
.list-item:hover h6 {
  font-weight: 600;
}

.awrimg {
  margin-top: -40px;
  margin-bottom: 10px;
}

/* .list_inner {
  padding-left: 3%;
  padding-right: 5%;
} */



.award-card, .mb-70 {
  margin-bottom: 70px !important;
}

.bg-grey {
  background: #E2E8ED;
}

.lbadge {
  position: absolute;
  right: 20px;
}

.secureslide .owl-nav button {
  top: 40%;
  left: -50px;
  width: 40px;
  height: 40px;
  background: #fff !important;
  box-shadow: rgba(195, 195, 195, 0.55) 0px 6px 5px;
  transition: all 0.4s linear;
}

.secureslide .owl-nav button:hover {
  transition: all 0.4s linear;
  transform: scale(1.30);
}

.secrecitem {
  transform: scale(1);
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.4s;
}

.secrecitem:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transform: scale(1.04);
  transition: all 0.4s;
}

.secureslide .owl-nav span {
  font-size: 40px;
}

.secureslide .owl-nav .owl-next {
  right: -50px;
}

.mulform_area {
  min-height: 100vh !important;
  display: grid;
  align-items: center;
}


.multisteps-form__panel .nextbtn {
  display: none !important;
}

/*------ Footer ---------*/

.footer-top {
  padding: 50px 0 0;
}


.footer-widget-logo {
  padding-bottom: 20px;
}

.footer-widget-logo img {
  width: 200px;
}

.footer-widget-title {
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 17px;
  text-transform: capitalize;
}

.footer-top .col-lg-3 .footer-widget-item {
  border-left: 1px solid #e0e0e0 ! IMPORTANT;
  padding-left: 30px;
}
.footer-top .col-lg-2 .footer-widget-item {
  border-left: 1px solid #e0e0e0 ! IMPORTANT;
  padding-left: 30px;
  height: 100% !important;
}

.footer-widget-desc {
  line-height: 21px;
  color: #fff;
  padding-right: 40px;
}

ul.footer-widget-list-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-widget-list-item>li a {
  color: #fff;
}

.footer-widget-list-item>li a:hover {
  color: #f67366;
}

.footer-top .followdiv {
  width: 40%;
}

.social-link ul {
  display: flex;
  gap: 20px;
}

.social-link i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 23px;
  color: #2c2d5b;

}

.footer-area .social-link i {
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  font-size: 18px;
  color: #007ebf;
  height: 45px;
}

/* ---Copyright--- */


.playbtn {
  position: absolute;
  top: 63% !important;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
}

.vtmb .playbtn {
  top: 50% !important;
}

.vtmb img {
  width: 350px;
  height: 80px;
  object-fit: cover;
}

.vinfo {
  margin-top: -80px;
  padding-inline: 20px;
}

.video_area .container {
  background: linear-gradient(to bottom,#000, #000);
  padding: 60px 30px;
  border-radius: 10px;
  max-width: 1340px;
}

a.recent-item, .ftcard, .feat-item {
  transition: all 0.2s linear;
}


a.recent-item:hover, .feat-item:hover, .ftcard:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 6px 6px !important;
  transform: scale(1.04);
  transition: all 0.2s linear;
}

.video_area {
  margin-top: -50px;
}

.prem-data {
  border-radius: 10px;
}

.search-wrap {
  height: 70px;
  padding: 10px;
}

.recent-area {
  position: relative;
  z-index: 3;
}

.recent-area h2, .text-gradient {
  /*background: linear-gradient(270deg, rgba(0,181,255,1) 50%, rgba(0,126,191,1) 100%) !important;*/
  background: black;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.vsidebar p {
  color: #fff !important;
}

.multiform {
  height: 100vh;
  display: grid;
  place-items: center;
}

body .stepfield .form-control, body .stepfield .form-select {
  background: transparent;
  border: 0;
  border-bottom: 3px solid #007ebf45 !important;
  border-radius: 0;
  font-size: 30px;
  color: #007ebf;
  font-weight: 500;
  min-height: auto !important;
  height: 60px !important;
}

body .stepfield .form-control:focus, body .stepfield .form-select:focus {
  border-color: #007ebf !important;
  box-shadow: none !important;
}

span.select2-search {
  display: none !important;
}

.menu-item-has-children i {
  position: absolute;
  right: 20px;
}

.mobile-menu_wrapper .menu-item-has-children > a > i {
  transform: rotate(-90deg);
  transition: all 0.4s linear;
}
.mobile-menu_wrapper .menu-item-has-children.menu-open > a > i {
  transform: rotate(0deg);
  transition: all 0.4s linear;
}

.wp-block-group p, .blog-area p {
  margin-bottom: 26px;
}

.wp-block-heading {
  line-height: 38px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #111 !important;
  font-size: 22px !important;
}

.wp-block-group p a {
  color: #007ebf !important;
}

.blog-summary p a {
  color: #007ebf !important;
}
.blog-summary {
  padding-inline: 0 !important;
}

.aboutfundingbtn, .movenext a {
  border: 0 !important;
  color: #fff !important;
}

.about_expore .svimg {
  width: 100%;
  height: 180px;
}

.contact_page input, .contact_page select {
  height: 55px;
  text-indent: 10px;
}

.con_inner .form-check-input {
  height: 16px;
}


.feat-img img, .sideimg img, .recent-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.feat-sidebar .sideimg {
  width: 100%;
  height: 90px;
  overflow: hidden;
}

#rank-math-toc {
  background: rgb(13 110 253 / 11%);
  padding: 20px;
}

#rank-math-toc a {
  color: #007ebf;
}

#rank-math-toc a:hover {
  color: #f00;
}

.cat-inner > a > img  {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.cat-inner > a {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
}


.list-item > .row {
  border-radius: 5px 5px 0 0;
}

/*!
 * Select2 v4 Bootstrap 5 theme v1.3.0
 
*/

.select2-container {
  width: 100% !important;
}

.select2-container--bootstrap-5 {
    display: block
}

select+.select2-container--bootstrap-5 {
    z-index: 1
}

.select2-container--bootstrap-5 :focus {
    outline: 0
}

.select2-container--bootstrap-5 .select2-selection {
    width: 100%;
    min-height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .select2-container--bootstrap-5 .select2-selection {
        transition: none
    }
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 0 solid transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--bootstrap-5 .select2-search {
    width: 100%
}

.select2-container--bootstrap-5 .select2-search--inline .select2-search__field {
    vertical-align: top
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    position: absolute;
    top: 50%;
    right: 2.25rem;
    width: .75rem;
    height: .75rem;
    padding: .25em;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat;
    transform: translateY(-50%)
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear>span,.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear>span {
    display: none
}

.select2-container--bootstrap-5+.select2-container--bootstrap-5 {
    z-index: 1056
}

.select2-container--bootstrap-5 .select2-dropdown {
    z-index: 1056;
    overflow: hidden;
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    border-radius: .25rem
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    border-top: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
    border-bottom: 0 solid transparent;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search {
    padding: .375rem .75rem
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
        transition: none
    }
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
    max-height: 15rem;
    overflow-y: auto
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
    color: #6c757d
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    color: #000;
    background-color: #e9ecef
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: #fff;
    background-color: #0d6efd
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--disabled,.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-disabled=true] {
    color: #6c757d
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] {
    padding: 0
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .375rem;
    font-weight: 500;
    line-height: 1.5;
    color: #6c757d
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .375rem .75rem
}

.select2-container--bootstrap-5 .select2-selection--single {
    padding: .375rem 2.25rem .375rem .75rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #212529
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__arrow {
    display: none
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    list-style: none
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .35em .65em;
    margin-right: .375rem;
    margin-bottom: .375rem;
    font-size: 1rem;
    color: #212529;
    cursor: auto;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: .75rem;
    height: .75rem;
    padding: .25em;
    margin-right: .25rem;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat;
    border: 0
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove>span {
    display: none
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: block;
    width: 100%;
    height: 1.5rem
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    width: 100%;
    height: 1.5rem;
    margin-top: 0;
    margin-left: 0;
    font-family: inherit;
    line-height: 1.5;
    background-color: transparent
}


.tvs .cat-inner {
  max-width: 100% !important;
}

.rank-math-faq-item {
  margin-bottom: 20px;
}

figure.wp-block-table td a {
  color: #00a0e6;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    right: .75rem
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection,.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection {
    color: #6c757d;
    cursor: not-allowed;
    background-color: #e9ecef;
    border-color: #ced4da;
    box-shadow: none
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice,.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice {
    cursor: not-allowed
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove,.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    display: none
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty),.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty) {
    padding-bottom: 0
}

.select2-container--bootstrap-5.select2-container--disabled .select2-selection--multiple .select2-selection__rendered:not(:empty)+.select2-search,.select2-container--bootstrap-5.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered:not(:empty)+.select2-search {
    display: none
}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu).select2-container--bootstrap-5 .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.btn~.select2-container--bootstrap-5 .select2-selection,.input-group>.dropdown-menu~.select2-container--bootstrap-5 .select2-selection,.input-group>.input-group-text~.select2-container--bootstrap-5 .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group .select2-container--bootstrap-5 {
    flex-grow: 1
}

.input-group .select2-container--bootstrap-5 .select2-selection {
    height: 100%
}

.is-valid+.select2-container--bootstrap-5 .select2-selection,.was-validated select:valid+.select2-container--bootstrap-5 .select2-selection {
    border-color: #198754
}

.is-valid+.select2-container--bootstrap-5.select2-container--focus .select2-selection,.is-valid+.select2-container--bootstrap-5.select2-container--open .select2-selection,.was-validated select:valid+.select2-container--bootstrap-5.select2-container--focus .select2-selection,.was-validated select:valid+.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #198754;
    box-shadow: 0 0 0 .25rem rgba(25,135,84,.25)
}

.is-valid+.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection,.was-validated select:valid+.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 0 solid transparent
}

.is-valid+.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection,.was-validated select:valid+.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.is-invalid+.select2-container--bootstrap-5 .select2-selection,.was-validated select:invalid+.select2-container--bootstrap-5 .select2-selection {
    border-color: #dc3545
}

.is-invalid+.select2-container--bootstrap-5.select2-container--focus .select2-selection,.is-invalid+.select2-container--bootstrap-5.select2-container--open .select2-selection,.was-validated select:invalid+.select2-container--bootstrap-5.select2-container--focus .select2-selection,.was-validated select:invalid+.select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.25)
}

.is-invalid+.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection,.was-validated select:invalid+.select2-container--bootstrap-5.select2-container--open.select2-container--below .select2-selection {
    border-bottom: 0 solid transparent
}

.is-invalid+.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection,.was-validated select:invalid+.select2-container--bootstrap-5.select2-container--open.select2-container--above .select2-selection {
    border-top: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--bootstrap-5 .select2--small.select2-selection {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear {
    width: .5rem;
    height: .5rem;
    padding: .125rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear:hover,.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search,.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-search .select2-search__field,.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search,.select2-container--bootstrap-5 .select2--small.select2-selection--single .select2-search .select2-search__field {
    height: 1.5em
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown {
    border-radius: .2rem
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--above {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option,.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-search .select2-search__field {
    padding: .25rem .5rem;
    font-size: .875rem
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .25rem
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .25rem .5rem
}

.select2-container--bootstrap-5 .select2--small.select2-selection--single {
    padding: .25rem 2.25rem .25rem .5rem
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .35em .65em;
    font-size: .875rem
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: .5rem;
    height: .5rem;
    padding: .125rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.select2-container--bootstrap-5 .select2--small.select2-selection--multiple .select2-selection__clear {
    right: .5rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear,.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear {
    width: 1rem;
    height: 1rem;
    padding: .5rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear:hover,.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search,.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-search .select2-search__field,.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search,.select2-container--bootstrap-5 .select2--large.select2-selection--single .select2-search .select2-search__field {
    height: 1.5em
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown {
    border-radius: .3rem
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown.select2-dropdown--above {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option,.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-search .select2-search__field {
    padding: .5rem 1rem;
    font-size: 1.25rem
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .5rem
}

.select2-container--bootstrap-5 .select2--large.select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .5rem 1rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection--single {
    padding: .5rem 2.25rem .5rem 1rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .35em .65em;
    font-size: 1.25rem
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 1rem;
    height: 1rem;
    padding: .5rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.select2-container--bootstrap-5 .select2--large.select2-selection--multiple .select2-selection__clear {
    right: 1rem
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    width: .5rem;
    height: .5rem;
    padding: .125rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-search,.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field,.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single .select2-search,.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field {
    height: 1.5em
}

.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown {
    border-radius: .2rem
}

.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    padding: .25rem .5rem;
    font-size: .875rem
}

.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .25rem
}

.form-select-sm~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .25rem .5rem
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single {
    padding: .25rem 2.25rem .25rem .5rem
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .35em .65em;
    font-size: .875rem
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: .5rem;
    height: .5rem;
    padding: .125rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.5rem auto no-repeat
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    right: .5rem
}

.form-select-lg~.select2-container--bootstrap-5 .select2-selection {
    min-height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear,.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear {
    width: 1rem;
    height: 1rem;
    padding: .5rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear:hover,.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single .select2-selection__clear:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-search,.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field,.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single .select2-search,.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single .select2-search .select2-search__field {
    height: 1.5em
}

.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown {
    border-radius: .3rem
}

.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown.select2-dropdown--above {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option,.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    padding: .5rem 1rem;
    font-size: 1.25rem
}

.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__group {
    padding: .5rem
}

.form-select-lg~.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role=group] .select2-results__options--nested .select2-results__option {
    padding: .5rem 1rem
}

.form-select-lg~.select2-container--bootstrap-5 .select2-selection--single {
    padding: .5rem 2.25rem .5rem 1rem
}

.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    padding: .35em .65em;
    font-size: 1.25rem
}

.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 1rem;
    height: 1rem;
    padding: .5rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/1rem auto no-repeat
}

.form-select-lg~.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__clear {
    right: 1rem
}

.feat_list .rentbody p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 39px;
}

.feat_list .rentbody  h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 20px;
}

.feat_list .recntimg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.feat_list .recntimg {
  width: 70px;
  height: 60px;
}

.feat_list .list-wrap {
  height: 100px !important;
}

.feat_list .rentbody > h6 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 80%;
}

.feat_list .rentbody > h6 > small {
  position: absolute !important;
  top: 19px;
}

.rec_list p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.rec_list .list-item {
  height: 80px;
}

.rec_list .recntimg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.rec_list .recntimg {
  width: 90px;
  height: 60px;
}


.cmpside .bsideimg {
  width: 180px;
  height: 80px;
}

.cmpside .bsideimg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.cmpside .sideitem h6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.nwscr .secimg {
  width: 190px;
  height: 85px;
  display: block;
  text-align: center !important;
  margin: 0 auto 10px;
}


.nwscr .secimg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.nwscr .secdesc h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.nwscr .secrecitem p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.coteam {
  width: 73%;
}

.saside .sideitem  h6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.saside .sideitem  p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cmpside .sidecard:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 5px 10px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transform: scale(1.04);
  transition: all 0.4s;
  padding: 10px;
  border-radius: 5px;
  padding-bottom: 10px !important;
}

.cmp_row .baselist .basinner {
  align-items: start !important;
}

.fltr {
  top: 30px;
}

figure.wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


.ldmr .cat-ttile h4, .ldmrn {
    height: 39px !important;
	overflow: hidden;
}


/*----------------------------------------*/
/*   Media Query
/*----------------------------------------*/
@media (min-width: 1401px) {
  .main-nav>ul {
    gap: 20px;
}

.main-menu {
  gap: 80px;
}

.award-sidebar {
  width: 364px;
  margin-left: auto;
}

.cat-list > a > img, .cat-inner > a > img  {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.cat-list > a, .cat-inner > a {
  display: block;
  width: 100%;
  height: 170px;
  overflow: hidden;
}
}


@media (min-width: 1024px) and (max-width: 1199px) {
  .header-inner {
    justify-content: start;
    gap: 50px;
}

.abttl {
  font-size: 20px !important;
}

.main-menu {
  gap: 50px;
}

.main-nav>ul {
  gap: 20px;
}

.vinfo {
  margin-top: 0;
  padding-inline: 10px;
}

.feat-sidebar .sideimg {
  height: 70px;
}

.cat-list > a > img, .cat-inner > a > img  {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.cat-list > a, .cat-inner > a {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.nwscr .secimg {
  display: unset !important;
}

.coteam span + span {
  padding-left: 38px;
}

.ssttl .sidecard {
  flex-direction: column !important;
}

.ssttl .bsideimg {
  width: 150px;
  height: 110px;
  margin-right: auto;
}

}


@media (min-width: 768px) and (max-width: 1023px) {
  .vtmb img {
    width: 260px;
    height: 120px;
    object-fit: cover;
  }

  .feat_list .rentbody > h6 {
    width: 101px;
  }

  .sidecard {
    padding-bottom: 0 !important;
    gap: 10px !important;
}

ul.social-link {
  display: block !important;
}

ul.social-link li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.footer-top ul.social-link h3 {
  margin-bottom: 20px;
}

.feat-sidebar .sideimg {
  height: 70px;
}

.prem-img {
  width: 100%;
  height: 210px;
}

.prem-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.feat_list .recntimg {
  width: 50px;
  height: 43px;
}

.feat_list h6 {
  font-size: 14px;
}

.feat_list h6.fs-7 {
  font-size: 11px !important;
}

.rec_list .recntimg {
  width: 80px;
}

.cmpside .sideitem {
  flex: 1 1 100% !important;
  max-width: 100% !important;
}

.cmpside .bsideimg {
  width: 100% !important;
  height: 110px !important;
}

.nwscr .secimg {
  display: unset !important;
}

.cmp_row .sec-cont {
  text-align: left;
}

.ssttl .bsideimg {
  width: 200px !important;
  height: 110px !important;
  margin-right: 15px;
}


.ssttl .bsideimg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
}

}

@media (max-width: 991px) {

  
.abttl {
  font-size: 20px !important;
}



.header-inner {
  justify-content: space-between;
}

.substitle h2 {
  font-size: 20px !important;
}

.mobile-menu_wrapper .offcanvas-body {
  top: 0;
}

.heading-md {
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
}
.bsideimg img {
  width: 100%;
  height: 110px;
}


.sidecard {
  align-items: start !important;
}

.feat-img img, .sideimg img, .recent-img img {
  width: 100%;
  height: 100%;
}

.owl-nav span {
  font-size: 40px;
  top: -4px;
}

.owl-nav button {
  left: 0;
  width: 40px;
  height: 40px;
}

.owl-nav .owl-next {
  left: auto !important;
  right: 0;
}

.mobile-logo img {
  width: 100px;
}

.header-area {
  padding: 20px 0;
}


.toolbar-btn i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2c2d5b;
  border-radius: 50px;
  box-shadow: 0px 0px 25px 0px #97979761;
  font-size: 20px;
}

button.btn-close {
  top: 35px;
  right: 0;
}

.megamenu {
  padding: 0;
  flex-direction: column;
  width: 100%;
}

.footer-widget-desc {
  padding-right: 0px;
}

.vinfo {
  margin-top: 0;
  padding-inline: 10px;
}


.playbtn {
  top: 50% !important;
}

.bsideimg {
  width: 100%;
}



.cat-inner {
  max-width: 49%;
}

.catmg {
  width: 100%;
}

.w-25 {
  flex: 1 1 34%;
  max-width: 34%;
}
.basinner > *, .tarinner > * {
  font-size: 13px !important;
}

.feat-sidebar .sideimg {
  flex: 1 1 70%;
  max-width: 70%;
}

ins {
  width: 100% !important;
  margin: auto !important;
  overflow: hidden;
  max-width: 100% !important;
}

figure img {
  width: 100%;
  height: auto;
}


.fastslide a, .swiper-slide a, .prem-item  {
  width: 100% !important;
}


.footer-top .followdiv {
  width: 100%;
  padding: 0;
}

span.togicon {
  margin-top: -6px;
}

.mob-toggle {
  display: flex;
  gap: 5px;
}

.mobile-logo {
  position: relative;
  left: 30px;
}

.mobile-logo.logo-inner {
  left: 0;
}

.cat-list > a > img, .cat-inner > a > img  {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.cat-list > a, .cat-inner > a {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.loadbtn {
  margin-bottom: 20px;
}

.cmp_row .sec-inner {
  justify-content: center !important;
  text-align: center;
}

.cmp_row .basic, .cmp_row .steam  {
  text-align: left;
}

.coteam {
  width: 65%;
}

.cmpside .bsideimg {
  width: 130px;
  height: 90px;
}

.coteam a {
  margin-top: -20px;
}

.coteam span + span {
  padding-left: 31px;
}

}

@media (max-width: 767px) {

  .cmp_row .baselist .basinner h6 {
    padding-right: 12px !important;
}

.cmpside .sideitem {
  flex: 1 1 70% !important;
  max-width: 70% !important;
}


.cmpside .sidecard {
  flex-direction: row !important;
}

  .feat_list .recntimg {
    width: 70px;
    height: 50px;
  }

  .recent-area .recent-item {
    flex-direction: column-reverse !important;
}

.cat-list > a, .cat-inner > a {
  height: 250px;
}

video.video-stream.html5-main-video {
  height: 550px !important;
  width: 100% !important;
}

.video_inner iframe {
  height: 250px !important;
}

.w-90 {
  width: 100%;
}

.about_service .col, .about_expore .col {
  padding-inline: 0;
}

.cat-inner {
    max-width: 100%;
}

.bsideimg img {
  width: 100%;
  height: 170px;
}


body .explore {
  margin-bottom: 160px !important;
}

.prem-img {
  width: 100%;
  height: 250px;
}

.prem-img img {
  width: 100% !important;
  height: 100%;
  object-fit: fill !important;
  display: table;
  margin: auto;
}

/* .footer-top .col-lg-3 .footer-widget-item {
  border-left: 0 !important;
  padding-left: 0;
} */

.footer-top .followdiv {
  padding: 0;
}
  
.copyright {
  padding-top: 20px;
  padding-bottom: 0;
}

.heading-lg {
  font-size: 24px;
}



.exposlide .owl-prev {
  left: 10px;
}



.video_area .container {
  padding: 60px 15px;
}

/* .sec-img {
  max-width: 200px;
  margin-bottom: 10px;
} */

.cmp_row .sec-img {
  max-width: 140px;
  margin-bottom: 10px;
}

.secureslide .owl-nav button {
  top: 35%;
  left: -20px;
}

.secureslide .owl-nav .owl-next {
  right: -20px;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  top: 42px !important;
  position: absolute;
  width: 100%;
}

.followlinks {
  margin-bottom: 20px;
  text-align: center;
}

.socialinks {
  text-align: center !important;
  justify-content: center !important;
}

.mulform_area {
  min-height: 75vh !important;
}

.blog-recomd .row {
  row-gap: 20px;
}

.category-bg .cato img {
  width: 40%;
}

.form-img img {
  width: 45% !important;
  margin-bottom: 20px;
}

.footer-widget-logo, .footer-bottom {
  text-align: center;
}

}


