@charset "utf-8";
/* font style*/
@import url('https://fonts.googleapis.com/css?family=Poppins:100,400,300,200,500,700,600,800,900');
@import url(':400,300,200,500,700,600,800,900');
@import url(':100,200,300,400,500,600,700,800,900');

body{
    margin:0px;
    padding:0px;
    width:100%;
    height: auto;
    line-height: 24px;
    color: #;
    font-family: 'Poppins', sans-serif;
    background:#FFF;1e1d1d;
    overflow-x: hidden;
}
.theme{
    padding:0px; margin:0px;
}
/*theme-pattern*/
.theme-bg{
    background: #c61a20;
    color: #FFF;
   
}
.theme-color{
    color:#cd2127;
}
.text-white{ 
    color:#FFF;
}
.text-white:hover{
    text-decoration: none;
}
.text-black{ 
    color:#000;
}

.theme-button{
    border-radius: 50px; 
    border:2px solid #cd2127; 
    background: #cd2127;
    color:#FFF;
    font-size: 14px;
}




.theme-bg-button{
    border-radius: 50px; 
    border:2px solid #cd2127; 
    background: transparent;
    color:#cd2127;
    font-size: 14px;
}
.theme-bg-button:hover{
    border:2px solid #cd2127; 
    background: #cd2127;
    color:#FFF;
    font-size: 14px;
    transition: 1s ease;
}

.theme-bg-button-white{
    border-radius: 50px; 
    border:2px solid #FFF; 
    background: transparent;
    color:#FFF;
    font-size: 14px;
}
.theme-bg-button-white:hover{
    border:2px solid #cd2127; 
    background: #cd2127;
    color:#FFF;
    font-size: 14px;
}
.arrow-background{
    width:45px; 
    padding: 7% 0%;
    background: #bc181d;
    margin-top: 4%;
    border-radius:50px; 
    
}

.dropdown .dropdown-menu {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown:hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
}












.dropdown-menu { margin-top20%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin :1.650rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #9d1015;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #FFF;
    text-align: inherit;
    white-space: nowrap;
    background-color: #9d1015;
    border: 0;
}
.dropdown-item:hover{
    background:#c61a20;
    color:#FFF;
    padding-left:10%;
    font-weight: 600;
    transition: .5s ease;
}


@media only screen and (max-width:1024px){
.dropdown-menu { margin-top20%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin :-1rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #9d1015;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
    
    
}



.electrical-head{
    padding-top:12%;
}

.Plumbing-head{
    padding-top:12%;
    line-height: 22px;
}


.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 200;
    line-height: 1em;}

.error{
    padding:6% 0% 8% 0%;
    background:#fff;
    background-position:center;
    min-height: auto;
    
}



/*fontstyle*/
.font48{ font-size: 48px; line-height:51px; }
.font38{ font-size: 38px; line-height:24px; }
.font26{ font-size: 26px; line-height:24px; }
.font20{ font-size: 20px; line-height:24px; }
.font33{ font-size: 33px; line-height:24px; }
.font30{ font-size: 30px; line-height:24px; }
.font24{ font-size: 24px; line-height:24px; }
.font22{ font-size: 22px; line-height:24px; }
.font18{ font-size: 18px; line-height:24px; }
.font17{ font-size: 17px; line-height:24px; }
.font16{ font-size: 16px; line-height:24px; }
.font15{ font-size: 16px; line-height:24px; }
.font14{ font-size: 14px; line-height:24px; }
.font135{ font-size: 13.5px; line-height: 24px;}
.font13{ font-size: 13px; line-height:24px; }
.font12{ font-size: 12px; line-height:24px; }
.font11{ font-size: 11px; line-height:24px; }
/*font weight*/
.font-w-200{ font-weight: 200; }
.font-w-300{ font-weight: 300; }
.font-w-400{ font-weight: 400; }
.font-w-500{ font-weight: 500; }
.font-w-600{ font-weight: 600; }
.font-w-700{ font-weight: 700; }
.font-w-800{ font-weight: 800; }
/**/
.img{
    width:100%;
}

.bannerimg{
    width:100%;
}


.font40{
  font-size: 40px;
  line-height:33px;
}
@media only screen and (max-width:1024px) 
  {
.font40{
  font-size: 30px;
  line-height:33px;
}
}

