/*font-family*/
/*font-family*/

/* clip-path: polygon(0% 0%, 100% 0%, 100% 34%, 75% 34%, 29% 34%, 26% 10%, 0 11%); */

body{
  width: 100%;
  /* height: 100%; */
  margin: 0;
  padding: 0;
  /* display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; */
}


@font-face {
  font-family: 'Lato-Regular';
  src: url(../fonts/Lato-Regular.ttf);			
}

@font-face {
  font-family: 'Lato-Light';
  src: url(../fonts/Lato-Light.ttf);			
}

@font-face {
  font-family: 'Lato-Bold';
  src: url(../fonts/Lato-Bold.ttf);			
}

@font-face {
  font-family: 'Lato-Black';
  src: url(../fonts/Lato-Black.ttf);			
}


/* nano */

/* @font-face {
  font-family: 'NotoSans-Regular';
  src: url(../fonts/NotoSans-Regular.ttf);			
} */


@font-face {
  font-family: 'Ubuntu-Regular';
  src: url(../fonts/Ubuntu-Regular.ttf);			
}


@font-face {
  font-family: 'Ubuntu-Medium';
  src: url(../fonts/Ubuntu-Medium.ttf);			
}






/* ------------- */


:root{
  --color-1:#171717;
  --color-2:#cccccc;
  --color-3:#333333;
  --color-4:#e52d61;
  --font1:Lato-Regular;
  --font2:Lato-Light;
  --font3:Lato-Bold;
  --font4:Lato-Black;
  --ub-rg:Ubuntu-Regular;
  --ub-md:Ubuntu-Medium;
 
  

}



* {
  box-sizing: border-box;
  font-family: var(--font1);
}

body{
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box; 
}

.blc-bg{
  background-color: var(--color-1);
  padding: 1.1rem 5%;
}


/* .drk-bg{
  background-color: var(--color-1);
  margi
} */

.hd-title .line{
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
}

.hd-title .line::before{
  width: 30%;
  height: 1px;
  background-color: var(--color-2);
  content: '';
  opacity: .2;

 }

 .hd-title .line::after{
  width: 30%;
  height: .1px;
  background-color: var(--color-2);
  content: '';
  opacity: .2;
  
 }
 
 .hd-title h1{
  font-size: 27px;
  color: var(--color-2);
  font-family: var(--font1);
  margin-bottom: 10px;
  text-transform: uppercase!important;
 }

 .items-row{
  margin: 30px 0px 0px 0px!important;
  padding: 0px!important;
  justify-content: center!important;
 }

 .content-hd-title1{
  font-size: 23px;
  font-family: var(--font3);
  margin-bottom: 10px;
  text-transform: uppercase;
 }

 .content-hd-title2{
  font-size: 19px;
  font-family: var(--font1);
  text-transform: uppercase;
 }

 .content-desc{
  color: var(--color-2);
  font-size: 16px;
  font-family: var(--font1);
  margin-top: 1.5rem;
 }

 .sp-contents{
  padding-right: 22%;
}

 /* .item-btn a{
  padding: 10px 20px;
  background-color: var(--color-2);
  color: #000;
  border-radius: 10px;
  font-family: var(--font1);
 } */

 .item-btn{
  margin-top: 2.5rem;
 }

 .item-btn a {
  padding: 10px 20px;
  border-radius: 10px;
  font-family: var(--font1);
  border: 0;
  background-color: var(--color-2);
  color: #000;
  box-shadow: rgb(0 0 0 / 5%) 0 0 8px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 16px;
  transition: all 0.5s ease;
}

.item-btn a:hover {
  letter-spacing: 3px;
  background-color: var(--color-4);
  color: hsl(0, 0%, 100%);
  box-shadow: RGBA(169, 169, 170, .2) 0px 7px 29px 0px;
}

.item-btn a:active {
  letter-spacing: 3px;
  background-color: var(--color-4);
  color: hsl(0, 0%, 100%);
  box-shadow: RGBA(169, 169, 170, .2) 0px 0px 0px 0px;
  transform: translateY(10px);
  transition: 100ms;
}

 .flx-center{
  display: flex;
  align-items: center;
  justify-content: center;
 }


/*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.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 */


.full-width-header .mobile-navbar-menu .nav-menu li a {
 font-family: var(--font1)!important;
 font-weight: normal!important;
 font-size: 18px!important;
}

