/*CSS variable can be found in assets/css/root.css file*/
body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1250px;
    }
}

p {
    margin-bottom: 20px;
}

.p {
    font-size: 16px;
}

b, strong {
    font-weight: bold;
}

a {
    transition: .3s;
    color: rgb(var(--link-color));
    text-decoration: none;
}

a:hover {
    color: rgb(var(--link-color));
}

a:hover,
a:focus {
    outline: none;
}

img {
    border-style: none;
    max-width: 100%;
}

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

.slick-slide {
    height: inherit !important;
}

.slick-dots {
    left: 0;
    bottom: 15px;
}

.c20-slider-nav.slick-dotted {
    padding-bottom: 65px;
    margin-bottom: 0;
}

.slick-dots li {
    margin: 0;
    width: 17px;
    height: 17px;
}

.slick-dots li:not(:last-child) {
    margin-right: 15px;
}

.slick-dots li button {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 4px;
    margin: 0;
    transition: .3s;
    background-color: rgba(38, 99, 183, .5);
}


.slick-dots li button::before {
    display: none;
}

.slick-dots li.slick-active {
    /*width: 40px;*/
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li.slick-active button {
    background-color: rgba(38, 99, 183, 1);
}

.c20-sec-coupon .slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 1) !important;
}

.c20-sec-coupon .slick-dots li button {
    background-color: rgba(255, 255, 255, .5) !important;
}

.c20-slider-nav {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.c20-slider-nav .slick-prev,
.c20-slider-nav .slick-next {
    position: absolute;
    bottom: 20px;
    top: 50%;
    width: 40px;
    height: 40px;
    z-index: 1;
    transform: translateY(-90%);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(8, 13, 28, .15);
}

.c20-slider-nav .slick-prev {
    left: 0;
    background-image: url(../img/control/slick-left.png);
}

.c20-slider-nav .slick-next {
    right: 3px;
    background-image: url(../img/control/slick-right.png);
}

.c20-slider-nav .slick-prev:before,
.c20-slider-nav .slick-next:before {
    display: none;
}

.c20-page-slider.slick-slider .slick-dots li {
    width: 40px;
    height: 6px;
}

.c20-page-slider.slick-slider .slick-dots li button {
    background-color: #D9D9D9;
    border-radius: 4px;
    padding: 0;
}

.c20-page-slider.slick-slider .slick-dots li.slick-active button {
    background-color: rgb(var(--primary-color));
}

@media screen and (max-width: 1439px) {

    .c20-slider-nav .slick-prev {
        right: 93%;
    }

    .c20-slider-nav .slick-next {
        /* left: 93%; */
    }

}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    position: relative;
}

h1,
.h1 {
    line-height: 1.1;
}

.h2,
h2 {
    line-height: 1.3;
}

.h3,
h3 {
    line-height: 1.25;
}

.h4,
h4 {
    line-height: 1.3;
}

.h5,
h5 {
    line-height: 1.35;
}

.h6,
h6 {
    line-height: 1.4;
}


.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-family: var(--base-content-heading-font-family);
    font-weight: var(--base-content-heading-font-weight);
}

.entry-content h1,
.entry-content .h1 {
    line-height: 1.2;
    margin: 0 0 15px;
}

.entry-content .h2,
.entry-content h2 {
    margin: 25px 0 15px;
}

.entry-content .h3,
.entry-content h3 {
    margin: 25px 0 15px;
    line-height: 1.3;
}

.entry-content .post-thumbnail {
    margin-bottom: 30px;
}

.entry-content .post-thumbnail img {
    width: 100%;
    height: auto;
}

.entry-content a:not(.btn):not(.wp-element-button):not(.page-numbers) {
    color: rgb(var(--primary-color));
    font-weight: 600;
}
@media (max-width: 600px) {

    .entry-content ul:not(.entry-meta):not(.blocks-gallery-grid) {
        padding: 20px 20px;
    }
}


.shadow-text {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.has-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07) !important;
}

.has-border {
    border-bottom: 2px solid rgba(0, 0, 0, .22);
}


/*Color */
.bg-brand {
    background-color: rgb(var(--brand-color)) !important;
}

.bg-primary {
    background-color: rgb(var(--primary-color)) !important;
}

.bg-secondary {
    background-color: rgb(var(--secondary-color)) !important;
}

.bg-grey,
.bg-gray {
    background-color: rgb(var(--base-gray-color)) !important;
}


