.post,
.page {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/********** Font Family *******************************

   font-family: "Manrope", sans-serif;
   font-family: "Montserrat", sans-serif;
   font-family: "Rubik Doodle Shadow", system-ui;

*******************************************************/

body {
    overflow-x: hidden;
    text-decoration: none;
    box-sizing: border-box;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.4px;
    color: #111827;
    background: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 16px
}

h1,
.h1 {
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 62px;
    color: #111827;
    font-family: "Manrope", sans-serif;
}

h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span {
    color: #FF6B2C;
}

h2,
.h2 {
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
    color: #111827;
    font-family: "Manrope", sans-serif;
}

h3,
.h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 144%;
    color: #111827;
    font-family: "Manrope", sans-serif;
}

h4,
.h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 144%;
    color: #111827;
    font-family: "Manrope", sans-serif;
}

h5,
.h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 144%;
    color: #111827;
    font-family: "Manrope", sans-serif;
}

h6,
.h6 {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 144%;
    color: #111827;
    font-family: "Manrope", sans-serif;
}

p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 16px;
    color: #111827;
    opacity: 0.8;
}

li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 16px;
    color: #111827;
}

a {
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    color: #111827;
    transition: all 0.6s;
}

a:hover {
    text-decoration: none;
    color: #F67300;
}

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

section {
    margin: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
}

.section-title h2 {
    margin-bottom: 10px;
}

.section-title p {
    max-width: 680px;
    margin: 0 auto;
}

ul,
ol {
    margin-left: 0;
    margin-bottom: 0;
}

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

.sub-title {
    border-radius: 30px;
    border: 1px solid #737373;
    background: rgba(255, 255, 255, 0.12);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #FFF;
    padding: 5px 15px;
}

.subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #FF6B2C;
    margin-bottom: 20px;
    display: inline-block;
}

img {
    height: unset;
    width: unset;
    vertical-align: middle;
}

.column-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

a.btn,
.btn,
body form.frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit,
.input-field input[type="submit"] {
    padding: 11px 20px;
    border-radius: 12px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFF;
    background-color: #FF6B2C;
    border: 1px solid #FF6B2C;
    transition: all 0.6s;
    text-align: center;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    justify-content: center;
    cursor: pointer;
}

.input-field input[type="submit"] {
    padding: 11px 42px 11px 20px;
    background-image: url(../images/submit-arrow.svg);
    background-position: center right 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

a.btn:hover,
.btn:hover,
body form.frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit:hover,
.input-field input[type="submit"]:hover {
    background-color: #E95A1F;
    border: 1px solid #E95A1F;
}

a.btn svg {
    margin-left: 5px;
    transition: all 0.6s;
    vertical-align: middle;
}

a.btn.btn-blue {
    border: 1px solid #0176D3;
    background-color: #0176D3;
}

a.btn.btn-blue:hover {
    background-color: #F67300;
    border: 1px solid #F67300;
}

a.btn.btn-white-border {
    border: 1px solid #FFF;
    background-color: transparent;
}

a.btn.btn-white-border:hover {
    background-color: #FFF;
    color: #111827;
}

a.btn.btn-white-border:hover svg path {
    stroke: #111827;
}

a.btn.btn-black-border {
    border: 1px solid #111827;
    background-color: transparent;
    color: #111827;
}

a.btn.btn-black-border:hover {
    background-color: #F67300;
    border: 1px solid #F67300;
}

a.btn.btn-black-border svg path {
    stroke: #111827;
}

a.btn.btn-black-border:hover svg path {
    stroke: #111827;
}

.link-btn {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFF;
    font-family: "Montserrat", sans-serif;
    display: inline-flex;
    align-items: center;
    width: auto;
}

.link-btn svg {
    vertical-align: middle;
    margin-left: 10px;
}

.link-btn:hover svg path {
    stroke: #F67300;
}

.slick-arrow {
    position: absolute;
    height: auto;
    width: auto;
    background-color: #ffffff;
    border: 0;
    font-size: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #10100E;
    z-index: 1;
    user-select: none;
    padding: 24px 8px;
}

.slick-arrow:hover {
    background-color: #F67300;
    border: 1px solid #F67300;
}

.slick-slider .slick-track {
    display: flex;
}

.slick-slider .slick-slide {
    height: auto;
}

.slick-prev {
    background-image: url(../images/slick-left.svg);
    left: 0;
}

.slick-next {
    background-image: url(../images/slick-right.svg);
    right: 0;
}

.custom-arrow .slick-arrow {
    position: static;
    transform: unset;
}

.custom-arrow .btn {
    margin-right: 18px;
}

.custom-arrow {
    display: flex;
    align-items: center;
}

.custom-arrow .slick-arrow.next {
    margin-left: 24px;
}

.custom-arrow .slick-arrow.prev {
    margin-right: 24px;
}

.custom-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.mobile-arrow {
    display: none;
}


/* .slick-prev.slick-disabled {
    background-image: url(../images/slick-black-left.svg);
    background-color: #ffffff;
    border: 1.11px solid #ffffff;
}

.slick-next.slick-disabled {
    background-image: url(../images/slick-black-right.svg);
    background-color: #ffffff;
    border: 1.11px solid #ffffff;
} */

ul.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    width: 100%;
}

