/*font-family*/
/*font-family*/

body{
  width: 100%;
  /* height: 100%; */
  margin: 0;
  padding: 0;
  /* display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; */
}

* {
  box-sizing: border-box;
}



@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-face {
  font-family: 'Roboto-Black';
  src: url(../fonts/Roboto-Black.ttf);			
}

/* --------------------- */

@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url(../fonts/RobotoCondensed-Regular.ttf);			
}

@font-face {
  font-family: 'RobotoCondensed-Medium';
  src: url(../fonts/RobotoCondensed-Medium.ttf);			
}


@font-face {
  font-family: 'RobotoCondensed-Light';
  src: url(../fonts/RobotoCondensed-Light.ttf);			
}


@font-face {
  font-family: 'RobotoCondensed-Black';
  src: url(../fonts/RobotoCondensed-Black.ttf);			
}

/* font-3 */

/* ------------- */


:root{
  --color-1:#1f1d08;
  --color-2:#243754;
  --color-3:#94ae3f;
  --color-4:#ebebeb;
  --roboto-rg:Roboto-Regular;
  --roboto-md:Roboto-Medium;
  --roboto-light:Roboto-Light;
  --roboto-black:Roboto-Black;

  --rb-cd-rg:RobotoCondensed-Regular;
  --rb-cd-md:RobotoCondensed-Medium;
  --rb-cd-light:RobotoCondensed-Light;
  --rb-cd-black:RobotoCondensed-Black;

}

.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.ab-top { transform:translateY(-18%); opacity:0; transition: all 1s ease-out; }
.delighter.ab-top.started { transform:none; opacity:1; } 

.delighter.ab-right { transform:translateX(20%); opacity:0; transition: all 1.2s ease-out; }
.delighter.ab-right.started { transform:none; opacity:1; } 

/* ------------- */

.delighter.title1 { transform:translateY(20%); opacity:0; transition: all 1.2s ease-out; }
.delighter.title1.started { transform:none; opacity:1; } 


/* .delighter.title2 { transform:translateY(10%); opacity:1; transition: all 1s ease-out; }
.delighter.title2.started { transform:none; opacity:1; } 


.delighter.title3 { transform:translateY(10%); opacity:1; transition: all 1s ease-out; }
.delighter.title13.started { transform:none; opacity:1; } 

.delighter.title4 { transform:translateY(10%); opacity:1; transition: all 1s ease-out; }
.delighter.title4.started { transform:none; opacity:1; }  */

/* -------- */


.delighter.top { transform:translateY(-18%); opacity:0; transition: all 1.5s 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 1.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(10%); opacity:0; transition: all 1.9s ease-out; }
.delighter.right.started { transform:none; opacity:1; } 

.delighter.opacity {  opacity:0; transition: all 1.2s ease-in; }
.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 */


.hd-top{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hd-top .hd-tpinner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--color-1);
  width: 70%;
  padding: 5px 5%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
}

.hd-top .hd-inner-item{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.hd-top .hd-inner-item .hd-contact{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.hd-top .hd-inner-item .hd-contact i{
  color: #fff;
  font-size: 16px;
}

.hd-top .hd-inner-item .hd-contact a{
  color: #fff;
  font-size: 15px;
  font-family: var(--roboto-rg);
}

.hd-top .hd-social{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.hd-top .hd-social i,.hd-top .hd-social a{
  color: #fff;
  font-size: 16px;
}

.rs-header .menu-area .logo-area {
  transform: translateY(-15px);
}

.sticky .logo-area {
  transform: translateY(0px)!important;
}

.sticky .rs-header .menu-area {
  padding: 2px 0px;
}

.sticky {
 z-index: 10000!important;
}


.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-family: var(--roboto-md)!important;
  /* font-weight: 600; */
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  color: #000;
  position: relative;
  letter-spacing: 1px!important;
  text-transform: uppercase!important;
  /* background-color: #b2c9d7; */
 
}


.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
 
  color: var(--color-2);
 
}


.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(--color-2)!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;
}

.full-width-header {
  background-color: #fff;
}

/* .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: 3px 5%;
  /* background-color: #b2c9d7; */
  /* background-color: rgb(178,201,215,0.1); */
  box-shadow: rgba(27, 31, 35, 0.04) 0px 1px 0px, rgba(255, 255, 255, 0.25) 0px 1px 0px inset;
 
}

