.advv{
	width:70%;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
section#main-banner {
    margin-top: -100px;
    float: left;
    width: 100%;
}

* {
  box-sizing: border-box;
}

.roww > .columnn {
  padding: 0 8px;
}

.roww:after {
  content: "";
  display: table;
  clear: both;
}

.columnn {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;

  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


p {
    margin: 2px 0px !important;
}

.bag{
  background-image: url("../assets/img/bgfooter.png");
background-size: cover;
    height: 500px;
}

form#contactform1 {
   background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    z-index: 99;
    margin: 50px 20px 0px 20px;
}


.header-one .header-menu {
    float: right;
    font-family: 'Barlow', serif;
    font-weight: 400;
    /* margin-top: 15px; */
}

.header-one .header-menu>ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-one .header-menu>ul>li {
    display: inline-block;
    position: relative;
    font-family: 'Open Sans';
    font-weight: 700;
}
#main-menu a {
    color: White;
    text-decoration: none;
    margin: 0px 7px;
}
.slide {
    background: white;
    padding: 20px !important;
    border-radius: 20px;
    text-align: center;
}

   .slider-container {
      width: 100%;
    
      position: relative;
      overflow: hidden;
    }

     .slider-container {
      width: 100%;
  
      position: relative;
      overflow: hidden;
    }

    .slider {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .testimonial-card {
      background-color: white;
      border-radius: 10px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      padding: 20px;
      width: calc(33% - 20px); /* Default for desktop view */
      text-align: center;
      margin: 0 10px;
      flex-shrink: 0;
    }

    .testimonial-card img {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      margin-bottom: 15px;
    }

    .testimonial-card p {
      font-size: 14px;
      color: #555;
      margin: 15px 0;
    }

    .testimonial-card .author {
      font-weight: bold;
      font-size: 16px;
      margin: 5px 0;
    }

    .testimonial-card .designation {
      font-size: 14px;
      color: #777;
    }

    .dots {
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }

    .dots button {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.3);
      border: none;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .dots button.active {
      background-color: rgba(0, 0, 0, 0.8);
    }

    @media (max-width: 768px) {
      .testimonial-card {
        width: 100%; /* Full width for mobile view */
        margin: 0; /* Remove side margins */
	    margin-left: 20px;
      }

  

      .testimonial-card {
        scroll-snap-align: center;
      }

      .dots {
        display: none; /* Hide dots on mobile */
      }
    }
	
.col.blue {
    background: #00335E;
    margin:5px 10px;
    padding: 20px;
    text-align: left;
    color: white;
    border-radius: 15px;
}
nav.navbar.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.pb-5 {
    padding-bottom: 3rem !important; 
}
.juimg {
    padding: 21px 0px;
    width: 65%;
}
.ylo {
    color: #ebb304;
}
.img1 {
   padding: 10px 0px 20px 20px;
}
.blubg {
    background: #f8f8f8;
}
.vf {
    padding: 30px;
    background-color: #f5f4f8;
}
 
}
.btn-lg {
    color: black;
    background-color: #f4c232;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 15px;
}
.sbmtbtn {
    padding: 10px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 1px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 15px;
    color: #000;
    background-color: #f4c232;
}

.btn-group-lg>.btn, .btn-lg:hover {
      padding: 1px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 15px;
    color: #000;
    background-color: #f4c232;
    padding: 10px;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 1px 16px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 15px;
    color: #000;
    background-color: #f4c232;
    padding: 10px;
}
.rf {
    padding: 30px 0;
}
 .imgg img {
    width: 100%;
}
@media (min-width: 992px)
.col-md-2 {
    width: 16.66666667%;
}

@media (min-width: 992px){
.col-md-offset-1 {
    margin-left: 8.33333333%;
}
 
}
 
