*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.425;
}
@font-face{
    src: url(Segoe UI.woff);
    
    font-family: "Segoe UI";
}
a{
    font-family: "Segoe UI"!important;
}
p{
    font-family: "Segoe UI"!important;
    font-size: 17px;
}
h1,h2,h3{
    font-family: 'Times New Roman', Times, serif!important;
    font-weight: 800;
}
.container{
    max-width: 1170px;
    margin: auto;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.gradient{
    position: relative;
  
}
.gradient::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(216, 215, 215, 0.404), rgba(175, 174, 175, 0.73));
}
/***header***/
#header .container{
    max-width: 1170px;
    margin: auto;
    overflow: visible!important;
}
#header .logo-middle{
    margin: 25px auto;
}
.logo {
    width: 73%;
    margin: auto;
    min-width: 235px;
}
#header .navbar{
    border-top: 1px solid #fff;
}
#header {
    background-color: #535353;
   
}

#header .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
#header .navbar{
 
}
ul#navo {
    min-height: 66px;
}
#header .navbar a{
    list-style: none;
    text-decoration: none;
    display: block;
    font-size: 17px;
    color: #ffffff;

}
#header .navbar li a:hover{
    background: linear-gradient(
        45deg
        , #2e323b, #1b1e27);
}
#header .navbar .sub-link a:hover{
    background-color: #535353!important;
}
#header .navbar ul{
    list-style: none;

}
#header .navbar ul li{
    display: inline-block;
}
.sub-link{
position: absolute;
top: 65px;
   width: 181%;
    z-index: 1;
    display: none;
    border-bottom: 2px solid #fff;
    border-radius: 2px;
    color: #000;
}
.sub-link li a{
   color: #fff!important;
}
.sub-link li{
    display: block!important;
}
.drop1{
   position: relative;
}

.nav ul .drop1:hover .sub-link{
    display: block!important;
  background-color: #535353;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/****slider section****/
#hero{
    background: linear-gradient(to bottom, rgba(32, 32, 32, 0.52), rgba(93, 92, 94, 0.73)), url(cn3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
    display: flex;align-items: flex-start;justify-content: center;

}
#hero .h1 h1{
    font-size: 50px;
}
#hero .h1 p{
    font-size: 25px;
}
#hero .h1 a{
    text-decoration: none;
    display: inline-block;

}
  
 /***inductries***/
 .left-img1{

    flex-basis: 30%;
 } 

 .right-info1{
    flex-basis: 65%;
 }

/***footer***/
#footer .p{
    font-family: 'Times New Roman', Times, serif!important;
}
#footer .para{
    font-family: "Segoe UI"!important;
    text-align: left;
    margin: 29px 0;
}
#footer{
    padding: 50px 0;
    background-color: #535353;
    color: #fff;
}
#footer .row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer .row .col-3{
    flex-basis: 25%;
    min-width: 200px;
    line-height: 1.9;
    padding: 0 16px;
    margin: 15px 0;
}
#footer .common ul li{
    font-family: "Segoe UI"!important;
    margin-bottom: 0.6rem;
   
}
#footer .padding{
    
}
#footer .common ul li a{
    font-family: "Segoe UI"!important;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
#footer .common ul li a:hover{
    text-decoration: underline;
}
#footer .common ul{
    list-style: none;

}
#footer .common ul li i{
    margin-right: 8px;
    color: #292d38;
    font-size: 14px;

}
#footer .row .col-3 .social ul li{
    font-size: 15px;
}
#footer .row .col-3 .social i{
 
   
    font-size: 18px;
    color: #fff;
}
#footer .row .col-3 .social i:hover{
    
}
#footer .location ul{
list-style: none;
}
#footer .location ul li{
    font-family: "Segoe UI"!important;
}
#footer .location ul li i{
    margin-right: 10px;
  color:#1797ff;
    padding: 10px 12px;
}

