html,body {
    position: relative;
   
}



body{
margin: 0;
box-sizing: border-box;
font-family: 'Open Sans';
font-style: normal; 
font-weight: normal; 
overflow-x: hidden !important;
height: 100%;

}
.head{
  background: white;
}
.h1-title{
  font-weight: bold;
    font-size: 35px;
    color: #002E40;
    margin-bottom: 110px;
  }
  

h2{
font-weight: bold;
font-size: 35px;
line-height: 25px;    
color: #002E40;
margin: 0;
}
@media (min-width: 1200px){
.container{
    max-width: 1170px !important;
    padding: 0;
}
}
.header-top-box {
font-weight: normal;
font-size: 15px;
line-height: 20px;    
color: #4D4D4D;
height: 105px;
}
.phone a{
font-weight: bold;
font-size: 25px;
line-height: 34px;    
text-transform: uppercase;
color: #002E40;
text-decoration: none;
}
.menu-container{
background: #002E40;
height: 69px;
position: relative;
}
header .slicknav_menu{
  display: none;
}
@media (max-width: 1199px){
  header .slicknav_menu{
    display: block;
  }
}
header .slicknav_menu{
  background: #002E40;
}
header .slicknav_btn{
  background-color: #FFB700;
}
.call{
width: 70px;
background: #FFB700;
font-weight: bold;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.4em;
text-transform: uppercase;
color: #FFFFFF;
border: none;
outline: none;
height: 69px;
}
.footer-box-top .call {
  width: unset;
}

.call:hover{
background: linear-gradient(142.23deg, #FFB800 20.86%, #FB9000 67.76%);
}

.swiper-nav{
  display: flex;
  width: 96px;
  justify-content: space-between;   
  }

@media (max-width: 1199px){
  .header-top-box{
    flex-direction: column;
    height: 200px
  }
  .menu-container{
    background: unset;
    margin: 25px 0;
  }
  .menu-container .call{
    margin: 0 auto;
  }
  .logo{
    margin-top: 20px;
  }
}  

@media (max-width: 575px){
  .h1-title{
    font-size: 27px;
    margin-bottom: 35px;
   }
  h2{    
    font-size: 25px;         
    }
  .logo img{
    max-width: 265px;
  }
}  
.footer-box-top{
  height: 226px;
  background: #002533;
  padding: 35px 0 0 0;
}
.footer-box-two{
  height: 62px;
  background: #00A3CC;
  padding-top: 7px;
}
.footer-box-top-container-one{
  display: flex;
  margin-bottom: 35px;
  align-items: center;
}
.footer-box-top-container-two{
  display: flex;  
  align-items: center;
}

.logo-footer{
  margin-right: 99px;
}
.adress-footer{
max-width: 152px;
font-weight: normal;
font-size: 15px;
line-height: 28px;
color: #FFFFFF;
margin-right: 95px;
}
.work-footer{
font-weight: normal;
font-size: 15px;
line-height: 28px;
color: #FFFFFF;
margin-right: 99px;
}
.footer-box-two a, .footer-box-two div{
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  line-height: 22px; 
  color: #99DAEB; 
}
.footer-two-right{
  display: flex;
    flex-direction: column;
    align-items: end;
}
@media (max-width: 1199px){
  .footer-box-top{
    height: auto;    
  }
  .footer-box-two{
    height: auto;    
  }
  .footer-box-top-container-one ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-box-top-container-one{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-box-top-container-one ul a {   
     margin-right: 0;   
  }
  .footer-box-top-container-two{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .logo-footer {
     margin-right: 0;
     margin-bottom: 35px; 
  }
  .adress-footer {   
     margin-right: 0; 
     text-align: center;
  }
  .work-footer {    
    margin-right: 0; 
     text-align: center;
  }
  .footer-box-top-container-two .call{
    margin: 15px auto;
  }
}
@media (max-width: 767px){
  .footer-box-two{
    text-align: center;
  }
  .footer-two-right {    
    align-items: center;
}


}

