@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

font-family: "Bricolage Grotesque", sans-serif;
font-family: "Bricolage Grotesque", sans-serif;


/********** Template CSS **********/
:root {
    --primary: #E88F2A;
    --secondary: #FAF3EB;
    --light: #FFFFFF;
    --dark: #2B2825;
}

body{
    font-family: "Bricolage Grotesque", sans-serif;
}

.font-secondary {
    font-family: "Bricolage Grotesque", sans-serif;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 600;
    transition: .5s;
}
.bg-litewhite{
    background: #F7F7F8;
}
.bg-litewhite2{
    background: #EEEEEE;
}

.btn-primary {
    color: #FFFFFF;
}

.border-inner {
    position: relative;
}

.border-inner * {
    position: relative;
    z-index: 1;
}
#navbarCollapse{
  padding-top: 10px;
  padding-bottom: 10px;
}
.border-inner::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: none;
    border: 1px solid var(--light);
    z-index: 0;
}

.btn-square {
    width: 40px;
    height: 40px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 50px;
    height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}




.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: space-around!important;
}






.navbar-brand{
  padding: 0px;
}


marquee{
  font-weight: bold;
  font-size: 30px;
  font-family: 'Rajdhani', sans-serif;
  margin: auto;
  width: 100%;
  text-align: center;
  position: relative;
  top: 0px;
  color: #fff;
  background-color: #00b0de;	
}
.marqueetext2{
  position: relative;
  top: 15px;
  width: 50%;
  right: -50%;
}

.stargroup {
  display: flex;
  position: absolute;
  margin-top: -10px;
  right: 10px;
}
 .stargroup i {
  font-size: 16px;
  color: #ec8004;
  padding: 0px 2px;
}


.mainlogo {
  position: relative;
  z-index: 988;
}


.mainlogo img{
    width: 140px;
    height: 140px;
    object-fit: fill;
    padding: 2px 0px;
    background: #fff;
    border-radius: 50%;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
   background: linear-gradient(135deg, #00b2df, #f63227);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.owl-nav i {
  font-size: 52px;
}

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

.owl-nav .owl-next {
  right: -10px;
}


.rmp-results-widget__avg-rating, .rmp-results-widget__vote-count {
  color: #fff !important;
}
.stars {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: -40px;
  margin-left: 10px;
  background-color: #00000091;
  padding: 2px;
}
.stars i {
  color: #fbbc05!important;
  font-size: 16px!important;
  align-items: center;
  justify-content: space-evenly;
  text-shadow: 1px 1px 0.2px black;
  cursor: pointer;
  margin: 0px 2px;
}
.callbtn {
  color: #fff;
  padding: 7px 20px;
  font-size: 20px;
  border-radius: 50px;
}
.stars h5 {
  color: #fff !important;
}
.callbtn:hover{
    background-color: #fff;
    color: #00b0de;
    transition: .5s;
}


.topbar{
  width: 100%;
  background-color: #fff;
  padding-top: 0%;
  padding-bottom: 0px;
  /*max-height: 45px;*/
  margin-bottom: -7px;
}




.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: "Bricolage Grotesque", sans-serif;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    outline: none;
    transition: .5s;
      width: max-content;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #f53227;
}


.dropdown:hover .dropdown-menu {
    display: block!important;
    margin-top: 0!important; 
}



@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 3px;
        width: 100%!important;
    }
.dropdown-toggle::after {
  display: inline-block;
  position: absolute!important;
  right: 0px!important;
  margin-top: 10px!important;
}
#navbarDropdown{
   pointer-events: none!important;
   cursor: default!important;
}
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: flex-end!important;
}
ul.mega-sub-menu {
    overflow: scroll!important;
  }

}

.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}



.carousel-wrap {
    margin-top: 5%;
    margin-bottom: 5%;
}



#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 50%;
    bottom: 4px;
    margin-left: -90px;
    background: var(--primary);
}

.service::after,
.contact::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/service.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.contact::after {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.bg-offer {
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/offer.jpg) center center no-repeat;
    background-size: cover;
}

.team-item img {
      transition: .5s;
      height: 250px;
      object-fit: inherit;
}
.card:hover .team-item img {
    transform: scale(1.1);
}
.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-overlay {
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    opacity: 1;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-item {
    opacity: .1;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    opacity: 1;
}

.bg-img {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}




























.input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 55px;
  top: 50px;    
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.input-box.open {
  max-width: 350px;
  border: 1px solid #eee;
}
.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.input-box.open input {
  padding: 0 15px 0 65px;
}

.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.input-box.open .search {
  border-radius: 6px 0 0 6px;
}
.search .search-icon {
  font-size: 30px;
  color: #1c1c1c;
}
.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #1c1c1c;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}


.subbtn{
    background: #fff;
    padding: 10px 30px;
    color: #000;
    border: 1px solid #000;
    font-size: 15px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bold;
    transition: .5s;
    margin-top: 50%;
}
.subbtn:hover{
    background: #000;
    padding: 10px 30px;
    color: #fff;
    font-size: 15px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bold;
}






#blog{
  padding-top: 5%;
  padding-bottom: 1%;
}

#blog hr{
    width: 96%;
    height: 2px;
    background: #000;
    margin: auto;
    margin-top: 6%;
}
#event hr{
    width: 100%;
    height: 2px;
    background: #000;
    margin: auto;
    margin-top: 6%;
}
#services hr{
    width: 100%;
    height: 2px;
    background: #000;
    margin: auto;
    margin-top: 6%;
}



#mostviewed .team-item img {
  transition: .5s;
  height: 400px;
}








#entertainment{
    padding-top: 0%;
    padding-bottom: 1%;
    background: #F7F7F8;
}
#entertainment h2{
    padding-bottom: 2%;
    color: #1818DC;
}
#entertainment .viewbtn {
  padding: 7px 15px !important;
  color: #000 !important;
  height: 40px !important;
  transition: .5s;
  font-weight: bold;
  right: -75%;
  position: relative;
  top: 10px;
}
#entertainment .bottom {
  text-align: left;
  padding: 20px;
  background: #F6F6F6;
  border: 0px;
  min-height: auto;
}
#entertainment .entettext{
  color: #191970;
  font-size: 16px;
  height: 40px!important;
}
#entertainment .entettext:hover{
  color: #000;
  font-size: 15px;
}
#entertainment .info {
  justify-content: flex-start;
}
#entertainment .bottom h2 {
  line-height: 25px!important;
  padding-top: 0%;
  font-family: "Bricolage Grotesque", sans-serif;
  min-height: 70px;
  padding-bottom: 0%;   
  font-size: 18px;
}
#entertainment .team-item{
  transition: .5s;
  height: 100%;
}
#entertainment .team-item img{
  transition: .5s;
  height: 230px;
}
#entertainment .card{
  margin-bottom: 15%;
  border-radius: 10px;
  box-shadow: rgba(110 0 0 / 61%) 0px 3px 8px;
  overflow: hidden;
  border: none !important;
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
#entertainment .card:hover{
    box-shadow: #4e0000cc 0px 3px 8px;
    transform: translateY(-5px);
}
#entertainment .bottom .intro{
    font-size: 16px;
    line-height: 25px;
	color: #000047;
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#money .team-item img {
  transition: .5s;
  height: 400px;
  width: 100%;	
}

#money hr{
    width: 100%;
    height: 2px;
    background: #000;
    margin: auto;
    margin-top: 6%;
}
#event hr{
    width: 100%;
    height: 2px;
    background: #000;
    margin: auto;
    margin-top: 6%;
}


#services{
    background: #F7F7F8;
}
#services h2{
    padding-bottom: 3%;
}
#services .bottom h2{
  font-size: 35px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #000;
  padding-bottom: 0%;
  padding-top: 3%;
  height: 70px; 
}
.text_con a{
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}
#services .viewbtn {
  padding: 7px 15px !important;
  color: #000 !important;
  height: 40px !important;
  transition: .5s;
  font-weight: bold;
  right: -75%;
  position: relative;
  top: 10px;
}
#services .bottom {
  text-align: left;
  padding: 20px 20px 50px 20px;
  background: #F6F6F6;
  min-height: 350px;
}
#services .info {
  display: flex;
  color: #999;
  font-size: 14px;
  margin-top: 8px;
  padding-left: 0;
  justify-content: start;
}
#services .entettext{
    color: #1818DC;
}












.card {
  height: auto;
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 1;
}

.top {
  height: 42%;
  width: 100%;
  background-image:url(../img/blog1.jpg);
  background-size: cover;
}

.category {
  background-color: orange;
  width: 100px;
  height: 30px;
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 1px;
}
.name {
  padding-left: 10px;
  cursor: pointer;
  font-weight: 300;
}

.name a {
  font-weight: 400;
  color: orange;
}

.info {
  display: flex;
  color: #999;
  font-size: 14px;
  margin-top: 8px;
  padding-left: 0;
  justify-content: center;  
}
.bottom {
  text-align: center;
  padding: 20px 20px 50px 20px;
  background: #F6F6F6;  
}
.bottom h2 a{
    font-size: 20px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #1818dc;
}
.bottom h2{
    line-height: 22px!important;
    padding-top: 10%;
    font-family: "Bricolage Grotesque", sans-serif;
    min-height: 100px;
}
.info a { cursor: pointer; }
.info i{
    position: relative;
    top: 12px;
    left: -5px;
}
.postdatewrap {
  background: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  line-height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -60px;
}
.postdatewrap p{
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.team-item.position-relative.overflow-hidden {
  height: 210px;
}

.bottom .readmore{
    width: 100%!important;
    padding: 7px 15px!important;
    background: #818A91!important;
    color: #fff!important;
    height: 40px!important;
    transition: .5s;
}
.bottom .readmore:hover{
    width: 100%!important;
    padding: 7px 15px!important;
    background: #000!important;
    color: #fff!important;
    height: 40px!important;
}

.event{
    padding-top: 5%;
    padding-bottom: 5%;
    background: #F7F7F8;
}
.event h2{
    font-size: 35px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #1818DC;
    padding-bottom: 4%;
	
}

.event .viewbtn{
    padding: 7px 15px!important;
    color: #000!important;
    height: 40px!important;
    transition: .5s;
	font-weight: bold;
    right: -50%!important;
    position: relative;
    top: 10px;
	width: max-content;
    display: block;
background: linear-gradient(135deg, #00b2df, #f63227);
    background-size: 200% 100%;
    background-position: center;
    box-shadow: inset 4px 4px 6px #03b0db5d, inset -2px -2px 4px rgba(255, 255, 255, 0.9), 6px 8px 12px #00b2df40;
    transition: transform 0.25s ease-out, background-position 0.35s ease, box-shadow 0.25s ease;
}
.event .viewbtn:hover{
    transform: translateY(-2px);
    background-position: 100% 50%;
    box-shadow: 0 14px 18px #0034418c, inset 0 1px 0 rgba(255, 255, 255, 0.4);
}


#event .team-item img {
  transition: .5s;
  height: 400px;
    
}





.text_con{
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 0px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); 
  padding: 50px 20px 10px 20px; 
}
.text_con h3{
    font-family: "Bricolage Grotesque", sans-serif;
    color: #fff;
    font-size: 25px;
}









#newsletters{
    width: 100%;
    background-image:url(../img/newslettersbg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#newsletters .newsborder{
    width: 100%;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .5);
    border: none;
    border-radius: 20px;
    margin-block: 20px;
}
#newsletters .newsborder i{
    font-size: 40px;
    color: #f63227;
    padding-top: 9%;
    padding-bottom: 9%;
    margin-right: 5%;
}
#newsletters .newscont h3{
    font-size: 32px;
    color: #22242F;
    padding-top: 12%;
    padding-bottom: 0%;
    font-family: "Bricolage Grotesque", sans-serif;
}
#newsletters .newscont p{
    font-size: 17px;
    color: #000047;
    
}

