body{
    font-family: "Montserrat", serif;
   font-family: "Open Sans", serif;
    font-size: 18px;
    font-weight: 400;
    color: #040404;
}
*{
    outline: none;
}
h1, .h1{
    font-family: "Raleway", serif;  
    line-height: 1.4;
}
h2, .h2{
       font-family: "Raleway", serif;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}
h3, .h3{
    font-family: "Raleway", serif;  
     font-size: 26px;
    font-weight: 600;
        margin-bottom: 15px;
        line-height: 1.4;

}
h4, .h4{
    font-family: "Raleway", serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
        line-height: 1.3;
}
h5, .h5{
    font-family: "Raleway", serif;  
        margin-bottom: 15px;
}
h6, .h6{
        margin-bottom: 15px;
}
 
a {
    
    transition: all .5s;
    text-decoration: none;
}
p{
       font-family: "Raleway", serif;
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 16px; 
}
p a{
    color: #040404;
}
.container{
    max-width: 1200px;
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto;
}
header#header {
position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    padding: 20px 0;
    z-index: 2;
    background: #ffffff;
}
header#header div#branding {
    display: flex;
    align-items: center;
}

header#header div#branding div#site-title {
    
}
header#header .container {
    max-width: 100%;
}
header#header div#branding .nav-part {
    display: flex;
    align-items: center;
    width: calc(100% - 145px);
    justify-content: end;
}
header#header div#branding .top-btn{
    margin-left: 30px;
}
strong {
    font-weight: 600;
}
 a.btn {
    background-color: #03a9f4;
    border-radius: 5px;
    color: #FFF;
    line-height: 1;
    padding: 12px 20px 12px 20px;
    font-size: 16px;
         text-decoration: none;
         display: inline-block;
}
a.btn:hover,
a.btn:focus{
    background-color: #040404;
    color: #FFF;
    
}
a.btn.h-blue:hover {
    background: #03a9f4;
    color: #FFF;
}
section.home-banner {
        background-color: #03a9f4;
}

section.home-banner .banner-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;
    background-image: url(../images/banner-bg.jpg);
    background-position: center center;
    padding: 7% 0;
    overflow: hidden;
}
section.home-banner .banner-cover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000;
    z-index: -1;
    opacity: 0.6;
}

section.home-banner .banner-cover .text-block {
    width: 100%;
        text-align: center;
}
section.home-banner div#maincan {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}

section.home-banner .banner-cover .text-block h1 {
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 15px;
    max-width: 750px;
    line-height: 1.3;
    margin-left: auto;
    margin-right: auto;
}

section.home-banner .banner-cover .text-block h2 {
    font-size: 48px;
    font-weight: 500;
    color: #FFF;
}

section.home-banner .banner-cover .text-block a.btn {
 
    text-decoration: none;
    text-transform: uppercase;
 
}

section.home-banner .banner-cover .text-block .btn-part {
   
}

header#header div#branding .top-btn a.btn {
    padding:10px 15px 10px 15px;
        background-color: #000;
}

header#header div#branding .top-btn a.btn:hover,
header#header div#branding .top-btn a.btn:focus{
    color: #FFF;
        background-color: #03a9f4;
}



section.top-strip {
 
    padding: 40px 0;
}

section.top-strip .d-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
        justify-content: center;
}

section.top-strip .d-flex .in-block {
    padding: 0 15px;
    width: 25%;
    position: relative;
}
section.top-strip .d-flex .in-block:after {
    content:'';
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #03a9f4;
}
section.top-strip .d-flex .in-block:last-child:after {
    content:'';
    display: none;
}

section.top-strip .d-flex .in-block .block {padding-left: 0px;text-align: center;}

section.top-strip .d-flex .in-block .block span.num {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 15px 0;
    display: block;
    color: #000000;
}
section.top-strip .d-flex .in-block .block span.num i{
    font-size: 28px;
}
section.top-strip .d-flex .in-block .block p {
    font-size: 18px;
    font-family: "Raleway", serif;
        margin: 0;
}
section.img-content {
    padding: 80px 0;
    background-color: #f7f7f7;
}

