/*font-family*/
/*font-family*/


@font-face {
  font-family: 'RobotoCondensed-Bold';
  src: url(../fonts/RobotoCondensed-Bold.ttf);			
}

@font-face {
  font-family: 'RobotoCondensed-Light';
  src: url(../fonts/RobotoCondensed-Light.ttf);			
}

@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url(../fonts/RobotoCondensed-Regular.ttf);			
}

/* font-2 */

@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: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf);			
}

/* font-3 */

/* font-4 */

@font-face {
  font-family: 'OpenSans-Light';
  src: url(../fonts/OpenSans-Light.ttf);			
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url(../fonts/OpenSans-Regular.ttf);			
}


@font-face {
  font-family: 'OpenSans-Medium';
  src: url(../fonts/OpenSans-Medium.ttf);			
}




:root{
  --red:#ea252e;
  --blue:#007dde;
  --white:#ffff;
  --roboto-font-one:RobotoCondensed-Bold;
  --roboto-font-two:RobotoCondensed-Light;
  --roboto-font-three:RobotoCondensed-Regular;
  --roboto:Roboto-Regular;
  --roboto-md:Roboto-Medium;
  --poppins:Poppins-Regular;
  --open-san:OpenSans-Light;
  --open-san-regular:OpenSans-Regular;
  --open-san-medium:OpenSans-Medium;

}

.space-one{
   padding: 20px 5%;
}

.desc{
  color: #444;
  font-size: 16px;
  font-family: var(--roboto);
  margin: 0px!important;
}



/*font-family*/

/* scroll-------------- */

.delighter.left { transform:translateX(-100%); opacity:0; transition: all 1.2s ease-out; }
.delighter.left.started { transform:none; opacity:1; } 
.delighter.right { transform:translateX(30%); opacity:0; transition: all 1.3s ease-out; }
.delighter.right.started { transform:none; opacity:1; } 


.delighter.top { transform:translateY(-100%); opacity:0; transition: all 1.2s ease-out; }
.delighter.top.started { transform:none; opacity:1; }

.delighter.bottom { transform:translateY(50%); opacity:0; transition: all 1.2s ease-out; }
.delighter.bottom.started { transform:none; opacity:1; }

.delighter.width { width: 0%; opacity:0; transition: all 1.2s ease-out; }
.delighter.width.started { width: 100%; opacity:1; }

.delighter.scale { transform: scale(0); opacity:0; transition: all 1.2s ease-out; }
.delighter.scale.started {transform:none; opacity:1; }

.delighter.opacity {opacity:0; transition: all 2s ease-out; }
.delighter.opacity.started {opacity:1; }


/* header-start */

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li  {
 position: relative;
  
 
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 16px;
  font-family: var(--roboto-font-three);
  font-weight: 600;
  margin-right: 10px;
  height: 95px;
  line-height: 95px;
  padding: 0;
  color: #000;
  
 
}

/* .nth a{
  color: #000;
  text-decoration: none;
}

.nth ul li:nth-child(even) a::after{
  content: "abcs";
} */


.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li:nth-child(even) a::before{
 content: "/";
 position: absolute;
 top: 0px; right: -15px;
 
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li:nth-child(even) a::after{
  content: "/";
  position: absolute;
  top: 0px; left: -20px;
  
 }




.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
 
  color: var(--blue);
 
 
}


.rs-header .custom{
   padding: 0px 6%;
}



/* top-bar-start */

.top-contact{
    padding: 1.5rem 5%!important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    color: #FFFFFF;
    background: rgb(0,233,189);
    background: linear-gradient(90deg, rgba(0,233,189,1) 0%, rgba(0,125,222,1) 100%);
}