.quick_newsletter .newsletter-element .input-text {
  background-color: #f8f8f8;
  padding: 15px 20px;
  display: inline-block;
  border: none;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.newsletter-submit{
    border: 1px solid #000;
    color: #000;
}
.newsletter_box{
    width: 100%;
    justify-content: end;
    padding-top: 12%;
}
.newsletter_box input{
    height: 40px;
    width: 60%;
    margin-right: 2%;
	box-shadow:
    	inset 4px 4px 6px #03b0db5d,
    	inset -2px -2px 4px #03b0db5d;
	border: none;
    border-radius: 8px;
    padding-inline: 10px;
}
.newsletter-submit.btn {
  width: 35%;
    margin-top: -6px;
    background: linear-gradient(135deg, #FF0000, #090966);
    background-size: 200% 100%;
    border: none;
    border-radius: 8px;
    color: #fff;
}
.newsletter-submit.btn:hover{
 transform: translateY(-2px);
    background-position: 100% 50%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: .5s;  
}


.stars {
    display: flex;
    align-items: center;
    justify-content: center;
}
.stars_sec {
    background-color: rgba(255, 255, 255, 0.3);
    margin: auto;
    padding: 10px;
    border-radius: 30px;
    letter-spacing: 5px;
}
.stars i {
    color: #a6a6a6;
    font-size: 16px;
    align-items: center;
    justify-content: space-evenly;
    text-shadow: 1px 1px 0.2px black;
    cursor: pointer;
}




#news{
    padding-top: 3%;
    padding-bottom: 3%;
}
.news h2{
    font-size: 30px;
    color: #1818DC;
    font-family: "Bricolage Grotesque", sans-serif;
    padding-bottom: 0%;
    text-align: left;
}
.news .blogpic{
    width: 100%;
    /*aspect-ratio: 1/1;*/
  height: max-content;
    margin-top: 0%;
}
.blog_sec{
  padding: 10px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}
.blog_sec img{
	width: 100%;
	height: auto;
}
#news .blog_sec{
  padding: 10px;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: #03b0db5d 0px 3px 12px;
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
#news .blog_sec:hover{
	transform: translateY(-5px);
    box-shadow: #03b0db5d 0px 3px 14px;
}
.news .blogpic img{
   /* width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
}
 .blog_sec {
    margin-bottom: 30px;
    padding: 10px;
  }
.starsec {
  display: flex;
  justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px;
}
/* .contblog {
  height: 400px;
} */
.contblog p {
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contblog p:nth-of-type(2) {
   display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_sec .readmorebtn {
  color: #fff;
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 50px;
  position: relative;
  background-color: #00b0de;
  animation: zoomInAndOut 4s;
}

.news .blog_sec h3{
    font-size: 22px;
    font-weight: bold!important;
    font-family: "Bricolage Grotesque", sans-serif;
    padding-top: 3%;
	min-height: 88px;
	place-content: center;
}

.blog_sec p{
    font-size: 16px;
    padding-top: 3%;
	color: #000047;
}
.author-name{
    color: #f63227!important;
}
.entry-meta{
    color: #f63227!important;
}






.navbar input[type=text] {
  padding: 6px;
  font-size: 17px;
  border: none;
}

.navbar button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  position: relative;
  right: 10px;
}

.navbar button:hover {
  background: #ccc;
}

.navbar form {
  float: right;
  display: flex;
  justify-content: end;
}






.site-content {
  padding-top: 4%;
  width: 80%;
  float: right;
}
.site-content ul a{
    font-size: 22px;
}
.site-content h3{
    font-size: 30px;
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 20px;
    padding-bottom: 8%;
    font-weight: bold;
}
.site-content ul{
    list-style: none;
    padding: 0px;
}
.site-content ul li{
    padding-bottom: 3%;
}
.site-content ul li a{
    font-size: 15px;
    color: #1818DC;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bold;
}
.site-content ul li a:hover{
    font-size: 15px;
    color: #000;
    font-family: "Bricolage Grotesque", sans-serif;
    transition: .5s;
}








.blog_batch {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: end;
}
.blog_batch img{
    width: auto;
    height: 52px!important;
    object-fit: contain;
    position: absolute;
}
.blog_batch::before {
  content: "";
    position: absolute;
    background-color: #c31e25;
    clip-path: polygon(100% 0, 100% 50%, 100% 50%, 0 0);
    width: 90px;
    height: 190px;
}



#activities{
    padding-top: 5%;
    padding-bottom: 5%;
}
#activities .stars {
  position: relative;
  margin-top: 0px;
  margin-left: 10px;
  background-color: transparent;
  padding: 2px;
}
#activities .blog_sec{
  width: 100%;
}

#activities .blog_sec p{
    font-size: 20px;
    color: #45485F;
    font-family: "Bricolage Grotesque", sans-serif;
    padding-top: 2%;
}
#activities .blogpic img {
  width: 100%;
  height: 450px;
  object-fit: fill;
}




#banking {
  padding-top: 5%;
   padding-bottom: 5%;  
  background: #F7F7F8;
}
#banking .page-content{
  background-color: #fff;
  padding: 100px;   
}
#banking .search-field{
  background-color: #F3F3F3;
  padding: 10px;
  border: 1px solid #808080;    
}
#banking .ast-search-submit {
  width: 50px;
  height: 46px;
  border-radius: 0px;
   border: 1px solid #000;  
}
#banking  .search-submit:hover{
  width: 100px!important;
  height: 46px!important;
  border-radius: 0px!important;
   border: 1px solid #000!important;
    font-weight: bold!important;
    transition: .5s;
    background: #000!important;
    color: #fff!important;
}
#banking .search-submit{
  width: 100px;
  height: 46px;
  border-radius: 0px;
   border: 1px solid #000;
    font-weight: bold;
}
#banking  .search-submit:hover{
  width: 100px!important;
  height: 46px!important;
  border-radius: 0px!important;
   border: 1px solid #000!important;
    font-weight: bold!important;
    transition: .5s;
    background: #000!important;
    color: #fff!important;
}













































.footer_info{
    width: 100%;
    background-color: #F7F7F8;
}
.footerborder{
    width: 100%;
    border-bottom: 2px solid #000;
    padding-bottom: 3%;
}
.footer_info .info ul li{
    list-style: none;
    display: inline-block;
}
.footer_info .info ul li a{
    font-weight: normal;
    font-size: 18px;
    color: #1818DC;
    padding-left: 10px;
    padding-right: 10px;
}
.footer_info .info ul li a:hover{
    font-weight: normal;
    font-size: 18px;
    color: #FF0000;
    transition: .5s;
}
.logofooter {
    width: 50%;
    position: relative;
    top: 50px;
}
.logofooter img {
  width: 100%;
  height: auto;
}
.footer_info {
  padding-top: 3%;
}
.footer_info .info{
  justify-content: flex-end;
  padding-top: 5%;  
}


















.footer_part {
  background-color: #F7F7F8;
  padding: 50px 0px 50px;
}

@media (max-width: 576px) {
  /* line 2, E:/161 _footer.scss */
  .footer_part {
    padding: 70px 0px 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, E:/161 _footer.scss */
  .footer_part {
    padding: 70px 0px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, E:/161 _footer.scss */
  .footer_part {
    padding: 70px 0px 25px;
  }
}

@media (max-width: 576px) {
  /* line 17, E:/161 _footer.scss */
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 17, E:/161 _footer.scss */
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 17, E:/161 _footer.scss */
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

/* line 30, E:/161 _footer.scss */
.footer_part .single_footer_part h4 {
  font-size: 20px;
  color: #1818DC;
  margin-bottom: 30px;
  font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
}

@media (max-width: 576px) {
  /* line 30, E:/161 _footer.scss */
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 30, E:/161 _footer.scss */
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 30, E:/161 _footer.scss */
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
    
}

/* line 48, E:/161 _footer.scss */
.footer_part .single_footer_part p {
  color: #000047;
  margin-bottom: 0px;
    font-size: 16px;
    padding-top: 5%;
    width: 90%;
}

/* line 53, E:/161 _footer.scss */
.footer_part .single_footer_part a img {
  margin-top: 20px;
}

/* line 59, E:/161 _footer.scss */
.footer_part .single_footer_part .list-unstyled li a {
  color: #000047;
  margin-bottom: 10px;
  display: inline-block;
}
.footer_part .single_footer_part .list-unstyled li a i{
    width: 30px;
}
/* line 63, E:/161 _footer.scss */
.footer_part .single_footer_part .list-unstyled li a:hover {
  color: #FF0000 !important;
}

/* line 70, E:/161 _footer.scss */
.footer_part .single_footer_part .mail_part {
  position: relative;
}

/* line 72, E:/161 _footer.scss */
.footer_part .single_footer_part .mail_part input {
  padding: 8px 22px;
  font-size: 13px;
  border-radius: 50px;
  border: 2px solid #fff;
  margin-top: 20px;
  width: 100%;
}

/* line 80, E:/161 _footer.scss */
.footer_part .single_footer_part .mail_part .email_icon {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 60px;
  height: 39px;
  background-color: #f0ce12;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  line-height: 40px;
}

/* line 94, E:/161 _footer.scss */
.footer_part hr {
  background-color: #494d58;
  margin-top: 50px;
  margin-bottom: 25px;
}

/* line 99, E:/161 _footer.scss */
.footer_part .footer_icon {
  text-align: right;
}

/* line 101, E:/161 _footer.scss */
.footer_part .footer_icon li {
  display: inline-block;
}

/* line 103, E:/161 _footer.scss */
.footer_part .footer_icon li a {
  font-size: 14px;
  color: #fff;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 576px) {
  /* line 103, E:/161 _footer.scss */
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 103, E:/161 _footer.scss */
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
    
    
}

/* line 122, E:/161 _footer.scss */
.footer_part .footer_icon li a :hover {
  color: #f0ce12;
}

@media (max-width: 576px) {
  /* line 99, E:/161 _footer.scss */
  .footer_part .footer_icon {
    float: left;
    margin-top: 15px;
  }
}

/* line 141, E:/161 _footer.scss */
.footer_part .copyright_text p a {
  color: #f0ce12;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 144, E:/161 _footer.scss */
.footer_part .copyright_text p a:hover {
  color: #f0ce12;
}




.copyrighttwo{
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #F7F7F8;
}
.copyrighttwo p{
    color: #43465D;
}
.copyrighttwo p a{
    color: #43465D;
}
.copyrighttwo .text-right{
    text-align: right;
}







/*================================================
Responsive Start
=================================================*/







@media (max-width: 991px) {
#mega-menu-wrap-primary {
  clear: both!important;
  position: absolute!important;
  top: 0px!important;
  width: 95%!important;
}
.marqueetext2 {
  position: relative;
  top: 0px!important;
}

#mega-menu-wrap-primary #mega-menu-primary{
    z-index: 99954564878887!important;
}
.navbar-brand img {
    width: 90px!important;
    height: 90px!important;
}
.bg-litewhite {
  background: #F7F7F8;
  height: auto;
}
#mega-menu-wrap-primary .mega-menu-toggle {
  background: transparent!important;
  padding-top: 10%!important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
  background-color: #000!important;
}
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}
.navbar-brand {
  margin-left: 30px!important;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #000;
}
.copyrighttwo p {
  color: #43465D;
  text-align: center;
}
#money .col-lg-4.col-md-4.col-sm-4.col-4.align-items-end {
  display: none!important;
}
.py-3 {
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}
.text_con h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
  font-size: 18px;
}
.navbar-brand img{
    width: 120px;
    height: 120px;
}
.carousel-wrap {
    margin-top: 2%;
    margin-bottom: 2%;
}   









#verified h2{padding-bottom: 1%;}
#ai{background-color:#e5f4f7;}
#ai h2{padding-bottom: 1%; }


.mainlogo img{
    width: 140px;
    height: 140px;
    object-fit: fill;
    padding: 4px;
    background: #fff;
    border-radius: 50%;
}
.ggpic {
    text-align: center;
}
.ggpic img{
	width: 100px;
	height: 100px;
	object-fit: contain;
}






#services .card {
height: auto;
width: 100%;
background-color: white;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
#mostviewed .team-item img {
  transition: .5s;
  height: 300px;
}   
#money .team-item img {
  transition: .5s;
  height: auto;
}   
#event .team-item img {
  transition: .5s;
  height: 400px;
  width: 100%;  
}   
#newsletters .newscont h3 {
  font-size: 22px;
  color: #1818DC;
  padding-top: 12%;
  padding-bottom: 0%;
  font-family: "Bricolage Grotesque", sans-serif;
}   
.logofooter{
  width: 80%;
  top: 20px;    
}
    
.event .viewbtn {
  padding: 7px 15px !important;
  color: #fff !important;
  height: 40px !important;
  transition: .5s;
  font-weight: bold;
  border-radius: 50px;	
  right: 0%;
  position: relative;
  background-color: #43438c!important;
  top: 10px;
	width: max-content;
    display: block;
}   
    
#entertainment .viewbtn {
  right: -50%;
  position: relative;
  top: 10px;
}
#services .viewbtn {
  right: -50%;
}   
.back-to-top {
  position: fixed;
  display: none;
  right: 0px;
  bottom: 50px;
  border-radius: 0;
  z-index: 99;
}   

    
    
}


@media (max-width: 870px) {
#services .bottom {
    text-align: left;
    padding: 20px 20px 50px 20px;
    background: #F6F6F6;
    min-height: 400px;
}
.marqueetext2 {
  position: relative;
  top: 0px!important;
}




}



@media (max-width: 767px) {
.container {
    max-width: 90%;
}
.news .blogpic {
  width: 100%;
  /*aspect-ratio: 1/1;*/
  height: max-content;
  margin-top: 0%;
}
#news .blog_sec{
	width: 100%;
}	
.site-content h3 {
  font-size: 22px;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 20px;
  padding-bottom: 2%;
  font-weight: bold;
}
.site-content {
  padding-top: 4%;
  width: 100%;
  float: right;
}
.site-content ul li {
  padding-bottom: 0%;
}
.news .blog_sec h3 {
  font-size: 23px;
  font-weight: bold !important;
  font-family: "Bricolage Grotesque", sans-serif;
  padding-top: 3%;
}
.news h2 {
  font-size: 30px;
  color: #1818DC;
  font-family: "Bricolage Grotesque", sans-serif;
  padding-bottom: 0%;
}
.team-item.position-relative.overflow-hidden {
    height: auto;
}
.team-item img {
    transition: .5s;
    height: 200px;
}
.event h2 {
  font-size: 25px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #1818DC;
  padding-bottom: 4%;
}   
.bottom {
    text-align: center;
    padding: 20px 20px 50px 20px;
    background: #F6F6F6;
    min-height: auto;
}
.bottom h2{
    line-height: 22px!important;
    padding-top: 10%;
    font-family: "Bricolage Grotesque", sans-serif;
    min-height: auto;
}
#entertainment .bottom h2{
    min-height: auto;   
}
    .footer_info .info ul li a {
    font-weight: normal;
    font-size: 16px;
    color: #1818DC;
    padding-left: 5px;
    padding-right: 5px;
}
#services .bottom {
    text-align: left;
    padding: 20px 20px 50px 20px;
    background: #F6F6F6;
    min-height: auto;
}
#entertainment .bottom {
    text-align: left;
    padding: 20px;
    background: #F6F6F6;
    border: 0px;
    min-height: auto;
}   
.newsletter_box {
    width: 100%;
    justify-content: center;
    padding-top: 0%;
    padding-bottom: 5%;
}   
#newsletters .newsborder i {
    font-size: 40px;
    color: #f63227;
    padding-top: 7%;
    padding-bottom: 9%;
    margin-right: 5%;
}   
#entertainment .team-item img {
    transition: .5s;
    height: 350px;
}   
 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    width: 90%!important;
    margin: auto!important;
    position: relative!important;
    top: 40px!important;
    z-index: 99879879!important;
  }


}