.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
  font-family: var(--font1)!important;
  font-weight: normal!important;
}

.full-width-header .hd-top{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 5%;
}

.sticky .hd-top{
  display: none!important;
}

.full-width-header .hd-top a{
  font-size: 16px;
  font-family: var(--font1);
  color: #fff;
}

.full-width-header .hd-top span{
  font-size: 16px;
  font-family: var(--font1)!important;
  color: #fff;
}

.full-width-header .hd-top .inner-item{
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
}

.sticky .logo-area {
  transform: translateY(0px)!important;
}

.sticky .rs-header .menu-area {
  padding: 2px 0px;
}

 .sticky {
 z-index: 10000!important;
 background-color: #cdcdcd!important;
 
} 

/* .sticky {
  background: #cdcdcd!important;
  
  margin: 0!important;
  z-index: 999!important;
  width: 100%!important;
  top: 0!important;
  position: fixed!important;
} */




.full-width-header ul{
  margin: 0px!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(--font1-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; */
 
}

/* .rs-header .al-enqure a{
  padding: 13px 25px;
  background-color: var(--color-3);
  color: #fff;
  font-size: 16px;

} */


.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
 
  color: var(--color-4);
 
}



.full-width-header {
  background-color:  rgba(0, 0, 0, 0.4);
  position: absolute;top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
}

.hd-bg{
  background-color: #cdcdcd;
  height: 120px;
  width: 100%;
  position: absolute;
  top: -50px;
  z-index: -1;
}


.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; 
 
} */

.menu-item .sub-menu{
  position: relative;
  opacity: 0;
  transition: all .2s linear;
 
   display: none!important; 
}

.menu-item:hover .sub-menu{
  position: relative!important;
  opacity: 1;
 display: block!important; 
}

.menu-item:hover .sub-menu li{
 opacity: 0;
 transition: all .3s ease;
 display: block;
}

.menu-item:hover .sub-menu li{
  opacity: 1;
}



.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(--font1);
 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 .rs-header .dot-content .humburger i{
  font-size: 40px;
 
}

.full-width-header .rs-header .dot-content .humburger i:hover{
  color: #e42e61;
  transition: all .2s linear;
}



.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;
}

 





/* top-bar-start */







.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 .carousel-caption{
  position: absolute!important;
  top: 30%!important;
  text-align: left!important;
  width: 45%;
}




.main-slider .carousel-inner  .carousel-caption{
  display: block!important;
  opacity: 1!important;
}

.main-slider .carousel-caption h5{
  font-family: var(--font1-black);
  color: #fff;
  font-size: 50px;
  animation-name: maintitle;
  animation-duration: 4s;
  transition: all .2s ease;
}

@keyframes maintitle {
  from {
        opacity: 0;
        transform: translateX(-60px);
      }

  to {
    transform: translateX(0px);
    opacity: 1;
  }
}

.main-slider .carousel-caption p{
  font-family: var(--font1);
  color: #fff;
  font-size: 20px;
  margin-bottom: 2rem;
  animation-name: slsubtitle;
  animation-duration: 4s;
  transition: all .2s ease;
}