.top-contact .top-social{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.top-contact .social-contact{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.top-contact .social-contact a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.top-contact .social-contact a .phone-no{
  transform: translateY(2px);
}

/* .al-phone{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
} */

/* .top-contact .top-social{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.top-contact .phone-icon{
     width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-contact .phone-icon i{
  transform: translateX(2.5px);
  transform: translateY(1px);
}

.top-contact .top-social span{
   transform: translateY(1px);
}  */


.dot-content{
  display: none!important;
} 

.full-width-header .rs-header.header-transparent{
  position: relative;
}




.rs-header a{
  text-transform:none!important;
}

/* .bar{
  display: none!important;
} */

.top-contact a{
  font-size: 15px;
  color: #ffff;
 text-transform: none!important;
 font-family: var(--roboto-font-three);
}



/* ---------------------------------- */

/* slider-start */

.rs-slider.slider3 .desc {
  font-size: 17px;
  color: #0a0a0a;
  margin: 25px 0 45px;
}
.rs-slider.slider3 .slider-bottom {
  display: block;
  overflow: hidden;
}
.rs-slider.slider3 .slider-bottom .consultant {
  display: inline-block !important;
}




.rs-slider .content-part .sl-container {
  /* padding-right: 30%; */
  padding: 0px 50% 0px 5%;
  width: 100%;
  
}

/* .rs-slider .content-part .sl-container::before {
  
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
 
  
} */


.rs-slider.slider3 .content-part {
  position: absolute;
  content: '';
  /* top: 70%;
  left: 50%; */
  bottom: 10%;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  width: 100%;
  z-index: 1;
  padding: 20px 0px;
  
}



.rs-slider .content-part .sl-title {
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-family: var(--roboto);
  color: var(--white);
  /* margin-bottom: 25px; */
}

/* ----------------------------- */

/* spec-start */
.al-quates{
  background-color: #09af90;
  padding: 20px 5%;
}

.al-quates .quate-image{
  overflow: hidden;
}

.al-quates .quate-content{
  padding: 0px 5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.al-quates .quate-content p{
  font-size: 20px;
  color: #ffff;
  font-family: var(--roboto-font-three);
}
/* ------------ */



/* about-sec-start */

.al-about{
  padding: 30px 10% 20px 5%;
}

.al-about h1{
  font-size: 17px;
  color: #000;
  font-family: var(--open-san);
  line-height: 1;
  letter-spacing: 1px;
}

.al-about h2{
  font-size: 25px;
  color: var(--blue);
  font-family: var(--open-san-regular);
  line-height: 1.2;
  letter-spacing: 1px;
}

.al-about p{
  font-size: 18px;
  color: #000;
  font-family: var(--roboto-font-two);
}

.about-right{
  padding-left: 60px;
}

.about-right .ab-broc a{
   display: block;
   text-align: center;
   padding: 10px 20px;
   background: linear-gradient(90deg, rgba(0, 233, 189, 1) 0%, rgba(0, 125, 222, 1) 100%);
   font-family: var(--open-san-regular);
   color: #fff;
   font-size: 16px;
   transition: all .2s linear;
}

.about-right .ab-broc a:hover{
 
  background: linear-gradient(90deg, rgba(0, 125, 222, 1) 0%, rgba(0, 233, 189, 1) 100%);
 
}

/* end */


/* mission and vision */

.mission {
  position: relative;
  width: 100%;
  height: 550px;
  margin-top: 4px;
  overflow: hidden;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  overflow: hidden;
}
.mission .mv-bg {
  position: absolute;
  bottom:0;
  left: 0;
}
/* article p {
  position: absolute;
  width: 100%;
  margin-top: 120px;
  text-transform: uppercase;
  color: #fff;
  font-size: 6em;
} */


.mission{
  padding: 30px 5%;
  /* background-image: url(../images/mision&visionbg.png);
  background-size: 100%;
  background-repeat: no-repeat; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.mission .desc {
  position: relative;
 }

.mission .desc p{
 color: var(--white);
 font-size: 20px;
 font-family: var(--roboto-font-two);
 margin-top: 2rem;
}

.mission .mv-box{
  position: relative;
  padding: 20px 40px;
  min-height: 300px;
  background-color: hsla(206, 85%, 55%, 0.4);

}

.al-vission,.al-mission{
  padding: 20px 50px;
  margin-top: 2rem;
}

.mv-box h1{
  color: var(--white);
  font-size: 30px;
  font-family: var(--roboto-font-one);
  line-height: 1.2;
  margin-top: 10px;
}

.mv-box p{
  color: var(--white);
  font-size: 18px;
  font-family: var(--roboto-font-two);
  /* line-height: 1.2; */
  margin-top: 10px;
}

.mv-box .img-icon{
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .mission .mv-box::before{
 content: "";
 background-color: var(--blue);
 bottom: 0; left: 0;
 background-color: hsl(206, 100%, 44%);
 
} */
/* ---------------- */






/* products-start----------------------------- */
.al-products{
  padding: 20px 5%;
}



.al-products .product-banner .banner{
  background-color: #168671;
 padding: 15px 0px;
}

.product-banner .traingle-container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-banner .trangle{
  width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 30px solid #168671;
}

.al-products .product-banner .banner h1{
  color: var(--white);
  font-size: 25px;
  font-family: var(--roboto-font-two);
  line-height: 1;
  margin:0px;
}

.all-products{
  margin: 2rem 0px 0px 0px;
}

.all-products .testi-wrap{

 background-color: #fff;
 /* box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
 /* box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
 /* box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
 box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
 /* min-height:400px; */
 padding: 20px;
}

.all-products .testi-wrap:hover{
box-shadow: none;
transition: all .3s linear;
transform: translateY(10px);
 }
 

.owl-carousel .owl-stage-outer {
  min-height: 44vh;
}

/* .all-products .item-cont-new img {
  width: 100%;
} */

.al-products .pr-img{
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-products .testi-wrap .product-titile h1{
       font-size: 18px;
       font-family: var(--open-san-regular);
       line-height: 1.2;
       margin: 15px;
 }
/* product-end---------------------------- */

/* Products-page-start */
.all-products{
  padding: 20px 5% 0px 5%;
}

.all-products .item{
 margin: 2rem 0rem;
} 

.pr-item{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; 
  padding: 10px;
  cursor: pointer;
}

.pr-item:hover{
 box-shadow: none;
 transform: translateY(8px);
 transition: all .2s linear;
}

/* .pr-item img{
  width: 100%;
} */

.pr-item h2{
  font-size: 20px;
  font-family: var(--open-san-regular);
  line-height: 1.4;
  margin: 20px;
}
/* ------------------------------ */


/* qualities-start */

.al-qults{
  padding: 3rem 5%;

}

.al-qults .qlts-icon{
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
  
}

.al-qults .qlts-tems h1{
 font-size: 16px;
 text-transform: uppercase;
 color: #000;
 font-family: var(--roboto-md);
 margin: 0px;
 line-height: 40px;
 margin-top: 1rem;
   
 }

 .al-qults .qlts-tems p{
  font-size: 16px;
  text-transform: none;
  color: #555;
  font-family: var(--roboto);
    
  }

  .alds-desc{
    max-height: 60px;
    overflow: hidden;
  }
/* -------------------------- */


/* contact-page-start */
/* consultation-section-start */

.consultation-bg{
  background-image: url(../images/banner.jpg);
  background-size: 100%;
  padding: 3% 0px;
  background-repeat: no-repeat;
}

.consultation-bg a{
  color: #ffff;
  font-family: var(--roboto);
  position: relative;
  margin-right: 20px;
}

.consultation-bg a::before{
  content: "/";
  position: absolute;
  right: -15px;
  color: #ffff;
  font-family: var(--roboto);
}

.consultation-bg a:hover{
  color: var(--blue)!important;
}
.consultation-bg span:hover{
  color: var(--blue)!important;
}

.consultation-bg span{
  color: #ffff;
  font-family: var(--roboto-md);
  font-size: 14px;
}

.rs-contact h3{
  color: #fff!important;
  font-family: var(--roboto);
}

.grey-baground{
  background-color: #fbfcfa;
  height: 13rem;
}
.wel-image {
  height:50px;
  width:50px;
}

.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: center;
  justify-content: flex-start;
}

.form-heading h1{
  color:var(--blue);
  font-size: 25px;
  font-family: var(--roboto-font-three);
  line-height: 10px;
  margin-bottom: 40px;
}

.request-form .btn{
    background-color: var(--blue);
    color: #fff;
    font-size: 14px;
    padding: 6px 25px;
    border-radius: 0px;
    font-family: var(--roboto);
}

.con-container{
  /* background-color: #322d9c; */
  padding: 50px 40px;
  /* background-image: url(../images/onlineleft.jpg); */
  /* background-repeat: no-repeat; */
  background-color: var(--blue);
}



.offline-btn{
  border: 1px solid #ffff;
  padding: 10px 0px ;
  display: block;
  color: #ffff;
  transition: all .3s linear;
  /* display: block; */
  margin-top: .5rem;
}

.offline-btn:hover{
  border: 1px solid #ffff;
  background-color: #ffff;
  color: #000;
}

.con-container .content{
  text-align: left;
}


.al-con-addr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 1.3rem;
}

.con-container .al-addr{
  display: flex;
  align-items: flex-start!important;
}

.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 */

.about-page{
  padding: 1rem 5%;
  min-height: 250px;

}

.about-page p{
  font-size: 16px;
  font-family: var(--roboto);
  color: #000;
}

.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);
}

/* ---------------- */


.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:#cc0001;
}





