/*styles*/

:root {
  --primary: #ff0000;
  --secondary: #3c3c3c;
  --grey: #f9f9f9;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: "Noto Sans", sans-serif !important;
    color: #3c3c3c;
}

p {
    color: #3c3c3c;
}

body.active {
    overflow-y: hidden;
}

.container {
    max-width: 1500px;
}

.container.wide {
    max-width: 1700px;
}

.container.sml {
    max-width: 1200px;
}

.container-fluid {
    max-width: 100%;
    padding: 0;
}
.aos-animate {
    z-index: 999;
}
.icon {
    background: transparent;
}

a {
    color: inherit;
}

h1,h2,h3,h4,h5 {
    font-size: inherit !important;
    font-weight: inherit !important;
}

/*Blog*/


.block.image {
    background-attachment: fixed;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: relative;
    text-align: center;
    background-size: cover;
    padding: 80px;
}

.block.image .heading {
    color: white;
}

.block.image .small-heading {
    color: white;
}

.block.image p {
    font-size: 19px;
    color: white;
}

.block.image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(0,0,0,0.2);*/
    background: #07253f;
    opacity: .75;
}

.small-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.small-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.wide-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.large-block:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 16px;
    transform: scale(1.01);
    z-index: 2;
}

.small-block.white {
    background: white;
}

.small-block.blue {
    background: #07253f;
}

.small-block.light-blue {
    background: #4b769b;
}

.wide-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 400px;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.large-block {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    transition: all 0.4s ease;
    transform: scale(1);
    z-index: 1;
}

.post-hold {
    padding: 40px 0;
    border-bottom: 1px solid #07253f;
}

.small-block.post {
    min-height: unset;
    display: block;
    height: unset;
}

.blog-post-image {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.block-inner {
    position: relative;
    padding: 65px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.block-inner.post {
    padding: 40px;
}

/* Header */

.header ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%;
    list-style: none;
}

.header-fix {
    position: relative;
    height: 160px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

/*.header.stuck .bottom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
}*/

/*.header.stuck .top-header {
    margin-bottom: 103px;
}*/

.header .top-header {
    position: relative;
    background: #ff0000;
    color: white;
    padding: 5px;
}


.header .top-header::before {
    content: "";
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    background: #ff0000;
    left: -20%;
    z-index: -1;
}

.header .top-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    background: #ff0000;
    right: -20%;
    z-index: -1;
}


.header .top-header ul.contact li {
    margin: 0 10px;
    font-size: 14px;
    color: white;
}

.header .top-header ul.contact li i {
    color: #ff0000;
}

.header .top-header span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
}

.header .top-header ul.social {
    display: flex;
    height: unset;
    justify-content: right;
}

