/*font-family*/
/*font-family*/

body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url(../fonts/Roboto-Regular.ttf);			
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url(../fonts/Roboto-Medium.ttf);			
}


@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/Roboto-Light.ttf);			
}

/* font-3 */


/* font-4---- */

@font-face {
  font-family: 'OpenSans-Light';
  src: url(../fonts/OpenSans-Light.ttf);			
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url(../fonts/OpenSans-Regular.ttf);			
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url(../fonts/OpenSans-Bold.ttf);			
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url(../fonts/OpenSans-SemiBold.ttf);			
}

@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url(../fonts/OpenSans-ExtraBold.ttf);			
}

/* ------------- */

/* font-5---- */

@font-face {
  font-family: 'Kanit-Regular';
  src: url(../fonts/Kanit-Regular.ttf);			
}

@font-face {
  font-family: 'Kanit-Medium';
  src: url(../fonts/Kanit-Medium.ttf);			
}


@font-face {
  font-family: 'Kanit-Bold';
  src: url(../fonts/Kanit-Bold.ttf);			
}

@font-face {
  font-family: 'Kanit-SemiBold';
  src: url(../fonts/Kanit-SemiBold.ttf);			
}

/* ------------- */


@font-face {
  font-family: 'Athletics-Regular';
  src: url(../fonts/Athletics.html\ Regular.otf);			
}

@font-face {
  font-family: 'Athletics-Medium';
  src: url(../fonts/Athletics.html\ Medium.otf);			
}


@font-face {
  font-family: 'Athletics-ExtraBold';
  src: url(../fonts/Athletics.html\ ExtraBold.otf);			
}

@font-face {
  font-family: 'Athletics-ExtraBold Italic';
  src: url(../fonts/Athletics.html\ ExtraBold\ Italic.otf);			
}

@font-face {
  font-family: 'Athletics-Bold';
  src: url(../fonts/Athletics.html\ Bold.otf);			
}

@font-face {
  font-family: 'Athletics-Bold-Italic';
  src: url(../fonts/Athletics.html\ Bold\ Italic.otf);			
}

@font-face {
  font-family: 'Athletics-Black';
  src: url(../fonts/Athletics.html\ Black.otf);			
}

@font-face {
  font-family: 'Athletics-Black-Italic';
  src: url(../fonts/Athletics.html\ Black\ Italic.otf);			
}

/* font-6 */


:root{
  --red:#ea252e;
  --org:#FCA038;
   --blue:#147FC3;
  --yellow:#FFEA00;
  --roboto:Roboto-Regular;
  --roboto-md:Roboto-Medium;
  --roboto-light:Roboto-Light;

  --ibm-rg:IBMPlexSans-Regular;
  --ibm-sb:IBMPlexSans-SemiBold;
  --ibm-md:IBMPlexSans-Medium;
 
  --sans-lg:OpenSans-Light;
  --sans-rg:OpenSans-Regular;
  --sans-md:OpenSans-Bold;
  --sans-sm-bd:OpenSans-SemiBold;
  --sans-ex-bd:OpenSans-ExtraBold;

  --kanit-rg:Kanit-Regular;
  --kanit-md:Kanit-Medium;
  --kanit-bold:Kanit-Bold;
  --kanit-sm-bold:Kanit-SemiBold;

  --ath-rg:Athletics-Regular;
  --ath-md:Athletics-Medium;
  --ath-eb:Athletics-ExtraBold;
  --ath-ebi:Athletics-ExtraBold-Italic;
  --ath-bold:Athletics-Bold;
  --ath-bolditalic:Athletics-Bold-Italic;
  --ath-black:Athletics-Black;
  --ath-blackitalic:Athletics-Black-Italic;
  

}

.space-one{
   padding: 20px 5%;
}

.desc{
  color: #444;
  font-size: 16px;
  font-family: var(--roboto);
  margin: 0px!important;
}



/*font-family*/


/* scroll-effect---------------- */
/* animation-start */
.delighter.top { transform:translateY(-18%); opacity:0; transition: all 1.2s ease-out; }
.delighter.top.started { transform:none; opacity:1; } 

.delighter.scale { transform:scale(90%); opacity:0; transition: all .5s ease-out; }
.delighter.scale.started { transform:none; opacity:1; } 

.delighter.bottom { transform:translateY(18%); opacity:0; transition: all .5s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; } 


.delighter.skew { transform:skew(5deg); opacity:0; transition: all 1.2s ease-out; }
.delighter.skew.started { transform:none; opacity:1; }


.delighter.left { transform:translateX(-30%); opacity:0; transition: all 1.9s ease-out; }
.delighter.left.started { transform:none; opacity:1; } 

.delighter.right { transform:translateX(30%); opacity:0; transition: all 1.9s ease-out; }
.delighter.right.started { transform:none; opacity:1; } 

.delighter.opacity {  opacity:0; transition: all 2.9s ease-out; }
.delighter.opacity.started { transform:none; opacity:1; } 

.delighter.anbutton { opacity:0;transition: all 2s ease-out; }
.delighter.anbutton.started {  opacity:1; } 
/* animation-end */
/* ---------- */


/* header-start */


.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 14px;
  font-family: var(--ath-eb);
  letter-spacing: .3px;
  /* font-weight: 500; */
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  color: #fff;
  position: relative;
  letter-spacing: 1.5px!important;
  text-transform: uppercase!important;
  /* background-color: #b2c9d7; */
 
}

/* .sub-menu li a{
  letter-spacing: 2px!important;
} */


.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
 
  color: var(--org);
 
 
}


.mobile-icon i{
  font-size: 18px!important;
}

.rs-menu ul ul {
  position: absolute;
  top: 65px;
  background-color: #fff;
  padding: 20px 5px;
  /* display: block; */
  /* padding: 20px 0px; */
  /* min-width: 270px; */
  margin: 0px!important;
  
  white-space: nowrap;
  border-bottom: 2px solid var(--org);
  border-radius: 2px;
   visibility: hidden; 
  transition: all .3s linear;
  box-shadow:  0 0 20px rgba(0,0,0,.15);
  
}

 .rs-menu  ul li:hover .sub-menu{
  position: absolute;
  top: 50px; 
  gap: 1rem;
 
  visibility: visible;
}  

.rs-menu  ul .sub-menu .sub-menu{
  position: absolute; top: -20px;
   background-color: transparent;
  box-shadow: none;
  border: none;
  visibility: hidden!important; 
 
}

.rs-menu  ul .sub-menu li:hover .sub-menu{
  top: -20px!important;
}

.rs-menu  ul .sub-menu li:hover .sub-menu li{
  visibility: visible!important;
  transition: all .0s linear!important;
  /* top: 50px; */
}

.rs-menu  ul .sub-menu li:hover .sub-menu li a{
   visibility: visible; 
  transform: translateY(0px)!important;
}

.rs-menu  ul .sub-menu .sub-menu li{
  background-color: #fff;
  margin-left: 5px!important;
  margin-bottom: 0px!important;
  padding: 6px 10px!important;
  visibility: hidden!important; 
  transition: all .2s linear!important;
  transform: translateY(-20px);
}

.rs-menu  ul .sub-menu .sub-menu li a{
  visibility: hidden;
  transition: all .1s linear!important;
}

.rs-menu  ul .sub-menu li{
   visibility: hidden; 
  padding: 5px 10px!important;
  margin: 0px!important;
  margin-bottom: 5px!important;
  display: block!important;
  
}

.rs-menu  ul li:hover .sub-menu li{
  visibility: visible;
  
}


.rs-menu ul ul li {
  padding: 5px 10px;
  display: block;
  visibility: visible; 
}

.rs-menu ul ul li a {
 font-size: 13px!important;
 color: var(--blue)!important;
 font-family: var(--roboto);
 text-transform: uppercase!important;
 display: inline;
  
}

.rs-menu ul ul li a:hover {
  font-size: 13px!important;
  color: var(--org)!important;
  font-family: var(--kanit-rg);
  text-transform: uppercase!important;
  display: inline;
   
 }


.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  position: relative!important;
}

/* .sub-menu {
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
  visibility: hidden;
  min-width: 270px;
  padding: 25px 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  border-bottom: 3px solid #0C95EC;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
} */

/* .rs-header .custom-header{
   padding: 5px 6%;
} */

.rs-header .custom{
  padding: 10px 0%;
  /* background-color: #b2c9d7; */
  /* background-color: rgb(178,201,215,0.1); */
 
}

/* div.asl_m .probox {
  width: 220px!important;
  
} */

/* div.asl_r.vertical {
    width: 300px!important;
    top: 100px!important;
    left:auto!important;
    right: 0px!important;
} */

.serch-input{
  position: absolute;
  top:10px; right: 10%;
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
  display: none;
}

.search-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-icon i{
  color: #686868!important;
}



.vertical {
  animation: none!important;
}




.rs-header .row-table .header-logo{
   display: none!important;
}

.menu-section{
  padding: 0px 5%;
  position: absolute;
  width: 100%;
  bottom: -65px;
  z-index: -1;
  /* transform: translateY(79px); */
 }

 .menu-section .menu-area{
 border-radius: 5px;
 z-index: 1;
 }



 .sticky .menu-section {
  padding: 0px 0%;
  z-index: -1;
  bottom: -50px;
}

.sticky .menu-section .menu-area {
  border-radius: 0px!important;
}

 .rs-slider{
  transform: translateY(-30px)!important;
 }


 .top-slider{
  transform: translateY(0px)!important;
 }

 .top-slider .carousel-control-next, .carousel-control-prev {
 display: none!important;
}

.top-slider .carousel-control-next span, .carousel-control-prev span {
  background-color: #107EC9!important;
  
}

.top-slider .carousel-control-prev span {
  right: 100px;
}

.top-slider .carousel-control-next span {
  right: 50px;
}





/* top-bar-start */

.top-contact{
  padding: 15px 2%!important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  color:#FFFFFF;
  position: relative;
  /* background-color:var(--red); */
  
}

.sticky .top-contact{
  padding: 20px 2%!important;
}

.top-contact .customer-care{
  position: absolute;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0px;
}

/* .top-contact .customer-care .care-info h1{
 font-size: 16px!important;
 font-family: var(--roboto);
} */

.top-contact .customer-care .care-info h1{
  font-size: 13px!important;
  font-family: var(--kanit-rg);
  line-height: 1;
 }

 .top-contact .customer-care .care-info p{
  font-size: 16px!important;
  font-family: var(--ath-rg);
  line-height: 1;
  color: #000;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  margin-bottom: 5px;
 }

 .top-contact .customer-care .care-info a{
  font-size: 14px!important;
  font-family: var(--ath-eb);
  padding: 0px;
  line-height: 1;
  /* color: #000; */
  color: var(--blue);
  display: block;
  
 }


 .gr-mail{
  font-size: 15px!important;
  font-family: var(--ath-rg);
  padding: 0px;
  line-height: 1;
  /* color: #000; */
  color: #686868;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
 }

 .gr-mail:hover span{
  color: #fff;
  transition: all .2s linear!important;
 }

 .gr-mail:hover i{
  color: #686868!important;
 }

 .top-contact .customer-care .care-info a:hover{
  color: var(--org);
 }


/* .rs-header .top-contact .pay-lg{
  right: 30px;
} */