@media only screen and (max-width: 836px){
    .right-info1 {
        flex-basis: 100%!important;
    }
 
} 


/***responsive design***/
@media only screen and (max-width: 1057px) {
    #about .head p{
        font-size: 15px!important;
        margin-bottom: 20px;
    }
    #about .head h1{
      font-size: 25px!important;
  }
    }
    @media only screen and (max-width: 768px) {
      #about .row .left {
          flex-basis: 100%;
          text-align: center;
      }
      #about .row .right {
          flex-basis: 80%;
          text-align: center;
          margin: auto;
          min-width: 200px;
      }
      }
  
      @media (max-width: 1058px){
          .container {
              max-width: 960px;
              margin-right: auto;
              margin-left: auto;
          }
      }
  
      @media (max-width: 768px){
          .container {
              max-width: 720px;
              margin-right: auto;
              margin-left: auto;
          }
      }
      @media (max-width: 576px){
          .container {
              max-width: 540px;
              margin-right: auto;
              margin-left: auto;
          }
      }
      @media only screen and (max-width: 1156px){
          #services .row .left {
              flex-basis: 27.333333%;
              margin: 15px 0;
              min-width: 200px!important;
           
          }
          #services .row{
             
          }
              
      }
      @media only screen and (max-width: 650px){
          #services .row .left {
              flex-basis: 100%;
           
          }
          #footer .row .col-3 {
            flex-basis: 50%;
           
        }
       
      } 
  
  
     
  .col-2.toggle-button {
      display: none;
  }
  @media only screen and (max-width: 768px){
     
      .prev, .next{
          display: none;
      }
    
  }
      @media only screen and (max-width: 1112px){
          #header .navbar{
             /* display: none;  */
          }
          #header .toggle-button{
              display: block;
          }
          #header #navo{
              overflow: hidden;
              /* display: none; */
              background-color: #535353;
              display: block!important;
              transition: max-height 0.9s;
              min-height: 0px;
          }
          #header .navbar ul li{
              display: block!important;
          }
          #header .navbar a{
              display: block;
          }
          #header .toggle-button{
              display: block;
          }
      }
      @media only screen and (max-width: 780px){
          #services .row .left {
              flex-basis: 100%;
             
          }
          #services .row {
             
             
      }
  }
      @media only screen and (max-width: 740px){
          #latest .col-3{
              flex-basis: 44%;
              margin: 24px 0;
             
          }
      }
      @media only screen and (max-width: 508px){
          #latest .col-3{
              flex-basis: 90%;
              
             
          }
          #industries .row .col-2 {
              flex-basis: 100%;
              min-width: 100px;
       
          }
      }
      @media only screen and (max-width: 768px){
       
          #industries .row .col-2 {
              flex-basis: 70%;
              min-width: 300px;
       
          }
      }
      @media only screen and (max-width: 430px){
          #footer .row .col-3{
              flex-basis: 90%;
              border-bottom: 2px solid #fff;
             padding: 20px 0;
             margin: auto;
          }
      }
    
      @media only screen and (max-width: 525px){
          #footer .row .col-3{
              flex-basis: 90%;
              border-bottom: 2px solid #fff;
             padding: 20px 0;
             margin: auto;
          }
      }
  
      @media only screen and (max-width: 586px){
          #hero .h1 h1{
              font-size: 45px;
          }
          #hero .h1 p{
              font-size: 18px;
          }
      }
  
      @media only screen and (max-width: 850px){
          #banner-slider .text h1{
              font-size: 38px;
          }
          #banner-slider .text {
            
              font-size: 15px;
            
            
              top: 25%!important;
             
            }
            .prev, .next{
                top: 66%!important;
            }
      }
  
      @media only screen and (max-width: 490px){
          #banner-slider .text h1{
              font-size: 32px;
          }
          #banner-slider .text {
            
              font-size: 15px;
            
            
              top: 15%!important;
             
            }
            .prev, .next{
                top: 66%!important;
            }
      }