@media (max-width: 640px) {
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}
.event h2 {
  font-size: 28px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #1818DC;
  padding-bottom: 4%;
}
.news .blogpic{
  margin-top: 0%;
}
.newsletter_box {
  display: flex;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 5%;
}
.footer_info .info ul li a {
  font-weight: normal;
  font-size: 17px;
  color: #1818DC;
  padding-left: 5px;
  padding-right: 5px;
} 
.text_con h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
  font-size: 20px;
}
 .site-content {
    padding-top: 10%;
    width: 100%;
    float: right;
  }
  .footer_info .info {
    justify-content: center;
    padding-top: 5%;
    text-align: center;
    font-size: 13px;
  }
.footer_part .single_footer_part h4 {
  font-size: 18px;
 } 

    .event h2 {
  font-size: 28px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #1818DC;
  padding-bottom: 4%;
}
.newsletter_box {
  display: flex;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 5%;
}
.footer_info .info ul li a {
  font-weight: normal;
  font-size: 17px;
  color: #1818DC;
  padding-left: 5px;
  padding-right: 5px;
}   
.text_con h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
  font-size: 20px;
}
#services .viewbtn {
  right: -30%;
}   
#money .viewbtn {
  right: -30%;
}
#entertainment .viewbtn {
  right: -30%;
}   
.footer_info .info {
  justify-content: center;
  padding-top: 12%;
}   
.footer_info .info ul {
  padding-left: 0rem;
}
.team-item {
  margin-bottom: 0px;
}
.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 5px 15px;
  font-size: 16px;  
}   
    
    
    
    
}




@media (max-width: 575px) {
.owl-nav i {
  font-size: 25px;
}

.owl-nav .owl-prev {
  left: -13px;
}
 .searchandfilter {
    position: relative;
    top: -90px;
    left: 0%;
	 width: 100%;
  }
	.ggpic img {
  width: 100px;
  height: 60px;
  object-fit: contain;
}
.owl-nav .owl-next {
  right: -10px;
}
.logofooter {
    width: 25%;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.footer_info .info {
    justify-content: center;
    padding-top: 5%;
}
.footer_part .single_footer_part .list-unstyled li a {
    color: #7f7f7f;
    margin-bottom: 0px;
    display: inline-block;
}   
.footer_part .single_footer_part h4 {
    margin-bottom: 5px;
}
.footer_part .single_footer_part p {
    color: #7f7f7f;
    margin-bottom: 0px;
    font-size: 16px;
    padding-top: 0%;
    width: 100%;
}   
.newsletter_box {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 5%;
}   
#entertainment .team-item img {
    transition: .5s;
    height: auto;
}   
.team-item img {
    transition: .5s;
    height: auto;
}   
.navbar-brand img {
    width: 70px;
    height: 70px;
    margin-block: 5px;
  }
.navbar-brand {
  margin-left: 20px!important;
}
	
	
}



@media (max-width: 480px) {
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}
.py-3 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
 .text_con h3 {
    font-family: "Bricolage Grotesque", sans-serif;
    color: #fff;
    font-size: 16px;
  }
#activities .blog_sec p {
  font-size: 16px;
  color: #45485F;
  font-family: "Bricolage Grotesque", sans-serif;
  padding-top: 0%;
}
 .navbar-dark .navbar-nav .nav-link {
    padding: 5px 3px;
  }
.site-content h3 {
  font-size: 22px;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 20px;
  padding-bottom: 0%;
  font-weight: bold;
}
.copyrighttwo {
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: #F7F7F8;
  text-align: center;
}
h2 {
  font-size: 22px!important;
}
 .navbar-brand img {
    width: 70px !important;
    height: 70px !important;
  }
 #newsletters .newsborder i {
    font-size: 30px;
    color: #f63227;
    padding-top: 10%;
  }
.entry-meta {
  font-size: 14px;
}
.news .blog_sec h3 {
  font-size: 17px;
  padding-top: 3%;
} 
.news .blogpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news h2 {
  font-size: 22px;
  color: #1818DC;
  font-family: "Bricolage Grotesque", sans-serif;
  padding-bottom: 0%;
  text-align: center;
}
#entertainment h2 {
  padding-bottom: 2%;
  font-size: 20px;
	color: #00005a;
	font-family: "Bricolage Grotesque", sans-serif;
}
#services h2 {
  padding-bottom: 3%;
  font-size: 22px;
	color: #00005a;
  font-family: "Bricolage Grotesque", sans-serif;	
}
 .event h2 {
    font-size: 22px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #1818DC;
    padding-bottom: 2%;
  } 
 #newsletters .newscont h3 {
    font-size: 18px;
	 color: #00005a;
	 font-family: "Bricolage Grotesque", sans-serif;
  }


.event .viewbtn {
  padding: 7px!important;
  color: #fff !important;
  height: auto!important;
  font-size: 13px!important;
  font-weight: bold;
  right: 0%;
  position: relative;
  top: 0px;
	width: max-content;
    display: block;
}       
#services .viewbtn {
  right: 0%;
}   
#money .viewbtn {
  right: 0%;
}
#entertainment .viewbtn {
  right: 0%;
  padding: 7px !important;
  color: #000 !important;   
}
.team-item {
    margin-bottom: 20px;
  }
 .carousel-wrap {
    margin-top: 5%;
    margin-bottom: 2%;
  }
.bottom h2 a {
  font-size: 17px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #000;
  line-height: 15px;
}
.marqueetext2 {
    position: relative;
    top: 0px;
}
marquee {
    top: 0px;
    font-size: 18px;
}



}


@media (max-width: 420px) {
h2 {
    font-size: 18px!important;
  }
 .event .viewbtn {
    right: -50%;
    position: relative;
    top: 0px;
  }
#newsletters .newscont p {
  font-size: 15px;
  color: #000047;
}
.newsletter_box input {
  height: 40px;
  width: 100%;
  margin-right: 0%;
}
.newsletter-submit.btn {
  width: 100%;
  margin-top: 10px;
}
.newsletter-submit.btn:hover{
  width: 100%;
  margin-top: 10px;
}
.newsletter_box {
  width: 100%;
  justify-content: center!important;
  padding-top: 12%;
}


}

@media (max-width: 380px) {
a.mega-menu-link {
    line-height: 25px!important;
    height: 25px!important;
    background: transparent;
    text-align: left;
    color: #ffffff;
    font-size: 14px!important;
  }

}








/*================================================
Responsive End
=================================================*/


/*================================================
bestinsurrey contact Start 22 april 2023
=================================================*/

.contactbanner{
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 15%;
    padding-bottom: 15%;
}
.contactbanner h2{
  font-size: 60px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #00B2DF;
  text-align: center;   
}
.contactbanner p{
  font-size: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #000;
  text-align: center;
  font-weight: bold;
  padding-top: 2%;  
}

#contact #form-submit {
  width: 30%;
  border: 1px solid #000;
  line-height: 40px;
  color: #000;
  font-weight: bold;
  background: #fff; 
}
#contact #form-submit:hover{
  color: #fff;
  font-weight: bold;
  background: #000;
  transition: .5s;  
}
section.contact-us #contact {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 5%;  
  padding-bottom: 5%;       
}
#message {
  height: 150px;
}
section.contact-us .section-heading {
  position: relative; 
  display: block;
  margin: auto;
}

#contact .section-heading h4 {
  line-height: 40px;
  font-size: 28px;
  font-weight: 900;
  color: #000;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: "Bricolage Grotesque", sans-serif;   
}

#contact input, textarea {
  width: 100%;
  position: relative;
  display: block;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 5px 10px 10px;  
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #CFCFCF;
  margin-bottom: 20px;
}
#contact .contact-us span {
  height: 20px;
    font-size: 12px;
  margin-bottom: 20px;
}




.location_sec{
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #B45F06;
    margin-top: 12%;
    margin-bottom: 10%;
}
.mapbox iframe{
    width: 100%;
    height: 300px;
} 
.location_sec p{
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
}
.location_sec .linkbox a{
    font-size: 16px;
    color: #fff;
}
.location_sec .linkbox a:hover{
    font-size: 16px;
    color: #000;
}



/*================================================
contact End
=================================================*/







#services p.intro {
    min-height: 250px;
}
#services .card {
    margin-bottom: 30px;
}


#blog p.intro {
    min-height: 250px;
}
#blog .card {
    margin-bottom: 30px;
}


#entertainment .card {
    margin-bottom: 30px;
}
























.comment-list li{
  list-style: none;
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 60px) 0 var(--blog-space-y, 60px) 0;
}
.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}
.vs-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .text:last-of-type {
  margin-bottom: 0;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px;
}
.vs-comments-wrap .children .replay-btn {
  background-color: #3a3a92;
}
.vs-comments-wrap .replay-btn {
  font-weight: 700;
  font-size: 13px;
  font-family: var(--body-font);
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  background: #eff1f5;
  color: #f0f0f0;
  padding: 10px 17px 7px;
  border-radius: 999px;
  line-height: 1;
  z-index: 1;
}
.vs-comments-wrap .replay-btn i {
  margin-right: 7px;
}
.vs-comments-wrap .replay-btn:hover {
  background-color: #000;
  color: #f0f0f0;
}
.vs-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

.vs-post-comment {
  display: flex;
  position: relative;
  padding: 29px 40px;
  margin: 20px 0 20px 0;
  border: 1px solid #000;
  border-radius: 30px;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .vs-post-comment {
    padding: 50px 15px 15px 15px;
    flex-direction: column;
    gap: 40px;
  }
}
.vs-post-comment::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 100%;
  background-color: #eee;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .vs-post-comment::before {
    display: none;
  }
}

.comment-avater {
  --image-size: 130px;
  width: var(--image-size);
  height: var(--image-size);
  margin-right: 28px;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 50%;
  border: 3px solid #f0f0f0;
  box-shadow: 0px 13px 9px 0px rgba(0, 0, 0, 0.15);
}
.comment-avater img {
  width: 100%;
}

.comment-content {
  flex: 1;
  position: relative;
}
.comment-content .name {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 13px;
  font-family: var(--body-font);
}
.comment-content .text {
  margin-bottom: 0;
}
.comment-content .commented-on {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
  margin-top: 0;
  font-weight: 600;
  color: var(--text-color);
  text-transform: uppercase;
}
.comment-content .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}

.vs-comments-wrap.vs-comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
  }
  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .vs-comments-wrap .comment-top {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: relative;
    top: 0;
    margin: 15px 0 0 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap .children {
    margin-left: 20px;
  }
  .vs-comments-wrap .name {
    font-size: 18px;
  }
}


/*------------------- 4.7. Comments  -------------------*/
.comment-respond {
  margin: var(--blog-space-y, 60px) 0 30px 0;
  position: relative;
}
.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-respond .custom-checkbox.notice {
  margin-top: 10px;
  margin-bottom: 25px;
}
.comment-respond .row {
  --bs-gutter-x: 20px;
}
.comment-respond .form-group:last-child {
  margin-top: 10px;
}
.comment-respond .form-control {
  background-color: #f0f0f0;
  height: 60px;
  border: 1px solid var(--vs-border-color4);
  border-radius: 30px;
  padding: 15px 10px;
  color: var(--text-color);
  font-size: 16px;
  margin-bottom: 10px;  
}
.comment-respond .form-control::-moz-placeholder {
  color: var(--text-color);
}
.comment-respond .form-control::placeholder {
  color: var(--text-color);
}
.comment-respond textarea.form-control {
  padding: 15px 10px;
  height: 100px;
}
.comment-respond .form-group > i {
  top: 20.5px;
}
.comment-respond input[type=checkbox] ~ label:before {
  background-color: #f0f0f0;
  border: 1px solid var(--theme-color);
  border-radius: 3px;
}
.comment-respond input[type=checkbox]:checked ~ label:before {
  background-color: var(--theme-color);
  border-color: transparent;
}
.comment-respond .form-text {
  margin-bottom: 25px;
}

.question-form .comment-respond,
.review-form .comment-respond {
  margin: 0 0 20px 0;
}
.question-form .form-control,
.review-form .form-control {
  background-color: transparent;
  border: 1px solid #e4e4e4;
}
.question-form .rating-select,
.review-form .rating-select {
  display: flex;
  align-items: center;
}
.question-form .rating-select label,
.review-form .rating-select label {
  font-weight: 500;
  color: #eff1f5;
}
.vs-btn.style2 {
  padding: 10px 20px !important;
  background-color: #00b0de!important;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #00b0de!important;
}
.vs-btn.style2:hover{
  padding: 10px 20px !important;
  background-color: #1818DC!important;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #00b0de!important;
}



