
.photo-slider {
    position: relative;
}
.photo-slider .carousel-control {
    background-image: none;
    top: 50%;
    width: auto;
    bottom: auto;
    z-index: 11;
    opacity: 1;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.photo-slider .carousel-control.left {
    left: 15px;
}
.photo-slider .carousel-control.right {
    right: 15px;
}
.photo-slider .carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.photo-slider .carousel-fade .carousel-inner .active {
    opacity: 1;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.photo-slider .carousel-fade .carousel-inner .active.left,
.photo-slider .carousel-fade .carousel-inner .active.right {
    left: 0
    opacity: 0;
    z-index: 1;
}
.photo-slider .carousel-fade .carousel-inner .next.left,
.photo-slider .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.photo-slider .carousel-fade .carousel-control {
    z-index: 2;
}
.photo-slider .item {
    text-align: center;
}
.photo-slider .item > img {
    display: inline-block;
}
.photo-slider .item::before {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.photo-slider .carousel-caption {
    bottom: auto;
    top:55%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
}
.photo-slider .carousel-caption h5 {
   font-family: 'Montserrat', sans-serif;
    font-weight: 700;
   margin-bottom: 20px !important;
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
    display: inline-block;
    letter-spacing: 3px;
    animation-delay: 1s;
     text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
     color: #fff;
}
.photo-slider .carousel-caption h3 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    text-shadow: none;

    text-transform: uppercase;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);

}
.photo-slider .carousel-caption a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-shadow: none;
    background-color: #ffae00;
    padding: 10px 28px;
    display: inline-block;

    text-decoration: none;
    animation-delay: 3s;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.photo-slider .carousel-caption a:hover {
    color: #ffae00;
    background-color: #fff;
}
.about-wrapper, .clients-wrapper{
    padding: 50px 0px;
}
.about-heading h1, .clients-wrapper h1{
    font-weight:800;
   letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.about-heading hr, .clients-wrapper hr{
    border-top: 5px dotted #ffae00;
    width: 70px;
    margin-top:10px;
    
}
.about-heading p, .clients-wrapper p{
    width: 70%;
    text-align: center;
    margin: 0px auto;
    font-size: 18px;
}
.services:hover, .services img{
     opacity: 0.8;
}
.services:hover{
-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.17);
box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.17);
transition: all 0.5s;
}
.services{
   
    text-align: center;
    padding: 25px 15px;
}
.services img{
    opacity: 1;
}
.services h3{
    font-weight:600;
    text-align: center;
    text-decoration: none;
    
}
.services:hover>h3 {
    color: #000 !important;
    transition: all 0.3s;

}
.services:hover>img{
    opacity: 1;
    transition: all 1s;


}
.footer-main {
    background-color: #252525;
    text-align: center;
    padding: 66px 0;
}
.footer-main .footer-content h3,
.footer-main-1 .footer-widget h2 {
    color: #fff;
    letter-spacing: 5.25px;
    font-size: 50px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'radiometryregular';
}
.footer-main .footer-content p {
    font-family: 'Lora', serif;
    font-size: 12px;
    color: #9e9e9e;
    letter-spacing: 0.36px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 15px;
}
.footer-main .input-group {
    margin: 0 auto 60px;
}
.footer-main .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding: 6px 12px 6px 0;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 1.26px;
    height: 45px;
    color: #fff;
}
.footer-main .form-control:focus {
    border-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}
