@font-face {
    font-family: "ITCAvantGarde";
    src: url("fonts/ITCAvantGarde/ITCAvantGardeStd-Book.woff2") format("woff2"), url("fonts/ITCAvantGarde/ITCAvantGardeStd-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ITCAvantGarde";
    src: url("fonts/ITCAvantGarde/ITCAvantGardeStd-Medium.woff2") format("woff2"), url("fonts/ITCAvantGarde/ITCAvantGardeStd-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "ITCAvantGarde";
    src: url("fonts/ITCAvantGarde/ITCAvantGardeStd-Medium-Italic.woff2") format("woff2"), url("fonts/ITCAvantGarde/ITCAvantGardeStd-Medium-Italic.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "ITCAvantGarde";
    src: url("fonts/ITCAvantGarde/ITCAvantGardeStd-Demi.woff2") format("woff2"), url("fonts/ITCAvantGarde/ITCAvantGardeStd-Demi.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html,
body {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: "ITCAvantGarde", sans-serif !important;
    font-weight: 400;
    color: #fff !important;
    background-image: linear-gradient(to right, #8e2de2, #4a00e0) !important;
    font-size: 16px;
    line-height: 26px !important;
}

* {
    box-sizing: border-box !important;
}

.hidden {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s !important;
}

.animate_in {
    opacity: 1;
    transform: translateY(0);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1440px !important;
}

.navbar .container-fluid,
.navbar .container {
    display: block !important;
}

.cli-modal-dialog * {
    opacity: 1 !important;
    transform: unset !important;
}

.wt-cli-accept-btn,
.wt-cli-accept-btn:hover {
    color: #fff !important;
}

.cli_settings_button,
.cli_settings_button:hover {
    color: #171717 !important;
}

.cli-tab-header a.cli-nav-link {
    color: #171717 !important;
}

.wt-cli-privacy-accept-btn,
.wt-cli-privacy-accept-btn:hover {
    background: #74ba9d !important;
    color: #fff !important;
}

.cli-switch input:checked + .cli-slider {
    background: #74ba9d !important;
}

.grecaptcha-badge {
    display: none !important;
}

#main {
    margin-top: 0 !important;
}

.extra_small_padding_top {
    padding-top: 30px;
}

.extra_small_padding_bottom {
    padding-bottom: 30px;
}

.small_padding_top {
    padding-top: 60px;
}

.small_padding_bottom {
    padding-bottom: 60px;
}

.medium_padding_top {
    padding-top: 100px;
}

.medium_padding_bottom {
    padding-bottom: 100px;
}

.large_padding_top {
    padding-top: 150px;
}

.large_padding_bottom {
    padding-bottom: 150px;
}

.bg_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

h1,
h2,
h3 {
    margin-bottom: 40px !important;
    font-weight: 400 !important;
}

h1 {
    font-size: 75px !important;
    line-height: 90px !important;
}

h2 {
    font-size: 46px !important;
    line-height: 56px !important;
}

h3 {
    margin-bottom: 15px !important;
    font-size: 30px !important;
    line-height: 36px !important;
}

    h1 span.line,
    h2 span.line,
    h3 span.line {
        position: relative;
        display: block;
        padding-left: 115px;
    }

        h1 span.line:before,
        h2 span.line:before,
        h3 span.line:before {
            content: "";
            width: 90px;
            height: 10px;
            background: #fff;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

span.green {
    color: #74ba9d;
}

ul.green_tick {
    padding-left: 55px;
    position: relative;
    list-style: none;
}

    ul.green_tick li {
        margin-bottom: 40px;
        position: relative;
    }

        ul.green_tick li:last-child {
            margin-bottom: 0;
        }

        ul.green_tick li:before {
            content: "";
            position: absolute;
            height: 38px;
            width: 38px;
            background-image: url(../2022/04/Green-Tick.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            left: -55px;
            top: 8px;
        }

a {
    color: #fff !important;
    transition: all 0.5s;
}

    a:hover {
        color: #74ba9d !important;
    }

    a.box_button {
        margin-top: 35px;
        padding: 8px 42px;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1.4px;
        font-size: 14px;
        transition: all 0.5s;
    }

        a.box_button.frosted {
            background-color: rgba(255, 255, 255, 0.15);
            backdrop-filter: blur(5px);
        }

            a.box_button.frosted:hover {
                background-color: rgba(255, 255, 255, 0.35);
            }

            a.box_button.frosted span {
                font-weight: 700;
            }

p.large {
    font-size: 20px;
    line-height: 30px;
}

header.site-header {
    padding: 32px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    background: #171717;
    transition: all 0.5s;
}

    header.site-header.transparent {
        background: transparent;
    }

    header.site-header.scrolled {
        background: #87CEEB;
    }

.darkCol {
    color: #171717 !important;
    font-weight:bolder;
}

.darkcol2 {
    background: #171717 !important;
}

header.site-header a {
    font-size: 14px;
    letter-spacing: 1.4px;
}

    header.site-header a.box_button {
        margin-top: 0;
        margin-right: 50px;
    }

header.site-header .navbar {
    padding: 0;
}

header.site-header .navbar-brand {
    margin: 0;
    padding: 0;
}

#nav-icon1 {
    width: 40px;
    height: 23px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 120;
    color:#000;
}

    #nav-icon1 p {
        color: #fff;
        margin: 0;
        position: absolute;
        right: 75px;
        line-height: 23px;
        transition: all 0.5s;
        top: 0;
        white-space: nowrap;
    }

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #nav-icon1:hover span {
        background: #74ba9d;
    }

    #nav-icon1 span:nth-child(1) {
        top: 4px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 14px;
        opacity: 0;
    }

    #nav-icon1 span:nth-child(3) {
        top: 16px;
        width: 20px;
    }

    #nav-icon1:hover span:nth-child(3) {
        width: 100%;
    }

    #nav-icon1.open span:nth-child(1) {
        width: 26px;
        top: 11px;
        right: 0;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        width: 26px;
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

img.minus {
    margin-top: -100px;
}

img.top_left_image {
    position: absolute;
    top: -200px;
    left: 0;
    width: 240px;
}

.sliding_menu {
    padding: 0 130px;
    position: fixed;
    top: 0;
    width: calc(50% + 2px);
    height: 100vh;
    z-index: 30;
    transition: all 0.5s;
    background: #171717;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-width: 0px;
}

    .sliding_menu.right_side {
        right: -50%;
    }

    .sliding_menu.left_side {
        left: -50%;
    }

    .sliding_menu.right_side.open {
        right: 0;
    }

    .sliding_menu.left_side.open {
        left: 0;
    }

    .sliding_menu ul#menu-main-menu li ul.dropdown-menu {
        background: transparent;
        margin: 0;
        border: 0;
        padding: 0;
        position: unset !important;
        transform: unset !important;
    }

    .sliding_menu ul#menu-main-menu li.dropdown .dropdown-toggle:after {
        content: "";
        margin: 0;
        border: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        color: #03c596;
        background-image: url(../2022/04/Plus-Symbol.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 30px;
        width: 30px;
    }

    .sliding_menu ul#menu-main-menu li.dropdown.show .dropdown-toggle:after {
        background-image: url(../2022/04/Minus-Symbol.svg);
    }

    .sliding_menu table tr td {
        padding: 12px 16px;
        color: #fff;
        font-size: 28px;
        line-height: 40px;
    }

    .sliding_menu .navbar-nav li a {
        font-size: 54px !important;
        line-height: 64px !important;
        position: relative;
    }

    .sliding_menu .navbar-nav li ul li {
        transform: translateY(0);
        opacity: 1;
    }

        .sliding_menu .navbar-nav li ul li a {
            padding: 0 0 25px 45px;
            color: #fff !important;
            font-size: 30px !important;
            line-height: 24px !important;
            background: transparent !important;
            opacity: 1;
            transform: translateY(0);
            transition: all 0.5s;
        }

            .sliding_menu .navbar-nav li ul li a:hover {
                color: #74ba9d !important;
            }