section.img-content .d-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.img-content .d-flex .img-part {
    width: 50%;
    padding: 0 15px;
    padding-right: 35px;
}

section.img-content .d-flex .text-part {
    width: 100%;
    text-align: center;
}
ul.why-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
}

ul.why-list li {width: calc(33.3% - 16px);font-family: "Raleway", serif;font-size: 16px;line-height: 1.3;background-color: #FFF;padding: 30px 30px 31px 30px;margin: 0 8px 16px 8px;}

ul.why-list li span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

section.img-content h3 {
    margin-top: 80px;
    margin-bottom: 50px;
}
img {
    max-width: 100%;
}

section.our-service {
    padding: 140px 0;
    background-color: #03a9f46b;
    position: relative;
 
}

section.our-service .d-flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: start;
}

section.our-service .d-flex .text-part {
    width: 40%;
    position: sticky;
    top: 100px;
    padding-right: 50px;
}

section.our-service .d-flex .service-list {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}
section.our-service .d-flex .service-list .inn:nth-child(odd){
    top: 30px;
}
section.our-service .d-flex .service-list .inn:nth-child(even){
    top: -30px;
}
section.our-service .d-flex .service-list .inn {
    width: calc(50% - 30px);
    margin: 0 15px 30px 15px;
    position: relative;
}

section.our-service .d-flex .service-list .inn .block {
    background: #ffffff;
    padding: 40px 40px 30px 40px;
    border-radius: 5px;
    height: 100%;
}
section.our-service .d-flex .service-list .inn .block h4 {
    margin: 20px 0 15px 0;
    
}
section.our-service .d-flex .service-list .inn .block i {
    font-size: 30px;
}

section.our-service .box {
    position: absolute;
    bottom: 0;
    transform: rotate(80deg);
    left: 0;
    width: 50%;
    height: 50%;
    /* overflow: hidden; */
}
section.our-service .box .wave {
	position: fixed;
	top: 0;
	left: 0;
  opacity: .4;
  position: absolute;
  top: 3%;
  left: 10%;
  background: #0af;
  width: 1500px;
  height: 1300px;
  margin-left: -150px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 7000ms infinite linear;
}

section.our-service .box .wave.-three {
  animation: drift 7500ms infinite linear;
	position: fixed;
	background-color: #77daff;
}

section.our-service .box .wave.-two {
  animation: drift 3000ms infinite linear;
  opacity: .1;
  background: black;
	position: fixed;
}

section.our-service .box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