.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: blue;
}

 .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{
  background-color: #000;
}

.al-footer .wel-container{
  padding: 10px 5%;
}
.al-footer .ft-addr{
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 10px;
}

.al-footer .ft-phone{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 5px;
}

.al-footer .ft-phone a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--open-san-regular);
  color: #fff;
}

.al-footer .footer-logo{
  margin: 15px 0px;
}

.ft-social a{
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-family: var(--open-san-regular);
}

.al-footer a:hover{
  color:var(--blue);
  transition: all .3s ease;
}

.al-footer .ft-phone i{
  color: #ffff;
  font-size: 16px;
  font-size: 20px;
}

.al-footer .ft-addr i{
  color: #ffff;
  font-size: 20px;
  transform: translateY(7px);
}

.al-footer .ft-addr p{
  color: #ffff;
  font-size: 16px;
  font-family: var(--open-san-regular);
}

.ft-border{
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  position: relative;
}

.ft-border::before{
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  background-color: #f1efef;
  border-radius: 50%;
  bottom: -5px; right: 0px;
}

.ft-bootom{
  padding: 10px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.ft-bootom p{
 color: #fff;
 font-size: 14px;
 font-family: var(--open-san-regular);
}
/* ---------------------------------------------- */
 .rs-footer{
  background-color: #000;
 }

 .rs-footer .rs-ft-container{
  padding: 10px 10% 30px 10%;
 }


 .rs-footer .ann-text{
  background-color: #000;
  padding: 6px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10% 30px 10%;
 }

 .rs-footer .ann-text p{
  color: #f3f1f1;
  font-size: 14px!important;
  font-family: var(--roboto);
 }

 .rs-footer .ann-text a{
  color: #f3f1f1;
  font-size: var(--roboto);
  font: 14px!important;
 }

 .rs-footer .ann-text a:hover{
  color: rgb(248, 230, 160);
  
 }
 .rs-footer{
  background-color: #000;
 }

 .rs-footer .rs-fttitile{
  color: #ffff;
  font-size: 16px;
  line-height: 40px;
  font-family: var(--roboto-md);
 }

 /* .rs-footer .rs-social{
  display: flex;
  align-items: center;
  justify-content: flex-end;
 } */

 .rs-footer .rs-underline{
  padding-bottom: 0px;
  border-bottom: 2px solid #ffff;
 }

 .rs-ftcont{
  margin-top: 1rem;
 }

 .rs-ftcont p{
  color: #ffff;
  font-family: 'RobotoCondensed-Regular';
  font-size: 16px;
  line-height: 25px;
 }

 .rs-phone{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
 }

 .rs-phone i{
  color: #ffff;
 }

 .rs-phone a{
  color: #ffff;
  font-family: var(--roboto);
  font-size: 16px;
 }

 .rs-social{
  margin-top: 1rem;
 }

 .rs-social a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 17px;
  color: #ffff;
  font-family:var(--roboto);
  text-transform: capitalize;
  margin-bottom: 10px;
 }

 .rs-social a:hover span{
  background-color:var(--red);
  transition: all .3s ease;
 }
 .rs-social span{
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffff;
 }
