/*styles*/

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    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: #b99531;
}

/*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 {
    position: relative;
}

.header .top-header {
    background: #211f38;
    padding: 10px;
}

.header .top-header ul {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    align-items: center;
    height: 100%;
    list-style: none;
}

.header .top-header ul li a {
    padding: 5px;
    margin: 5px;
    color: white;
    font-weight: 600;
    font-size: 14px;
}

.header .top-header ul li a i {
    color: #00adef;
}

.header .top-header ul.social {
    justify-content: right;
}

.header.stuck .top-header {
    margin-bottom: 86px;
}

.header.stuck .bottom-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header .bottom-header {
    position: relative;
    background: #00adef;
    z-index: 999;
}

.header .bottom-header .logo {
    z-index: 1;
    min-width: 345px;
    min-height: 111px;
    margin-top: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    mask: url(../img/claim-shape.svg);
    mask-repeat: no-repeat;
    mask-position: top center;
    mask-size: cover;
    background-color: rgba(247, 247, 247, 0.11);
    padding: 27px 0 0;
    margin-right: 36px;
}

.header .bottom-header .logo::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: calc(100% - 18px);
    width: calc(100% - 38px);
    content: "";
    border-radius: 0;
    z-index: -1;
    background-color: white;
    mask: url(../img/claim-shape.svg);
    mask-repeat: no-repeat;
    mask-position: top center;
    mask-size: cover;
}

.header .bottom-header .logo img {
    max-height: 80px;
    max-width: 240px;
}

.header .bottom-header .menu-hold {
    position: relative;
    height: 100%;
}

.header .bottom-header .menu-hold ul.menu {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header .bottom-header .menu-hold ul.menu li {
    position: relative;
}

.header .bottom-header .menu-hold ul.menu li a {
    padding: 10px;
    font-weight: 600;
    color: white;
}

.header .bottom-header .btn {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/*Home*/