/* div.asl_m .probox {
  width: 220px!important;
  
} */

/* div.asl_r.vertical {
    width: 300px!important;
    top: 100px!important;
    left:auto!important;
    right: 0px!important;
} */





.vertical {
  animation: none!important;
}






.menu-section{
  padding: 0px 0%;
  position: relative;
  
 }

 .menu-section .menu-area{
 border-radius: 0px;

 }



 .sticky .menu-section {
  padding: 0px 0%;
  position: relative;
 
}

.sticky .menu-section .menu-area {
  border-radius: 0px!important;
}

 .rs-slider{
  transform: translateY(0px)!important;
 }






/* top-bar-start */





.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;
} */












/* ---------------------------------- */

/* slider-start */
/* .rs-slider{
  z-index: -1;
} */

.main-slider .sl-item{
  position: relative;
}

.main-slider .sl-item::after{
  content: '';
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute; top: 0px;
  left: 0px; z-index: 999;
}

.main-slider .slider-inner-content{

  z-index: 1000;

}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: var(--color-2);
  background-image: none!important;
  padding: 10px;
  width: 40px!important; height: 40px!important;
  display: flex!important; align-items: center!important;
  justify-content: center!important;
}

.main-slider .sl-item .sld-title{
    opacity: 0; 
    transform: translateY(-50px);
    transition: all .3s linear;
}

.main-slider .carousel-fade .active .sld-title{
  opacity: 1!important;
  transform: translateY(0px);
  transition: all .2s linear;
}


.main-slider .sl-item h1{
  opacity: 0; 
  transform: translateY(50px);
  transition: all .3s linear;
}

.main-slider .carousel-fade .active h1{
opacity: 1!important;
transform: translateY(0px);
transition: all .2s linear;
}

.main-slider .sl-item .sld-title2{
  opacity: 0; 
  transform: translateY(-50px);
  transition: all .3s linear;
}

.main-slider .carousel-fade .active .sld-title2{
opacity: 1!important;
transform: translateY(0px);
transition: all .2s linear;
}

.main-slider .sl-item .sl-read{
  opacity: 0; 
  transform: translateX(-60px);
  transition: all .3s linear;
}

.main-slider .carousel-fade .active .sl-read{
opacity: 1!important;
transform: translateX(0px);
transition: all .2s linear;
}

.main-slider .carousel-control-next, .main-slider .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%!important;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 1!important;
  transition: opacity .15s ease;
}




.carousel-fade .carousel-control {
  opacity: 1 !important;
}

.main-slider .carousel-item{
  position: relative!important;
}

.main-slider .carousel-item .slider-inner-content{
  position: absolute!important; top: 35%;
  padding: 20px 10%;

}


.main-slider .carousel-item .slider-inner-content h2{
 font-size: 20px;
 color: #fff;
 font-family: var(--roboto-light);
 text-transform: uppercase;

}

.main-slider .carousel-item .slider-inner-content h1{
  font-size: 50px;
  color: #fff;
  font-family: var(--roboto-black);
  line-height: 1;
 
 }


 .main-slider .sl-read a{
    background-color: var(--color-4);
    padding: 15px 35px;
    font-size: 18px;
    color: #000;
    font-family: var(--roboto-md);
    transition: all .3s linear;
 }

 .main-slider .sl-read a:hover{
  background-color: var(--color-3);
  color: #fff;
}

 .main-slider .sl-read{
  margin-top: 20px;
}


/* ----------------------------- */