/* .top-contact .pay-lg{
  position: absolute;
  right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: -1;
} */


.top-contact .pay-lg{
   position: absolute; 
  right: 5%; top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  z-index: 1;
}


 .top-contact .pay-lg a{
 position: relative;
 z-index: 1;
 overflow: hidden;
 transition: all .2s linear;
 /* display: flex;
 align-items: center;
 justify-content: center; */
 gap: 10px;
 font-family: var(--ath-rg);
 font-size: 14px;
  /*background-color: rgb(14,106,161,0.8);*/
  background-color: var(--blue);
 /* background-color: #000; */
 padding: 0px 10px;
 border-radius: 3px;
 overflow: hidden;
}

.pay-lg p{
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-family: var(--ath-rg);
  text-align: center;
  margin-bottom: 0px;
}

.pay-lg .span{
  color: var(--org)!important;
  font-size: 14px;
  line-height: 1.2;
   font-family: var(--ath-rg);
}




/* .rs-header .top-contact .pay-lg a:hover{
 background-color: var(--org);
}  */

.top-contact .pay-lg a::after{
  content: "";
  position: absolute;
  width: 100%; height: 100%;
  background-color: var(--org);
  z-index: -1;
  left: -170px; top: 0px;

 }


.top-contact .pay-lg a:hover::after{
  left: 0px;
  /* animation: none; */
  transition: all .3s linear;
 }


.rs-header .top-contact .pay-lg a img{
 width: 20%;
}

.rs-header .top-contact .pay-lg span{
  color: #fff;
  font-size: 16px;
  font-family:var(--kanit-md);
}


.top-contact .pay-lg .header-serch-box{
  position: absolute;
  bottom: -5rem;
  z-index: 1000;
  background-color: #fff!important;
  padding: 15px 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
 
}