@media (max-width: 480px){
.img1 {
    padding: 10px 0px 20px 180px;
}
.imgg img {
    width: 100%;
}
}
@media (max-width: 368px){
.img1 {
    padding: 10px 0px 20px 120px;
}
.imgg img {
    width: 100%;
}
}

 
.btnn-meruint {
    background:#2B2E66 !important;
    padding: 14px 70px !important;
    color: white !important;

}	
	
}
.input{
 display: block;
    /* width: 100%; */
padding: 0.345rem 0.45rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
	/* Custom style */
	.accordion-button::after {
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
		transform: scale(.7) !important;
	}
	.accordion-button:not(.collapsed)::after {
		background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
	}
	.accordion p{
		padding: 10px 10px 10px 30px;
		margin-top: 15px;
		color: #212529 !important;
	}
	.accordion-item:first-of-type .accordion-button, .accordion-button {
		padding: 15px;
	}
	.accordion-item{
		margin: 10px;
	}
	.accordion-button, .accordion-item{
		border: 1px solid rgb(55, 53, 136) !important;
		box-shadow: none !important;
	}
	.accordion-button:not(.collapsed) {
		color: #ffffff;
		background-color: rgb(55, 53, 136);
	}
	.floating-btn {
		    
    position: fixed;
	   
    top: 45%;
    right: -4.5%;
    z-index: 99;
    transform: rotate(270deg);
}
.button-primary-float {
    font-size: 16px;
    background: #00335E ;
    background-size: 200% 100%;
    background-position: right bottom;
    color: #fff !important;
       padding: 10px 10px;
    text-transform: uppercase;
	text-decoration:none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    border-radius: 0;
}
.floating-btn a {
    text-decoration: none !important;
    color: white;
}
.pt-5 {
    padding-top: 1rem !important;
}
.row{
    flex-shrink: 0;
    width: 100%;
  --bs-gutter-x: 0.5rem !important;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap !important;
    margin-top: calc(-1* var(--bs-gutter-y)) !important;
    margin-right: calc(-.5* var(--bs-gutter-x))!important;
    margin-left: calc(-.5* var(--bs-gutter-x));
    align-content: center;
    justify-content: space-around;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .2) !important;
    padding-left: calc(var(--bs-gutter-x)* .2) !important;
    margin-top: var(--bs-gutter-y);
}
 
 .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
.btnn {
text-decoration: none;
    background: white;
    width: 50%;
    margin: 10px auto;
    padding: 10px 0px;
}

.text-containerrr {
position: relative;
    color: rgb(255, 255, 255);
    left: 6%;
    width: 100%;
    top: 60%;
    margin: 30px 0px 20px 0px;
    text-align: left;
}
.text-containerrree {
    position: absolute;
    color: rgb(255, 255, 255);
    left: 6%;
    width: 50%;
    top: 45%;
    
    text-align: left;
}
 .bluedoctor {
  background: #00335E;
    color: white;
    text-align: left;
    padding: 20px 10px 10px 20px;
    height: 201px;
}
.carousel-itemss {
    position: relative;
 
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
} 
.btnn a {
    text-decoration: none;
   color:#003961;
    margin: 10px auto;
}

.texxxx {
    border-radius: 15px;
    HEIGHT:234px;
    background: #00C3BE;
    float: left;
    color: white;
    text-align: center;
    width: 100%;
    padding: 50px 20px;
}


.texxxx h2{
   font-size:26px;
}

.header-logo {
    float: left;
    /* align-items: center; */
}

 @media (max-width: 480px) {
	.texxxx {
    border-radius: 15px;
    HEIGHT: 145px;
    background: #00C3BE;
    float: left;
    color: white;
    text-align: center;
    width: 100%;
    padding: 16px 8px;
	        margin: 10px 0px;
}
.bag {
    background-image: url(../assets/img/bgfooter.png);
    background-size: cover;
    height: 560px;
}
.texxxx h2{
   font-size:16px;
}

.btnn {
    text-decoration: none;
    background: white;
    width: 76%;
    margin: 10px auto;
    padding: 10px 0px;
} 
	 
 }