.bg-white,
.bg-light {
    background-color: #fff !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-dark {
    background-color: #212231 !important;
}

.text-gray>a:not(.btn),
.text-gray {
    color: rgb(var(--text-color)) !important;
}


.texts-white *,
.texts-light *,
.text-white,
.text-light,
.text-white>a:not(.btn),
.text-light>a:not(.btn) {
    color: #ffffff !important;
}


.texts-dark *,
.text-dark>a:not(.btn),
.text-dark {
    color: rgb(var(--text-color)) !important;
}

.text-black>a:not(.btn),
.text-black {
    color: #000 !important;
}

a.text-primary:hover,
a.text-primary:focus,
.text-primary {
    color: rgb(var(--primary-color)) !important;
}

a.text-brand:hover,
a.text-brand:focus,
.text-brand {
    color: rgb(var(--brand-color)) !important;
}

a.text-secondary:hover,
a.text-secondary:focus,
.text-secondary {
    color: rgb(var(--secondary-color)) !important;
}

.lh-11 {
    line-height: 1;
}

.lh-11 {
    line-height: 1.1;
}

.lh-12 {
    line-height: 1.2;
}

.lh-13 {
    line-height: 1.3;
}

.lh-14 {
    line-height: 1.4;
}

.lh-15 {
    line-height: 1.5;
}

.lh-16 {
    line-height: 1.6;
}

.lh-17 {
    line-height: 1.7;
}

.lh-18 {
    line-height: 1.8;
}

.lh-19 {
    line-height: 1.9;
}

.lh-2 {
    line-height: 2;
}

/*Text Hover state*/
a.hover-text-gray:hover,
.hover-text-gray:hover {
    color: #333 !important;
}

a.hover-text-light:hover,
.hover-text-light:hover {
    color: #ffffff !important;
}

a.hover-text-dark:hover,
.hover-text-dark:hover {
    color: rgb(var(--text-color)) !important;
}

a.hover-text-black:hover,
.hover-text-black:hover {
    color: #000 !important;
}

a.hover-text-primary:hover,
.hover-text-primary:hover {
    color: rgb(var(--primary-color)) !important;
}

a.hover-text-brand:hover,
.hover-text-brand:hover {
    color: rgb(var(--brand-color)) !important;
}

a.hover-text-secondary:hover,
s .hover-text-secondary:hover {
    color: rgb(var(--secondary-color)) !important;
}

/* Typography */

.font-primary {
    font-family: var(--primary-font) !important;
}

.font-secondary {
    font-family: var(--secondary-font) !important;
}

.font-extra {
    font-family: var(--font_3) !important;
}

/*Buttons*/

.btn {
    display: inline-block;
    position: relative;
    transition: .5s;
    text-align: center;
    white-space: nowrap;
}

.btn-link {
    display: inline-block;
    position: relative;
    font-size: 16px;
    background-color: transparent;
    padding-right: 45px;
}

.btn-link:after {
    content: "";
    width: 14px;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/blog/btn-arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    transition: .3s;
    margin-top: 3px;
}


.btn-lg {
    font-size: var(--base-btn-font-size-lg);
    padding: var(--base-btn-padding-lg);
    line-height: 1.5 !important;
}

.btn-sm {}


.btn:focus,
.btn:active,
.btn:hover {}

.btn.btn-palette-2 {}

.btn.btn-palette-2:hover,
.btn.btn-palette-2:focus {}

.btn.btn-palette-3 {}

.btn.btn-palette-3:hover,
.btn.btn-palette-3:focus {}


.wp-block-button.btn .wp-block-button__link {
    background: transparent;
    color: inherit;
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-transform: inherit;
    text-align: inherit;
}

.c20-btn-group .btn:not(:last-child) {
    margin-right: 10px;
}

.font-smooth {
    -webkit-font-smoothing: antialiased;
}

