body {
    color: #e2b26f;
    font-family: 'Old Standard TT', serif;
    font-size: 16px;
  
}
.header__phone a {
    color: #e2b26f;
    font-size: 20px;
    padding: 5px;

    line-height: 20px;
}
.header__phone a:hover {
    text-decoration: none;
}
.header {
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    
}
.header__nav a {
    color: #e2b26f;
}
.header__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hPanelHide {
    background: #0a1c2f;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    padding: 10px 0;
}
.header__nav ul li {
    display: inline-block;
    padding-right: 30px;
}
.header__nav ul li a {
    display: block;
    padding: 10px 0px 10px 0;
    text-transform: uppercase;
}
.contact .container {
    position: relative;
}
.contact__wrap {
    position: absolute;
    max-width: 500px;
    width: 100%;
    top: 50px;
    left: 0;
    background: #fff;
    padding: 30px;
    z-index: 999;
    color: #0a1c2f;
} 
.contact__wrap a {
    color: #0a1c2f;
}
.service__number {
    font-weight: bold;
    font-size: 26px;
}
.service__number img {
    height: 100px;
    fill: #0a1c2f;
    margin-bottom: 10px;
}
 .service__number:hover img{
   fill:   #e2b26f;
 }
.header__logo img {
    max-width: 350px;
    width: 100%;
}
.top-section {
/*     background: 50% url(../img/bg.jpg) no-repeat; */
    background: #0a1c2f;
    background-size: cover;
    height:100vh;
    position: relative;
}
.about {
    color: #0a1c2f;
    padding: 100px 0;
}
.about img {
    max-width: 100%;
}
.team {
    background: #0a1c2f;
    padding: 100px 0;
    color: #fff;
}
.team img {
    max-width: 100%;
}
.team__name {
    font-weight: bold;
    font-size: 20px;
}
.team-slider {
    display: none;
}
.team-slider.slick-initialized{
    display: block;
}
.slick-arrow {
  width: 20px;
  height: 18%;
  position: absolute;
  top: 41%;
  cursor: pointer;
  z-index: 100;
  color: #FFFFFF;
}