.header .top-header ul.social li a {
    padding: 10px;
    background: white;
    color: #3c3c3c;
    border-radius: 2px;
    margin: 5px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .bottom-header {
    position: relative;
    padding: 20px 0;
    background: white;
    padding-right: 10px;
}

.header .bottom-header::before {
    content: "";
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    background: white;
    left: -30%;
    z-index: -1;
}

.header .bottom-header::after {
    content: "";
    position: absolute;
    top: 0;
    width: 30%;
    height: 100%;
    background: white;
    right: -30%;
    z-index: -1;
}

.header .logo {
    position: relative;
    padding: 10px;
    display: inline-block;
    background: #f7f7f7;
    height: 100%;
}

.header .logo::before {
    content: "";
    position: absolute;
    top: 0;
    width: 150%;
    height: 100%;
    background: #f7f7f7;
    left: -150%;
}

.header .logo::after {
    content: "";
    position: absolute;
    top: 0;
    right: -80%;
    width: 80%;
    height: 100%;
    background: #f7f7f7;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}

.header .logo a {
    display: block;
}

.header .logo img {
    max-height: 140px;
}

.header .bottom-header .menu-hold {
    position: relative;
    height: 100%;
}

.header .bottom-header .menu-hold ul {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
}

.header .bottom-header .menu-hold ul li {
    position: relative;
    margin: 0 5px;
}

.header .bottom-header .menu-hold ul li a {
    padding: 5px 10px;
    font-weight: bold;
    color: #3c3c3c;
    transition: all .5s ease;
    text-transform: uppercase;
    font-size: 13px !important;
}

.header .bottom-header .menu-hold ul li a:first-child {
    padding-left: 0;
}

.header .bottom-header .btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #3c3c3c;
    color: white;
    padding: 15px 30px;
    text-transform: uppercase;
}

.bottom-header ul li.menu-item-has-children .sub-menu {
    position: absolute;
    top: 150%;
    left: 0;
    background: #0f233e;
    height: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    display: block;
}

.bottom-header .menu-hold ul.menu li.menu-item-has-children .sub-menu li a:hover {
    color: #ff0000;
    text-decoration: none;
}

.bottom-header .menu-hold ul.menu li.menu-item-has-children:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.bottom-header ul li ul.dropdown {
  position: absolute !important;
  left: 0;
  top: 70px;
  margin-left: 0;
  transition: all 0.4s ease;
  display: block !important;
  opacity: 0;
  background: white;
  text-align: left;
  height: auto;
  visibility: hidden;
  margin: 0;
  padding: 10px 0;
  box-shadow: 2px 0 40px rgba(37, 132, 255, 0.12);
  z-index: 9;
}

.bottom-header ul li:hover > ul.dropdown {
  opacity: 1;
  visibility: visible;
}

.bottom-header .menu-hold ul.menu li.menu-item-has-children .sub-menu li {
  float: none;
  width: 100%;
  padding: 5px 10px;
  white-space: nowrap;
}

.bottom-header .menu-hold ul.menu li.menu-item-has-children .sub-menu li a {
    color: white;
}

.header .bottom-header ul.action-ul li a {
    padding: 20px;
    background: #f7f7f7;
    color: #3c3c3c;
    border-radius: 2px;
    margin: 5px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

ul.double {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.bottom-header ul li ul.dropdown span {
  font-size: 7px;
  position: relative;
  top: -3px;
  margin-right: 5px;
  opacity: .6;
}

/*Home*/

.hero {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.hero p {
    color: #c9cfdf;
}

.hero .main {
    font-size: 65px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0;
}

.hero .form-hold {
    position: relative;
}

.hero .form-hold .sidetext {
    position: absolute;
    transform: translateY(-50%) rotate(90deg);
    top: 50%;
    left: 43%;
    display: block;
    width: 100%;
    text-align: center;
}

.hero .form-hold .form {
    position: relative;
    background: rgb(37 37 37 / 44%);
    backdrop-filter: saturate(180%) blur(10px);
    border-radius: 10px;
    padding: 40px;
    color: white;
    width: 85%;
    text-align: center;
}

.hero .form-hold .form .form-control {
    border-radius: 0;
}

.hero .form-hold .form .btn {
    background: #ff0000;
    color: white;
    width: 100%;
    display: block;
}

.hero .form-hold .form .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.hero .form-hold .form .wpcf7-spinner {
    position: absolute;
}

.hero .form-hold .form p {
    margin-bottom: 0;
}

.intro {
    position: relative;
    padding: 80px 0;
}

.intro .iblocks {
    margin-top: 80px;
}

.intro .iblocks .col-md-3:first-child .intro-block {
    border-radius: 10px 0 0 10px;
}

.intro .iblocks .col-md-3:last-child .intro-block {
    border-radius: 0 10px 10px 0;
}

.intro .iblocks .col-md-3:nth-child(even) .intro-block {
    background: #0f233e;
    color: white;
}

.intro .iblocks .col-md-3:nth-child(even) .intro-block p {
    color: white;
}

.intro .iblocks .intro-block {
    padding: 40px;
    background: #f7f7f7;
    text-align: center;
}

.intro .iblocks .intro-block.alt {
    background: #0f233e;
    color: white;
}

.intro .iblocks .intro-block i {
    color: #ff0000;
    font-size: 65px;
}

.intro .iblocks .intro-block .title {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
}

.intro .iblocks .intro-block p {
    font-size: 14px;
}

.intro .iblocks .intro-block a {
    color: #ff0000;
    font-weight: 600;
}

.intro .iblocks .intro-block a i {
    font-size: inherit;
}

.about {
    padding: 120px 0;
    position: relative;
    background: #f7f7f7;
}

.about ul {
    columns: 2;
}

.about ul li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}

.about ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -25px;
    width: 12px;
    height: 12px;
    border: 2px solid #ff0000;
    border-radius: 50%;
}

.about .einfo {
    position: relative;
    margin-top: 40px;
    padding: 20px;
    background: #ff0000;
    color: white;
    border-radius: 10px;
    border-bottom: 5px solid #a10000;
}

.about .einfo p {
    color: white;
    margin-bottom: 0;
}

.about .image-holder {
    position: relative;
    height: 100%;
}

.about .image-holder .main-image {
    position: relative;
    height: 80%;
    width: 70%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
/*    border: 10px solid #f7f7f7;*/
}

.about .image-holder .small-image {
    position: absolute;
    right: 5%;
    bottom: 0;
    height: 40%;
    width: 50%;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    border: 15px solid #f7f7f7;
}

.services {
    position: relative;
}

.services .service-block {
    position: relative;
    padding: 40px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.services .service-block .info {
    position: relative;
}

.services .service-block .info .title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.services .service-block .info p {
    font-size: 14px;
}

.steps {
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    width: 100%;
}

.steps .sub,
.steps .heading {
    color: white;
}

.steps::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.steps .step {
    position: relative;
    padding: 40px;
    border-radius: 10px;
    background: #f7f7f7;
}

.steps .col-md-4:last-child .step {
    background: #111;
    color: white;
}

.steps .col-md-4:last-child .step p {
    color: white;
}

.steps .col-md-4:last-child .step .icon {
    color: #ff0000;
    opacity: 1;
}

.steps .step .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 85px;
    line-height: 85px;
    color: #7D8393;
    opacity: 0.2;
}

.steps .step .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    max-width: 90%;
}

.steps .step p {
    margin-bottom: 0;
    font-size: 14px;
    color: #7D8393;
    max-width: 90%;
}

/*.steps .step.last {
    background: #0f233e;
    color: white;
}

.steps .step.last p {
    color: white;
}

.steps .step.last .icon {
    color: #ff0000;
    opacity: 0.5;
}*/

.big-image {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 180px 0;
}

.big-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
}