.font-italic {
    font-style: italic !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-500 {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.font-800 {
    font-weight: 800 !important;
}

.font-900 {
    font-weight: 900 !important;
}


/* Reusable Classes*/

.c20-sec {
    padding: 70px 0;
    position: relative;
}

@media screen and (max-width:1440px) {
    .c20-sec {
        padding: 55px 0;
    }
}

@media screen and (max-width: 991px) {
    .c20-sec {
        padding: 40px 0;
    }
}

.c20-sec-parallax {
    overflow: hidden;
    position: absolute !important;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 85vh !important;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(-50%);
}

.has-bg-image,
.has-image-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.has-overlay {
    position: relative;
    z-index: 1;
}

.has-overlay:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(245, 245, 245, .5);
}

.bg-parallax {
    position: absolute !important;
    top: 50%;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transform: translateY(-50%);
}

.c20-heading {
    position: relative;
    margin-bottom: 50px;
}

.c20-heading .c20-title {
    font-size: 38px;
    line-height: 1.25;
    margin: 0;
}

.c20-heading .c20-subtitle {
    margin: 15px 0 0;
}

.c20-heading .c20-title span {
    color: rgb(var(--secondary-color));
}

/*Social*/

.c20-social {
    display: flex;
    flex-direction: row;
    margin-bottom: 0;
    justify-content: center;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff;

}

.c20-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: transparent;
    text-align: center;
    transition: .3s;
}

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


.c20-social a img {
    max-width: 50%;
    margin: auto;
    color: rgb(var(--primery-color));
    transition: .3s;
}

.c20-social a:not(:hover) img {
    /*-webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);*/
    color: rgb(var(--primery-color));
}

/*List*/
.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.coupon-list) {
    padding: 0;
    margin-bottom: 25px;
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.coupon-list) li {
    position: relative;
    list-style: none;
    padding-left: 22px;
    z-index: 1;
    background-image: url(../img/arrow-right-red.png);
    background-repeat: no-repeat;
    background-position: 0 10px;
    background-size: auto;
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.coupon-list) li:not(:last-child) {
    margin-bottom: 15px;
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.coupon-list) li,
.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.coupon-list) li a {
    font-weight: 500 !important;
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.coupon-list) li a {
    color: rgb(var(--primary-color));
}

.entry-content ul:not(.entry-meta):not(.blocks-gallery-grid):not(.coupon-list) li a:hover {
    text-decoration: underline;
}

.c20-quote {
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(45, 46, 45, 0.1);
    position: relative;
    max-width: 900px;
    margin: 15px auto 25px;
    border-radius: 10px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgb(var(--primary-color));
    border-bottom: 5px solid rgb(var(--primary-color));
}

.c20-quote>div {
    font-size: 18px;
    line-height: 1.8;
    color: rgb(var(--text-color));
}

.c20-quote p:last-child {
    margin-bottom: 0;
}

.c20-quote a {
    color: #ffffff;
    font-weight: bold;
}

.c20-quote a:hover {
    text-decoration: underline;
}

/*From*/

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

:-moz-placeholder {
    color: rgba(0, 0, 0, .4);
    opacity: 1;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, .4);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

::placeholder {
    color: rgba(0, 0, 0, .4);
}


.main-sidebar ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 1);
}

.main-sidebar :-moz-placeholder {
    color: rgba(0, 0, 0, 1);
    opacity: 1;
}

.main-sidebar ::-moz-placeholder {
    color: rgba(0, 0, 0, 1);
    opacity: 1;
}

.main-sidebar :-ms-input-placeholder {
    color: rgba(0, 0, 0, 1);
}

.main-sidebar ::-ms-input-placeholder {
    color: rgba(0, 0, 0, 1);
}

.main-sidebar ::placeholder {
    color: rgba(0, 0, 0, 1);
}

.wpcf7-form .form-group:not(.form-btn) {
    margin-bottom: 25px;
}

.wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 5px;
}

.wpcf7-form label .wpcf7-form-control {
    display: block;
    width: 100%;
}

.wpcf7-form-control-wrap .wpcf7-select {
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 25px;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 40px;
}

.wpcf7-form-control.wpcf7-radio {
    background: transparent;
    border: 0;
    padding: 0
}

.wpcf7-textarea.wpcf7-form-control {
    max-height: 125px;
}

.wpcf7-form p {
    margin-bottom: 0;
}


.wpcf7 form .wpcf7-response-output {
    margin: 0px 0 20px;
}


@media screen and (max-width: 768px) {
    .wpcf7-form-control.wpcf7-submit {
        font-size: 18px;
    }

}

/* START GRAVITY FORM STYLE*/

.wpcf7-form-control-wrap select.wpcf7-form-control {
    height: initial !important;
    width: 100%;
}

.site-content .wpcf7-form-control:not(.wpcf7-submit) {
    letter-spacing: normal;
    height: auto;
    box-shadow: none;
    margin-bottom: 0;
}

