
/* :root{
  --themecolor1:red;
   --themecolor2:#df1c22;
  --themebtn1:#31a100;
  --themebtn2:#1a5798;
  --themesection:#1a5798;
} */
:root {
    --themecolor1: #88c440;
    --themecolor2: #726650;
    --themebtn1: #726650;
    --themebtn2: #726650;
    --themesection: #88c440;
}

@font-face {
  font-family:montserrat_extrabold;
  src: url("../fonts/montserrat_extrabold.ttf");
}

@font-face {
  font-family: montserrat_medium;
  src: url("../fonts/montserrat_medium.ttf");
}
@font-face {
  font-family: montserrat_semibold;
  src: url("../fonts/montserrat_semibold.ttf");
}
@font-face {
  font-family: montserrat_bold;
  src: url("../fonts/montserrat_bold.ttf");
}
@font-face {
  font-family: montserrat_regular;
  src: url("../fonts/montserrat_regular.ttf");
}
body{
  font-family: 'montserrat_regular';
}

/* login modal css */
.loginmodal .modal-header{
  padding: 0;
  margin: 0;
  border: none;
}
.loginmodal .btn-close {
  position: absolute;
  right: 0;
  background: #000;
  color: #fff;
  opacity: 1;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  z-index: 99;
}
.loginmodal .modal-body{
  padding:0;
}
.loginmdlheading {
  font-family: 'montserrat_extrabold';
  font-size: 24px;
  margin-top: 10px;
}
.loginmdlsubheading {
  font-size: 14px;
  font-family: 'montserrat_semibold';
  margin-top: 3px;
  margin-bottom: 20px;
}
.loginpadcls{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}                    
.mdlrow{
  overflow: hidden;border-radius: 30px;
}
.loginmodal .modal-content{
  border-radius:30px;
}
.loginmodal .sideimg{
  border-radius:30px;
}
.mfp-close::before,
.mfp-close::after {
    content: "";
    background-color: #fff;
    width: 2px;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: transform 0.3s ease-out;
}

.mfp-close::before{transform: rotate(-45deg);}

.mfp-close::after{transform: rotate(45deg);}

.mfp-close:hover:before{transform: rotate(-225deg);}

.mfp-close:hover:after{transform: rotate(225deg);}   