.comment-list li{
  list-style: none;
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 60px) 0 var(--blog-space-y, 60px) 0;
}
.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}
.vs-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .text:last-of-type {
  margin-bottom: 0;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px;
}
.vs-comments-wrap .replay-btn {
  font-weight: 700;
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  background: #1818DC;
  color: #fff;
  padding: 10px 17px 7px;
  border-radius: 999px;
  line-height: 1;
  z-index: 1;
}
.vs-comments-wrap .replay-btn i {
  margin-right: 7px;
}
.vs-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

.vs-post-comment {
  display: flex;
  position: relative;
  padding: 29px 40px;
  margin: 20px 0 20px 0;
  border: 1px solid #000;
  border-radius: 30px;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .vs-post-comment {
    padding: 50px 15px 15px 15px;
    flex-direction: column;
    gap: 40px;
  }
}
.vs-post-comment::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 100%;
  background-color: #eee;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .vs-post-comment::before {
    display: none;
  }
}

.comment-avater {
  --image-size: 130px;
  width: var(--image-size);
  height: var(--image-size);
  margin-right: 28px;
  overflow: hidden;
  background-color: #00b0de;
  border-radius: 50%;
  border: 3px solid #f0f0f0;
  box-shadow: 0px 13px 9px 0px rgba(0, 0, 0, 0.15);
}
.comment-avater img {
  width: 100%;
}

.comment-content {
  flex: 1;
  position: relative;
}
.comment-content .name {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 13px;
  font-family: var(--body-font);
}
.comment-content .text {
  margin-bottom: 0;
}
.comment-content .commented-on {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
  margin-top: 0;
  font-weight: 600;
  color: var(--text-color);
  text-transform: uppercase;
}
.comment-content .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}

.vs-comments-wrap.vs-comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
  }
  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .vs-comments-wrap .comment-top {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: relative;
    top: 0;
    margin: 15px 0 0 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap .children {
    margin-left: 20px;
  }
  .vs-comments-wrap .name {
    font-size: 18px;
  }
}




#activities .blog_sec {
	margin-bottom: 30px;
    padding: 30px;
	width: 75%;
    margin-inline: auto;
    border-radius: 30px;
    box-shadow: rgb(249 4 4 / 41%) 0px 5px 15px, inset rgb(185 4 4 / 75%) 0px 5px 15px;
    padding-bottom: 80px;
    border: none;
}
p:has(.wpcf7-form-control.blob-btn) {
  width: 50%;
  position: relative;
}
p:has(.wpcf7-form-control.blob-btn) span{
  position: absolute;
	right: 0
}
.wpcf7-form-control.blob-btn{
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: 0;
	width: 50%;
	border-radius: 8px;
	padding-block: 6px;
}


/* UL – layout only, NO shadow */
.searchandfilter ul {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  list-style: none;
  margin: 0;
  background: transparent;
}

/* LI inline */
.searchandfilter ul li {
  display: inline-block;
}

/* Text input & Select */
.searchandfilter ul input[type="text"],
.searchandfilter ul select {
  height: 36px;
  padding: 0 14px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: #f5f7fa;
  color: #333;

  /* Inset + outer shadow (per field only) */
  box-shadow: inset 4px 4px 6px #03b0db5d, inset -2px -2px 4px rgba(255, 255, 255, 0.9), 6px 8px 14px #00485a2b;
}

/* Width control */
.searchandfilter ul input[type="text"] {
  width: 200px;
}

.searchandfilter ul select {
  width: 200px;
  cursor: pointer;
}

/* Focus effect */
.searchandfilter ul input[type="text"]:focus,
.searchandfilter ul select:focus {
 box-shadow:
    inset 1px 1px 3px rgba(0, 0, 0, 0.3),
    inset -1px -1px 3px rgba(255, 255, 255, 1),
    0 0 0 2px rgba(26, 106, 165, 0.35),
    0 8px 18px rgba(0, 0, 0, 0.2);
}

/* Submit button */
.searchandfilter ul input[type="submit"] {
   height: 36px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  color: #fff;

  background: linear-gradient(135deg, #00b2df, #f63227);
  background-size: 200% 100%;
  background-position: center;

  box-shadow:
    inset 4px 4px 6px #03b0db5d,
    inset -2px -2px 4px rgba(255, 255, 255, 0.9),
    6px 8px 12px #00b2df40;

  transition:
    transform 0.25s ease-out,
    background-position 0.35s ease,
    box-shadow 0.25s ease;
}

/* Hover */
.searchandfilter ul input[type="submit"]:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* Active (pressed) */
.searchandfilter ul input[type="submit"]:active {
  transform: translateY(0);
  box-shadow:
    inset 3px 3px 6px rgba(0, 0, 0, 0.35),
    inset -3px -3px 6px rgba(255, 255, 255, 0.45);
}
body {
    	background: #F7F7F8;
	}
.onlyNews .blogpic {
    aspect-ratio: 1 / .5;
}
.onlyNews .blog_sec {
    border-radius: 20px;
	padding-bottom: 50px;
	box-shadow: #03b0db5d 0px 3px 12px;
 	transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.onlyNews .blog_sec:hover{
	transform: translateY(-5px);
    box-shadow: #004c5f98 0px 3px 8px;
} 	
.onlyNews .blogpic img {
	width: 100%;
	height: 100%;
    border-radius: 10px 10px 0 0;
}
.onlyNews .blog_sec .readmorebtn{
	display: block;
    width: max-content;
    margin-inline: auto;
}
.onlyNews .site-content {
    width: 100%;
	padding: 30px 20px;
	box-shadow: inset rgba(110 0 0 / 60%) 3px 3px 12px;
	margin-top: 30px;
	border-radius: 20px;
	position: sticky;
	top: 160px;
	margin-bottom: 20px;
}
.onlyNews .site-content ul {
    list-style: none;
    padding: 15px;
    /* background: red; */
    background: linear-gradient(135deg, #FF0000, #090966);
    border-radius: 10px;
}
.onlyNews .site-content ul li {
    /* padding-bottom: 3%; */
    background: #fff;
    margin-bottom: 10px;
    padding-inline: 10px;
    border-radius: 6px;
}
.onlyNews .site-content ul li:hover{
	box-shadow: inset rgba(110 0 0 / 80%) 3px 3px 12px;
} 
.onlyNews .site-content ul li:hover a{
	color: #000;
}
.blog_secn h3.wp-block-heading{
	color: #1818DC; 
}
.blog_secn p, .blog_secn li{
	color: #000047;
}
.blog_secn .blogpicdet{
	margin-bottom: 20px;
	width: 100%;
	aspect-ratio: 1 / .5;
	border-radius: 20px;
	overflow: hidden;
}
.blog_secn .blogpicdet img{
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	/*object-position: top right;*/
}
#news._all__service .blog_sec{
	border: none !important;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
#news._all__service .blog_sec:hover{
	box-shadow: #4e0000cc 0px 3px 8px;
	transform: translateY(-5px);
}
#news._all__service .blog_sec p{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* responssive */
@media (width < 767px ){
	#activities .blog_sec {
		width: 100%;
	}
}

#news .callbtn{
	font-size: 15px;
}
#news .stars i {
    font-size: 16px
}

#news .stars h6{
	color: #fff;
}

.entry-meta .callbtn {
    animation: move-left-right 5s infinite;
	position: relative
}

@keyframes  move-left-right{
	0% {
    left: 0;
}
50% {
    left: 10px;
}
100% {
    left: 0;
}
}
@media (min-width: 991px) and (max-width: 1350px) {
	 #navbarCollapse {
    	flex-direction: column;
		align-items: end;
    	margin-right: 5%;
	}
}

@media (max-width: 991px) {
	form.searchandfilter {
    	position: absolute;
    	top: 50%;
    	right: 7%;
    	transform: translateY(-50%);
	}
	#navbarCollapse{
    	padding-top: 0px;
    	padding-bottom: 0px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right{
		position: absolute;
    	right: -7px;
    	top: 74px;
	}
}
@media (max-width: 767px) {	
	.searchandfilter ul input[type="text"], .searchandfilter ul select {
    	height: 30px; 
		width: 150px;   	
	}
.searchandfilter ul input[type="submit"]{
   		height: 30px;
	}
}
@media (max-width: 640px) {
	
	.searchandfilter ul {
    	position: relative;
    	top: 110%;
	}
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {        
        top: 45px;
 		z-index: 99;
    }
	nav{
		margin-bottom: 70px;
	}

}
@media (max-width: 479px) {
	.searchandfilter ul input[type="text"], .searchandfilter ul select {
        width: 120px;
    }
	.searchandfilter ul input[type="submit"] {
    	padding: 0 18px;
	}
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
        top: 25px;
        z-index: 99;
    }
}@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

font-family: "Bricolage Grotesque", sans-serif;
font-family: "Bricolage Grotesque", sans-serif;


/********** Template CSS **********/
:root {
    --primary: #E88F2A;
    --secondary: #FAF3EB;
    --light: #FFFFFF;
    --dark: #2B2825;
}

body{
    font-family: "Bricolage Grotesque", sans-serif;
}

.font-secondary {
    font-family: "Bricolage Grotesque", sans-serif;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {font-family: "Bricolage Grotesque", sans-serif;
    font-weight: 600;
    transition: .5s;
}
.bg-litewhite{
    background: #F7F7F8;
}
.bg-litewhite2{
    background: #EEEEEE;
}

.btn-primary {
    color: #FFFFFF;
}

.border-inner {
    position: relative;
}

.border-inner * {
    position: relative;
    z-index: 1;
}
#navbarCollapse{
  padding-top: 10px;
  padding-bottom: 10px;
}
.border-inner::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    background: none;
    border: 1px solid var(--light);
    z-index: 0;
}

.btn-square {
    width: 40px;
    height: 40px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 50px;
    height: 50px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}




.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: space-around!important;
}






.navbar-brand{
  padding: 0px;
}


marquee{
  font-weight: bold;
  font-size: 30px;
  font-family: 'Rajdhani', sans-serif;
  margin: auto;
  width: 100%;
  text-align: center;
  position: relative;
  top: 0px;
  color: #fff;
  background-color: #00b0de;	
}
.marqueetext2{
  position: relative;
  top: 15px;
  width: 50%;
  right: -50%;
}

.stargroup {
  display: flex;
  position: absolute;
  margin-top: -10px;
  right: 10px;
}
 .stargroup i {
  font-size: 16px;
  color: #ec8004;
  padding: 0px 2px;
}


.mainlogo {
  position: relative;
  z-index: 988;
}


.mainlogo img{
    width: 140px;
    height: 140px;
    object-fit: fill;
    padding: 2px 0px;
    background: #fff;
    border-radius: 50%;
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -10px;
}


.rmp-results-widget__avg-rating, .rmp-results-widget__vote-count {
  color: #fff !important;
}
.stars {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: -40px;
  margin-left: 10px;
  background-color: #00000091;
  padding: 2px;
}
.stars i {
  color: #fbbc05!important;
  font-size: 16px!important;
  align-items: center;
  justify-content: space-evenly;
  text-shadow: 1px 1px 0.2px black;
  cursor: pointer;
  margin: 0px 2px;
}
.callbtn {
  color: #fff;
  padding: 7px 20px;
  font-size: 20px;
  border-radius: 50px;
}
.stars h5 {
  color: #fff !important;
}
.callbtn:hover{
    background-color: #fff;
    color: #00b0de;
    border: 1px solid #00b0de;
    transition: .5s;
}


.topbar{
  width: 100%;
  background-color: #fff;
  padding-top: 0%;
  padding-bottom: 0px;
  /*max-height: 45px;*/
  margin-bottom: -7px;
}




.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: "Bricolage Grotesque", sans-serif;
    padding: 4px 15px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    outline: none;
    transition: .5s;
      width: max-content;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #f53227;
}


.dropdown:hover .dropdown-menu {
    display: block!important;
    margin-top: 0!important; 
}



@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px 3px;
        width: 100%!important;
    }
.dropdown-toggle::after {
  display: inline-block;
  position: absolute!important;
  right: 0px!important;
  margin-top: 10px!important;
}
#navbarDropdown{
   pointer-events: none!important;
   cursor: default!important;
}
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: flex-end!important;
}
ul.mega-sub-menu {
    overflow: scroll!important;
  }

}

.hero-header {
    background: url(../img/hero.jpg) top right no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 16px;
    height: 26px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: #FFFFFF;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: -1px;
    border-left: 16px solid var(--primary);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}



.carousel-wrap {
    margin-top: 5%;
    margin-bottom: 5%;
}



#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 10px;
    left: 50%;
    bottom: 0;
    margin-left: -30px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 180px;
    height: 2px;
    left: 50%;
    bottom: 4px;
    margin-left: -90px;
    background: var(--primary);
}

.service::after,
.contact::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 45px);
    top: 135px;
    left: 0;
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/service.jpg) center center no-repeat;
    background-size: cover;
    z-index: -1;
}

.contact::after {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.bg-offer {
    background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/offer.jpg) center center no-repeat;
    background-size: cover;
}