ul.slick-dots li {
    margin-bottom: 0;
    height: 10px;
    width: 10px;
    border-radius: 20px;
    background: #E9F0F5;
    margin: 0 4px;
    opacity: 1;
    list-style-type: none;
    transition: all 0.6s;
}

ul.slick-dots li button {
    font-size: 0;
    background: 0;
    border: 0;
    width: 0;
    box-shadow: unset;
}

ul.slick-dots li.slick-active {
    opacity: 1;
    outline: none;
    background-color: #F67300;
    width: 30px;
}

.custom-slick {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.custom-dots {
    position: relative
}

.custom-dots .slick-dots {
    position: static;
    justify-content: start;
    margin-top: 0;
}

.input-field .wpcf7-spinner {
    display: none;
}

.input-field label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    color: #1F2B4D;
    margin-bottom: 8px;
    display: inline-block;
    /* text-transform: capitalize; */
}

.input-field label span {
    color: #dc3232;
}

.input-field p {
    opacity: 1;
}

select {
    border-radius: 50px;
    border: 1.2px solid rgba(0, 0, 0, 0.10);
    background-color: rgba(248, 248, 248, 0.40);
    padding: 10px 50px 10px 20px;
    color: #1F2B4D;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    outline: none;
    line-height: 140%;
    appearance: none;
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 21px;
    cursor: pointer;
    overflow-y: hidden !important;
    font-family: "Poppins", sans-serif;
}

.input-field input,
.input-field select,
.input-field input,
.input-field textarea {
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 11px 20px;
    width: 100%;
    background: rgba(255, 107, 44, 0.03);
    appearance: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #111827;
    outline: none;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center left 20px;
    font-family: "Montserrat", sans-serif;
}

.input-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -20px;
}

.input-field {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.input-field textarea::placeholder {
    color: rgb(17 24 39 / 60%);
}

.input-field.full-width {
    width: 100%;
}

.input-field textarea {
    height: 112px;
    width: 100% !important;
}

.input-field input::placeholder {
    color: rgb(17 24 39 / 60%);
}

.wpcf7-acceptance .wpcf7-list-item [type="checkbox"] {
    height: 20px;
    width: 20px;
    border-radius: 0;
    border-radius: 4px;
    border: 1px solid rgba(10, 84, 74, 0.20);
    padding: 0;
    margin-right: 15px;
    appearance: auto;
    -webkit-appearance: checkbox;
    cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
}

.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    color: rgba(10, 84, 74, 0.80);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}

.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

body .input-field select {
    background-image: url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    line-height: 1;
}

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

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-weight: 600;
    padding: 10px;
}

.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    width: 33.33%;
    margin-bottom: 10px;
}