.mfp-close {
  /* font-size: var(--wdtFontSize_H6); */
  font-size: 0px;
  margin: 10px;
  -webkit-transform: none;
  transform: none;
  border-radius: 50%;
  opacity: 1;
}
.loginsocial {
  align-items: center;
  display: flex;
  gap: 5px;
  font-family: 'montserrat_medium';
  border: 1px solid #ddd;
  padding: 7px;
  border-radius: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  background-color: #fff;
  font-size: 15px;
}
.loginterms{
  font-size: 12px;
    font-family: 'montserrat_semibold';
    margin-bottom: 10px;
}
.visitweb {
  font-size: 14px;
  font-family: 'montserrat_regular';
  margin-top: 40px;
  font-weight: 700;
  cursor: pointer;
}
.visitweb a{
  color: var(--themebtn1);
  text-decoration: unset;
  font-weight: bold;
}
.loginterms a{
color: var(--themecolor1);
}
.loginsocial:hover{
  background-color: #f9fff3;
}
.loginsocial img {
  height: 30px;
}
.loginsocial .loginimg{
  width: 80px;
  text-align: start;
}
.iconclr{
  color:var(--themecolor1);margin-right: 5px;font-size: 16px;margin-left:5px
}
.headnew{
  height: 80px;
  background-color: #fff;
}
.logoimg{
  height: 50px;
}
.testimonial {
  min-height: 375px;
  position: relative;
  background: url(../images/testimonialbg.png);
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center;
      background-size: cover;
}
#testimonial4 .carousel-inner:hover{
cursor: -moz-grab;
cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
left: 0;
margin: 0;
width: 100%;
font-size: 0;
height: 20px;
bottom: 15px;
padding: 0 5px;
cursor: e-resize;
overflow-x: auto;
overflow-y: hidden;
position: absolute;
text-align: center;
white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
padding: 0;
width: 14px;
height: 14px;
border: none;
text-indent: 0;
margin: 2px 3px;
cursor: pointer;
display: inline-block;
background: #ffffff;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
padding: 0;
width: 14px;
height: 14px;
border: none;
margin: 2px 3px;
background-color: #9dd3af;
-webkit-border-radius: 100%;
border-radius: 100%;
}
.btn-otp{
  height: 38px;
  width: 100%;
  border: 1px solid var(--themecolor1);
  background-color: var(--themecolor1);
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.btn-otp:hover{
  border: 1px solid var(--themecolor1);
  background-color: var(--themecolor1);
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
background: #eeeeee;
-webkit-border-radius: 0;
border-radius: 0;
}

.testimonial4_control_button .carousel-control{
top: 175px;
opacity: 1;
width: 40px;
bottom: auto;
height: 40px;
font-size: 10px;
cursor: pointer;
font-weight: 700;
overflow: hidden;
line-height: 38px;
text-shadow: none;
text-align: center;
position: absolute;
background: transparent;
border: 2px solid #ffffff;
text-transform: uppercase;
-webkit-border-radius: 100%;
border-radius: 100%;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
left: 7%;
top: 50%;
right: auto;
}
.testimonial4_control_button .carousel-control.right{
right: 7%;
top: 50%;
left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
color: #000;
background: #fff;
border: 2px solid #fff;
}

.testimonial4_header{
top: 0;
left: 0;
bottom: 0;
width: 550px;
display: block;
margin: 30px auto;
text-align: center;
position: relative;
}
.testimonial4_header h4{
color: #ffffff;
font-size: 30px;
font-weight: 600;
position: relative;
letter-spacing: 1px;
text-transform: uppercase;
}

.testimonial4_slide{
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 70%;
margin: auto;
padding: 20px;
position: relative;
text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 136px;
  height: 136px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
color: #ffffff;
font-size: 22px;
}

/* .testimonial .carousel {
padding-bottom:50px;
} */
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
  width: 35px;
  height: 35px;
}
.secheadingsnd {
  text-align: center;
  font-family: 'montserrat_extrabold';
  font-size: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--themecolor1);
  width: max-content;
}
.mdlcrd{
  background: #eee7f7;
  border-radius: 32px;
  padding: 10px;
  padding-left: 0;
  margin-bottom: 20px;
}
.paflft{
  padding-left: 35px;
}
.mdlimg{
  height: 100px;
  margin-left: -10px;
}
.mdltxt{
  font-weight: bold;
  font-size: 20px;
  color: #000;
}
.admsnopen{
  font-family:'montserrat_semibold';
  font-size: 20px;
  color: #1a5798 !important;
}
.registerbtn{
  border: 2px solid #31a100;
  color: #31a100;
  font-family: 'montserrat_semibold';
  border-radius: 20px;
  font-size: 14px;
  margin-left: 100px;
}
.registerbtn:hover{
  border: 2px solid #31a100;
  color: #31a100;
}
.emailtxt{
  font-size: 14px;
  color: #000;
  font-family: 'montserrat_semibold';
}
.hero_section {
  background: url(../images/banner_sweedu.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  min-height: 800px;
  padding-top: 55px;
  margin-top: -55px;
  padding-bottom:55px;
}
.bannertxt{
  font-family: 'montserrat_extrabold';
  margin-top: 60px;
  font-size: 50px;
  color: #000;
}
.dotimg{
  height: 100px;
}
.bannertxt span{
  color: var(--themecolor1);
}
.bannersubtxt{
  font-family: 'montserrat_semibold';
  margin-top: 20px;
  font-size: 26px;
  color: #000;
}
.bannerpara{
  font-family: 'montserrat_regular';
  margin-top: 20px;
  font-size: 16px;
  color: #000;
  text-align: justify;
}
.callusbtn{
  width: 100%;
  margin-top: 25px;
  border-radius: 5px;
  border: 1px solid var(--themebtn1);
  background: var(--themebtn1);
  color: #fff;
  font-family: 'montserrat_semibold';
}
.callusbtn:hover{
  border: 1px solid var(--themebtn1);
  background: var(--themebtn1);
  color: #fff;
}
.emailusbtn{
  width: 100%;
  margin-top: 25px;
  border-radius: 5px;
  border: 1px solid var(--themebtn2);
  background:  var(--themebtn2);
  color: #fff;
  font-family: 'montserrat_semibold';
}
.emailusbtn:hover{
  border: 1px solid  var(--themebtn2);
  background:  var(--themebtn2);
  color: #fff;
}
.form_container{
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 50px;
}
.admsntxt{
  text-align: center;
  font-family: 'montserrat_extrabold';
  font-size: 22px;
  color: #000;
}
.admsnsubtxt{
  text-align: center;
  font-family: 'montserrat_semibold';
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.select2-container--default .select2-selection--single {
  border-color: #dee2e6 !important;
  border-radius: 4px;
  background-color: #f3f3f3 !important;
  font-family: 'montserrat_medium';
  height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: initial;
  line-height: 40px !important;
  height: 45px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 9px !important;
  right: 1px;
  width: 20px;
}
.txtbox{
  /* border: none; */
    /* color: #9d9f9f; */
  background-color: #f3f3f3;
  font-family: 'montserrat_medium';
  margin-bottom: 15px;
  height: 45px;
}
textarea.txtbox{
  height: auto;
}
.txtbox::placeholder{
  color:#9d9f9f;
}
.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='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  background-image: url(images/arrow_dpd.svg);
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 12px !important;
    width: 12px !important;
    margin: auto !important;
    top: 8px !important;
    left: auto !important;
    right: 15px;
    background-repeat: no-repeat;
}
.bgsec{
  background:#f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e2e2e2;
}
.secheading {
  text-align: center;
  font-family: 'montserrat_extrabold';
  font-size: 25px;
  margin-bottom: 20px;
}
.dot{
  font-size: 14px;
  color: var(--themebtn2);
}
.litxt {
  font-family: 'montserrat_semibold';
  font-size: 16px;
}
.lisubtxt{
  font-family: 'montserrat_medium';
  margin-left: 16px;
  font-size: 14px;
}
.bgsecslider{
  background:#fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bgsecblues{
  background:var(--themesection);
  padding-top: 50px;
  padding-bottom: 50px;
}
.bgsecblues .secheading{
  color:#000;
  margin-bottom: 30px;
}
.result{
  font-family: 'montserrat_extrabold';
  color: #000;
  margin-bottom: 5px;
}
.resultsnd{
  font-family: 'montserrat_extrabold';
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
}
.resultsnd span
{
  font-family: 'montserrat_regular';
}
.resnum{
  color:#f8df17;
  font-family: 'montserrat_extrabold';
}
.linebrd {
  width: 40px;
  background-color: #f8df17;
  height: 2px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.rescrd{
  text-align: center;
  margin-bottom: 20px;
}
.yeartxt{
  font-size: 30px;
  font-family: 'montserrat_extrabold';
  color: #1a5798;
  text-align: center;
}
.yearsubtxt{
  text-align: center;
  font-family: 'montserrat_extrabold';
  font-size: 35px;
}
.yearpara{
  text-align: center;
  font-family: 'montserrat_semibold';
  font-size: 15px;
}
.admnsnimg{
  position: absolute;
  /* width: 250px; */
  width: 200px;
  left: 60px;
}
.enrollsec{
  width: 60%;
  margin: 0;
}
.footersec{
  /* background: url(../images/reg_bgfooter.jpg); #df1c22*/
  background-color: var(--themecolor2);
  padding-top: 50px;
  padding-bottom: 50px;
}
.contacttxt{
  color: #fff;
    font-family: 'montserrat_medium';
    margin-bottom: 10px;
}
.sclname{
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'montserrat_semibold';
  color: #fff;
  margin-bottom: 5px;
}
.addresstxt{
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}
.contacttxt{
  color: #fff;
  font-size: 16px;
  font-family: 'montserrat_semibold';
  margin-bottom: 15px;
}
.contacttxt a{
  text-decoration: none;
  color:#fff;
}
.mobbg{
  display: none;
}
.imgfclt{
  height: 200px;
  width: 200px;
}
.clientsec .imgfclt {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.cat-service-info h4{
  color:#000;
  font-family:'montserrat_semibold' ;
  font-size: 16px;
  margin-top: 10px;
}
.cat-service-section{
  text-align: center;
}
.swiper-button-next{
  height: 40px !important;
  background: var(--themecolor1);
  color: #000;
  width: 40px !important;
  border-radius: 50%;
  right: 0;
}
.swiper-button-prev {
  height: 40px !important;
  background: var(--themecolor1);
  color: #000;
  width: 40px !important;
  border-radius: 50%;
  left: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
  color: #000;
  font-size: 16px !important;
  font-weight: bold;
}
.navbar .container{
  background-color: #fff;
}



/*-----------------whatsapp start css --------------------- */

 
/* offset-x > | offset-y ^| blur-radius | spread-radius | color */
 @keyframes pulse {
	 0% {
		 transform: scale(1, 1);
	}
	 50% {
		 opacity: 0.3;
	}
	 100% {
		 transform: scale(1.45);
		 opacity: 0;
	}
}
 .pulse {
	 -webkit-animation-name: pulse;
	 animation-name: pulse;
}
 .nav-bottom {
	 display: flex;
	 flex-direction: row;
	 justify-content: flex-end;
	 align-content: flex-end;
	 width: auto;
	 height: auto;
	 position: fixed;
	 z-index: 8;
	 bottom: 0px;
	 right: 0px;
	 padding: 5px;
	 margin: 0px;
}
 @media (max-width: 360px) {
	 .nav-bottom {
		 width: 320px;
	}
}
 .whatsapp-button {
	 display: flex;
	 justify-content: center;
	 align-content: center;
	 width: 60px;
	 height: 60px;
	 z-index: 8;
	 transition: 0.3s;
	 margin: 10px;
	 padding: 7px;
	 border: none;
	 outline: none;
	 cursor: pointer;
	 border-radius: 50%;
	 background-color: #fff;
	/* offset-x > | offset-y ^| blur-radius | spread-radius | color */
	 -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
	 -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
	 box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}
 .circle-anime {
	 display: flex;
	 position: absolute;
	 justify-content: center;
	 align-content: center;
	 width: 60px;
	 height: 60px;
	 top: 15px;
	 right: 15px;
	 border-radius: 50%;
	 transition: 0.3s;
	 background-color: #77bb4a;
	 animation: pulse 1.2s 4s ease 4;
}
 .popup-whatsapp {
     border: 2px solid var(--darkgreen);
	 display: none;
	 position: absolute;
	 flex-direction: column;
	 justify-content: flex-start;
	 align-items: flex-start;
	 width: auto;
	 height: auto;
	 padding: 10px;
	 bottom: 85px;
	 right: 6px;
	 transition: 0.5s;
	 border-radius: 10px;
	 background-color: #fff;
	/* offset-x > | offset-y ^| blur-radius | spread-radius | color */
	 -webkit-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
	 -moz-box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
	 box-shadow: 2px 1px 6px 0px rgba(68, 68, 68, 0.705);
	 animation: slideInRight 0.6s 0s both;
}
 .popup-whatsapp > div {
	 margin: 5px;
}
 @media (max-width: 680px) {
	 .popup-whatsapp p {
		 font-size: 0.9em;
	}
}
 .popup-whatsapp > .content-whatsapp.-top {
	 display: flex;
	 flex-direction: column;
}
 .popup-whatsapp > .content-whatsapp.-top p {
	 color: #585858;
	 font-family: 'Roboto';
	 font-weight: 400;
	 font-size: 1em;
}
 .popup-whatsapp > .content-whatsapp.-bottom {
	 display: flex;
	 flex-direction: row;
}
 .closePopup {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 28px;
	 height: 28px;
	 margin: 0px 0px 15px 0px;
	 border-radius: 50%;
	 border: none;
	 outline: none;
	 cursor: pointer;
	 background-color: #f76060;
	 -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
	 -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
	 box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}
 .closePopup:hover {
	 background-color: #f71d1d;
	 transition: 0.3s;
}
 .send-msPopup {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: 40px;
	 height: 40px;
	 border-radius: 50%;
	 background-color: #fff;
	 margin: 0px 0px 0px 5px;
	 border: none;
	 outline: none;
	 cursor: pointer;
	 -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
	 -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
	 box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}
 .send-msPopup:hover {
	 background-color: #f8f8f8;
	 transition: 0.3s;
}
 .is-active-whatsapp-popup {
	 display: flex;
	 animation: slideInRight 0.6s 0s both;
}
 input.whats-input[type=text] {
	 width: 250px;
	 height: 40px;
	 box-sizing: border-box;
     border: 1px solid #ced4da;
	 border-radius: 20px;
	 font-size: 1em;
	 background-color: #fff;
	 padding: 0px 0px 0px 10px;
	 -webkit-transition: width 0.3s ease-in-out;
	 transition: width 0.3s ease-in-out;
	 outline: none;
	 transition: 0.3s;
}
 @media (max-width: 420px) {
	 input.whats-input[type=text] {
		 width: 225px;
	}
}
 input.whats-input {
	/* Most modern browsers support this now. */
}
 input.whats-input::placeholder {
	 color: rgba(68, 68, 68, 0.705);
	 opacity: 1;
}
 input.whats-input[type=text]:focus {
	 background-color: #f8f8f8;
	 -webkit-transition: width 0.3s ease-in-out;
	 transition: width 0.3s ease-in-out;
	 transition: 0.3s;
}
 .icon-whatsapp-small {
	 width: 24px;
	 height: 24px;
}
 .icon-whatsapp {
	 width: 45px;
	 height: 45px;
}
 .icon-font-color {
	 color: #fff;
}
 .icon-font-color--black {
	 color: #333;
} 

/*-----------------whatsapp end css --------------------- */
