@charset "utf-8";

/* font */
@font-face {
     font-family: 'BoschSans-Bold';
     src: url('../font/BoschSans-Bold.eot');
     src: url('../font/BoschSans-Bold.woff2') format('woff2'),
          url('../font/BoschSans-Bold.woff') format('woff'),  
          url('../font/BoschSans-Bold.ttf') format('truetype');     
     font-weight: 700;
     font-style: normal;
}
@font-face {
     font-family: 'BoschSans-Black';
     src: url('../font/BoschSans-Black.eot');
     src: url('../font/BoschSans-Black.woff2') format('woff2'),
          url('../font/BoschSans-Black.woff') format('woff'),
          url('../font/BoschSans-Black.ttf') format('truetype');
     font-weight: 900;
     font-style: normal;
}
@font-face {
     font-family: 'BoschSans-Light';
     src: url('../font/BoschSans-Light.eot');
     src: url('../font/BoschSans-Light.woff2') format('woff2'),
          url('../font/BoschSans-Light.woff') format('woff'),
          url('../font/BoschSans-Light.ttf') format('truetype');
     font-weight: 300;
     font-style: normal;
}
@font-face {
     font-family: 'BoschSans-Regular';
     src: url('../font/BoschSans-Regular.eot');
     src: url('../font/BoschSans-Regular.woff2') format('woff2'),
          url('../font/BoschSans-Regular.woff') format('woff'),
          url('../font/BoschSans-Regular.ttf') format('truetype');
     font-weight: 400;
     font-style: normal;
}
@font-face {
     font-family: 'Montserrat-Bold';
     src: url('../font/Montserrat-Bold.eot');
     src: url('../font/Montserrat-Bold.woff2') format('woff2'),
          url('../font/Montserrat-Bold.woff') format('woff'),
          url('../font/Montserrat-Bold.ttf') format('truetype');
     font-weight: 700;
     font-style: normal;
}

/*---------------------------------- global settings */
*:hover{
    transition: ease-in-out; 
     transition-duration: 0.55s; 
}

section, h1, h2, h3, h4, h5, h6, p, a, ul, li, .row, .container{
     margin:0;
/*      padding:0; */
     text-decoration:none;     
}

.container{
    position: relative;
    margin:0 auto;
}

h1, h2, h3, h4, h5, h6{
     font-family: 'BoschSans-Black';
     text-transform: uppercase;
     color: #242424;
}
h1{
     font-size:38px;
}
h2{
     font-size:32px;
}
h3{
     font-size:20px;
     text-transform: none;
}
h4{
     font-size:18px;
}
h5{
     font-size:14px;
}
p{
    font: 16px 'BoschSans-Light';
    line-height: 1.8em;
    color: #242424;
}