.wavepng{
 width:100%; 
 margin:0px;
     border-radius: 20px;
 background:#353373;
 }
 .waveoragne{
	 width:100%; 
 margin:0px;
 background:#e6b322; 
 }
  .waveoragnee{
	 width:100%; 
 margin:0px;
 background:#ffd632; 
 
  }
 
 
 .advv{
	width:70%;
}
.headline-txt222 {
    color: White;
    text-align: left;
}
h2.headline-txt1.pttt-4.pb-2 {
    text-align: left;
    width: 100%;
}
 .th {
   border: 2px solid #EEBA1B;
    width: 25%;
    margin-bottom: 10px;
}
.httt {
    border: 1px solid #E74040;
    width: 35%;
    float: left;
}
 .custom-cursor {
    cursor: pointer; /* Changes cursor to hand pointer */
	width:60%;
  }
   .custom-cursorr {
    cursor: pointer; /* Changes cursor to hand pointer */
 
  }
  
 @media (max-width: 480px) {
    .float-bottom {
        position: fixed;
        bottom: 0px;
        z-index: 99;
        width: 100%;
         padding: 10px 0px;
        background-color: #00335E ;
        text-align: center;
    }
	 .custom-cursor {
    cursor: pointer; /* Changes cursor to hand pointer */
	width:100%;
  }
	    .float-btm-text2 {
        font-weight: 500;
       padding: 5px 05px;
        text-align: center;
        background: none;
        border: none;
        color: #fff;
	 
    }
	.ht {
    border: 1px solid #E74040;
    width: 50%;
    float: left;
    align-items: center;
    margin: 0px 40px;
}
	.httt {
    border: 1px solid #E74040;
    width: 30%;
    float: left;
    align-items: center;
    margin: 0px 100px;
}

	.th {
   border: 2px solid #EEBA1B;
    width: 25%;
	margin: 0px 120px;
    margin-bottom: 10px;
}
	.mcb-column-inner {
    padding: 0px 0px 5px 0px;
}
.advv{
	width:100%;
}
    .headline-txt222{
        color: White;
        text-align: center !important;
    }
h2.headline-txt1.pttt-4.pb-2 {
    text-align: center;
    width: 100%;
}
} 




 @media (max-width: 360px) {
	.ht {
    border: 1px solid #E74040;
    width: 50%;
    float: left;
    align-items: center;
    margin: 0px 30px;
}
	.httt {
    border: 1px solid #E74040;
    width: 30%;
    float: left;
    align-items: center;
    margin: 0px 90px;
}}


.btn-meruinttt {
background: #00335E !important;
    padding: 14px 20px !important;
    color: white !important;
}



p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px !important;
}
ol, ul {
    padding-left: 2rem;
    font-size: 16px;
}

.navbar .call-button a {
    background-color: rgb(55, 53, 136);
    padding: 12px 12px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    border-radius: 5px;

	}
	
	.ptrt-5{
background-color: #00335E;
    padding: 20px 0px 10px 0px;
    color: white;

	}

	.cosl{
		margin: 0px 0px 0px -100px;
background: #2B3175;
    padding: 20px 50px;
    border-radius: 0px 100px 100px 0px;
    color: white;
	}
	img.ime{
	width:100%;
}
.pt-5 {
  padding-top: 0rem !important;  
}
	@media screen and (max-width: 480px) {
		.cosl{
		margin: 0px 0px 0px 0px;
background: #2B3175;
    padding: 20px 20px;
    border-radius: 0px 100px 100px 0px;
    color: white;
	}
	.coll img {
    float: inherit !important;
}
.coll p {
      font-size: 15px !important;
    float: left;
    color: #252B42;
    margin-top: 10px;
    width: 100%;
    text-align: center !important;
}
	.pt-5 {
  padding-top: 0rem !important;  
}
		img.ime{
	width:100%;
	margin-top:20px;
}

.ptrt-5 {
    background-color: #00335E;
    padding: 10px 0px 20px 0px;
    color: white;
}
	}

 

 .ht {
    border: 1px solid #E74040;
    width: 35%;
    float: left;
}
.coll img{
    float: left;
}

 
.coll p {
    text-align: left;
    float: left;
	    font-size: 15px !important;
    color: #252B42;
    margin-top: 10px;
    width: 100%;
}



section.pt-5.pb-555 {
    padding: 0px 0px 0px 0px;
    float: left;
    width: 100%;
}

section.pwwt-5.pb-55545 {
	padding:20px 0px;
    background: #FBF8EA;
 
}
 
section.pwwwwt-5.pb-55545 {
	padding:20px 0px;
   background:#FFD632;
}

section.ptsss-5.pb-555sss {
	padding:20px 0px 20px 0px;
   
}

.pt-5 {
    padding-top: 1rem !important;
}
section.pt-5.pbs-5ssss {
	padding:50px 0px 20px 0px;
     background:#FBF8EA;
}
section.ptsss-5.pb-555sss {
    padding: 20px 0px 20px 0px;
 
}
.ssss{
padding:20px;
background:#373588;
color:white;
padding:50px;
height:380px;
}