.team-item img {
      transition: .5s;
      height: 250px;
      object-fit: contain;
}
.card:hover .team-item img {
    transform: scale(1.1);
}
.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-overlay {
    transition: .5s;
    opacity: 0;
}

.team-item:hover .team-overlay {
    opacity: 1;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    width: 10px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-item {
    opacity: .1;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    opacity: 1;
}

.bg-img {
    background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}




























.input-box {
  position: relative;
  width: 100%;
  max-width: 60px;
  height: 55px;
  top: 50px;    
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.input-box.open {
  max-width: 350px;
  border: 1px solid #eee;
}
.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.input-box.open input {
  padding: 0 15px 0 65px;
}

.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.input-box.open .search {
  border-radius: 6px 0 0 6px;
}
.search .search-icon {
  font-size: 30px;
  color: #1c1c1c;
}
.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #1c1c1c;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}


.subbtn{
    background: #fff;
    padding: 10px 30px;
    color: #000;
    border: 1px solid #000;
    font-size: 15px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bold;
    transition: .5s;
    margin-top: 50%;
}
.subbtn:hover{
    background: #000;
    padding: 10px 30px;
    color: #fff;
    font-size: 15px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bold;
}






#blog{
  padding-top: 5%;
  padding-bottom: 1%;
}

#blog hr{
    width: 96%;
    height: 2px;
    background: #000;
    margin: auto;
    margin-top: 6%;
}
#event hr{
    width: 100%;
    height: 2px;
    background: #000;
    margin: auto;
    margin-top: 6%;
}
#services hr{
    width: 100%;
    height: 2px;
    background: #000;
    margin: auto;
    margin-top: 6%;
}



#mostviewed .team-item img {
  transition: .5s;
  height: 400px;
}








#entertainment{
    padding-top: 0%;
    padding-bottom: 1%;
    background: #F7F7F8;
}
#entertainment h2{
    padding-bottom: 2%;
    color: #1818DC;
}
#entertainment .viewbtn {
  padding: 7px 15px !important;
  color: #000 !important;
  height: 40px !important;
  transition: .5s;
  font-weight: bold;
  right: -75%;
  position: relative;
  top: 10px;
}
#entertainment .bottom {
  text-align: left;
  padding: 20px;
  background: #F6F6F6;
  border: 0px;
  min-height: auto;
}
#entertainment .entettext{
  color: #191970;
  font-size: 16px;
  height: 40px!important;
}
#entertainment .entettext:hover{
  color: #000;
  font-size: 15px;
}
#entertainment .info {
  justify-content: flex-start;
}
#entertainment .bottom h2 {
  line-height: 25px!important;
  padding-top: 0%;
  font-family: "Bricolage Grotesque", sans-serif;
  min-height: 70px;
  padding-bottom: 0%;   
  font-size: 18px;
}
#entertainment .team-item{
  transition: .5s;
  height: 100%;
}
#entertainment .team-item img{
  transition: .5s;
  height: 230px;
}
#entertainment .card{
  margin-bottom: 15%;
  border-radius: 10px;
  box-shadow: #03b0db5d 0px 3px 8px;
  overflow: hidden;
  border: none !important;
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
#entertainment .card:hover{
    box-shadow: #004c5f98 0px 3px 8px;
    transform: translateY(-5px);
}
#entertainment .bottom .intro{
    font-size: 16px;
    line-height: 25px;
	color: #000047;
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#money .team-item img {
  transition: .5s;
  height: 400px;
  width: 100%;	
}

#money hr{
    width: 100%;
    height: 2px;
    background: #000;
    margin: auto;
    margin-top: 6%;
}
#event hr{
    width: 100%;
    height: 2px;
    background: #000;
    margin: auto;
    margin-top: 6%;
}


#services{
    background: #F7F7F8;
}
#services h2{
    padding-bottom: 3%;
}
#services .bottom h2{
  font-size: 35px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #000;
  padding-bottom: 0%;
  padding-top: 3%;
  height: 70px; 
}
.text_con a{
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}
#services .viewbtn {
  padding: 7px 15px !important;
  color: #000 !important;
  height: 40px !important;
  transition: .5s;
  font-weight: bold;
  right: -75%;
  position: relative;
  top: 10px;
}
#services .bottom {
  text-align: left;
  padding: 20px 20px 50px 20px;
  background: #F6F6F6;
  min-height: 350px;
}
#services .info {
  display: flex;
  color: #999;
  font-size: 14px;
  margin-top: 8px;
  padding-left: 0;
  justify-content: start;
}
#services .entettext{
    color: #1818DC;
}












.card {
  height: auto;
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 1;
}

.top {
  height: 42%;
  width: 100%;
  background-image:url(../img/blog1.jpg);
  background-size: cover;
}

.category {
  background-color: orange;
  width: 100px;
  height: 30px;
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 1px;
}
.name {
  padding-left: 10px;
  cursor: pointer;
  font-weight: 300;
}

.name a {
  font-weight: 400;
  color: orange;
}

.info {
  display: flex;
  color: #999;
  font-size: 14px;
  margin-top: 8px;
  padding-left: 0;
  justify-content: center;  
}
.bottom {
  text-align: center;
  padding: 20px 20px 50px 20px;
  background: #F6F6F6;  
}
.bottom h2 a{
    font-size: 20px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #1818dc;
}
.bottom h2{
    line-height: 22px!important;
    padding-top: 10%;
    font-family: "Bricolage Grotesque", sans-serif;
    min-height: 100px;
}
.info a { cursor: pointer; }
.info i{
    position: relative;
    top: 12px;
    left: -5px;
}
.postdatewrap {
  background: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  line-height: 60px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -60px;
}
.postdatewrap p{
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.team-item.position-relative.overflow-hidden {
  height: 210px;
}

.bottom .readmore{
    width: 100%!important;
    padding: 7px 15px!important;
    background: #818A91!important;
    color: #fff!important;
    height: 40px!important;
    transition: .5s;
}
.bottom .readmore:hover{
    width: 100%!important;
    padding: 7px 15px!important;
    background: #000!important;
    color: #fff!important;
    height: 40px!important;
}

.event{
    padding-top: 5%;
    padding-bottom: 5%;
    background: #F7F7F8;
}
.event h2{
    font-size: 35px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #1818DC;
    padding-bottom: 4%;
	
}

.event .viewbtn{
    padding: 7px 15px!important;
    color: #000!important;
    height: 40px!important;
    transition: .5s;
	font-weight: bold;
    right: 0%!important;
    position: relative;
    top: 10px;
	width: max-content;
    display: block;
}


#event .team-item img {
  transition: .5s;
  height: 400px;
    
}





.text_con{
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: 0px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); 
  padding: 50px 20px 10px 20px; 
}
.text_con h3{
    font-family: "Bricolage Grotesque", sans-serif;
    color: #fff;
    font-size: 25px;
}









#newsletters{
    width: 100%;
    background-image:url(../img/newslettersbg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#newsletters .newsborder{
    width: 100%;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .5);
    border: none;
    border-radius: 20px;
    margin-block: 20px;
}
#newsletters .newsborder i{
    font-size: 40px;
    color: #f63227;
    padding-top: 9%;
    padding-bottom: 9%;
    margin-right: 5%;
}
#newsletters .newscont h3{
    font-size: 32px;
    color: #22242F;
    padding-top: 12%;
    padding-bottom: 0%;
    font-family: "Bricolage Grotesque", sans-serif;
}
#newsletters .newscont p{
    font-size: 17px;
    color: #000047;
    
}

.quick_newsletter .newsletter-element .input-text {
  background-color: #f8f8f8;
  padding: 15px 20px;
  display: inline-block;
  border: none;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.newsletter-submit{
    border: 1px solid #000;
    color: #000;
}
.newsletter_box{
    width: 100%;
    justify-content: end;
    padding-top: 12%;
}
.newsletter_box input{
    height: 40px;
    width: 60%;
    margin-right: 2%;
	box-shadow:
    	inset 4px 4px 6px #03b0db5d,
    	inset -2px -2px 4px #03b0db5d;
	border: none;
    border-radius: 8px;
    padding-inline: 10px;
}
.newsletter-submit.btn {
  width: 35%;
    margin-top: -6px;
    border: none;
    border-radius: 8px;
    color: #fff;
	background: linear-gradient(135deg, #00b2df, #f63227);
  background-size: 200% 100%;
  background-position: center;

  box-shadow:
    inset 4px 4px 6px #03b0db5d,
    inset -2px -2px 4px rgba(255, 255, 255, 0.9),
    6px 8px 12px #00b2df40;

  transition:
    transform 0.25s ease-out,
    background-position 0.35s ease,
    box-shadow 0.25s ease;
}
.newsletter-submit.btn:hover{
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow:
    0 14px 18px #0034418c,
    inset 0 1px 0 rgba(255, 255, 255, 0.4);  
}
.searchandfilter ul input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.3);
}

.stars {
    display: flex;
    align-items: center;
    justify-content: center;
}
.stars_sec {
    background-color: rgba(255, 255, 255, 0.3);
    margin: auto;
    padding: 10px;
    border-radius: 30px;
    letter-spacing: 5px;
}
.stars i {
    color: #a6a6a6;
    font-size: 16px;
    align-items: center;
    justify-content: space-evenly;
    text-shadow: 1px 1px 0.2px black;
    cursor: pointer;
}




#news{
    padding-top: 3%;
    padding-bottom: 3%;
}
.news h2{
    font-size: 30px;
    color: #1818DC;
    font-family: "Bricolage Grotesque", sans-serif;
    padding-bottom: 0%;
    text-align: left;
}
.news .blogpic{
    width: 100%;
    /*aspect-ratio: 1/1;*/
  height: max-content;
    margin-top: 0%;
}
.blog_sec{
  padding: 10px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
}
.blog_sec img{
	width: 100%;
	height: auto;
}
#news .blog_sec{
  padding: 10px;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: #03b0db5d 0px 3px 12px;
  transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
#news .blog_sec:hover{
	transform: translateY(-5px);
    box-shadow: #00293cb3 0px 3px 14px;
}
.news .blogpic img{
   /* width: 100%;*/
    /*height: 100%;*/
    object-fit: cover;
}
 .blog_sec {
    margin-bottom: 30px;
    padding: 10px;
  }
.starsec {
  display: flex;
  justify-content: center;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px;
}
/* .contblog {
  height: 400px;
} */
.contblog p {
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.contblog p:nth-of-type(2) {
   display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_sec .readmorebtn {
  color: #fff;
  padding: 5px 20px;
  font-size: 15px;
  border-radius: 50px;
  position: relative;
  background: linear-gradient(135deg, #00b2df, #f63227);
    background-size: 200% 100%;
    background-position: center;
    box-shadow: inset 4px 4px 6px #03b0db5d, inset -2px -2px 4px rgba(255, 255, 255, 0.9), 6px 8px 12px #00b2df40;
    transition: transform 0.25s ease-out, background-position 0.35s ease, box-shadow 0.25s ease;
}
.blog_sec .readmorebtn:hover{
    transform: translateY(-2px);
    background-position: 100% 50%;
    box-shadow: 0 14px 18px #0034418c, inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.news .blog_sec h3{
    font-size: 22px;
    font-weight: bold!important;
    font-family: "Bricolage Grotesque", sans-serif;
    padding-top: 3%;
	min-height: 88px;
	placed-content: center;
}

.blog_sec p{
    font-size: 16px;
    padding-top: 3%;
	color: #000047;
}
.author-name{
    color: #f63227!important;
}
.entry-meta{
    color: #f63227!important;
}






.navbar input[type=text] {
  padding: 6px;
  font-size: 17px;
  border: none;
}

.navbar button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  position: relative;
  right: 10px;
}

.navbar button:hover {
  background: #ccc;
}

.navbar form {
  float: right;
  display: flex;
  justify-content: end;
}






.site-content {
  padding-top: 4%;
  width: 80%;
  float: right;
}
.site-content ul a{
    font-size: 22px;
}
.site-content h3{
    font-size: 30px;
    font-family: "Bricolage Grotesque", sans-serif;
    line-height: 20px;
    padding-bottom: 8%;
    font-weight: bold;
}
.site-content ul{
    list-style: none;
    padding: 0px;
}
.site-content ul li{
    padding-bottom: 3%;
}
.site-content ul li a{
    font-size: 15px;
    color: #1818DC;
    font-family: "Bricolage Grotesque", sans-serif;
    font-weight: bold;
}
.site-content ul li a:hover{
    font-size: 15px;
    color: #000;
    font-family: "Bricolage Grotesque", sans-serif;
    transition: .5s;
}








.blog_batch {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: end;
}
.blog_batch img{
    width: auto;
    height: 52px!important;
    object-fit: contain;
    position: absolute;
}
.blog_batch::before {
  content: "";
    position: absolute;
    background-color: #c31e25;
    clip-path: polygon(100% 0, 100% 50%, 100% 50%, 0 0);
    width: 90px;
    height: 190px;
}



#activities{
    padding-top: 5%;
    padding-bottom: 5%;
}
#activities .stars {
  position: relative;
  margin-top: 0px;
  margin-left: 10px;
  background-color: transparent;
  padding: 2px;
}
#activities .blog_sec{
  width: 100%;
}

#activities .blog_sec p{
    font-size: 20px;
    color: #45485F;
    font-family: "Bricolage Grotesque", sans-serif;
    padding-top: 2%;
}
#activities .blogpic img {
  width: 100%;
  height: 450px;
  object-fit: fill;
}