.footer-main .form-control::-webkit-input-placeholder {
    color: #fff;
}
.footer-main .form-control:-moz-placeholder {
    color: #fff;
}
.footer-main .form-control::-moz-placeholder {
    color: #fff;
}
.footer-main .form-control:-ms-input-placeholder {
    color: #fff;
}
.footer-main .btn {
    background-color: transparent;
}
.footer-main .input-group-btn:last-child > .btn,
.footer-main .input-group-btn:last-child > .btn-group {
    margin-left: -25px;
}
.footer-main .btn i {
    color: #fff;
}
.footer-main .footer-social ul {
    padding-left: 0;
}
.footer-main .footer-social li {
    display: inline-block;
    margin-right: 20px;
}
.footer-main .footer-social li a {
    color: #fff;
    font-size: 13px;
    height: 33px;
    width: 33px;
    line-height: 32px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid transparent;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.footer-main .footer-social li a:hover {
    display: inline-block;
    height: 33px;
    width: 33px;
    line-height: 32px;
    border-radius: 50px;
   
    color: #e0aa47;
}
.footer-bottom {
    background-color: #1e1e1e;
    text-align: center;
    padding: 22px 0;
}
.footer-bottom .copyrights p {
    color: #c2c2c2;
    font-size: 10px;
    letter-spacing: 1.1px;
    margin-bottom: 0;
}
.services p{

    text-align: center;
    font-size: 16px;
    
}
.services button{

    margin: 0px auto;
    margin-top: 10px;
    background-color: #fff;
    border: 2px solid #ffae00 ;
    border-radius: 0px;
    padding: 8px 30px;
    font-size: 14px;
    text-transform: uppercase;

   
    
}
.services button:hover, .services button:active, .services button:focus{
    background-color: #ffae00 ;
    border: 2px solid #ffae00 ;
    color: #fff;
    transition: all 1s;

}
.vision-wrapper{
	background-image:url(../images/slider-23.jpg);
	background-size:cover;
	padding:100px 0px;
	background-position:center;
    text-align: center;
}
.water-wrapper{
    background-image:url(../images/water-proofing.jpg);
    background-size:cover;
    padding:100px 0px;
    background-position:center;
    text-align: center;
}
.ad-wrapper{
    background-image:url(../images/admixtures.jpg);
    background-size:cover;
    padding:100px 0px;
    background-position:center;
    text-align: center;
}
.sealent-wrapper{
    background-image:url(../images/sealent.jpg);
    background-size:cover;
    padding:100px 0px;
    background-position:center;
    text-align: center;
}
.vision-wrapper h1, .water-wrapper h1, .ad-wrapper h1, .sealent-wrapper h1{
    text-align: center;
    color: #ffae00;
     font-weight:800;
   letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;

}
.vision-wrapper p{
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 50%;
    margin: 0px auto;


}
.vision-wrapper hr, .water-wrapper hr, .ad-wrapper hr, .sealent-wrapper hr{
    border-top: 5px dotted #ffae00;
    width: 70px;
    margin-top:10px;
    
}
.vision-wrapper button{

    margin: 0px auto;
    margin-top: 25px;
    background-color: transparent;
    border: 2px solid #ffae00 ;
    border-radius: 0px;
    padding: 8px 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffae00 ;

   
    
}
.vision-wrapper button:hover, .vision-wrapper button:active, .vision-wrapper button:focus{
    background-color: #ffae00 ;
    border: 2px solid #ffae00 ;
    color: #fff;
    transition: all 1s;

}
.clients-wrapper{
    height:auto; 
    background-color: #fff;
}
.client-1 .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.client-1 .clients-carousel-1 .item a {
    text-align: center;
    line-height: 180px ;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    min-height: 180px !important;
    max-height: 180px ;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    opacity: 0.5;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.client-1 .clients-carousel-1 .item a:hover {
    opacity: 1;
}
.footer-wrapper{
    background-color: #3a3a3a;
}
.footer-social p{
    width: 50%;
}
.clients-wrapper1{
    padding: 50px 0px;
}
.about-para{
    
    text-align: center;
    margin: 0px auto;
    font-size: 18px;

}

.about-logos{
    margin-top: 20px;
}

.water-img{
    margin-top: 0px;
}
.waterproofing-products{
    font-size: 17px;
    line-height: 30px;
}
p{
    line-height: 30px !important;
}
.waterproofing-products h3{
    font-size: 25px;
    font-weight: 600;
}
.waterproofing-products hr{
    border-top: 5px dotted #ffae00;
    width: 70px;
    margin-top:10px;
    float: left;
}
.waterproofing-products ul{
    padding-left: 15px;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 30px;
}

.bs-example{
    margin-top: 20px;
}
.polished-img img{
    margin-top: 20px;
}
.panel-title span{
margin-right:8px ;
}
.panel-title{

    font-size: 18px;
}
.inner{
    margin-left: -268px;
}
.client-logo{
    margin-top: 30px;
}
.decorative button{
    border: 1px solid #ffae00;
    background-color: #fff;

}
 .decorative a{
    color: #000;
    
}
.media-left{
    color: #ffae00 !important;
}
.media-heading{
    color: #000; font-weight: 600 !important;
}
.media-body{
    font-size: 16px;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
    color: #000;
}
.dropdown-toggle i{
    font-size: 18px;
}

@media (min-width: 1800px) {
	
}
/* -- min-width: 992 */
@media (min-width: 992px) {	
	/* -- Gallery Section */    
	.portfolio-categories {
        float: right;
    }
    .portfolio-categories ul {
        float: left;
    }	
	/* -- Discover Section */    
	.discover-section .img-box  img {
        display: none;
    }

}
/* -- max-width: 1200px */
@media (max-width: 1200px) {
	/* -- Photo Slider */    
	.photo-slider .carousel-caption h3 {
        font-size: 28px;
    }	
	
}

/* -- min-width: 1201 to max-width: 1366 */
@media only screen and (min-width: 1201px) and (max-width: 1366px) {
	/* -- Photo Slider */    
	.photo-slider .carousel-caption h3 {
        font-size: 30px;
    }
	/* -- Contact Section */    
	.contact-section .contact-section-content {
        padding: 140px 50px;
    }
	/* -- Discover Section */    
	.discover-section .carousel-control {
        bottom: 33%;
    }
    .discover-section .discover-testi-content {
        padding: 133px 30px;
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* -- Photo Slider */    
	.photo-slider .carousel-caption h5 {
        margin-bottom: 20px;
    }
    

    
	/* -- Team Section */    
	
}
/* -- max-width: 991 */

@media (max-width: 992px) {
    .inner{
        margin-left: 0px;
    }
      .decorative button{
    border: 1px solid #ffae00;
    background-color: #fff;
    margin-top: 10px !important;
    
}
}


@media (max-width: 639px) {
    
	/* -- Photo Slider */    
    .img-buck{
        width: 100%;
        margin-top: 10px;
    }
	.photo-slider .carousel-caption h5 {
        margin-bottom: 15px;
    }
    .photo-slider .carousel-caption h3 {
        font-size: 20px;
    }
    .photo-slider .carousel-caption a {
        padding: 10px 24px;
    }	
    .vision-wrapper, .water-wrapper, .ad-wrapper, .sealent-wrapper{
        padding:30px 0px !important;
    }

.footer-social p{
    width: 80%;
}
.services{
        width: 100% !important;
        margin-top: 15px ;

        padding-left: 15px ;

    }
    

.client .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
    max-height: 180px !important;
}

    .vision-wrapper h1{
    text-align: center;
    color: #ffae00;
     font-weight:800;
   letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;

}
.vision-wrapper p{
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 80% !important;
    margin: 0px auto;


}
	
}
@media (max-width: 600px){

    
    .about-wrapper{
        padding: 50px 15px;
    }

.about-heading p{
    width: 100%;
    text-align: center;
    margin: 0px auto;
    font-size:16px;
    padding: 10px 0px;

}
.about-heading h1{
   
    text-align: center;
    margin: 0px auto;
    font-size:27px;
}
/* --  max-width: 479 */
@media (max-width: 479px) {
	/* -- Photo Slider */    
	.photo-slider .carousel-caption h5 {
        font-size: 12px;
        letter-spacing: 4px;
        margin-bottom: 8px;
    }
    .photo-slider .carousel-caption h3 {
        font-size: 14px;
        letter-spacing: 5px;
        margin-bottom: 12px;
        font-weight: 600;
    }	
	
}