.team-slider>.arrow_left {
    left: -30px;
    position: absolute;
    top: 38%;
    margin-top: -15px;
    z-index: 100;
}
.team-slider>.arrow_right {
    right: -30px;
    position: absolute;
    top: 38%;
    margin-top: -15px;
    z-index: 100;
}
.team__title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}
.team__item {
    padding-right: 20px;
}
 .slick-list {
    margin-right: -20px;
}
.clients {
    color: #0a1c2f;
}
.form {
    background: #0a1c2f;
    padding: 100px 0;
    color: #fff;
}
.form__title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
}
.form input {
    border: 1px solid #fff;
    width: 100%;
    padding-left: 20px;
    height: 50px;
    outline: none;
    color: #0a1c2f;
}
.form button {
    border: 1px solid #e2b26f;
    width: 100%;
    height: 50px;
    color: #e2b26f;
    text-transform: uppercase;
    background: transparent;
        -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.form button:hover {
    color: #fff;
    background: #e2b26f;
}
footer {
    background: #0a1c2f;
    color: #fff;
    padding: 20px 0;
}
.slider {
    padding: 100px 0;
}
.slider__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.about p {
    font-size: 18px;
    text-align: justify;
    
}
.slider__img img {
    max-width: 970px;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0 20px;
}
.slider__title {
    font-size: 64px;
}
.slider__desc {
    font-size: 40px;
}
.contact {
    height: 400px;
}
.service {
    padding: 100px 0;
    color: #0a1c2f;
    margin-bottom: 50px;
}
h1 {
     font-size: 36px;
}
.title {
     font-size: 36px;
     font-weight: bold;
}


.service__item svg {
    fill: #0a1c2f;
    margin-bottom: 20px;
      height: 100px;
}
.service__item:hover svg {
     fill: #e2b26f;
}
.service__wrap {
    font-size: 0px;
}
.service__item {
     width: 33.33333%;
     display: inline-block;
    
     border: 1px solid #0a1c2f;
     border-right: 0;
     border-bottom: 0;
     height: 100%;
     padding: 40px 20px;
  
     cursor: pointer;
         -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    
}
.service__item:nth-child(3n + 3){
         border-right: 1px solid #0a1c2f;
     }
     
.service__item:nth-child(1n + 4){
         border-bottom: 1px solid #0a1c2f;
     }
.service__title {
    font-size: 20px;
}
.service__item:hover {
    color: #e2b26f;
    background: #0a1c2f;
}


.slick-dots {
  position: absolute;
  bottom: 15px;
  display: block;
  width: 100%;
  height: 13px;
  line-height: 13px;
  padding: 0;
  margin: 0;
  list-style: outside none none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0 none;
  outline: medium none;
  background: #FFFFFF none repeat scroll 0 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
}

.slick-dots li.slick-active button {
  background-color: #e2b26f;
}

@media(max-width: 992px){
    
    .header__nav {
        margin: 10px 0;
    }
    .header__nav ul li a {
        padding: 10px 20px 10px 0;
    }
    .slider {
        padding: 50px 0;
    }
    .slider__title {
        font-size: 40px;
    }
    .slider__desc {
        font-size: 24px;
    }
    .service__item {
        width: 50%;
         border: 1px solid #0a1c2f;
         border-bottom: 0px !important;
    }
     .service__item:nth-child(2n + 2){
         border-left: 0px !important;
     }
    .service__item:nth-child(1n + 5){
         border-bottom: 1px solid #0a1c2f !important;
     }
    
}
@media(max-width: 767px){ 
.slider__img img {
    max-width: 90%;
    
}
    .service__item {
        width: 100%;
         border: 1px solid #0a1c2f;
        
         border-bottom: 0px !important;
    }
    .service__item:nth-child(1n + 4){
         border-bottom: 0px !important;
     }
    .service__item:nth-child(2n + 2) {
         border-left: 1px solid #0a1c2f !important;
    }
    .service__item:last-child {
        border-bottom: 1px solid #0a1c2f !important;
    }

}

.uMenuH ul {
    padding: 0;
    margin: 0;
    list-style: none;
}


.mob-menu-btn{
    
}
.mob-menu-btn span{
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 30px;
    background: #e2b26f;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -400px;
    background: #0a1c2f;
    height: 100%;
    width: 370px;
    max-width: 100%;
    z-index: 1000;
    overflow-y: scroll;
    padding-top: 54px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.mobile-menu.open {
    right: 0;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.close{
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 300;
    width: 26px;
    height: 26px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close:before{
    content:"";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #e2b26f;
}
.close:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #e2b26f;
}
.mobile-menu.open + .overlay {
    z-index: 400;
    opacity: 1;
}
.mobile-menu > div > ul > li {
    position: relative;
    border-bottom: 1px solid #333333;
}
.mobile-menu > div > ul > li:first-of-type{
    border-top: 1px solid #333333;
}
.mobile-menu > div > ul > li.down > a {
    padding-right: 60px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 48px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 13px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 19px;
}
.mobile-menu > div > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu .uMenuH > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 13px 20px 10px;
    text-transform: uppercase;
}
.mobile-menu .uMenuH > ul  > li.active > a,
.mobile-menu > div > ul > li > ul > li.active > a,
.mobile-menu ul ul ul .active a{
    color: #393957;
}

.mobile-menu > div > ul > li > ul > li > a,
.mobile-menu ul ul ul a{
    display: block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 10px 10px 40px;
    color: #FFFFFF;
    position: relative;
}
.mobile-menu > div > ul > li > ul > li > a:before,
.mobile-menu ul ul ul a:before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 17px;
    left: 20px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-menu ul ul ul{
    margin-bottom: 10px;
}
.mobile-menu ul ul ul a{
    padding: 6px 10px 6px 55px;
    font-size: 13px;
}
.mobile-menu ul ul ul a:before{
    left: 40px;
    top: 13px;
}
.mobile-menu-close.close {
    top: 26px;
    right: 10px;
}
.mobile-menu-close.close{
    top: 15px;
    right: 15px;
}

.lang__active {
    background: #fff;
}