.sliding_menu_wrapper {
    position: relative;
}

    .sliding_menu_wrapper .line {
        position: fixed;
        top: 180px;
        left: calc(50% - 1px);
        transform: translateX(-50%);
        height: calc(100% - 360px);
        width: 3px;
        background: #4e4e4e;
        opacity: 0;
        z-index: 10;
        transition: all 0.8s;
    }

    .sliding_menu_wrapper.open .line {
        opacity: 1;
    }

    .sliding_menu_wrapper .social {
        position: fixed;
        bottom: 25px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 30;
        display: flex;
        opacity: 0;
        transition: all 0.8s;
    }

    .sliding_menu_wrapper.open .social {
        opacity: 1;
    }

    .sliding_menu_wrapper .social p {
        margin: 0 20px;
        text-transform: uppercase;
    }

    .sliding_menu_wrapper .social .separator {
        margin: 12px 15px 0;
        width: 50px;
        height: 1px;
        background: #4e4e4e;
    }

.normal_z_index {
    position: relative;
    z-index: 20;
}

.full_height_bg,
.small_height_bg {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

    .full_height_bg h1,
    .small_height_bg h1 {
        margin-bottom: 0 !important;
    }

    .full_height_bg video,
    .small_height_bg video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.small_height_bg {
    height: 650px;
}

    .full_height_bg .gradient,
    .small_height_bg .gradient {
        background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #1e3355);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        pointer-events: none;
    }

    .full_height_bg .dark_overlay,
    .small_height_bg .dark_overlay {
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        pointer-events: none;
    }

    .full_height_bg .bottom_section,
    .small_height_bg .bottom_section {
        width: 100%;
        position: absolute;
        bottom: 80px;
        left: 0;
    }

        .full_height_bg .bottom_section .scroll_down,
        .small_height_bg .bottom_section .scroll_down {
            margin-bottom: 0 !important;
            text-transform: uppercase;
            letter-spacing: 1.4px;
        }

            .full_height_bg .bottom_section .scroll_down img,
            .small_height_bg .bottom_section .scroll_down img {
                margin-right: 20px;
                animation: bounce 0.5s infinite alternate;
                -webkit-animation: bounce 0.5s infinite alternate;
            }

@keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }

    to {
        transform: translateY(-15px);
    }
}