.font36{
    font-size: 36px;
    line-height:24px;  
    }

@media only screen and (max-width:480px) 
  {
.font36{
    font-size: 36px;
    line-height:36px;  
    }

}
@media only screen and (max-width:414px) 
  {
.font36{
    font-size: 36px;
    line-height:34px;  
    }

}




.qualityIcon{
    margin-top: 5%;
}
@media only screen and (max-width:768px) 
  {
.qualityIcon{
    margin-top: -5%;
}
}

@media only screen and (max-width:
    414px) 
  {
.qualityIcon{
    margin-top: -7%;
}
}









.downslider{
    padding-top: 7%;
    padding-bottom: 3%;
}

@media only screen and (max-width:1024px) 
  {
.downslider{
    padding-top: 3%;
    padding-bottom: 3%;
}
}

@media only screen and (max-width:768px) 
  {
.downslider{
    padding-top: 0%;
    padding-bottom: 3%;
}
}


















.carousel-inner{
    margin-top:0%;
}

/*carousel-inner*/
@media only screen and (max-width:1024px) 
  {
.carousel-inner{
    margin-top:4%;
}
}

@media only screen and (max-width:768px) 
  {
.carousel-inner{
    margin-top:10%;
}
}

@media only screen and (max-width:414px) 
  {
.carousel-inner{
    margin-top:15%;
   
}
}

@media only screen and (max-width:411px) 
  {
.carousel-inner{
    margin-top:16%;
   
}
}

@media only screen and (max-width:375px) 
  {
.carousel-inner{
    margin-top:17.8%;
   
}
}

@media only screen and (max-width:360px) 
  {
.carousel-inner{
    margin-top:18.5%;
   
}
}

@media only screen and (max-width:320px) 
  {
.carousel-inner{
    margin-top:21%;
   
}
}




.logo{
    
}

.bg{
    background: url(../Images/img01.jpg);
    background-size: cover;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    margin-bottom: 0px;
    padding:6% 0% 6% 0%;
}

/*slider*/
        
 

myCarousel {
    width: 100%:
 

}
          
          
          slider-area carousel-inner item{
              height:100%;
          }          
       
          carousel-control.right{
              background-image: none;
              
          }         


.innerbanner{
    margin-top:0%;
}

@media only screen and (max-width:1024px) 
  {

.innerbanner{
  margin-top:0%;  
}

}






item {
  width:100%; height:70vh;
}
carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:100%;
}

sliderhead{
    font-size:46px;
}
sliderpara{
    line-height: 36px;
}



@media (min-width: 40em) {

  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size 1.25rem;
    line-height: 1.4;
  }

 
}

@media (min-width: 62em) {

}
  
 @media only screen and (max-width:360px) 
  {
      .carousel-caption {
  bottom: 2rem;
  z-index: 10;
}
      
    }

@media only screen and (max-width:1024px) 
  {
      .carousel-caption {
  bottom: 2rem;
  z-index: 10;
}
     .growth-subhead{
       padding-top:10%; 
         } 
      
      
      
    }

@media only screen and (max-width:768px) 
  {
      .carousel-caption {
  bottom: 4rem;
  z-index: 10;
}    
     .growth-subhead{
       padding-top:5%; 
         }  
      
}


@media only screen and (max-width:414px) 
  {
      .carousel-caption {
  bottom: 4rem;
  z-index: 10;
}
      .growth-subhead{
       padding-top:20%; 
         }
    }

@media only screen and (max-width:411px) 
  {
      .carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
      .sliderhead{
    font-size:30px;
}
.sliderpara{
    font-size: 14px;
}
      
    }



@media only screen and (max-width:375px) 
  {
      .carousel-caption {
  bottom: 2rem;
  z-index: 10;
}   
      .sliderhead{
    font-size:36px;
}
.sliderpara{
    font-size: 14px;
}
      .growth-subhead{
       padding-top:20%; 
         }
      
    }



@media only screen and (max-width:320px) 
  {
      .carousel-caption {
  bottom: 5rem;
  z-index: 10;
}
      .sliderhead{
    font-size:30px;
}
.sliderpara{
    font-size: 14px;
}
      .inner-subhead{
   
}
    }