#banking {
  padding-top: 5%;
   padding-bottom: 5%;  
  background: #F7F7F8;
}
#banking .page-content{
  background-color: #fff;
  padding: 100px;   
}
#banking .search-field{
  background-color: #F3F3F3;
  padding: 10px;
  border: 1px solid #808080;    
}
#banking .ast-search-submit {
  width: 50px;
  height: 46px;
  border-radius: 0px;
   border: 1px solid #000;  
}
#banking  .search-submit:hover{
  width: 100px!important;
  height: 46px!important;
  border-radius: 0px!important;
   border: 1px solid #000!important;
    font-weight: bold!important;
    transition: .5s;
    background: #000!important;
    color: #fff!important;
}
#banking .search-submit{
  width: 100px;
  height: 46px;
  border-radius: 0px;
   border: 1px solid #000;
    font-weight: bold;
}
#banking  .search-submit:hover{
  width: 100px!important;
  height: 46px!important;
  border-radius: 0px!important;
   border: 1px solid #000!important;
    font-weight: bold!important;
    transition: .5s;
    background: #000!important;
    color: #fff!important;
}













































.footer_info{
    width: 100%;
    background-color: #F7F7F8;
}
.footerborder{
    width: 100%;
    border-bottom: 2px solid #000;
    padding-bottom: 3%;
}
.footer_info .info ul li{
    list-style: none;
    display: inline-block;
}
.footer_info .info ul li a{
    font-weight: normal;
    font-size: 18px;
    color: #1818DC;
    padding-left: 10px;
    padding-right: 10px;
}
.footer_info .info ul li a:hover{
    font-weight: normal;
    font-size: 18px;
    color: #FF0000;
    transition: .5s;
}
.logofooter {
    width: 50%;
    position: relative;
    top: 50px;
}
.logofooter img {
  width: 100%;
  height: auto;
}
.footer_info {
  padding-top: 3%;
}
.footer_info .info{
  justify-content: flex-end;
  padding-top: 5%;  
}


















.footer_part {
  background-color: #F7F7F8;
  padding: 50px 0px 50px;
}

@media (max-width: 576px) {
  /* line 2, E:/161 _footer.scss */
  .footer_part {
    padding: 70px 0px 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, E:/161 _footer.scss */
  .footer_part {
    padding: 70px 0px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, E:/161 _footer.scss */
  .footer_part {
    padding: 70px 0px 25px;
  }
}

@media (max-width: 576px) {
  /* line 17, E:/161 _footer.scss */
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 17, E:/161 _footer.scss */
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 17, E:/161 _footer.scss */
  .footer_part .single_footer_part {
    margin-bottom: 20px;
  }
}

/* line 30, E:/161 _footer.scss */
.footer_part .single_footer_part h4 {
  font-size: 20px;
  color: #1818DC;
  margin-bottom: 30px;
  font-weight: 600;
    font-family: "Bricolage Grotesque", sans-serif;
}

@media (max-width: 576px) {
  /* line 30, E:/161 _footer.scss */
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 30, E:/161 _footer.scss */
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 30, E:/161 _footer.scss */
  .footer_part .single_footer_part h4 {
    margin-bottom: 15px;
  }
    
}

/* line 48, E:/161 _footer.scss */
.footer_part .single_footer_part p {
  color: #000047;
  margin-bottom: 0px;
    font-size: 16px;
    padding-top: 5%;
    width: 90%;
}

/* line 53, E:/161 _footer.scss */
.footer_part .single_footer_part a img {
  margin-top: 20px;
}

/* line 59, E:/161 _footer.scss */
.footer_part .single_footer_part .list-unstyled li a {
  color: #000047;
  margin-bottom: 10px;
  display: inline-block;
}
.footer_part .single_footer_part .list-unstyled li a i{
    width: 30px;
}
/* line 63, E:/161 _footer.scss */
.footer_part .single_footer_part .list-unstyled li a:hover {
  color: #FF0000 !important;
}

/* line 70, E:/161 _footer.scss */
.footer_part .single_footer_part .mail_part {
  position: relative;
}

/* line 72, E:/161 _footer.scss */
.footer_part .single_footer_part .mail_part input {
  padding: 8px 22px;
  font-size: 13px;
  border-radius: 50px;
  border: 2px solid #fff;
  margin-top: 20px;
  width: 100%;
}

/* line 80, E:/161 _footer.scss */
.footer_part .single_footer_part .mail_part .email_icon {
  position: absolute;
  right: 0px;
  top: 20px;
  width: 60px;
  height: 39px;
  background-color: #f0ce12;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  line-height: 40px;
}

/* line 94, E:/161 _footer.scss */
.footer_part hr {
  background-color: #494d58;
  margin-top: 50px;
  margin-bottom: 25px;
}

/* line 99, E:/161 _footer.scss */
.footer_part .footer_icon {
  text-align: right;
}

/* line 101, E:/161 _footer.scss */
.footer_part .footer_icon li {
  display: inline-block;
}

/* line 103, E:/161 _footer.scss */
.footer_part .footer_icon li a {
  font-size: 14px;
  color: #fff;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 576px) {
  /* line 103, E:/161 _footer.scss */
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 103, E:/161 _footer.scss */
  .footer_part .footer_icon li a {
    margin-left: 0px;
    margin-right: 25px;
  }
    
    
}

/* line 122, E:/161 _footer.scss */
.footer_part .footer_icon li a :hover {
  color: #f0ce12;
}

@media (max-width: 576px) {
  /* line 99, E:/161 _footer.scss */
  .footer_part .footer_icon {
    float: left;
    margin-top: 15px;
  }
}

/* line 141, E:/161 _footer.scss */
.footer_part .copyright_text p a {
  color: #f0ce12;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 144, E:/161 _footer.scss */
.footer_part .copyright_text p a:hover {
  color: #f0ce12;
}




.copyrighttwo{
    padding-top: 1%;
    padding-bottom: 1%;
    background-color: #F7F7F8;
}
.copyrighttwo p{
    color: #43465D;
}
.copyrighttwo p a{
    color: #43465D;
}
.copyrighttwo .text-right{
    text-align: right;
}







/*================================================
Responsive Start
=================================================*/







@media (max-width: 991px) {
#mega-menu-wrap-primary {
  clear: both!important;
  position: absolute!important;
  top: 0px!important;
  width: 95%!important;
}
.marqueetext2 {
  position: relative;
  top: 0px!important;
}

#mega-menu-wrap-primary #mega-menu-primary{
    z-index: 99954564878887!important;
}
.navbar-brand img {
    width: 90px!important;
    height: 90px!important;
}
.bg-litewhite {
  background: #F7F7F8;
  height: auto;
}
#mega-menu-wrap-primary .mega-menu-toggle {
  background: transparent!important;
  padding-top: 10%!important;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
  background-color: #000!important;
}
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}
.navbar-brand {
  margin-left: 30px!important;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #000;
}
.copyrighttwo p {
  color: #43465D;
  text-align: center;
}
#money .col-lg-4.col-md-4.col-sm-4.col-4.align-items-end {
  display: none!important;
}
.py-3 {
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}
.text_con h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
  font-size: 18px;
}
.navbar-brand img{
    width: 120px;
    height: 120px;
}
.carousel-wrap {
    margin-top: 2%;
    margin-bottom: 2%;
}   









#verified h2{padding-bottom: 1%;}
#ai{background-color:#e5f4f7;}
#ai h2{padding-bottom: 1%; }


.mainlogo img{
    width: 140px;
    height: 140px;
    object-fit: fill;
    padding: 4px;
    background: #fff;
    border-radius: 50%;
}
.ggpic {
    text-align: center;
}
.ggpic img{
	width: 100px;
	height: 100px;
	object-fit: contain;
}






#services .card {
height: auto;
width: 100%;
background-color: white;
position: relative;
z-index: 1;
margin-bottom: 30px;
}
#mostviewed .team-item img {
  transition: .5s;
  height: 300px;
}   
#money .team-item img {
  transition: .5s;
  height: auto;
}   
#event .team-item img {
  transition: .5s;
  height: 400px;
  width: 100%;  
}   
#newsletters .newscont h3 {
  font-size: 22px;
  color: #1818DC;
  padding-top: 12%;
  padding-bottom: 0%;
  font-family: "Bricolage Grotesque", sans-serif;
}   
.logofooter{
  width: 80%;
  top: 20px;    
}
    
.event .viewbtn {
  padding: 7px 15px !important;
  color: #fff !important;
  height: 40px !important;
  transition: .5s;
  font-weight: bold;
  border-radius: 50px;	
  right: 0%;
  position: relative;
  background-color: #43438c!important;
  top: 10px;
	width: max-content;
    display: block;
	margin-left: auto;
	margin-bottom: 20px;
}   
    
#entertainment .viewbtn {
  right: -50%;
  position: relative;
  top: 10px;
}
#services .viewbtn {
  right: -50%;
}   
.back-to-top {
  position: fixed;
  display: none;
  right: 0px;
  bottom: 50px;
  border-radius: 0;
  z-index: 99;
}   

    
    
}


@media (max-width: 870px) {
#services .bottom {
    text-align: left;
    padding: 20px 20px 50px 20px;
    background: #F6F6F6;
    min-height: 400px;
}
.marqueetext2 {
  position: relative;
  top: 0px!important;
}




}



@media (max-width: 767px) {
.container {
    max-width: 90%;
}
.news .blogpic {
  width: 100%;
  /*aspect-ratio: 1/1;*/
  height: max-content;
  margin-top: 0%;
}
#news .blog_sec{
	width: 100%;
}	
.site-content h3 {
  font-size: 22px;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 20px;
  padding-bottom: 2%;
  font-weight: bold;
}
.site-content {
  padding-top: 4%;
  width: 100%;
  float: right;
}
.site-content ul li {
  padding-bottom: 0%;
}
.news .blog_sec h3 {
  font-size: 23px;
  font-weight: bold !important;
  font-family: "Bricolage Grotesque", sans-serif;
  padding-top: 3%;
}
.news h2 {
  font-size: 30px;
  color: #1818DC;
  font-family: "Bricolage Grotesque", sans-serif;
  padding-bottom: 0%;
}
.team-item.position-relative.overflow-hidden {
    height: auto;
}
.team-item img {
    transition: .5s;
    height: 200px;
}
.event h2 {
  font-size: 25px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #1818DC;
  padding-bottom: 4%;
}   
.bottom {
    text-align: center;
    padding: 20px 20px 50px 20px;
    background: #F6F6F6;
    min-height: auto;
}
.bottom h2{
    line-height: 22px!important;
    padding-top: 10%;
    font-family: "Bricolage Grotesque", sans-serif;
    min-height: auto;
}
#entertainment .bottom h2{
    min-height: auto;   
}
    .footer_info .info ul li a {
    font-weight: normal;
    font-size: 16px;
    color: #1818DC;
    padding-left: 5px;
    padding-right: 5px;
}
#services .bottom {
    text-align: left;
    padding: 20px 20px 50px 20px;
    background: #F6F6F6;
    min-height: auto;
}
#entertainment .bottom {
    text-align: left;
    padding: 20px;
    background: #F6F6F6;
    border: 0px;
    min-height: auto;
}   
.newsletter_box {
    width: 100%;
    justify-content: center;
    padding-top: 0%;
    padding-bottom: 5%;
}   
#newsletters .newsborder i {
    font-size: 40px;
    color: #f63227;
    padding-top: 7%;
    padding-bottom: 9%;
    margin-right: 5%;
}   
#entertainment .team-item img {
    transition: .5s;
    height: 350px;
}   
 #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    width: 100%!important;
    margin: auto!important;
    position: absolute!important;
    top: 100%!important;
    z-index: 9999!important;
  }


}








@media (max-width: 640px) {
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}
.event h2 {
  font-size: 28px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #1818DC;
  padding-bottom: 4%;
}
.news .blogpic{
  margin-top: 0%;
}
.newsletter_box {
  display: flex;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 5%;
}
.footer_info .info ul li a {
  font-weight: normal;
  font-size: 17px;
  color: #1818DC;
  padding-left: 5px;
  padding-right: 5px;
} 
.text_con h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
  font-size: 20px;
}
 .site-content {
    padding-top: 10%;
    width: 100%;
    float: right;
  }
  .footer_info .info {
    justify-content: center;
    padding-top: 5%;
    text-align: center;
    font-size: 13px;
  }
.footer_part .single_footer_part h4 {
  font-size: 18px;
 } 

    .event h2 {
  font-size: 28px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #1818DC;
  padding-bottom: 4%;
}
.newsletter_box {
  display: flex;
  width: 100%;
  padding-top: 0%;
  padding-bottom: 5%;
}
.footer_info .info ul li a {
  font-weight: normal;
  font-size: 17px;
  color: #1818DC;
  padding-left: 5px;
  padding-right: 5px;
}   
.text_con h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #fff;
  font-size: 20px;
}
#services .viewbtn {
  right: -30%;
}   
#money .viewbtn {
  right: -30%;
}
#entertainment .viewbtn {
  right: -30%;
}   
.footer_info .info {
  justify-content: center;
  padding-top: 12%;
}   
.footer_info .info ul {
  padding-left: 0rem;
}
.team-item {
  margin-bottom: 0px;
}
.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 5px 15px;
  font-size: 16px;  
}   
    
    
    
    
}




