/************************************************* Header ********************************************************************/
.TopLink{height:50px; display:flex; justify-content:center; align-items:center; font-size:16px;}
.TopLink a{color:#FFF;} .TopLink a:hover{color:#70AD46;}
.rounded-4 img{border-radius:1rem}		  
/********** Main Banner **************************************************************************************************/
.MainBanner h1 {font-size:45px;} .MainBanner img{border-radius:0px  0 0 480px;}
.min-h-50 {
  min-height: 271px;
}
#typingText {
  min-height: 155px ;
  display: block;
}
.testimonials-multi .carousel-item {
    min-height: 100%;
}

.testimonials-multi .row {
    display: flex;
}

.testimonials-multi .row > div {
    display: flex;
}

.testimonials-multi .testimonial-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonials-multi .testimonial-quote {
    flex-grow: 1;
}

#Testimonials .carousel-control-prev,
#Testimonials .carousel-control-next {
  width: 44px;
  height: 44px;
  background: #6bb43f;   /* green */
  border-radius: 50%;   /* perfect circle */
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Testimonials .carousel-control-prev-icon,
#Testimonials .carousel-control-next-icon {
  filter: brightness(0) invert(1); /* white arrow */
  width: 16px;
  height: 16px;
}

.location .shadow-column {
  background: #70ad46;
  color: #fff;
}
.wlll h3 {
  font-size: 23px;
}
.green-bullets {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.green-bullets li {
    position: relative;
    padding-left: 1.9rem;
    margin-bottom: 0.75rem;
    line-height: 1.6;
}

.green-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 12px;
    height: 12px;
    background-color: #71ae47; /* green outer circle */
    border-radius: 50%;
}

.green-bullets li::after {
    content: "";
    position: absolute;
    left: 4px;
    top: calc(0.55em + 4px);
    width: 4px;
    height: 4px;
    background-color: #ffffff; /* white centre dot */
    border-radius: 50%;
}
.green-bullets ul li{list-style:none;}


.location .shadow-column a{color: #fff; font-size: 16px;}
/* Testimonial Card */
.testimonial-card {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding: 28px;
    height: 100%;
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transform: translateY(-4px);
}

/* Header */
.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonial-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: contain;
    background: #fff;
    border: 1px solid #ddd;
}

.testimonial-meta {
    margin-left: 15px;
}

.testimonial-name {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #005f86;
}

.testimonial-role {
    font-size: 15px;
    color: #ff6a00;
    margin-top: 4px;
}

/* Quote */
.testimonial-quote {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
}

/* Carousel Arrows */
.testimonials-multi .carousel-control-prev,
.testimonials-multi .carousel-control-next {
    width: 45px;
    height: 45px;
    background: #6eaa45;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}

.testimonials-multi .carousel-control-prev-icon,
.testimonials-multi .carousel-control-next-icon {
    filter: brightness(0) invert(1);
}

/**********************************tetsi************************/
/* Testimonials carousel card styles */
.testimonial-card {
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
 min-height: 390px;
  align-items: flex-start;
}

.testimonial-avatar img {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
.testimonials-multi {
    position: relative;
}

.testimonials-multi .carousel-control-prev,
.testimonials-multi .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}


/* name / role styling */
.testimonial-name {
  color: #0b5f7a; /* blue name like screenshot */
  font-weight: 600;
  margin-bottom: 0.125rem;
}

.testimonial-role {
  color: #f07b28; /* orange role */
  font-weight: 600;
}

/* quote */
.testimonial-quote {
  color: #3b3b3b;
  margin-top: 0.5rem;
  line-height: 1.6;
}

/* small readmore */
.testimonial-readmore {
  color: #0b5f7a;
  text-decoration: none;
  font-size: 0.9rem;
}

/* carousel controls: vertical center and subtle */
.testimonials-multi .carousel-control-prev,
.testimonials-multi .carousel-control-next {
  width: 4rem;
  opacity: 0.95;
}

/* responsive tweaks: 1 item on small screens */
@media (max-width: 767.98px) {
  .testimonial-avatar img { width:56px; height:56px; }
  .testimonial-card { padding: 1rem; }
}

/***********************************************************/
#mega-menu-wrap-primary {
  clear: both;
  width: 100%;
}
.MainBanner2 {
    position: relative;
}
.fs-40 {
  font-size: 57px;
}
.MainBanner2 .banner-image img {
    width: 100%;
    height: auto;
}

.MainBanner2 .banner-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20; /* Make caption above overlay */
    color: #fff;
    text-align: center;
}