/* .rs-footer{



  margin-top: 0px;
}
.footer-logo-sec{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0px;
}
.ft-logo {
  width: 300px;
  height: 70px;
}
.ft-logo  img{
  width: 100%;
  height: 100%;
}
.ad-desc{
  margin-bottom: 1rem;
} 
.ad-desc p{
  color: #e2dcdc;
  margin-top: 0px;
  margin-bottom: 1rem;
  padding: 0px;
}  */

/* .footer-social{
  margin-top: 1rem;
} */
/* footer-end */


/* popup-start */


.contact-pop{
  position: fixed;
  right:-42px;
  top: 16rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  transform: rotate(-90deg);
  margin: 0px!important;
  padding: 0px!important;
  z-index: 100000;
}

.contact-pop .pop-button{
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 10px 15px!important;
  border-radius: 5px;
  display: inline-block;
  z-index: 100000;
  transition: all .2s linear;
  font-family: 'IBM Plex Sans', sans-serif!important;
  text-transform: uppercase;
  background-color: #330033!important;
  color: #ffff!important;
}

.indx-contact{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0px 0%;
}

.indx-contact .indx-box{
  width: 36rem;
  background-color: #ffff;
  position: fixed;
  top: 5rem;
  z-index: 100000;
  padding: 2rem 3%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 5px;
  display: none;
}

