*{
	box-sizing: border-box;

}

html{
	scroll-behavior: smooth;
}


body{
	
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

.navbar-brand h3{
	font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}


.nav-link{
 color: #102B46 !important;
 padding: 7px 15px !important;
 margin-left: 2px;
}

.active{
 color: #fff !important;
 background-color: #1887E6;
 border-radius: 5px;
}


.nav-link:hover{
 color: #fff !important;
 background-color: #1887E6;
 border-radius: 5px;
}



.navbar-toggler{
	
	outline: 2px solid #000 !important;

}





.fa-bars{
	color:#000;
	font-size: 30px !important;
}



.caption-wrap{
position: relative !important;
}

.carousel-caption{
	position: absolute;
	
	left: 9% !important;
	text-align: left !important;
	top: 30%;

}

.carousel-caption p {
    color:#102B46;
    font-size: 20px;
    font-weight: 400px;
}



.carousel-caption h5 {
    color: #0F0F0F;
    font-size: 50px;
    font-weight: 600;
}






.slider-btn1{
	background-color: #1887E6;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 400;
	border:1px solid #1887E6;
}

.slider-btn1:hover{
	text-decoration: none;
	background-color: #fff;
	border:1px solid #1887E6;
	color: #1887E6;
}

.slider-btn2{
 font-size: 16px;
 color: #102B46;
 margin-left: 10px;
}

.slider-btn2:hover{
	text-decoration: none;
}



.banner-text{

	padding-top: 15%;
	
	
}

.banner-text h2{
  font-size: 50px;
  font-weight: 600;
}

.banner-text p{
	font-size: 20px;
	font-weight: 400;
	color: #102B46;
}

.home-section1{
	
	padding: 90px 0px 340px 0px;
	background-color: #1887E6;
}


.small-head{
	font-size: 12px !important;
	color: #fff;
}


.home-section1 h3{
	color: #fff;
	font-size: 25px;
	font-weight: 600;
}

.home-section1 p{
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}

.home-section1-logos{
	text-align: center;
	margin-top: 40px;
}

.home-section1-logos img{
	margin: 0px 10px;
}



 .sub-logo1{
	width: 112px;
}

.sub-logo2{
	width: 159px;
}
.sub-logo3{
	width: 69px;
}

.sub-logo4{
	width: 110px;
}

.sub-logo5{
	width: 94px;
}


.home-section2-wrapper{
	background-color: #fff;
	
	padding: 50px 80px 75px 90px;
	
	border-radius: 30px;
	margin-top: -260px;
}


.home-section2-part1 h3{
	font-size: 22px;
	color: #102B46;
	text-align: center;
	font-weight: 600;
}

.home-section2-part1 p{
	color: #102B46;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 35px;
}


.home-section2-part1-category{
	background-color: #102B46;
	text-align: center;
	padding: 40px 20px 30px 20px;
	border-radius: 10px;
}


.home-section2-part1-category h4{
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-top: 15px;
}

.home-section2-part1-category p{
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

.category-btn{
	padding: 10px 20px;
	border:2px solid #1887E6;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
}

.category-btn:hover{

	background-color: #1887E6;
	text-decoration: none;
	color: #fff;

}

.category-btn2{
	padding: 10px 20px;
	border:2px solid #1887E6;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	background-color: #1887E6;
}

.category-btn2:hover{

	
	text-decoration: none;
	color: #fff;
	background-color: transparent;

}

.home-section2-part2{
	padding: 100px 0px 20px 0px;
}


.home-section2-part2 h3{
	font-weight: 600;
	font-size: 22px;
	margin-top: 30px;
}

.home-section2-part2 h4{
	font-weight: 600;
	font-size: 14px;
	margin-top: 19px;
}

.home-section2-part2 p{
	font-weight: 300;
	font-size: 16px;
	margin-top: 19px;
	margin-bottom: 25px;
}

.home-section2-part2-btn{
	padding: 8px 18px;
  border: 2px solid #1887E6;
   border-radius: 5px;
  opacity: 1;
  color: #102B46;

}

.home-section2-part2-btn:hover{
  text-decoration: none;
  background-color:#1887E6;
  color: #fff; 
}

.home-section2-part2-img-wrap{
  position: relative;
}

.home-sec2-part2-img1{
  width:220px;
  border-radius: 10px;
  position: absolute;
  z-index: 150;
  left:100px;


}
.home-sec2-part2-img2{
  width:186px;
   border-radius: 10px;
   position: absolute;
   top:40px;
   z-index: 200;
   left: 0px;
  
}
.home-sec2-part2-img3{
  width:161px;
   border-radius: 10px;
   position: absolute;
   z-index: 100;
   right: 15px;
   top: 100px;
   }

   .home-section3-bg{
     background-color: #1887E6;
     border-radius: 30px;
     padding-top: 68px;
     padding-left: 100px;

   }

   .home-section3-bg h3{
   	font-size: 22px;
   	font-weight: 600;
   	color: #FFFFFF;
   }

   .home-section3-bg p{
   	font-size: 16px;
   	font-weight: 300;
   	color: #FFFFFF;
   	margin-top: 10px;
   	margin-bottom: 30px;
   }

   .home-section3-btn{
   	font-size: 13px;
   	font-weight: 400;
   	color: #fff;
   	padding: 12px 32px;
   	border:2px solid #fff;
   	border-radius: 5px;

   }

   .home-section3-btn:hover{
   	text-decoration: none;
   	background-color: #fff;
   	color: #1887E6;
   }


   .home-section3-img{
   	width: 467px;
   	height: 365px;
   	border-radius: 10px;
   	margin-bottom: -70px;
   }

   .home-section4{
   	padding-top: 140px;
   	padding-bottom: 75px;
   	
   }


 .home-section4-content-wrap{
   padding-left: 100px;
   padding-right: 100px;
   margin-top: 70px;
 }

 .home-section4-content-part1{
  padding-right: 25px;
 }

 .home-section4-content-part2{
   padding-left: 25px;
 }


 .home-sec4-img1{
  width: 100%;
  height: 365px;
  border-radius: 10px;

 }

  .home-sec4-img2{
  width: 100%;
  height: 365px;
  border-radius: 10px;
   margin-top: 50px;
 }

  .home-sec4-img3{
  width: 100%;
  height: 365px;
  border-radius: 10px;
  margin-top: 100px;
 }


  .home-sec4-img4{
  width: 100%;
  height: 365px;
  border-radius: 10px;
  margin-top: 50px;
 }






 .home-section4-content-wrap h3{
  color: #102B46;
  font-size: 22px;
  font-weight: 600;
  text-align: left !important;
  margin-top: 17px !important;

 }


 .home-section4-content-wrap p{
  color: #102B46;
  font-size: 16px;
  font-weight: 400;
  text-align: left !important;
 }


.home-section4-btn{
  color: #1887E6;
  font-size: 20px;
  font-size: 600;
}

.home-section4-btn:hover{
  text-decoration: none;
  color: blue;
}









   .home-small-head2{
   	color: #1887E6 !important;
   	font-size: 14px !important;
   	font-weight: 600;
   	text-align: center;
   }


   .home-section4 h3{
   	font-size: 22px;
   	font-weight: 600;
   	color: #102B46;
   	text-align: center;
   	margin-top: 5px;
   }

   .home-section4 p{
   	font-size: 16px;
   	font-weight: 400;
   	color: #102B46;
   	text-align: center;
   	margin-top: 15px;

   }


   


   




   footer{
   	background-color: #102B46;
   	padding-top: 70px;
   	padding-bottom:5px;
   }


   .footer-sec1 h3{
   	font-size: 22px;
   	font-weight: 300;
   	color: #fff;
   	margin-bottom: 15px;
   }

   .footer-sec1 a{
   	font-size: 16px;
    font-weight: 300;
   	color: #fff;
   }

   .footer-sec1 a:hover{
   	text-decoration: none;
   	color: gray;
   }

   .footer-sec2 h3{
   	font-size: 18px;
   	font-weight: 600;
   	color: #fff;
    margin: 0;
   	
   }

   .footer-sec2 h2{
   	font-size: 25px;
   	font-weight: 400;
   	color: #fff;
   	margin: 0;
   }


   .footer-sec2 p{
   	font-size: 18px;
   	font-weight: 300;
   	color: #fff;
   	margin-top: 70px;
   	margin-bottom: 35px;
   }

   .footer-btn{
   	background-color: #1887E6;
   	color: #fff;
   	padding: 14px 55px;
   	border-radius: 5px;
   	font-size: 16px;
   	font-weight: 400;
   }

   .footer-btn:hover{
     background-color: #fff;
     color:#1887E6;
     text-decoration: none;
   }


   .footer-menu{
   	margin-top: 40px;

   }


   .footer-menu ul{
   	list-style: none;
   	margin:0px;
   	padding: 0px;
   }

   .footer-menu li{
   	float: left;
   	width: 100px !important;
    font-size: 15px;
    font-weight: 400;
   }


   .footer-menu a{
   
   	color: #fff;
   	display: block;
   }


   .footer-menu a:hover{
   	text-decoration: none;
   	color: #1887E6;

   }

   .footer-copyright{
   	margin-top: 20px;
   	border-top: 1px solid #707070;
   	padding-top: 20px;
   }


   .footer-copyright p{
   	color: #fff;
   	font-size: 15px;
   	font-weight: 400;
   	text-align: center;
   }


/*.......about us...............*/



.aboutus-banner{
	width: 100%;
	height: 450px;
	background-image: linear-gradient(rgba(24,135,230,0.6),rgba(24,135,230,0.6)),url(images/banner-img.png);
	
	background-repeat: no-repeat;
	
	background-position: center center;
	background-size: cover;
	
	position: relative;
	opacity: 1;
}



.aboutus-banner .banner-text h2{
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}

.aboutus-banner .banner-text p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}


.aboutus-section1{
	padding: 63px 0px;
}


.aboutus-section1 img{
	border-radius: 20px;
}


.aboutus-section1 h3{
	font-size: 30px;
	font-weight: 400;
	color: #102B46;
	margin-top: 9px;
}

.aboutus-section1 h4{
	font-size: 20px;
	font-weight: 400;
	color: #102B46;
	margin-top: 18px;
}


.aboutus-section1 p{
	font-size: 16px;
	font-weight: 300;
	color: #102B46;
}



.aboutus-section2{
	padding: 46px 0px 107px 0px;
	background-color: #1887E6;
}


.aboutus-section2 h3{
	color: #fff;
	font-size: 30px;
	font-weight: 400px;
	text-align: center;

}


.aboutus-section2 h2{
	color: #fff;
	font-size: 40px;
	font-weight: 400px;
	text-align: center;
	margin-bottom: 61px;

}


.aboutus-section2-part1{
  background-color: #fff;
  border-radius: 20px;
  padding: 62px 46px 83px 46px;
}

.aboutus-section2-iconbg{
  width: 60px;
  height: 62px;
  background-color: #102B46;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;

}



.aboutus-section2-part1 h3{
	color: #102B46;
	text-align: left;
	font-size: 30px;
	font-weight: 400;
	margin-top: 8px;
}

.aboutus-section2-part1 p{
	color: #102B46;
	font-size: 16px;
	font-weight: 300;
}



.aboutus-section2-part2{
  background-color: #fff;
  border-radius: 20px;
  padding: 62px 46px 83px 46px;
}





.aboutus-section2-part2 h3{
	color: #102B46;
	text-align: left;
	font-size: 30px;
	font-weight: 400;
	margin-top: 8px;
}

.aboutus-section2-part2 p{
	color: #102B46;
	font-size: 16px;
	font-weight: 300;
}


.aboutus-section3{
	padding: 50px 0px 60px 0px;
}

.aboutus-section3 h2{
	color: #102B46;
	font-size: 30px;
	font-weight: 400;
}

.aboutus-section3 h3{
	color: #102B46;
	font-size: 20px;
	font-weight: 400;
	margin-top: 8px;
}

.aboutus-section3 p{
	color: #102B46;
	font-size: 16px;
	font-weight: 300;
	margin-top: 8px;
}

.aboutus-section3 img{
	border-radius: 20px;
}


/*.......projects...............*/


.projects-banner{
  width: 100%;
  height: 450px;
  background-image:url(images/banner-img2.png);
  
  background-repeat: no-repeat;
  
  background-position: center center;
  background-size: cover;
  
  position: relative;
  opacity: 1;
}



.projects-banner .banner-text h2{
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}

.projects-banner .banner-text p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}