.full_height_bg .slice_shape,
.small_height_bg .slice_shape {
    clip-path: polygon(0 100%, 100% 50%, 100% 100%, 0% 100%);
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #171717;
    z-index: 10;
}

.counter_wrapper .counter {
    font-size: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .counter_wrapper .counter span {
        font-size: 100px;
        line-height: 100px;
        margin: 15px 0;
        font-weight: bold;
        color: #fff;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #fff;
    }

        .counter_wrapper .counter span.smaller {
            margin: 0;
            font-size: 26px;
            line-height: 26px;
            color: #fff;
            -webkit-text-fill-color: unset;
            -webkit-text-stroke-width: unset;
            -webkit-text-stroke-color: unset;
            font-weight: 400;
        }

.columns_wrapper:last-child {
    padding-bottom: 0 !important;
}

.image_panels .text {
    position: absolute;
    z-index: 5;
}

    .image_panels .text h3 {
        margin-bottom: 0 !important;
        font-size: 56px !important;
        line-height: 64px !important;
    }

.image_panels .image_panel_wrapper {
    height: 640px;
}

    .image_panels .image_panel_wrapper .bg_image_wrapper {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

        .image_panels .image_panel_wrapper .bg_image_wrapper .bg_image {
            width: 100%;
            height: 100%;
            transition: all 0.5s;
        }

    .image_panels .image_panel_wrapper:hover .bg_image {
        transform: scale(1.1);
    }

    .image_panels .image_panel_wrapper:hover a.box_button.frosted {
        background-color: rgba(255, 255, 255, 0.35);
    }

.image_panels .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
}

.image_panels .image_panel_wrapper:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}