@media only screen and (max-width:360px) 
  {
      .carousel-caption {
  bottom: 4rem;
  z-index: 10;
}
      .sliderhead{
    font-size:30px;
}
.sliderpara{
    font-size: 14px;
}
      
    }



.nav-active{
    background: #FFF;
    color:#9d1015;
}
/*slider*end*/
.carousel-indicators ol{
 left:4px;
    position: absolute;  
}
carousel-indicators li {
    
    background: #c61a20;
    border:1px solid #c61a20;
    width:13px; height:5px;
    border-radius: 50px;
}
carousel-indicators .active{
    background: #FFF;
    height:5px;
    border:1px solid #FFF;
}
.footer-bg{
    background: url(../Images/footerbg.jpg);
    width:100%;
    background-attachment:fixed;
}

.bannertext{
    margin-bottom:15%;
}
.bannerh4{
    line-height:20px;
}

.heading{
    font-size: 36px;
    font-weight: 700;
    color:#FFF;
    padding-top:6%;
}
.paragraph{
    font-size: 16px;
}
.banner-button{
    border-radius: 50px; border:2px solid #ed1c24; background:#ed1c24; color:#FFF; font-size: 16px;
    padding: 1% 2% 1% 2%;
}
.banner-button:hover{
    background:#ed1c24;
    color:#fff;
    padding: 1% 2% 1% 2%;
    border:2px solid #fff;
    transition: all .5s ease-in-out;
}

@media only screen and (max-width:414px){
.banner-button{
    border-radius: 50px; border:2px solid #ed1c24; background:#ed1c24; color:#FFF; font-size: 16px;
    padding: 1% 2% 1% 2%;
}
.banner-button:hover{
    background:#ed1c24;
    color:#fff;
    padding: 1% 2% 1% 2%;
    border:2px solid #fff;
    transition: all .5s ease-in-out;
}
}










.logo{display: block; width:90%;}
.small-logo{display: none;}
@media only screen and (max-width:1024px){
    .bannertext{
    margin-bottom:8%;
    }
    .bannerh4{
    line-height:20px;}
}
@media only screen and (max-width:768px){
    .bannertext{
    margin-bottom:2%;
    }
    .bannerh4{
    line-height:40px;}
}
@media only screen and (max-width:414px){

    .logo{display: none; width:90%;}
.small-logo{display: block; width:60%;}
    .bannertext{
    margin-bottom:2%;
    }
    .bannerh4{
    line-height:40px;}
    
    
    .heading{
    font-size: 16px;
    font-weight: 700;
    color:#FFF;
    padding-top:60%;
}
.paragraph{
    font-size: 12px;
}

}