@keyframes slsubtitle {
  from {
        opacity: 0;
        transform: translateY(10px);
      }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.main-slider .carousel-caption a{
  font-family: var(--font1);
  color: #fff;
  font-size: 20px;
  background-color: var(--color-3);
  padding: 12px 25px;
  animation-name: sllink;
  animation-duration: 4s;
  transition: all .2s ease;
}

@keyframes sllink {
  from {
        opacity: 0;
        
      }

  to {
    opacity: 1;
    
  }
}


.main-slider .carousel-indicators div {
  width: 15px; height: 15px;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
}

.main-slider .carousel-indicators  {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.main-slider .carousel-indicators .active {
  background-color: #fff;
}



/* ----------------------------- */




/* about------------------------- */

.al-about{
  padding-top: 2rem;
  overflow: hidden;
}


.al-about .content-hd-title1 {
 color: var(--color-4);
}

.al-about .content-hd-title2 {
  color: var(--color-2);
}

.al-about .ab-left .img{
  overflow: hidden;
  border-radius: 20px;
}

.al-about .ab-left{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30px;
}



/* ----------- */

/* al-services----------------- */

.al-services .owl-carousel .owl-stage {
  padding: 0px 0px 20px 0px!important;
}

.al-services .ser-left img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
} 

.al-services .items-row{
  background-color: var(--color-3);
}

.al-services .items-row .ser-left{
  padding: 0px!important;
  margin: 0px!important;
}

.al-services .ser-left .img{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.al-services .ser-left .img::before{
  content: "";
  position: absolute;
  /* top: 0px; left: 0px; */
  width: 95%; height: 95%;
  border: 1px solid var(--color-2);

}

.al-services .ser-right{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
}

.al-services h1{
  color: var(--color-2);
}

.al-services h2{
  color: var(--color-2);
}

.al-services .owl-dots{
  width: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 2rem 0px;
}

.al-services .owl-dot{
  width: 12px; height: 12px;
  border-radius: 50%; 
  /* background-color: var(--color-2); */
  border: 1px solid var(--color-2);
}

.al-services .owl-dots .active{
  width: 12px; height: 12px;
  border-radius: 50%; 
  background-color: var(--color-2); 
 
}

.al-services p{
  color: var(--color-2);
}
/* service-end-------------------- */

/* ------------ */

/* ---------------------projects---------------------- */

.al-projects{
  background-color: var(--color-1);
  /* padding: 0px %; */
}

.al-projects .each-item{
  margin: 0px!important;
  padding: 0px!important;
  overflow: hidden;
}

.al-projects .each-item img{
  width: 100%;
}

.al-projects .pro-row{
 margin-top: 2rem;
}

.al-projects .pro-row .img{
 position: relative;
 overflow: hidden;
}

.al-projects .pro-row .img::before{
  content: "";
  width: 90%; height: 100%;
  /* background-color: RGBA(229, 45, 97, .3); */
  background: url(../images/plus.png) no-repeat center RGBA(229, 45, 97, .3);
  position: absolute;
  top: 0px; left: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: var(--font1);
  opacity: 0;
  transition: all .3s linear;
  font-weight: normal;
 }

 .al-projects .pro-row  a:hover .img::before{
  width: 100%;
  transition: all .2s linear;
  opacity: 1;
 }

 .al-projects .pro-row  a:hover .img img{
  transition: all .3s linear;
 }

 /* --------------- */
 /* project-page------------------------------ */
 .project-page{
  padding: 20px 10%;
  overflow: hidden;
 }

 .project-page .project{
  padding: 5px;
  overflow: hidden;
 }

 .project-page .project img{
  width: 100%;
  object-fit: cover;
  object-position: center;
 }

 .project-page .img{
  position: relative;
 }

 .project-page a:hover .dets{
  /* height: 100%; */
  /* width: 100%; */
  opacity: 1;
  transition: all .2s ease-in;
 }


 .project-page .img .dets{
  position: absolute;
  bottom:0px; left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
   height: 100%;
  width: 100%;display: flex;
  align-items: center; justify-content: center;
  opacity: 0;
 }

 .project-page .img .dets h3{
  margin: 0px!important;
  font-size: 16px;
  font-family: var(--font1);
  font-weight: normal;
  color: #fff;
 }

 .al-gallery{
  padding: 1.5rem 10%;
 }
 .al-gallery .galmn-title{
  
  margin-bottom: 6px;
 }
 .al-gallery .galmn-title h3{
  font-family: var(--ub-rg);
  font-size: 22px;
  color: var(--color-1);
  text-transform: uppercase;
  margin: 0px;
 }


 .back-media{
  display: flex;
  align-items: center;
  justify-content: flex-start;
 }

 .back-media i{
  font-size: 25px;
  color: #000;
 }

 .al-gallery img{
 width: 100%; object-fit: cover;
 object-position: center;
 }

 .al-gallery .gal-items{
  padding: 7px!important;
  margin: 2px 0px;
  max-height: 200px;
  overflow: hidden;
  position: relative;
 }

 .al-gallery .gal-items .inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.al-gallery .gal-items .inner::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/zoom.png) no-repeat center RGBA(229, 45, 97, .3); 
  width: 70%;
  height: 70%;
  visibility: hidden;
  transition: all .1s linear;
  z-index: 0;
}

.al-gallery .spotlight{
   z-index: 1!important;
   position: relative;
}