.content_slider_with_background .slick_content_slider,
.content_slider .slick_content_slider {
    margin-bottom: 0 !important;
    padding-top: 40px;
}

.content_slider_with_background .slick-slide,
.content_slider .slick-slide {
    position: relative;
}

.content_slider_with_background h3,
.content_slider h3 {
    margin-bottom: 25px !important;
}

.content_slider_with_background h3 {
    font-size: 36px !important;
    line-height: 40px !important;
}

.content_slider_with_background .stars,
.content_slider .stars {
    margin-bottom: 25px;
}

.content_slider_with_background .slick-prev:before,
.content_slider_with_background .slick-next:before,
.content_slider .slick-prev:before,
.content_slider .slick-next:before {
    content: "";
}

.content_slider_with_background .slick-prev,
.content_slider_with_background .slick-next,
.content_slider .slick-prev,
.content_slider .slick-next {
    width: 11.5px;
    height: 21px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.content_slider_with_background .slick-prev,
.content_slider .slick-prev {
    background-image: url("../2022/04/Content-Slider-Left-Chevron.svg") !important;
}

.content_slider_with_background .slick-next,
.content_slider .slick-next {
    background-image: url("../2022/04/Content-Slider-Right-Chevron.svg") !important;
}

.content_slider_with_background .stars i,
.content_slider .stars i {
    margin: 0 2px;
    color: #74ba9d;
    font-size: 12px;
}

.content_slider_with_background .stars i {
    margin: 0 5px;
    font-size: 26px;
}

.content_slider .slick-slide {
    margin: 0 30px;
}

.content_slider .slick-list {
    margin: 0 -30px;
}

.content_slider_with_background .slick-dots,
.content_slider .slick-dots {
    margin-top: 35px;
    position: unset;
}

.content_slider_with_background .slick-dots {
    position: absolute;
    bottom: 40px;
}

.content_slider_with_background .slick-track {
    display: flex;
}

    .content_slider_with_background .slick-track .slick-slide {
        height: inherit;
    }

.content_slider_with_background .slick-dots li,
.content_slider .slick-dots li {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.5s;
}

    .content_slider_with_background .slick-dots li:hover,
    .content_slider_with_background .slick-dots li.slick-active,
    .content_slider .slick-dots li:hover,
    .content_slider .slick-dots li.slick-active {
        background: #fff;
    }

    .content_slider_with_background .slick-dots li button,
    .content_slider .slick-dots li button {
        display: none;
    }

.content_slider_with_background .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.content_slider_with_background p {
    font-size: 24px;
    line-height: 32px;
}

.gallery .gallery_image_wrapper {
    margin-bottom: 25px;
    height: 100%;
}

    .gallery .gallery_image_wrapper .gallery_image_inner {
        overflow: hidden;
        height: 280px;
        position: relative;
    }

        .gallery .gallery_image_wrapper .gallery_image_inner .overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            background: rgba(0, 0, 0, 0.4);
            opacity: 0;
            pointer-events: none;
            transition: all 0.5s;
        }

    .gallery .gallery_image_wrapper a {
        transition: all 0.5s;
    }

        .gallery .gallery_image_wrapper a:hover {
            transform: scale(1.1);
        }

    .gallery .gallery_image_wrapper:hover .overlay {
        opacity: 1;
    }

.banner .banner_inner {
    padding: 20px 10px;
}

    .banner .banner_inner p {
        margin-bottom: 0 !important;
        font-size: 21px;
        line-height: 26px;
    }

    .banner .banner_inner img.logo {
        max-height: 60px;
    }