.hero {
    position: relative;
    height: 80vh;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.hero .text-hold {
    position: relative;
    left: 10%;
    max-width: 800px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.hero .text-hold .sub {
    text-transform: uppercase;
    color: #00adef;
    font-weight: bold;
}

.hero .text-hold .main {
    font-size: 55px;
    line-height: 55px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero .text-hold ul li {

}

.hero .hero-image {
    position: absolute;
    height: 700px;
    width: 800px;
    right: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    min-height: 300px;
    overflow: hidden;
    mask: url(../img/claim-image.svg);
    mask-repeat: no-repeat;
    mask-position: left bottom;
    mask-size: cover;
}
@media (max-width: 1600px) {
    .hero .hero-image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        opacity: 0.5;
    }
}

.steps {
    position: relative;
    padding: 80px 0;
}

.steps .step {
    padding: 40px 60px;
    box-shadow: 0 0 10px 10px black;
    text-align: center;
    box-shadow: 0px 0px 13px 5px rgb(0 0 0 / 4%);
    margin: 0 20px;
    border-radius: 15px;
}

.steps .step .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.steps .step p {
    margin-bottom: 0;
    font-size: 14px;
}

.steps .step i {
    font-size: 55px;
    line-height: 55px;
    color: #00adef;
    margin-bottom: 20px;
}

.about {
    position: relative;
    padding: 120px 0;
}

.about .image-holder {
    position: relative;
    transform: rotate(10deg);
}

.about .image-holder .image-one {
    position: relative;
    height: 400px;
    width: 80%;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
}

.about .image-holder .image-two {
    position: absolute;
    height: 350px;
    width: 60%;
    bottom: 0;
    left: calc(30% + 30px);
    background-position: center;
    background-size: cover;
    border-radius: 40px;
}

.about .image-holder .yoe {
    border-radius: 40px;
    padding: 40px;
    background: #00adef;
    color: white;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 30%;
}

.about .image-holder .yoe .big {
    font-size: 35px;
}

.about .info-box {
    position: relative;
    border: 1px solid #d0ccff;
    padding: 20px 30px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.about .info-box ul {
    padding-left: 0;
    margin-bottom: 0;
}

.about .info-box ul li i {
    color: #00adef;
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
}

.split-section {
    position: relative;
}

.split-section .text-hold {
    position: relative;
    padding: 120px;
    background: #211f38;
    color: white;
    height: 100%;
}

.split-section .image-side {
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}

/*.split-section .form-hold {
    position: relative;
    padding: 120px;
}

.split-section .form-hold .form {
    background: rgba(255, 255, 255, 0.31);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.6px);
    -webkit-backdrop-filter: blur(7.6px);
    padding: 40px;
}*/

.testimonial-block {
    position: relative;
    padding: 120px 0;
}

.testimonial-block .testimonials .test-block {
    padding: 40px 60px;
    box-shadow: 0 0 10px 10px black;
    text-align: center;
    box-shadow: 0px 0px 13px 5px rgb(0 0 0 / 4%);
    margin: 20px;
    border-radius: 15px;
}

/*Defaults*/

.banner {
    position: relative;
    padding: 40px 0;
    background: #00adef;
    color: white;
    font-size: 35px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.sub {
    text-transform: uppercase;
    color: #00adef;
    font-weight: bold;
}

.heading {
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 40px;
}

ul {
    padding-left: 0;
}

ul li {
    list-style: none;
    margin: 10px 0;
}

ul.check li i {
    color: #00adef;
    font-size: 1.2em;
    margin-right: 10px;
}

.btn {
    position: relative;
    padding: 10px 20px;
    border-radius: 10px;
    background: #41a400;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.btn.white {
    background: white;
    color: #00adef;
}

.form-control {
    border-radius: 0;
    font-size: 14px;
}

textarea {
    height: 100px;
}

/*Footer*/

.footer {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    background: #211f38;
    color: white;
}

/*Responsive*/

@media (max-width: 1300px) {
    .about .image-holder {
        transform: unset;
    }
}

@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;
    }

    ul {
        padding-left: 0;
    }

    .top-header .logo {
      display: none;
    }

    .top-header {
        display: none;
    }

    .header .bottom-header {
        position: fixed;
        z-index: 99999;
        width: 100%;
        background: white;
        top: 0;
    }

    .header .logo {
        text-align: left !important;
    }

    .header .logo img {
        position: relative;
        z-index: 999;
        max-height: 70px;
        max-width: 100%;
        height: auto;
    }

    .header ul li::before {
        display: none;
    }

    .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: 0;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle span {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #00adef;   
    }

    .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 .menu-hold ul.menu {
        height: 100vh;
        width: 100vw;
        position: fixed;
        z-index: 99999;
        display: none;
        left: 0;
        top: 0;
        background: #111;
        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;
    }



    .hero .hero-image {
        display: none;
    }

    .hero {
        margin-top: 100px;
        height: fit-content;
        padding: 80px 40px;
    }

    .hero .text-hold {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
    }


    
}

@media (max-width: 991px) {

    .image-holder {
        margin: 20px 0;
    }
    
    body {
        text-align: center;
    }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
    .header .bottom-header .logo {
        min-width: unset;
        min-height: unset;
        margin-right: unset;
        margin-top: unset;
        padding: 10px;
        mask: unset;
    }

    .hero .text-hold .main {
        font-size: 35px;
        line-height: 35px;
    }

    .banner {
        font-size: 25px;
        line-height: 25px;
        padding: 40px;
    }

    .about .image-holder .yoe {
        max-width: unset;
        z-index: 999;
        position: relative;
        left: -85px;
    }

    .about .image-holder {
        margin: 40px 0;
    }

    .steps .step {
        margin: 10px 0;
    }

    .split-section .text-hold {
        padding: 120px 40px;
    }
}

@media (max-width: 400px) {

}
