@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Poppins', sans-serif;
font-family: 'Raleway', sans-serif;*/



h1,h2,h3,h4,h5,h6{
    font-family: 'Raleway', sans-serif;
    text-transform: none;
}

p{
    font-family: 'Poppins', sans-serif;
}

.section-title::before {
    display: none;
}
.header_bottom .navbar .navbar-brand img{
    height: 60px;
    margin-top: -10px;
}

.header_bottom .navbar .navbar-brand{
    margin-left: 60px;
}
.topbar{
    height: 50px;
}
.topbar .inform{
    margin-top: 0px;
    
}
.topbar .inform a{
color:#333f5b;
font-weight: bold;
font-size: 14px;
}

.topbar .social-links a{
   border-radius: 5px;
   color: #333f5b;
   /*color: #f3b41f;*/
   font-size: 17px;
   margin: -10px 5px;
   font-weight: 700;
   padding: 5px;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: row;
    margin-right: 30px;
}

.header_bottom{
    height: 30px;
}

/* about section*/
.about{
    margin-top: -140px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.about h6{
    font-size: 25px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    color: #f3b41f;
}

.about .image .img1{
  position:relative;
  height: 550px;
  width: 400px;
  left: -70px;
  top: 0px;
  z-index: 1;
}
.about .image .img2{
  position: absolute;
  left: 220px;
  top: 360px;
  z-index: 2;
  width: 320px;
  height: 420px;
}
.about .image{
    margin-right: 40px;
}
.about .content p{
    text-align: justify;
}
.about .content .btn{
    border-radius:50px;
    height: 2.5rem;
    width: 12rem;
    font-size: 18px;
    color: #fff;
}
/** footer **/
.footer img{
height:70px;
margin-top: -30px;
margin-bottom: 30px;
}
.footer p{
    font-weight: 200;
}
.footer .quick-links a{
    font-weight:300;
    transition: 0.2s;
    letter-spacing: 2px;
}
.footer .quick-links a:hover{
    font-weight: bold;
    margin-left: 8px;
}

.footer .social-links a:hover{
    background: #fff;
    color: #333f5b;
    border: none;
}

/** products section **/

.products{
    margin-bottom: -130px;
}
.products h2{
    color:#333f5b;
    text-align: center;
    padding-bottom: 0px;
}
.products img{
    height:298px;
    width:235px;
    margin-bottom: 10px;
}


.products .product-box{
    margin: 30px 5px;
    height:350px;
    max-width:265px;
    padding:10px 10px;
    background-color: #fff;
    text-align: center;
}
.products .product-box:hover{
box-shadow: 2px 0px 17px 5px rgba(0,0,0,0.48);
-webkit-box-shadow: 2px 0px 17px 5px rgba(0,0,0,0.48);
-moz-box-shadow: 2px 0px 17px 5px rgba(0,0,0,0.48);
}
.products a{
color: #333f5b;
font-weight: 600;
font-size: 14px;
padding-top:10px;
height: 40px;
text-align: center;
cursor: pointer;
text-transform: capitalize;
}

.products a:hover{
    text-decoration: none;
    font-weight: 900;
}




/* contact section*/
.contact{
    margin-top: 60px;
    margin-bottom: -10px;
}
.contact .section-title h1{
    padding:40px 400px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: -40px;
}
.contact .section-title::before {
    display: none;
}
.contact .section-title h1 span{
    color:#333f5b;
    background: #333f5b;
    padding: 0px 10px;
}

.contact .cont-info{
background:#333f5b;
height: 548px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.7);
}
.contact .cont-info .info{
    margin-top: 280px;
}
.contact .cont-info h2{
margin-top: -280px;
margin-bottom: 60px;
font-family: 'Raleway', sans-serif;
font-weight: 700;
color: #fff;
margin-bottom: 30px;
}
.contact .cont-info h4{
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.contact .cont-info p{
    color: #ddd;
    font-weight: 400;
    font-size: 14px;
}
.contact .contact-form{
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.7);
    margin-top: -98px;
    margin-left: -47px;
    height: 550px;
}
.contact .contact-form form{
    padding:35px 40px;
    background: #ffffff00;
}
.contact .contact-form form input[type=text] ,
.contact .contact-form form input[type=phone],
.contact .contact-form form input[type=email]
.contact .contact-form form textarea
{
    margin-bottom: 20px;
    border-radius: 10px;
}
.contact .contact-form form input[type=text] ,
.contact .contact-form form input[type=phone],
.contact .contact-form form input[type=email]{
    height: 50px;
    
}
.contact .contact-form form h2{
    margin-top: 60px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.contact h2{
    text-align: center;
    margin-bottom: 20px;
    margin-top: -80px;
}
.contact input[type=submit]{
    border-radius: 0px;
    background: #333f5b;
    color:#fff;
    font-weight: 700;
    border: none;
    height: 3rem;
    width: 100%;
}
.contact button:hover{
    border-radius: 50px;
    font-weight: 900;
    border: none;
    letter-spacing: 2px;
}
.breadcrumbs{
    margin-top: 30px;
    background: rgb(51, 63, 91,0.8);
    height: 80px;
}

.breadcrumbs .breadcrumbs-row{
    margin-top: -40px;
}
.breadcrumbs h4{
    font-weight: 700;
    text-transform:none;
}

/** product page css**/

.product_section{
    margin: 80px 0px;
}
.product_section .section-title{
    margin-bottom: 60px;
    margin-top:-20px;
}
.product_section .section-title h1{
    text-align: center;
    text-transform:none;
    font-weight: bolder;

}

.product_section .product-row{
    margin-bottom: 40px;
}
.product_section .cont{
    position: relative;
    width: 50%;
  }
  
  .product_section .cont .image {
    display: block;
    width: 250px;
    height:350px;
  }
  
  .product_section .cont .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, rgba(51,63,91,0.6) 0%, rgba(64,75,101,0.6) 11%, rgba(255,255,255,0.6) 100%);
    overflow: hidden;
    width: 250px;
    height: 0;
    transition: .5s ease;
  }
  
  .product_section .cont:hover .overlay {
    left: 15px;
    width: 250px;
    height:350px;
  }
  
  .product_section .cont .text {
    color: #333f5b;
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
/** responsive css **/

  @media (max-width: 786px){
    .topbar{
        display: none;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        background-color: rgb(51, 63, 91,0.4);
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 10px 15px;
        line-height: 2.5;
        margin-left: 10px;
    }
    .header_bottom .catalogue{
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .header_bottom .navbar .navbar-brand img {
        height: 70px;
        margin-top: -10px;
        margin-left: -30px;
    }
    .carousel{
        margin-top: 20px;
        box-shadow: 1px 10px 5px -5px rgba(0,0,0,0.75);
-webkit-box-shadow: 1px 10px 5px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 1px 10px 5px -5px rgba(0,0,0,0.75);
    }
    .carousel-inner {
        margin-top:20px;
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
      }
      /*
      .carousel-inner::after {
        display: block;
        clear: both;
        content: "";
      }*/
      
      .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        height: 200px;
        margin-right: -100%;
        backface-visibility: hidden;
        transition: transform 0.6s ease-in-out;
      }
      .carousel-item img{
        height: 100%;
      }
      .carousel-control-prev, .carousel-control-next {
        
        margin-top: -420px;
    }
    .about {
        margin-top: -450px;
    }
    .about .image {
        margin-right:0px;
    }
    .about .image img {
        height: 300px;
        width: 350px;
    }
    .contact .contact-form {
        box-shadow: 0px 2px 15px rgb(0 0 0 / 70%);
        margin-top: 0px;
        margin-left: 0px;
    }
    .contact .contact-form form {
        padding: 15px 20px;
        background: #ffffff00;
    }
    .contact .section-title h1 {
        padding: 0px;
        text-align: center;
        font-weight: 700;
        margin-left: 40px;
        margin-bottom: 30px;
        margin-top: -40px;
    }
    .contact .cont-info p {
        color: #ddd;
        font-weight: 400;
        font-size: 10px;
    }
    .footer img, .footer p, .footer .quick-links, .footer .social-links{
        margin-left: 25px;
    }
    .team-carousel .owl-nav .owl-prev, .team-carousel .owl-nav .owl-next, .service-carousel .owl-nav .owl-prev, .service-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #333f5b;
        font-size: 22px;
        opacity: 1;
        margin: 0px -50px;
        transition: .3s;
    }
    .product_section .cont {
        position: relative;
        min-height: 420px;
        min-width: 78%;
        margin-left: 40px;
        margin-bottom: 30px;
    }
    .product_section .section-title {
        margin-bottom: 60px;
        margin-top: -20px;
        margin-left: -60px;
    }
    .product_section .section-title::before {
        margin-top: 90px;
        left: 26%;
    }
    .product_section {
        margin: 58px 0px;
    }
    .product_section .cont .image {
        display: block;
        width: 290px;
        height: 420px;
        margin-left: -15px;
    }
    .product_section .cont:hover .overlay {
        left: 0px; 
        width: 290px;
        height: 420px;
    }
    .product_section .product-row{
        margin-bottom: 0px;
    }
    .breadcrumbs {
        margin-top: 18px;
        background: rgb(51, 63, 91,0.8);
        height: 100px;
    }
    .breadcrumbs .heading h4{
        display: block;
        margin-top: 20px;
    }

  }

  .contact2
  {
    height:500px;
    background: url(../img/contact2-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
  }

  .contact2 h1{
    font-size: 35px;
    color:#fff;
    padding-top:220px;
    text-align: center;
  }
  .contact2 a{
    background: #fff;
    color:#333f5b;
    border-radius: 50px;
    padding-top: 10px;
    margin-left: 40%;
    margin-top:20px;
    height: 3rem;
    width: 12rem;
  }
  .how-we-work{
   padding: 40px 20px;
   margin: 20px 0px;
  }
  .how-we-work video{
    position: relative;
    margin-left: -120px;
  }
  .how-we-work h6{
    font-weight: 500;
  }
  .how-we-work h1{
    font-size: 30px;
  }