.wpcf7 {
    margin: 60px 0 70px;
}

    .wpcf7 .wpcf7-response-output {
        display: none !important;
    }

    .wpcf7 .form-control {
        border-radius: 0;
        border: 1px solid #fff;
        padding: 12px 20px;
        height: auto;
        font-size: 14px !important;
        color: #171717 !important;
    }

        .wpcf7 .form-control:active,
        .wpcf7 .form-control:focus {
            border: 1px solid #fff;
            box-shadow: none !important;
        }

    .wpcf7 ::-webkit-input-placeholder {
        text-transform: uppercase;
        font-size: 14px;
        color: #171717 !important;
    }

    .wpcf7 ::-moz-placeholder {
        text-transform: uppercase;
        font-size: 14px;
        color: #171717 !important;
    }

    .wpcf7 ::-ms-placeholder {
        text-transform: uppercase;
        font-size: 14px;
        color: #171717 !important;
    }

    .wpcf7 ::placeholder {
        text-transform: uppercase;
        font-size: 14px;
        color: #171717 !important;
    }

    .wpcf7 .wpcf7-not-valid-tip {
        display: none;
    }

    .wpcf7 .form-control.wpcf7-not-valid {
        border: 1px solid #ff4e4e;
    }

    .wpcf7 .wpcf7-spinner {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }

    .wpcf7 .form-control.wpcf7-submit {
        border: 0 !important;
        padding: 8px 42px;
        display: inline-block;
        color: #fff !important;
        text-transform: uppercase;
        letter-spacing: 1.4px;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(5px);
        transition: all 0.5s;
    }

        .wpcf7 .form-control.wpcf7-submit:hover {
            background-color: rgba(255, 255, 255, 0.35);
        }

.social_icons {
    display: flex;
    justify-content: center;
}

    .social_icons i {
        margin-right: 25px;
        font-size: 24px;
        transition: all 0.5s;
    }

    .social_icons a:last-child i {
        margin-right: 0;
    }

    .social_icons i:hover {
        color: #74ba9d;
    }

footer.site-footer .copy a {
    color: #74ba9d !important;
}

footer.site-footer .copyright {
    order: 6;
}