.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"] {
    border-radius: 2px;
    border-radius: 2px;
    border: 1px solid var(--Color-black, #1F2B4D);
    width: 16px;
    height: 16px;
    padding: 0;
    margin-right: 10px;
    appearance: auto;
    cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.wpcf7-checkbox .wpcf7-list-item label span {
    color: #1F2B4D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    font-family: "Poppins", sans-serif;
}

.form-headding {
    margin-bottom: 40px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    font-size: 16px;
    line-height: 20px;
}

.form.wpcf7-form.submitting .input-field input[type="submit"] {
    pointer-events: none;
}

.btn-div {
    display: flex;
    align-items: center;
}

.btn-div a:not(:last-child) {
    margin-right: 15px;
}

body .mfp-close-btn-in .mfp-close {
    color: #F67300;
    border-radius: 40px;
    background: #FFF;
    opacity: 1;
    font-size: 34px;
    top: -10px;
    width: 40px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

body .mfp-container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    right: 0;
}

.mfp-content {
    padding: 50px 0;
}

.author-info-top .author-img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}

.author-info-top .author-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.author-info-top .author-content {
    margin-bottom: 40px;
}

.author-info-top .author-content h1 {
    margin-bottom: 20px;
}

.blog-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.blog-pagination .pagination-link {
    height: 40px;
    width: 40px;
    background: rgba(1, 118, 211, 0.08);
    border-radius: 10px;
    color: #0176D3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.blog-pagination .pagination-link:hover,
.blog-pagination .pagination-link.active {
    background-color: #0176D3;
    color: #ffffff;
}

a.pagination-link.next,
a.pagination-link.prev {
    background-color: transparent !important;
}

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

.error-404 .content_block h1.page-title {
    font-size: 160px;
    line-height: 1;
    margin: 0;
    text-shadow: 1px 1px 1px #0176D3, 2px 2px 1px #0176D3, 3px 3px 1px #0176D3, 4px 4px 1px #0176D3, 5px 5px 1px #0176D3, 6px 6px 1px #0176D3, 7px 7px 1px #0176D3, 8px 8px 1px #0176D3, 25px 25px 8px rgba(0, 0, 0, 0.2);
    color: #FF6B2C;
}

.error-404.not-found {
    padding: 80px 0;
    margin: 0;
}


/***********************************************
                    Header Css
***********************************************/

.social-link {
    display: flex;
    flex-wrap: wrap;
}

.social-link a:not(:last-child) {
    margin-right: 10px;
}

.social-link a img {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.social-link a {
    line-height: 1;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.10);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-link a:hover {
    background: #FF6B2C;
}

.social-link a:hover svg path {
    fill: #FF6B2C;
}

.user-info a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.80);
    display: flex;
    align-items: center;
}

.user-info a:hover {
    color: #F67300;
}

.location a:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #F67300;
}

.user-info a:not(:last-child) {
    margin-bottom: 15px;
}

.user-info a .icon {
    border-radius: 10px;
    background: rgba(255, 107, 44, 0.10);
    backdrop-filter: blur(2px);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.user-info a img {
    width: 18px;
    height: 18px;
    object-fit: cover;
}

.site {
    position: relative;
}

.site-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 107, 44, 0.10);
}

.site-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slideDown 0.6s ease-out;
    background: #ffff;
    z-index: 3;
    border-bottom: 1px solid rgba(255, 107, 44, 0.10);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.site-header.is-sticky .sticky-header {
    width: 100%;
}

.admin-bar .site-header.is-sticky {
    top: 32px
}

.site-header.is-sticky .header-top {
    display: none;
}

.site-header.is-sticky .sticky-header-main {
    padding: 15px 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%)
    }
    to {
        transform: translateY(0)
    }
}

.sticky-header-main {
    padding: 40px 0;
    background: #212240;
}

.sticky-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu .menu li {
    display: inline-block;
    list-style-type: none;
    position: relative;
    line-height: 1;
    margin-bottom: 0;
}

.main-menu .menu li a {
    font-size: 14px;
    text-transform: uppercase;
}

.main-menu .menu li a:hover {
    color: #FF6B2C;
}

.main-menu .menu li:not(:last-child) {
    margin-right: 20px;
}

.main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-menu .btn {
    margin-left: 40px;
}

.main-menu .btn:hover {
    color: #ffffff;
}

.menu-toggler {
    height: 30px;
    width: 30px;
    flex-shrink: 0;
    margin-left: 30px;
    padding: 3px;
    display: none;
}