.projects-section{
  padding:84px 0px 25px 0px;
}

.projects-section h2{
  font-size: 30px;
  color: #102B46;
  font-weight: 400;
}

.projects-section p{
  font-size: 20px;
   color: #102B46;
  font-weight: 400;
}

.category-wrap{
 text-align: right;
 margin-top: 34px;
 margin-bottom: 20px;
}

.category-wrap span{
  font-size: 20px;
  font-weight: 400;
  color: #102B46;
}

.category-wrap-icon{
  font-size: 25px !important;
  color: #2742CA;
  margin-left: 10px;
}



.projects-wrap{
 margin-top: 20px;
}


.projects-wrap img{
  width: 100%;
}

.projects-wrap h3{
  font-size: 22px;
  color: #102B46;
  margin-top: 15px;
}

.projects-wrap p{
  font-size: 16px;
  font-weight: 400;
  color: #102B46;
  margin-bottom: 14px;
  margin-top: 10px;
}

.projects-wrap .row{
 margin-bottom: 47px;
}


.projects-btn{
  padding:13px 31px;
  border: 2px solid #2742CA;
 border-radius: 5px;
 font-size: 13px;
 font-weight: 400;
 color: #2742CA;
 

}

.projects-btn:hover{
  text-decoration: none;
  background-color: #2742CA;
  color: #fff;
}