a{
     color: #fff;
}
a:hover{
     color: #fff;
     text-decoration: none;
}
section{
     padding-top: 50px;
}
/* button */
.btn, .btn-contur:hover{
/*      height:60px; */
height:auto;
     padding:17px 54px;
     background: linear-gradient(to top, #b10a0a, #d01a18, #f06a6a);
     border: none;
     border-radius: 0;
     font: 20px 'BoschSans-Bold';
     font-weight: 400;
     color:#fff;      
     white-space: normal;  
}

.btn:hover{
    background: linear-gradient(to bottom, #b10a0a, #d01a18, #f06a6a);    
}

/* form */

.top-150 {
padding-top: 150px!important;
}


/* loader */
.loader-spinner{
     width: 40px;
     height: 40px;
     position: absolute;
     top: 50%;
     left: 50%;
     margin-top: -20px;
     margin-left: -20px;
}
  
@-webkit-keyframes scaleout {
0% { -webkit-transform: scale( 0.0 ); }
100% { -webkit-transform: scale( 1.0 ); opacity: 0; }
}

@-moz-keyframes scaleout {
0% { -moz-transform: scale( 0.0 ); }
100% { -moz-transform: scale( 1.0 ); opacity: 0; }
}

@keyframes scaleout {
0% { transform: scale( 0.0 ); }
100% { transform: scale( 1.0 ); opacity: 0; }
}


   /* margin/padding classes */
.mt-20{
     margin-top: 20px;
}
.mt-30{
     margin-top: 30px;
}
.mt-40{
     margin-top: 40px;
}
.mt-50{
     margin-top: 50px;
}
.mt-70{
     margin-top: 70px;
}
.mt-100{
     margin-top: 100px;
}
.mb-20{
     margin-bottom: 20px;
}
.mb-30{
     margin-bottom: 30px;
}
.mb-40{
     margin-bottom: 40px;
}
.mb-50{
     margin-bottom: 50px;
}
.mb-100{
     margin-bottom: 100px;
}
.pt-37{
    padding: 37px 0;
}
.pb-0{
    padding-bottom: 0;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-100{
    padding-top: 100px;
}
.pr{
    position: relative;
}

.pa{
    position: absolute;
}

header.header-bar {
     font-size: 0;
     width: 100%;
     position: /*fixed*/absolute;
     top: 0;
     left: 0;
     z-index: 99;
      box-shadow: 0 7px 15px rgba(0,0,0,0.2);
 }
 
 header.header-bar .header-bar-top .header-bar-top-element {
     display: inline-block;
     color: rgba( 255, 255, 255, 0.65 );
     border-right: 1px solid rgba( 255, 255, 255, 0.12 );
     font-size: 14px;
     position: relative;
 }
 
 header.header-bar .header-bar-top .header-bar-top-element:last-child {
     border-right: none;
     padding-right: 0;
 }
 
 header.header-bar .header-bar-top .header-bar-top-element i {
     display: inline-block;
     font-size: 12px;
     color: #fff;
     margin-right: 15px;
 }
 
 header.header-bar .header-bar-top .header-bar-top-element a {
     color: #fff;
     text-decoration: none;
     -webkit-transition: 0.1s;
     -moz-transition: 0.1s;
     transition: 0.1s;
 }
 
 
 header.header-bar .header-bar-top .header-bar-top-element.languages-switcher:hover .current-language a {
     color: #fff;
 }
 
 header.header-bar .header-bar-top .header-bar-top-element.languages-switcher .languages-switcher-list {
     position: absolute;
     padding: 0;
     margin: 0;
     min-width: -webkit-calc( 100% + 15px );
     min-width: -moz-calc( 100% + 15px );
     min-width: calc( 100% + 15px );
     left: 0;
     top: 41px;
     z-index: 99;
     display: none;
 }
 
 header.header-bar .header-bar-top .header-bar-top-element.languages-switcher:hover .languages-switcher-list {
     display: block;
 }
 
 .header-bar-bottom:before{
    content: "";
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
 }

 header.header-bar .header-bar-bottom {
     height:78px;
     /* background:linear-gradient(0deg,#002944,#608eb6);     */
     background: linear-gradient(0deg,#111,#4A4C47);
     margin-top: 10px;
     z-index: 9;
 }

 
 
 header.header-bar .header-bar-bottom .logo {
     width: 140px;
     height: 140px;
     position: absolute;
     z-index: 500;
     top: -41px;
     text-align: center;
 }
 
 header.header-bar .header-bar-bottom .logo a {
     display: block;
 }
 
 header.header-bar .header-bar-bottom .logo .logo-middle-helper {
     height: 150px;
     width: 0px;
     display: inline-block;
     vertical-align: middle;
 }
 
 header.header-bar .header-bar-bottom .logo img {
     display: inline-block;
     vertical-align: middle;
     margin-top: 28px;
     width: 138px;
     height:137px;
 }
 
 header.header-bar .header-bar-bottom .menu {
     list-style: none;
     text-align: right;
     padding: 0;
     width: -webkit-calc( 100% - 10px );
     width: -moz-calc( 100% - 10px );
     width: calc( 100% - 10px );
 }
 
 header.header-bar .header-bar-bottom .menu li {
     display: inline-block;
     font-size: 16px;
     position: relative;
     font-family: 'BoschSans-Bold';
 }
 
 header.header-bar .header-bar-bottom .menu li a {
     text-decoration: none;
     color: #fff;
     text-transform: uppercase;
     -webkit-transition: 0.1s;
     -moz-transition: 0.1s;
     transition: 0.1s;
     display: block;
 }
 
 header.header-bar .header-bar-bottom .menu > li > a > i.fa.fa-caret-down {
     font-size: 20px;
     display: inline-block;
     vertical-align: top;
     margin-left: 7px;
     padding-top: 7px;
 }
 
 header.header-bar .header-bar-bottom .menu li.current-menu-item a,
 header.header-bar .header-bar-bottom .menu li.current-menu-parent a,
 header.header-bar .header-bar-bottom .menu li.current-menu-ancestor a,
 header.header-bar .header-bar-bottom .menu li:hover a {
     color: #bed5e6; 
 }
 
 header.header-bar .header-bar-bottom .menu li.current-menu-item .sub-menu a:after{
      background:transparent !important;
 }
 
 header.header-bar .header-bar-bottom .menu > li.current-menu-item:before,
 header.header-bar .header-bar-bottom .menu > li.current-menu-parent:before,
 header.header-bar .header-bar-bottom .menu > li.current-menu-ancestor:before {
    
 }
 
 header.header-bar .header-bar-bottom .menu .sub-menu {
     position: absolute;
     width: 200px;
     left: 10px;
     text-align: left;
     padding: 0;
     display: none;
 }
 
 header.header-bar .header-bar-bottom .menu li:hover > .sub-menu {
     display: block;
 }
 
 header.header-bar .header-bar-bottom .menu .sub-menu li {
     display: block;
     text-align: left;
     position: relative;
     border-bottom: 1px solid #fff;
     background: #f4eef1;
     padding: 0;
      box-shadow: 0px 5px 20px rgba(0, 0, 0, .2);
 }
 
 header.header-bar .header-bar-bottom .menu .sub-menu li:last-child {
     border-bottom: none;
 }
 
 header.header-bar .header-bar-bottom .menu .sub-menu .sub-menu {
     left: -200px;
     top: 0;
 }
 
 header.header-bar .header-bar-bottom .menu .sub-menu li a {
     text-transform: none;
     font-weight: 300;
     color: rgba( 0,0, 0, 0.75 );
     -webkit-transition: 0.1s;
     -moz-transition: 0.1s;
     transition: 0.1s;
     display: block;
     padding: 11px 15px;
     text-align: left;
 }
 
 header.header-bar .header-bar-bottom .menu .sub-menu li:hover > a,
 header.header-bar .header-bar-bottom .menu .sub-menu li.current-menu-item a {
     color: #000;
 }
 
 header.header-bar .header-bar-bottom .menu .sub-menu > li > a > i.fa.fa-caret-left {
     font-size: 12px;
     display: inline-block;
     vertical-align: top;
     margin-right: 7px;
     padding-top: 8px;
 }
 
 header.header-bar .header-bar-bottom .responsive-menu-button {
     position: absolute;
     font-size: 24px;
     right: 15px;
     top: 43px;
     cursor: pointer;
 }
 
 header.header-bar .header-bar-bottom .responsive-menu-button i {
     color: #fff;
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     transition: 0.2s;
      display:none;
 }
 
 header.header-bar .header-bar-bottom .responsive-menu-button:hover i {
     color: #862d59;
 }

 .telphone {
     padding: 0px;
     margin-right: 0px;
     margin-left: 160px;
     font-family: 'BoschSans-Black';
 }

 .telphone__icon{
    margin-right: 10px;
    width: 20px;
 }
  
 @media (max-width: 430px) {
 
 .top-150 {
padding-top: 50px!important;
}

    .section__title:before {
content: "";
width: 0px!important;

}
 
     header.header-bar .header-bar-bottom .container {
         margin: 0 15px;
     }
 
     header.header-bar .header-bar-top .header-bar-top-element,
     header.header-bar .header-bar-bottom .menu {
         display: none;
     }
     header.header-bar .header-bar-top {
         height: 0px;
           display:none;
     }
 
     header.header-bar .header-bar-bottom {
         height: 60px;
     }
 
     header.header-bar .header-bar-bottom .logo {
         width: 100px;
         height: 112.5px;
         top: -15px;
     }
 
     header.header-bar .header-bar-bottom .logo .logo-middle-helper {
         height: 100px;      
     }
 
     header.header-bar .header-bar-bottom .responsive-menu-button {
         top: 28px;
     }
      
      header.header-bar .header-bar-bottom .logo img {
        width: 80%;
        height: 70%;
        margin-top: 13px;
        margin-right: 20px;
      }

      .header-bar-bottom:before{
          display: block; 
      }
     .telphone {         
         margin-left: 0px;       
     }
 }
 
 @media (min-width: 431px) and (max-width: 767px) {
     
     
         .section__title:before {
content: "";
width: 0px!important;

}
 
     header.header-bar .header-bar-bottom .container {
         margin: 0 15px;
     }
 
     header.header-bar .header-bar-top .header-bar-top-element,
     header.header-bar .header-bar-bottom .menu {
         display: none;
     }
 
     header.header-bar .header-bar-top {
         height: 0px;
     }
 
     header.header-bar .header-bar-bottom {
         height: 125px;
     }
 
     header.header-bar .header-bar-bottom .logo {
         top: -11px;
     }
      
      header.header-bar .header-bar-bottom .logo img {
           width:100%;
         margin-top: 0px;
      }
      .header-bar-bottom:before{
          display: block; 
      }
      .telphone {        
         margin-left: 0px;       
     }
 }
 
 @media (min-width: 768px) and (max-width: 991px) {
 
     header.header-bar .header-bar-top .header-bar-top-element,
     header.header-bar .header-bar-bottom .menu {
         display: none;
     }
 
     header.header-bar .header-bar-top {
         height: 0px;
     }
      
      header.header-bar .header-bar-bottom .logo img {
        width:100%;
        margin-top: 0;
      }
      
     header.header-bar .header-bar-bottom {
         height: 125px;
     }
 
     header.header-bar .header-bar-bottom .logo {
         top: -11px;
     }

      .header-bar-bottom:before{
          display: block; 
      }
      .telphone {        
         margin-left: 0px;       
     }
 }
 
 @media (min-width: 992px) and (max-width: 1199px) {
 
     header.header-bar .header-bar-top .header-bar-top-element {
         padding: 12px 19px;
     }
 
     header.header-bar .header-bar-bottom .menu li a {
         padding: 24px 14px;
     }
 
     header.header-bar .header-bar-bottom .responsive-menu-button {
         display: none;
     }
      
      header.header-bar .header-bar-bottom .menu {
           width: auto;
           margin:0
      }
 }
 
 @media (min-width: 1200px) {
 
     header.header-bar .header-bar-top .header-bar-top-element {
         padding: 10px 25px;
     }
 
     header.header-bar .header-bar-bottom .menu li a {
         padding: 22px 20px;
         letter-spacing: 0.02em;
     }

     .telphone>a{
        padding: 22px 0!important;
     }
 
     header.header-bar .header-bar-bottom .responsive-menu-button {
         display: none;
     }
 }
 
 /*4. responsive menu*/
.responsive-menu-content {
    width: 300px;   
    position: fixed;
    z-index: 9;
    height: 100%;
    top: 0;
    right: -300px;
    display: none;
    overflow-y: scroll;
}

.responsive-menu-content ul.menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.responsive-menu-content ul.menu i {
    display: none;
}

.responsive-menu-content ul.menu li {
    border-bottom: 1px solid #152950;
    list-style: none;
}

.responsive-menu-content ul.menu li:last-child {
    border-bottom: 0;
}

.responsive-menu-content ul.menu li a {
    color: #D3D1E8;
    padding: 15px;
    display: block;
    font-size: 13px;
    text-decoration: none;
}

.responsive-menu-content ul.menu li a:hover,
.responsive-menu-content ul.menu li.current-menu-item > a {
    color: #fff;
}

.responsive-menu-content ul.menu li ul.sub-menu {
    margin-left: 0;
    padding: 0;
}

.responsive-menu-content ul.menu li ul.sub-menu li a:before {
    content: '-';
    display: inline-block;
    padding-right: 10px;
}

.responsive-menu-content ul.menu li ul.sub-menu li ul.sub-menu li a:before {
    content: '-';
    display: inline-block;
    padding-right: 10px;
    padding-left: 17px;
}

.responsive-menu-content ul.menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a:before {
    content: '-';
    display: inline-block;
    padding-right: 10px;
    padding-left: 34px;
}

.responsive-menu-content ul.menu li ul.sub-menu li:first-child {
    border-top: 1px solid #152950;
}

.responsive-menu-content ul.menu li ul.sub-menu li:last-child {
    border-bottom: 0;
}

.responsive-menu-content ul.menu li:last-child {
    border-bottom: 1px solid #152950;
}

.responsive-menu-content .header-bar-top-element {
    border-bottom: 1px solid #152950;
    padding: 15px;
}

.responsive-menu-content .header-bar-top-element:last-child {
    border-bottom: none;
}

.responsive-menu-content .header-bar-top-element,
.responsive-menu-content .header-bar-top-element a {
    color: #D3D1E8;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.7em;
}

.responsive-menu-content .header-bar-top-element a {
    text-decoration: none;
}

.responsive-menu-content .header-bar-top-element a:hover {
    color: #fff;
}

.responsive-menu-content .header-bar-top-element i {
    margin-right: 15px;
    opacity: 0.6;
}

.responsive-menu-content .header-bar-top-element.languages-switcher .languages-switcher-list {
    padding: 0;
    margin: 0;
}

.responsive-menu-content .header-bar-top-element.languages-switcher .languages-switcher-list li {
    list-style: none;
    margin: 10px 0 0 29px;
}

@media (max-width: 430px) {

    .responsive-menu-content {
        width: 100%;        
    }
}

@media (min-width: 431px) and (max-width: 767px) {

    .responsive-menu-content {
        width: 100%;
    }
}

.slicknav_btn {
     background-color: #fff;
 }
 
 .slicknav_menu {
     background: #fff;
 }
 
 @media (max-width: 430px) {
 
     .big-wrapper {
           margin-top: 85px;
     }
      
     .vertical-align-middle {
         display: block;
         float: none;
     }
 
 }
 
 @media (min-width: 431px) and (max-width: 767px) {
 
     .container {
         margin: 0;
     }
 
     .vertical-align-middle {
         display: block;
         float: none;
     }
 
 }
 @media (max-width: 991px) {
      
      .header-bar-top{
           display:block;
      }
      
      header.header-bar .header-bar-top {
          height: inherit !important;
           padding: 10px 0;
           
      }
      
      .header-bar-top-element{
           display:block  !important;
           float: right;
           font-size: 11px;
           padding-left:25px;
           padding-right:5px;
           border-right:0px   !important;
      }
      
      header.header-bar .header-bar-top .header-bar-top-element i {
               margin-right: 5px   !important;
      }
      
      
      header.header-bar .header-bar-bottom .logo {
           left: 0;
           right: 0;
           margin: 0 auto;
      }
      
      .big-wrapper {
           margin-top: 0 !important;
      }
      
      header.header-bar{
           position:relative !important;
      }
      
      .slicknav_menu {
           display: block;
           position:relative;
      }
      
      .slicknav_menu {
           z-index: 10000;
           width: 100%;
      }
      
      .header-bar-bottom .nav {
           display: none;
      }
      
 }
 
 @media (min-width: 768px) and (max-width: 991px) {
 
     .container-fluid .container {
         width: 100%;
         max-width: 720px;
     }  
      
 }
 
 @media (min-width: 992px) and (max-width: 1199px) {
 
     .container-fluid .container {
         width: 100%;
         max-width: 940px;
     }
      
 }
 
 @media (min-width: 1200px) {
 
     .container-fluid .container {
         width: 100%;
         max-width: 1140px;
     }
 }

/*============================================
 hero slider
==============================================*/
.hero {
    position: relative;
    height: 800px;
    overflow: hidden;    
}

.slide {
    position: relative;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slide-caption {
    z-index: 5;    
}

.hero .slide {
    height: 800px;
    position: relative;
    overflow: hidden;    
}

.slider-bg {
    position: absolute;
    top:20px;
    right:-350px;    
}

.hero .slide:focus {
    outline: none;
}

.hero .slide .container {
    height: 100%;
    display: table;
    padding: 0;
}

.hero .slide .row {
    display: table-cell;
    padding-top: 100px;
}

.hero .slick-prev,
.hero .slick-next {
    width: 50px;
    height: 50px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    z-index: 10;
}

.hero .slick-prev {
    left: 25px;
}

.hero .slick-prev:before {
    font-family: "FontAwesome";
    font-size: 48px;
    content: /*"\f104"*/"<";
    opacity: 1;
    color: #082d4b;
}

.hero .slick-next {
    right: 25px;
}

.hero .slick-next:before {
    font-family: "FontAwesome";
    font-size: 48px;
    content: /*"\f105"*/">";
    opacity: 1;
    color: #fff;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
    background:#35648b ;
    border-color: #a0bfd7;
}

.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {
    color: #fff;
}

.hero .slick-dots {     
    display: flex;
    flex-direction: column;     
    position: absolute;
    left: 370px; 
    bottom:130px;
    z-index: 9;
}

.hero .slick-dots li {
    background-color: #e7e7e7;       
    border-radius: 0;
    width: 35px;
    height: 10px; 
    margin: 10px 0;
}

.hero .slick-active button{
    background: #a1b1bd;
    width: 70px;
    height: 10px;      
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
    background-color: #e7e7e7;
    width: 35px;
    height: 10px;    
    border-radius: 0;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>p {
    -webkit-animation: fadeInTopSlow 1.5s 0.8s forwards;
    -moz-animation: fadeInTopSlow 1.5s 0.8s forwards;
    -o-animation: fadeInTopSlow 1.5s 0.8s forwards;
    -ms-animation: fadeInTopSlow 1.5s 0.8s forwards;
    animation: fadeInTopSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>h2 {
    -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    -moz-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    -o-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    -ms-animation: fadeInLeftSlow 1.5s 0.8s forwards;
    animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption>.btns {
    -webkit-animation: fadeInBottomSlow 1.5s 0.8s forwards;
    -moz-animation: fadeInBottomSlow 1.5s 0.8s forwards;
    -o-animation: fadeInBottomSlow 1.5s 0.8s forwards;
    -ms-animation: fadeInBottomSlow 1.5s 0.8s forwards;
    animation: fadeInBottomSlow 1.5s 0.8s forwards;
}

.hero-style-1 .slide-caption p,
.hero-style-2 .slide-caption p {
    width: 350px;
    font-size: 20px;
    color: #242424;
    line-height: 1.4em;    
}

.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2 {
    color: #242424;
    line-height: 50px;
    margin-top: -15px;
}

span.slide__number{
    font-family: 'Montserrat-Bold';
    font-size: 200px;
    color: #e7e7e7;
    display: block;
    margin-top: -14px;
    margin-left: 90px;
}

.more-left{
    margin-left: 450px;
}

.social a{
    margin: 0;
    padding: 0;
}
.social{
    position: absolute;
    bottom: 100px;
    right: 0;
    z-index: 11;    
}

.social__icon{
    z-index: 999999;
    margin-left:20px;
    opacity: 1;
}
.social__icon:hover{   
    opacity: 0.8;
}


@media (min-width: 992px) and (max-width: 1199px) {
 
}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 568px) and (max-width: 767px) {
   .hero-slider-wrapper{
        height: 600px;        
    }
}
@media (min-width: 430px) and (max-width: 567px) {
   .hero-style-1 .slide-caption p {
        width: 380px;        
    }
    .hero-slider-wrapper{
        height: 600px;        
    }
    .hero .slide .row {
        padding-top: 0px;
    }
}
@media (min-width: 360px) and (max-width: 429px) {
    .hero-style-1 .slide-caption p {
        width: 350px;        
    }
    .hero-slider-wrapper{
        height: 500px;        
    }
    .hero .slide .row {
        padding-top: 0px;
    }
        .section__title:before {
content: "";
width: 0px!important;

}
}
@media (min-width: 320px) and (max-width: 359px) {
      .hero-style-1 .slide-caption p {
        width: 290px;        
    }
    .hero-slider-wrapper{
        height: 100vh;        
    }
    .hero .slide .row {
        padding-top: 80px;
    }
        .section__title:before {
content: "";
width: 0px!important;

}
}


/*----------section service------------*/
.section__title{
    text-align: left; 
    margin-left: 70px;   
}
.section__title:before{
    content: "";
    width: 70px!important;
    height: 4px;
    position: absolute;
    left: 0;
    top: 19px;
    width: 100%;
    background: #ececec; 
}
.overlay-bg{
    /* background: #608eb6; */
    background: linear-gradient(0deg,#111,#4A4C47);
    height: 250px;
    position: relative;
}
.overlay-bg h3{
    font-family:'BoschSans-Regular';
    text-align: center;
    padding: 18px;
    color: #fff;
}
.sub{
    text-align: center;    
}
.hidden{
    display: none;
}
.btn-contur{
    border: 2px solid #a2a2a2;
    background: transparent;   
    color: #a2a2a2;
}

/*-------actions area------*/

.rotatable{
    position: absolute;
    width: 480px;
    height: 40px;
    font: 22px 'BoschSans-Bold';
    text-align: left;
    bottom: 218px;
    left: -206px;

    
    -webkit-transform: rotate(-90deg); //Chrome, Safari
    -moz-transform: rotate(-90deg); //Firefox
    -o-transform: rotate(-90deg); //Opera
    -ms-transform: rotate(-90deg); //IE
    transform: rotate(-90deg); //браузеры без префексов    
}

.action{
    max-width: 100%;
}

.grey-bg{
    height: 544px;
    background: #e7e3e3;
    position: relative;
}
.grey-bg img{
    width: 40%;
}

.txt-cntr{
    text-align: center;
    padding: 20px 0;
}

.overlay-blue{
    line-height: 60px;
    text-align: center;
    background: rgba(0,0,0,0.0);    
}
.overlay-blue__content{
    width: 100%;
    padding: 50px 20px 50px; 
}
.overlay-blue__content {
    opacity: 0;
    transition: ease-in;
    transition-duration: 0.5s;
}
.overlay-blue {
    background: url('../img/actions/first_action.jpg') top center;    
    background-size:cover;
}
.overlay-blue__second {
    background: url('../img/actions/second_action1.jpg')top center;
    background-size:cover;
}

.overlay-blue__third {
    background: url('../img/actions/third_action1.jpg')top center;
    background-size:cover;
}

.white-txt, .underline-txt, .white-txt__bold{
    color: #fff;
} 

.white-txt{
    font-size: 32px;
}

.underline-txt{
    text-decoration: underline;
    font-size: 26px;
    font-family: 'BoschSans-Black';
    text-transform: uppercase;
}

.overlay-blue__title{
    color: #001c36;
    font-size: 38px;
    text-align: center;
}

.cont{position:relative; top:30px; height: 56px;}
/* ================================ */
.mouse {
    border: 2px solid #ffffff;
    border-radius: 14px;
    bottom: 40px;
    display: block;
    height: 56px;
    left: 50%;
    margin: 0 auto 0 -16px;
    position: absolute;
    width: 32px;
}
.mouse span {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: scroll;
    background: none repeat scroll 0 0 #ffffff;
    border: 2px solid transparent;
    border-radius: 4px;
    display: block;
    height: 4px;
    margin: 6px auto;
    width: 4px;
}
@keyframes scroll {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

/*-------team sections-------*/
.expert-single {
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0, 0, 5, .08);
    position: relative;
}
.expert-img img{
    width: 100%;
}

.expert-content {
    padding: 20px 15px 40px;
    position: relative;
    margin-top: -60px;
    background: #f5f5f5;
    transform: translateY(20px);
    transition: all .3s;    
}


.expert-single:hover .expert-content {
    transform: translateY(-30px);
    background: #fff;

}

.expert-content h5 {
    padding: 0px 0 5px;
    font-size: 22px;
    text-transform: none;
}

.expert-content span {
    color: #3a3939;
}

.expert-content ul {
    justify-content: center;
    margin: 20px 0;
}

.expert-content ul li {
    padding: 0 10px;
}

.expert-content ul li a {
    color: #c0b596;
}

.col-p {
    padding: 10px;
}
/*--------------trigger--------------*/
.bold-txt{
    font-family: 'BoschSans-Black';
}
.trigger-txt{
    font-size: 20px;
    text-align: center;
    line-height: 1.5em;
}
.pt-37{
    background:rgb(255,255,255,0.6) url(../img/bg/linner.png);
}
.img-middle{
    text-align: center;
}
/*------------testimonials-----------*/
.thumb-img{
    padding: 0 5px;
    width: 100px;
    height: 100px;
    margin-right: 30px;
}

.img-content {
    margin-top: 35px;
}

.img-content span {    
    color: #666;
}

.testimonial-area {
    position: relative;
}

.testimonial-slide .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 40px;
    line-height: 30px;
    text-align: center;
}

.testimonial-slide .owl-nav div.owl-next {
    right: 0;
    left: auto;
}

.testimonial-slide .owl-dots {
    position: absolute;
    bottom: 5%;
    right: 7%;

}

.testimonial-slide .owl-dot {
    display: inline-block;
    height: 16px;
    width: 10px;
    background: #e7e7e7;
    ;
    margin: 0px 5px;
}

.testimonial-slide .owl-dot.active {
    background: #a1b1bd;
    height: 38px;
}

/*---------contacts----------*/
.contact-area form {
    overflow: hidden;
    margin: 0 -15px;
}

.contact-area h5{
    line-height: 1.6em;
}

.bold{
    color: #242424;
    font-family: 'BoschSans-Regular';
    margin-right:25px;
}

.underline{
    margin-right: 5px;
    padding-bottom: 1px;
    border-bottom: 1px solid rgb(36,36,36,0.2);
}

.icon-block{
    width: 55px;
    height:45px;
    margin-right: 20px;
}

.contact-area form div{
    padding: 0 15px 15px;
}


.contact-area form .submit-btn-wrapper{
    padding-bottom: 0;
}

.contact-area form input,
.contact-area form textarea{
    background: #f1f1f1;
    height: 50px;
    padding: 6px 15px;
    color: #282828;
    border: 2px solid #454545;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(192, 181, 150, .5);
}


.contact-area form input:focus{
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #c0b596;
}
.contact-validation-active #success,
.contact-validation-active #error {
    width: 100%;
    color: #242424;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    display: none;
}
.contact-validation-active #loader {
    display: none;
    margin-top: 10px;
}

.contact-section form .submit-btn-wrapper{
    padding-bottom: 0;
}

.contact-validation-active .error-handling-messages {
    margin-top: 15px;
    color:#242424;
}

.contact-validation-active #error {
    background-color: #ff1a1a;
    border-left: 5px solid red;
}

.contact-validation-active label.error {
    color: red;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 5px 0 0 0;
    text-align: left;
    display: block;
}

.form-btn {
    padding: 0;
    height:60px;
    line-height: 60px;
    text-align: center;
    width: 100%;
}

.contact-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bbb5a5;
    font-size: 14px;
}

.contact-form ::-moz-placeholder {
    /* Firefox 19+ */

    color: #bbb5a5;
    font-size: 14px;
}

.contact-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb5a5;
    font-size: 14px;
}

.contact-form :-moz-placeholder {
    /* Firefox 18- */

    color: #bbb5a5;
    font-size: 14px;
}
/*Modal Windows*/

.modal {
  display: none;
  color: #fff;
  text-align: center;
}
.btn-modal{
    height: 46px;
    line-height: 46px;
    font-size: 16px;
}

.box-modal {
  background: rgb(1, 26, 46, 0.9);
  color: #fff;
  text-align: center;
  padding: 30px 15px;
}

.box-modal_close {
  font-size: 30px;
  float:right;
  margin-top: -30px   
}

.title-modal{    
    color:#f1f1f1;
}
.text-modal {
  width: 290px;
  line-height: 18px; 
  color:#f1f1f1; 
}

.forma-modal {
  width: 300px;
}

.form-input{
    margin: 10px auto;
    border-radius: 0px;
}

#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  left: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 100;
}

#thx {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -252px;
  top: 50%;
  padding: 30px;
  margin-top: -98px;
  z-index: 100;
}