.MainBanner2::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4); /* overlay */
    z-index: 10; /* Under caption */
}
.staff-bubble {
    
    border-radius: 12px;
  border: 6px solid #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.shadow-column {
  background-color: #f7fdff;;      /* bg-white */
  padding: 2rem;                 /* p-8 */
  border-radius: 0.5rem;         /* rounded-lg */
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 
              0 1px 2px rgba(0,0,0,0.24); /* normal shadow */
  transition: box-shadow 0.3s ease; /* transition */
}

.shadow-column:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 
              0 6px 6px rgba(0,0,0,0.23); /* hover:shadow-xl */
}
.small-icon .slick-slide img {
  display: block;
  max-width: 148px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link::before {
	margin: 10px 9px 17px 0px;}
#mega-menu-wrap-primary .mega-sub-menu .mega-menu-link::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid currentColor;
  vertical-align: middle;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-weight: 500;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	font-weight: 500;}
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    
    font-weight: 500;
    
  }

/************************************************* partnerslogo ********************************************************************/
#partnerslogo {background: linear-gradient(360deg, #FFFFFF 0%, #F4F4F4 100%);}
#partnerslogo .cycle-slideshow{margin:0 -8px; transition: left 1s linear;}
#partnerslogo .slide{display:block; margin:0 8px; text-align:center; min-height:90px;}
#partnerslogo .Brand .cycle-next,#partnerslogo .Brand .cycle-prev{position:absolute;top:38%; cursor:pointer; z-index:9999;opacity:.9;}
#partnerslogo .Brand .cycle-next{right:0px;}#partnerslogo .Brand .cycle-prev{left:0px;}
 cycle-carousel-wrap {transition:left 0.5s linear;}