/* careers----------- */
.career{
  background-image: url(../images/we-are-hiring.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 6% 6%;
  transform: translateY(-30px);
  /* padding: 2rem 0px; */
}

.consultation-form .frm-btn{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.career-frm h1{
  margin-bottom: 20px!important;
}


/* ---------- */




/* about------------------------- */

.al-about{
  padding: 20px 10%;
  margin: 30px 0px;
}

.al-about .ab-title h3{
  font-size: 20px;
  color: var(--color-3);
  font-family: var(--rb-cd-light);
  letter-spacing: 1px;
  margin: 0px; line-height: 0px;
}

.al-about  h1{
  font-size: 35px;
  color: var(--color-2);
  font-family: var(--roboto-light);
  /* letter-spacing: 1px; */
  line-height: 1.3;
  margin: 0px; 
}

.al-about  p{
  font-size: 16px;
  color: var(--color-1);
  font-family: var(--roboto-rg);
  /* letter-spacing: 1px; */
  /* line-height: 1.3; */
  margin-top: 20px; 

}

.al-about .ab-title{
 display: flex;
 align-items: center;
 justify-content: flex-start;
 gap: 20px;
 margin: 30px 0px;
}

.al-about .ab-title .line{
  width: 7rem;
  height: 4px;
  background-color: var(--color-3);
 }

 .al-about .ab-left{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
 }

 .al-about .ab-left .ab-btn{
  margin-top: 1rem;
 }

 .al-about .ab-left .ab-btn a{
  padding: 12px 35px;
  background-color: var(--color-2);
  color: #fff;
  font-size: 18px;
 }

 .al-about .ab-left .ab-btn a:hover{
  background-color: var(--color-3);
 }

 .al-about .ab-right{
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
 }

 .al-about .ab-right .img-bg{
 position: absolute;
 width: 350px; height: 500px;
 border: 2px solid #555;
 bottom: -40px; right: 60px;
 z-index: -1;
}


/* ----------- */


/* speciality----------------------------- */
.al-spec{
  background-image: url(../images/spec.jpg);
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: 100%; */
  padding: 3rem 5%;
  position: relative;
  z-index: 8888;
  margin: 0rem 0px 0rem 0px;
}

.al-spec::before{
  content: '';
  position: absolute;
  width: 100%; height: 100%;
  bottom: 0px; left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}


.al-spec .spec-item{
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 10px 20px;
}

.al-spec .spec-item .spec-left .img{
  padding: 20px;
  border: 3px solid #fff;
  background-color: var(--color-2);
}

.al-spec .spec-item .spec-left .img img{
  width: 100%;
}

.al-spec .spec-item h1{
  color: #fff;
  font-size: 25px;
  font-family: var(--rb-cd-black);
  letter-spacing: 1px;
  margin: 0px;
  line-height: 1.2;
}

.al-spec .spec-item p{
  color: #fff;
  font-size: 16px;
  font-family: var(--roboto-rg);
  letter-spacing: 1px;
  margin: 0px;
  line-height: 1.3; 
  margin-top: 5px;
}


/* -------------------- */


/* services-------------------------------- */

.al-services{
 padding: 40px 5%;
 /* background-image: url(../images/services-bg.png);
 background-size: 100%;
 background-repeat: no-repeat; */
 position: relative;
 overflow: hidden;
 }

 .al-services .serv-bg{
  position: absolute;
  bottom: 0px; left: 0px;
  z-index: -1;
  }

  .al-services .serv-bg img{
    width: 100%; object-fit: cover;
    object-position: center;
    
  }

.titile-style h2{
 font-size: 22px;
 font-family: var(--roboto-rg);
 color: var(--color-3);
 margin: 0px!important;
}

.titile-style{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
 }

.titile-style::before{
  content: "";
  width: 9rem; height: 3px;
  background-color: var(--color-3);
 }

  .titile-style::after{
  content: "";
  width: 9rem; height: 3px;
  background-color: var(--color-3);
 }

 .al-services .hd-title{
  margin-top: 10px;
}

 .al-services .hd-title h1{
    font-size: 35px;
    font-family: var(--roboto-light);
    color: var(--color-2);
    line-height: 1.3;
 }

 .al-services .serv-content .serv-left{
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .al-services .serv-content {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  padding: 0px 10%;
 }

 .al-services .serv-content .img{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  overflow: hidden;
  width: 300px; height: 400px;
 }

 .al-services .serv-content img{
  width: 100%; object-fit: cover;
  object-position: center; 
 }

 .al-services .serv-right{
  padding-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .al-services .serv-right p{
  font-family: var(--roboto-rg);
  color: #000;
  font-size: 16px;
 }

 .al-services .serv-right .serv-spec .each-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 1rem;
 }

 .al-services .serv-right .serv-spec .each-item i{
  font-size: 20px;
  color: var(--color-2);
 }

 .al-services .serv-right .serv-spec .each-item h4{
  font-size: 18px;
  font-family: var(--roboto-light);
  color: var(--color-3);
  margin: 0px!important;

 }

 .al-services .serv-btn a{
    background-color: #000;
    font-size: 18px;
    padding: 10px 30px;
    color: #fff;
 }

 .al-services .serv-btn a:hover{
  background-color: var(--color-2);
  transition: all .3s linear;
}


 .al-services .serv-btn {
 margin-top: 1rem;
}
    

/* ------------- */


/* production------------------------------ */

.al-production {
  position: relative;
  margin-top: 5rem;
}


.al-production::before {
  content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
 }
 

.al-production img {
  z-index: -1;
 }



.al-production article {
  position: relative;
  width: 100%;
  height: 300px;
  /* margin-top: 400px; */
  overflow: hidden;
  /* border-top: 4px solid #fff;
  border-bottom: 4px solid #fff; */
}
.al-production article img {
  position: absolute;
  bottom:0;
  left: 0;
}

.al-production .production-container p{
 color: var(--color-4);
 font-size: 30px;
 font-family: var(--roboto-rg);
 line-height: 1.3;
}

.al-production .production-container{
  width: 100%; height: 100%;
  position: absolute; top: 0px;
  left: 0px;
  display: flex; align-items: center;
  justify-content: center;
  flex-direction: column;
}

.al-production .titile-style h2{
   color: #fff!important;
}

.al-production .titile-style::after{
  background-color: #fff!important;
}

.al-production .titile-style::before{
  background-color: #fff!important;
}

.product{
  padding: 0px 5% 10px 5%;
  transform: translateY(-70px); 
  z-index: 9999;
  /* position: relative; */
  /* min-height: 400px; */
}

/* .product .product-absalute{
 top: -40px; left: 0px;
  position: absolute;
} */

.product .item{
  padding: 20px;
}

.product .item:hover{
  transform: translateY(-10px);
  transition: all .2s linear;
}

.product .item:hover .item-inner{
  box-shadow: none;
}

.product .item .item-inner{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
}

.product .item .item-inner h1{
 font-size: 21px;
 color: var(--color-2);
 font-family: var(--roboto-rg);
 line-height: 1.4;
 margin: 0px!important;
}

.product .item .item-inner .desc{
  max-height: 122px;
  overflow: hidden;
 }

.product .item .item-inner p{
  font-size: 16px;
  color: #000;
  font-family: var(--roboto-rg);
  margin: 0px!important;padding: 0px!important;
 }

 .product .item .item-inner .prct-read{
  display: flex; align-items: center;
  justify-content: flex-start;
  gap: 20px;
 }

 .product .item .item-inner .prct-read a{
  text-decoration: none;
  font-size: 16px;
  font-family: var(--roboto-md);
  color: var(--color-3);
 }

 .product .item .item-inner .prct-read i{
  font-size: 20px;
  color: var(--color-3);
 }

 .product .item .item-inner .prct-read:hover i{
    transform: translateX(8px);
    transition: all .3s linear;
    color: var(--color-2);
    transition: all .3s linear;
 }

 .product .item .item-img img{
  width: 100%; height: 300px;
}

.product .item .item-inner .item-content{
  padding: 20px; margin: 0px!important;
}

/* ------------------ */

/* product-page----------------------------------- */
.product-page{
  padding: 50px 10%;
  display: flex; align-items: center;
  justify-content: center; gap: 10px;
  flex-wrap: wrap;
}

.product-page .each-products{
  padding: 10px 20px;
 display: flex; align-items: center;
 justify-content: center;
}

.product-page .each-products .inner-item{
  min-height: 300px;
}

.product-page .each-products .inner-item h1 {
  font-size: 20px;font-family: var(--roboto-rg);
  color: var(--color-2);
  line-height: 1.3;
  margin-top: 1.2rem;
}

.product-page .each-products .inner-item img{
  width: 100%;
}

.product-page .each-products .inner-item .item-img{
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.product-page .each-products .inner-item a:hover .item-img {
  overflow: hidden;
}

.product-page .each-products .inner-item a:hover .item-img img{
  transform: scale(110%)!important;
  transition: all .2s linear;
}

.center-items{
  justify-content: center!important;
}




/* ---------------------- */


/* services-page-start-------------------- */
.al-services-pge{
  padding: 20px 10%;
  background-color: #f7fcfc;
}

.al-services-pge .serv-row{
  justify-content: center!important;
  align-items: flex-start;
}

.al-services-pge .each-serv .item-img{
   width: 200px; height: 200px;
   border-radius: 50%;overflow: hidden;
   object-fit: cover;object-position: center;
}

.al-services-pge .each-serv h1{
  font-size: 18px;color: var(--color-2);
  font-family: var(--roboto-rg);
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 1.2rem;
}

.al-services-pge .each-serv a{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.al-services-pge .each-serv a:hover img{
   transform: scale(110%);
   transition: all .3s linear;
}


.al-services-pge .each-serv .item-img img{
  width: 100%; height: 100%;
}

.al-services-pge .each-serv{
  display: flex;align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.serv-list{
  padding: 30px 10%;
}

.serv-list ul li{
  list-style-type: disc;
  font-size: 16px;color: #000;
  font-family: var(--roboto);
  margin-bottom: 1rem;
}

/* .serv-list ul{
  margin-bottom: 2rem;
} */

.al-services-pge .hd-title h1{
  color: var(--color-2);
  font-size: 25px;
  margin-bottom: 1rem;
  padding: 10px 20px;
  font-family: var(--roboto-rg);
}


.al-serv-item-pge{
  padding: 20px 7%;
}

.al-serv-item-pge .servi-page{
  padding-right: 10%;
}

.al-serv-item-pge .right .inner-section .hd-title h1{
  font-size: 25px;
  color: #000;font-family: var(--roboto-rg);
}

.al-serv-item-pge .right .inner-section .each-item{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 20px 20px;
  border: 1px solid #e7e7e7;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.al-serv-item-pge .right .inner-section .each-item::before{
  content: '';
  position: absolute;top: 0px; left: -700px;
  background-color: var(--color-2);
  width: 100%; height: 100%;
  z-index: -1;
}

.al-serv-item-pge .right .inner-section .each-item:hover::before{
  content: '';
  position: absolute;top: 0px; left: 0px;
  background-color: var(--color-2);
  width: 100%; height: 100%;
  z-index: -1;
  transition: all .6s linear;
  border-left: 6px solid var(--color-3);
  /* transition: all .3s ease; */
}

/* .al-serv-item-pge .right .inner-section .each-item:hover{
  border-left: 6px solid var(--color-3);
  transition: all .3s ease;
} */

.al-serv-item-pge .right .inner-section .each-item:hover h2{
  color: #fff;
}

.al-serv-item-pge .right .inner-section .each-item:hover i{
  color: #fff;
}



.al-serv-item-pge .right .inner-section .each-item a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%; height: 100%;
 
}

.al-serv-item-pge .right .inner-section .each-item h2{
  margin: 0px; padding: 0px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: var(--roboto-light);
  color: #000;
  line-height: 1.5;
  letter-spacing: 1px;
}
.al-serv-item-pge .right .inner-section .each-item i{
 color: #000;
 font-size: 16px;
}

.al-serv-item-pge .right .inner-section #active{
  background-color: var(--color-2);
  border: none;
  border-left: 6px solid var(--color-3);
}

.al-serv-item-pge .right .inner-section #active::before{
  display: none;
}

.al-serv-item-pge .right .inner-section #active h2{
  color:#fff!important ;
}

.al-serv-item-pge .right .inner-section #active i{
  color: #fff;
  
 }

 .al-serv-item-pge .right .al-help {
  margin-top: 6rem;
 background-color: #3b9d28;
 padding: 40px;
  
 }

 .al-serv-item-pge .right .al-help h1{
  font-size: 25px;
  color: #fff;
  font-family: var(--roboto);
  
 }

 .al-serv-item-pge .right .al-help h1 span{
  font-size: 25px;
  color: #fff;
  font-family: var(--roboto);
  
 }

 .al-serv-item-pge .right .al-help .item{
  display: flex;align-items: center;
  justify-content: flex-start;
  gap: 10px;
  
 }

 .al-serv-item-pge .right .al-help .item a{
 color: #fff;
 font-size: 18px;
 font-family: var(--roboto);
  
 }

 .al-serv-item-pge .right .al-help .item i{
  color: #fff;
  font-size: 18px;
   
  }

  .al-serv-item-pge .right .al-help  .healp-btn{
    margin-top: 1.7rem;
   }

  .al-serv-item-pge .right .al-help  .healp-btn a{
   font-size: 18px; color: #fff;
   background-color: var(--color-2);
   font-family: var(--roboto-md);
   padding: 13px 25px;
     
  }


  .al-serv-item-pge .right .al-help  .healp-btn a:hover{
    
    background-color: #000;
    transition: all .2s linear;
      
   }




/* ---------------------- */


/* clints------------------------------------ */


.al-clints{
  transform: translateY(0px);
  margin-top: 2rem;
}

.al-clints p{
 color: var(--color-2);
 font-size: 30px;
 font-family: var(--roboto-rg);
 margin: 0px;
}


.al-clints .clients{
  padding: 30px 5%;
}

.al-clints .clients img{
  width: 100%;
}

.al-clints .clients .item{
  display: flex; align-items: center;
  justify-content: center;
}




/* offer---------------- */
.offer{
  background-color: #f3fafa;
  padding: 2rem 5%;
}

.offer h2{
   font-family: var(--roboto);
   font-size: 20px;
   color: var(--color-1);
   line-height: 1.4;
}

.offer h1{
  font-family: var(--roboto);
  font-size: 30px;
  color:#000;
  line-height: 1.4;
  margin-bottom: 30px;
}

.offer .item-container{
  padding: 0px 8%;
}

.offer .item-container p{
  margin-bottom: 10px;
}

.offer .item-container h3{
  color: var(--color-2);
  font-size: 22px;
  line-height: 1.3;
  margin-top: 10px;
}

.off-link{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.off-link a {
  color: var(--color-1)!important;
  font-size: 16px!important;
}



.off-link a:hover~i{
  transform: translateX(10px)!important;
  transition: all .2s linear;
}

.off-link i{
 font-size: 20px!important;
 color: var(--color-1)!important;
}


/* --------- */


/* location-start-------------- */
.al-location{
  padding: 2rem 8% 4rem 8%;
  background-image: url(../images/map.png);
  /* background-position: center; */
  background-repeat: no-repeat;
  background-size: 100%;

}

.al-location .location-head h1{
  font-size: 30px;
  font-family: var(--roboto);
  background: #2D1B54;
  background: linear-gradient(to top right, var(--color-2) 0%, var(--color-1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  
}

.al-location .location-left{
  background-color: var(--color-2);
  border-radius: 10px;
  padding: 30px;
}

.al-location .location-left h1{
 font-size: 20px;
 color: #fff;
}

.al-location .location-left .loc-contact{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
}

.al-location .location-left .loc-contact p{
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.al-location .location-left .loc-contact i{
  color: #fff;
  font-size: 16px;
  transform: translateY(5px);
}

.al-location .loc-contact-btn{
  margin-top: 20px;
}

.al-location .loc-contact-btn a{
 font-size: 16px;
 background-color: var(--color-1);
 padding: 8px 15px;
 border-radius: 5px;
 color: #fff;
}

.al-location .loc-contact-btn a:hover{
  transition: all .3s linear;
  background-color: #000;
  color: #fff;
 }

 .al-location .loc-container{
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }

 .al-location .loc-container iframe{
  width: 100%!important;
}

 .al-location .location-right{
  padding-left: 30px;
 }


/* --------- */



/* 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-- */







/* ---------------blog----------------- */

.al-blogs{
  padding: 10px 5%;
  margin-bottom: 2rem;
}

.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;
}

.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);
}


/* doctors page------------ */

.doctors-section{
  padding: 20px 5%;
}

.doctors-section .doct-box{
  padding: 20px 20px 20px 50px;
}

.doctors-section .doct-box .item{
  background-color: #fff;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 0px;
  padding: 10px 0px;
  border-radius: 5px;

  /* background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 6px, transparent 6px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 6px, transparent 6px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 6px, transparent 6px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 6px, transparent 6px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat,
            linear-gradient(90deg, #222a60 0%, #48abe0 100%);
border-radius: 8px; */
/* padding: 6px; */
box-sizing: border-box;
}

.doct-cat-titile{
  background-color: var(--color-2);
  width: 100%;
  padding: 4px 20px;
  margin-bottom: 1rem;
  /* border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; */
}

.doctors-section .doct-box .doct-cat-titile h1{
  font-size: 18px;
  color: #ffff;
  line-height: 1.4;
  margin-bottom: 0px;
}

.doctors-section .doct-box .item h2{
  font-size: 18px;
  color: #000;
  line-height: 1.4;
}

.doctors-section .doct-box .item p{
  font-size: 16px;
  color: #000;
  line-height: 1.6!important;
}


/* ----------- */




/* end----------------- */

/* banner-start */
.banner{
  padding: 6% 6%;
  transform: translateY(0px);
}
/* --- */

/* branch network start------------------ */

.doctor-bg{
  background-image: url(../images/doctor-banner.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.network-bg{
  background-image: url(../images//network.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.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: 30px 10%;
}

.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------------------ */
.service-bg{
  background-image: url(../images/service-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
/* ----- */

/* about-us-page */

.ab-bg {
  background-image: url(../images/about-bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}


.about-page{
  padding: 1rem 6%;
  min-height: 250px;
  background-image: url(../images/ab-baground.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(-30px);

}


.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.jfif);
  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: 10px 5%;
  position: relative;
}
.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;
}

.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;
}

.al-gallery .gallery-item .image{
   width: 100%;
   height: 300px;
   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;
}

.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 {
  background-image: url(../images/banner.jpg)!important;
  background-size: 100%;
 
  background-repeat: no-repeat;
}

.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: #fff!important;
  font-family: var(--roboto);
  letter-spacing: 1.2px;
}

.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;
}

.form-heading h1{
  color:var(--color-2);
  font-size: 25px;
  font-family: var(--roboto);
  line-height: 10px;
  margin-bottom: 40px;
}

.request-form .btn{
    background-color: var(--color-2);
    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(--color-2);
}



.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;
}

.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%;
}
/* --------------------- */


/* 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);
}

.boar-bg{
  background-image: url(../images/board-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.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:1.5rem 0px 2rem 0px;
}

.alumni-pge .dir-text h1{
  font-size: 18px;
  color: #000;
  font-family: var(--kanit-rg);
  line-height: 1.1;
}

.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; */
}