.big-image .content-hold {
    background: white;
    border-radius: 20px 80px 20px 20px;
    padding: 60px;
    border-bottom: 5px solid #a10000;
}

.big-image .content-hold .big {
    font-weight: bold;
    font-size: 95px;
    line-height: 85px;
    color: #ff0000;
}

.big-image .content-hold p {
    font-size: 15px;
}

.big-image .alignmiddle {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-section {
    padding: 120px 0;
    padding-bottom: 180px;
}

.blog-section .post-block {
    position: relative;
}

.blog-section .post-block .image {
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    height: 250px;
    width: 100%;
}

.blog-section .post-block .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.blog-section .post-block .post-date {
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 20px;
}

.blog-section .post-block a {
    color: #ff0000;
    font-weight: bold;
}

/*Defaults*/

.form-holder {
    position: relative;
    max-width: 800px;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 20px 20px #c1c1c126;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 60px;
}

.form-holder p {
    margin-bottom: 0;
}

.form-holder .btn {
    display: block;
    width: 100%;
    background: #ff0000;
    color: white;
}

.wpcf7-spinner {
    position: absolute !important;
}

.form-control {
    border-radius: 5px;
}

ul {
    padding-left: 40px;
}

.sub {
    color: #ff0000;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.heading {
    font-size: 55px;
    font-weight: bold;
    line-height: 50px;
    margin: 20px 0;
    text-transform: uppercase;
}

.btn {
    padding: 10px 30px;
    border-radius: 5px;
    background: white;
    color: #002a66;
    font-weight: 600;
    transition: all .5s ease;
}

.btn:hover {
    background: #ff0000;
    color: white;  
}

.btn.blue,
.btn.default {
    background: #ff0000;
    color: white;
}

.btn.blue:hover,
.btn.default:hover {
    background: white;
    color: #002a66;
}

.btn.dark {
    background: #3c3c3c;
    color: white;
}

.banner-hold {
    position: relative;
    z-index: 9;
}

.banner-hold .banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 80px;
    background: #ff0000;
    width: 100%;
    max-width: 1470px;
    border-radius: 10px;
}

.banner-hold .banner .big {
    color: white;
    font-size: 35px;
    font-weight: bold;
    text-transform: uppercase;
}

.banner-hold .banner .btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*Footer*/
.footer {
    position: relative;
    background: white;
    color: #3c3c3c;
    padding-top: 180px;
    padding-bottom: 40px;
}

.footer .top-banner {
    position: absolute;
    top: -20%;
    padding: 40px;
    background: #67bf1b;
}