@media (max-width: 575px) {
.owl-nav i {
  font-size: 25px;
}

.owl-nav .owl-prev {
  left: -13px;
}
 .searchandfilter {
    position: relative;
    top: -90px;
    left: 0%;
	 width: 100%;
  }
	.ggpic img {
  width: 100px;
  height: 60px;
  object-fit: contain;
}
.owl-nav .owl-next {
  right: -13px;
}
.logofooter {
    width: 25%;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.footer_info .info {
    justify-content: center;
    padding-top: 5%;
}
.footer_part .single_footer_part .list-unstyled li a {
    color: #7f7f7f;
    margin-bottom: 0px;
    display: inline-block;
}   
.footer_part .single_footer_part h4 {
    margin-bottom: 5px;
}
.footer_part .single_footer_part p {
    color: #7f7f7f;
    margin-bottom: 0px;
    font-size: 16px;
    padding-top: 0%;
    width: 100%;
}   
.newsletter_box {
    width: 100%;
    padding-top: 0%;
    padding-bottom: 5%;
}   
#entertainment .team-item img {
    transition: .5s;
    height: auto;
}   
.team-item img {
    transition: .5s;
    height: auto;
}   
.navbar-brand img {
    width: 70px;
    height: 70px;
    margin-block: 5px;
  }
.navbar-brand {
  margin-left: 20px!important;
}
	
	
}



@media (max-width: 480px) {
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}
.py-3 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}
 .text_con h3 {
    font-family: "Bricolage Grotesque", sans-serif;
    color: #fff;
    font-size: 16px;
  }
#activities .blog_sec p {
  font-size: 16px;
  color: #45485F;
  font-family: "Bricolage Grotesque", sans-serif;
  padding-top: 0%;
}
 .navbar-dark .navbar-nav .nav-link {
    padding: 5px 3px;
  }
.site-content h3 {
  font-size: 22px;
  font-family: "Bricolage Grotesque", sans-serif;
  line-height: 20px;
  padding-bottom: 0%;
  font-weight: bold;
}
.copyrighttwo {
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: #F7F7F8;
  text-align: center;
}
h2 {
  font-size: 22px!important;
}
 .navbar-brand img {
    width: 70px !important;
    height: 70px !important;
  }
 #newsletters .newsborder i {
    font-size: 30px;
    color: #f63227;
    padding-top: 10%;
  }
.entry-meta {
  font-size: 14px;
}
.news .blog_sec h3 {
  font-size: 17px;
  padding-top: 3%;
} 
.news .blogpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news h2 {
  font-size: 22px;
  color: #1818DC;
  font-family: "Bricolage Grotesque", sans-serif;
  padding-bottom: 0%;
  text-align: center;
}
#entertainment h2 {
  padding-bottom: 2%;
  font-size: 20px;
	color: #00005a;
	font-family: "Bricolage Grotesque", sans-serif;
}
#services h2 {
  padding-bottom: 3%;
  font-size: 22px;
	color: #00005a;
  font-family: "Bricolage Grotesque", sans-serif;	
}
 .event h2 {
    font-size: 22px;
    font-family: "Bricolage Grotesque", sans-serif;
    color: #1818DC;
    padding-bottom: 2%;
  } 
 #newsletters .newscont h3 {
    font-size: 18px;
	 color: #00005a;
	 font-family: "Bricolage Grotesque", sans-serif;
  }


.event .viewbtn {
  padding: 7px!important;
  color: #fff !important;
  height: auto!important;
  font-size: 13px!important;
  font-weight: bold;
  right: 0%;
  position: relative;
  top: 0px;
	width: max-content;
    display: block;
}       
#services .viewbtn {
  right: 0%;
}   
#money .viewbtn {
  right: 0%;
}
#entertainment .viewbtn {
  right: 0%;
  padding: 7px !important;
  color: #000 !important;   
}
.team-item {
    margin-bottom: 20px;
  }
 .carousel-wrap {
    margin-top: 5%;
    margin-bottom: 2%;
  }
.bottom h2 a {
  font-size: 17px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #000;
  line-height: 15px;
}
.marqueetext2 {
    position: relative;
    top: 0px;
}
marquee {
    top: 0px;
    font-size: 18px;
}



}


@media (max-width: 420px) {
h2 {
    font-size: 18px!important;
  }
 .event .viewbtn {
    right: -50%;
    position: relative;
    top: 0px;
  }
#newsletters .newscont p {
  font-size: 15px;
  color: #000047;
}
.newsletter_box input {
  height: 40px;
  width: 100%;
  margin-right: 0%;
}
.newsletter-submit.btn {
  width: 100%;
  margin-top: 10px;
}
.newsletter-submit.btn:hover{
  width: 100%;
  margin-top: 10px;
}
.newsletter_box {
  width: 100%;
  justify-content: center!important;
  padding-top: 12%;
}


}

@media (max-width: 380px) {
a.mega-menu-link {
    line-height: 25px!important;
    height: 25px!important;
    background: transparent;
    text-align: left;
    color: #ffffff;
    font-size: 14px!important;
  }

}








/*================================================
Responsive End
=================================================*/


/*================================================
bestinsurrey contact Start 22 april 2023
=================================================*/

.contactbanner{
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-top: 15%;
    padding-bottom: 15%;
}
.contactbanner h2{
  font-size: 60px;
  font-family: "Bricolage Grotesque", sans-serif;
  text-align: center;   
}
.contactbanner p{
  font-size: 20px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #000;
  text-align: center;
  font-weight: bold;
  padding-top: 2%;  
}

#contact #form-submit {
  width: 30%;
  border: 1px solid #000;
  line-height: 40px;
  color: #000;
  font-weight: bold;
  background: #fff; 
}
#contact #form-submit:hover{
  color: #fff;
  font-weight: bold;
  background: #000;
  transition: .5s;  
}
section.contact-us #contact {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 5%;  
  padding-bottom: 5%;       
}
#message {
  height: 150px;
}
section.contact-us .section-heading {
  position: relative; 
  display: block;
  margin: auto;
}

#contact .section-heading h4 {
  line-height: 40px;
  font-size: 28px;
  font-weight: 900;
  color: #000;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: "Bricolage Grotesque", sans-serif;   
}

#contact input, textarea {
  width: 100%;
  position: relative;
  display: block;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 5px 10px 10px;  
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #CFCFCF;
  margin-bottom: 20px;
}
#contact .contact-us span {
  height: 20px;
    font-size: 12px;
  margin-bottom: 20px;
}




.location_sec{
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #B45F06;
    margin-top: 12%;
    margin-bottom: 10%;
}
.mapbox iframe{
    width: 100%;
    height: 300px;
} 
.location_sec p{
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
}
.location_sec .linkbox a{
    font-size: 16px;
    color: #fff;
}
.location_sec .linkbox a:hover{
    font-size: 16px;
    color: #000;
}



/*================================================
contact End
=================================================*/







#services p.intro {
    min-height: 250px;
}
#services .card {
    margin-bottom: 30px;
}


#blog p.intro {
    min-height: 250px;
}
#blog .card {
    margin-bottom: 30px;
}


#entertainment .card {
    margin-bottom: 30px;
	margin-top: 30px;
}
























.comment-list li{
  list-style: none;
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 60px) 0 var(--blog-space-y, 60px) 0;
}
.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}
.vs-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .text:last-of-type {
  margin-bottom: 0;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px;
}
.vs-comments-wrap .children .replay-btn {
  background-color: #3a3a92;
}
.vs-comments-wrap .replay-btn {
  font-weight: 700;
  font-size: 13px;
  font-family: var(--body-font);
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  background: #eff1f5;
  color: #f0f0f0;
  padding: 10px 17px 7px;
  border-radius: 999px;
  line-height: 1;
  z-index: 1;
}
.vs-comments-wrap .replay-btn i {
  margin-right: 7px;
}
.vs-comments-wrap .replay-btn:hover {
  background-color: #000;
  color: #f0f0f0;
}
.vs-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

.vs-post-comment {
  display: flex;
  position: relative;
  padding: 29px 40px;
  margin: 20px 0 20px 0;
  border: 1px solid #000;
  border-radius: 30px;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .vs-post-comment {
    padding: 50px 15px 15px 15px;
    flex-direction: column;
    gap: 40px;
  }
}
.vs-post-comment::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 100%;
  background-color: #eee;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .vs-post-comment::before {
    display: none;
  }
}

.comment-avater {
  --image-size: 130px;
  width: var(--image-size);
  height: var(--image-size);
  margin-right: 28px;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 50%;
  border: 3px solid #f0f0f0;
  box-shadow: 0px 13px 9px 0px rgba(0, 0, 0, 0.15);
}
.comment-avater img {
  width: 100%;
}

.comment-content {
  flex: 1;
  position: relative;
}
.comment-content .name {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 13px;
  font-family: var(--body-font);
}
.comment-content .text {
  margin-bottom: 0;
}
.comment-content .commented-on {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
  margin-top: 0;
  font-weight: 600;
  color: var(--text-color);
  text-transform: uppercase;
}
.comment-content .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}

.vs-comments-wrap.vs-comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
  }
  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .vs-comments-wrap .comment-top {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: relative;
    top: 0;
    margin: 15px 0 0 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap .children {
    margin-left: 20px;
  }
  .vs-comments-wrap .name {
    font-size: 18px;
  }
}


/*------------------- 4.7. Comments  -------------------*/
.comment-respond {
  margin: var(--blog-space-y, 60px) 0 30px 0;
  position: relative;
}
.comment-respond .form-title a#cancel-comment-reply-link {
  font-size: 0.7em;
  text-decoration: underline;
}
.comment-respond .custom-checkbox.notice {
  margin-top: 10px;
  margin-bottom: 25px;
}
.comment-respond .row {
  --bs-gutter-x: 20px;
}
.comment-respond .form-group:last-child {
  margin-top: 10px;
}
.comment-respond .form-control {
  background-color: #f0f0f0;
  height: 60px;
  border: 1px solid var(--vs-border-color4);
  border-radius: 30px;
  padding: 15px 10px;
  color: var(--text-color);
  font-size: 16px;
  margin-bottom: 10px;  
}
.comment-respond .form-control::-moz-placeholder {
  color: var(--text-color);
}
.comment-respond .form-control::placeholder {
  color: var(--text-color);
}
.comment-respond textarea.form-control {
  padding: 15px 10px;
  height: 100px;
}
.comment-respond .form-group > i {
  top: 20.5px;
}
.comment-respond input[type=checkbox] ~ label:before {
  background-color: #f0f0f0;
  border: 1px solid var(--theme-color);
  border-radius: 3px;
}
.comment-respond input[type=checkbox]:checked ~ label:before {
  background-color: var(--theme-color);
  border-color: transparent;
}
.comment-respond .form-text {
  margin-bottom: 25px;
}

.question-form .comment-respond,
.review-form .comment-respond {
  margin: 0 0 20px 0;
}
.question-form .form-control,
.review-form .form-control {
  background-color: transparent;
  border: 1px solid #e4e4e4;
}
.question-form .rating-select,
.review-form .rating-select {
  display: flex;
  align-items: center;
}
.question-form .rating-select label,
.review-form .rating-select label {
  font-weight: 500;
  color: #eff1f5;
}
.vs-btn.style2 {
  padding: 10px 20px !important;
  background-color: #00b0de!important;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #00b0de!important;
}
.vs-btn.style2:hover{
  padding: 10px 20px !important;
  background-color: #1818DC!important;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #00b0de!important;
}



.comment-list li{
  list-style: none;
}

.vs-comments-wrap {
  margin: var(--blog-space-y, 60px) 0 var(--blog-space-y, 60px) 0;
}
.vs-comments-wrap .description p:last-child {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-respond {
  margin: 30px 0;
}
.vs-comments-wrap pre {
  background: #ededed;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.vs-comments-wrap blockquote {
  background-color: #eaf8f9;
}
.vs-comments-wrap li {
  margin: 0;
}
.vs-comments-wrap ul.comment-list {
  list-style: none;
  padding: 0;
}
.vs-comments-wrap ul.comment-list ul ul,
.vs-comments-wrap ul.comment-list ul ol,
.vs-comments-wrap ul.comment-list ol ul,
.vs-comments-wrap ul.comment-list ol ol {
  margin-bottom: 0;
}
.vs-comments-wrap .comment-top {
  display: flex;
  justify-content: space-between;
}
.vs-comments-wrap .text:last-of-type {
  margin-bottom: 0;
}
.vs-comments-wrap .children {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 70px;
}
.vs-comments-wrap .replay-btn {
  font-weight: 700;
  font-size: 13px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  background: #1818DC;
  color: #fff;
  padding: 10px 17px 7px;
  border-radius: 999px;
  line-height: 1;
  z-index: 1;
}
.vs-comments-wrap .replay-btn i {
  margin-right: 7px;
}
.vs-comments-wrap .star-rating {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
}

.vs-post-comment {
  display: flex;
  position: relative;
  padding: 29px 40px;
  margin: 20px 0 20px 0;
  border: 1px solid #000;
  border-radius: 30px;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .vs-post-comment {
    padding: 50px 15px 15px 15px;
    flex-direction: column;
    gap: 40px;
  }
}
.vs-post-comment::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 100%;
  background-color: #eee;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .vs-post-comment::before {
    display: none;
  }
}