.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: 30px 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%;
}

.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: 30px 4% 10px 4%;
  background-color: #000;
}

 .al-footer .ft-contact p{
  color: #eceaea!important;
  font-size: 16px!important;
  margin-top: 10px;
  margin-bottom: 5px;
 }

 .al-footer .ft-contact i{
  color: #eceaea!important;
  font-size: 16px!important;
 margin-right: 5px;
 }

 .al-footer .ft-contact a{
  color: #eceaea!important;
  font-size: 16px!important;
 }

 .al-footer .rs-social{
  margin-top: 10px;
 }

 .al-footer .rs-social i{
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
 }
 .al-footer .ann-text{
  display: flex;
  align-items: center;
  justify-content: space-between;
 }


 .al-footer a:hover,.al-footer i:hover{
  color: var(--color-1)!important;
  transition: all .3s linear;
 }

 .al-footer .ann-text p{
  color: #fff;
  font-size: 14px!important;
 }
/* footer-end */


@media (max-width:1200px){
  .al-about .ab-right{
    display: none;
  }

  .al-services .serv-content {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4rem;
    padding: 0px 10%;
}
}


 @media(max-width:991px){
  .dot-content{
    display: block!important;
  }
  .sl-title{
    font-size: 30px!important;
    margin-bottom: 0px!important;
  }

 


  
.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 0% 0px 5%;
  /* padding-right: 10%; */
  bottom: 0%;
  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;
}