.top-contact .pay-lg .header-serch-box form{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

.top-contact .pay-lg .header-serch-box form button{
 background-color: rgb(14,106,161,0.8);
 border: none;
 color: #fff;
}




.dot-content{
  display: none!important;
} 

.full-width-header .rs-header.header-transparent{
  position: relative;
}




.rs-header a{
  text-transform:none!important;
}

/* .bar{
  display: none!important;
} */

.top-contact a{
  font-size: 15px;
  color: #ffff;
 text-transform: none!important;
 font-family: var(--kanit-rg);
}


/* .top-contact .pay-lg .header-serch-box form input{
  padding: 5px 10px;
} */

.hd-top{
  /* background-color: rgb(178,201,215,0.1); */
  background-color: #CCCCCC;
  padding: 5px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.hd-top .hd-time{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  }

  .hd-top .hd-time p{
  margin: 0px;
  /* font-family: var(--roboto); */
  font-family: var(--ath-rg);
  color: #686868;
  font-size: 14px!important;
  }

  .hd-time .left{
    display: flex; align-items: center;
    justify-content: center; gap: 5px;
  }

  .hd-time .right p{
    font-size: 14px;
    color: #686868;
    margin: 0px; padding: 0px;
  }

  .hd-time .right a{
    font-size: 14px;
    color: #686868;
    transition: all .3s linear;
  }

  .hd-time .right a:hover{
    color: #fff;
  }

 .hd-top .hd-time i{
   font-size: 20px;
   color: #686868;
  }

 

.hd-top .hd-social{
 display: flex;
 justify-content: center;
 align-items: center;
 gap: 10px;
 }

.hd-top .hd-social a span{
 display: flex;
 align-items: center;
 justify-content: center;
 transition: all .3s linear;
}

/* .hd-top .hd-social a span:hover{
  background-color: var(--blue);
  
 } */

 .hd-top .hd-social a span:hover i{
 color: #fff;
  
 }

.hd-top .hd-social a span i{
  color: #686868 ;
 }



/* ---------------------------------- */

/* slider-start */
/* .rs-slider{
  z-index: -1;
} */

.rs-slider.slider3 .desc {
  font-size: 17px;
  color: #0a0a0a;
  margin: 25px 0 45px;
}
.rs-slider.slider3 .slider-bottom {
  display: block;
  overflow: hidden;
}
.rs-slider.slider3 .slider-bottom .consultant {
  display: inline-block !important;
}




.rs-slider .content-part .sl-container {
  /* padding-right: 30%; */
  padding: 0px 50% 0px 5%;
  width: 100%;
  
}




.rs-slider.slider3 .content-part {
  position: absolute;
  content: '';
  /* top: 70%;
  left: 50%; */
  bottom: 35%;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  width: 100%;
  z-index: 1;
  padding: 20px 0px;
  
}



.rs-slider .content-part .sl-title {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 1px;
  /* font-family: var(--kanit-sm-bold); */
  font-family: var(--kanit-md);
  color: #fff;
  /* margin-bottom: 25px; */
}

/* ----------------------------- */


/* sticky-icons */


.sticky-contact {
  position: fixed;
  top: 20rem;
  right: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  gap: 1rem;
  z-index: 10000;
  /* overflow: hidden; */
}
.shape-section {
  /* background: #222; */
  /* border-bottom: 2px solid #555;
  border-top: 2px solid #555;
  margin-top: 30px;
  padding: 40px 0; */
  /* margin: 2rem 3rem; */
  position: relative;
  display: flex; align-items: center;
  justify-content: center;
}
.diamond-shape {
  background: #FCA038;
  text-align: center;
  transform:rotate(45deg);
  width:50px;
  height: 50px;
  padding: 10px;
  border-radius: 10px;
  display: flex; align-items: center;
  justify-content: center;
  z-index: 3;
}

.diamond-shape img {
  width: 100%;
}
.item-count {
  color: #fff;
  display: table-cell;
  transform: rotate(-45deg);
  vertical-align: middle;
  height: 50px;
  width:50px;
  display: flex; align-items: center;
  justify-content: center;
  position: relative;
  
}



.sape-titile{
  position: relative;
  /* background-color: #FCA038;  */
  transform: rotate(0deg);
  width: 30px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -30px; 
  background-color: transparent; 
  z-index: -4;
}

.sape-titile h1 {
  /* color: #fff; */
  color: transparent;
  font-size: 18px;
  font-family: var(--roboto);
}


.shape-section:hover .sape-titile {
  width: 250px; background-color: var(--org);
  transition: all .3s linear;
} 

.shape-section:hover .sape-titile h1 {
 color: #fff;
  transition: all .4s linear;
} 



/* ---------- */


/* ----------------------- service main */

.serv-main-sers {
  padding: 20px 5%;
}

.serv-main-sers .serv-items .img{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #037ac0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/key-item-bg.png);
  position: relative;
}

.serv-main-sers .serv-items img{
  z-index: 3;
  
}

.serv-main-sers .serv-items .img::before{
  content: "";
  position: absolute; top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  transform: scale(0%);
  border-radius: 50%;
  z-index: 2;
  background-color: #ffdb58;
  background-image: url(../images/key-item-bg.png);
  overflow: hidden;
  
}

.serv-main-sers a:hover .img::before{
 
  transform: scale(100%);
  transition: all .4s ease;
  
}
.serv-main-row{
  display: flex;
  align-items: center;
  justify-content: center;
}

.serv-main-sers h1{
  font-size: 16px;
  color: #000;
  font-family: var(--ath-rg);
}

.serv-main-sers .serv-items{
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 gap: 5px;
}
/* -------------- */


/* popup-form */
  
.al-Grevience{
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  visibility: hidden; 
  /* visibility:visible;  */
  
}

.Grevience-container{
  width: 45rem;
  /* height: 50rem; */
  background-color: #fff;
  z-index: 100000;
  padding: 2rem 3%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 5px;
}

.Grevience-container .icon-box{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* padding: 10px 0%; */
}

.Grevience-container .icon-box i{
  font-size: 20px;
  color: #000;
}


.al-Grevience .Grevience-container h1{
  font-size: 25px;
  font-family: var(--sans-md);
  line-height: 1;
  background: -webkit-linear-gradient(0deg, #037ac0 0%, #f9ae40 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  /* color: #000; */
}

.al-Grevience .Grevience-container .popup-desc{
  font-size: 16px;
  font-family: var(--sans-rg);
  color: #000;
  margin: 10px 0px 1rem 0px;
  
}

.al-Grevience .form-control{
  border: 1px solid #797777;
}


.al-Grevience .Grevience-container input {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
  /* border-bottom: 0.5px solid #797777; */
  margin-bottom: 5px;
  padding: 8px 10px;
}

.al-Grevience .Grevience-container textarea {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
  /* border-bottom: 0.5px solid #797777; */
  margin-bottom: 5px;
}

.al-Grevience .min-txt textarea{
  max-height: 45px;
}

.al-Grevience .main-txt textarea{
  min-height: 150px;
}


.al-Grevience .btn-viewmore{
  background-color: var(--blue);
  color: #fff;
  padding: 6px 40px;
  display: block!important;
  width: 100%!important;
  transition:  all .2s linear;
}

.al-Grevience .btn-viewmore:hover{
  background-color: var(--org);
  color: #fff;
 
}


.form-group {
  margin-bottom: 1rem;
}



/* ----------- */


/* careers----------- */


.consultation-form .frm-btn{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.career-frm h1{
  margin-bottom: 20px!important;
}


/* ---------- */


/* qr-code-popup---------- */

.pop-qr-code {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%; height: 100vh;
  z-index: 100000 ; top: 0px;
  display: flex;
  align-items: center; justify-content: center;
  visibility: hidden;

}

.pop-qr-code .pop-qr-container{
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.pop-qr-container .popup-remove{
  display: flex; align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  
}

.pop-qr-container .popup-remove:hover i{
  color: var(--org);
  transition: all .1s linear;
}


.pop-qr-container .popup-remove i{
  font-size: 25px;
}

.pop-qr-container h2{
  font-size: 18px;
  color: var(--blue);
  line-height: 1.3;
}
/* ---------- */


/* key-services */
.key-service{
  background-color: var(--org);
  padding: 20px 17%;
  margin-top: 0px;
  background-image: url(../images/key-bg.png);
  background-repeat: repeat;
}

.key-serv .key-padding{
  padding: 0px 20%;
}

/* .key-services .owl-stage{
  padding-bottom: 20px!important;
} */

.key-service .owl-carousel .owl-stage-outer {
  padding-bottom: 10px!important;
}


.key-service .ser-headtitile h1{
  font-size: 25px!important;
  font-family: var(--kanit-rg);
  color: #fff;
  /* margin-bottom: 1rem; */
  margin: 0px;
  letter-spacing: 1px;
}

.key-service .key-services .item-img{
  width: 200px;
  height: 200px;
  overflow: hidden;
  padding: 20px;
  border-radius: 8px;
  /* border: .2px solid var(--blue); */
  background-image: url(../images/key-item-bg.png);
  background-repeat: repeat;
  background-color: var(--blue);
  /* background-image: url(../images/button-bg.png);
  background-repeat: no-repeat; background-size: 100%; */
  /* background-position: center; */
    display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 1;

  clip-path: polygon(
    0 10%,
    10% 0,
    90% 0,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  )
}


.key-service .key-services .item-img::before{
  content: '';
  width: 500px; height: 500px;
  background-color: #ffdb58;
  position: absolute;
  top: -450px; left: -450px;
  z-index: -1;
  border-radius: 50%;
  transition: all .5s linear;
  background-image: url(../images/key-item-bg.png);
  background-repeat: repeat;
}

.key-service .ser-link:hover .item-img::before{
  top: -100px; left: -100px;
  
 }

.key-service .ser-link:hover .item-img{
 border: none;
 /* background-color: var(--blue); */
 transition: all .3s ease;
 transform: translateY(-10px);
 box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 
}


.key-service .item-titile{
  margin-top: 1rem;
}

.key-service .ser-link:hover h1{
  color: #fff;
  transition: all .2s linear;
 }



.key-service .key-services{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* padding: 10px 0px; */
  margin-top: 1rem;
}

.key-service .ser-link{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* .key-service .key-services .item-img img{
  width: 100px;
  height: 100px;

} */

/* .key-service .key-services h1{
  font-size: 16px;
  color: #fff;
  font-family: var(--ath-rg);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
} */

.key-service .key-services h1{
  font-size: 16px;
  color: #fff;
  font-family: var(--ath-rg);
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
}

.key-serv a{
  color: #fff;
  text-decoration: none;
}

.key-service .item:hover~h1{
  color: #fff!important;
}
/* --------------------- */


/* about-sec--------------- */
.al-about{
  padding: 10px 0px;
}

.al-about .ab-container{
     padding: 3rem 5%;
     background-image: url(../images/about-max-bg.png);
      /* background-position: center; */
      background-repeat: repeat;
}

.al-about .left-sec h3{
   font-size: 18px;
   color: #000;
   font-family: var(--ath-bolditalic);
   margin: 0px;
   line-height: 1;
   margin-bottom: 10px;
   text-transform: uppercase;
}

.al-about .left-sec{
  padding-right:3rem;
}

.al-about .right-sec{
  overflow: hidden;
}

/* .al-about .right-sec iframe{
  width: 100%;
} */

.left-sec .ab-btn{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.left-sec .ab-btn a{
  background-color: var(--blue);
  color: #fff;
  font-size: 16px;
  font-family: var(--roboto);
  padding: 3px 20px;border-radius: 6px;
}

.left-sec .ab-btn a:hover{
  background-color: var(--org);
}

.al-about .left-sec h1{
  font-size: 40px;
  color: var(--blue);
  font-family: var(--ath-black);
  line-height: 1.2;
  
}

.al-about .left-sec p{
  font-size: 18px;
  color: #000;
  font-family: var(--ath-md);
}

.al-spec{
  background-color: #F2F2F2;
  padding: 20px 0px;
}
.ab-spec {
  padding: 20px 0px;
}

.ab-spec .ab-left{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.ab-spec .ab-left{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}

.ab-spec .ab-left .ab-spe-box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.ab-spec .ab-left .ab-spe-box .ab-spec-content h1{
  color: #000;
  font-size: 33px;
  font-family: var(--ath-black);
  line-height: 1;
}

.ab-spec .ab-left .spec-border{
  width: 2px; height: 100%;
  background-color: #000;
}

.ab-spec .ab-left .ab-spe-box .ab-spec-content p{
  color: var(--org);
  font-size: 18px;
  font-family: var(--ath-black);
  margin: 0px;
  padding: 0px;
}

.ab-spec .ab-right a{
  display: block;
  background-color: var(--blue);
  padding: 13px 0px;
  font-family: var(--roboto);
  color: #fff;
}

.ab-spec .ab-right a:hover{
  background-color: var(--org);
}
/* --------------------- */

/* advantages-start */
.al-advantages{
  padding: 20px 0% 0px 0px;
}

.al-advantages .adv-head h1{
  font-size: 35px;
  color: var(--blue);
  font-family: var(--ath-eb);
  line-height: 1.1;
  margin-bottom: 1.5rem;
}


.al-advantages .adv-head span{
  font-size: 30px;
  font-family: var(--ath-bolditalic);
  color: var(--org);
 
}

.al-advantages .adv-bg{
  background-color: var(--blue);
  padding: 40px 0px;
}

.al-advantages .advantages .adv-box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px; gap: 1rem;
  border: 1px solid #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all .3s linear;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  max-height: 210px!important;
  /* background-color: #fff; */
}

.al-advantages .advantages{
  margin-bottom: 0rem;
}

.al-advantages .advantages .adv-titile{
  max-height: 58px;
  overflow: hidden;
}

 .al-advantages .advantages .adv-box:hover::after{
  content: "";
  position: absolute;
  /* width: 300px; height: 300px;
  border-radius: 50%; 
  background-color: var(--org); */
  top: -50px; right: -50px;

  z-index: -1;
}

.al-advantages .advantages .adv-box:hover{
  transform: translateY(-5px);
  box-shadow: none;
}

.al-advantages .advantages .adv-box::after{
  content: "";
  position: absolute;
  width: 350px; height: 350px;
  border-radius: 50%; 
  background-color: var(--org);
  top: -300px; right: -300px;
  transition: all .4S linear;
  z-index: -1;
} 

.al-advantages .advantages .adv-box .img{
  width: 100px; height: 100px;
  display: flex; align-items: center;
  justify-content: center;
}

.al-advantages .advantages .adv-box h2{
  font-size: 16px;
  font-family: var(--ath-rg);
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  transition: all .3s ease;
}

.al-advantages .advantages .adv-box:hover h2{
  color: #fff;
}

.al-advantages .adv-box .adv-titile{
  padding: 0px 6%;
}


/* downloads--------- */

.downloads{
  padding: 3rem 5%;
  background-image: url(../images/wave.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.downloads .al-docs .docs-container{
  width: 60px;
  height: 60px;
  /* background-color: var(--org); */
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.downloads .head-titile h1{
  font-size: 30px;
  font-family: var(--kanit-rg);
  margin-bottom: 1rem;
  color: var(--blue);
}

.downloads .al-docs{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 1rem 0px;
}

.docs-link{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.docs-link:hover .docs-container{
  box-shadow: none;
  transform: translateY(5px);
  transition: all .3s linear;
  background-color: var(--blue);
}

.downloads .al-docs h1{
  font-family: var(--roboto);
  font-size: 16px;
  color: #000;
}

.dods-row{
  display: flex;
  align-items: center;
  justify-content: center;
}


/* end-- */




/* events-start-------------- */
.al-events{
  /* margin-top: 1rem; */
  padding: 40px 8%;
  /* background-color: #edf0f5; */
  position: relative;
  overflow: hidden;
  
}

.al-events::before{
 content: "";
 position: absolute;
 top: 0px; left: 0px;
 background-color: #F2F2F2;
 width: 100%; height: 15rem;
 z-index: -1;
  
}

/* .al-events .owl-item{
   width: auto!important; 
} */

.al-events .evnt-head{
  margin-bottom: 10px;
  margin-top: 20px;
}

.al-events h1{
  font-size: 40px;
  color: var(--blue);
  font-family: var(--ath-black);
}

.al-events .event-right{
  overflow: hidden;
}

.al-events .event-right video{
  width: 100%;
  height: 275px;
  object-fit: fill;
}

.al-events .event-right iframe source{
  width: 100%;
  height: 100%;
}

/* .al-events .event-row{
  display: flex;
  align-items: center;
  justify-content: center;
} */


.al-events .testi-wrap img{
  width: 100%;
}

.al-events .testi-wrap{
 padding: 0px 10px 0px 0px;
 position: relative; 
}

.al-events .testi-wrap .item-content{
  background-color: #fff;
  /* position: absolute;
  bottom: 0px; */
  overflow: hidden;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border-radius: 5px;
  padding: 0px 0px 20px 0px;
  transition: all .3s linear;
 }


 .al-events .testi-wrap .item-content:hover{
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  transform: translateY(-8px);
  
 }


 .al-events .testi-wrap .item-content a{
 font-size: 14px;
 font-family: var(--roboto);
 color: #fff;
 background-color: var(--blue);
 padding: 5px 10px;
 border-radius: 3px;
 position: relative;
 transition: all .3s linear;
 }

 .al-events .testi-wrap .item-content a:hover{
  background-color: var(--org);
  }



 .al-events .testi-wrap .item-content h1{
  color: #fff;
  font-size: 25px;
  font-family: var(--ath-blackitalic)!important;
  line-height: 1;
  margin: 5px 0px;
 }

 .al-events .testi-wrap .item-content h2{
  color: #fff;
  font-size: 16px;
  font-family: var(--ath-rg)!important;
  color: var(--org);
  line-height: 1;
 }

 .al-events .testi-wrap .item-content .treats-content{
  padding: 0px 5%;
  position: absolute;
  bottom: 10px;
 }



/* ------------ */


/* ---------------blog----------------- */

.al-blogs{
  padding: 10px 5%;
  margin-bottom: 2rem;
  transform: translateY(0px);
}

.al-blogs .blog-item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-right: 20px;
  
}

.al-blogs .blog-item .item{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding-bottom: 20px;
  margin-top:20px;
}

.blog-img{
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-img img{
  width: 100%;
}

.al-blogs .blog-item h2{
  font-size: 16px!important;
  color: #000!important;
  font-family: var(--roboto);
  line-height: 1;
  margin: 10px 0px;
}
.al-blogs .blog-item h2 a {
  line-height: 1.8;
  font-size: 16px!important;
  color: #000!important;
  font-family: var(--roboto);
}

.al-blogs .news-btn{
  padding: 5px 10px;
  color: #fff;
  background-color: var(--blue);
  font-family: var(--roboto);
}

.al-blogs .news-btn:hover{
  padding: 5px 10px;
  color: #fff;
  background-color: #000;
  font-family: var(--roboto);
}




/* end----------------- */



/* branch network start------------------ */



.network-bg .baranches-banner h3{
   color: #fff;
   font-family: var(--roboto);
   font-size: 25px;
}

.network-bg .baranches-banner span{
  color: #fff;
  font-family: var(--roboto-md);
  font-size: 14px;
}


.al-branche{
  padding: 2rem 7%;
  margin-bottom: 1rem;
}

.al-branche .banches{
  border-radius: 5px;
  padding-right: 30px;
  margin-bottom: 3rem;
}

.al-branche .banches .baranch-content{
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}



.al-branche .banches .baranch-content .branc-icon{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.al-branche .banches .baranch-content .branc-icon i{
  color: #000;
  font-size: 16px;
  transform: translateY(6px);
}
.al-branche .banches .baranch-content .branc-icon p{
  color: #000;
  font-size: 16px;
  font-family: var(--kanit-rg);
  margin: 0px;
}

.al-branche .banches .baranch-content .branc-icon a{
  color: #000;
  font-size: 16px;
  font-family: var(--kanit-rg);
}

.al-branche .banches h1{
  font-size: 19px;
  color: var(--blue);
  font-family: var(--kanit-rg);
  line-height: 1.4;
}



.branch-search {
  padding: 0px 7%;
  /* transform: translateY(-30px); */
}

.branch-search  h2{
 font-size: 18px;
 font-family: var(--roboto);
 color: #444;
 line-height: 1.6;
}

.branch-search  h1{
  font-size: 30px;
  font-family: var(--kanit-rg);
  color: #000;
  line-height: 1;
 }

 .branch-search .content{
  margin-bottom: 1.5rem;
}

.branch-search .search-box{
  padding: 15px 5%;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}

 .branch-search .search-box select{
    width: 100%;
    padding: 10px 10px;
    font-family: var(--roboto);
    font-size: 16px;
    color: #000 !important;
    background: #fff !important;
    border: none;
    /* border-bottom: 1px solid var(--blue); */
 }

 .ser-box .row{
  padding: 0px!important;
  /* --bs-gutter-x: 1.5rem; */


 }

 .branch-search .search-box button{
  width: 100%;
  height: 100%;
  background-color: var(--blue);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: var(--roboto-md);
  letter-spacing: .6px;
  font-size: 16px;
}
/* ------------ */

/* services------------------ */

/* ----- */

/* about-us-page */




.about-page{
  padding: 1rem 6%;
  min-height: 250px;
  background-image: url(../images/ab-baground.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(0px);

}


.about-page p{
  font-size: 16px;
  font-family: var(--roboto);
  color: #000;
}


.rs-contact span {
  font-size: 16px;
  color: var(--blue);
  font-family: var(--kanit-rg);
  text-transform: uppercase;
}

 .mision-vision{
  /* padding: 30px 6%; */
  background-image: url(../images/mivi-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  
  
}

.mi-vi-container {
  overflow: hidden;
}


/* .mi-vi-container img{
  width: 100%; height: 100%;
} */

.mi-vi-container-right{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding: 0rem 20% 0rem 5%;
}

.mi-vi-container-right h1{
  color: #fff;
  font-family: var(--sans-md);
  font-size: 25px;
  line-height: 1.7;
}

.mi-vi-container-right p{
  color: #fff;
  font-family: var(--roboto);
  font-size: 20px!important;
}


.about-page h2{
  font-size: 25PX;
  font-family: var(--sans-md);
  line-height: 1.2;
  margin-bottom: 1.3rem;
  color: var(--blue);
}



.about-page .ab-right{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.about-page .IMG{
  display: flex;
  align-items: center;
  justify-content: center;
}



.key-values{
  padding: 5rem 10%;
  background-image: url(../images/leadership-banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  
}


.key-values h1{
  color: #fff;
  font-size: 20px;
  font-family: var(--roboto);
  
}

.key-values .content{
  margin-top: 2rem;
}


.key-values .content .values{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.key-values .content .values .arrow{
  width: 40px; height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex; align-items: center;
  justify-content: center;
}

.key-values .content .values:hover .arrow i{
  transform: translateX(-10px);
  animation-name: arrow;
  
  animation-duration: 1s;
}



@keyframes arrow {
  from {transform: translateX(-10px);}
  to {transform: translateX(0px)}
}

.key-values .content .values .arrow i{
  font-size: 14px;
}

.key-values .content .values h1{
  line-height: 1;
  color: #fff;
}

.key-values .content .values p{
 font-family: var(--roboto);
  color: #fff;
}



/* .key-values .values-left{
  display: flex;
  align-items: center;
  justify-content: center;
}

.key-values .values-left img{
 width: 100%;
}

.key-values .values-right .values{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.value-head{
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.value-head .rectangle{
  width: 10%; height: 3px;
  background-color: var(--org);
}

.key-values .values-right h2{
  font-size: 18px;
  font-family: var(--roboto);
  margin: 0px;
}


.key-values .values-right{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.key-values .values-right .content{
  margin-bottom: 10px;
}

.key-values .values-right .values h1{
  font-size: 18px;
  font-family: var(--roboto);
  color: var(--blue);
  line-height: 1.3;
}

.key-values .values-right .values p{
  font-size: 14px;
  font-family: var(--roboto);
} */


/* --------- */


/* image-gallary */
.al-gallery{
  padding: 0px 5%;
  position: relative;
  /* transform: translateY(-30px); */
}
.al-gallery h2{
  font-size: 16px;
  font-family: var(--roboto);
  line-height: 1.3;
}

.al-gallery h1{
  font-size: 25px;
  font-family: var(--sans-md);
  line-height: 1.4;
}

.media-nav{
  margin:1.5rem 0px 5rem 0px;
  padding: 0px 10%;
  cursor: pointer;
}



.media-nav .nav-content{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  border-bottom: 1px solid #cccccc;
}

.media-nav .nav-content .visit{
  border-bottom: 3px solid var(--blue);
  
}

.media-nav .nav-content .nav-item{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 20px 0px;
  transition: all .3s linear;
}

.media-nav .nav-content .nav-item:hover h1{
  color: var(--blue) ;
}

.media-nav .nav-content .nav-item h1{
  font-size: 14px;
  font-family: var(--roboto);
  margin-bottom: 0px;
}

.al-gallery .gallery-item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding-bottom: 10px;
  overflow: hidden;
}


.al-gallery .gallery-item img {
 width: 100%;
}

.al-gallery .gallery-item .image {
  position: relative;
 }

 .al-gallery .gallery-item .image::before {
  background-image: url(../images/viewmore.png);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  width: 100%; height: 100%;
  background-color: rgb(20, 127,195,0.8);
  position: absolute;
  top: -300px;left: 0px;
 }

 .gallery-item a:hover .image::before{
     top: 0px; transition: all .3s ease;
     z-index: 1000;
 }

 .gallery-item a:hover .image img{
   transform: scale(110%);
   transition: all .3s ease;
   z-index: 999;
}


.al-gallery .gicon-box{
  padding-right: 30px;
}



.gallery-alighnment{
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-alighnment button{
    border: transparent!important;
    background-color: transparent!important;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    padding: 0px!important;
}

.video-box .gallery-item{
  padding: 0px!important;
}



.gallery-text h4 {
  color: #000!important;
  font-size: 16px;
  font-family: var(--sans-rg);
  margin-top: 10px;
  line-height: 1.8;
}

.al-gallery .gallery-item .image{
   width: 100%;
   /* height: 300px; */
   max-height: 300px;
   overflow: hidden;
}

.al-gallery .gallery-item .video-btn{
  width: 100%;
   height: 300px!important;
  /* max-height: 200px; */
  overflow: hidden;
}

.al-gallery .gallery-item .video-btn iframe{
  width: 100%;
  height: 100%;
  z-index: -1;
}

.al-gallery .gallery-item button{
  width: 100%;
  height: 100%;
  z-index: 1;
}


/* .gicon-box{
  display: none;
} */
/* -------------- */


.select-box{
  padding: 10px 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}

.select{
  position: relative;
}

.select .select-box p{
  color: #333;
  font-family: var(--roboto);
  font-size: 16px;
  line-height: 1;
  margin: 0px;
  transform: translateY(5px);
  
}

.select .options{
  position: absolute;
  bottom: -165px; left: -60px;
  /* display: none; */
  background-color: #fff;
  width: 100%;
  padding: 10px 0px;
  /* border: 1px solid #000; */
  /* padding: 10px 5%; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 6px;
  display: none;
   z-index: 10000;
}

.select .options .opts p{
  padding: 0px 0px!important;
  color: #000;
  margin-bottom: 0px!important;
  font-family: var(--roboto);
  font-size: 16px;
}
.select .options .opts a{
 text-decoration: none;
}
.select .options .opts{
  padding: 5px 5%;
  /* background-color: #000; */
}

.opts:hover{
  background-color: #add8e6;
}






/* contact-page-start */
/* consultation-section-start */


.consultation-bg a{
  color: #000;
  font-family: var(--roboto);
}

.consultation-bg a:hover{
  color: var(--blue)!important;
}
.consultation-bg span:hover{
  color: var(--blue)!important;
}

.consultation-bg span{
  color: #000;
  font-family: var(--roboto-md);
  font-size: 14px;
}

.rs-contact h3{
  color: #000!important;
  font-family: var(--roboto);
}

.grey-baground{
  background-color: #fbfcfa;
  height: 13rem;
  margin-top: -30px;
}
.wel-image {
  height:50px;
  width:50px;
}

/* .rs-contact .cont-container{
  padding: 0px 5%;
} */

.request-form{
  margin-top: -10rem;
  margin-bottom: 5rem;
}

.request-form .ft-item{
 display: flex;
 align-items: center;
 justify-content: flex-start;
 gap: 10px;
}

.request-form .ft-item i{
  color: #ffff;
  font-size: 17px;
 }

 .request-form .ft-item p{
  color: #ffff;
 }

 .canvas-contact .ft-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 23px;
  margin: .5rem 0px;

 }

 .canvas-contact .ft-item i{
  color: #ffff;
  font-size: 20px;
 }

.request-form .form-control{
  display: block;
  width: 100%;
  padding: 10px 10px!important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: var(--roboto);
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:0px!important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.request-form .wel-container{
  padding:10px 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onli-btn a{
  background-color: #322d9c;
  color: #ffff!important;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  transition: all .3s linear;
}

.onli-btn a:hover{
  background-color: #000;
  color: #ffff!important;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 2px;
  transition: all .3s linear;
}

.al-time{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.al-time p{
 color: #000;
 padding: 0px!important;
 margin: 0px!important;
 line-height: 0px!important;
 font-size: 14px!important;
 /* transform: translateY(10px); */
}

.onli-btn{
  display: block;
  margin-top: 35px;
  padding-left: 10px;

}

/* .onli-btn{
  margin-bottom: 2rem;
} */
/* .al-req-form{
  width: 40%;
} */
.request-form label{
  color:#000;
}
.request-form .radio{
  display:flex;
  justify-content:flex-start;
  align-items:center;
  margin-bottom: 10px;

}

.request-form .radio .form-control{
  border:none;
  
}

.request-form p{
  color: #000;
}

.form-heading{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  
}

.grev-frm .top-desc {
  text-align: left;
}

.grev-frm .top-desc p{
  font-size: 16px!important;
  color: #333!important;
  font-family: var(--roboto)!important;
}

.form-heading h1{
  color:var(--blue);
  font-size: 25px;
  font-family: var(--roboto);
  line-height: 10px;
  margin-bottom: 30px;
}

.request-form .btn{
    background-color: var(--blue);
    color: #fff;
    font-size: 14px;
    padding: 6px 25px;
    border-radius: 0px;
    font-family: var(--roboto);
}

.con-container{
  /* background-color: #322d9c; */
  padding: 50px 40px;
  /* background-image: url(../images/onlineleft.jpg); */
  /* background-repeat: no-repeat; */
  background-color: var(--blue);
}




.offline-btn{
  border: 1px solid #ffff;
  padding: 10px 0px ;
  display: block;
  color: #ffff;
  transition: all .3s linear;
  /* display: block; */
  margin-top: .5rem;
}

.offline-btn:hover{
  border: 1px solid #ffff;
  background-color: #ffff;
  color: #000;
}

.con-container .content{
  text-align: left;
}


.al-con-addr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 1.3rem;
}

.con-container .al-addr{
  display: flex;
  align-items: flex-start!important;
}

.al-con-addr i{
  color: #fff!important;
}

.con-container .al-addr i{
  color: #fff;
  font-size: 18px;
  margin-top: 6px;
}

.con-container  span{
  color: #fff;
  font-size: 16px!important;
  font-family: var(--roboto);
}

.con-container .al-addr p{
  color: #fff;
  font-size: 16px!important;
  font-family: var(--roboto);
}

.request-form .al-phone{
  margin-top: 1.4rem;
}

.al-con-addr h4{
  color: #ffff;
  font-size: 14px;
  font-family: var(--roboto);
}

.con-container .content h3{
  color: #ffff;
  font-size: 22px;
  margin-bottom: 0px!important;
  font-family: var(--roboto);
  
  
}

.online-desc p{
   color: #000;
}


		


.al-req-form{
  padding: 48px 48px 5px 48px;
  background-color: #ffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.consultation-form{
  padding: 0px 0 0 6%;
}
/* --------------------- */


/* ************************************
---------------- Grevience -----------------
******************************* */

.grev-frm .frm-fld{
  text-align: left;
}

.grev-frm .frm-chk{
  text-align: left;
  margin: 10px 0px;
}

.grev-frm .frm-chk p{
  font-family: var(--roboto);
  font-size: 16px; color: #333;
  margin: 10px 0px 10px 0px!important;
}

.grev-frm .frm-fld input,.frm-fld textarea,.frm-fld select{
 width: 100%;
 margin: 10px 0px;
 padding: 8px 15px;
 font-size: 16px;
 color: #444!important;
 border: 1px solid #cccccc;
}

.grev-frm .frm-fld textarea{
  min-height: 150px;
  
 }
 .grev-frm .mn-btn{
  text-align: left;
 }
 .grev-frm .mn-btn .consultant{
  padding: 8px 20px;
  background-color: var(--blue);
  border: none;
  font-family: var(--roboto);
  color: #fff;
  font-size: 16px;
 }

 .grev-frm .mn-btn .consultant:hover{
  background-color: #000;
  transition: all .2s linear;
 }

 .al-contact-form2 #check{
  width: 13px; /* Optional - adjust the width */
  height: 13px; /* Optional - adjust the height */
  transform: scale(1.5); /* Scale the checkbox (1.5 times larger) */
 margin: 10px 5px;
 }

 .grev-frm #form-messages{
  font-size: 16px; font-family: var(--roboto);
  text-align: left;
 }

 .grev-frm .error p{
  color: red!important;
 }

 .grev-frm .success p{
  color: green!important;
 }

/* about-page-start */



.light-gray{
  background-color: #fbfcfa;
}

/* -------------- */

/* news-start */

.news-cotainer .title a{
  color: #000;
  font-size: 20px;
  font-family: var(--roboto);
  line-height: 30px;
}

.news-cotainer .title {
  margin-bottom: 1rem;
}

.news-cotainer .discover{
  color: #fff;
  font-family: var(--roboto);
  background-color: var(--blue);
  padding: 8px 15px;
  transition: all .3s linear;
}

.news-cotainer .discover:hover{
  color: #fff;
  background-color: var(--red);
  padding: 8px 15px; 
}

.news-titile{
  font-size: 16px!important;
  color: var(--blue);
  margin-top: .5rem;
  font-family: var(--roboto);
}

.news-titile a{
  display: inline-block;
  font-size: 18px!important;
  line-height: 28px!important;
  color: var(--blue);
  font-family: var(--roboto);
}

/* ---------------- */

/* blogs-------------- */
.rs-blog{
  padding: 30px 6%;
}

.rs-blog .image-part{
  display: flex;
  align-items: center;
  justify-content: center;
}

.rs-inner-blog h3{
  font-size: 18px;
  font-family: var(--roboto);
}

.rs-inner-blog p{
  font-size: 16px;
  font-family: var(--roboto);
}

.rs-inner-blog a{
  font-size: 16px;
  font-family: var(--roboto);
}
/* ----------- */


.page-topbar a{
  margin-right:10px;
  
}

.page-topbar .text-container{
 color:#fff;
}



.page-topbar .hometop-titil{
  margin-left:10px;
  display:inline-block;
  
}

.page-topbar .home-top{
  color:#fff;
  font-weight:bold;
}

.page-topbar .home-top:hover{
  color:#000000;
}

.page-topbar .inner-page{
  color:#000000;
}
.page-topbar .inner-page:hover{
  color:var(--org);
}





.topbar{
  display: flex;
  align-items: center;
}

.top_mimage { display:none; }



.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color:#cc0001;
  overflow-x:hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a h5{
    color:#ffffff;
    font-size: 20px;
  }

.sidenav a {
  padding: 8px 8px 2px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}



.sidenav a:hover {
  color: #330033;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-right: 20px;
}

#main {
  transition: margin-right .5s;
  padding: 16px;
}




.sl-button .btn{
  font-size: 20px;
  background:none;
  color: #000000;
  padding: 7px;
  border: 1px solid black;
  border-radius: 5px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: all .5s linear;
} 
.sl-button .btn:hover{
 background-color: #000000;
 color: #ffffff;
} 





/* index-contact-start */
.al-contact{
  margin-bottom: 4rem;
}
.al-contact img{
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: 0.4s; 
}

/* .awesome-img img {
  transform: scale(1.1);
  transition: 0.4s; 
} */

.al-contact .inr-container{
  position: relative;
  height: 300px;
}

.al-contact .inr-container:hover img{
  transform: scale(98%);
  
}

.al-contact .inr-container .cont-content{
  position: absolute;
  top: 20%;
}

.al-contact .inr-container .cont-content a{
  padding: 10px 20px;
  background-color:#ec6365;
  border-radius: 4px;
  font-size: 16px;
  color: #ffff;
}

.al-contact .inr-container .cont-content h1{
  font-size: 25px;
  color: #bc3b59;
}
/* index-contact-end */



.ser-content{
  text-align: center;
}

.ar-content .ser-box h1{
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 29px;
}

.ar-content a:hover{
  transform: translateY(15px);
  transition: all .5s linear;
}

.mr-vision{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgb(89, 87, 87);
  padding: 15px 10px;
  border-radius: 6px;
}

/* end */


/* news-section-start */
.rs-main{
  padding: 0px 7%;
  margin-top: 5rem;
  margin-bottom: 8rem;
}

.rs-news{
  margin-top: 2rem;
  margin-bottom: 1.2rem;
}
.rs-news h1{
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.news-head{
  position: relative;
}

.news-head::before{
   content: '';
   position: absolute;
   bottom: 0px;
   width: 4rem;
   height: 3px;
   background-color: red;
}

 .rs-news .row{
  display: flex;
  align-items:flex-start;
  justify-content: center;
 }

 .rs-news .row .blog-items{
  background-color: #ffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 15px;
 }
 .rs-news .row .blog-items IMG{
 width: 100%;
 height: 300px;
 }
 .rs-news .row .blog-items:hover{
  transform: translateY(15px) ;
  transition: all .5s linear;
 }
 .blog-desc{
  margin-top: 1rem;
}
.blog-desc .news-title a{
  font-size: 16px;
  color: #000000;
}

/* news-section-end */


/* alumni-start */


.al-alumni .alumni-head h1{
  font-family: var(--ibm-semi-bold);
  font-size: 28px;
  margin: 1.5rem 0px;

}

.boar-bg h3{
  color: #fff;
  font-family: var(--roboto);
}

.boar-bg span{
  color: #fff;
  font-family: var(--roboto);
}



.al-alumni{
  background-image: url(../images/wave.png);
  background-size: 100%;
  background-repeat: repeat-y;
  /* transform: translateY(-30px); */
}
.bord-main{
  display: flex;
  align-items: center;
  justify-content: center;
}
.al-alumni .item{
  display: flex;
  /* align-items: center; */
  justify-content: center;
  text-decoration: none;
  box-sizing: border-box;
  gap: 0px;
  padding: 20px;
  margin-top: 2rem;
}

.al-alumni .item a{
  text-decoration: none;
 
}

.al-alumni .item h2{
  font-size: 16px;
  font-family: var(--roboto);
  margin-top: 15px;
  margin-bottom: 5px;
  line-height: 22px;
  color: #000!important;
  line-height: 1;
 
}

.alumni-pge .dir-text{
  margin:0rem 0px 0rem 0px;
}

.alumni-pge .dir-text h1{
  font-size: 28px;
  color: #000;
  font-family: var(--roboto);
  line-height: 1.1;
  /* text-transform: capitalize; */
}

.alumni-pge .dir-text h2{
  font-size: 2rem;
  color: #000;
  font-family: var(--roboto);
  line-height: 1.5;
}

.alumni-pge .dir-text p{
  font-size: 16px;
  color: #000;
  font-family: var(--roboto);
}

.al-alumni .item p{
  font-size: 14px;
  font-family: var(--roboto);
  color: #222;
 
  /* margin-top: 15px; */
}


.brd-txtarea{
 padding: 10px;
}

.brd-txtarea h2{
  font-size: 18px!important;
  margin: 5px 0px!important;
}

.brd-txtarea h5{
  font-family: var(--roboto);
  font-size: 15px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 2px!important;
}

.brd-txtarea .posi{
  font-size: 16px!important;
  font-family: var(--roboto)!important;
  line-height: 1.3;
}

.brd-txtarea .dpt{
  font-size: 14px!important;
  font-family: var(--roboto)!important;
  line-height: 1.3;
  margin-top: 2px;
}


.package-mbtn{
  display: flex;
  align-items: center;
  justify-content: center;
 
}

.package-mbtn a{
    color: #ffff!important;
    text-transform: none;
    padding: 6px 15px;
    background-color: var(--color5);
    position: relative;
    z-index: 1;
    transition: all .2s linear;
    font-size: 16px;
}

.package-mbtn a:hover{
  color: #fff!important;
  text-transform: none;
  background-color: #000;
  transition: all .2s linear;
}

.package-mbtn i{
  z-index: 1;
  color: #ffff;
  transition: all .2s linear;
  margin-left: 4px;
}

.package-mbtn a:hover i{
  color: #fff!important;
  text-transform: none;
  background-color: #000;
  transition: all .2s linear;
  transform:rotate(-180deg);
}

.al-alumni .item{
  margin-bottom: 20px;
} 

.alumni-pge{
  padding: 0px 5%;
}
.alumni-pge .al-items h2{
  font-size: 18px;
  font-family: var(--ibm-semi-bold);
  margin-top: 15px;
  line-height: 10px;
  color: var(--color3);
}

/* .alumni-pge .alumni-txt{
  background-color: var(--blue);
} */

.alumni-pge .serv-icon img{
 width: 100%; height: 100%;
 object-fit: cover; object-position: center;
}

.alumni-pge .serv-icon .img{
  width: 200px; height: 200px;
  border-radius: 50%; overflow: hidden;
 }

.alumni-pge .al-items p{
  font-size: 16px;
  font-family: var(--ibm-regular);
  color: #222;
}

.al-alumni .serv-icon{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.al-alumni .item:hover{
  transform: translateY(-5px);
  transition: all .3s linear;
 
}

.dir-profile{
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  /* background-size: contain; */
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, .6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 6%;
  /* display: none; */
}

.bord-main button{
  border: transparent!important;
  background-color: transparent!important;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  padding: 0px!important;
}

.dir-profile .profile-content{
  background-color: #ffff;
  padding: 30px 5%;
  border-radius: 5px;
  position: relative;
}

.dir-profile .profile-content .dir-close{
 position: absolute;
 right: 0px; top: -60px;
 transition: all .4s ease;
 cursor: pointer;
}



.dir-profile .profile-content .dir-close i{
  font-size: 20px;
 }

 .dir-profile .profile-content .dir-close .dir-icon:hover i{
  background-color: var(--blue);
  transition: all .3s liner;
  color: #fff;
  
 }

 .dir-profile .profile-content .dir-close .dir-icon:hover{
  background-color: var(--blue);
  transition: all .3s liner;

 }

.dir-profile .profile-content .dir-close .dir-icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
 }

.dir-profile .profile-content h1{
  font-size: 30px;
  color: #000;
  font-family: var(--sans-md);
  text-transform: uppercase;
}

.dir-profile .profile-content p{
  font-size: 16px;
  color: #000;
  font-family: var(--sans-rg);
}



/* ----------- */



 .item-cont-new{
  overflow: hidden!important;
  position: relative!important;
 }
 
 /* footer-start */

.al-footer{
  padding: 10px 4%;
  background-color: #CCCCCC;
}

 .foot-logo{
  padding: 30px 8%;
  margin-bottom: 0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  /* background-size: cover; */
  
}

.foot-logo::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%; left: 0px;
  bottom: -100px;
  background-image: url(../images/ft-bg.png);
  z-index: -1;

  /* background-size: cover; */
  
}



 .ft-pay{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 100px;
  flex-direction: column;
}

.ft-pay img{
 cursor: pointer;
}

.ft-pay img:hover{
  transform: translateY(-2px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all .2s linear;
}

.ft-pay p{
 font-family: var(--roboto);
 font-size: 16px;
 margin: 0px; padding: 0px;
 color: var(--blue);
}

 .ft-pay a{
  background-color: var(--org);
  padding: 8px 15px;
  color: #686868;
  font-size: 14px;
  font-family: var(--roboto);
  border-radius: 3px;
}

.al-footer .lg-txt p{
  margin-top: 10px;
  font-family: var(--ath-rg);
  color: #686868;
  font-size: 14px;
}

.al-footer .ft-social{
  padding-left: 100px;
}



.al-footer .ann-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.al-footer .annvision-link{
  color: #CCCCCC!important;
}

.al-footer .annvision-link a{
  color: #CCCCCC!important;
}

.al-footer .ann-text{
  margin: 0px;
}

.al-footer a{
  font-size: 15px!important;
  color: #686868;
  font-family: var(--ath-rg);
}

.al-footer a:hover{
  color: var(--blue);
}

.al-footer li{
  list-style-type: none;
}

.al-footer .addr-txt li{
  margin-bottom: 5px;
} 

.al-footer .ann-text p{
  color: #686868;
  font-family: var(--ath-rg);
  font-size: 13px;
  margin-bottom: 0px;
}

.al-footer .ann-text a{
  color: #686868;
}

.al-footer .ann-text a:hover{
  color: var(--org);
}

.al-footer .rs-social{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.al-footer .rs-social span{
 background-color: #fff;
 /* width: 35px; height: 35px; */
 display: flex; align-items: center;
 justify-content: center; border-radius: 3px;
 color: #000!important;
}

.al-footer .rs-social span:hover{
  background-color: var(--blue);
  transition: all .3s linear;
  color: #ffff!important;
  
 }
 
.foot-addr{
 display: flex;
 align-items: flex-start;
 justify-content: flex-start;
 flex-direction: column;
 
}

.addr-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.addr-head h1{
  color: #000;
  font-size: 16px;
  font-family: var(--ath-rg);
}

.foot-addr .al-addr i{
  color: #686868;
  font-size: 20px;
  transform: translateY(3px);
  
}

.foot-addr .al-addr{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.foot-addr .al-addr .addr-txt p{
  color: #686868;
  font-size: 14px;
  font-family: var(--ath-rg);
}

.foot-addr .al-addr .addr-txt{
  margin-bottom: 10px;
}

.footer-container{
  border-bottom: 1px solid #666;
  padding: 30px 0px;
}
/* footer-end */


/* popup-start */


.contact-pop{
  position: fixed;
  right:-42px;
  top: 16rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  transform: rotate(-90deg);
  margin: 0px!important;
  padding: 0px!important;
  z-index: 100000;
}

.contact-pop .pop-button{
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 10px 15px!important;
  border-radius: 5px;
  display: inline-block;
  z-index: 100000;
  transition: all .2s linear;
  font-family: 'IBM Plex Sans', sans-serif!important;
  text-transform: uppercase;
  background-color: #330033!important;
  color: #ffff!important;
}

.indx-contact{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 0%;
}

.indx-contact .indx-box{
  width: 36rem;
  background-color: #ffff;
  position: fixed;
  top: 5rem;
  z-index: 100000;
  padding: 2rem 3%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 5px;
  display: none;
}

.indx-contact .indx-box label{
  font-size: 14px;
  text-transform: capitalize;
}

.indx-contact .form-group textarea{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-bottom: .5px solid #797777;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.indx-contact .indx-box input{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 1px;
  border-bottom: .5px solid #797777;
  margin-bottom: 1rem;
}

.indx-contact .form-control{
  border: none;
}

.indx-box .form-btn{
  font-family: 'IBM Plex Sans', sans-serif!important;
  font-weight: 100px!important;
  padding: 10px 20px!important;
  background-color: #330033;
  color: #ffff;
  margin-top: .6rem;
}

.indx-box .icon-box{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.indx-box .icon-box i{
  color: #0e3481;
}

.indx-box .form-txt h1{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #eeeef1;
  color: #000;
  padding: 2px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: .7rem;
  
}

.indx-box .form-txt .succsess{
  color: green;
  
}

.indx-box .form-txt .error{
  color: red;
  
}

.indx-contact input:focus, textarea:focus, select:focus{
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.indx-box .form-txt h2{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.for-titile{
  position: relative;
  display: block;
  padding-bottom: .5px;
  margin-bottom: 1rem;
}

.for-titile::before{
  position: absolute;
  content: '';
  width: 3rem;
  height: 1px;
  background-color: #000;
  bottom: 0px;
}




/* baground-img */

.banner{
  padding: 0px 5%;
  display: flex;
  align-items: center; justify-content: flex-start;
  transform: translateY(0px);
   height: 530px;
  background-size: 100%!important;
  background-repeat: no-repeat; 
  /* background-position: center; */
  /* height: 400px;  */
  /* background-position: center;  */
  /* background-repeat: no-repeat; 
  background-size: cover;  */
}

.banner h3{
  font-size: 35px!important;
}

.ab-bg {
  background-image: url(../images/about-bg.jpg);
  
}

.md-bg {
  background-image: url(../images/media-image.jpg);
  
}

.boar-bg{
  background-image: url(../images/board-bg.jpg);
  
}

.service-bg{
  background-image: url(../images/service-bg.jpg);
  
}

.gold-bg{
  background-image: url(../images/g-sub-bg-top.jpg);
  
}

.career{
  background-image: url(../images/we-are-hiring.jpg);
  
}

.consultation-bg {
  background-image: url(../images/banner.jpg)!important;
}

.contact-banner {
  background-image: url(../images/con-bg.jpg)!important;
}

.blog-bg{
  background-image: url(../images/blog.jpg)!important;
}

.network-bg{
  background-image: url(../images/network.jpg);
}
/* --------------- */


/* services-start */
.enq-form{
  padding: 20px 10%;
  background-image: url(../images/bg-enq.png);
  background-size: 100%; background-repeat: no-repeat;
  transform: translateY(-40px);
}

.enq-form .enq-container{
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
  /* background-color: #ffff; */
  /* border: 1px solid; */
  border: .5px solid #000;
}

.enq-left img{
  width: 100%;
}

.enq-right{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 5% 50px 3%;
}

.enq-right input{
  padding: 10px 10px;
  /* margin-bottom: 2rem; */
  
}

.enq-right textarea{
  padding: 10px 10px;
  
}

/*.enq-right select{*/
/*  padding: 10px 10px;*/
/*  margin-bottom: 10px;*/
/*  color: #212529;*/
 
/*}*/


.enq-form  .enq-right select{

    background: url(../images/down-arrow.png)no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding: 10px 10px!important;
    margin-bottom: 10px;
    color: #333;
  
}

.enq-right label{
  margin-bottom: 5px;
}

.enq-right .button{
 display: flex;
 align-items: center;
 justify-content: flex-end;
}

.enq-right .button .btn-viewmore{
  background-color: var(--blue);
  color: #fff; padding: 6px 30px!important;
 }




.enq-form h1{
 font-size: 25px;
 margin-bottom: 2rem;
 font-family: var(--sans-rg);
 letter-spacing: .5px;
 text-transform: uppercase;
}
/* end */


/* @media(max-width:1280px){
  .key-service .ser-headtitile h1{
    margin-top: 30px!important;
  }
} */


/* blogs------------------ */
.rs-inner-blog .back i{
  font-size: 30px;
  color: #000;
}

.rs-inner-blog .back a:hover i{
  font-size: 30px;
  color: var(--blue);
  transition: all .3s linear;
}

.rs-inner-blog .back{
  margin-bottom: 2rem;
}

.al-blogs .blog-content{
  padding: 10px 5%!important;
}
/* --------- */


/* ****************
======= Career ==========
**************** */

.auto-container{
  max-width: 1300px;
  margin: 0 auto;
}

.al-career{
 padding: 2rem 5% ;
 background-image: url(../images/key-item-bg.png);
 background-repeat: repeat;
 /* background-size: cover; */
}
/* 
.al-career .hd-title h1{
   font-size: 25px;
   font-family: var(--ath-eb);
   line-height: 1.5;
   margin-bottom: 12px;
} */

.al-career .hd-title h2{
  display: inline-block;
  font-family: var(--ath-rg);
  color: #000;
  font-size: 25px;
  line-height: 1.4;
  /* text-transform: ; */
}


.al-career .al-jobs-container{
  margin: 0rem 0px;
  /* border-left: 3px solid var(--blue); */
  

}


.al-jobs{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-left: 0px!important;
  padding: 30px;
  margin: 15px 0px;
  border-width: 2px;
  border-style: solid;
  border-image: linear-gradient(to bottom, var(--blue), rgba(0, 0, 0, 0)) 1 100%;
  background-color: #fff;
  position: relative;
}

.al-jobs::before{
  content: '';
  position: absolute;
  left: 0px; top: 0px;
  width: 4px; height: 100%;
  background-color: var(--blue);
}

.al-jobs .mn-tittle h1{
   font-size: 22px;
   font-family: var(--ath-md);
   line-height: 1;
   text-transform: uppercase;
   margin-bottom: 10px;
   color: var(--blue);
   line-height: 1.2;
}

.al-jobs .mn-tittle .location{
  display: flex; align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 10px 0px 8px 0px;
}

.al-jobs .mn-tittle .location i,p{
  font-size: 15px;
  /* font-family: var(--roboto); */
  color: #444;
  margin: 0px;
  padding: 0px;
  line-height: 1;
}

.al-jobs .mn-tittle .location i{
 transform: translateY(3px);
}

.al-jobs .mn-tittle .location p{
  line-height: 1.3;
}

.al-jobs .job-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.al-jobs .dats h3{
  font-size: 18px;
  font-family: var(--ath-eb);
  line-height: 1;
  color: #555;
  margin-top: 0rem!important;
}

.al-jobs .dats h6{
  font-size: 16px;
  font-family: var(--ath-rg);
  line-height: 1;
}

.al-jobs .applay-btn{
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.applay-btn .app-btn {
  padding: 12px 15px;
  cursor: pointer;
  border: 1px solid #fff;
  position: relative;
  border-radius: 4px;
  /* z-index: 0; */
  display: inline-block!important;
  overflow: hidden;
  transition: all .2s linear;
}

.app-btn p{
  position: relative;
  z-index: 1;
}

.app-btn p{
  font-size: 16px;
  font-family: var(--roboto);
  color: #fff;
}

.applay-btn .app-btn::before {
  content: '';
  position: absolute;
  top: 0px; left: 0px;
  width: 50%; height: 100%;
  background-color: var(--blue);
  z-index: 0;
  transition: all .3s linear;
}

.applay-btn .app-btn::after{
  content: '';
  position: absolute;
  top: 0px; right: 0px;
  width: 50%; height: 100%;
  background-color: var(--blue);
  z-index: 0;
  transition: all .3s linear;
}

.applay-btn .app-btn:hover{
 border: 1px solid var(--blue);
}

.applay-btn .app-btn:hover p{
  color: var(--blue);
}

.applay-btn .app-btn:hover::before{
  left: -60px;
}

.applay-btn .app-btn:hover::after{
  right: -60px;
}

.al-jobs .careerpost-publish{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
}

.al-jobs .careerpost-publish i{
  font-size: 18px;
  color: #222;
}

.al-jobs .careerpost-publish h4{
  font-family: var(--ath-eb);
  color: #222;
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 1;
}



.job-desc{
  margin-top: 1rem;
}

.job-desc p{
  font-size: 16px;
  color: #444;
  line-height: 1.4;
}

.job-desc .desc {
  max-height: 90px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}

.job-desc .desc::after{
  content: '';
  width: 100%;
  height: 80px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: 0px; left: 0px;
  /* opacity: .9;
  filter: blur(2px); */
  /* -webkit-filter: blur(2px); */
  z-index: 0;
}

.show-jdesc .desc{
  max-height: none!important;
  transition: all .2s linear;
}

.job-desc .jb-btn{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.job-desc .read-btn{
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
  z-index: 1;
  background-color: #ececee;
  border-radius: 20px;
  padding: 4px 15px;
}

.job-desc .read-btn:hover{
  background-color: #d2d2d3;
  transition: all .2s linear;
}

.job-desc .read-btn i{
  font-size: 14px;
  color: #333;
  rotate: 180deg;
}

.show-jdesc .read-btn i{
  rotate: 0deg!important;
  transition: all .2s linear;
}

.show-jdesc .desc::after{
  display: none!important;
}

.job-desc .read-btn .vew-btn {
  cursor: pointer;
  color: #333;
  font-size: 16px;
}

.job-desc .read-btn:hover .vew-btn {
  /* color: #0e3481; */
  transition: all .2s linear;
}

.job-desc .read-btn:hover i{
  /* color: #0e3481; */
  transition: all .2s linear;
}


/* form------------ */

/* tumb ----------------------------- */

/* Styling for WebKit-based browsers (Chrome, Safari, Edge) */
.career-frm-container::-webkit-scrollbar {
  width: 10px; /* Width of the scrollbar */
}

.career-frm-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5); /* Darker thumb */
  border-radius: 10px; /* Rounded scrollbar */
  border: 2px solid rgba(255, 255, 255, 0.5); /* A little padding around the thumb */
}

.career-frm-container::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1); /* Lighter background for the scrollbar track */
}

/* Styling for Firefox */
.career-frm-container {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0.1);
}

/* For a better thumb design in Firefox */
.career-frm-container::-moz-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}


/* ------------------ */



.career-frm-container {
  display: none;
  /* position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  overflow-y: auto; */
  
} 



.show-frm{
  display: block!important;
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  overflow-y: auto;
}

.career-frm-container .jb-title-container{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.career-frm-container .jb-title-container h1{
  font-size: 18px; color: #000;
  font-family: var(--sans-sm-bd);
  margin-bottom: 0px!important;
  line-height: 1;
  font-weight: normal;
}

/* .career-frm-container .jb-hed-bg{
  display: inline-block;
  background-color: var(--blue);
  padding: 10px 30px 10px 10px;
} */



.career-frm-container .inner-container{
  position: relative;
  padding: 40px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-frm-container .career-frm{
  background-color: #fff; padding: 30px;
  min-width: 600px;
  max-width: 600px;
  position: relative;
}

.career-frm-container .career-frm .title h1{
  font-size: 28px;
  margin-bottom: 0px!important;
  line-height: 1.4;
  font-family: var(--sans-sm-bd);
  color: #000;
  font-weight: normal;
}


.career-frm-container .career-frm .title{
  margin-bottom: .6rem;
}

.career-frm-container .career-frm .title .response_msg{
  font-size: 16px!important; font-family: var(--roboto);
  margin: 5px 0px 0px 0px!important;
}


.career-frm-container .frm-controll{
  margin: 6px 0px;
}

.career-frm-container .frm-con3{
  margin: 0px!important;
}


.career-frm-container .frm-con2{
  margin: 0px!important;
}

.career-frm-container .frm-con4{
  margin-top: 0px!important;
}

.career-frm-container .frm-controll label{
  color: #333; font-size: 16px!important;
  font-size: var(--roboto); margin-bottom: 4px;
}
.career-frm-container .frm-controll input{
  width: 100%;
  border: 1px solid #888!important;
  padding: 3px 10px;
}

.career-frm-container  .inp-btn{
  margin: 1rem 0px 10px 0px;
}


.career-frm-container  .inp-btn #csubmit{
  padding: 6px 15px; background-color: var(--blue);
  color: #fff; font-size: 15px;
  font-family: var(--roboto);
  border: none;

}

.career-frm-container  .inp-btn #csubmit:hover{
  background-color: #082661;
  transition: all .2s linear;
}


.career-frm-container .fld-error{
  font-size: 14px; color: red;
  margin: 8px 0px 0px 0px!important;
}


.crm-close {
  position: absolute;
  top: 0px; right: 0px;
}


.crm-close .cfrm-closeicon{
  background-color: var(--blue);
  padding: 10px 15px;
  cursor: pointer;
}

.crm-close .cfrm-closeicon i{
  color: #fff; font-size: 16px;
}


 @media(max-width:991px){

  .al-blogs{
    transform: translateY(0px);
  }
  .dot-content{
    display: block!important;
  }
  .sl-title{
    font-size: 35px!important;
    margin-bottom: 0px!important;
  }

  .enq-form .enq-container {
   border: none;
}


.enq-right input{
  width: 100%;
  
}

.enq-right textarea{
  width: 100%;
  
}

.enq-right select{
  width: 100%;
 
}

.enq-right .button{
  margin-top: 10px;
 }

 .enq-right .button {
  display: block;
}

  
.rs-slider.rs-slider-style4.slider3 .content-part .slider-bottom .readon {
  font-size: 15px;
  padding: 1px!important;
}

.rs-slider .content-part .sl-container {
  padding: 0px 10% 0px 5%;
  /* padding-right: 10%; */
  width: 100%;
  
}


/* .menu-sticky {
  background: #fff;
  color:#000;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: fixed;
} */

.sticky {
  background: #fff;
  color:#000;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: fixed;
}





.normal-logo{
  display: none;
}


.sticky-logo{
  display: block!important;
}


.key-service .ser-headtitile h1{
  margin-top: 30px!important;
}

.al-gallery{
  padding: 10px 5%;
  position: relative;
  transform: translateY(0px);
}

}

@media screen and (max-height: 450px) {
/* .rs-slider { display:none;} */
	.disimage {margin-top:100px;} 

  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* Sidebar */

.about-front{
  background-color: #ffffff;
}

/* .about-us{
  color: #000000;
  font-family:'Oswald';
  font-size: 25px;
  font-weight: 400 !important;
} */

.about-title{
  color: #cc0001 !important;
  font-weight: 600 !important;
  font-size: 35px;
  padding-top:-50px;
  
}

.service-front{
  background-image: url(../images/top_about_us.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1920px auto;
}

.choose-bg {

  background-image: url(../images/choose-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1920px auto;

}


.choose-title{
  font-weight: 500 !important;
  font-size: 32px;
}





.wel-image {
  height:50px;
  width:50px;
}

/* gallary-page-start */
.gallery-head{
  padding: 20px 0px;
}
.gallery-head h3{
  /* font-size: 25px; */
  font-size: 28px;
  font-family: 'RobotoCondensed-Light';
  color: #000;
  /* text-transform: uppercase; */
  /* font-family: 'RobotoCondensed-Regular'; */
  letter-spacing: 1px;
}




/* gallery-page-end */


/* sub-page-start */


.gold-bg h3{
  color: #ffff;
  font-size: 35px!important;
  text-transform: uppercase;
  /* padding: 15rem 5%; */
}

.gold-sub-page{
  background-image: url(../images/g-sub-bg-mid.jpg);
  background-repeat: no-repeat;
  background-size: 100%; 
  margin-top: -30px!important; 
  padding: 20px 10%;
}


/* ------------------ */


/* whatsapp */
/***Whatsapp icon***/
.floating{
  position:fixed;
  width:50px;
  height:50px;
  bottom:50px;
  left:30px;
  background-color:var(--blue);
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #31333e;
  z-index:100;
}

.floating:hover{
  background-color:#25d366;
}

.float-button{
  margin-top:10px;
  color:#FFFFFF;	
}
/***Whatsapp icon***/



@media (max-width:1380px){
  .key-service{
    padding: 10px 9%;

  }
  
}

@media only screen and (max-width: 1280px) {
  .ar-content{
    flex-wrap: wrap;
  }

  .key-service{
    padding: 10px 6%;

  }

  .banner{
    
    background-repeat: no-repeat;
    height: 400px;
    background-size: cover!important;
    display: flex;
    align-items: center; justify-content: flex-start;
  }
  
  
  
  
}

@media only screen and (max-width: 991px) {

  .key-service{
    padding: 10px 23%;
    margin-top: 0px!important;

  }


  .banner{
    
    height: 300px;
    background-size: cover!important;
    
  }

  .top-slider{
    transform: translateY(0px)!important;
   }
  
  
  
  .gold-sub-page{
    background: none;
    margin-top: 0px!important;
  }

  .rs-header .row-table .header-logo{
    display: block!important;
 }

 .menu-section {
    padding: 0px 0%;
    position: relative;
    bottom: 0px!important;
    z-index: -1;
}

.al-advantages .adv-bg {
  padding: 30px 5%;
}

.pay-lg{
  position: relative;
}

.top-contact .customer-care {
  position: relative!important;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0px;
}

.full-width-header .rs-header .menu-area {
  background-color: #fff!important;
}

.rs-slider {
  transform: translateY(0px)!important;
}

.key-serv{
  background-color: #fff;
  padding: 10px 5%;
 margin-top: 0px;
}

 .rs-header .top-contact .top-logo{
  display: none!important;
 }

 .rs-header .top-contact .pay-lg {
  position: relative;
}

.top-contact {
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
 

  /* .dot{
    display: block;
  } */
  .content-pr{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0px 5%;
  }
  
  

   .bar{
    display:flex!important;
  } 

  

.serv-item{
  padding: 3rem 8%;
  background-image:none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}


.left-sec .ab-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ab-spec .ab-right a {
 font-size: 13px;
}


.ab-spec {
 margin-top: 1rem;
}

.al-footer .ft-social {
  padding-left: 8px!important;
}

.boar-bg {
  transform: translateY(0px);
}

.al-alumni {
  transform: translateY(0px);
}

.banner{
  padding: 2% 5%;
  transform: translateY(0px);
}



.about-page {
  padding: 1rem 5%;
  transform: translateY(0px);
}


.mision-vision {
  background: none;
}

.mi-vi-container {
  padding-left: 5%;
}

.mi-vi-container-right{
  margin-top: 2rem;
}

.mi-vi-container-right h1 {
 color: #000;
}

.mi-vi-container-right p {
  color: #000;
}

.key-values {
  padding: 1rem 5%;
  background: none;
}

.key-values h1 {
 color: var(--blue);
}

.key-values .content .values h1 {
  color: #000;
  line-height: 1.3;
}

.key-values .content .values p {
  color: #000;
}

.key-values .content .values .arrow {
  
  background-color: var(--blue);
  
}

.key-values .content .values .arrow i {
  
  color: #fff;
  
}

.enq-left{
  display: none;
}

.enq-right .button {
  justify-content: flex-start;
}

.enq-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 5% 20px 3%;
}

.enq-form h1 {
  margin-bottom: 1rem;
}

.enq-form{
  transform: translateY(0px);
}

.about-page {
  transform: translateY(0px)!important;
}


}

@media(max-width:768px){

  .top-contact .customer-care {
    padding: 0px 0px;
}

.gold-bg h3 {
  font-size: 25px!important;
}

.banner{
  background-image: none!important;
  height: 0px;
  overflow: hidden;
  background-size: cover!important;
  border-top: .5px solid var(--blue);
  
}

.banner h3{
 display: none;
  
}


  .serv-item .serv-img {
    padding-left: 0rem;
}

.serv-content{
  padding: 0px;
}

.serv-top .page_title h3 {
  font-size: 22px!important;
 
}

.serv-top .page_title span {
  font-size: 16px!important;
 
}

.serv-item {
  padding: 2rem 8%;
  
}
  
  .rs-news .row .blog-items{
    margin-top: 2rem;
   }
   .prct-row {
     padding: 0px 15%;
   }
  
  .top-contact{
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-around;
  /* flex-direction; */
  align-items: center;
  box-sizing: border-box;
  
}

.top-contact .pay-lg {
  top: 0px!important;
}

.top-contact .customer-care {
  left: 0px!important;
}

.top-contact .pay-lg {
  
   right: 0%; 
 
}

.hd-top {
 flex-wrap: wrap;
 gap: 10px;
}

.hd-top .hd-time {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

/* ------------- */


.spec-items{
  margin-bottom: 1rem;
}





.consultation-form {
  padding: 0px 0 0 0%;
}





.rs-contact h3 {
font-size: 20px;
margin-bottom: 0px;
}

.rs-contact span {
  font-size: 14px;
  
  }

  .al-req-form {
    padding: 48px 11px 5px 11px;
    
}

/* ------- */

.indx-contact .indx-box{
  width: 25rem;
  background-color: #ffff;
  position: fixed;
  top: 4rem;
  z-index: 100000;
  padding: 1rem 4%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 5px;
}

.indx-box .form-btn{
  font-family: 'IBM Plex Sans', sans-serif!important;
  font-weight: 100px!important;
  padding: 6px 15px!important;
  background-color: #330033;
  color: #ffff;
  margin-top: .6rem;
}

.rs-slider .content-part .sl-container {
  padding: 0px 5% 0px 5%;
  width: 100%;
  
}

.rs-slider.slider3 .content-part {
  position: absolute;
  content: '';
  /* top: 70%;
  left: 50%; */
  bottom: 20px;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  width: 100%;
  
}


.al-contact .inr-container .cont-content{
  position: absolute;
  width: 100%!important;
  top: 20%;
}

.con-border{
  border-right: none;
  padding-right: 0px;
}

.al-cont-form {
  padding: 0px;
}



.al-about {
  background-image: url(../images/ab-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}

.al-advantages .advantages .adv-box {
  margin-bottom: 2rem;
}

.al-events::before {
  display: none;
}

.left-sec .ab-btn a {
  margin-bottom: 1rem;
}

.al-footer .ft-social {
  padding-left: 8px!important;
}


.al-advantages .advantages .adv-box:hover::after{
  content: "";
  position: absolute;
  /* width: 300px; height: 300px;
  border-radius: 50%; 
  background-color: var(--org); */
  top: -150px; right: -150px;

  z-index: -1;
}

.al-Grevience{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
  /* height: 120vh; */
  width: 100%;
  visibility: hidden; 
   /* visibility:visible;  */
  top: 2rem;
  
}

.Grevience-container{
  position: relative;
  width: 100%;
  height: 53rem!important;
  background-color: #fff;
  z-index: 100000;
  padding: 2rem 3%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 5px;
}

.al-advantages .advantages .adv-box::after{
  content: "";
  position: absolute;
  width: 1000px; height: 1000px;
  border-radius: 50%; 
  background-color: var(--org);
  top: -855px; right: -855px;
  transition: all .4S linear;
  z-index: -1;
} 


/* .banner{
  padding: 0px 0%;
  
} */

.branch-search .search-box .input{
  margin-bottom: 2rem;
}

.branch-search .search-box{
  background-color: transparent!important;
  box-shadow: none;
}

.branch-search .search-box select {
  border: 1px solid #444;
}

.branch-search .search-box button {
  width: auto;
  height: auto;
  background-color: var(--blue);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
}


.mision-vision {
  background: none;
}

.key-values {
  padding: 1rem 5%;
}

.mi-vi-container-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding: 0rem 5%;
}

.key-values .values-left {
  margin-bottom: 3rem;
}

.media-nav .nav-content .nav-item h1 {
  font-size: 12px;
  
}

.media-nav {
 
  padding: 0px 5%;
  
}

.select .select-box {
  border: 1px solid #444;
  padding: 12px 20px;
}

.select .select-box p {
  transform: translateY(-1px);
}

.Grevience-container{
  width: 90%;
  height: 50rem;
  background-color: #fff;
  z-index: 100000;
  padding: 2rem 3%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 5px;
}


.ab-spec .ab-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
 
}

.ab-spec img {
  width: 30%;
  height: 30%;
}

.ab-spec .ab-left .ab-spe-box .ab-spec-content h1 {
  color: #000;
  font-size: 25px;
  font-family: var(--ath-black);
  line-height: 1;
}

.ab-spec .ab-left .ab-spe-box .ab-spec-content p {
  color: var(--org);
  font-size: 16px;
  font-family: var(--ath-black);
  margin: 0px;
  padding: 0px;
}

.al-footer .ann-text{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-top: 10px;
  position: relative;
}

.al-footer .annvision-link {
  color: #CCCCCC!important;
  position: absolute;
  top: 0px;
}






}


@media only screen and (max-width: 600px) {


  .al-about .left-sec h1 {
    font-size: 22px;
  }

  .key-serv .ser-headtitile h1 {
    font-size: 20px!important;
   
}

  .al-about .left-sec h3 {
    font-size: 15px;

}

.al-about .left-sec p {
  font-size: 16px;
  
}

.left-sec .ab-btn a {
  font-size: 14px;
  font-family: var(--roboto);
  padding: 4px 15px;
 
}

  
  .rs-contact .container{
    padding: 0px 10%;
  }

  .consultation-bg {
    min-height: 60px!important;
    /* background-size: 100% 100%; */
}

  .menu-area .custom{
       padding: 10px 10%;
  }
.top_mimage {   display:inline-block;  }

  .sl-title{
   
    margin: 0px!important;
    padding: 0px!important;
    font-size: 0px!important;
  }

  

  .sl-title{
    font-size: 20px!important;
    /* margin-bottom: 10px!important; */
  }

 

.desc {
  font-size: 14px;
}



	
	
  
  .rs-content{
    padding-top: 0px;
    margin-top: 0px;
  }
  



  .service-front{
    background-size: 100% auto;
  }

  .choose-title{
    font-size: 27px;
  }
  .container-fluid .sec-title h6 {
    line-height: 2rem;
  }

  /* .ar-content{
    padding: 40px 5%;
  } */

  .ar-content .ser-content img{
    width: 100%;
    height: 400px;
  }


  .ft-logo {
    width: 240px;
    height: 65px;
  }
  
  .rs-left h1 {
	line-height:30px;
}

.al-contact .inr-container {
  position: relative;
  top: 15%;
  height: 200px;
}

.al-contact .inr-container .cont-content h1 {
  font-size: 18px;
  
}

.al-contact .inr-container .cont-content a {
  font-size: 14px;
  padding: 8px 15px;
  
}

.rs-header .menu-area .logo-area {
  width: 90%!important;
}

.rs-header .menu-area .logo-area img{
  width: 100%!important;
}

.banner h3{
  font-size: 22px!important;
  line-height: 1.2!important;
}

.al-alumni {
 background-image: none;
}


.foot-logo {
  padding: 10px 6% 0px 6%;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.ft-pay {
  
  padding-left: 0px;

}


.key-service .key-services .item-img {
  width: 200px;
  height: 150px;
  
}

.key-service {
  padding: 0px 5%;
  margin-top: 0px!important;
}

.ab-spec .ab-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
 
}


.ab-spec img {
  width: 25%;
  height: 25%;
}

.ab-spec .ab-left .ab-spe-box .ab-spec-content h1 {
  color: #000;
  font-size: 20px;
  font-family: var(--ath-black);
  line-height: 1;
}

.ab-spec .ab-left .ab-spe-box .ab-spec-content p {
  color: var(--org);
  font-size: 14px;
  font-family: var(--ath-black);
  margin: 0px;
  padding: 0px;
}

.media-nav {
  margin: 0rem 0px 10px 0px;
 
}


.media-nav .nav-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid #cccccc;
}

.media-nav .nav-content .nav-item {
  padding: 10px 0px;
}

.al-gallery {
  width: 100%!important;
}


.career-frm-container .career-frm {
  min-width: 99%!important;
  max-width: 99%!important;
}

  
}

@media only screen and (max-width: 480px) {

  .header-logo{
    width: 65%;
  }
  .rs-header .menu-area .logo-area img{
    width: 100%;
}

.menu-area .custom {
  padding: 10px 8%;
}

  .menu-area .top-contact {
    padding: 1px 15%!important; 
    align-items: center; 
    gap: .5rem;	
}
  .about-us{
    font-size: 20px;
  }
	/* .rs-slider { display:none;} */
	
  .about-title{
    font-size: 25px;
  }
  


  .service-front{
    background-size: 100% auto;
  }

  .choose-title{
    font-size: 27px;
  }

  .rs-left h1 {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 20px;
    color: #2b2929;
}

.key-service .ser-headtitile h1 {
  font-size: 20px!important;
 
}
  
}