.box-inn {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/* Animations */
@-webkit-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling-reverse {
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@-o-keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
@keyframes bg-scrolling {
  0% {
    background-position: 50px 50px;
  }
}
/* Main styles */
.why-choose-us {
  
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC") repeat 0 0;
  -webkit-animation: bg-scrolling-reverse 2s infinite;
  /* Safari 4+ */
  -moz-animation: bg-scrolling-reverse 2s infinite;
  /* Fx 5+ */
  -o-animation: bg-scrolling-reverse 2s infinite;
  /* Opera 12+ */
  animation: bg-scrolling-reverse 2s infinite;
  /* IE 10+ */
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.why-choose-us {
    padding: 140px 0;
    position: relative;
}
.why-choose-us .container {
    position: relative;
    z-index: 1;
}
.why-choose-us .text-part {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 890px;
}
.why-choose-us:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: radial-gradient(ellipse at center, rgb(255 255 255) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 0;
    opacity: 0.8;
}
.why-choose-us .block-list .block-cover .block-in {
    position: relative;
    padding: 0px 30px 0px 65px;
}

.why-choose-us .block-list .block-cover .block-in span.number {
    font-size: 60px;
    font-weight: 700;
    position: absolute;
    color: #03a9f4;
    top: 0;
    left: 0;
    z-index: -1;
    font-family: "Montserrat", serif;
    display: inline-block;
    width: 55px;
    text-align: center;
    border-right: 1px solid #e3e3e3;
}
.why-choose-us .block-list {display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 70px;}

.why-choose-us .block-list .block-cover {
    width: 50%;
    margin-bottom: 40px;
}
section.brand-inn {
    padding:0px 0 90px 0;
    text-align: center;
}

.brand-inn h2 {
    border-top: 1px solid #03a9f4;
    padding-top: 90px;
        text-align: center;
}
section.contact-us {
    background: #e3e5e8;
    padding: 140px 0;
        width: 100%;
    position: relative;
    overflow: hidden;
}

.why-choose-us .btn-part {
    text-align: center;
}

section.contact-us .d-flex {
    display: flex;
}
section.contact-us .d-flex .left-part {
    width: 50%;
}

section.contact-us .d-flex .right-part {
    width: 50%;
}

section.contact-us .d-flex .right-part img {
    width: 100%;
    position: relative;
    right: -60px;
}

section.contact-us .d-flex .left-part .text-part {
    margin-bottom: 40px;
}

section.contact-us .contact-form {}

section.contact-us .contact-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section.contact-us .contact-form ul li {
    margin: 0 0 25px 0;
    padding: 0;
}

section.contact-us .contact-form ul li p {
    margin: 0;
    padding: 0;
}
section.contact-us .contact-form ul li textarea,
section.contact-us .contact-form ul li input[type="text"],
section.contact-us .contact-form ul li input[type="email"],
section.contact-us .contact-form ul li input[type="tel"],
section.contact-us .contact-form ul li select{border: 0;width: 100%;padding: 10px 0 10px 0;font-size: 18px;font-family: "Montserrat", serif;font-weight: 500;background: none;border-bottom: 2px solid #ffffff;outline: none;max-height: 100px;}

 section.contact-us .contact-form ul li .wpcf7-not-valid {
    border-color: red !important; 
}
section.contact-us .contact-form ul li input:focus{
     border-color: #03a9f4 !important; 
      color: #03a9f4;
}
section.contact-us .contact-form ul li input::placeholder {
  color: #000000;
}
section.contact-us .wpcf7-not-valid-tip {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
}

section.contact-us .contact-form ul li.submit {}

section.contact-us .contact-form ul li.submit input {
    background-color: #040404;
    border-radius: 5px;
    color: #FFF;
    line-height: 1;
    padding: 10px 20px 10px 20px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #040404;
    font-family: "Raleway", serif;
    transition: all .5s;
}
section.contact-us .contact-form ul li.submit input:hover {
    background:#03a9f4;
    color:#FFF;
    border: 1px solid #03a9f4;
}

footer#footer p {
    font-family: "Open Sans", serif;
    margin: 0;
}

footer#footer {
    padding: 30px 0;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    font-size: 16px;
    line-height: 1;
    font-family: "Raleway", serif;
    padding: 10px 15px;
    line-height: 1.3;
}
 @media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (max-width: 1366px) {
    section.home-banner .banner-cover{
            padding: 13% 0;
    }
}
    @media (max-width: 1199px) {
    h1, .h1,
    section.home-banner .banner-cover .text-block h1{
            font-size: 40px;
    }
    h2, .h2,
    section.home-banner .banner-cover .text-block h2 {
    font-size: 34px;
}
    section.img-content,
    section.our-service,
    .why-choose-us,
    section.contact-us{
    padding: 100px 0;
}
    section.our-service .d-flex .service-list .inn {
    width: calc(50% - 20px);
    margin: 0 10px 20px 10px;
 
}
    section.our-service .d-flex .service-list .inn .block {
    padding: 25px 25px 20px 25px;
}
}
@media (max-width: 991px) {
    .hmenu_container {
    display: none;
}
    section.home-banner .banner-cover .text-block h1{
            font-size: 33px;
    }
    section.home-banner .banner-cover .text-block h2 {
    font-size: 28px;
}
    section.img-content .d-flex .img-part {
    width: 100%;
    padding-right: 15px;
    padding-left: 0;
}
    section.img-content,
    section.our-service,
    section.img-content,
    section.our-service,
    .why-choose-us,
    section.contact-us{
    padding: 70px 0;
}
    section.top-strip .d-flex .in-block .block span.num {
    font-size: 24px;
}

section.top-strip .d-flex .in-block .block span.num i {
    font-size: 21px;
}

section.top-strip .d-flex .in-block .block p {
    font-size: 16px;
}

section.top-strip .d-flex .in-block {
    width: 50%;
    margin-bottom: 30px;
}
    ul.why-list li{
            padding: 25px 15px 30px 15px;
    }
section.top-strip {
    padding: 30px 0 10px 0;
}
    section.top-strip .d-flex .in-block:nth-child(2):after{
        display: none;
    }    
    section.img-content .d-flex .img-part {
    width: 100%;
    padding-right: 15px;
    padding-left: 0;
    order: 2;
}
    section.img-content .d-flex .text-part {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    order: 1;
        margin-bottom: 20px;
}
    section.our-service .d-flex .text-part {
    width: 100%;
    position: relative;
    top: 0;
    padding: 0;
}

section.our-service .d-flex .service-list {
    width: calc(100% + 20px);
    margin: 50px -10px 0 -10px;
}

section.our-service .d-flex .service-list .inn:nth-child(odd) {
    top: 0;
}

section.our-service .d-flex .service-list .inn:nth-child(even) {
    top: 0;
}
    

.why-choose-us .block-list {
    margin-top: 50px;
}

.why-choose-us .block-list .block-cover {
    width: 50%;
    margin-bottom: 20px;
}

section.contact-us .contact-form ul li textarea, section.contact-us .contact-form ul li input[type="text"], section.contact-us .contact-form ul li input[type="email"], section.contact-us .contact-form ul li input[type="tel"], section.contact-us .contact-form ul li select {
    font-size: 16px;
}

section.contact-us .d-flex .left-part .text-part {
    margin-bottom: 20px;
}

section.contact-us .d-flex .left-part {
    width: 100%;
}

section.contact-us .d-flex {
    flex-wrap: wrap;
}

section.contact-us .d-flex .right-part {
    width: 100%;
}

section.contact-us .d-flex .right-part img {
    right: 0;
}
    section.img-content h3 {
    margin-top: 50px;
    margin-bottom: 30px;
}
    .brand-inn h2 {
    padding-top: 50px;
}
    section.brand-inn {
    padding: 0px 0 60px 0;
}
}
@media (max-width: 767px) {
    body {
    font-size: 16px;
}
    header#header {
    padding: 10px 0;
}
    header#header div#branding .nav-part {
    width: calc(100% - 125px);
}
    header#header div#branding div#site-title {
 
}
     ul.why-list li{
          width: calc(50% - 16px);
            
    }
        h2, .h2, section.home-banner .banner-cover .text-block h2 {
        font-size: 30px;
    }
    h4, .h4 {
 
    font-size: 20px;
 
}
    a.btn{
            padding: 10px 15px 10px 15px;
    }
    section.home-banner .banner-cover{
            padding: 90px 0;
    }
    section.home-banner .banner-cover .text-block h1 {
        font-size: 30px;
    }
        section.home-banner .banner-cover .text-block h2 {
        font-size: 26px;
        line-height: 1.2;
    }
        section.img-content, section.our-service, section.img-content, section.our-service, .why-choose-us, section.contact-us {
        padding: 50px 0;
    }
        section.our-service .d-flex .service-list .inn {
        width: 100%;
        margin: 0 10px 20px 10px;
    }
    .why-choose-us .block-list .block-cover {
    width: 100%;
}
    .why-choose-us .block-list .block-cover .block-in {
    position: relative;
    padding: 0px 0px 0px 65px;
}
    .why-choose-us .block-list .block-cover .block-in span.number{
            font-size: 40px;
    }
}


    @media (max-width: 575px) {
    a.btn{
            font-size: 14px;
    }
        h2, .h2, section.home-banner .banner-cover .text-block h2 {
        font-size: 28px;
    }
    ul.why-list li{
            width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    section.top-strip .d-flex .in-block .block p {
        font-size: 14px;
    }
}
@media (max-width: 395px) {
    .container{
            padding: 0 15px;
    }
    header#header div#branding .top-btn a.btn {
    padding: 6px 6px 6px 6px;
    background-color: #000;
    font-size: 13px;
    border-radius: 3px;
}
    section.top-strip .d-flex {
    margin: 0 -10px;
}
        h2, .h2, section.home-banner .banner-cover .text-block h2 {
        font-size: 24px;
    }
    h3, .h3 {
    font-size: 22px;
}
}