.menu-toggler svg {
    vertical-align: bottom;
    text-align: center;
    margin: auto;
    align-items: center;
    justify-content: center;
    justify-items: center;
    height: 100%;
    width: 100%;
}


/***********************************************
                    Footer  Css
***********************************************/

.ready-to-build-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 100px 0 60px;
    position: relative;
}

.ready-to-build-section:after {
    content: "";
    display: block;
    background-image: url(../images/footer-mask.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    height: 20%;
    width: 100%;
    background-position: top;
    top: 0;
    z-index: 1;
}

.ready-to-build-section:before {
    content: "";
    display: block;
    background-image: url(../images/footer-overlay-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 2px;
    z-index: -2;
    left: 0;
    right: 0;
    bottom: 0;
}

.ready-to-build-section .content-box {
    text-align: center;
}

.ready-to-build-section .content-box h2 {
    color: #ffffff;
    margin-bottom: 10px;
}

.ready-to-build-section .content-box p {
    color: rgba(255, 255, 255, 0.80);
}

.ready-to-build-section .content-box .btn-div {
    justify-content: center;
    margin-top: 40px;
}

.ready-to-build-section .btn.btn-white-border svg {
    margin-left: 0;
    margin-right: 5px;
}

.site-footer {
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-nav {
    padding: 70px 0 62px;
}

.footer-nav .column-left {
    width: 30.5%;
}

.footer-nav .column-right {
    width: 64.25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-col .footer-logo {
    margin-bottom: 24px;
}

.footer-decription {
    display: block;
    color: rgba(255, 255, 255, 0.80);
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.8;
    font-size: 15px;
}

.footer-col .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFF;
    margin-bottom: 24px;
    display: inline-block;
}

.footer-link .menu li {
    list-style-type: none;
}

.footer-link .menu li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.80);
    position: relative;
    padding-left: 15px;
    background-image: url(../images/menu-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center left;
}

.footer-link .menu li a:hover,
.footer-link .menu li.current-menu-item a {
    color: #FF6B2C;
    background-image: url(../images/menu-right-arrow-orange.svg);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}

.footer-bottom span {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    color: rgba(255, 255, 255, 0.80);
    opacity: 0.8;
}

.footer-bottom-link {
    display: flex;
    align-items: center;
}

.footer-bottom-link a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.80);
    position: relative;
}

.footer-bottom-link a:not(:last-child):before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.40);
    border-radius: 50%;
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-bottom-link a:hover {
    color: #FF6B2C;
}

.footer-bottom-link a:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
}


/***********************************************
                    Responsive  Css
***********************************************/

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

@media only screen and (min-width:768px) {
    .container {
        max-width: 720px;
    }
    .ready-to-build-section .container {
        max-width: 720px;
    }
    body .mfp-container {
        max-width: 720px;
    }
}

@media only screen and (min-width:992px) {
    .container {
        max-width: 960px;
    }
    body .mfp-container {
        max-width: 960px;
    }
    .sidebar-header {
        display: none;
    }
    .main-menu .user-info {
        display: none;
    }
    .mobile-number {
        display: none;
    }
    .menu-item-has-children>a {
        padding-right: 20px;
        position: relative;
    }
    .menu-item-has-children:hover .arrow {
        filter: unset;
        transform: translateY(-50%) rotate(-180deg);
    }
    .menu-item-has-children .arrow {
        width: 12px;
        background-image: url(../images/menu-down-arrow.svg);
        background-repeat: no-repeat;
        background-size: 12px;
        height: 7px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.6s;
    }
    .sub-menu {
        background: #FF6B2C;
        position: absolute;
        top: 100%;
        width: 230px;
        left: 0;
        margin: 0;
        padding: 7px;
        border-radius: 4px;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s;
    }
    .main-menu .menu li>.sub-menu li {
        display: block;
        margin-right: 0;
        margin-bottom: 3px;
    }
    .menu>li:hover .sub-menu {
        visibility: visible;
        overflow: visible;
        opacity: 1;
    }
    .sub-menu li a {
        display: block;
        padding: 5px 10px 5px;
        margin: 0;
        border-radius: 4px;
        font-size: 14px;
        line-height: 24px;
    }
    .current_page_item>a,
    .current-menu-parent>a {
        color: #FF6B2C;
    }
    .current_page_item>.arrow,
    .main-menu .menu li:hover .arrow,
    .current-menu-parent .arrow,
    .current-menu-parent .sub-menu li.current_page_item a {
        background-image: url(../images/menu-down-active.svg);
    }
    .main-menu .menu li .sub-menu li a:hover,
    .current-menu-parent .sub-menu li.current_page_item a {
        background: #0176D3;
        color: #fff;
    }
    .header-menu .header-cta {
        display: none;
    }
}