@media screen and (max-width: 480px) {
.ssss{
padding:20px;
background:#373588;
color:white;
padding:50px;
height:290px;
}
}


.imgsd {
    margin-top: -254px;
}
img.ksl {
    margin-top: 10px;
}
	@media screen and (max-width: 480px) {
 	
	.imgsd {
    margin-top: -100px;
}
	
	}



 .coll {
    flex: 1 0 0%;
    background: #FFD632;
      padding: 20px 20px 30px 0px;
    border-radius: 20px;
    margin: 10px;
	color:White;
}
 .pb-3 {
    padding: 20px 0px;
    width: 32% !important;
    padding-bottom: 1rem !important;
    background: #EEBA1B;
    margin: 0px 0px;
 border-radius: 25px;
 color: white;

}
.pb-3 img, svg {
    
    vertical-align: middle;
}

.pb-5 {
    padding-bottom: 01rem !important;
}
.tee{
background: #EEBA1B;
    color: white;
	}
@media screen and (max-width: 480px) {
	.pb-3 {
    padding-bottom: 1rem !important;
    width: 47% !important;
    margin: 20px 2px;
}
.pb-3 img, svg {
    
    vertical-align: middle;
}


}
.headline-txt222 {
    color: White;
}
.pb-3 {
padding-bottom: 1rem !important;
padding: 30px !important;
}
.imgg {
    margin: 10px 0px;
}
@media screen and (max-width: 480px) {
.pb-3 {
    padding-bottom: 1rem !important;
    padding: 15px 15px !important;
}
 
}

  
  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    align-content: center;
    justify-content: space-around;
}

    @media screen and (max-width: 480px){
.navbar .call-button a {
    background-color: rgb(55, 53, 136);
    padding: 12px 12px;
    color: white;
    font-size: 12px;
    border-radius: 5px;
    text-decoration: none;
}

}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.blu {
    color: #353171;
}
video {
    margin-top: 10px;
}

    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    height: 250px !important;
}
	}
h2.blu.text-center {
    margin: 33px 0px 10px 0px;
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

p, .p {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}

header {
    position: absolute;
    width: 100%;
	background-color:transform;
z-index:99999999999;
}
 	
p.text-left.gree {
    padding: 30px;
}
.modal.show .modal-dialog {
    transform: none;
    margin-top: 163px;

}


thead {
    background: #4a4893;
    padding: 0px;
    /* margin: 20px; */
    color: white;
}
tr {
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843137255) !important;
    padding: 0px;
    margin: 0px;
}
th.sorting.sorting-none {
    padding: 10px;
    border-left: 1px solid #897777;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}



td {
    margin: 0px;
    padding: 0px;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843137255) !important;
}
.td-content {
    padding: 10px;
}
.container.jsjsj {
    background-color: #00335E;
    padding:0px;
}
.shape{
	
	 background-image: url("img/wave.png"); 
 
  background-position: center; 
  background-repeat: no-repeat;  
  background-size: cover;  
}
@media screen and (max-width: 480px) { 	
.text-left p{
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 10px !important;
    padding: 11px;
	}
 .td-content {
    padding: 10px;
    font-size: 10px;
}
	.container.jsjsj {
    background-color: #00335E;
    padding: 20px 20px;
}
	}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-top: 100px;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}
.form {
    background: #f7c71b;
    border-radius: 8px;
    padding: 24px;
}

.form h2 {
    color: rgb(55, 53, 136);
    text-align: center;
    font-size: 28px;
    padding: 20px 0;
}

.btn-meruint {
background: #00335E !important;
    padding: 14px 20px !important;
    color: white !important;
    border-radius: 10px !important;
}

.form-control {
    font-size: 0.9rem !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #D7D7D757 !important;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #D7D7D757 !important;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

 


.pb-5 {
  padding-bottom: 0rem !important;  
}
.pt-2 {
    padding-top: 0rem !important;
}
.form-select {
    color: #4e5358 !important;
    font-size: 0.9rem !important;
}
  

@media only screen and (min-width: 1200px) {
    .banner-section{
        background: url(../assets/img/web-banner.webp);
        padding: 180px 0px 180px 0px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    }
    
    @media only screen and (min-width: 992px) {
        .banner-section{
            background: url(../assets/img/web-banner.webp);
            padding: 180px 0px 180px 0px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
        }
        }
    
        @media only screen and (min-width: 768px) {
            .banner-section{
                background: url(../assets/img/web-banner.webp);
                padding: 180px 0px 180px 0px;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
            }

            #lead_form {
                margin-top: -70%;
            }
            }
    
    @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
        .banner-section{
        background-image: none;
        padding: 0px;
    }
    }