.footer .footer-heading {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.footer a {
    color: #3c3c3c;
    margin: 10px 0;
    display: block;
    font-size: 14px;
}

.footer p {
    color: #3c3c3c;
    font-size: 14px;
}

.footer ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer ul.social {
    display: flex;
}

.footer ul.social li {
    margin-right: 10px;
}

.footer ul.social li a {
    border-radius: 50%;
    padding: 10px 15px;
    background: #292f39;
    font-size: 24px;
}

.footer ul.bottom {
    justify-content: right;
    display: flex;
}


.footer ul.bottom li {
    margin-left: 10px;
}

.footer span {
    color: #3c3c3c;
    font-size: 14px;
}

.footer .logo img {
    max-height: 140px;
}

/*Responsive*/

@media only screen and (min-width : 1200px) {
    .menu-toggle {
        display: none;
    }

    .dropdown-toggle {
        display: none;
    }
}

@media only screen and (max-width : 1200px) {
    body {
        overflow-x: hidden;
    }

    body.active {
        overflow-y: hidden;
    }

    .top-header .logo {
      display: none;
    }

    .top-header {
        display: none;
    }

    .header .bottom-header {
        height: 100%;
    }

    .header .logo {
        float: left;
    }

    .header .logo img {
        position: relative;
        z-index: 999;
        max-height: 100px;
        max-width: 100%;
        height: auto;
    }

    .header ul li::before {
        display: none;
    }

    .header-fix {
        height: 120px;
    }

    .header .logo::after {
        /*right: -160px;*/
        /*width: 165px;*/
        z-index: 9;
    }

    .menu-toggle {
        position: absolute;
        width: 40px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        appearance: none;
        border: 0;
        background: none;
        overflow: visible;
        z-index: 999999;
        text-decoration: none;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #ff0000;   
    }

    .menu-toggle span:nth-of-type(1) {
      transition: all 0.3s 0.3s, transform 0.3s 0s;
    }

    .menu-toggle span:nth-of-type(2) {
      top: 50%;
      margin-top: -1px;
      left: 0;
      transition: all 0.3s 0.3s;
    }

    .menu-toggle span:nth-of-type(3) {
      bottom: 0;
      top: auto;
      left: 0;
      transition: all 0.3s 0.3s, transform 0.3s 0s;      
    }

    .menu-toggle.active {
        transform: translateY(-50%), rotate(135deg);
        transition: all 0.5s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(1) {
      top: 50%;
      margin-top: -1px;
      transform: rotate(90deg);
      transition: all 0.3s, transform 0.3s 0.3s;
    }

    .menu-toggle.active span:nth-of-type(2) {
      opacity: 0;
      transition: all 0.3s, opacity 0.3s 0s;      
    }

    .menu-toggle.active span:nth-of-type(3) {
      bottom: 50%;
      margin-bottom: -1px;
      transform: rotate(0deg);
      transition: all 0.3s, transform 0.3s 0.3s;      
    }

    .header .call-block {
        display: none;
    }
    .header .bottom-header {
        padding: 10px;
    }

    .header .bottom-header ul.menu {
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 99999;
        display: none;
        left: 0;
        top: 0;
        background: #222;
        text-align: center;
        padding-top: 100px;
        overflow-y: scroll;
        margin-left: 0;
        padding-left: 0;
    }

    .header .bottom-header ul.menu li {
        display: block !important;
        position: relative;
        float: none;
        height: unset;
        padding: 0;
    }

    .header .bottom-header ul.menu li a {
        padding: 22px;
        text-decoration: none;
        font-size: 22px;
        display: block;
        transition: 0.3s;
        border-left: none;
        width: 75%;
        margin: 0 auto;
        color: white;
        background: transparent;
        border: none;
    }

    .bottom-header ul li ul.dropdown {
        position: relative !important;
        left: 50%;
        top: 0;
        margin-left: 0;
        transition: all 0.4s ease;
        display: block !important;
        opacity: 0;
/*        background: white;*/
        text-align: center;
        height: auto;
        visibility: hidden;
        margin: 0;
        padding: 0;
        box-shadow: none;
        z-index: 9;
        transform: translate(-50%);
    }

    ul.double {
      columns: unset;
      -webkit-columns: unset;
      -moz-columns: unset;
    }

    .footer {
        text-align: center;
    }

    .footer ul.pages li {
        display: block;
        width: 100%;
    }

    .footer ul.pages li::before {
        display: none;
    }

    .footer .social {
        margin-bottom: 20px;
    }

    .footer .footer-heading {
        margin-top: 20px;
    }

    body {
        /*text-align: center;*/
    }
    
}

@media (max-width: 991px) {

    .sub {
        margin-top: 20px;
    }

    .hero {
        /*padding-top: 180px;*/
    }

    .hero .main,
    .heading {
        font-size: 35px;
        line-height: 40px;
    }

    .hero .form-hold .form {
        max-width: 100%;
        width: 100%;
    }

    .services .service-block .info {
        text-align: right;
    }
}

@media (max-width: 768px) {
    .hero .form-hold {
        margin-top: 40px;
    }

    .intro .iblocks .intro-block.last,
    .intro .iblocks .intro-block.first {
        border-radius: 0 !important;
    }

    .about .image-holder .small-image {
        min-height: 100px;
    }

    .about ul {
        columns: unset;
    }

    .steps .step {
        margin: 20px 0;
    }

    .blog-section .post-block {
        margin: 20px;
    }

    .banner-hold .banner {
        padding: 20px;
        text-align: center;
    }

    .banner-hold .banner .big {
        font-size: 25px;
    }

    .text-right, .text-left {
        text-align: center !important;
    }

    .footer ul.social,
    .footer ul.bottom {
        justify-content: center;
    }

    .service-block::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        opacity: 0.7;
    }

    .services .service-block .info {
        text-align: center;
    }
}

@media (max-width: 576px) {

    .about ul li::before {
        display: none;
    }

    .about ul li {
        list-style: disc;
    }

    .header {
        background: white;
    }

    .header .logo::after {
        display: none;
    }

    .header .logo {
        background: transparent;
    }
}

@media (max-width: 400px) {

}