.al-gallery .gal-items .inner:hover::before {
  width: 100%;
  height: 100%;
  visibility: visible;
}
 /* ------------------- */

 /* blogs------------------------------ */

 .dj-blogs {
  background-image: url(../images/blogs.jpg);
  object-position: center;
  object-fit: cover;
  padding: 2rem 5%;
  position: relative;
  
}

/* .dj-blogs::before{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6); 
  width: 100%;
  height: 100%;

} */


.dj-blogs .hd-title h1{
  color: #fff;
} 

.dj-blogs .hd-title .line::after {
 background-color: #fff;
}

.dj-blogs .hd-title .line::before {
  background-color: #fff;
 }

 .dj-blogs .blogs .row{
  justify-content: center!important;
  margin-top: 2rem;
 }

 .dj-blogs .blogs .row .each-item{
  padding: 0px 20px;
 }

 .dj-blogs .blogs .row .each-item .inner-item{
  background-color: rgba(255, 255, 255,0.1);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
 }

 .dj-blogs .blogs .row .each-item a:hover .inner-item{
  transform: translateY(-6px)!important;
  transition: all .2s linear;
 }

 /* .dj-blogs .blogs .row .each-item a:hover .content{
  padding-left: 30px!important;
  transition: all .2s linear;
 } */

 .dj-blogs .blogs .row .each-item .inner-item img{
   width: 100%;
 }

 .dj-blogs .blogs .row .each-item .inner-item .content{
  padding: 20px;
}

.dj-blogs .blogs .row .each-item .inner-item .content h2{
  font-size: 18px;
  margin: 0px;
  color: #fff;
  font-family: var(--font1);
  font-weight: normal;
}

.dj-blogs .blogs .row .each-item .desc{
  max-height: 100px;
  overflow: hidden!important;
}

 /* -------------- */


 /* blogs-page--------------------------- */

 .al-blogs-pge{
  padding: 30px 5%;
 }

 .al-blogs-pge .row{
  justify-content: center!important;
 }

 .al-blogs-pge .each-items{
  padding: 20px;
 }

 .al-blogs-pge .each-items a{
 display: block!important;
 }

 .al-blogs-pge .each-items a:hover img{
  transform: scale(105%);
  transition: all .2s linear;
  }

 .al-blogs-pge .each-items .inner-item .img{
  max-height: 250px; overflow: hidden;
  border-radius: 10px;
 }

 .al-blogs-pge .each-items .inner-item .img img{
  width: 100%;
 }


 .al-blogs-pge .inner-content{
  display: flex; align-items: flex-start!important;
  justify-content: flex-start!important; flex-direction: column;
  gap: 10px;
  padding: 5px 10px;
  min-height: 100px;
 }

 .al-blogs-pge .inner-content h4{
  text-align: start!important;
  font-size: 16px; font-family: var(--font1);
  color: #222;
  /* line-height: 1; */
  margin-top: 1.5rem;
  line-height: 1.2;
  margin-bottom: 0px!important;
  font-weight: normal;
  }

 .al-blogs-pge .inner-content h2{
 text-align: start!important;
 font-size: 18px; font-family: var(--font1);
 color: #000;
 /* line-height: 1; */
 line-height: 1.4;
 margin-top: .5rem;
 }

 


 /*  */






/* services-------------------------------- */





/* ------------- */

/* service-page---------------------------------------------- */
.serv-page{
  padding: 10px 5%;
}

.serv-page .serv-row .al-item{
  padding: 0px 10px;
  margin: 2rem 0px;
}

.serv-page .serv-row{
  justify-content: center!important;
}

/* .serv-page .serv-row .al-item{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 4px solid var(--color-2);
} */

.serv-page .serv-row .al-item .item-inner{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #fff;
  overflow: hidden;
  border-bottom: 4px solid var(--color-2);
}

.serv-page .serv-row .al-item .item-inner .item-content{
  padding: 20px;
  min-height: 270px;
}

.serv-page .serv-row .al-item .item-inner  img{
  width: 100%; object-fit: cover;
  object-position: center;
}

.serv-page .serv-row .al-item .item-inner .item-content h1{
  font-size: 18px;
  font-family: var(--font1);
  color: var(--color-4);
  line-height: 1.2;
  text-align: left;
}

.serv-page .serv-row .al-item .item-inner .item-content h2{
  font-size: 16px;
  font-family: var(--font1);
  color: #333;
  line-height: 1.2;
  text-align: left;
}