/************************************************* Content ********************************************************************/
.QuoteBox{border-top:1px solid #000; box-shadow: 0px 0px 25px #B8B8B840; padding:80px 80px 50px 80px; border-radius: 80px;}

.service-pill {border-radius: 48px; padding:12px 22px 12px 15px; display: inline-flex;align-items: center; gap: 14px; box-shadow: 0 2px 0 rgba(0,0,0,0.06);}
.service-pill .icon-wrap {width:56px; height:56px; min-width:56px; border-radius:50%;background:#ffffff; display:inline-flex; align-items:center;justify-content:center; padding:6px;}
.service-pill .icon-wrap img { max-width: 100%; max-height: 100%; display: block;}
.position-absolute.Toptext{top:-90px; left: 20px;}

.RoundBox{width:408px; height:408px; border:solid 7px #fff; padding:15px; border-radius:50%; display:flex;justify-content:center;align-items:center;
    text-align: center;        /* center text */
    box-sizing: border-box;    /* important */
    overflow: hidden;         /* stops text from leaking out */

}     
.RoundBox p,
.RoundBox li {
    font-size: 16px;           /* slightly smaller text */
    line-height: 1.5;
   max-width: 84%;
  margin: auto;
}

ul.MyDisc {list-style-position:inside; list-style-type:disc;} 

.ContactArea{background:#F5F8FD; position:relative;}
.ContactArea .container-fluid{ 
background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: fixed; z-index:9999;
  background-size: 50% auto; /* Width ka 50%, height automatic adjust */
  
  }

/********** ContactForm **************************************************************************************************/
.ContactArea .form-control{background:#fff; border-color:#D5DDEA; height:60px; color:#BDBDBD; border-radius:30px; padding-left:25px;}
.ContactArea textarea.form-control{height:208px; padding-top:18px;background:#fff;}


/************************************************* Testimonials ********************************************************************/
#TestiArea .carousel-inner{font-size:20px;}
#Testimonials .carousel-control-next, #Testimonials .carousel-control-prev {width:38px; z-index:9999; opacity:1; } 

/********** Testimonials *****************************************************************************************
#Testimonials q:before,#Testimonials:before {content:open-quote; position:absolute; left:10%; top:40px;}
#Testimonials q:after,#Testimonials:after {content:close-quote; position:absolute; right:10%; top:110px; }
#Testimonials q:before,#Testimonials q:after,#Testimonials:before,#Testimonials:after {color:#000; font-size:142px; font-family:Arial, Helvetica, sans-serif; font-weight:400;}*********/ 

#Testimonials .carousel-indicators {position:static; margin-top:50px;}
#Testimonials .carousel-indicators li{width:35px; height:35px; margin:0 4px; background-color:#EBEBEB; border-radius:50%; opacity:1;}
#Testimonials .carousel-indicators li.active {background-color:#70AD46;}

/********** Footer ***************************************************************************************************/
#Footer{font-size:18px; line-height:35px;}
#Footer li.active a {color:#70AD46;}
#Footer a{color:#fff;}#Footer a:hover,#Footer .list-inline a:hover{color:#70AD46;}
#Footer h4{font-size:30px;}

#Footer .Copytext{font-size:15px; color:#5E7C87;}


/*************************************************************************************************************/
@media (min-width:992px) {
.MainBanner .mask{position:absolute; top:0px; right:0%; left:0%; z-index:999; background:url(../images/bnr_shadow.png) repeat-x top; min-height:100%;}
.Copytext{letter-spacing:0.7px;} .ls-15 {letter-spacing:1.5px} .ls-96{letter-spacing: 0.96px;} .ls-24{letter-spacing:2.4px;}
}

@media (min-width: 1920px){.container {max-width:1620px;}.carousel-control-next, .carousel-control-prev {width:19%; z-index:99;} .navbar-nav>li+li {margin-left:125px;}.RoundBox{width:512px; height:512px;}#TestiArea .carousel-inner{font-size:28px;}
}
@media (min-width: 1600px) and (max-width: 1919.98px) {.container {max-width:1560px;} 
.gutter-lg {margin-left:-20px!important;margin-right:-20px!important;}
.gutter-lg div[class^="col"]{padding-left:20px!important;padding-right:20px!important;}
.navbar-nav>li+li {margin-left:127px;} #TestiArea .carousel-inner{font-size:28px;}

}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1359.98px) and (max-width: 1459.98px){.MainBanner h1 {font-size:40px;}.MainBanner .btn{padding:13px 23px; font-size:16px;} .FeatPro .mx-xxl-3{margin:0px !important;}
.RoundBox{font-size:15px; line-height:1.4;}}

/*@include media-breakpoint-between(1280) { ... }*/
@media (min-width: 1199.98px) and (max-width: 1359.98px){.MainBanner h1 {font-size:40px;}.MainBanner .btn{padding:13px 23px; font-size:16px;} .FeatPro .mx-xxl-3{margin:0px !important;}
.RoundBox{width:512px; height:512px;}.MainBanner img{border-radius:0px  0 0 200px;}}

@media (min-width: 991.98px) and (max-width: 1199.98px) {.slick-slide {margin:0px 10px;} .MainBanner img{border-radius:0px;}.RoundBox{width:100%; height:auto; border-radius:0px;}}

/*@include media-breakpoint-between(md, xl) { ... }*/
@media (min-width: 768px) and (max-width: 991.98px) {.slick-slide {margin:0px 6px;} #Testimonials .carousel-indicators {margin-top:20px;} .MainBanner img{border-radius:0px;}.RoundBox{width:100%; height:auto; border-radius:0px;padding:20px;} .QuoteBox{padding:40px; border-radius:30px;} #Footer{font-size:16px;}#Footer h4{font-size:25px;}
.ContactArea{background:#103948; position:relative;}
.ContactArea .container-fluid{ 
background-image:none;
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: none; z-index:9999;
  background-size: 50% auto; /* Width ka 50%, height automatic adjust */
  
  }

}

@media (max-width: 767.98px) {.slick-slide {margin:0px 6px;}  .TopLink{display:none;}.MainBanner h1 {font-size:40px;}.service-pill {padding:10px; gap:14px;}h1, .h1 {font-size:30px;}
#Testimonials .carousel-indicators {margin-top:20px;} .carousel-control-next img, .carousel-control-prev img {width:20px;}
.MainBanner img{border-radius:0px;}.RoundBox{width:100%; height:auto; border-radius:0px;} .QuoteBox{padding:40px; border-radius:30px;} #Footer{font-size:16px;}#Footer h4{font-size:25px;}
.ContactArea{background:#103948; position:relative;}.RoundBox{width:100%; height:auto; border-radius:0px;padding:20px;} .Quoteimg{display:none;}
.ContactArea .container-fluid{ 
background-image:none;
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: none; z-index:9999;
  background-size: 50% auto; /* Width ka 50%, height automatic adjust */
  
  }}

@media (max-width: 575.98px){
	.mob-1{
    font-size: 21px;
  }
	.RoundBox p, .RoundBox li {
  
  text-align: left;
}
	.fs-40 {
  font-size: 19px;
}
.banner-caption	h3, .banner-caption .h3 {
  font-size: 15px;
}
	.MainBanner2 .banner-image img {
 
  height: 207px;
}
.MainBanner h1 {font-size:26px;}#CatSlider h1,.Catslider {font-size:28px;}.carousel-control-next img, .carousel-control-prev img {width:14px;}
.btn{font-size:14px; padding:9px 16px; letter-spacing:normal;}.fs-50{font-size:24px !important;}
.MainBanner .carousel-item img {
    height:200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
  .icon-wrap{display:none !important;}.position-absolute.Toptext {position:static !important; margin-bottom:20px;}
}

@media (max-width: 479px) {}
@media (max-width: 320px) {}