/*-----------footer-----------*/
footer{
    padding: 50px 0;
    /* background: #00223d;   */
    background: linear-gradient(0deg,#111,#4A4C47);
    margin-bottom: 0;  
}

footer p{
    color: #c1c1c1;
    text-align: center;
}

.footer_phone{
    background: url(../img/icons/footer_phone.svg);
    bottom: 0;
    left:20px;
    z-index: 14;
}

.hidden-img{
    opacity: 0;
}
.hidden-img:hover{
    opacity: 1;
}
.mr-30{
    margin-right: 30px;
}
.footer__phone-num{
    font: 20px 'BoschSans-Bold';
    color: #99a7b1;
}
.footer__phone-num:hover{
    font: 'BoschSans-Regular';
    color: #fff;
}
.ls-5{
    letter-spacing: 0.1em;
}
.footer__txt{
   margin-top: 12px;
}
.footer__police{
    color: #c1c1c1;
    padding-bottom: 1px;
    border-bottom: 1px dotted rgb(193,193,193, 0.4);
}
.alt_logo{
    right: -150px;
    bottom: 70px;
}
.go-top {
    background: #787b87;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    right: 15px;
    bottom: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    opacity: 0.6;
}
.go-top:hover{
    background-color: #2c3454;
    opacity: 1;
}

.go-top i {
    font-size: 18px;
    font-size: 1.125rem;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width:1670px) and (max-width:1780px){

    .hero .slick-dots {        
        left:20%;
        margin-left: -30px;
        bottom: 130px;        
    }
}
@media (min-width:1570px) and (max-width:1660px){

    .hero .slick-dots {        
        left:16%;
        margin-left: -20px;
        bottom: 130px;        
    }
}
@media (min-width:1401px) and (max-width:1560px){

    .hero .slick-dots {        
        left:12%;
        margin-left: -10px;
        bottom: 130px;        
    }
}
@media (min-width:1351px) and (max-width:1400px){

    .hero .slick-dots {        
        left:10%;
        margin-left: -10px;
        bottom: 130px;        
    }
}
@media (min-width:1300px) and (max-width:1350px){

    .hero .slick-dots {        
        left: 10%;
        margin-left: -40px;
        bottom: 130px;        
    }
}

@media (min-width:1200px) and (max-width:1300px){

    .hero .slick-dots {        
        left: 9%;
        margin-left: -60px;
        bottom: 130px;        
    }
}

@media (min-width:991px) and (max-width:1199px){
    .slick-dots, span.slide__number {
      display: none!important;
    }
    .hero .slick-prev,
      .hero .slick-next {
          display: none !important;
      }
    
    .slider-bg {
      width: 80%;
      right: -350px;
      top:120px;
    }

    .telphone{
        margin-left: 80px;
    }
    .grey-bg img {
        width: 50%;
    }
}

@media (min-width:768px) and (max-width:991px){

    .section__title:before {
content: "";
width: 50px!important;

}
    .alt_logo, .go-top{
        display: none;
    }
    .hero .slick-dots {
      display: none;
    }

    .slider-bg {
      width: 80%;
      right: -250px;
      top:200px;
    }
    
    .pt-100{
        padding-top: 90px;
    }
    .thumb-img {
       width: 34%;
       float: left;
       padding:0 20px;
    }
    .white-txt {
       font-size: 24px;
    }
    .underline-txt {
       font-size: 20px;
    }
    .overlay-blue__title{
        font-size: 28px;        
    }   
    .overlay-blue__content{
        padding: 30px 10px 20px;
    }
    .cont{
        top:16px;
    }
    .grey-bg {        
        height: 416px;
    }
    .grey-bg img{        
        width: 60%;
    }
    .overlay-blue:hover{
        background: url('../img/actions/first_action768.png');
    }
    .overlay-blue__second:hover{
         background: url('../img/actions/second_action768.png');
    }
    
    .overlay-blue__third:hover {
    background: url('../img/actions/third_action1.jpg')top center;

}
    
    span.slide__number{
        display: none;
    }   
    .slick-dots {        
        display: none!important;       
    }
    .rotatable {        
        width: 410px;        
        font: 18px 'BoschSans-Bold';
        bottom: 184px;
        left: -175px;
    }
    .btn, .btn-contur{
        height: 50px;
        padding: 12px 46px; 
    }
    h1{
        font-size:32px;
    }
    h2{
        font-size:26px;
    }
    h3{
        font-size:20px;        
    }
    h4{
        font-size:18px;
    }
    h5{
        font-size:14px;
    }
    section.hero{
        padding-top: 0;
    }
    .service-block{
        padding-top: 0;
    }
    
    .top-150 {
padding-top: 100px!important;
}
    
    .form-btn{
        line-height: 0;
    }
    .map-class{
        margin-top: 0;
    }
    .up_phone, .down_phone{
        margin-bottom: 10px;
    }
    .footer_card{
        margin-top: 10px;
    }
    .footer_social{
        margin-top: 20px;
    }
    .police{
        margin-top: 10px;
    }
    .footer_phone{
        bottom:-120px;
        left: 40px;
    }
}    

@media (min-width:578px) and (max-width:767px){

    .section__title:before {
content: "";
width: 50px!important;

}
    .alt_logo, .go-top{
        display: none;
    }
    h1{
        font-size:30px;
    }
    h2{
        font-size:24px;
    }
    h3{
        font-size:18px;        
    }
    h4{
        font-size:16px;
    }
    h5{
        font-size:14px;
    }
    .alt_logo, .go-top{
        display: none;
    }
    .service-btn{
        padding: 12px 46px;
    } 
    .slider-bg{
        width: 50%;        
        right: -50px;
        top:300px;
    }
    .slide-another{
        width: 50%;        
        right: -50px;
        top:200px;
    }
    .overlay-blue{
        height: 350px;
    }

    .overlay-blue__content {
        opacity:0;
        margin-bottom: 20px;
    }      
       
    .overlay-blue{
        background: url('../img/actions/first_action512.png');
        background-size: cover;
    }
    .overlay-blue__second{
         background: url('../img/actions/first_action_512.png');
         background-size: cover;
    } 
    
    .overlay-blue__third {
    background: url('../img/actions/third_action1.jpg')top center;
    background-size:cover;
}
    
    h1{
        font-size:26px;
    }

    .grey-bg img{
        width: 20%;        
    }
    .rotatable, .testimonial-slide .owl-dots, .slide__number{        
        display: none!important;
    }
     section {
        padding-top: 70px;
    }
    .hero{
         padding-top: 0px;
    }
    .social{        
        bottom: 260px;
        right: 30%;        
        z-index: 11;
    }
    .contact-area h5 {
        margin-top: 30px;
    }
    .map-class{
        margin-top: 0;
    }
    .phone-num{
        display: block;
    }
    .cliet__profile{
        margin-top: 20px;
    }
    .img-content span{
        text-transform: none;
        font-size: 14px;
    }
    .img-content{
        margin-top:30px;
    }
    .thumb-img{
        margin-right: 10px;        
    }
    footer{
        padding: 50px 20px 130px 0;
        margin-top: 0;
    }
    .footer_card{
        margin-top: 20px;
    }
    .phone-num{
        display: block;
    }
    .map-class{
        margin-top: 0;
    }
    .footer_phone{       
        bottom: -410px;
        left: 50%;
        margin-left: -50px;        
    }
    .footer__social{             
        margin-top: 20px;
        margin-left: 15%;
    }
    .hero .slide .container {        
        display: block;
        padding: 0;
    }
    .hero .slick-prev,
    .hero .slick-next,
    .hero .slick-dots {
        display: none !important;
    }
    .slide{
        padding-top: 100px;
        padding-bottom: 0px;
    }
    .service-block{
        padding-top: 0;
    }
    
}

@media (min-width:480px) and (max-width:566px){

    .section__title:before {
content: "";
width: 0px!important;

}

    .alt_logo, .go-top{
        display: none;
    }
    .service-btn{
        padding: 12px 46px;
    } 
    .slider-bg, .overlay-blue__content {
        opacity:0;        
    }  
    .overlay-blue__content {        
        margin-bottom: 20px;
    } 
    .overlay-blue{
        background: url('../img/actions/first_action512.png');
        background-size: cover;
    }
    .overlay-blue__second{
         background: url('../img/actions/first_action_512.png');
         background-size: cover;
    } 
    .overlay-blue__third {
    background: url('../img/actions/third_action1.jpg')top center;
    background-size:cover;
}
    h1{
        font-size:26px;
    }
    .grey-bg img{
        width: 30%;        
    }
    .rotatable, .testimonial-slide .owl-dots, .slide__number{        
        display: none!important;
    }
     section {
        padding-top: 70px;
    }
    .hero{
         padding-top: 0px;
    }
    .social{        
        bottom: 260px;
        right: 30%;        
        z-index: 11;
    }
    .contact-area h5 {
        margin-top: 30px;
    }
    .map-class{
        margin-top: 0;
    }
    .phone-num{
        display: block;
    }
    .cliet__profile{
        margin-top: 20px;
    }
    .img-content span{
        text-transform: none;
        font-size: 14px;
    }
    .img-content{
        margin-top:30px;
    }
    .thumb-img{
        margin-right: 10px;        
    }
    footer{
        padding: 50px 20px 130px 0;
        margin-top: 0;
    }
    .footer_card{
        margin-top: 20px;
    }
    .phone-num{
        display: block;
    }
    .map-class{
        margin-top: 0;
    }
    .footer_phone{       
        bottom: -410px;
        left: 50%;
        margin-left: -50px;        
    }
    .footer__social{             
        margin-top: 20px;
        margin-left: 15%;
    }
    .hero .slide .container {        
        display: block;
        padding: 0;
    }
    .hero .slick-prev,
    .hero .slick-next,
    .hero .slick-dots {
        display: none !important;
    }
    .slide{
        padding-top: 100px;
        padding-bottom: 0px;
    }
}
@media (min-width:420px) and (max-width:479px){

    .section__title:before {
content: "";
width: 0px!important;

}

    .alt_logo, .go-top{
        display: none;
    }
    .service-btn{
        padding: 12px 46px;
    } 
    .slider-bg, .overlay-blue__content {
        opacity:0;        
    }  
    .overlay-blue__content {        
        margin-bottom: 20px;
    } 
    .overlay-blue{
        background: url('../img/actions/first_action512.png');
        background-size: cover;
    }
    .overlay-blue__second{
         background: url('../img/actions/first_action_512.png');
         background-size: cover;
    } 
    .overlay-blue__third {
    background: url('../img/actions/third_action1.jpg')top center;
    background-size:cover;
}
    h1{
        font-size:26px;
    }
    .grey-bg img{
        width: 30%;        
    }
    .rotatable, .testimonial-slide .owl-dots, .slide__number{        
        display: none!important;
    }
     section {
        padding-top: 70px;
    }
    .hero{
         padding-top: 0px;
    }
    .social{        
        bottom: 260px;
        right: 30%;        
        z-index: 11;
    }
    .contact-area h5 {
        margin-top: 30px;
    }
    .map-class{
        margin-top: 0;
    }
    .phone-num{
        display: block;
    }
    .cliet__profile{
        margin-top: 20px;
    }
    .img-content span{
        text-transform: none;
        font-size: 14px;
    }
    .img-content{
        margin-top:30px;
    }
    .thumb-img{
        margin-right: 10px;        
    }
    footer{
        padding: 50px 20px 130px 0;
        margin-top: 0;
    }
    .footer_card{
        margin-top: 20px;
    }
    .phone-num{
        display: block;
    }
    .map-class{
        margin-top: 0;
    }
    .footer_phone{       
        bottom: -410px;
        left: 50%;
        margin-left: -50px;        
    }
    .footer__social{             
        margin-top: 20px;
        margin-left: 15%;
    }
    .hero .slide .container {        
        display: block;
        padding: 10px;
    }
    .hero .slick-prev,
    .hero .slick-next,
    .hero .slick-dots {
        display: none !important;
    }
    .slide{
        padding-top: 100px;
        padding-bottom: 0px;
    }
    
}
@media (min-width:360px) and (max-width:419px){

    .section__title:before {
content: "";
width: 0px!important;

}

.section__title {
text-align: left;
margin: 20px 0px;
}

    .alt_logo, .go-top{
        display: none;
    }
    .service-btn{
        padding: 12px 46px;
    } 
    .slider-bg, .overlay-blue__content {
        opacity:0;        
    }  
    .overlay-blue__content {        
        margin-bottom: 20px;
    } 
    .overlay-blue{
        background: url('../img/actions/first_action512.png');
        background-size: cover;
    }
    .overlay-blue__second{
         background: url('../img/actions/first_action_512.png');
         background-size: cover;
    } 
    .overlay-blue__third {
    background: url('../img/actions/third_action1.jpg')top center;
    background-size:cover;
}
    h1{
        font-size:26px;
    }
    .grey-bg img{
        width: 30%;        
    }
    .rotatable, .testimonial-slide .owl-dots, .slide__number{        
        display: none!important;
    }
     section {
        padding-top: 50px;
    }
    .hero{
         padding-top: 0px;
    }
    .social{        
        bottom: 260px;
        right: 30%;        
        z-index: 11;
    }
    .contact-area h5 {
        margin-top: 30px;
    }
    .map-class{
        margin-top: 0;
    }
    .phone-num{
        display: block;
    }
    .cliet__profile{
        margin-top: 20px;
    }
    .img-content span{
        text-transform: none;
        font-size: 14px;
    }
    .img-content{
        margin-top:30px;
    }
    .thumb-img{
        margin-right: 10px;        
    }
    footer{
        padding: 50px 20px 130px 0;
        margin-top: 0;
    }
    .footer_card{
        margin-top: 20px;
    }
    .phone-num{
        display: block;
    }
    .map-class{
        margin-top: 0;
    }
    .footer_phone{       
        bottom: -410px;
        left: 50%;
        margin-left: -50px;        
    }
    .footer__social{             
        margin-top: 20px;
        margin-left: 15%;
    }
    .hero .slide .container {        
        display: block;
        padding: 10px;
    }
    .hero .slick-prev,
    .hero .slick-next,
    .hero .slick-dots {
        display: none !important;
    }
    .slide{
        padding-top: 100px;
        padding-bottom: 0px;
    }
    
}
@media (min-width:319px) and (max-width:359px){
    .hero .slick-prev,
    .hero .slick-next,
    .hero .slick-dots {
        display: none !important;
    }
    .alt_logo, .go-top{
        display: none;
    }
    .btn, .btn-contur:hover {
        height: auto;        
        width: 100%;
    }
    .service-btn{
        padding: 15px 24px;
font-size: 18px;
    }  

    header.header-bar .header-bar-bottom {
        height: 60px;        
        margin-top: -10px;        
    }
    .slider-bg, .overlay-blue__content {
        opacity:0;        
    } 
    .overlay-blue__content {
        height: 300px;
        margin-bottom: 20px;
    } 
    .overlay-blue{
        background: url('../img/actions/first_action_320.png') top center;
    }
    .overlay-blue__second{
         background: url('../img/actions/first_action320.png') top center;
    } 
    .overlay-blue__third {
    background: url('../img/actions/third_action1.jpg')top center;
    background-size:cover;
}
    h1{
        font-size:24px;
    }
    h2{
        font-size:22px;
    }
    h3{
        font-size:18px;        
    }
    h4{
        font-size:16px;
    }
    h5{
        font-size:14px;
    }
    .box-modal{
        width: 90%;
    }
    .grey-bg {
        height: 300px; 
        background: transparent;        
    }
    .grey-bg img{
        width: 20%;        
    }
    .rotatable, .testimonial-slide .owl-dots, .slide__number{        
        display: none!important;
    }
    section {
        padding-top: 50px;
    }
    .hero{
         padding-top: 0px;
    }
    .social{        
        bottom: 240px;
        right: 20%;        
        z-index: 11;
    }
    .contact-area h5 {
        margin-top: 30px;
    }
    footer{
        padding: 50px 20px 160px 0;
        margin-top: 0;
    }
    .footer_card{
        margin-top: 20px;
    }
    .phone-num{
        display: block;
    }
    .map-class{
        margin-top: 0;
    }
    .footer_phone{       
        bottom: -450px;
        left: 50%;
        margin-left: -50px;        
    }
    .footer_social{
        margin-top: 20px;
        margin-left: 20px;
    }
    
    
    .section__title:before {
content: "";
width: 0px!important;

}

.section__title {
margin: 20px 0;
}
     
}

.border_line{
    opacity: 0;
    position: absolute;
    bottom:0;
    left: 0;
    margin-bottom:10px;
    margin-left:10px;
}
.border_line_up{
    opacity: 0;
    position: absolute;
    top:0;
    right: 0;
    margin-top:10px;
    margin-right:10px;
}

.overlay-bg:hover{
    background: #0c3050; 
}
.overlay-bg:hover .border_line,
.overlay-bg:hover .border_line_up
{
        opacity:1; 
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

hr {
    margin-top: 2rem;
margin-bottom: 2rem;
border: 0;
border-top: 2px solid rgba(0,0,0,.8);
}