.sticky-logo{
  display: block!important;
}


.al-spec{
  background: none;
  margin-top: 0rem;
}

.al-spec::before {
  background: none;
}

.al-spec .spec-item {
  
  justify-content: flex-start;
}

.al-spec .spec-item h1 {
  color: #000;
}

.al-spec .spec-item p {
  color: #000;
}


}

@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{
  background-image: url(../images/g-sub-bg-top.jpg);
  background-repeat: no-repeat;
  height: 400px;
  background-size: 100% 100%!important;
  display: flex;
  align-items: center; justify-content: flex-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:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #31333e;
  z-index:100;
}

.floating:hover{
  background-color:var(--color-2);
}

.float-button{
  margin-top:10px;
  color:#FFFFFF;	
}
/***Whatsapp icon***/





@media only screen and (max-width: 991px) {

  
 

  .gold-bg{
    
    height: 200px;
    background-size: cover!important;
    
  }
  
  
  
  .gold-sub-page{
    background: none;
    margin-top: 0px!important;
  }

 

 .menu-section {
    padding: 0px 0%;
    position: relative;
    z-index: -1;
}



.full-width-header .rs-header .menu-area {
  background-color: #fff!important;
}

.rs-slider {
  transform: translateY(0px)!important;
}



 
 

  /* .dot{
    display: block;
  } */
  .content-pr{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0px 5%;
  }
  
  

   .bar{
    display:flex!important;
  } 

  .consultation-bg {
    background-image: url(../images/banner.jpg)!important;
    background-size: 100%;
    background-repeat: no-repeat;
}

.serv-item{
  padding: 3rem 8%;
  background-image:none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}




.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);
}





}