@media only screen and (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
    /* .main-menu .menu li a {
        transition: unset;
    } */
}

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

@media only screen and (min-width:1512px) {}

@media only screen and (max-width:1399px) {
    /***********************************************
                        Header Css
    ***********************************************/
    .has-hero-banner .main-menu .menu li:not(:last-child) {
        margin-right: 15px;
    }
    .header-cta {
        margin-left: 30px;
    }
    /***********************************************
                        Footer Css
    ***********************************************/
    .footer-nav .column-left {
        width: 27%;
    }
    .footer-nav .column-right {
        width: 69%;
    }
}

@media only screen and (max-width:1199px) {
    h1,
    .h1 {
        font-size: 32px;
        line-height: normal;
    }
    h2,
    .h2 {
        font-size: 30px;
        line-height: normal;
    }
    h3,
    .h3 {
        font-size: 24px;
        line-height: 28.6px;
    }
    h4,
    .h4 {
        font-size: 18px;
        line-height: normal;
    }
    h5,
    .h5 {
        font-size: 16px;
        line-height: normal;
    }
    h6,
    .h6 {
        font-size: 14px;
        line-height: normal;
    }
    .big-text span {
        font-size: 96px;
    }
    .content-with-cta .btn-div {
        margin-left: 15px;
    }
    /**********************************************
                        Header Css
    ***********************************************/
    .has-hero-banner .main-menu .btn {
        margin-left: 15px;
    }
    .has-hero-banner .main-menu .menu li a {
        font-size: 14px;
    }
    /***********************************************
                        Footer Css
    ***********************************************/
    .footer-nav .column-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-nav .column-right {
        width: 100%;
        display: block;
    }
    .column-right .footer-col:not(:last-child) {
        margin-bottom: 40px;
    }
    .ready-to-build-section {
        padding: 80px 0 60px;
    }
}