.our-curriculum {
    background-color: #373588;
    padding: 20px 10px;
    border-radius: 18px;
}

.our-curriculum p {
    color: white;
    font-weight: 700;
    margin: 0 !important;
}

.our-curriculum img {
    background-color: white;
    padding: 20px 80px;
    border-radius: 36px;
    margin: 10px 0;
}
img.center-block.img-responsive {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
img.juimg.center-block.img-responsive {
    padding: 21px 0px;
    width: 65%;
}


@media (min-width: 992px){
.col-md-offset-1 {
    margin-left: 8.33333333%;
}
}
.headline-txt1 {
    color: #00335E;
	    text-transform: capitalize;
}

.headline-txt2 {
    color: #F7C81B;
}

.abt-campus {
    background-image: url(../assets/img/BG-_Pattern.png);
    background-size: contain;
}

.testimon {
    background-color: #2B3175;
}

.testimon iframe {
    padding: 12px 12px 12px 12px;
    background-color: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    margin: 10px 0;
}

/* Slider Styles */
.slick-carousel{
    width:90%;
    margin:0px auto;
  }
  .slick-slide{
    margin:10px;
    height: auto !important;
  }
 
  .slick-slide img{
width: 80%;
    border: 2px solid #fff;
    margin: 0px auto;
    height: 300px;

	}

  

      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .slick-slide img{ 
  .slick-slide img{
width: 80%;
    border: 2px solid #fff;
    margin: 0px auto;
    height: 300px;

	}
	
 
      @media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .slick-slide img{
width: 83%;
    border: 2px solid #fff;
    height: 100%;
  }
  }
width: 83%;
    border: 2px solid #fff;
    height: 100%;
  }
  }
  .slick-slider {
    margin-bottom: 10px !important;
}
  .wrapper .slick-dots li button:before {
    font-size:20px;
    color:black;
  }

  .slick-prev:before, .slick-next:before {
    color: black !important;
    font-size: 36px !important;
  }

  .slick-next {
    right: -11px !important;
  }

  /*footer*/

  .footer_copy {
    background: #efefef;
    padding: 20px 10px;
}

#Footer .footer_copy .one {
    margin-bottom: 0;
    padding-top: 10px;
    min-height: 20px;
}

.footer-copy-center #Footer .footer_copy .copyright {
    color: #38358875;
    font-size: 14px;
}

.footer-copy-center #Footer .footer_copy .copyright a {
    color: #38358875;
}


#menu {
    background: rgba(255,255,255,.9);
    margin-bottom: 0;
    height: 87px;
    border: none;
}


img.center-block.img-responsive {
    margin: 0px auto;
    width: 3%;
}
.row1 {
    background-color: #eebb1d;
}
.text-center {
    text-align: center!important;
}
.blu {
    color: #353171;
}
h2.text-center.bluu {
    margin: 220px 0px 0px 0px;
    color: blue;
}

.dark-wrapper {
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
}
.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.dots button {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dots button.active {
  background-color: #000;
}

/* Responsive for Mobile */
@media (max-width: 768px) {
  .testimonial-card {
    width: 100%; /* Show 1 card per slide on mobile */
  }
  
  .conte{
	 margin-top: -141px;
	 background-image: url('assets/img/bgfootermobile.png');
  }
  .ggg{
	  height:70px;
  }
}


@mixin dark-overlay($opacity){
	content: "";
	background-image: url('assets/img/bgfootermobile.png');
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	position: absolute;
}

.img-container{
	position: relative;
	width: 400px;
	height: 400px;
	margin: 0 auto;
	background-image: url('assets/img/bgfootermobile.png');
	display: flex;
	justify-content: center;
	align-items: center;

	&:after{
		@include dark-overlay(.6);
	}
  
  h2{
		text-align: center;
	}
  
}