@media(max-width:768px){


  .hd-top .hd-tpinner{
    width: 100%;
    clip-path: none;
  }

  .rs-header .menu-area .logo-area {
    transform: translateY(0px);
}

.main-slider .carousel-item .slider-inner-content {
  position: absolute!important;
  top: 35%;
  padding: 20px 5%;
  text-align: center;
  width: 100%;
}
  

.al-services .hd-title h1 {
  font-size: 30px;
}

.titile-style h2 {
  font-size: 20px;
}

.titile-style::before {
  content: "";
  width: 5rem;
  height: 2px;
  background-color: var(--color-3);
}

.titile-style::after {
  content: "";
  width:  5rem;
  height: 2px;
  background-color: var(--color-3);
}

.al-about h1 {
  font-size: 30px;
}

.al-about .ab-title .line {
  width: 5rem;
  height: 3px;
}

.al-spec {
  padding: 1rem 8%;
  margin: 1rem 0px 0rem 0px;
}
/* ------------- */


.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;
    
}

/* ------- */



.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-footer .ft-social {
  padding-left: 8px!important;
}






.al-location .location-right {
  padding-left: 0px;
  margin-top: 30px;
}


.al-footer .ann-text{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
 }

 .al-footer .ann-text p{
  margin-bottom: 5px;
 }

 .full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: flex;
  /* flex: 1; */
  width: 80%;
}