.indx-contact .indx-box label{
  font-size: 14px;
  text-transform: capitalize;
}

.indx-contact .form-group textarea{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-bottom: .5px solid #797777;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.indx-contact .indx-box input{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 1px;
  border-bottom: .5px solid #797777;
  margin-bottom: 1rem;
}

.indx-contact .form-control{
  border: none;
}

.indx-box .form-btn{
  font-family: 'IBM Plex Sans', sans-serif!important;
  font-weight: 100px!important;
  padding: 10px 20px!important;
  background-color: #330033;
  color: #ffff;
  margin-top: .6rem;
}

.indx-box .icon-box{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.indx-box .icon-box i{
  color: #0e3481;
}

.indx-box .form-txt h1{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #eeeef1;
  color: #000;
  padding: 2px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: .7rem;
  
}

.indx-box .form-txt .succsess{
  color: green;
  
}

.indx-box .form-txt .error{
  color: red;
  
}

.indx-contact input:focus, textarea:focus, select:focus{
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.indx-box .form-txt h2{
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 22px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.for-titile{
  position: relative;
  display: block;
  padding-bottom: .5px;
  margin-bottom: 1rem;
}

.for-titile::before{
  position: absolute;
  content: '';
  width: 3rem;
  height: 1px;
  background-color: #000;
  bottom: 0px;
}







 @media(max-width:991px){
  .dot-content{
    display: block!important;
  }
  .sl-title{
    font-size: 35px!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 10% 0px 5%;
  /* padding-right: 10%; */
  width: 100%;
  
}



}

@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;
}

.gicon-box p{
  color: #000;
  font-family: 'RobotoCondensed-Regular';
}

.gicon-box {
  overflow: hidden;
}
/* 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;
}

.float-button{
  margin-top:10px;
  color:#FFFFFF;	
}
/***Whatsapp icon***/




@media only screen and (max-width: 1366px) {
  .ar-content{
    flex-wrap: wrap;
  }

  .top-contact .phone-icon i {
    /* transform: translateX(2.5px); */
    transform: translateY(0px);
}

  .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li:nth-child(even) a::before{
    content: "";
    position: absolute;
    top: 0px; right: -15px;
    display: none;
    
   }
   
   .full-width-header .rs-header .menu-area .main-menu .rs-menu ul li:nth-child(even) a::after{
     content: "";
     position: absolute;
     top: 0px; left: -20px;
     display: none;
     
    }

    .rs-header .menu-area .logo-area img {
      width: 100%;
  }

  .al-vission, .al-mission {
    padding: 20px 50px;
    margin-top: 0rem;
}
 
  
}

@media (max-width:1280px){
  .full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
    flex: 1;
   }
   .rs-header .custom {
    padding: 0px 3%;
}

.rs-slider .content-part .sl-container {
  /* padding-right: 30%; */
  padding: 0px 20% 0px 5%;
  width: 100%;
  
}

.al-quates img {
  width: 100%;
}

/* .al-quates .quate-content {
  padding: 0px   ;
  
} */

/* .mission {
  background-image: none;
  padding: 15px 5%;
}

.mission .desc p {
  color: #000;
  
}

.mission .mv-box {
  position: relative;
  padding: 20px 40px;
  min-height: 300px;
  background-color: hsla(206, 85%, 55%, 1);
} */




}

@media only screen and (max-width: 991px) {

  
  .ser-page-head{
    padding-left: 20px;
  }

  .ser-page-head h1{
    font-size: 22px!important;
   
  }


  .rs-header .custom {
    padding: 0px 5%;
}


.al-quates img {
  width: auto;
}
  


  /* .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);
    background-size: 100%;
    padding: 2% 0px;
    background-repeat: no-repeat;
}

.serv-item{
  padding: 3rem 8%;
  background-image:none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}





.mission .desc p {
  color: #000;
  
}

.mission .mv-box {
  position: relative;
  padding: 20px 40px;
  min-height: 300px;
  background-color: hsla(206, 85%, 55%, 1);
}

.mv-bg{
  display: none;
}

.mission{
  overflow: visible;
  height: auto;
} 



}

@media(max-width:768px){

  .top-contact{
    padding: 1.1rem 5%!important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
    color: #FFFFFF;
    background: rgb(0,233,189);
    background: linear-gradient(90deg, rgba(0,233,189,1) 0%, rgba(0,125,222,1) 100%);
}


  .rs-header .menu-area .logo-area img {
    width: 90%;
}
  .al-quates .row{
    margin: 0px!important;
    padding: 0px!important;
    --bs-gutter-x: 0rem;
  }
  .al-quates .quate-content {
    padding: 0px;
    justify-content: flex-start;
    margin-top: 10px;
}

  .serv-item .serv-img {
    padding-left: 0rem;
}

.serv-content{
  padding: 0px;
}

.serv-top .page_title h3 {
  font-size: 22px!important;
 
}

.serv-top .page_title span {
  font-size: 16px!important;
 
}

.serv-item {
  padding: 2rem 8%;
  
}
  
  .rs-news .row .blog-items{
    margin-top: 2rem;
   }
   .prct-row {
     padding: 0px 15%;
   }
/*   
  .top-contact{
  flex-wrap: wrap;
  gap: .5rem;
  
} */


.about-right{
  padding-left: 0px;
  margin: 15px 0px 0px 0px;
}

/* ------------- */


.spec-items{
  margin-bottom: 1rem;
}

.al-spec .spec-items h1 {
 
  font-size: 25px;
  
}

.al-spec .spec-items p {
 
  font-size: 13px;
  
}

.consultation-form {
  padding: 0px 0 0 0%;
}


.consultation-bg {
   
    padding: 0% 0px;
   
}



.rs-contact h3 {
font-size: 16px;
margin-bottom: 0px;
}

.rs-contact span {
  font-size: 12px;
  
  }

  .consultation-bg a::before {
    content: "/";
    font-size: 12px;
}

  .al-req-form {
    padding: 48px 11px 5px 11px;
    
}

/* ------- */

.indx-contact .indx-box{
  width: 25rem;
  background-color: #ffff;
  position: fixed;
  top: 4rem;
  z-index: 100000;
  padding: 1rem 4%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 5px;
}

.indx-box .form-btn{
  font-family: 'IBM Plex Sans', sans-serif!important;
  font-weight: 100px!important;
  padding: 6px 15px!important;
  background-color: #330033;
  color: #ffff;
  margin-top: .6rem;
}

.rs-slider .content-part .sl-container {
  padding: 0px 5% 0px 5%;
  width: 100%;
  
}

.rs-slider.slider3 .content-part {
  position: absolute;
  content: '';
  /* top: 70%;
  left: 50%; */
  bottom: 20px;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  width: 100%;
  
}


.al-contact .inr-container .cont-content{
  position: absolute;
  width: 100%!important;
  top: 20%;
}

.con-border{
  border-right: none;
  padding-right: 0px;
}

.al-cont-form {
  padding: 0px;
}


.ft-border{
  border-bottom: none;
  /* padding-bottom: 20px;
  position: relative; */
}

.ft-border::before{
  display: none;
}

/* .footer-logo{
  display: flex;
  align-items: center;
  justify-content: ;
} */

.al-footer .ft-addr {
  justify-content: center;
  gap: 10px;
}

.al-footer .ft-phone {
  justify-content: center;
  gap: 10px;
}

.ft-social{
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-bootom {
  flex-direction: column;
  gap: 6px;

}

.footer-logo img{
  width: 60%;
}


.all-products .item {
  padding: 0px 20px;
  
}



}


@media only screen and (max-width: 576px) {

  /* .ft-bootom {
    gap: 10px;
  } */

  .top-contact .social-contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .8rem;
}


.top-contact .top-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

  /* .top-contact {
    padding: 4px 5%!important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
    color: #FFFFFF;
    background: rgb(0,233,189);
    background: linear-gradient(90deg, rgba(0,233,189,1) 0%, rgba(0,125,222,1) 100%);
} */


/* .top-contact .phone-icon {
  width: 25px;
  height: 25px;
  
}

.top-contact .phone-icon i {
  font-size: 14px;
}

.top-contact .top-social {
  width: 26px;
  height: 26px;
 
}


.top-contact .top-social i{
  font-size: 15px;
 
} */

  
  .rs-contact .container{
    padding: 0px 10%;
  }

  .consultation-bg {
    min-height: 60px!important;
    background-size: 100% 100%;
}

  .menu-area .custom{
       padding: 10px 10%;
  }
.top_mimage {   display:inline-block;  }

  .sl-title{
   
    margin: 0px!important;
    padding: 0px!important;
    font-size: 0px!important;
  }

  

  .sl-title{
    font-size: 20px!important;
    /* margin-bottom: 10px!important; */
  }

  



.desc {
  font-size: 14px;
}



	/* .rs-slider { display:none;} */
	.disimage {margin-top:100px;}
	
  
  .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;
  
}


  
}

@media only screen and (max-width: 480px) {

  /* .header-logo{
    width: 65%;
  }
  .rs-header .menu-area .logo-area img{
    width: 100%;
} */

.menu-area .custom {
  padding: 10px 8%;
}

  
  .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;
}
  
}