.wpcf7-spinner {
    display: none;
}

.site-content .wpcf7-form-control:focus {
    border-color: var(--base-form-field-border-color-focus);
    outline: none;
}

@media screen and (max-width: 991px) {
    .c20-form {
        padding: 25px 25px 25px;
    }

}


/* Submit Button*/
.site-content .wpcf7-form-control.wpcf7-submit {
    min-height: auto !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer !important;
    margin-bottom: 0;
    width: 100%;
    transition: all .4s !important;
}

/*sidebar and widget */

.main-sidebar .widget ul:not(.c20-social) {
    padding: 20px 20px 10px;
    margin: 0;
}

.main-sidebar ul:not(.c20-social) {
    padding: 0;
    list-style: none;
}

.main-sidebar ul:not(.c20-social) li {
    padding: 5px 0;
}

.main-sidebar ul:not(.c20-social) li {
    border-top: 1px solid #ddd;
}

.main-sidebar ul:not(.c20-social) li a {
    font-size: 17px;
    font-weight: 600;
    font-family: var(--secondary-font);
    padding: 10px 10px 10px 20px;
    display: block;
    position: relative;
    z-index: 1;
    line-height: 1.625;
    transition: .4s;
}


.main-sidebar ul:not(.c20-social) li a {
    color: rgb(var(--primary-color));
}

.main-sidebar ul:not(.c20-social) li a:hover {
    color: #fff;
}

.main-sidebar ul:not(.c20-social) li a:after,
.main-sidebar ul:not(.c20-social) li a:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 0;
    transform: translateY(-50%);
    transition: .4s;
    background-color: transparent;
    z-index: -1;
}

.main-sidebar ul:not(.c20-social) li a:after {
    top: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    transform: translateY(0);
}


.main-sidebar ul:not(.c20-social) li a:after {
    background-image: url(../img/control/arrow-right-red.png);
}


.main-sidebar ul:not(.c20-social) li a:hover:before  {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: rgb(var(--primary-color));
}

/*end sidebar and widget */


@media screen and (max-width: 768px) {

    .has-custom-border {
        padding-bottom: 20px !important;
    }

    /* .has-custom-border:after {
        height: 5px !important;
    }*/

    img.alignright,
    .wp-block-image .alignright,
    img.alignleft,
    .wp-block-image .alignright,
    img.aligncenter,
    .wp-block-image .alignright {
        margin: 0 auto 15px !important;
        display: block;
        float: none !important;
    }
}

/*Home Service Area */

.service-area {
    position: relative;
    overflow: hidden;
}

.service-area .ratio::before {
    padding-top: 31%;
}

.service-area .ratio {
    min-height: 700px;
}

.floating-lists {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -195px;
}

.floating-lists .floating-list {
    background: rgb(var(--primary-color));
    padding: 25px 15px 25px;
    margin-left: 10px;
    min-width: 220px;
}

.list-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 10px;
    margin: 0 0 20px;
}

.floating-lists ul {
    padding: 0;
    height: 350px;
    overflow: auto;
    margin-bottom: 0;
}

.floating-lists ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
    padding: 10px 10px;
    background: transparent;
    transition: .3s;
}

.floating-lists ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.85;
    display: block;
    white-space: nowrap;
    padding: 0 !important;
    background: transparent;
}

.floating-lists ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.floating-lists ul li:hover {
    background-color: rgba(255, 255, 255, 0.07);
}

.floating-lists ul li a:hover,
.floating-lists ul li:hover a {
    color: #fff;
}

.floating-lists ul::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(255, 255, 255, 0.12);
}

.floating-lists ul::-webkit-scrollbar-track {
    border-radius: 0px;
}

.floating-lists ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #fff;
}

@media (max-width: 600px) {

    .floating-lists {
        right: 5px;
        flex-wrap: wrap;
        margin-top: -198px;
    }

    .floating-lists .floating-list {
        width: 300px;
        max-width: 85%;
        margin-right: auto;
        margin-left: auto;
        padding: 15px;
    }

    .floating-lists .floating-list:first-child {
        margin-bottom: 20px;
    }

    .floating-lists ul {
        height: 150px;
    }

    .floating-lists ul li {
        padding: 5px 10px;
    }

    .floating-lists ul li,
    .floating-lists ul li a {
        font-size: 14px;
    }

    .list-title {
        margin-bottom: 10px;
    }
}

/*End Service Area