.contactbg{
    background: url(../Images/contactbg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}
.aboutbg{
    background: url(../Images/about-us/aboutbg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}
.qualitybg{
    background: url(../Images/about-us/qualitybg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}
.ceobg{
    background: url(../Images/about-us/ceobg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}
.electricalbg{
    background: url(../Images/products-and-services/electricalbg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}
.hardwarebg{
    background: url(../Images/products-and-services/hardwarebg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}
.elevatorbg{
    background: url(../Images/products-and-services/elevatorbg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}
.cabinbg{
    background: url(../Images/products-and-services/cabinbg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}
.gallerybg{
    background: url(../Images/gallerybg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}
.missionbg{
    background:#c61a20; url(../Images/about-us/missionbg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}
.safetybg{
    background: url(../Images/products-and-services/safetybg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}
.plumbingbg{
    background: url(../Images/products-and-services/plumbingbg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}
.brandbg{
    background: url(../Images/our-brands/brandbg.jpg);
    background-size: cover;
    color:#FFF;
    background-position:center;
    background-attachment: fixed;
    min-height: auto;
    padding:6% 0% 6% 0%;
}

/**/
.theme-nav{
    border-bottom: 5px solid #bc181d;
    margin: 0px;
    padding:0px
}
.slider-para-height{
    font-size: 14px;
    line-height:36px;
}
.border-design{
    background: #bc181d; 
    width: 100%; 
    height: 8px;
}
.box{
    border-left:1px dashed #e4e4e4; 
    border-right:1px dashed #e4e4e4;
    border-radius:40px;
    background: #FFF;
}

 .box:hover{
     background: #fff;
     color:#000;
    border-left:1px dashed #FFF; 
border-right:1px dashed #FFF;
     z-index: 1;
     border
     
    -webkit-box-shadow: 2px 12px 26px 1px rgba(0,0,0,0.21);
-moz-box-shadow: 2px 12px 26px 1px rgba(0,0,0,0.21);
box-shadow: 2px 12px 26px 1px rgba(0,0,0,0.21);
     
     
  transform :scale(1,1);
transition: all .5s ease;
    cursor:pointer;
}


.hardware-para{
    margin-top:-6%;
}

.box-para-height{
    line-height: 28px;
}
.box-icon{
    width:30%;
}
.growth-section{
    background:#FFF;
    border-bottom:1px dashed #f2f0f0
}
.img-border{
    border-radius: 6px;
}
.growth-head{
    padding-left: 0%;
    line-height: 33px;
}

@media only screen and (max-width:1024px){
.growth-head{
    padding-left: 3%;
    line-height: 33px;
}
}







.elevator-head{
    line-height: 36px;
}
.elevator-para{
    margin-top:-1.5%;
}
.elevator-secondpara{
    margin-top:-0%;
}
.product-section{
    background: #f7f5f5; 
    margin-bottom: 0%; 
    padding-bottom: 0%;
}
.product-padding{
    padding-top:5%;
}
.float-right{
    float: right;
}


/*footer*/
.footerbg{
    background: #1e1d1d; 
    margin-top:0%;
    margin-bottom: 0%;
}
.usefullbg{
    border-left: 1px dashed #383636; 
    border-right: 1px dashed #383636;
}
.copyright{
    background: #000 color:#FFF;
    border-top: 1px dashed #383636; 
}

/**/
.growth-subhead{
    margin-top:10%;
}
.gallery-img{
    padding:.1%;
}
.gallery-img-2{
    padding:.1%;
}

@media only screen and (max-width:736px){
.gallery-img-2{
    padding:.4%;
}
    }



@media only screen and (max-width:414px){
.gallery-img-2{
    padding:1%;
}
    }

@media only screen and (max-width:768px){
.gallery-img{
    padding:.4%;
}
    }

@media only screen and (max-width:731px){
.gallery-img{
    padding:.8%;
}
    }


.contact-info{
    text-align: left;
}
@media only screen and (max-width:736px){
    
.contact-info{
    text-align: center;
}
}








.hardware-img{
    margin-top: -1%;
}

.footer-style{
    margin-top: -.6%;
}
.animatedleft{width: 100%; background: #000;}
.animatedleft:hover{
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
}
/*new banner*/


            .banner {
            background: url(image/banner.jpg);
            width: 100%; 
            background-position: center;
            background-size: cover;
            background-attachment: fixed;
            height: 100vh;
            margin-top -6.2%;
            }

            .samovar-banner{
                padding-top19%;
                padding-bottom19%;
                color:#fff;
            }

@media screen and (max-width: 768px){
    
    .samovar-banner{
                margin-top50%;
                padding-bottom9%;
                color:#fff;
            }
    
} 








            .welcoming{
                
                font-family: 'Raleway', sans-serif;
                font-family 'Dancing Script', cursive;
                font-family 'Pacifico', cursive;
                font-size: 14px;
                color:#fff;ee952d;
                letter-spacing: 1px;
                font-weight: 400;
                position: absolute;
                transform: rotate(-90deg);
	            transform-origin: 47px 100px 0;
                text-align: left;
            }

@media screen and (max-width: 1024px){
    
    .welcoming{
                font-family: 'Raleway', sans-serif;
                font-family 'Dancing Script', cursive;
                font-family 'Pacifico', cursive;
                font-size: 14px;
                color:#fff;ee952d;
                letter-spacing: 1px;
                font-weight: 400;
                position: absolute;
                transform: rotate(-90deg);
	            transform-origin 50px 92px 0;
                text-align: left;
            }
}

@media screen and (max-width: 768px){
    
    .welcoming{
                font-family: 'Raleway', sans-serif;
                font-family 'Dancing Script', cursive;
                font-family 'Pacifico', cursive;
                font-size: 14px;
                color:#fff;ee952d;
                letter-spacing: 1px;
                font-weight: 400;
                position: absolute;
                transform: rotate(-90deg);
	            transform-origin 50px 92px 0;
                text-align: left;
            }
}

@media screen and (max-width: 414px){
    
    .welcoming{
                font-family: 'Raleway', sans-serif;
                font-family 'Dancing Script', cursive;
                font-family 'Pacifico', cursive;
                font-size: 12px;
                color:#fff;ee952d;
                letter-spacing: 1px;
                font-weight: 400;
                position: absolute;
                transform: rotate(-90deg);
	            transform-origin 44px 85px 0;
                text-align: left;
            }
}


@media screen and (max-width: 360px){
    
    .welcoming{
                font-family: 'Raleway', sans-serif;
                font-family 'Dancing Script', cursive;
                font-family 'Pacifico', cursive;
                font-size: 12px;
                color:#fff;ee952d;
                letter-spacing: 1px;
                font-weight: 400;
                position: absolute;
                transform: rotate(-90deg);
	            transform-origin 4px 4px 0;
                text-align: left;
                margin-top:5%;
            }
}


.themeColor-line{
    width:60%;
    height: .1%;
    background: #ed1c24;
    text-align: center;
    position: absolute;
    align-content: center;
    margin-left:-1%;
    margin-right: -1%;
   top:138px;
    left:1000px;
    transition: all 6s ease-in-out;
  
}





@media screen and (max-width: 1024px){


.themeColor-line{
   width:60%;
    height: .91%;
    background: #ed1c24;
    text-align: center;
    position: absolute;
    align-content: center;
    margin-left:-6.5%;
    margin-right: -5%;
     left:800px;
    top:151px;
}
}

@media screen and (max-width: 768px){


.themeColor-line{
    width:60%;
    height: .1%;
    background: #ed1c24;
    text-align: center;
    position: absolute;
    align-content: center;
    margin-left:-6.5%;
     left:600px; top:138px;
    margin-right: -5%;
    
}

}

@media screen and (max-width: 414px){


.themeColor-line{
     width:60%;
    height: .1%;
    background: #ed1c24;
    text-align: center;
    position: absolute;
    align-content: center;
    margin-left:-12%;
    margin-right: -5%;
    left:320px; top:138px;
}

}

@media screen and (max-width: 411px){


.themeColor-line{
    width:60%;
    height: .1%;
    background: #ed1c24;
    text-align: center;
    position: absolute;
    align-content: center;
    margin-left:-12%;
    margin-right: -5%;
    left:320px; top:148px;
}

}

@media screen and (max-width: 375px){


.themeColor-line{
     width:60%;
    height: .51%;
    background: #ed1c24;
    text-align: center;
    position: absolute;
    align-content: center;
    margin-left:-13.5%;
    margin-right: -5%;
    left:300px; top:158px;
}

}


@media screen and (max-width: 320px){


.themeColor-line{
     width:60%;
    height: .51%;
    background: #ed1c24;
    text-align: center;
    position: absolute;
    align-content: center;
    margin-left:-15.5%;
    margin-right: -5%;
    left:260px; top:128px;
}

}


/*carousel*/
        /*slider#demo1*/
        .carousel-control-prev{ 
        }
        .carousel-control-prev:hover{ 
            margin-left:-2%;
            transition: all .5s ease-in-out;
        }

    .carousel-control-next{ 
        }
        .carousel-control-next:hover{ 
            margin-right:-2%;
            transition: all .5s ease-in-out;}

        .carousel,
        {height 90vh; }

        carousel-inner {
        height 100vh;
        background #eeeeee;
        }
        .carousel-indicators li {
        
        }
        carousel-indicators .active{
        background: #FFF;
        border:2px solid #FFF;
        }

        .carousel-caption{    
        padding-bottom:100px; 
        height 100vh;
        }
        
        h3{font-size: 65px; font-weight: 800;}
        h3 span{
          
                 font-family: 'Raleway', sans-serif;
                font-weight: 200;
            }
        p{padding:10px; padding-left: 0px;
font-size: 16px;}
        .arrow-icon{width:15%;}

carousel-para{
    font-size: 14px;
    line-height:36px;
    font-weight: 300;
}
/* Background images are set within the HTML using inline CSS, not here */

        .fill {
        width 100%;
        height: 70vh;
        background-position:center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size :cover;
        opacity: 1;
        }
/*slider@media screen*/
/*1024*/
            @media only screen and (max-width:1024px) 
            {
    
        .carousel-caption{
        padding-top:250px; 
        height 100vh;
        }

        h3{
        font-size: 50px; 
        font-weight: 800;
        }
        h3 span{
                 font-family: 'Raleway', sans-serif;
                font-weight: 200;
            }
        p{
        padding:10px;
            font-size: 16px;
        } 
  
}        


                
    
      

/*768*/
        @media only screen and (max-width:768px) 
        {
    
        .carousel-caption{
        padding-top:60px; 
        height 100vh;
        }

        h3{
        font-size: 50px; 
        font-weight: 800;
        }
        h3 span{
                 font-family: 'Raleway', sans-serif;
                font-weight: 200;
            }
        p{
        padding:10px; font-size: 14px;
        }     

   
        }

/*414*/
        @media only screen and (max-width:414px) 
        {
    
        .carousel-caption{
        padding-bottom100px; 
        height 100vh;
        }

        h3{
        font-size: 36px; 
        font-weight: 800;
        }
        h3 span{
                 font-family: 'Raleway', sans-serif;
                font-weight: 200;
            }
        p{
        padding:10px;  font-size: 14px;
        }     

   
        }
/*411*/
        @media only screen and (max-width:411px) 
        {
    
        .carousel-caption{
        padding-bottom60px; 
        height 100vh;
        }

        h3{
        font-size: 32px; 
        font-weight: 800;
        }
         h3 span{
                 font-family: 'Raleway', sans-serif;
                font-weight: 200;
            }   
        p{
        padding:10px;   font-size: 14px;
        }     

   
        }


/*375*/
@media only screen and (max-width:375px) 
        {
    
        .carousel-caption{
        padding-bottom0px; 
        height 100vh;
        }

        h3{
        font-size: 30px; 
        font-weight: 800;
        }
        h3 span{
                 font-family: 'Raleway', sans-serif;
                font-weight: 200;
            } 
        p{
        padding:10px;font-size: 12px;
        }      
   
        }

/*360*/
@media only screen and (max-width:360px) {
    
        .carousel-caption{
        padding-bottom90px; 
        height 100vh;
        }

        h3{
        font-size: 30px; 
        font-weight: 800;
        }
        h3 span{
                 font-family: 'Raleway', sans-serif;
                font-weight: 200;
            } 
        p{
        padding:10px;font-size: 12px;
        } 
    
} 


/*320*/
        @media only screen and (max-width:320px) 
        {
    
        .carousel-caption{
        padding-bottom80px; 
        height 100vh;
        }

        h3{
        font-size: 24px; 
        font-weight: 800;
        }
        h3 span{
                 font-family: 'Raleway', sans-serif;
                font-weight: 200;
            } 
        p{
        padding:10px; font-size: 11px;
        }     

   
        }








carousel-para{
  color: lime; 
  font-family: "Courier";
  font-size: 20px;
  margin: 10px 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 30em;
  animation: type 4s steps(60, end); 
}

carousel-para:nth-child(2){
  animation: type2 8s steps(60, end);
}

carousel-para a{
  color: lime;
  text-decoration: none;
}



@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
} 

@keyframes blink{
  to{opacity: .0;}
}

::selection{
  background: black;
}


//
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #42b078;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*hover2*/
.hovereffect2 {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect2 .overlay {
  width: 100%;
  height:100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  border-radius: 8px;
  filter: alpha(opacity=0);
  -webkit-transform translate(460px, -100px) rotate(180deg);
  -ms-transform translate(460px, -100px) rotate(180deg);
  transform translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect2 img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect2 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect2 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect2 a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect2:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect2:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect2:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


.inner-circle{
    border-top:  1px solid #f8f8f8; 
    margin-top: -2%;"
}


.hovereffect2 a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect2:hover img {
transition: all .5s ease-out;
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}


@media only screen and (max-width:1024px){
    
 .hovereffect2 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 40px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
} 

@media only screen and (max-width:768px){
    
 .hovereffect2 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 70px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
} 

@media only screen and (max-width:414px){
    
 .hovereffect2 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 120px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
} 

@media only screen and (max-width:411px){
    
 .hovereffect2 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 120px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
}

@media only screen and (max-width:375px){
    
 .hovereffect2 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 100px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
}

@media only screen and (max-width:360px){
    
 .hovereffect2 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 120px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
}

@media only screen and (max-width:320px){
    
 .hovereffect2 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 80px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
}











/*hover3*/
.hovereffect3 {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect3 .overlay {
  width: 100%;
  height:100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  border-radius: 8px;
  filter: alpha(opacity=0);
  -webkit-transform translate(460px, -100px) rotate(180deg);
  -ms-transform translate(460px, -100px) rotate(180deg);
  transform translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect3 img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect3 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect3 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 80px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect3 a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect3:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect3:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect3:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.inner-circle{
    border-top:  1px solid #f8f8f8; 
    margin-top: -2%;"
}

.hovereffect3 a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect3:hover img {
transition: all .5s ease-out;
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}



@media only screen and (max-width:1024px){
    
 .hovereffect3 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 65px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
} 

@media only screen and (max-width:768px){
    
 .hovereffect3 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 70px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
} 

@media only screen and (max-width:414px){
    
 .hovereffect3 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 120px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
} 

@media only screen and (max-width:411px){
    
 .hovereffect3 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 120px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
}

@media only screen and (max-width:375px){
    
 .hovereffect3 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 100px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
}

@media only screen and (max-width:360px){
    
 .hovereffect3 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 100px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
}

@media only screen and (max-width:320px){
    
 .hovereffect3 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 80px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
}

*/













/*hover4*/
.hovereffect21 {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect21 .overlay1 {
  width: 100%;
  height:100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  opacity: 0;
  border-radius: 8px;
  filter: alpha(opacity=0);
  -webkit-transform translate(460px, -100px) rotate(180deg);
  -ms-transform translate(460px, -100px) rotate(180deg);
  transform translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

.hovereffect21 img {
  width: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.hovereffect21 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect21 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.hovereffect21 a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect21:hover .overlay1 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hovereffect21:hover h2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.hovereffect21:hover a.info {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}


.inner-circle{
    border-top:  1px solid #f8f8f8; 
    margin-top: -2%;"
}


.hovereffect21 a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect21:hover img {
transition: all .5s ease-out;
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.carousel-item2 > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height:auto;
}

.banner-box{
    height:220px; 
}

.slider-height{
    margin-top: 6%;
}
.banner{
    margin-top:0%; 
}
@media only screen and (max-width:1024px){
 .banner-box{
    height:190px; 
}   
.banner{
    margin-top:2.8%; 
}
}

@media only screen and (max-width:768px){
  .banner-box{
    height:170px; 
}   
.banner{
    margin-top:5.5%; 
}   
    
}

@media only screen and (max-width:414px){
  .banner-box{
    height:88px; 
}   
.banner{
    margin-top:4.8%; 
}   
    
}

@media only screen and (max-width:411px){
  .banner-box{
    height:84px; 
}   
.banner{
    margin-top:4.5%; 
}   
    
}

@media only screen and (max-width:375px){
  .banner-box{
    height:80px; 
}   
.banner{
    margin-top:5.1%; 
}   
    
}

@media only screen and (max-width:360px){
  .banner-box{
    height:79px; 
}   
.banner{
    margin-top:5.4%; 
}   
    
}

@media only screen and (max-width:320px){
  .banner-box{
    height:72px; 
}   
.banner{
    margin-top:6%; 
}   
    
}

.contact-form-head{
    margin-left:-2%;
}
.form-height{
       height: 50px!important;
       padding: 4%!important;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background:#f1f1f1!important;
    background-clip: padding-box;
    border:1px solid #eeeeee !important;
    border-radius: 0rem !important;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.c-logo{
    display: flex;
    gap: 10px;
    margin-top:30px;
}

.c-logo img{
     max-width: 100%;
    height: auto;
    max-width: 100px;
    background: white;
    padding: 10px;
    border-radius: 5px;   
    object-fit:contain;
}