.serv-page .serv-row .al-item .item-inner .item-content .desc{
  max-height: 90px; overflow: hidden;
  text-align: left;
}

.serv-page .serv-row .al-item .item-inner .item-content .desc p{
  font-family: var(--font1);
}

.serv-page .serv-row .al-item .item-inner .item-content .serv-btn{
  position: relative; margin: 1.5rem 0px 10px 0px;
  display: flex; align-items: center; justify-content: flex-start;
}

.serv-page .serv-row .al-item .item-inner .item-content .serv-btn a{
  background-color: var(--color-4);
  color: #fff;
  padding: 5px 15px;
  font-family: var(--font1);
}

.serv-page .serv-row .al-item .item-inner .item-content .serv-btn a:hover{
  background-color: #8a297c;
  transition: all .2s linear;
}
/* ------------ */




/* banner-start */
.banner{
  position: relative;
  /* padding-top: 130px; */
   background-size: cover;
   background-position: center center; 
  background-repeat: no-repeat;
  /* display: flex; align-items: center;
  justify-content: flex-start; */
  padding: 14.5% 5%;
}

.bbanner{
  background-image: url(../images/image2.jpg);
  background-repeat: no-repeat; background-position: center;
  background-size: cover;
}

.banner-pad{
  padding: 16% 5%!important;
}

.banner h3{
  font-family: var(--ub-md)!important;
  font-weight: normal!important;
  font-size: 35px;
  text-transform: uppercase;
  color: var(--color-4)!IMPORTANT;
}



.banner .banner-desc p{
  color: #fff;
  font-family: var(--font1);
  font-size: 18px;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto;
}
/* --- */

/* branch network start------------------ */





/* services------------------ */





.about-page p{
  font-size: 16px;
  font-family: var(--font1);
  color: #000;
}






/* 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(--font1);
}

.consultation-bg a:hover{
  color: var(--blue)!important;
}
.consultation-bg span:hover{
  color: var(--blue)!important;
}

.consultation-bg span{
  color: #000;
  font-family: var(--font1-md);
  font-size: 14px;
}


.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(--font1);
  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-4);
  font-size: 25px;
  font-family: var(--font1);
  line-height: 10px;
  margin-bottom: 40px;
}

.request-form .btn{
    background-color: var(--color-4);
    color: #fff;
    font-size: 16px;
    padding: 6px 25px;
    border-radius: 0px;
    font-family: var(--font3);
}

.con-container{
  /* background-color: #322d9c; */
  padding: 50px 40px;
  /* background-image: url(../images/onlineleft.jpg); */
  /* background-repeat: no-repeat; */
  background-color: var(--color-1);
}

.con-container a{
  color: #fff;
}



.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(--font1);
}

.con-container .al-addr p{
  color: #fff;
  font-size: 16px!important;
  font-family: var(--font1);
}

.request-form .al-phone{
  margin-top: 1.4rem;
}

.al-con-addr h4{
  color: #ffff;
  font-size: 14px;
  font-family: var(--font1);
}

.con-container .content h3{
  color: #ffff;
  font-size: 22px;
  margin-bottom: 0px!important;
  font-family: var(--font1);
  
  
}

.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(--font1);
  line-height: 30px;
}

.news-cotainer .title {
  margin-bottom: 1rem;
}

.news-cotainer .discover{
  color: #fff;
  font-family: var(--font1);
  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(--font1);
}

.news-titile a{
  display: inline-block;
  font-size: 18px!important;
  line-height: 28px!important;
  color: var(--blue);
  font-family: var(--font1);
}

/* ---------------- */

/* 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(--font1);
}

.rs-inner-blog p{
  font-size: 16px;
  font-family: var(--font1);
}

.rs-inner-blog a{
  font-size: 16px;
  font-family: var(--font1);
}
/* ----------- */


.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 */






 .item-cont-new{
  overflow: hidden!important;
  position: relative!important;
 }
 
 /* footer-start */

.al-footer{
  padding: 30px 5% 30px 5%;
  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;
 }

 .ann-text{
  background-color: #000!important;
  padding: 10px 5%;
  border-top: 1px solid #494848;
 }


 .al-footer a:hover,.al-footer i:hover{
  color: var(--color-1)!important;
  transition: all .3s linear;
 }