.comment-avater {
  --image-size: 130px;
  width: var(--image-size);
  height: var(--image-size);
  margin-right: 28px;
  overflow: hidden;
  background-color: #00b0de;
  border-radius: 50%;
  border: 3px solid #f0f0f0;
  box-shadow: 0px 13px 9px 0px rgba(0, 0, 0, 0.15);
}
.comment-avater img {
  width: 100%;
}

.comment-content {
  flex: 1;
  position: relative;
}
.comment-content .name {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  gap: 13px;
  font-family: var(--body-font);
}
.comment-content .text {
  margin-bottom: 0;
}
.comment-content .commented-on {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
  margin-top: 0;
  font-weight: 600;
  color: var(--text-color);
  text-transform: uppercase;
}
.comment-content .commented-on i {
  margin-right: 7px;
  font-size: 0.9rem;
}

.vs-comments-wrap.vs-comment-form {
  margin: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .vs-comments-wrap .vs-post-comment {
    display: block;
  }
  .vs-comments-wrap .star-rating {
    position: relative;
    top: 0;
    right: 0;
  }
  .vs-comments-wrap .comment-top {
    display: block;
  }
  .vs-comments-wrap .comment-avater {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .vs-comments-wrap .children {
    margin-left: 40px;
  }
  .vs-comments-wrap .reply_and_edit {
    position: relative;
    top: 0;
    margin: 15px 0 0 0;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .vs-comments-wrap .children {
    margin-left: 20px;
  }
  .vs-comments-wrap .name {
    font-size: 18px;
  }
}




#activities .blog_sec {
	margin-bottom: 30px;
    padding: 30px;
	width: 75%;
    margin-inline: auto;
    border-radius: 30px;
    box-shadow: rgb(249 4 4 / 41%) 0px 5px 15px, inset rgb(185 4 4 / 75%) 0px 5px 15px;
    padding-bottom: 80px;
    border: none;
}
p:has(.wpcf7-form-control.blob-btn) {
  width: 50%;
  position: relative;
}
p:has(.wpcf7-form-control.blob-btn) span{
  position: absolute;
	right: 0
}
.wpcf7-form-control.blob-btn{
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	top: 0;
	width: 50%;
	border-radius: 8px;
	padding-block: 6px;
}


/* UL – layout only, NO shadow */
.searchandfilter ul {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  list-style: none;
  margin: 0;
  background: transparent;
}

/* LI inline */
.searchandfilter ul li {
  display: inline-block;
}

/* Text input & Select */
.searchandfilter ul input[type="text"],
.searchandfilter ul select {
  height: 36px;
  padding: 0 14px;
  font-size: 15px;
  border-radius: 10px;
  border: none;
  outline: none;
  background: #f5f7fa;
  color: #333;
  box-shadow: inset 4px 4px 6px #03b0db5d, inset -2px -2px 4px rgba(255, 255, 255, 0.9), 6px 8px 14px #00485a2b;
}

/* Width control */
.searchandfilter ul input[type="text"] {
  width: 200px;
}

.searchandfilter ul select {
  width: 200px;
  cursor: pointer;
}

/* Focus effect */
.searchandfilter ul input[type="text"]:focus,
.searchandfilter ul select:focus {
 box-shadow:
    inset 1px 1px 3px rgba(0, 0, 0, 0.3),
    inset -1px -1px 3px rgba(255, 255, 255, 1),
    0 0 0 2px rgba(26, 106, 165, 0.35),
    0 8px 18px rgba(0, 0, 0, 0.2);
}

/* Submit button */
/*.searchandfilter ul input[type="submit"] {
  height: 36px;
  padding: 0 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #FF0000, #090966);
  background-size: 200% 100%;
  background-position: center;

   box-shadow:
    inset 4px 4px 6px rgb(211 43 25 / 26%),
  inset -2px -2px 4px rgba(255, 255, 255, 0.9),
  6px 8px 14px rgb(8 11 137 / 25%);

  transition: all 0.25s ease;
}*/

/* Hover */
.searchandfilter ul input[type="submit"]:hover {
  transform: translateY(-2px);
  background-position: 100% 50%;
  box-shadow:
    0 14px 18px #0034418c,
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.searchandfilter ul input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.3);
}

.searchandfilter ul input[type="submit"]:active {
  transform: translateY(0);
  box-shadow:
    inset 3px 3px 6px rgba(0, 0, 0, 0.35),
    inset -3px -3px 6px rgba(255, 255, 255, 0.45);
}
body {
    	background: #F7F7F8;
	}
.onlyNews .blogpic {
    aspect-ratio: 1 / .5;
}
.onlyNews .blog_sec {
    border-radius: 20px;
	padding-bottom: 50px;
	box-shadow: #004c5f98 0px 3px 14px;
 	transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.onlyNews .blog_sec:hover{
transform: translateY(-5px);
    box-shadow: #00293cb3 0px 3px 8px;
}
.onlyNews .blogpic img {
	width: 100%;
	height: 100%;
    border-radius: 10px 10px 0 0;
}
.onlyNews .blog_sec .readmorebtn{
	display: block;
    width: max-content;
    margin-inline: auto;
}
.onlyNews .site-content {
    width: 100%;
	padding: 30px 20px;
	box-shadow: inset 4px 4px 6px #03b0db5d, inset -2px -2px 4px #03b0db5d;
	margin-top: 30px;
	border-radius: 20px;
	position: sticky;
	top: 160px;
	margin-bottom: 20px;
}
.onlyNews .site-content ul {
    list-style: none;
    padding: 15px;
    /* background: red; */
    background: linear-gradient(135deg, #00b2df, #f63227);
    border-radius: 10px;
}
.onlyNews .site-content ul li {
    /* padding-bottom: 3%; */
    background: #fff;
    margin-bottom: 10px;
    padding-inline: 10px;
    border-radius: 6px;
}
.onlyNews .site-content ul li:hover{
	box-shadow: inset rgba(110 0 0 / 80%) 3px 3px 12px;
} 
.onlyNews .site-content ul li:hover a{
	color: #000;
}
.blog_secn h3.wp-block-heading{
	color: #1818DC; 
}
.blog_secn p, .blog_secn li{
	color: #000047;
}
.blog_secn .blogpicdet{
	margin-bottom: 20px;
	width: 100%;
	aspect-ratio: 1 / .5;
	
}
.blog_secn .blogpicdet img{
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
}
#news._all__service .blog_sec{
	border: none !important;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
#news._all__service .blog_sec:hover{
	box-shadow: #004c5f98 0px 3px 8px;
	transform: translateY(-5px);
}
#news._all__service .blog_sec p{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#news .blog_sec{
	border: none;
    transition: transform 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
#news .blog_sec:hover{
	transform: translateY(-5px);
    box-shadow: #00293cb3 0px 3px 14px;
}

#entertainment h2, .event h2, .bottom h2 a, #newsletters .newscont h3, .footer_info .info ul li a, .footer_part .single_footer_part h4, .news .blog_sec h3, .news h2, .site-content h3, .site-content ul li a, .blog_secn h3.wp-block-heading, #activities .blog_secn > h1, #popular_cat h2, #why_us h2{
	color: #00B2DF;
}
.uploaded_info{
	color: #F63227;
}
#activities .blog_secn a, .info, #news .contblog p:has(a) a{
	color: #F63227;
}
#activities .blog_secn a:hover, #news .contblog p:has(a) a:hover{
	color: #00B2DF;
}
.callbtn{
  background: linear-gradient(135deg, #00b2df, #f63227);
  background-size: 200% 100%;
  background-position: center;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4);
  color: #fff !important;
  border: none;
}
.callbtn:hover{
	transform: translateY(-5px);
    background-position: 100% 50%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.sticky-top {
    position: sticky !important;
    top: 0;
    z-index: 1020;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 0px;
    bottom: 50px;
    border-radius: 0;
    z-index: 99;
    background: linear-gradient(135deg, #00b2df, #f63227);
    border: none;
    border-radius: 8px;
	background-size: 200% 100%;
    background-position: 0% 0%;
    box-shadow: 4px 4px 6px rgb(211 43 25 / 26%);
    transition: all 0.25s ease;
}
.back-to-top:hover{
	transform: translateY(-5px);
    background-position: 100% 50%;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.back-to-top i{
	color: #fff;
}
#activities .callbtn_sec{
    display: flex;
    justify-content: center;
    gap: 5%;
    flex-wrap: wrap;
    row-gap: 10px;
}
.contact_form #contact-section{
   box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.6);
	padding: 40px 60px;
	border-radius: 15px;
	margin-bottom: 40px;
}
.contact_form #contact-section input, .contact_form #contact-section textarea{
	border-radius: 12px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35), inset -1px -1px 6px rgba(0, 0, 0, 0.25);
	border: none;
}
.contact_form #contact-section .newsletter-submit.btn{
	display: block;
	margin-inline: auto;
	margin-top: 30px;
	width: 100%;
	height: 45px;
}
.contact_form #contact-section span.wpcf7-form-control-wrap, .contact_form #contact-section span.wpcf7-form-control-wrap input.wpcf7-form-control, .contact_form #contact-section span.wpcf7-form-control-wrap textarea{
	display: block;
	width: 100%;
	padding: 8px 10px;
}
.contact_form #contact-section span.wpcf7-form-control-wrap input.wpcf7-form-control, .contact_form #contact-section span.wpcf7-form-control-wrap textarea{
	padding: 8px 10px;
}
.popular_cat_card.newsletter-submit.btn{
    width: 100% !important;
    height: 80px;
    place-content: center;
    border-radius: 15px;
}
.popular_cat_card.newsletter-submit.btn a h5{
    font-weight: 700 !important;
    text-transform: None;
}
.whyus_text{
    border-radius: 20px;
    box-shadow: inset 4px 4px 6px #03b0db5d, inset -2px -2px 4px rgba(255, 255, 255, 0.9), 6px 8px 14px #00485a2b;
}
.whyus_text p{
    font-size: 16px;
    line-height: 25px;
    color: #000047;
    font-weight: 500;
}
.whyus_text h4{
    color: #00B2DF;
}
.whyus_text ul li h6{
    font-size: 16px;
    line-height: 25px;
    color: #000047;
    font-weight: 700;
}
.whyus_img img{
    object-fit: contain;
    width: 40vw;
}
/* responssive */
@media (width < 767px ){
	#activities .blog_sec {
		width: 100%;
	}
}

#news .callbtn{
	font-size: 15px;
}
#news .stars i {
    font-size: 16px
}

#news .stars h6{
	color: #fff;
}

.entry-meta .callbtn {
    animation: move-left-right 5s infinite;
	position: relative
}

@keyframes  move-left-right{
	0% {
    left: 0;
}
50% {
    left: 10px;
}
100% {
    left: 0;
}
}
@media (min-width: 991px) and (max-width: 1350px) {
	 #navbarCollapse {
    	flex-direction: column;
		align-items: end;
    	margin-right: 5%;
	}
}

@media (max-width: 991px) {
	
	form.searchandfilter {
    	position: absolute;
    	top: 50%;
    	right: 7%;
    	transform: translateY(-50%);
	}
	#navbarCollapse{
    	padding-top: 0px;
    	padding-bottom: 0px;
		height: 90px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right{
		position: absolute;
    	right: 0px;
    	top: 50%;
		transform: translateY(-50%);
	}
	/*❤❤hjdhhsadcsjcfhdsfcdsj❤❤*/
	.navbar{
		flex-wrap: nowrap !important;
		position: relative;
	}
	#mega-menu-wrap-primary #mega-menu-primary {
        z-index: 9999 !important;
        position: absolute !important;
        top: 100% !important;
    }
	#navbarCollapse {
        position: static !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary {
        z-index: 9999 !important;
        position: absolute !important;
        top: 100% !important;
        width: 100% !important;
        left: 0 !important;	
		padding-block: 50px !important;
    }
    #mega-menu-wrap-primary {
        clear: both !important;
        position: absolute !important;
        /* top: 50% !important; */
        transform: translateY(-%50%) !important;
        width: 100% !important;
        inset: 0 !important;
    }
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    animation: from_top 0.5s ease-in-out;
  }
   @keyframes from_top {
	0% {
		transform: translateY(-40px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
  }
	.mega-menu-item:hover> .mega-menu-link{
		color: #ffffff !important;
    	background: rgba(246, 50, 39, 0.755) !important;
	}
	.mega-menu-item .mega-menu-link .mega-sub-menu .mega-menu-link, .mega-menu-item:hover .mega-menu-link .mega-sub-menu .mega-menu-link{
		background: #ffffff !important;
	}
}
@media (max-width: 767px) {	
	.searchandfilter ul input[type="text"], .searchandfilter ul select {
    	height: 30px; 
		width: 150px;   	
	}
.searchandfilter ul input[type="submit"]{
   		height: 30px;
	}
}
@media (max-width: 640px) {
	
	.searchandfilter ul {
    	position: relative;
    	top: 120%;
	}
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {        
 		z-index: 99;
    }
	nav{
		margin-bottom: 70px;
	}

}
@media (max-width: 479px) {
	.searchandfilter ul input[type="text"], .searchandfilter ul select {
        width: 120px;
    }
	.searchandfilter ul input[type="submit"] {
    	padding: 0 18px;
	}
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right {
        z-index: 99;
    }
}
@media (max-width: 395px){
	.searchandfilter ul {
        position: relative;
        top: 90%;
    }
}
#news .blog_sec .contblog :not(:first-child) {
  display: none;
}