/*.......projects-inner...............*/

.projects-inner-section1{
  padding:75px 0px 50px 0px;
}


.projects-inner-section1 img{
  width: 100%;
  border-radius: 5px;
}


.projects-inner-section1 h3{
     font-size: 28px;
   color: #102B46;
}

.projects-inner-section1 p{
   font-size: 22px;
   font-weight: 400;
   color: #102B46;
}


.projects-inner-section1-bluebg{
  width: 100%;
  height: 100%;
  background-color: #2742CA;
  padding-top: 25px;
  text-align: center;
  box-sizing: border-box;
  border-top-left-radius: 6px;
   border-bottom-left-radius: 6px;

}

.projects-inner-section1-bluebg p{
  color: #fff;
  font-size: 22px;
}


.projects-inner-section1-content{
  border: 1px solid silver;
  border-top-right-radius: 6px;
   border-bottom-right-radius: 6px;
   padding-top: 44px;
   padding-bottom: 20px;

}

.projects-inner-section1-content p{
    text-align: center;
    font-size: 20px !important;
    font-weight: 600;

}


.projects-inner-section2{
  padding-top:40px;
  padding-bottom: 60px;
  background-color: #2742CA;
}


.projects-inner-section2-part1 .small-head{
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}

.projects-inner-section2-part1 h2{
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.projects-inner-section2-tb{
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border:1px solid #fff;
  height: 55px;
  margin-top: 17px;
  padding-left: 20px;

}

.projects-inner-section2-ta{
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border:1px solid #fff;
   margin-top: 17px;
  padding-left: 20px;
  padding-top: 20px;
  margin-bottom: 25px;
}

.projects-inner-btn{
  background-color: #102B46;
  color:#fff;
  padding: 14px 85px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 400;
}

.projects-inner-btn:hover{
  text-decoration: none;
  background-color: #fff;
  color: #102B46;
  border:1px solid #102B46;
}


.projects-inner-section2-part2 h2{
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-top: 15px;
}

.projects-inner-section2-part2 p{
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: justify;
  margin-top: 25px;
}


/*.......gallery...............*/

.gallery-section{
  padding: 84px 0px 200px 0px;
}

.gallery-section h2{
  font-size: 30px;
  font-weight: 400;
  color:#102B46;
}

.gallery-section p{
  font-size: 20px;
  font-weight: 400;
  color:#102B46;
  margin-top: 14px;
}


.gallery-category-wrap{
 text-align: right;
 margin-top: 34px;
 margin-bottom: 20px;
}

.gallery-category-wrap span{
  font-size: 20px;
  font-weight: 400;
  color: #102B46;
}

.gallery-category-wrap-icon{
  font-size: 25px !important;
  color: #2742CA;
  margin-left: 10px;
}

.gallery-images-wrap h3{
   font-size: 22px;
   font-weight: 600;
   color: #102B46;
   margin-top: 15px;
   margin-bottom: 35px;
}

.gallery-images-wrap img{
     width: 100%;
   }


/*.......products...............*/


.products-banner{
  width: 100%;
  height: 450px;
 background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(images/products-banner.png);
  background-repeat: no-repeat;
  
  background-position: center center;
  background-size: cover;
  
  position: relative;
  opacity: 1;
}



.products-banner .banner-text h2{
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}

.products-banner .banner-text p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.products-banner .banner-text h4{

  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}


.products-section1{
  padding:45px 0px 0px 0px;
  background-color: #2742CA;
}

.products-section1 img{
   width: 100%;
   margin-bottom: -90px;
}

.products-section1 h2{
  color: #fff;
  font-size: 45px;
  font-weight: 400;
}


.products-section1 p{
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 18px;
}



.products-section2 {
  padding:140px 0px 94px 0px;
  background-color: #fff;
}


.products-section2 h2{
  font-size: 35px;
  font-weight: 400;
  color: #102B46;
  margin-bottom: 20px;
}

.ceiling-product-img{
  position: relative;
  margin-bottom: 28px;
}


.ceiling-product-img img{
  width: 100%;
  filter: brightness(0.5);
}

.ceiling-product-img p{
  color: #fff;
  position: absolute;
  bottom: 39px;
  left: 30px;
  font-size: 22px
  font-weight:400;
}


/*.......products-inner...............*/


.products-inner-banner{
  width: 100%;
  height: 450px;
 background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(images/products-inner-banner.png);
  background-repeat: no-repeat;
  
  background-position: center center;
  background-size: cover;
  
  position: relative;
  opacity: 1;
}



.products-inner-banner .banner-text h2{
  font-size: 50px;
  font-weight: 600;
  color: #fff;
}

.products-inner-banner .banner-text p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.products-inner-banner .banner-text h4{

  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
}


 .products-inner-section1{

   padding:46px 0px 0px 0px;
   background-color:#fff;

 }


 .products-inner-section1 h2{
  font-size: 45px;
  font-weight: 400;
  color: #102B46;
 }

 .products-inner-section1 h3{
  font-size: 32px;
  color:#102B46;
  margin-top: 20px;
  font-weight: 600;
  margin-bottom: 22px;
 }


 .products-inner-section1-subwrap{

  background-color:#fff;
  padding:25px 22px 60px 22px;
  margin-bottom: -250px

 }

  .products-inner-section1-subwrap h4{
    color: #102B46;
    font-size: 28px;

  }

  .products-inner-section1-subwrap p{
    color: #102B46;
    font-size: 20px;
    font-weight: 400;
    margin-top: 21px;

  }


  .products-inner-section2{
    padding:300px 0px 50px 0px;
    background-color: #F5F6FA;
  }

  .products-inner-section2 h2{
    font-size: 30px;
    color: #102B46;
    margin-bottom: 22px;
  }

 

  .products-inner-section2-img-wrap p{
     font-size: 18px;
     font-weight: 400;
     color: #102B46;
     margin-top: 10px;
  }


.products-inner-section3{
  padding:50px 0px 60px 0px;
  background-color: #fff;
}

.products-inner-section3 h2{
  font-size: 30px;
  font-weight: 600;
  color: #102B46;
}

.products-inner-section3 h3{
  font-size: 30px;
  font-weight: 400;
  color: #102B46;
  margin-top: 13px;
}

.products-inner-section3 p{
  font-size: 20px;
  font-weight: 400;
  color: #102B46;
  margin-top: 13px;
}







/*.......contact us...............*/



.contactus-section1{
	padding: 42px 0px 42px 0px;
}


.contactus-section1 h5{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}



.address-wrap{
	margin-top: 60px;
	text-align: center;
}

.address-sub{
padding-top: 27px;
padding-bottom: 30px;
border:1px solid silver;
border-radius: 10px;

}

.address-wrap h4{
	font-size: 22px;
	font-weight: 400;
	color: #102B46;
	margin-top: 10px;
	margin-bottom: 21px;
}

.address-wrap p{
	font-size: 18px;
	font-weight: 300;
	color: #102B46;
}



.contactus-section2{
	padding:75px 0px 45px 0px;
	background-color: #1887E6;
	margin-bottom: -150px;

}

.contactus-section2 h3{
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	color: #fff;
}

.contactus-section2 p{
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 75px;
}


 .contactus-sec2-part1{
 	padding-right: 70px;
 }


.contactus-sec2-part1 h6{
   font-size: 12px;
   font-weight: 400;
   color: #fff;
}

.contactus-sec2-part1 h5{
	font-size: 25px;
	font-weight: 600;
	color: #fff;
}


.contactus-tb{
 width: 100%;
 height: 40px;
 background-color: #fff;
 border:1px solid #fff;
 margin-top: 17px;
 border-radius: 7px;
 padding-left: 20px;
 font-size: 12px;
 font-weight: 400;
}

.contactus-texta{
 width: 100%;
 background-color: #fff;
  border:1px solid #fff;
 margin-top: 17px;
 border-radius: 7px;
 padding-left: 20px;
 padding-top: 10px;
 font-size: 12px;
 font-weight
}


.contactus-btn{
	width: 200px;
	height: 45px;
	background-color: #102B46;
	color: #fff;
	border-radius: 5px;
	border:1px solid #102B46;
	margin-top: 10px;

}


.contactus-btn:hover{
	background-color: #fff;
	color: #102B46;
	border:1px solid #fff;
}

.contactus-sec2-part2 img{
	border-radius: 15px;
	
}



.contactus-emptydiv{
	padding: 90px 0;
	background-color: #fff;
}











/*.......media queries...............*/


@media screen and (min-width:1450px) {
 .carousel-caption{
	
	left: 12% !important;
	
	top: 25%;

}

}



@media screen and (max-width:1201px) {


.home-section3-bg{
     
     padding-top: 68px;
     padding-left: 100px;
     padding-right: 100px;
     padding-bottom: 60px;
   }


.home-section3-img{
   	width: 100%;
   	height: auto;
   	border-radius: 10px;
   	
   }


   .home-section4{
   	padding-top: 90px;
   	padding-bottom: 75px;
   	
   }


   .products-section1{
  padding:45px 0px 45px 0px;
  
}

.products-section1 img{
   width: 100%;
   margin-bottom: 0px;
}


.products-section2 {
  padding:60px 0px 60px 0px;
  
}





   .contactus-section2{
	
	margin-bottom:0px;

}


  .contactus-emptydiv{
	display: none;
}



}



@media screen and (max-width:1110px) {

  .carousel-caption{
	
	left: 6% !important;
	
	top: 30%;

}



   .home-sec2-part2-img1{
  width:180px;
 
 
  left:100px;


}
.home-sec2-part2-img2{
  width:156px;
   
   top:40px;
  
   left: 0px;
  
}
.home-sec2-part2-img3{
  width:141px;
  
  
   right: 15px;
   top: 100px;
   }



  
}

@media screen and (max-width:993px) {


 .carousel-caption{
	
	left: 10% !important;
	
	top: 25%;

}






	.nav-link{

 text-align:center;
margin-left: 0px;
margin-top: 2px;
}





.active{
 
 border-radius: 0px;
}


.nav-link:hover{
 
 border-radius: 0px;
}

 .home-sec2-part2-img1{
  width:140px;
 
 
  left:50px;


}
.home-sec2-part2-img2{
  width:136px;
   
   top:40px;
  
   left: 0px;
  
}
.home-sec2-part2-img3{
  width:121px;
  
  
   right: 15px;
   top: 100px;
   }



   .home-section3-bg{
     
     padding-top: 68px;
     padding-left: 30px;
     padding-right: 30px;
     padding-bottom: 60px;
   }


 .home-section4{
   	padding-top: 50px;
   	padding-bottom: 60px;
   	
   }

   
 .home-section4-content-part1{
  padding-right: 0px;
 }

 .home-section4-content-part2{
   padding-left: 0px;
 }


 .home-section4-content-wrap{
   padding-left: 0px;
   padding-right: 0px;
   
 }

 .home-section4-content-wrap h3{
  
  padding:0 !important;

 }


 .home-section4-content-wrap p{
  
  padding:0 !important;

 }

  .home-sec4-img3{
 
  margin-top: 0px;
 }


    .footer-sec2 h2{
   	padding-left: 10px;
   	font-size: 20px;

   }

    .footer-sec2 h3{
   	padding-left: 10px;
   	font-size: 17px;

   }


    .contactus-sec2-part1{
 	padding-right:0px;
 }


 .projects-inner-section1-bluebg p{
  font-size: 15px;
}




}


@media screen and (max-width:800px) {


  .carousel-caption{
	
	left: 10% !important;
	
	top: 20%;

}



   .banner{
       height:auto;

      }


      .banner-text{

	 padding-top: 15%;
	 padding-bottom: 10%;
	
	
     }

   .banner-text h2{
  font-size: 40px;
  
  }

   .banner-text p{
	font-size: 17px;
	
  }

  .banner-btn1{
	
	padding: 10px 15px;
	font-size: 16px;
	}


	.banner-btn2{
    font-size: 15px;
    }


   .home-section1-logos img{
	margin-top: 20px;
   }


   .home-section2-wrapper{
	
	padding: 50px 40px 0px 40px;
	
   }


   .home-section2-part1-category{
	margin-bottom: 15px;
}
  



  .home-sec2-part2-img1{
  display: none;


}
.home-sec2-part2-img2{
  width:100%;
   
   position: static;
  
}
.home-sec2-part2-img3{
  display: none;
   }



   .home-section2-part2{
	padding: 70px 0px 70px 0px;
}



.home-section2-part2 h3{
	
	margin-top: 0px;
}


.br-hide{
	display: none;
}


.home-section4 h3{
   	padding: 0 10%;
    text-align: left;
   }

.home-section4 p{
   	padding: 0 10%;
   	text-align:left;
   	
   }




}


 @media screen and (max-width:769px) {

  .home-section1 p{
    text-align: left;
  }

.small-head{
  text-align: left;
}

.home-section2-part2 p{
  text-align: left;
}

.home-section3-bg p{
  text-align: left ;
}


.home-section3-img{
   	width: 100%;
   	height: auto;
    margin-top: 40px;
    margin-bottom: 0px;	
   }


    .home-sec4-img3{
 
  margin-top: 50px;
 }


   .footer-sec1 h3{
   	text-align: center;
   }

    .footer-sec1 p{
   	text-align: center;
   }

   .footer-sec2 {
   	text-align: center;
   	margin-top: 30px;
   }

   .footer-sec2 h3{
   	margin-top: 10px;
   }

   .footer-sec2 p{
   	margin-top: 30px;
   }

   

   .home-section4-br-hide{
      display: none;
   }

   



   .aboutus-section1 p{
   	text-align: left;
   }


   .aboutus-section2-iconbg{
      margin: 0 auto;
   }


   .aboutus-section2-part1 h3,p{
     text-align: center;
     
   }

   
   .aboutus-section2-part1 h3,p{
     text-align: center;
     
   }





   .aboutus-section2-part2{
     margin-top: 25px;

   }

   .aboutus-section2-part2 h3,p{
     text-align: center;
     
   }

   .aboutus-section3 p{
     text-align: left;
     
   }

    .projects-section{
      padding:60px 0px 50px 0px;
      }
   

  .projects-section p{
    text-align:left !important;
   }


   .projects-section br{
    display: none;
    }

  .projects-wrap img{
     margin-top: 50px;
    }
    

    .projects-wrap .row{
     margin-bottom: 0px;
      }



    .projects-inner-section1 h3{
     font-size: 28px;
      text-align: center;
      margin-top: 30px;
     }

   .projects-inner-section1 p{
    font-size: 22px;
     font-weight: 400;
     color: #102B46;

    }


    .projects-inner-section1-bluebg{
 

  padding-top: 25px;
  border-top-left-radius: 6px;
    border-top-right-radius: 6px; 
    border-bottom-left-radius: 0px; 
}


.projects-inner-section1-content{
 
  border-top-right-radius: 0px;
   border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-bottom: 20px;

}


.projects-inner-section1-bluebg p{
  color: #fff;
}


   .projects-inner-section2-part2 h2{
  
     margin-top: 50px;
    }

    .projects-inner-section2-part2 h2 br{
      display: none;
    }



     .gallery-section{
      padding: 40px 0px 40px 0px;
      }
   

  .gallery-section p{
    text-align:left ;
   }

   .gallery-section br{
     display: none;
   }



   .gallery-images-wrap img{
     width: 100%;
   }



   
.products-banner .banner-text h2{
  text-align: center;
}


.products-banner .banner-text h4{

  text-align: center;
}


   
   .products-section1 h2{
     font-size: 40px;
     margin-top: 30px;
     text-align: center;
  
     }


   .products-section1 p{
      text-align: center;
     font-size: 20px;
      
     margin-top: 18px;
    }


  .products-section2 {
  padding:40px 0px 30px 0px;
  
}


.products-section2 h2{
  font-size: 35px;
  text-align: center;
}




   .ceiling-product-img{
    
    padding: 0px 30px;

   }

    .ceiling-product-img p{
  
  position: absolute;
  bottom: 50px;
  left: 50px;
  font-size: 30px
  
}


 .products-inner-banner .banner-text h2{
 text-align: center;
}

.products-inner-banner .banner-text h4{
  text-align: center;
}

  .products-inner-section1 h2{
  font-size: 35px;
  padding: 0px 20px;
 
  
 }

 .products-inner-section1 h3{
  font-size: 28px;
   padding: 0px 20px;
  
 }





.products-inner-section1-subwrap{

  
  padding:25px 22px 20px 22px;
  margin-bottom:0px

 }


 .products-inner-section1-subwrap p{
  text-align: left;
  margin-top: 10px;
 }


 .products-inner-section2{
    padding:50px 0px 50px 0px;
    
  }

  .products-inner-section2 h2{
    text-align: center;
  }


  .products-inner-section3{
      padding:50px 20px 60px 20px;
  }



  .products-inner-section3 h2{
    text-align: center;
  }


  .products-inner-section3 h3{
    text-align: center;
  }



  


   

   .contactus-section1 p{
   	text-align: left;
   }


   .address-wrap p{
    text-align: center;
   }

   .address-sub{
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
   }


   .contactus-sec2-part2{
   	margin-top: 30px;
   }


 }


    @media screen and (max-width:600px) {
     

    .banner-text{
    	text-align: center;
    	padding-top: 30%;
    }


    .banner-text h2{
        font-size: 35px !important;
  
       }

   .banner-text p{
	font-size: 15px;
	
  }


  .home-section2-part2 h3{
	
	margin-top: 20px;
}


   .home-section4{
   	padding-top: 40px;
   	padding-bottom: 50px;
   	
   }



   .footer-menu li{
   text-align: center;

    
   }



 

}


 @media screen and (max-width:575px) {

  
.products-section1{
  padding:45px 40px 20px 40px;
  
}
  
 
 }




  @media screen and (max-width:400px) {

    .navbar-brand img{
	width:90px;
   }


   .banner-text{
    	text-align: center;
    	padding-top: 40%;
    }
   

    .banner-text h2{
        font-size: 20px;
  
       }

   .banner-text p{
	font-size: 12px;
	
  }

  .banner-btn1{
	
	padding: 5px 10px;
	font-size: 12px;
	}


	.banner-btn2{
    font-size: 12px;
    }



.aboutus-section2 h3{
	
	font-size: 20px;
	
	

}


.aboutus-section2 h2{

	font-size: 30px;
	
}


    .ceiling-product-img p{
 
     font-size: 25px
    }



@media screen and (min-width:349px ) and ( max-width:441px) {

  .products-inner-section2-last-img-class{
    text-align: left;
  }


}




}