@media (max-width: 1399.98px) {
    h1 {
        font-size: 60px !important;
        line-height: 72px !important;
    }

    h2 {
        font-size: 44px !important;
        line-height: 50px !important;
    }

    .image_panels .text h3 {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .sliding_menu {
        padding: 0 70px;
    }

        .sliding_menu table tr td {
            padding: 10px;
            font-size: 21px;
            line-height: 24px;
        }

        .sliding_menu .navbar-nav li a {
            font-size: 36px !important;
            line-height: 40px !important;
        }

        .sliding_menu .navbar-nav li ul li a {
            padding: 10px 0 10px 35px;
            font-size: 24px !important;
        }

    .image_panels .image_panel_wrapper {
        height: 500px;
    }
}

@media (max-width: 1199.98px) {
    h1 span.line,
    h2 span.line,
    h3 span.line {
        padding-left: 85px;
    }

        h1 span.line:before,
        h2 span.line:before,
        h3 span.line:before {
            width: 60px;
            height: 5px;
        }

    .small_height_bg {
        height: 500px;
    }

    .gallery .gallery_image_wrapper .gallery_image_inner {
        height: 220px;
    }

    .content_slider_with_background h3 {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    .content_slider_with_background p {
        font-size: 21px;
        line-height: 28px;
    }

    .banner .banner_inner img.logo {
        margin-bottom: 20px;
    }

    .banner .banner_inner p {
        margin-bottom: 20px !important;
    }

    .social_icons {
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    .small_padding_top {
        padding-top: 30px;
    }

    .small_padding_bottom {
        padding-bottom: 30px;
    }

    .medium_padding_top {
        padding-top: 30px;
    }

    .medium_padding_bottom {
        padding-bottom: 30px;
    }

    .large_padding_top {
        padding-top: 30px;
    }

    .large_padding_bottom {
        padding-bottom: 30px;
    }

    p.large {
        font-size: 16px;
        line-height: 26px;
    }

    header.site-header a.box_button {
        margin-right: 0;
    }

    .sliding_menu {
        padding: 0 20px;
    }

        .sliding_menu table tr td {
            padding: 10px 7px;
            font-size: 16px;
            line-height: 24px;
        }

        .sliding_menu .navbar-nav li a {
            font-size: 38px !important;
            line-height: 44px !important;
        }

        .sliding_menu .navbar-nav li ul li a {
            padding: 8px 0 8px 35px;
            font-size: 21px !important;
        }

    .left_right_panels {
        background-image: unset !important;
    }

    img.top_left_image {
        display: none;
    }

    img.minus {
        margin-top: -70px;
        width: 100% !important;
    }

    .content_slider_with_background .slick-dots {
        bottom: 30px;
    }

    .content_slider .slick-slide {
        margin: 0;
    }

    .content_slider .slick-list {
        margin: 0;
    }

    .content_slider_with_background .slick-track .slick-slide {
        padding: 70px 0 !important;
    }

    .social_icons {
        justify-content: start;
    }

    .wpcf7 {
        margin: 30px 0 40px;
    }

    footer.site-footer .social_icons {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    h1,
    h2,
    h3 {
        margin-bottom: 20px !important;
    }

    h1 {
        font-size: 40px !important;
        line-height: 48px !important;
    }

    h2 {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    h3,
    .image_panels .text h3 {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    .sliding_menu.right_side {
        display: none;
    }

    .sliding_menu.left_side {
        width: 100%;
        left: -100%;
        align-items: flex-start;
    }

    .sliding_menu_wrapper .line {
        display: none;
    }

    .sliding_menu_wrapper .social p {
        margin: 0 5px;
        font-size: 14px;
    }

    .full_height_bg .slice_shape,
    .small_height_bg .slice_shape {
        clip-path: polygon(0 100%, 100% 70%, 100% 100%, 0% 100%);
    }

    .wpcf7 .form-control {
        margin-bottom: 12px;
        padding: 8px 13px;
    }

    .wpcf7 ::-webkit-input-placeholder {
        font-size: 12px;
    }

    .wpcf7 ::-moz-placeholder {
        font-size: 12px;
    }

    .wpcf7 ::-ms-placeholder {
        font-size: 12px;
    }

    .wpcf7 ::placeholder {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    html,
    body {
        font-size: 14px;
        line-height: 21px !important;
    }

    h1 span.line,
    h2 span.line,
    h3 span.line {
        padding-left: 65px;
    }

        h1 span.line:before,
        h2 span.line:before,
        h3 span.line:before {
            width: 40px;
        }

    h1 {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    h2 {
        font-size: 28px !important;
        line-height: 32px !important;
    }

    h3,
    .image_panels .text h3 {
        font-size: 21px !important;
        line-height: 24px !important;
    }

    #nav-icon1 p {
        display: none;
    }

    header.site-header a.box_button {
        margin-top: 0 !important;
    }

    header.site-header .navbar-brand img {
        height: 35px;
    }

    header.site-header {
        padding: 20px 0;
    }

    a.box_button {
        margin-top: 25px !important;
        padding: 7px 18px;
        letter-spacing: 1.4px;
        font-size: 12px !important;
    }

    ul.green_tick li:before {
        height: 30px;
        width: 30px;
    }

    .full_height_bg .bottom_section .scroll_down,
    .small_height_bg .bottom_section .scroll_down {
        display: none;
    }

    #nav-icon1:hover span {
        background: #fff;
    }

    .sliding_menu_wrapper .social .separator {
        margin: 12px 10px 0;
        width: 25px;
    }

    .sliding_menu_wrapper .social p {
        font-size: 12px;
    }

    .content_slider_with_background h3 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .content_slider_with_background p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .banner .banner_inner p {
        margin-bottom: 0 !important;
    }

    .banner .banner_inner img.logo {
        max-height: 50px;
    }

    .full_height_bg {
        padding-top: 75px;
        height: auto;
        min-height: 100vh;
    }

    .counter_wrapper .counter {
        font-size: 26px;
    }

        .counter_wrapper .counter span {
            font-size: 70px;
            line-height: 70px;
        }

            .counter_wrapper .counter span.smaller {
                font-size: 18px;
                line-height: 21px;
            }

    footer.site-footer .copy {
        opacity: 1;
        transform: translateY(0);
    }
}