.full-width-header .rs-header .menu-area .row-table .col-cell .rs-menu-area {
 display: none!important;
}


.full-width-header .rs-header .menu-area .row-table {
  gap: 10px;
}


.al-serv-item-pge .right .al-help {
  margin-top: 2rem;
}

.al-serv-item-pge .servi-page {
  padding-right: 0%;
}



}


@media only screen and (max-width: 600px) {


  .al-production article {
   
    height: 250px;
   
}



.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: 3px 10%;
  }
.top_mimage {   display:inline-block;  }

  
  .sl-title{
    font-size: 20px!important;
    /* margin-bottom: 10px!important; */
    line-height: 1.3!important;
  }

  .sl-desc{
    display: none;
  }

 

.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 img{
  width: 100%!important;
}

.banner h3{
  font-size: 18px!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;
  
}


.al-services .serv-content {
  gap: 2rem;
}


.main-slider .carousel-item .slider-inner-content h2 {
  font-size: 16px;
}

.main-slider .carousel-item .slider-inner-content h1 {
  font-size: 35px;
}

.sl-read a{
  padding: 8px 20px!important;
  font-size: 16px!important;
}

.al-about h1 {
  font-size: 25px;
}

.al-services .hd-title h1 {
  font-size: 25px;
}

.al-production .production-container p {
  font-size: 22px;
  margin-top: 10px;
}

.product .item .item-inner h1 {
  font-size: 24px;
  font-family: var(--roboto-md);
}

.al-spec .spec-item h1 {
  font-size: 22px;
  font-family: var(--rb-cd-md);
}

.al-clints p {
  font-size: 25px;
}

.al-services .serv-right .serv-spec .each-item h4 {
  font-size: 18px;
  font-family: var(--roboto-light);
  line-height: 1.5;
}

.hd-top .hd-tpinner {
  flex-wrap: wrap;
  gap: 15px;
}


.menu-area .custom {
    padding: 3px 5%;
}

.al-production .production-container {
  padding: 0px 2%;
}


.al-footer img{
  width: 90%;
}


  
}

@media only screen and (max-width: 480px) {

  



  
  .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;
}
  
}