@media only screen and (max-width:991px) {
    section {
        margin: 60px 0;
    }
    .content-with-cta {
        display: block;
    }
    .content-with-cta .btn-div {
        margin-left: 0;
        margin-top: 20px;
    }
    .error-404 .content_block h1.page-title {
        font-size: 100px;
        line-height: 120px;
    }
    /***********************************************
                        Header Css
    ***********************************************/
    .topbar {
        justify-content: center;
    }
    .topbar .user-info {
        display: none;
    }
    .menu-toggler {
        display: block;
    }
    .header-menu {
        position: fixed;
        background: #ffffff;
        top: 0;
        height: 100vh;
        z-index: 3;
        left: 0;
        max-width: 394px;
        width: 100%;
        overflow: auto;
        transform: translateX(-100%);
        transition: all 0.6s;
        display: block;
    }
    body.menu-open {
        overflow: hidden;
    }
    body.menu-open .header-menu {
        transform: translateX(0)
    }
    .main-menu .menu li {
        display: block;
    }
    .main-menu .menu li a {
        font-size: 20px;
        line-height: 28px;
    }
    .has-hero-banner .main-menu .menu li a {
        font-size: 28px;
    }
    .main-menu .menu li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .has-hero-banner .main-menu .menu li:not(:last-child) {
        margin-right: 0;
    }
    .main-menu .menu li .sub-menu {
        margin-top: 15px;
        margin-left: 15px;
        display: none;
    }
    .main-menu .menu li .sub-menu li a {
        font-size: 18px;
        line-height: 24px;
    }
    .main-menu {
        padding: 40px 20px;
    }
    .sidebar .social-link a {
        height: 44px;
        width: 44px;
    }
    .menu-item-has-children .arrow {
        width: 30px;
        background-image: url(../images/pluse.svg);
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        transform: unset;
        background-repeat: no-repeat;
        background-position: center;
    }
    .menu-item-has-children .arrow.active {
        transform: rotate(45deg);
    }
    .sidebar {
        height: 100%;
    }
    .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding: 20px;
        border-bottom: 1px solid #111827;
    }
    ul .wpml-ls-menu-item a {
        display: inline-block;
    }
    body.menu-open .sidebar-overlay {
        opacity: 1;
        visibility: visible;
        width: 100vw;
    }
    .sidebar-overlay {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 0;
        height: 100vh;
        display: inline-block;
        background-color: rgb(12 13 14 / 50%);
        z-index: 2;
        transition: all 0.8s;
    }
    .has-hero-banner .main-menu .btn {
        margin-left: 0;
    }
    .main-menu .btn {
        margin-left: 0;
        margin-top: 40px;
    }
    .main-menu {
        padding: 20px;
        display: block;
        height: calc(100% - 170px);
        flex-direction: column;
        justify-content: space-between;
        align-items: self-start;
        overflow: auto;
    }
    .main-menu .user-info a {
        color: #ffffff;
        font-weight: 450;
    }
    .main-menu .user-info a img,
    .main-menu .user-info a svg {
        width: 20px;
        height: 20px;
        object-fit: contain;
        margin-right: 10px;
        font-weight: 450;
        vertical-align: middle;
    }
    .main-menu .user-info a:not(:last-child) {
        margin-bottom: 20px;
    }
    .main-menu .user-info {
        border-top: 1px solid rgba(255, 255, 255, 0.50);
        padding-top: 30px;
        margin-top: 30px;
    }
    .main-menu .menu li.current_page_item a {
        color: #FF6B2C;
        border-bottom: 2px solid #FF6B2C;
    }
    .main-menu .user-info a svg path {
        fill: #FF6B2C;
        stroke: #FF6B2C;
    }
    .header-cta {
        display: none;
    }
    /***********************************************
                        Footer Css
    ***********************************************/
    .footer-bottom {
        display: block;
        text-align: center;
        padding: 20px 0;
    }
    .footer-bottom-link {
        justify-content: center;
        margin-top: 10px;
    }
    .footer-nav {
        padding: 60px 0 60px;
    }
    .ready-to-build-section {
        padding: 60px 0 60px;
    }
}

@media only screen and (max-width:782px) {
    .admin-bar .header-menu {
        top: 46px;
    }
}

@media only screen and (max-width:600px) {
    .admin-bar .site-header.is-sticky {
        top: 0;
    }
    .admin-bar .is-sticky .header-menu {
        top: 0;
    }
}

@media only screen and (max-width:767px) {
    section {
        margin: 40px 0;
    }
    .title-section {
        text-align: left;
    }
    .input-field {
        width: 100%;
    }
    .btn-div {
        display: block;
    }
    .btn-div a:not(:last-child) {
        margin-bottom: 15px;
    }
    .sub-title {
        font-size: 13px;
        line-height: 20px;
    }
    .custom-nav-wrap {
        display: block;
    }
    .custom-nav-wrap ul.slick-dots {
        justify-content: center;
    }
    .custom-nav-wrap .custom-arrow {
        justify-content: center;
    }
    /***********************************************
                    Header  Css
    ***********************************************/
    .top-bar-row {
        display: block;
        text-align: center;
    }
    .top-bar a {
        font-size: 13px;
        line-height: 14px;
    }
    .top-bar-row>div {
        line-height: normal;
    }
    /***********************************************
                    Footer  Css
    ***********************************************/
    .ready-to-build-section:after {
        height: 60px;
    }
    .footer-nav {
        padding: 40px 0 40px;
    }
}

@media only screen and (max-width:424px) {
    .sub-title {
        font-size: 12px;
    }
}

@media only screen and (max-width:374px) {
    .sub-title {
        font-size: 10px;
    }
    a.btn,
    .btn,
    body form.frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit,
    .input-field input[type="submit"] {
        padding: 10px 15px;
    }
    .location a,
    .user-info a {
        font-size: 16px;
    }
    body form.frm-fluent-form .ff_submit_btn_wrapper .ff-btn-submit {
        width: 100%;
        font-size: 16px;
    }
}