@font-face {
    font-family: "Aktiv Grotesk Ex Light";
    src: url("../fonts/Aktiv-Grotesk-Ex-Light.eot");
    src: url("../fonts/Aktiv-Grotesk-Ex-Light.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Aktiv-Grotesk-Ex-Light.woff2")format("woff2"),
        url("../fonts/Aktiv-Grotesk-Ex-Light.woff")format("woff"),
        url("../fonts/Aktiv-Grotesk-Ex-Light.ttf")format("truetype"),
        url("../fonts/Aktiv-Grotesk-Ex-Light.svg#Aktiv Grotesk Ex Light")format("svg");
    font-weight: 300;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../fonts/Aktiv-Grotesk-Light.eot');
    src: url('../fonts/Aktiv-Grotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aktiv-Grotesk-Light.woff2') format('woff2'),
        url('../fonts/Aktiv-Grotesk-Light.woff') format('woff'),
        url('../fonts/Aktiv-Grotesk-Light.ttf') format('truetype'),
        url('../fonts/Aktiv-Grotesk-Light.svg#../fonts/Aktiv-Grotesk-Light') format('svg');
    font-weight: 400;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../fonts/Aktiv-Grotesk-Regular.eot');
    src: url('../fonts/Aktiv-Grotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aktiv-Grotesk-Regular.woff2') format('woff2'),
        url('../fonts/Aktiv-Grotesk-Regular.woff') format('woff'),
        url('../fonts/Aktiv-Grotesk-Regular.ttf') format('truetype'),
        url('../fonts/Aktiv-Grotesk-Regular.svg#../fonts/Aktiv-Grotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../fonts/Aktiv-Grotesk-Medium.eot');
    src: url('../fonts/Aktiv-Grotesk-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aktiv-Grotesk-Medium.woff2') format('woff2'),
        url('../fonts/Aktiv-Grotesk-Medium.woff') format('woff'),
        url('../fonts/Aktiv-Grotesk-Medium.ttf') format('truetype'),
        url('../fonts/Aktiv-Grotesk-Medium.svg#../fonts/Aktiv-Grotesk-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../fonts/Aktiv-Grotesk-Bold.eot');
    src: url('../fonts/Aktiv-Grotesk-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aktiv-Grotesk-Bold.woff2') format('woff2'),
        url('../fonts/Aktiv-Grotesk-Bold.woff') format('woff'),
        url('../fonts/Aktiv-Grotesk-Bold.ttf') format('truetype'),
        url('../fonts/Aktiv-Grotesk-Bold.svg#../fonts/Aktiv-Grotesk-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avant Garde CE";
    src: url("../fonts/Avant-Garde-CE.eot");
    src: url("../fonts/Avant-Garde-CE.eot?#iefix")format("embedded-opentype"),
        url("../fonts/Avant-Garde-CE.woff2")format("woff2"),
        url("../fonts/Avant-Garde-CE.woff")format("woff"),
        url("../fonts/Avant-Garde-CE.ttf")format("truetype"),
        url("../fonts/Avant-Garde-CE.svg#AvantGardeCE")format("svg");
}
@font-face {
    font-family: "Avant Garde LT Bold";
    src: url('../fonts/AvantGardeLT-Demi.eot');
    src: url('../fonts/AvantGardeLT-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGardeLT-Demi.woff2') format('woff2'),
        url('../fonts/AvantGardeLT-Demi.woff') format('woff'),
        url('../fonts/AvantGardeLT-Demi.ttf') format('truetype'),
        url('../fonts/AvantGardeLT-Demi.otf') format('otf'),
        url('../fonts/AvantGardeLT-Demi.svg#AvantGardeLT-Demi') format('svg');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avant Garde LT";
    src: url('../fonts/AvantGardeLT-Demi-Regular.eot');
    src: url('../fonts/AvantGardeLT-Demi-Regular?#iefix') format('embedded-opentype'),
        url('../fonts/AvantGardeLT-Demi-Regular.woff2') format('woff2'),
        url('../fonts/AvantGardeLT-Demi-Regular.woff') format('woff'),
        url('../fonts/AvantGardeLT-Demi-Regular.ttf') format('truetype'),
        url('../fonts/AvantGardeLT-Demi-Regular.otf') format('otf'),
        url('../fonts/AvantGardeLT-Demi-Regular.svg#AvantGardeLT-Demi-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* Base Styles */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    font-family: 'Aktiv Grotesk Ex Light', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #17283c;
}

/* Container CSS */

.container {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media only screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media only screen and (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

@media only screen and (min-width:1400px) {
    .container {
        max-width: 1400px;
    }

    .container-sm .container {
        max-width: 1230px;
    }

    .container-lg .container {
        max-width: 1580px;
    }
}

/* Global Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Aktiv Grotesk Ex Light', sans-serif;
    color: #17283c;
    font-weight: 300;
    margin: 0;
}

h1,
.h1 {
    font-size: 53px;
    line-height: 1.2;
    /* ~63.6px */
    color: #17283c;
}

h2,
.h2 {
    font-size: 35px;
    line-height: 1.3;
    /* ~45.5px */
    color: #17283c;
    font-weight: 300;
    margin-bottom: 15px;
}

h3,
.h3 {
    font-size: 26px;
    line-height: 1.35;
    /* ~35.1px */
    color: #17283c;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 1.4;
    /* ~33.6px */
    color: #17283c;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 1.5;
    /* 30px */
    color: #17283c;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 1.5;
    /* 27px */
    color: #17283c;
}


p {
    font-size: 18px;
    line-height: 1.5;
    color: #17283c;
    margin-top: 0;
    margin-bottom: 16px;
    word-wrap: break-word;
}

p:last-child {
    margin-bottom: 0;
}

p a {
    color: #17283c;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

p a:hover {
    color: #575757;
}

ul li,
ol li {
    font-size: 18px;
    line-height: 1.5;
    color: #17283c;
    font-weight: 400;
}

.error-404 .content_block {
    text-align: center;
}

.error-404 h1 {
    font-size: 100px;
    font-family: "Avant Garde CE";
    font-weight: 700;
}

.error-404 .content_block p {
    font-size: 20px;
    margin: 10px 0 30px;
}

.error-404 .content_block .btn:hover {
    border-color: #17283c;
}

.error-404 .content_block .btn svg path {
    stroke: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.error-404 .content_block .btn:hover svg path {
    stroke: #17283c;
}

.error-404 .content_block .btn {
    flex-direction: row-reverse;
}

.error-404 .content_block .btn svg {
    transform: rotateY(180deg);
	margin-right: 10px;
}

/* 404 css End */
/* Common Ccontent Page */
.common-content-page .section-title {
    margin-bottom: 30px;
}

.slick-slide {
    height: 100% !important;
    display: flex !important;
    align-items: stretch !important;
}

.slick-slide>div {
    height: 100% !important;
}

.slick-track {
    display: flex !important;
    align-items: stretch !important;
}

/* Buttons */
.btn,
.btn-outline,
.input[type="submit"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px 15px;
    text-decoration: none;
    font-size: 21px;
    line-height: 1;
    text-transform: capitalize;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.btn:hover,
.wpcf7-form .wpcf7-submit:hover,
button[type="submit"]:hover {
    border-color: #fff;
    color: #17283c;
    background: #fff;
}

.btn {
    background: #17283c;
    color: #fff;
}

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

.btn-dark {
    background: #17283c;
    color: #fff;
}

.btn-rounded {
    border-radius: 32px;
}

.btn img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.btn-outline span {
    position: relative;
    top: 2px;
}

.btn.whatsapp.dark-text {
    border-radius: 0;
}

.btn.whatsapp.dark-text img {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}

.btn.whatsapp.dark-text:hover img {
    filter: none;
}

.btn.whatsapp.dark-text:hover {
    border-color: #17283c;
}

.btn span {
    position: relative;
    top: 2px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@supports (-webkit-touch-callout: none) {
    .btn span {
        top: 2px;
    }
}

.btn:hover img,
.wpcf7-form .wpcf7-submit:hover img,
button[type="submit"]:hover img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(39%) saturate(676%) hue-rotate(171deg) brightness(93%) contrast(97%);
}

.btn-dark:hover {
    background: #fff;
    border-color: #17283c;
}

.bg-white {
    background: #fff;
}

.bg-dark {
    background: #17283c;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 10px;
}

.wpcf7-response-output {
    font-size: 14px;
    line-height: 1.3;
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px;
}

span.wpcf7-not-valid-tip:not(:nth-child(2)) {
    display: none;
}

input[type="text"].wpcf7-form-control,
input[type="email"].wpcf7-form-control,
input[type="phone"].wpcf7-form-control,
textarea.wpcf7-form-control {
    border: none;
    border-bottom: 1px solid #999;
    padding: 10px 0;
    font-size: 12px;
    width: 100%;
    background: transparent;
    outline: none;
    font-family: "Aktiv Grotesk Ex Light";
}

input::placeholder,
textarea::placeholder {
    color: #575757;
}

input:-webkit-autofill {
    background-color: #fff !important;
    color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Optional for textarea and select too */
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff !important;
    color: #000 !important;
}

img {
    max-width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

/* Header */
@media only screen and (min-width:1400px) {

    .header-main .container,
    .hero .container {
        max-width: 95%;
    }
}

.home .header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.header-main {
    padding: 20px 0px;
    width: 100%;
    background: #17283c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.home .header-main {
    padding: 30px 0px;
    background-color: transparent;
    z-index: 9999;
}

header.sticky-header .header-main {
    padding: 10px 0;
    background: #17283c;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header-main .header_row,
.header-row .header_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    overflow: auto;
    z-index: 3;
    background-color: #fff;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-navigation {
    width: 100%;
}

.header-navigation .menu {
    padding: 0;
    margin: 0;
}

.home .site-branding img.custom-logo {
    max-width: 190px;
}

.site-branding img.custom-logo {
    max-width: 150px;
}

.home footer .site-branding img.custom-logo,
footer .site-branding img.custom-logo {
    max-width: 130px;
}

.menu_toggle svg {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.menu_toggle svg path {
    stroke: #fff;
}

.menu_toggle:hover svg path {
    stroke: rgba(255, 255, 255, 0.5);
}

.close-btn.menu_toggle svg path {
    fill: #000;
    stroke: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.close-btn.menu_toggle:hover svg path {
    fill: #17283c;
}

.menu_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.menu_toggle svg {
    width: 50px;
    height: 50px;
}

.sidebaer-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.menu-open .header_menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background: #fff;
}

.menu-open {
    overflow: hidden;
}

.header_menu ul li a svg,
.mega-dropdown-menu .mega-menu-content .row .col .menu-item p {
    display: none
}

.header-navigation .menu>li {
    display: block;
    margin: 0 !important
}

.header-navigation .menu li .sub-menu li a,
.mega-dropdown-menu .mega-menu-content .row .col .menu-item a {
    font-weight: 400
}

.mega-dropdown-menu .mega-menu-content .row .col .menu-item {
    padding: 0
}

.mega_menu:hover .mega-dropdown-menu {
    padding: 0
}

.mega-dropdown-menu .mega-menu-content .row .col .menu-item a {
    padding: 5px 15px;
    display: inline-block;
    width: 100%
}

.menu-item-has-children>a {
    padding-right: 0
}

.header_menu ul li a {
    font-family: 'Aktiv Grotesk Ex Light', sans-serif;
    font-size: 16px;
    line-height: 1.46;
    font-weight: 400;
    text-transform: uppercase;
    color: #17283c;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header_menu ul li:hover a {
    color: #17283c;
}

.header_menu ul li.current-menu-item a {
    color: #17283c;
}

.header_menu ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    width: 0;
    height: 1px;
    background: #17283c;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.header_menu ul li:hover a::before,
.header_menu ul li.current-menu-item a::before {
    width: 100%;
}

.sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.sub-menu a {
    padding: 5px 15px
}

.mega-dropdown-menu,
.section-title p br {
    display: none
}

.header-navigation .menu>li:not(:last-child) {
    margin-bottom: 5px !important;
}

header.sticky-header .header-main .custom-logo {
    transform: scale(0.7);
    object-fit: contain;
}

header.sticky-header .site-branding a.custom-logo-link {
    display: inline-flex;
    align-items: center;
    max-height: 90px;
}

body.menu-open .offcanvas-bg {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .8s ease, opacity .3s ease;
    -webkit-transition: opacity .3s ease, -webkit-transform .8s ease;
    transition: opacity .3s ease, -webkit-transform .8s ease;
    -o-transition: transform .8s ease, opacity .3s ease;
    transition: transform .8s ease, opacity .3s ease;
    transition: transform .8s ease, opacity .3s ease, -webkit-transform .8s ease;
    opacity: 1
}

.offcanvas-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 20%);
    height: 100vh;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transition: -webkit-transform .8s ease, opacity 6s ease;
    -webkit-transition: opacity 6s ease, -webkit-transform .8s ease;
    transition: opacity 6s ease, -webkit-transform .8s ease;
    -o-transition: transform .8s ease, opacity 6s ease;
    transition: transform .8s ease, opacity 6s ease;
    transition: transform .8s ease, opacity 6s ease, -webkit-transform .8s ease;
    opacity: 0;
    z-index: 1
}

.sidebar-footer {
    width: 100%;
}

.sidebar-footer .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sidebar-footer .social-links .wrapper .left {
    display: flex;
    align-items: center;
}

.sidebar-footer .social-links .wrapper .left a {
    display: inline-flex;
}

.sidebar-footer .social-links .wrapper .left a:not(:last-child) {
    margin-right: 10px;
}

.sidebar-footer .social-links {
    margin-top: 40px;
}

.sidebar-footer .contact-links a {
    display: block;
    color: #17283c;
    font-family: 'Aktiv Grotesk Ex Light', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.sidebar-footer .contact-links a:hover {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.sidebar-footer .contact-links a:not(:last-child) {
    margin-bottom: 10px;
}

.sidebar-footer .btn-outline {
    color: #17283c;
    font-size: 16px;
    font-weight: 400;
    border-color: #17283c;
    font-family: 'Aktiv Grotesk Ex Light', sans-serif;
    gap: 0;
    padding: 6px 15px 6px 10px;
}

.sidebar-footer .social-links .wrapper .left a img {
    width: 35px;
    height: 35px;
}

.sidebar-footer .btn-outline:hover {
    background: #000;
    color: #fff;
}

.sidebar-footer .btn img {
    width: 25px;
    height: 25px;
}

.sidebar-footer .btn-outline:hover img {
    filter: brightness(0) invert(1);
}

.sidebar-footer .social-links .wrapper .left a:hover img {
    filter: brightness(0);
    transform: scale(1.05);
}

.close-btn.menu_toggle:hover svg {
    transform: rotate(90deg);
}

/* Footer Css Start */
.footer {
    background: #17283c;
    color: #fff;
    border-top: 5px solid #fff;
    padding: 30px 0;
}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 30px;
}

.footer-wrapper .left-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-wrapper .right-block {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-wrapper .right-block .copyright {
    margin-top: 100px;
}

.footer-column-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.footer-wrapper .right-block .copyright p {
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}

.footer-wrapper .right-block .footer-column .button-block {
    display: flex;
    flex-direction: column;
}

.footer-wrapper .right-block .footer-column .button-block a:not(:last-child) {
    margin-bottom: 20px;
}

.footer-wrapper .right-block .footer-column h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    text-align: left;
}

.footer-wrapper .right-block .footer-column img {
    width: 35px;
}

.footer-wrapper .right-block .footer-column .button-block img {
    width: 25px;
}

.footer-wrapper .right-block .footer-column .button-block a:hover img {
    filter: brightness(1) invert(1);
}

.footer-wrapper .site-branding {
    text-align: left;
}

.footer-wrapper .contact-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 100px;
}

.footer-wrapper .contact-links a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.footer-wrapper .contact-links a:not(:last-child) {
    margin-bottom: 10px;
}

.footer-wrapper .contact-links a:hover {
    text-decoration: underline;
}

.footer-wrapper .right-block .footer-column a:hover img {
    transform: scale(1.06);
    opacity: 0.8;
}

.footer-wrapper .right-block .footer-column a.btn {
    font-size: 16px;
}

.footer-wrapper .right-block .footer-column a {
    display: inline-flex;
    border-radius: 0;
    height: 45px;
}

.footer-wrapper .right-block .footer-column .button-block a:hover {
    background: #fff;
    color: #000;
}

.footer-wrapper .right-block .footer-column .social-links {
    display: flex;
    align-items: center;
}

.footer-wrapper .right-block .footer-column .social-links a:not(:last-child) {
    margin-right: 20px;
}

/* Footer Css End */
@media (max-width: 1280px) {

    h1,
    .h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    .header_menu ul li a {
        font-size: 18px;
    }

    .sidebar-footer .contact-links a {
        font-size: 18px;
    }

    .sidebar-footer .social-links .wrapper .left a img {
        width: 30px;
        height: 30px;
    }

    .sidebar-footer .social-links .wrapper .left a:not(:last-child) {
        margin-right: 10px;
    }

    .footer-wrapper .right-block .copyright p,
    .footer-wrapper .contact-links a {
        font-size: 20px;
    }

    .footer-wrapper .right-block {
        width: auto;
    }
}

@media (max-width: 1200px) {

    h1,
    .h1 {
        font-size: 40px;
        line-height: 1.2;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 1.3;
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 1.35;
    }

    h4,
    .h4 {
        font-size: 20px;
        line-height: 1.4;
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 1.5;
    }

    h6,
    .h6 {
        font-size: 16px;
        line-height: 1.5;
    }

    p {
        font-size: 16px;
        line-height: 1.6;
    }

    .btn,
    .btn-outline,
    .input[type="submit"] {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .pb-100 {
        padding-bottom: 60px;
    }

    .pt-100 {
        padding-top: 60px;
    }

    .pb-50 {
        padding-bottom: 20px;
    }

    .section-title.border-bottom {
        margin-bottom: 30px;
    }

    .footer-wrapper .right-block .copyright p,
    .footer-wrapper .contact-links a {
        font-size: 18px;
    }

    .footer-wrapper .right-block .footer-column h3 {
        font-size: 24px;
    }

    .footer-column-wrapper {
        justify-content: flex-start;
        gap: 40px;
    }

    .footer-wrapper .right-block .footer-column a {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 40px;
    }

    .pt-100 {
        padding-top: 40px;
    }

    h1,
    .h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    h2,
    .h2 {
        font-size: 24px;
        line-height: 1.3;
    }

    h3,
    .h3 {
        font-size: 22px;
        line-height: 1.35;
    }

    h4,
    .h4 {
        font-size: 20px;
        line-height: 1.4;
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 1.5;
    }

    h6,
    .h6 {
        font-size: 14px;
        line-height: 1.5;
    }

    p {
        font-size: 14px;
        line-height: 1.6;
    }

    ul li,
    ol li {
        font-size: 14px;
    }

    .btn,
    .btn-outline,
    .input[type="submit"] {
        font-size: 14px;
    }

    .btn-outline {
        border-width: 2px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .home .header-main {
        padding: 15px 0px;
    }

    .header-main {
        padding: 10px 0;
    }

    header.sticky-header .header-main {
        padding: 0;
    }

    header .site-branding img.custom-logo,
    .home header .site-branding img.custom-logo {
        max-width: 100px;
    }

    header.sticky-header .header-main .custom-logo {
        transform: scale(0.8);
    }
    
    footer .site-branding img.custom-logo,
    .home footer .site-branding img.custom-logo {
        max-width: 100px;
    }

    .menu_toggle svg {
        width: 30px;
        height: 30px;
    }

    .sidebar-footer .contact-links a {
        font-size: 14px;
        line-height: 1.3;
    }

    .sidebar-footer .social-links .wrapper .left img {
        width: 35px;
    }

    .sidebar-footer .btn-outline {
        font-size: 14px;
        line-height: 24px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .sidebar-footer .btn img {
        width: 25px;
        height: 25px;
    }

    .footer-wrapper {
        flex-direction: column;
        row-gap: 0;
    }

    .footer-wrapper .right-block {
        margin-top: 30px;
    }

    .footer-wrapper .right-block .copyright {
        margin-top: 30px;
    }

    .footer-wrapper .contact-links {
        margin-top: 20px;
    }

    .footer-wrapper .right-block .footer-column h3 {
        font-size: 20px;
    }

    .footer-wrapper .right-block .copyright p,
    .footer-wrapper .contact-links a {
        font-size: 16px;
    }

    .footer-wrapper .right-block .footer-column a {
        font-size: 14px;
        line-height: 24px;
        height: 43px;
    }
    .footer-wrapper .right-block .footer-column a.btn {
        font-size: 14px;
    }
    .footer-wrapper .right-block .footer-column .social-links a:not(:last-child) {
        margin-right: 15px;
    }

    .footer-wrapper .right-block .footer-column img {
        width: 35px;
    }

    .footer-wrapper .right-block .footer-column .button-block img {
        width: 25px;
    }

    .footer-column-wrapper {
        gap: 0;
    }

    .footer-column-wrapper .footer-column:not(:last-child) {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .btn span {
        top: 2px;
    }

    @supports (-webkit-touch-callout: none) {

        .btn span,
        .btn-outline span {
/*             top: -2px; */
			top: 0;
        }
    }

    .header_menu {
        max-width: 300px;
        padding: 30px;
    }

    .header-main .header_row .site-branding {
        max-height: 50px;
    }

    .sidebar-footer .social-links .wrapper .left a:not(:last-child) {
        margin-right: 10px;
    }

    .header_menu ul li a {
        font-size: 14px;
    }

    .footer-wrapper .right-block .footer-column h3 {
        font-size: 18px;
    }

    .footer-wrapper .right-block .copyright p,
    .footer-wrapper .contact-links a {
        font-size: 14px;
    }

    .footer-wrapper .right-block .footer-column .button-block a:not(:last-child) {
        margin-bottom: 10px;
        margin-left: 0;
    }

    .footer-column-wrapper {
        gap: 0;
        flex-direction: column;
    }

    .footer-column-wrapper .footer-column:not(:last-child) {
        margin-bottom: 30px;
    }

    .error-404 h1 {
        font-size: 60px;
    }

    .error-404 .content_block p {
        font-size: 16px;
        margin: 10px 0 20px;
    }

    .error-404 .content_block .btn {
        font-size: 14px;
    }
}