.ann-text p{
  color: #ccc;
  font-size: 14px!important;
  margin: 0px;
 }

 .ann-text a{
  color: #ccc;
  font-size: 14px!important;
  margin: 0px;
 }

 .ann-text a:hover{
  color: #fff;
  transition: all .2s linear;
 }
/* footer-end */





@media (max-width:1200px){
  
  

  .full-width-header .dot-content{
    display: block!important;
  }

  .right_menu_togle.mobile-navbar-menu {
    display: block!important;
}

.full-width-header .rs-header.header-home5-style .expand-btn-inner ul .humburger {
    display: block!important;
}

.full-width-header .menu-responsive{
  display: none!important;
}

.sp-contents{
  padding-right: 5%;
}
  
}


 @media(max-width:992px){


.al-services .ser-right .content{
  margin-top: 1.5rem;
}

.sticky {
  background: #fff;
  color:#000;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: fixed;
}



.sticky-logo{
  display: block!important;
}




.sp-contents{
  padding-right: 0%;
}

.al-services .sp-contents h2{
  margin-top: 2rem;
}


}

@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 */





/* 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) {


  .hd-title h1{
    font-size: 25px;
   }
  
   .content-hd-title1{
    font-size: 20px;
   }
  
   .content-hd-title2{
    font-size: 17px;
   }

  

 .menu-section {
    padding: 0px 0%;
    position: relative;
    z-index: -1;
}


.dj-blogs {
  background-image: none;
  background-color: var(--color-1);
  
}
  /* .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);
}


.cover {
  object-fit: none;
  width: 90%!important;
}


.banner h3{
  display: none;
}

.banner p{
  display: none;
}


}

@media(max-width:768px){


  .hd-title h1{
    font-size: 22px;
   }
  
   .content-hd-title1{
    font-size: 19px;
    margin-top: 1rem;
   }
  
   .content-hd-title2{
    font-size: 17px;
   }



.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: flex;
  /* flex: 1; */
  width: 35%;
}


.rs-header .al-enqure a {
  padding: 9px 18px;
  font-size: 16px;
}



.rs-header .menu-area .logo-area img {
  width: 100%;
}


 
  
  .rs-header .menu-area .logo-area {
    transform: translateY(0px);
}


  


.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);
}



/* ------------- */


.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;
    
}

/* ------- */





.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;
}


.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%;
}








.al-about .ab-left {
  justify-content: flex-start;
  padding-right: 0px;
  margin-bottom: 1rem;
}


}


@media only screen and (max-width: 600px) {


  .hd-title h1{
    font-size: 21px;
   }
  
   .content-hd-title1{
    font-size: 18px;
    margin-top: 1rem;
   }
  
   .content-hd-title2{
    font-size: 16px;
   }

   .desc p{
    font-size: 14px!important;
   }

   .item-btn a {
    font-size: 14px;
}

.gal-items{
  margin: 6px 0px!important;
}

.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: flex;
  /* flex: 1; */
  width: 40%!important;
}





.al-enqure{
  display: none;
}
  
  
  
    .main-slider .carousel-caption h5{
      font-size: 18px;
    }
    
    .main-slider .carousel-caption p{
      font-size: 14px;
      margin-bottom: 1rem;
      
    }
    
    .main-slider .carousel-caption a{
      font-size: 14px;
      padding: 6px 15px;
    }
    
    .main-slider .carousel-caption{
      top: 15%!important;
      width: 70%;
    }
  


.left-sec .ab-btn a {
  font-size: 14px;
  font-family: var(--font1);
  /* 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;
  
}



.menu-area .custom {
    padding: 3px 5%;
}



.serv-page .serv-row .al-item .item-inner .item-content .desc{
  max-height: 90px; 
}

.serv-page .serv-row .al-item .item-inner .item-content h1 {
  font-size: 22px;
  
}



  
}

@media only screen and (max-width: 480px) {

  .al-footer img{
    width: 65%;
  }

  .full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
    display: flex;
    /* flex: 1; */
    width: 50% !important;
}

  .rs-header .al-enqure a {
    padding: 6px 10px;
    font-size: 14px;
  }
  
  
  .main-slider .carousel-caption{
    top: 20%!important;
    width: 70%;
  }

  .main-slider .carousel-caption .sl-btn{
    display: none;
  }
  
  .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;
}
  
}