/* Responsive Variables */
/* Responsive Variables */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&family=Shadows+Into+Light&family=Teko:wght@300;400;500;600;700&display=swap");
/*============** Common **============*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&family=Shadows+Into+Light&family=Teko:wght@300;400;500;600;700&display=swap");

body {
    font-family: questrial !important;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 26px;
}

:root {
    --animate-delay: 0.5s;
    --primary: rgb(0, 0, 0);
    --secondary: rgb(61, 61, 61);
}

.my-element {
    --animate-duration: 0.5s;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    height: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: white;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    height: 100px;
}
.text--primary {
    color: var(--primary);
}
.img,
img {
    max-width: 100%;
    /*-webkit-transition: all 0.3s ease-out 0s;*/
    /*-moz-transition: all 0.3s ease-out 0s;*/
    /*-ms-transition: all 0.3s ease-out 0s;*/
    /*-o-transition: all 0.3s ease-out 0s;*/
    /*transition: all 0.3s ease-out 0s;*/
}

a {
    text-decoration: none;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: var(--primary);
    text-decoration: none;
}

a,
button {
    color: inherit;
    outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: questrial !important;
    font-weight: normal;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    text-transform: normal;
    color: #001d23;
}

h4 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-family: "questrial", sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 26px;
    color: #727272;
    margin-bottom: 0;
}

hr {
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

span {
    color: #707070;
}

*::-moz-selection {
    text-shadow: none;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
    color: white;
    background: var(--primary);
}

/*============** Site Button **============*/
.theme_btn {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    background-color: var(--primary);
    color: #fff;
    padding: 14px 15px 14px 25px;
    display: inline-block;
    border: 0;
    border: 1px solid transparent;
    width: 100%;
}

.theme_btn span {
    margin-left: 5px;
    display: inline-block;
    position: relative;
}

.theme_btn span i {
    color: #fff;
    font-size: 20px;
}

.theme_btn:hover i {
    color: var(--primary);
}

.theme_btn:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.theme_btn:hover span svg:first-child,
.theme_btn:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}

.theme_btn:hover span svg:last-child,
.theme_btn:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}

.theme_btn span svg,
.theme_btn span i {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1),
        opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.theme_btn span svg:first-child,
.theme_btn span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}

.theme_btn span svg:last-child,
.theme_btn span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}

.theme_btn_sm {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    background-color: var(--primary);
    color: #fff;
    padding: 12px 12px 10px 10px;
    display: inline-block;
    border: 0;
    border: 1px solid transparent;
}
.theme_btn_sm span {
    margin-left: 5px;
    display: inline-block;
    position: relative;
}

.theme_btn_sm span i {
    color: #fff;
    font-size: 20px;
}

.theme_btn_sm:hover i {
    color: var(--primary);
}

.theme_btn_sm:hover {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.theme_btn_sm:hover span svg:first-child,
.theme_btn_sm:hover span i:first-child {
    opacity: 1;
    transform: translateZ(0);
}

.theme_btn_sm:hover span svg:last-child,
.theme_btn_sm:hover span i:last-child {
    opacity: 0;
    transform: translateX(30px) translateY(0);
}

.theme_btn_sm span svg,
.theme_btn_sm span i {
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1),
        opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.theme_btn_sm span svg:first-child,
.theme_btn_sm span i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transform: translateX(-20px) translateY(0);
}

.theme_btn_sm span svg:last-child,
.theme_btn_sm span i:last-child {
    opacity: 1;
    display: block;
    transform: translateY(0) translateY(0);
}

@media (max-width: 767px) {
    .theme_btn {
        font-size: 14px;
        padding: 15px 29px;
    }
}

.theme_btn_hover {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.theme_btn_hover b {
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: yellow;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -1;
}

.theme_btn_hover:hover b {
    width: 500px;
    height: 500px;
    display: inline-block;
}

.theme_btn_hover.alt-color b {
    background-color: #fff;
}

/*============** Slick Arrow **============*/
.service_active .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    font-size: 40px;
    font-weight: 700;
    z-index: 2;
    border: none;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    line-height: 60px;
    background-color: #fff;
}

.service_active .slick-arrow:hover {
    font-size: 55px;
}

.service_active .slick-next {
    left: auto;
    right: -65px;
}

@media (max-width: 1500px) {
    .service_active .slick-next {
        right: -15px;
    }
}

.service_active .slick-prev {
    left: -65px;
}

@media (max-width: 1500px) {
    .service_active .slick-prev {
        left: -15px;
    }
}

.service_active .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.service_active .single_slider {
    padding: 15px;
}

/*============** Mfp Close icon **============*/
.mfp-iframe-holder .mfp-close {
    top: -60px;
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 47px;
    background: var(--primary);
    border-radius: 6px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    padding-right: 0px;
    opacity: 1;
}

/*============** Common Classes **============*/
.fix {
    overflow: hidden;
}

.header-transparent {
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
}

.clear {
    clear: both;
}

.white_color {
    color: #fff;
}

.white_bg {
    background-color: #fff;
}

.bg_color {
    background-color: var(--primary);
}

.position-relative {
    position: relative;
}

/*======== Bage class ========*/
.badge_success .bt-content {
    background: #28a745;
    color: #fff;
    padding: 0 5px;
    border-radius: 2px;
}

.badge_danger .bt-content {
    background: #dc3545;
    color: #fff;
    padding: 0 5px;
    border-radius: 2px;
}

.badge_waring .bt-content {
    background: #ffc107;
    color: #fff;
    padding: 0 5px;
    border-radius: 2px;
}

.badge {
    font-size: 0.75rem !important;
    font-weight: 300;
}

.badge--pending,
.badge--warning,
.badge--success,
.badge--primary,
.badge--danger,
.badge--dark {
    border-radius: 3px;
    padding: 6px 15px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
span.badge.badge--warning {
    background-color: rgba(255, 159, 67, 0.1);
    color: #8f5e30;
}

span.badge.badge--success {
    background-color: rgba(40, 199, 111, 0.1);
    color: #138d49;
}

.badge--danger {
    background-color: rgb(234 84 85 / 16%);
    color: #811718;
}

.badge--primary {
    background-color: rgba(115, 103, 240, 0.1);
    color: var(--primary);
}

.badge--dark {
    background-color: rgba(0, 0, 0, 0.1);
    color: #000000;
}

/*============** Input Placeholder **============*/
input[type="radio"]:after {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #ffffff;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #7b26be;
}

input[type="radio"]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: 2px;
    position: relative;
    background-color: #7b26be;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
}

.section_title.style_2 h5 {
    font-size: 22px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Shadows Into Light", cursive;
    letter-spacing: 4px;
    position: relative;
}

.section_title {
    margin-bottom: 10px;
}

.section_title h5 {
    font-size: 22px;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: "Shadows Into Light", cursive;
    letter-spacing: 4px;
    position: relative;
}

.section_title h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.section_title h4 {
    font-size: 20px;
}

.section_title p {
    font-size: 16px;
}

.section_title.white_color h5 {
    color: #fff;
}

.section_title.white_color h5:before {
    background: #fff;
}

.section_title.white_color h3 {
    color: #fff;
}

.section_title.white_color p {
    color: #fff;
}

.section_title.style_2 p {
    font-size: 17px;
    padding-right: 30px;
}

.single_slider {
    padding: 15px;
    margin-left: 5px;
}

/*============** Sticky Header **============*/
.sticky {
    position: fixed !important;
    left: 0;
    top: 0;
    margin: auto;
    width: 100%;
    animation: smooth_sticky 1.3s;
    z-index: 11;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(11, 0, 59, 0.15);
}

/*==== Animation Sticky ==== */
@-webkit-keyframes smooth_sticky {
    0% {
        top: -280px;
    }

    100% {
        top: 0px;
    }
}

@keyframes smooth_sticky {
    0% {
        top: -280px;
    }

    100% {
        top: 0px;
    }
}

/*============** Custom Check Box **============*/
.single_check {
    position: relative;
    padding: 1px 0 1px 30px;
    text-align: left;
}

.single_check label {
    cursor: pointer;
}

.single_check label:before,
.single_check label:after {
    content: "";
    position: absolute;
    top: 50%;
}

.single_check label:before {
    left: 0;
    width: 14px;
    height: 14px;
    margin: -6px 0 0;
    background: #f7f7f7;
    box-shadow: 0 0 1px grey;
}

.single_check label:after {
    left: 3px;
    width: 10px;
    height: 10px;
    margin: -4px -1px 0;
    opacity: 0;
    background: var(--primary);
    transform: translate3d(-40px, 0, 0) scale(0.5);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.single_check a {
    color: var(--primary);
}

.single_check input[type="radio"],
.single_check input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
}

.single_check input[type="radio"]:checked + label:after,
.single_check input[type="checkbox"]:checked + label:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/*============** Scroll Top CSS **============*/
.scroll-up {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(47, 202, 45, 0.1019607843);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 50px;
    width: 50px;
    transition: all 200ms linear;
    background-color: #fff;
}

.scroll-up i {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 48px;
    color: var(--primary);
    font-size: 40px;
}

.scroll-up.active-scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-up svg path {
    fill: none;
}

.scroll-up svg.scroll-circle path {
    stroke: var(--primary);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

.scroll-up .scroll-one {
    box-shadow: inset 0 0 0 2px rgba(31, 113, 212, 0.3882352941);
}

.scroll-up .scroll-one::after {
    color: royalblue-1;
}

.scroll-up .scroll-one svg.scroll-circle path {
    stroke: royalblue-1;
}

/*==== Preloding ====*/
#loading {
    background-color: #3c3c3c;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    margin-top: -40px;
    margin-left: -40px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;
}

html {
    height: 100%;
}

.loader {
    position: relative;
    width: 75px;
    height: 100px;
}

.loader__bar {
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 50%;
    background: #fff;
    transform-origin: center bottom;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.loader__bar:nth-child(1) {
    left: 0px;
    transform: scale(1, 0.2);
    animation: barUp1 4s infinite;
}

.loader__bar:nth-child(2) {
    left: 15px;
    transform: scale(1, 0.4);
    animation: barUp2 4s infinite;
}

.loader__bar:nth-child(3) {
    left: 30px;
    transform: scale(1, 0.6);
    animation: barUp3 4s infinite;
}

.loader__bar:nth-child(4) {
    left: 45px;
    transform: scale(1, 0.8);
    animation: barUp4 4s infinite;
}

.loader__bar:nth-child(5) {
    left: 60px;
    transform: scale(1, 1);
    animation: barUp5 4s infinite;
}

.loader__ball {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    animation: ball 4s infinite;
}

@keyframes ball {
    0% {
        transform: translate(0, 0);
    }

    5% {
        transform: translate(8px, -14px);
    }

    10% {
        transform: translate(15px, -10px);
    }

    17% {
        transform: translate(23px, -24px);
    }

    20% {
        transform: translate(30px, -20px);
    }

    27% {
        transform: translate(38px, -34px);
    }

    30% {
        transform: translate(45px, -30px);
    }

    37% {
        transform: translate(53px, -44px);
    }

    40% {
        transform: translate(60px, -40px);
    }

    50% {
        transform: translate(60px, 0);
    }

    57% {
        transform: translate(53px, -14px);
    }

    60% {
        transform: translate(45px, -10px);
    }

    67% {
        transform: translate(37px, -24px);
    }

    70% {
        transform: translate(30px, -20px);
    }

    77% {
        transform: translate(22px, -34px);
    }

    80% {
        transform: translate(15px, -30px);
    }

    87% {
        transform: translate(7px, -44px);
    }

    90% {
        transform: translate(0, -40px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes barUp1 {
    0% {
        transform: scale(1, 0.2);
    }

    40% {
        transform: scale(1, 0.2);
    }

    50% {
        transform: scale(1, 1);
    }

    90% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 0.2);
    }
}

@keyframes barUp2 {
    0% {
        transform: scale(1, 0.4);
    }

    40% {
        transform: scale(1, 0.4);
    }

    50% {
        transform: scale(1, 0.8);
    }

    90% {
        transform: scale(1, 0.8);
    }

    100% {
        transform: scale(1, 0.4);
    }
}

@keyframes barUp3 {
    0% {
        transform: scale(1, 0.6);
    }

    100% {
        transform: scale(1, 0.6);
    }
}

@keyframes barUp4 {
    0% {
        transform: scale(1, 0.8);
    }

    40% {
        transform: scale(1, 0.8);
    }

    50% {
        transform: scale(1, 0.4);
    }

    90% {
        transform: scale(1, 0.4);
    }

    100% {
        transform: scale(1, 0.8);
    }
}

@keyframes barUp5 {
    0% {
        transform: scale(1, 1);
    }

    40% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 0.2);
    }

    90% {
        transform: scale(1, 0.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

/*============** Padding Margin **============*/
.pt-5 {
    padding-top: 5px;
}

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

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

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

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

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

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

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

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

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

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

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

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

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

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

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

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

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

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

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

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-35 {
    margin-right: 35px;
}

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

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

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

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

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

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.ml-45 {
    margin-left: 45px;
}

.mr-45 {
    margin-right: 45px;
}

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

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

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

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

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

.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}

.ml-55 {
    margin-left: 55px;
}

.mr-55 {
    margin-right: 55px;
}

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

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

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}

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

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

.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.ml-65 {
    margin-left: 65px;
}

.mr-65 {
    margin-right: 65px;
}

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

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

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

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

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

.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}

.ml-75 {
    margin-left: 75px;
}

.mr-75 {
    margin-right: 75px;
}

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

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

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-80 {
    margin-right: 80px;
}

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

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

.mt-85 {
    margin-top: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}

.ml-85 {
    margin-left: 85px;
}

.mr-85 {
    margin-right: 85px;
}

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

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

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.ml-90 {
    margin-left: 90px;
}

.mr-90 {
    margin-right: 90px;
}

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

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

.mt-95 {
    margin-top: 95px;
}

.mb-95 {
    margin-bottom: 95px;
}

.ml-95 {
    margin-left: 95px;
}

.mr-95 {
    margin-right: 95px;
}

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

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

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

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

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

.mt-105 {
    margin-top: 105px;
}

.mb-105 {
    margin-bottom: 105px;
}

.ml-105 {
    margin-left: 105px;
}

.mr-105 {
    margin-right: 105px;
}

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

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

.mt-110 {
    margin-top: 110px;
}

.mb-110 {
    margin-bottom: 110px;
}

.ml-110 {
    margin-left: 110px;
}

.mr-110 {
    margin-right: 110px;
}

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

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

.mt-115 {
    margin-top: 115px;
}

.mb-115 {
    margin-bottom: 115px;
}

.ml-115 {
    margin-left: 115px;
}

.mr-115 {
    margin-right: 115px;
}

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

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

.mt-120 {
    margin-top: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.ml-120 {
    margin-left: 120px;
}

.mr-120 {
    margin-right: 120px;
}

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

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

.mt-125 {
    margin-top: 125px;
}

.mb-125 {
    margin-bottom: 125px;
}

.ml-125 {
    margin-left: 125px;
}

.mr-125 {
    margin-right: 125px;
}

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

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

.mt-130 {
    margin-top: 130px;
}

.mb-130 {
    margin-bottom: 130px;
}

.ml-130 {
    margin-left: 130px;
}

.mr-130 {
    margin-right: 130px;
}

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

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

.mt-135 {
    margin-top: 135px;
}

.mb-135 {
    margin-bottom: 135px;
}

.ml-135 {
    margin-left: 135px;
}

.mr-135 {
    margin-right: 135px;
}

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

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

.mt-140 {
    margin-top: 140px;
}

.mb-140 {
    margin-bottom: 140px;
}

.ml-140 {
    margin-left: 140px;
}

.mr-140 {
    margin-right: 140px;
}

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

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

.mt-145 {
    margin-top: 145px;
}

.mb-145 {
    margin-bottom: 145px;
}

.ml-145 {
    margin-left: 145px;
}

.mr-145 {
    margin-right: 145px;
}

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

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

.mt-150 {
    margin-top: 150px;
}

.mb-150 {
    margin-bottom: 150px;
}

.ml-150 {
    margin-left: 150px;
}

.mr-150 {
    margin-right: 150px;
}

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

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

.mt-155 {
    margin-top: 155px;
}

.mb-155 {
    margin-bottom: 155px;
}

.ml-155 {
    margin-left: 155px;
}

.mr-155 {
    margin-right: 155px;
}

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

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

.mt-160 {
    margin-top: 160px;
}

.mb-160 {
    margin-bottom: 160px;
}

.ml-160 {
    margin-left: 160px;
}

.mr-160 {
    margin-right: 160px;
}

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

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

.mt-165 {
    margin-top: 165px;
}

.mb-165 {
    margin-bottom: 165px;
}

.ml-165 {
    margin-left: 165px;
}

.mr-165 {
    margin-right: 165px;
}

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

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

.mt-170 {
    margin-top: 170px;
}

.mb-170 {
    margin-bottom: 170px;
}

.ml-170 {
    margin-left: 170px;
}

.mr-170 {
    margin-right: 170px;
}

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

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

.mt-175 {
    margin-top: 175px;
}

.mb-175 {
    margin-bottom: 175px;
}

.ml-175 {
    margin-left: 175px;
}

.mr-175 {
    margin-right: 175px;
}

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

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

.mt-180 {
    margin-top: 180px;
}

.mb-180 {
    margin-bottom: 180px;
}

.ml-180 {
    margin-left: 180px;
}

.mr-180 {
    margin-right: 180px;
}

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

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

.mt-185 {
    margin-top: 185px;
}

.mb-185 {
    margin-bottom: 185px;
}

.ml-185 {
    margin-left: 185px;
}

.mr-185 {
    margin-right: 185px;
}

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

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

.mt-190 {
    margin-top: 190px;
}

.mb-190 {
    margin-bottom: 190px;
}

.ml-190 {
    margin-left: 190px;
}

.mr-190 {
    margin-right: 190px;
}

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

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

.mt-195 {
    margin-top: 195px;
}

.mb-195 {
    margin-bottom: 195px;
}

.ml-195 {
    margin-left: 195px;
}

.mr-195 {
    margin-right: 195px;
}

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

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

.mt-200 {
    margin-top: 200px;
}

.mb-200 {
    margin-bottom: 200px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-200 {
    margin-right: 200px;
}

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

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

.mt-205 {
    margin-top: 205px;
}

.mb-205 {
    margin-bottom: 205px;
}

.ml-205 {
    margin-left: 205px;
}

.mr-205 {
    margin-right: 205px;
}

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

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

.mt-210 {
    margin-top: 210px;
}

.mb-210 {
    margin-bottom: 210px;
}

.ml-210 {
    margin-left: 210px;
}

.mr-210 {
    margin-right: 210px;
}

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

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

.mt-215 {
    margin-top: 215px;
}

.mb-215 {
    margin-bottom: 215px;
}

.ml-215 {
    margin-left: 215px;
}

.mr-215 {
    margin-right: 215px;
}

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

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

.mt-220 {
    margin-top: 220px;
}

.mb-220 {
    margin-bottom: 220px;
}

.ml-220 {
    margin-left: 220px;
}

.mr-220 {
    margin-right: 220px;
}

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

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

.mt-225 {
    margin-top: 225px;
}

.mb-225 {
    margin-bottom: 225px;
}

.ml-225 {
    margin-left: 225px;
}

.mr-225 {
    margin-right: 225px;
}

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

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

.mt-230 {
    margin-top: 230px;
}

.mb-230 {
    margin-bottom: 230px;
}

.ml-230 {
    margin-left: 230px;
}

.mr-230 {
    margin-right: 230px;
}

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

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

.mt-235 {
    margin-top: 235px;
}

.mb-235 {
    margin-bottom: 235px;
}

.ml-235 {
    margin-left: 235px;
}

.mr-235 {
    margin-right: 235px;
}

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

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

.mt-240 {
    margin-top: 240px;
}

.mb-240 {
    margin-bottom: 240px;
}

.ml-240 {
    margin-left: 240px;
}

.mr-240 {
    margin-right: 240px;
}

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

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

.mt-245 {
    margin-top: 245px;
}

.mb-245 {
    margin-bottom: 245px;
}

.ml-245 {
    margin-left: 245px;
}

.mr-245 {
    margin-right: 245px;
}

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

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

.mt-250 {
    margin-top: 250px;
}

.mb-250 {
    margin-bottom: 250px;
}

.ml-250 {
    margin-left: 250px;
}

.mr-250 {
    margin-right: 250px;
}

/*============** MD device  Padding Margin **============*/
@media only screen and (max-width: 991px) {
    .md-pt-5 {
        padding-top: 5px;
    }

    .md-pb-5 {
        padding-bottom: 5px;
    }

    .md-mt-5 {
        margin-top: 5px;
    }

    .md-mb-5 {
        margin-bottom: 5px;
    }

    .md-ml-5 {
        margin-left: 5px;
    }

    .md-mr-5 {
        margin-right: 5px;
    }

    .md-pt-10 {
        padding-top: 10px;
    }

    .md-pb-10 {
        padding-bottom: 10px;
    }

    .md-mt-10 {
        margin-top: 10px;
    }

    .md-mb-10 {
        margin-bottom: 10px;
    }

    .md-ml-10 {
        margin-left: 10px;
    }

    .md-mr-10 {
        margin-right: 10px;
    }

    .md-pt-15 {
        padding-top: 15px;
    }

    .md-pb-15 {
        padding-bottom: 15px;
    }

    .md-mt-15 {
        margin-top: 15px;
    }

    .md-mb-15 {
        margin-bottom: 15px;
    }

    .md-ml-15 {
        margin-left: 15px;
    }

    .md-mr-15 {
        margin-right: 15px;
    }

    .md-pt-20 {
        padding-top: 20px;
    }

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

    .md-mt-20 {
        margin-top: 20px;
    }

    .md-mb-20 {
        margin-bottom: 20px;
    }

    .md-ml-20 {
        margin-left: 20px;
    }

    .md-mr-20 {
        margin-right: 20px;
    }

    .md-pt-25 {
        padding-top: 25px;
    }

    .md-pb-25 {
        padding-bottom: 25px;
    }

    .md-mt-25 {
        margin-top: 25px;
    }

    .md-mb-25 {
        margin-bottom: 25px;
    }

    .md-ml-25 {
        margin-left: 25px;
    }

    .md-mr-25 {
        margin-right: 25px;
    }

    .md-pt-30 {
        padding-top: 30px;
    }

    .md-pb-30 {
        padding-bottom: 30px;
    }

    .md-mt-30 {
        margin-top: 30px;
    }

    .md-mb-30 {
        margin-bottom: 30px;
    }

    .md-ml-30 {
        margin-left: 30px;
    }

    .md-mr-30 {
        margin-right: 30px;
    }

    .md-pt-35 {
        padding-top: 35px;
    }

    .md-pb-35 {
        padding-bottom: 35px;
    }

    .md-mt-35 {
        margin-top: 35px;
    }

    .md-mb-35 {
        margin-bottom: 35px;
    }

    .md-ml-35 {
        margin-left: 35px;
    }

    .md-mr-35 {
        margin-right: 35px;
    }

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

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

    .md-mt-40 {
        margin-top: 40px;
    }

    .md-mb-40 {
        margin-bottom: 40px;
    }

    .md-ml-40 {
        margin-left: 40px;
    }

    .md-mr-40 {
        margin-right: 40px;
    }

    .md-pt-45 {
        padding-top: 45px;
    }

    .md-pb-45 {
        padding-bottom: 45px;
    }

    .md-mt-45 {
        margin-top: 45px;
    }

    .md-mb-45 {
        margin-bottom: 45px;
    }

    .md-ml-45 {
        margin-left: 45px;
    }

    .md-mr-45 {
        margin-right: 45px;
    }

    .md-pt-50 {
        padding-top: 50px;
    }

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

    .md-mt-50 {
        margin-top: 50px;
    }

    .md-mb-50 {
        margin-bottom: 50px;
    }

    .md-ml-50 {
        margin-left: 50px;
    }

    .md-mr-50 {
        margin-right: 50px;
    }

    .md-pt-55 {
        padding-top: 55px;
    }

    .md-pb-55 {
        padding-bottom: 55px;
    }

    .md-mt-55 {
        margin-top: 55px;
    }

    .md-mb-55 {
        margin-bottom: 55px;
    }

    .md-ml-55 {
        margin-left: 55px;
    }

    .md-mr-55 {
        margin-right: 55px;
    }

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

    .md-pb-60 {
        padding-bottom: 60px;
    }

    .md-mt-60 {
        margin-top: 60px;
    }

    .md-mb-60 {
        margin-bottom: 60px;
    }

    .md-ml-60 {
        margin-left: 60px;
    }

    .md-mr-60 {
        margin-right: 60px;
    }

    .md-pt-65 {
        padding-top: 65px;
    }

    .md-pb-65 {
        padding-bottom: 65px;
    }

    .md-mt-65 {
        margin-top: 65px;
    }

    .md-mb-65 {
        margin-bottom: 65px;
    }

    .md-ml-65 {
        margin-left: 65px;
    }

    .md-mr-65 {
        margin-right: 65px;
    }

    .md-pt-70 {
        padding-top: 70px;
    }

    .md-pb-70 {
        padding-bottom: 70px;
    }

    .md-mt-70 {
        margin-top: 70px;
    }

    .md-mb-70 {
        margin-bottom: 70px;
    }

    .md-ml-70 {
        margin-left: 70px;
    }

    .md-mr-70 {
        margin-right: 70px;
    }

    .md-pt-75 {
        padding-top: 75px;
    }

    .md-pb-75 {
        padding-bottom: 75px;
    }

    .md-mt-75 {
        margin-top: 75px;
    }

    .md-mb-75 {
        margin-bottom: 75px;
    }

    .md-ml-75 {
        margin-left: 75px;
    }

    .md-mr-75 {
        margin-right: 75px;
    }

    .md-pt-80 {
        padding-top: 80px;
    }

    .md-pb-80 {
        padding-bottom: 80px;
    }

    .md-mt-80 {
        margin-top: 80px;
    }

    .md-mb-80 {
        margin-bottom: 80px;
    }

    .md-ml-80 {
        margin-left: 80px;
    }

    .md-mr-80 {
        margin-right: 80px;
    }

    .md-pt-85 {
        padding-top: 85px;
    }

    .md-pb-85 {
        padding-bottom: 85px;
    }

    .md-mt-85 {
        margin-top: 85px;
    }

    .md-mb-85 {
        margin-bottom: 85px;
    }

    .md-ml-85 {
        margin-left: 85px;
    }

    .md-mr-85 {
        margin-right: 85px;
    }

    .md-pt-90 {
        padding-top: 90px;
    }

    .md-pb-90 {
        padding-bottom: 90px;
    }

    .md-mt-90 {
        margin-top: 90px;
    }

    .md-mb-90 {
        margin-bottom: 90px;
    }

    .md-ml-90 {
        margin-left: 90px;
    }

    .md-mr-90 {
        margin-right: 90px;
    }

    .md-pt-95 {
        padding-top: 95px;
    }

    .md-pb-95 {
        padding-bottom: 95px;
    }

    .md-mt-95 {
        margin-top: 95px;
    }

    .md-mb-95 {
        margin-bottom: 95px;
    }

    .md-ml-95 {
        margin-left: 95px;
    }

    .md-mr-95 {
        margin-right: 95px;
    }

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

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

    .md-mt-100 {
        margin-top: 100px;
    }

    .md-mb-100 {
        margin-bottom: 100px;
    }

    .md-ml-100 {
        margin-left: 100px;
    }

    .md-mr-100 {
        margin-right: 100px;
    }

    .md-pt-105 {
        padding-top: 105px;
    }

    .md-pb-105 {
        padding-bottom: 105px;
    }

    .md-mt-105 {
        margin-top: 105px;
    }

    .md-mb-105 {
        margin-bottom: 105px;
    }

    .md-ml-105 {
        margin-left: 105px;
    }

    .md-mr-105 {
        margin-right: 105px;
    }

    .md-pt-110 {
        padding-top: 110px;
    }

    .md-pb-110 {
        padding-bottom: 110px;
    }

    .md-mt-110 {
        margin-top: 110px;
    }

    .md-mb-110 {
        margin-bottom: 110px;
    }

    .md-ml-110 {
        margin-left: 110px;
    }

    .md-mr-110 {
        margin-right: 110px;
    }

    .md-pt-115 {
        padding-top: 115px;
    }

    .md-pb-115 {
        padding-bottom: 115px;
    }

    .md-mt-115 {
        margin-top: 115px;
    }

    .md-mb-115 {
        margin-bottom: 115px;
    }

    .md-ml-115 {
        margin-left: 115px;
    }

    .md-mr-115 {
        margin-right: 115px;
    }

    .md-pt-120 {
        padding-top: 120px;
    }

    .md-pb-120 {
        padding-bottom: 120px;
    }

    .md-mt-120 {
        margin-top: 120px;
    }

    .md-mb-120 {
        margin-bottom: 120px;
    }

    .md-ml-120 {
        margin-left: 120px;
    }

    .md-mr-120 {
        margin-right: 120px;
    }

    .md-pt-125 {
        padding-top: 125px;
    }

    .md-pb-125 {
        padding-bottom: 125px;
    }

    .md-mt-125 {
        margin-top: 125px;
    }

    .md-mb-125 {
        margin-bottom: 125px;
    }

    .md-ml-125 {
        margin-left: 125px;
    }

    .md-mr-125 {
        margin-right: 125px;
    }

    .md-pt-130 {
        padding-top: 130px;
    }

    .md-pb-130 {
        padding-bottom: 130px;
    }

    .md-mt-130 {
        margin-top: 130px;
    }

    .md-mb-130 {
        margin-bottom: 130px;
    }

    .md-ml-130 {
        margin-left: 130px;
    }

    .md-mr-130 {
        margin-right: 130px;
    }

    .md-pt-135 {
        padding-top: 135px;
    }

    .md-pb-135 {
        padding-bottom: 135px;
    }

    .md-mt-135 {
        margin-top: 135px;
    }

    .md-mb-135 {
        margin-bottom: 135px;
    }

    .md-ml-135 {
        margin-left: 135px;
    }

    .md-mr-135 {
        margin-right: 135px;
    }

    .md-pt-140 {
        padding-top: 140px;
    }

    .md-pb-140 {
        padding-bottom: 140px;
    }

    .md-mt-140 {
        margin-top: 140px;
    }

    .md-mb-140 {
        margin-bottom: 140px;
    }

    .md-ml-140 {
        margin-left: 140px;
    }

    .md-mr-140 {
        margin-right: 140px;
    }

    .md-pt-145 {
        padding-top: 145px;
    }

    .md-pb-145 {
        padding-bottom: 145px;
    }

    .md-mt-145 {
        margin-top: 145px;
    }

    .md-mb-145 {
        margin-bottom: 145px;
    }

    .md-ml-145 {
        margin-left: 145px;
    }

    .md-mr-145 {
        margin-right: 145px;
    }

    .md-pt-150 {
        padding-top: 150px;
    }

    .md-pb-150 {
        padding-bottom: 150px;
    }

    .md-mt-150 {
        margin-top: 150px;
    }

    .md-mb-150 {
        margin-bottom: 150px;
    }

    .md-ml-150 {
        margin-left: 150px;
    }

    .md-mr-150 {
        margin-right: 150px;
    }

    .md-pt-155 {
        padding-top: 155px;
    }

    .md-pb-155 {
        padding-bottom: 155px;
    }

    .md-mt-155 {
        margin-top: 155px;
    }

    .md-mb-155 {
        margin-bottom: 155px;
    }

    .md-ml-155 {
        margin-left: 155px;
    }

    .md-mr-155 {
        margin-right: 155px;
    }

    .md-pt-160 {
        padding-top: 160px;
    }

    .md-pb-160 {
        padding-bottom: 160px;
    }

    .md-mt-160 {
        margin-top: 160px;
    }

    .md-mb-160 {
        margin-bottom: 160px;
    }

    .md-ml-160 {
        margin-left: 160px;
    }

    .md-mr-160 {
        margin-right: 160px;
    }

    .md-pt-165 {
        padding-top: 165px;
    }

    .md-pb-165 {
        padding-bottom: 165px;
    }

    .md-mt-165 {
        margin-top: 165px;
    }

    .md-mb-165 {
        margin-bottom: 165px;
    }

    .md-ml-165 {
        margin-left: 165px;
    }

    .md-mr-165 {
        margin-right: 165px;
    }

    .md-pt-170 {
        padding-top: 170px;
    }

    .md-pb-170 {
        padding-bottom: 170px;
    }

    .md-mt-170 {
        margin-top: 170px;
    }

    .md-mb-170 {
        margin-bottom: 170px;
    }

    .md-ml-170 {
        margin-left: 170px;
    }

    .md-mr-170 {
        margin-right: 170px;
    }

    .md-pt-175 {
        padding-top: 175px;
    }

    .md-pb-175 {
        padding-bottom: 175px;
    }

    .md-mt-175 {
        margin-top: 175px;
    }

    .md-mb-175 {
        margin-bottom: 175px;
    }

    .md-ml-175 {
        margin-left: 175px;
    }

    .md-mr-175 {
        margin-right: 175px;
    }

    .md-pt-180 {
        padding-top: 180px;
    }

    .md-pb-180 {
        padding-bottom: 180px;
    }

    .md-mt-180 {
        margin-top: 180px;
    }

    .md-mb-180 {
        margin-bottom: 180px;
    }

    .md-ml-180 {
        margin-left: 180px;
    }

    .md-mr-180 {
        margin-right: 180px;
    }

    .md-pt-185 {
        padding-top: 185px;
    }

    .md-pb-185 {
        padding-bottom: 185px;
    }

    .md-mt-185 {
        margin-top: 185px;
    }

    .md-mb-185 {
        margin-bottom: 185px;
    }

    .md-ml-185 {
        margin-left: 185px;
    }

    .md-mr-185 {
        margin-right: 185px;
    }

    .md-pt-190 {
        padding-top: 190px;
    }

    .md-pb-190 {
        padding-bottom: 190px;
    }

    .md-mt-190 {
        margin-top: 190px;
    }

    .md-mb-190 {
        margin-bottom: 190px;
    }

    .md-ml-190 {
        margin-left: 190px;
    }

    .md-mr-190 {
        margin-right: 190px;
    }

    .md-pt-195 {
        padding-top: 195px;
    }

    .md-pb-195 {
        padding-bottom: 195px;
    }

    .md-mt-195 {
        margin-top: 195px;
    }

    .md-mb-195 {
        margin-bottom: 195px;
    }

    .md-ml-195 {
        margin-left: 195px;
    }

    .md-mr-195 {
        margin-right: 195px;
    }

    .md-pt-200 {
        padding-top: 200px;
    }

    .md-pb-200 {
        padding-bottom: 200px;
    }

    .md-mt-200 {
        margin-top: 200px;
    }

    .md-mb-200 {
        margin-bottom: 200px;
    }

    .md-ml-200 {
        margin-left: 200px;
    }

    .md-mr-200 {
        margin-right: 200px;
    }

    .md-pt-205 {
        padding-top: 205px;
    }

    .md-pb-205 {
        padding-bottom: 205px;
    }

    .md-mt-205 {
        margin-top: 205px;
    }

    .md-mb-205 {
        margin-bottom: 205px;
    }

    .md-ml-205 {
        margin-left: 205px;
    }

    .md-mr-205 {
        margin-right: 205px;
    }

    .md-pt-210 {
        padding-top: 210px;
    }

    .md-pb-210 {
        padding-bottom: 210px;
    }

    .md-mt-210 {
        margin-top: 210px;
    }

    .md-mb-210 {
        margin-bottom: 210px;
    }

    .md-ml-210 {
        margin-left: 210px;
    }

    .md-mr-210 {
        margin-right: 210px;
    }

    .md-pt-215 {
        padding-top: 215px;
    }

    .md-pb-215 {
        padding-bottom: 215px;
    }

    .md-mt-215 {
        margin-top: 215px;
    }

    .md-mb-215 {
        margin-bottom: 215px;
    }

    .md-ml-215 {
        margin-left: 215px;
    }

    .md-mr-215 {
        margin-right: 215px;
    }

    .md-pt-220 {
        padding-top: 220px;
    }

    .md-pb-220 {
        padding-bottom: 220px;
    }

    .md-mt-220 {
        margin-top: 220px;
    }

    .md-mb-220 {
        margin-bottom: 220px;
    }

    .md-ml-220 {
        margin-left: 220px;
    }

    .md-mr-220 {
        margin-right: 220px;
    }

    .md-pt-225 {
        padding-top: 225px;
    }

    .md-pb-225 {
        padding-bottom: 225px;
    }

    .md-mt-225 {
        margin-top: 225px;
    }

    .md-mb-225 {
        margin-bottom: 225px;
    }

    .md-ml-225 {
        margin-left: 225px;
    }

    .md-mr-225 {
        margin-right: 225px;
    }

    .md-pt-230 {
        padding-top: 230px;
    }

    .md-pb-230 {
        padding-bottom: 230px;
    }

    .md-mt-230 {
        margin-top: 230px;
    }

    .md-mb-230 {
        margin-bottom: 230px;
    }

    .md-ml-230 {
        margin-left: 230px;
    }

    .md-mr-230 {
        margin-right: 230px;
    }

    .md-pt-235 {
        padding-top: 235px;
    }

    .md-pb-235 {
        padding-bottom: 235px;
    }

    .md-mt-235 {
        margin-top: 235px;
    }

    .md-mb-235 {
        margin-bottom: 235px;
    }

    .md-ml-235 {
        margin-left: 235px;
    }

    .md-mr-235 {
        margin-right: 235px;
    }

    .md-pt-240 {
        padding-top: 240px;
    }

    .md-pb-240 {
        padding-bottom: 240px;
    }

    .md-mt-240 {
        margin-top: 240px;
    }

    .md-mb-240 {
        margin-bottom: 240px;
    }

    .md-ml-240 {
        margin-left: 240px;
    }

    .md-mr-240 {
        margin-right: 240px;
    }

    .md-pt-245 {
        padding-top: 245px;
    }

    .md-pb-245 {
        padding-bottom: 245px;
    }

    .md-mt-245 {
        margin-top: 245px;
    }

    .md-mb-245 {
        margin-bottom: 245px;
    }

    .md-ml-245 {
        margin-left: 245px;
    }

    .md-mr-245 {
        margin-right: 245px;
    }

    .md-pt-250 {
        padding-top: 250px;
    }

    .md-pb-250 {
        padding-bottom: 250px;
    }

    .md-mt-250 {
        margin-top: 250px;
    }

    .md-mb-250 {
        margin-bottom: 250px;
    }

    .md-ml-250 {
        margin-left: 250px;
    }

    .md-mr-250 {
        margin-right: 250px;
    }
}

/*! #######################################################################
	MeanMenu 2.0.7
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
    display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    float: left;
    position: absolute;
    z-index: 9;
    top: 62px;
    right: 98px;
    z-index: 11;
}

/* @media only screen and (min-width: 766px) and (max-width: 500px) {
    .mobile-nav .mean-container .mean-container .mean-bar {
        width: 89%;
    }
} */
@media only screen and (max-width: 766px) {
    .mean-container .mean-bar {
        width: 88%;
    }
}

@media only screen and (max-width: 500px) {
    .mean-container .mean-bar {
        width: 87%;
    }
}

@media only screen and (max-width: 380px) {
    .mean-container .mean-bar {
        width: 86%;
    }
}

@media only screen and (max-width: 300px) {
    .mean-container .mean-bar {
        width: 81%;
    }
}

.mean-container a.meanmenu-reveal {
    border: 1px solid rgba(60, 60, 60, 0.6);
    color: #444;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    margin-top: -29px;
    padding: 8px 9px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 29px;
    width: 22px;
    margin-right: 12px;
}

@media (max-width: 576px) {
    .mean-container a.meanmenu-reveal {
        margin-right: 15px;
    }
}

.mean-container a.meanmenu-reveal span {
    background: rgba(60, 60, 60, 0.72) none repeat scroll 0 0;
    display: block;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    margin-top: 45px;
    width: 100%;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .mean-container .mean-nav ul li {
        position: relative;
        float: left;
        width: 100%;
        border-bottom: 1px solid #5e5e5e52;
    }
}
.mean-container .mean-nav ul li a {
    border-top: 1px #3c3c3c;
    color: #fff;
    display: block;
    float: left;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-size: 13px;
    font-weight: 600;
}

.mean-container .mean-nav ul li a i {
    margin: 0 7px;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px #3c3c3c;
    opacity: 0.75;
    padding: 10px 10%;
    text-shadow: none;
    visibility: visible;
    width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 15px;
}

.mean-container .mean-nav ul li.mean-last a.theme_btn {
    width: 115px;
    padding: 17px 28px;
    margin-left: 5%;
}
@media screen and (max-width: 1024px) {
    .mean-container .mean-nav ul li.mean-last a.theme_btn {
        width: 115px;
        padding: 10px 5%;
        margin-left: 5%;
        margin-top: 1rem;
    }
}
.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: var(--primary);
}

.mean-container .mean-nav ul li a.mean-expand {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2)
        rgba(255, 255, 255, 0.4);
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    font-weight: 700;
    height: 27px;
    margin-top: 1px;
    padding: 5px 12px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 26px;
    z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--primary);
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.transparent-header .mean-container a.meanmenu-reveal {
    border: 1px solid #29d1da;
    color: #29d1da;
}

.transparent-header .mean-container a.meanmenu-reveal span {
    background: #29d1da;
}

.header-2 .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}

.header-2 .mean-container a.meanmenu-reveal span {
    background: #fff;
}

/*============** Main Slider **============*/

.slider-area {
    position: relative;
}

.slider-area:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary);
    opacity: 0.1;
    z-index: 1;
}

.slider-area .slider-active {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.slider-area .slider-active .single-slider {
    height: 100%;
    position: relative;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
}

.single-slider .single-slider-sm img {
    padding: 14px 24px;
}

@media (max-width: 375px) {
    .slider-area .slider-active .single-slider {
        height: 90vh;
    }
}

.slider_content_wrap {
    position: absolute;
    top: 24%;
    width: 100%;
    z-index: 4;
}

.slider-bg {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

@media (max-width: 991px) {
    .slider-bg {
        height: 155vh;
    }
    .slider_content_wrap {
        top: 17%;
    }
    .slider-area .slider-active .single-slider {
        height: 130vh;
    }
}
@media (max-width: 375px) {
    .slider_content_wrap {
        height: 128vh;
    }
}
.slider-content {
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.slider-content span {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    font-weight: 600;
    font-family: "Shadows Into Light", cursive;
    letter-spacing: 4px;
}

.slider-content h2 {
    font-size: 90px;
    color: #fff;
    line-height: 1.02;
    margin: 19px 0 4px;
    font-weight: 900;
    text-transform: capitalize;
    letter-spacing: 5px;
}
.banner-search.login_area .form-group.profile .single-input input {
    background: #f7f7f7 !important;
    border: none;
}

.banner-search.login_area .form-group.profile select {
    height: 54px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: none;
    background: #f7f7f7;
    color: #1d1d1d;
}
section.banner-search.details-shado-n.login_area.login_bg .register_wrapper {
    box-shadow: none;
    padding: 0;
}
@media (max-width: 1500px) {
    .slider-content h2 {
        font-size: 84px;
    }
}

@media (max-width: 1200px) {
    .slider-content h2 {
        font-size: 75px;
    }
}

@media (max-width: 768px) {
    .slider-content h2 {
        font-size: 74px;
    }
}

@media (max-width: 768px) {
    .slider-content h2 {
        font-size: 60px;
    }
}

@media (max-width: 576px) {
    .slider-content h2 {
        font-size: 42px;
    }
}

@media (max-width: 375px) {
    .slider-content h2 {
        font-size: 38px;
    }
}

.slider-content p {
    color: #fff;
    margin-bottom: 29px;
    width: 80%;
}

@media (max-width: 768px) {
    .slider-content p {
        width: 90%;
    }
}

@media (max-width: 375px) {
    .slider-content p {
        width: 100%;
    }
}

.slider_shape_wrap .slider_shape {
    position: absolute;
    z-index: 1;
}

.slider_shape_wrap .slider_shape.one {
    right: 32%;
    top: 65%;
    width: 130px;
}

.slider_shape_wrap .slider_shape.two {
    right: 30%;
    top: 12%;
    width: 130px;
}

.slider_shape_wrap .slider_shape.three {
    right: 35%;
    top: 19%;
}
.slider-area * {
    outline: none;
}
.slider-area .single-slider {
    height: 100%;
    position: relative;
    z-index: 1;
}
/*============** About **============*/
.about_left_bottom {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.play_video {
    margin-left: 30px;
}

.play_video .play_btn {
    height: 60px;
    display: inline-block;
    width: 60px;
    background: var(--primary);
    line-height: 60px;
    border-radius: 50%;
    color: #001d23;
    margin-right: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 69px;
}

@media (max-width: 375px) {
    .play_video .play_btn {
        margin-top: 20px;
    }
}

.play_video .play_btn i {
    color: #fff;
    font-size: 24px;
    line-height: 0;
}

.about_left {
    padding-right: 100px;
    position: relative;
}

@media (max-width: 991px) {
    .about_left {
        padding-right: 0px;
    }
}

@media (max-width: 991px) {
    .about_left .big-image {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .about_left .big-image {
        width: 100%;
    }
}

.about_left .small {
    position: absolute;
    right: 10px;
    top: 90%;
    transform: translateY(-50%);
    border: 5px solid #fff;
    width: 270px;
}

@media (max-width: 1200px) {
    .about_left .small {
        width: 190px;
    }
}

@media (max-width: 991px) {
    .about_left .small {
        display: none;
    }
}

/*============** Destinations **============*/
.yachts_wrap {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
    border-radius: 10px;
}
.yachts_wrap:hover .boat-image {
    transform: scale(1.1);
}
.boat-attr span {
    padding-right: 15px;
}
.yachts_content {
    padding: 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.yachts_content::before {
    position: absolute;
    content: "";
    top: -28px;
    left: 0;
    height: 204%;
    width: 74%;
    z-index: -1;
    transform: rotate(130deg);
}

.yachts_wrap img {
    width: 100%;
    transition: all 0.8s;
}

.meta_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
}

.meta_wrap i {
    color: var(--primary);
    margin-right: 8px;
}

.meta_wrap .price {
    display: block;
    background: var(--primary);
    padding: 4px 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
}

.title {
    display: flex;
    font-size: 29px;
    align-items: center;
    margin-bottom: 7px;
}

@media (max-width: 375px) {
    .title {
        font-size: 25px;
    }
}

.title h4 {
    margin-top: 20px;
    transition: all 0.4s linear;
}

.title h4:hover {
    color: var(--primary);
}

.title i {
    margin-right: 8px;
    color: var(--primary);
}

/*===== =====*/
.yachts_wrap.yacht_details {
    /*margin-right: 30px;*/
}

@media (max-width: 991px) {
    .yachts_wrap.yacht_details {
        margin-right: 0px;
    }
}
.yachts_wrap.yacht_details .single-slider.single-slider-sm img {
    max-width: 216px;
    margin-top: 15px;
}
.yachts_info_wrap {
    max-width: 424px;
}

.single_yachts {
    /*display: inline-block;*/
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb;
}

.single_yachts i {
    color: var(--primary);
    font-size: 20px;
}

.single_yachts span.heilight {
    color: #000;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 1000;
}
.yachts_wrap.yacht_details .single-slider.single-slider-sm img {
    max-width: 216px;
    margin-top: 15px;
}
.single_yachts span.margin-right {
    display: inline-block;
    margin-right: 30px;
}

@media (max-width: 576px) {
    .single_yachts span.margin-right {
        display: block;
        margin-bottom: 10px;
    }
}

/*============** Counter **============*/
.counter_bg {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}

.counter_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(16, 140, 230, 0.1);
    z-index: -1;
}

.counter-area {
    position: relative;
    z-index: 1;
}

.single_count {
    padding: 45px 0;
}

@media (max-width: 768px) {
    .single_count {
        padding: 20px 0 20px;
    }
}

@media (max-width: 375px) {
    .single_count {
        padding: 15px 0 15px;
    }
}

.single_count i {
    font-size: 50px;
    color: #fff;
    display: inherit;
    line-height: 0;
    margin-bottom: 30px;
}

.single_count span {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
}

@media (max-width: 991px) {
    .single_count span {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .single_count span {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .single_count span {
        font-size: 40px;
    }
}

.single_count h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .single_count h3 {
        font-size: 14px;
    }
}

.services-item {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    padding: 60px 20px;
    text-align: center;
    border: 1px solid #d9e1ff;
    border-radius: 5px;
    height: 100%;
}

@media (max-width: 1399px) {
    .services-item {
        padding: 40px 20px;
    }
}

@media (max-width: 767px) {
    .services-item {
        padding: 30px 10px;
    }
}

.services-item:hover {
    -webkit-box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.08);
}

.services-item:hover .services-item__title-link {
    color: #9061fa;
}

.services-item__title {
    text-transform: capitalize;
}

.services-item__icon {
    margin-bottom: 25px;
}

.services-item__icon img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

.services-item__desc {
    max-width: 350px;
    margin: 0 auto;
}

/*============** Service **============*/
.service_area {
    position: relative;
    z-index: 1;
}

.service_area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: rgb(0 0 0 / 13%);
    z-index: -1;
}

.service {
    padding: 65px 30px 65px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.service::before {
    position: absolute;
    content: "";
    top: -28px;
    left: 0;
    background-color: rgb(14 15 17 / 7%);
    height: 225%;
    width: 81%;
    z-index: -1;
    transform: rotate(129deg);
    transition: all 0.3s ease-in-out;
}

.service:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);
}

.service:hover::before {
    height: 227%;
    width: 281%;
    z-index: -1;
    transform: rotate(142deg);
}

.service:hover img {
    transform: scale(1.1);
}

.service__title {
    margin-bottom: 15px;
}

.service__title h3 {
    font-size: 30px;
    font-weight: 500;
}

.service__icon {
    margin-bottom: 15px;
}

.service__icon img {
    width: 60px;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    margin: auto;
}

/*============** Book area **============*/
.contact_wrap {
    padding: 50px 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

@media (max-width: 375px) {
    .contact_wrap {
        padding: 30px 25px;
    }
}

.service_left {
    margin-right: 40px;
}

@media (max-width: 1200px) {
    .service_left {
        margin-right: 0px;
    }
}

.service_left img {
    width: 100%;
}

.contact-box {
    position: relative;
}

.contact-box i {
    position: absolute;
    right: 15px;
    line-height: 63px;
    color: var(--primary);
    font-size: 22px;
}

.contact-box__contact-home {
    height: 60px;
    padding: 15px;
    width: 100%;
    border: none; /* Remove all borders */
    border-bottom: 1px solid #808080; /* Add only bottom border */
    transition: all 0.3s ease-in-out;
    background: #f7f7f7;
    color: #808080;
}

.contact-box__contact-home:focus {
    border: 1px solid var(--primary);
}

.contact-box__contact-home.select {
    background-color: #f7f7f7;
    margin-bottom: 50px;
    font-size: 16px;
}

.contact-box__contact-home.select ul {
    width: 50%;
}

.contact-box__contact-home.text-area {
    height: 150px;
    resize: none;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.contact-box__contact-home.text-area:focus {
    border: 1px solid var(--primary);
}

.datepicker {
    background: #fff;
}

.nice_select_wrapper.style_1 .nice-select {
    height: 60px;
    background: #f7f7f7;
    height: 50px;
    border: 1px solid #ebebeb;
    width: 100%;
    line-height: 49px;
    padding-left: 16px;
    padding-right: 15px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    float: none;
}

.nice_select_wrapper.style_1 .nice-select:focus {
    border: 1px solid var(--primary);
}

.nice_select_wrapper.style_1 .nice-select .option {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    padding: 2px 18px;
}

.nice_select_wrapper.style_1 .nice-select::after {
    left: 93%;
    border-bottom: 2px solid #001d23;
    border-right: 2px solid #001d23;
    top: 42%;
}

.nice_select_wrapper.style_1 .nice-select .current {
    color: #808080;
    font-size: 15px;
}

.nice_select_wrapper.style_1 .nice-select .list {
    width: 100%;
}

/*Btn Style One*/
.btn-style-one {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding: 15px 50px;
    font-weight: 600;
    background: var(--primary);
    letter-spacing: 0.1em;
    overflow: hidden;
    border-radius: 5px;
    text-transform: uppercase;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1),
        -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-style-one:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

span.btn-title {
    color: #fff;
    z-index: 1;
    position: relative;
}

.button--group {
    margin: -5px -15px;
}

.button--group .btn {
    margin: 2px 3px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

*[class*="btn-"] {
    transition: all 0.3s;
    font-size: 0.875rem;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.btn--capsule {
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
}

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

.btn--primary:hover {
    background-color: #5e50ee !important;
}

.btn--secondary {
    background-color: #868e96 !important;
}

.btn--secondary:hover {
    background-color: #78818a !important;
}

.btn--success {
    background-color: #28c76f !important;
}

.btn--success:hover {
    background-color: #24b263 !important;
}

.btn--danger {
    background-color: #ea5455 !important;
}

.btn--danger:hover {
    background-color: #e73d3e !important;
}

.btn--warning {
    background-color: #ff9f43 !important;
}

.btn--warning:hover {
    background-color: #ff922a !important;
}

.btn--info {
    background-color: #1e9ff2 !important;
}

.btn--info:hover {
    background-color: #0d93e9 !important;
}

.btn--dark {
    background-color: #10163a !important;
}

.btn--dark:hover {
    background-color: #0a0e26 !important;
}

.btn--primary,
.btn--secondary,
.btn--success,
.btn--danger,
.btn--warning,
.btn--info,
.btn--dark {
    color: #ffffff;
}

.btn--primary:hover,
.btn--secondary:hover,
.btn--success:hover,
.btn--danger:hover,
.btn--warning:hover,
.btn--info:hover,
.btn--dark:hover {
    color: #ffffff;
}

.btn-outline--primary:hover,
.btn-outline--secondary:hover,
.btn-outline--success:hover,
.btn-outline--danger:hover,
.btn-outline--warning:hover,
.btn-outline--info:hover,
.btn-outline--dark:hover {
    color: #ffffff;
}

.btn-outline--primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline--primary:hover {
    background-color: var(--primary);
}

.btn-outline--secondary {
    color: #868e96;
    border-color: #868e96;
}

.btn-outline--secondary:hover {
    background-color: #868e96;
}

.btn-outline--success {
    color: #28c76f;
    border-color: #28c76f;
}

.btn-outline--success:hover {
    background-color: #28c76f;
}

.btn-outline--danger {
    color: #ea5455;
    border-color: #ea5455;
}

.btn-outline--danger:hover {
    background-color: #ea5455;
}

.btn-outline--warning {
    color: #ff9f43;
    border-color: #ff9f43;
}

.btn-outline--warning:hover {
    background-color: #ff9f43;
}

.btn-outline--info {
    color: #1e9ff2;
    border-color: #1e9ff2;
}

.btn-outline--info:hover {
    background-color: #1e9ff2;
}

.btn-outline--dark {
    color: #10163a;
    border-color: #10163a;
}

.btn-outline--dark:hover {
    background-color: #10163a;
}
.modal-content {
    background-color: white;
}

.group-text {
    height: 54px;
}

/*============** What we offer **============*/
.location_wrap {
    overflow: hidden;
}

.location_wrap:hover img {
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

.thumb {
    position: relative;
}

.thumb img {
    transform: scale(1);
    width: 100%;
}

.thumb::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 65%;
    width: 100%;
    content: "";
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(16, 140, 230, 0)),
        to(var(--primary))
    );
    background: linear-gradient(
        to bottom,
        rgba(16, 140, 230, 0) 0%,
        var(--primary) 100%
    );
    pointer-events: none;
    z-index: 4;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thumb:hover::before {
    height: 35%;
}

.content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.content span {
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.content h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.content h3 a:hover {
    color: #d1d1d1;
}
/*============** Testimonials **============*/
.content_box {
    position: relative;
    padding: 40px 40px 40px;
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px px;
    margin-bottom: 40px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: var(--primary);
}

.content_box p {
    transition: all 300ms ease;
    color: #fff;
}

.content_box::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    width: 40px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--primary);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.1));
    content: "";
}

.content_box:hover {
    background-color: #fff;
}

.content_box:hover p {
    color: #727272;
}

.content_box:hover::before {
    border-top: 20px solid #fff;
}

.star {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.star li i {
    font-size: 25px;
    color: #ffc107;
}

.icon i {
    font-size: 100px;
    color: rgba(235, 235, 235, 0.8);
    position: absolute;
    bottom: -14px;
    right: 10px;
    transform: rotate(12deg);
    opacity: 0.3;
}

.testimonials_bottom img {
    display: block;
    margin: 11px auto;
    border-radius: 50%;
}

.testimonials_bottom h5 {
    font-size: 25px;
}

/*============** Faq **============*/
.faqs-section {
    overflow: hidden;
}

.ask_question_wrap {
    margin-right: 30px;
}

@media (max-width: 991px) {
    .ask_question_wrap {
        margin-right: 0px;
    }
}

.ask_question_wrap .accordion-item {
    margin-bottom: 25px;
    border: 0;
    border-radius: 0;
    border-bottom: 0;
    background: #fff;
}

.ask_question_wrap .accordion-item .accordion-body {
    padding: 0px 22px 10px 20px;
    font-size: 18px;
    margin-top: 15px;
    color: #454545;
}

.ask_question_wrap .accordion-item .accordion-header {
    padding: 0;
    border: 0;
}

.ask_question_wrap .accordion-item .accordion-header button {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    padding: 15px 25px;
    box-shadow: none;
    padding-left: 60px;
}

@media (max-width: 375px) {
    .ask_question_wrap .accordion-item .accordion-header button {
        font-size: 22px;
    }
}

.ask_question_wrap .accordion-item .accordion-header button span {
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 15px;
    height: 100%;
    width: 50px;
    background: var(--primary);
    color: #fff;
    left: 0;
    text-align: center;
    line-height: 55px;
}

/*============** Blog **============*/
.blog_bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.blog_bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(9, 58, 102, 0.9);
    z-index: -1;
}

.blog {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #fff;
    border: 3px solid #fff;
}

.blog:hover img {
    transform: scale(1.1);
}

.blog_thumb {
    position: relative;
}

.blog_thumb img {
    width: 100%;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
}

.blog .date {
    position: absolute;
    left: 10px;
    top: 10px;
    background: var(--primary);
    color: #fff;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 60px;
    width: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.blog .date:after {
    position: absolute;
    top: 0;
    right: -10px;
    border-left: 10px solid var(--primary);
    border-bottom: 10px solid transparent;
    content: "";
}

.blog .date::before {
    position: absolute;
    bottom: 0;
    left: -10px;
    border-right: 10px solid var(--primary);
    border-bottom: 10px solid transparent;
    content: "";
}

.blog_content {
    padding: 25px;
}

.caption {
    font-size: 25px;
    font-weight: 400;
    color: rgb(68 87 104 / 90%);
}

.capton li a i {
    font-size: 45px;
    color: black;
}

@media (max-width: 768px) {
    .blog_content {
        padding: 20px;
    }
}

.post_info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 15px;
    align-items: center;
}

.post_info li {
    text-transform: capitalize;
}

.post_info li i {
    color: var(--primary);
    font-size: 19px;
    transition: all 0.4s linear;
}

.read-more {
    color: var(--primary);
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    font-weight: 500;
}

.read-more i {
    transition: all 0.4s ease-in-out;
}

.read-more:hover i {
    margin-left: 10px;
}

/*==== Blog arrow ====*/
.blog_active .slick-arrow {
    position: absolute;
    top: 50%;
    background: var(--primary);
    color: #fff;
    font-size: 18px;
    transform: translateY(-50%);
    font-weight: 700;
    left: -65px;
    z-index: 2;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.blog_active .slick-arrow:hover {
    background: #fff;
    color: #fff;
}

.blog_active .slick-next {
    left: auto;
    right: -40px;
}

.blog_active .slick-prev {
    left: -40px;
}

/*========== Blog Pagenation ========*/

.my-pagination ul.pagination {
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.my-pagination ul.pagination li.page-item {
    margin: 5px;
}
.table.custom--table.table-striped tbody tr td {
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}

.my-pagination ul.pagination li.page-item .page-link {
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
.transaction-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.transaction-wrap .form-group.profile {
    width: 80%;
}
.my-pagination ul.pagination li.page-item .page-link:hover {
    background: #0d6efd;
    color: #fff;
}

.my-pagination ul.pagination li.page-item.active .page-link {
    color: #fff;
}
.blog.blog-details:hover img {
    transform: scale(0.99);
}

.widget_box {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding: 20px;
    border-radius: 1.5rem;
}

.widget_box .property_status li {
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 5px;
}

.widget_box .popular_posts {
    display: flex;
}

.widget_box .popular_posts a img {
    width: 100px;
}

.widget_box .popular_posts .detail h4 {
    font-size: 20px;
}

.search {
    position: relative;
}

.search input {
    height: 50px;
    background-color: #fff;
    border: 1px solid var(--primary);
    padding: 15px 20px 15px 15px;
    width: 89%;
    transition: all 0.3s ease-in-out;
}

.search button {
    position: absolute;
    border: 0;
    background: var(--primary);
    height: 100%;
    width: 55px;
    line-height: 38px;
    color: #fff;
    right: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.tags li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 5px;
}

.tags li a {
    padding: 10px;
    background: var(--primary);
    color: #fff;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    border-radius: 5px;
}

.tags li a:hover {
    color: #000;
}

.popular_posts .detail {
    margin-left: 15px;
}

/*============** Blog single **============*/
.blog_img img {
    width: 100%;
}

.post-comments__title h3 {
    font-size: 28px;
}

.post-comments__latest-comments ul li .comments-box {
    overflow: hidden;
}

.post-comments__latest-comments ul li .comments-box .comments-avatar {
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin-right: 25px;
}

.post-comments__latest-comments ul li .comments-box .comments-avatar img {
    border-radius: 50%;
    height: 65px;
    width: 65px;
}

.post-comments__latest-comments ul li .comments-box .comments-text {
    overflow: hidden;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.post-comments__latest-comments
    ul
    li
    .comments-box
    .comments-text
    .avatar-name {
    overflow: hidden;
}

.post-comments__latest-comments
    ul
    li
    .comments-box
    .comments-text
    .avatar-name
    h5 {
    float: left;
    margin-right: 20px;
}

.post-comments__latest-comments
    ul
    li
    .comments-box
    .comments-text
    .avatar-name
    .comment-reply {
    color: #000;
    transition: all 0.3s ease-in-out;
}

.post-comments__latest-comments
    ul
    li
    .comments-box
    .comments-text
    .avatar-name
    .comment-reply:hover {
    color: var(--primary);
}

.post-comments__latest-comments
    ul
    li
    .comments-box
    .comments-text
    .comment-date {
    margin-bottom: 5px;
}

.post-comments__latest-comments
    ul
    li
    .comments-box
    .comments-text
    .comment-date
    span {
    font-size: 14px;
    color: var(--primary);
    font-weight: 600;
}

.post-comments__latest-comments ul li .comments-box .comments-text p {
    font-size: 15px;
    line-height: 27px;
}

.post-comments__latest-comments ul .children {
    margin-left: 100px;
}

@media (max-width: 375px) {
    .post-comments__latest-comments ul .children {
        margin-left: 10px;
    }
}

.post-comment-form {
    background: #fff;
    padding: 50px 30px 50px;
    box-shadow: 0px 0px 4px 0px rgba(11, 0, 59, 0.15);
}

.post-comment-form h3 {
    font-size: 28px;
    margin-bottom: 10px;
}

.post-comment-form span.header_requir {
    font-size: 16px;
    margin-bottom: 30px;
    display: inline-block;
}

.post-comment-form .blog-post-comment {
    position: relative;
}

.post-comment-form .blog-post-comment i {
    position: absolute;
    line-height: 50px;
    left: 20px;
    color: var(--primary);
}

.post-comment-form .blog-post-comment input {
    height: 50px;
    width: 100%;
    padding: 15px 15px 15px 50px;
    border: 0;
    background: #fff;
    border: 1px solid #ebebeb;
    transition: all 0.3s;
}

.post-comment-form .blog-post-comment input:focus {
    border: 1px solid var(--primary);
}

.post-comment-form .blog-post-comment .sidebar-contact.text-area {
    height: 140px;
    width: 100%;
    resize: none;
    border: 0;
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 12px 15px 15px 50px;
    transition: all 0.3s;
}

.post-comment-form .blog-post-comment .sidebar-contact.text-area:focus {
    border: 1px solid var(--primary);
}

.post-comment-form .post-check {
    margin-bottom: 10px;
}

.post-comment-form .post-check span {
    font-size: 14px;
    color: gray;
}

/*============** Breadcrumb **============*/
.breadcrumb_area {
    height: 450px;
    display: flex;
    background-color: var(--primary);
}

@media (max-width: 375px) {
    .breadcrumb_area {
        height: 350px;
    }
}

.breadcrumb_bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.breadcrumb_wrap {
    position: relative;
    z-index: 3;
    padding-top: 100px;
}

@media (max-width: 375px) {
    .breadcrumb_wrap {
        padding-top: 120px;
    }
}

.breadcrumb_wrap h2 {
    font-size: 55px;
    color: #fff;
}

@media (max-width: 375px) {
    .breadcrumb_wrap h2 {
        font-size: 36px;
        margin-bottom: 0;
    }
}

.breadcrumb_wrap .breadcrumb_page li {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-right: 10px;
    padding-right: 10px;
    color: #fff;
}

.breadcrumb_wrap .breadcrumb_page .breadcrumb_arrow {
    position: relative;
    margin-left: 24px;
}

.breadcrumb_wrap .breadcrumb_page .breadcrumb_arrow::before {
    position: absolute;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    top: 0px;
    right: -9px;
    font-weight: 900;
    font-size: 15px;
}

.breadcrumb_wrap .breadcrumb_page .breadcrumb_arrow::after {
    position: absolute;
    content: "\f015";
    font-family: "Font Awesome 6 Free";
    top: 0px;
    left: -22px;
    font-weight: 900;
    font-size: 14px;
}

.breadcrumb_wrap .breadcrumb_page .breadcrumb_arrow a {
    transition: all 0.3s ease-in-out;
}

.breadcrumb_wrap .breadcrumb_page .breadcrumb_arrow:hover a {
    color: var(--primary);
}

/*============** Contact **============*/
.contact-form.padding {
    padding: 60px 40px;
}

.contact-info__addres-wrap {
    margin-right: 30px;
}

@media (max-width: 768px) {
    .contact-info__addres-wrap {
        margin-right: 0px;
    }
}

.contact-form {
    padding: 50px 40px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

@media (max-width: 375px) {
    .contact-form {
        padding: 30px 25px;
    }
}

.contact_bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.contact_bg:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background: rgba(12, 68, 117, 0.8);
    opacity: 0.5;
    z-index: -2;
}

.contact-box {
    position: relative;
}

.contact-box i {
    position: absolute;
    right: 20px;
    line-height: 63px;
    color: var(--primary);
}

.contact-box__contact-home {
    height: 60px;
    padding: 15px;
    width: 100%;
    border: none; /* Remove all borders */
    border-bottom: 1px solid #808080; /* Add only bottom border */
    transition: all 0.3s ease-in-out;
    background: #ffffff;
    color: #808080;
}

.contact-box__contact-home:focus {
    border: 1px solid var(--primary);
}

.contact-box__contact-home.select {
    background-color: #f7f7f7;
    margin-bottom: 50px;
    font-size: 16px;
}

.contact-box__contact-home.select ul {
    width: 50%;
}

.contact-box__contact-home.text-area {
    height: 150px;
    resize: none;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.contact-box__contact-home.text-area:focus {
    border: 1px solid var(--primary);
}

button.contact-btn {
    border: 0;
    cursor: pointer;
}

.contact-info.mb-30 {
    background: #fff;
}

.contact-right-wrap .section-title h2 {
    font-size: 45px;
}

.single_wrapper {
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    padding: 15px;
    text-align: center;
}

.single_wrapper .cont-icon i {
    font-size: 45px;
    color: var(--primary);
    margin-bottom: 10px;
    display: block;
}

.single_wrapper .single-info h5 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.single_wrapper .single-info .cont-text h6 {
    font-size: 20px;
    font-weight: 400;
    color: #727272;
    line-height: 0.9;
}

.contact-google-map iframe {
    width: 100%;
    height: 700px;
    /* margin-bottom: -8px; */
    margin: 0 -4px -8px -4px;
}

/*============** Term Of Service **============*/
.single-terms h3 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    border-bottom: 1px solid var(--primary);
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.single-terms p {
    margin-bottom: 15px;
}

/*============** Login Start **============*/
/*============** Profile **============*/
.form-group.profile .single-input {
    position: relative;
}
.transaction-wrap .theme_btn_sm {
    padding: 10px 20px;
    margin-top: 36px;
}

.form-group.profile .single-input input {
    background: #f5f7f7;
    color: #424242;
    width: 100%;
    height: 54px;
    padding: 10px 40px 10px 15px;
    border: none;
    transition: all 0.3s ease-in-out;
}

.form-group.profile .single-input.transaction_number input {
    border-radius: 0px;
    background: #f5f7fb;
    width: 100%;
    height: 50px;
    padding: 10px 40px 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

button.input-group-text.bg-theme-color {
    background: var(--primary);
    border: 2px solid var(--primary);
    font-size: 20px;
}

.form-group.profile .single-input input:focus {
    border: 1px solid var(--primary);
}

.input-group.custom_mobile input {
    background: #f5f7fb;
}

.form-group.profile label {
    font-size: 16px;
    color: #000;
    margin: 0 0 10px;
    display: block;
}

.form-group.profile i {
    position: absolute;
    right: 14px;
    top: 50%;
    color: var(--primary);
    transform: translateY(-50%);
    cursor: pointer;
}

.form-group.profile .custom_copy_icon {
    position: absolute;
    right: 5px;
    top: 50%;
    color: var(--primary);
    transform: translateY(-50%);
    cursor: pointer;
}

.form-group.profile .single-input.text_area i {
    top: 23px;
}

.form-group.profile textarea {
    border-radius: 5px;
    background: #f5f7fb;
    width: 100%;
    height: 100px;
    padding: 10px 40px 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    resize: none;
}

.form-group.profile textarea:focus {
    border: 1px solid var(--primary);
}

.form-group.profile textarea i {
    top: 23px;
}

.login_bg {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.register_wrapper,
.login_wrapper {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 29px;
    background-color: #fff;
}

.login .form-group.profile label {
    font-size: 16px;
}

.login .form-group.profile .single-input input {
    height: 45px;
}

.login_social a {
    width: 100%;
    padding: 8px 0;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    outline: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_social a i {
    font-size: 20px;
    padding-right: 10px;
}

.login_social .facebook_log {
    background: #3b5998;
}

.login_social .google_log {
    background: #1a73e8;
}

.login_or {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.loging_text {
    font-weight: 600;
}

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

.login_bottom a {
    color: var(--primary);
}

.register_bottom .regis_btn {
    display: inline-block;
    padding: 5px;
    text-transform: capitalize;
    background-color: none;
    padding: 0;
}

.register_bottom .regis_btn a {
    color: var(--primary);
}

.register_bottom .regis_btn a:hover {
    text-decoration: underline;
}

/*============** Dashboard **============*/
.dashboard_profile {
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 30px;
}
.custom--table tbody td {
    font-size: 14px;
    font-weight: 300;
}
.dashboar_wrap {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 30px 0px 0px 30px;
}
@media (max-width: 992px) {
    .dashboar_wrap {
        margin: 30px 0px 0px 0px;
    }
}
.dashboard_profile_wrap {
    position: relative;
}
.dashboard_profile_wrap .photo_upload label i {
    color: var(--primary);
    font-size: 20px;
}
.dashboard_profile_wrap h3 {
    font-size: 18px;
}

.dashboard_profile_wrap .photo_upload {
    display: inline-block;
    padding: 10px 0px 0px;
    position: absolute;
    top: 0px;
    margin-left: 30px;
    /* display: none; */
    /* opacity: 0; */
    /* visibility: hidden; */
}

.dashboard_profile_wrap .photo_upload .upload_file {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    display: none;
}

.dashboard_profile_wrap .profile_photo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto 0px;
}

.dashboard_profile_wrap h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 3px;
    letter-spacing: 1px;
}

.dashboard_profile_wrap p {
    margin-bottom: 10px;
}

.dashboard_profile__details ul li a {
    border-bottom: 1px solid #ebebeb;
    color: #424242;
    padding: 12px 20px 12px 20px;
    display: block;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.dashboard_profile__details ul li a i {
    margin-right: 10px;
}

.dashboard_profile__details ul li a:hover {
    color: var(--primary);
}

.dashboard_profile__details ul li a.active {
    color: var(--primary);
}

.dashboard_item.dash_color_1 {
    /* background: #1ec38b; */
    border: 1px solid var(--primary);
}

.dashboard_item.dash_color_2 {
    /* background: #f91; */
    border: 1px solid var(--primary);
}

.dashboard_item.dash_color_3 {
    /* background: #6ae; */
    border: 1px solid var(--primary);
}

.dashboard_box {
    padding: 30px;
    background: #fff;
}

.dashboard_box .title {
    font-size: 30px;
    letter-spacing: 1px;
}

.dashboard_box .dashboard_body .dashboard_item {
    /* border-radius: 8px; */
    padding: 30px;
    text-align: center;
}

.dashboard_box .dashboard_body .dashboard_item .info h6 {
    font-size: 40px;
    font-weight: 500;
    /* color: #fff; */
    color: var(--primary);
}

.dashboard_box .dashboard_body .dashboard_item .info p {
    /* color: #fff; */
    color: #000;
}

/*============** Custom Table **============*/
.table.my_custom_table {
    overflow: hidden;
}

.table.my_custom_table thead tr th:last-child {
    text-align: end;
}

@media (max-width: 375px) {
    .table.my_custom_table thead tr th:last-child {
        text-align: start;
    }
}

.table.my_custom_table thead tr th {
    border-top: none;
    padding: 13px 19px;
    color: #fff;
    background-color: var(--primary);
    border: none;
    border-bottom-color: currentcolor;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 768px) {
    .table.my_custom_table thead tr th {
        padding: 7px 10px;
    }
}

@media (max-width: 375px) {
    .table.my_custom_table thead tr th {
        padding: 7px 10px;
    }
}

.table.my_custom_table thead tr td {
    padding: 20px;
}

.table.my_custom_table tbody tr td:last-child {
    text-align: end;
}

@media (max-width: 375px) {
    .table.my_custom_table tbody tr td:last-child {
        text-align: start;
    }
}

.table.my_custom_table tbody tr:nth-child(2n) {
    background-color: #f5fafd;
}

.table.my_custom_table tbody tr {
    border-bottom: 1px solid #2fca2d;
}

.table.my_custom_table tbody tr td {
    padding: 15px 25px;
    position: relative;
}

.table.my_custom_table tbody tr td .table_btn {
    background: var(--primary);
    padding: 5px 10px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.table.my_custom_table tbody tr td .table_btn:hover {
    color: #001d23;
}

@media (max-width: 375px) {
    .table.my_custom_table tbody tr td {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
    }
}

.table.my_custom_table tbody tr td i {
    cursor: pointer;
}

/*============** Profile **============*/
.form-group.profile .single-input {
    position: relative;
}

.form-group.profile .single-input input:focus {
    border: 1px solid var(--primary);
}

.form-group.profile label {
    font-size: 16px;
    color: #000;
    margin: 0 0 10px;
    display: block;
    font-weight: 500;
}

.form-group.profile i {
    position: absolute;
    right: 14px;
    top: 50%;
    color: var(--primary);
    transform: translateY(-50%);
    cursor: pointer;
}

.form-group.profile .single-input.text_area i {
    top: 23px;
}

.form-group.profile textarea {
    border-radius: 5px;
    background: #f5f7fb;
    width: 100%;
    height: 100px;
    padding: 10px 40px 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    resize: none;
}

.form-group.profile textarea:focus {
    border: 1px solid var(--primary);
}

.form-group.profile textarea i {
    top: 23px;
}

.form-group.profile select {
    height: 54px;
    background: #f7f7f7;
}

/*====== My Poperti Listing ======*/
.my_properties_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.my_properties_wrap__thumb {
    width: 115px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 10px;
}

.my_properties_wrap__content h4 {
    font-size: 18px;
    margin-bottom: 0;
}

.my_properties_wrap__content .location_date p {
    font-size: 15px;
}

.table.my_custom_table.my_listing tbody tr {
    vertical-align: middle;
}

.table.my_custom_table.my_listing tbody tr td .danger {
    color: #dc3545;
    display: inline-block;
    margin-left: 3px;
}

.dashboard_box .dashboard_body .login_wrapper {
    box-shadow: none;
    padding: 12px;
}

.photo_upload.property_img_upload label {
    align-items: center;
    display: flex;
    justify-content: center;
    background: #fff none repeat scroll 0 0;
    border: 2px dashed var(--primary);
    padding: 50px 20px;
    text-align: center;
    font-size: 20px;
    color: var(--primary);
}

.photo_upload.property_img_upload label i {
    margin-right: 5px;
}

.dashboard_body .login_wrapper .form-group.profile label {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.dashboard_body .login_wrapper .nice_select_wrapper .nice-select {
    background: #f5f7fb;
    height: 53px;
}

.dashboard_body .property_features_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dashboard_body .property_features_wrap .single_check {
    flex: 33%;
}

/*============** Header **============*/
.header-main-menu .mean-container .mean-bar {
    top: 0px;
    right: 0;
    width: 99%;
}

@media (max-width: 576px) {
    .header-main-menu .mean-container .mean-bar {
        right: 2px;
        width: 100%;
    }
}

.border-right {
    position: relative;
    display: flex;
}

.border-right:after {
    position: absolute;
    left: -2px;
    height: 51%;
    width: 2px;
    background: #fff;
    content: "";
    color: #fff;
    top: 6px;
}

.header_top_right .nice_select_wrapper .nice-select::after {
    left: 80%;
}

.header_top {
    padding: 20px 0;
}

@media (max-width: 576px) {
    .header_top .header_top_left {
        display: none;
    }
}

.header_top .header_top_left ul {
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .header_top .header_top_left ul {
        justify-content: center;
    }
}

.header_top .header_top_left ul li {
    display: flex;
    padding-right: 20px;
    align-items: center;
    color: #fff;
    position: relative;
}

@media (max-width: 375px) {
    .header_top .header_top_left ul li {
        padding-right: 5px;
    }
}

.header_top .header_top_left ul li p {
    color: #fff;
}

.header_top .header_top_left ul li i {
    color: #fff;
    margin-right: 7px;
}

.header_top .header_top_left ul a {
    font-size: 16px;
    transition: all 0.4s linear;
}

@media (max-width: 576px) {
    .header_top .header_top_left ul a {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .header_top .header_top_left ul a {
        font-size: 14px;
    }
}

.header_top .header_top_left ul a:hover {
    color: #000;
}

.header_top .header_top_left ul a i {
    color: #fff;
    margin-right: 7px;
}

.header_top_right {
    display: flex;
    justify-content: end;
}

@media (max-width: 768px) {
    .header_top_right {
        justify-content: center;
    }
}

.header_top_right ul li {
    display: inline-block;
    padding-left: 10px;
    color: #fff;
}

@media (max-width: 768px) {
    .header_top_right ul li {
        padding-left: 5%;
    }
}

.header_top_right ul li a {
    font-size: 16px;
}

.header_top_right ul li a i {
    color: #fff;
}

.header_top_right .login_top {
    color: #fff;
    margin-right: 12px;
}

.header_top_right .login_top a {
    border-bottom: 2px solid transparent;
}

.header_top_right .login_top a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

@media (max-width: 768px) {
    .menu_right_wrapper.mobile .btn.style-1 {
        background: inherit;
        border: 0;
    }
}

.header-main-menu.sticky {
    background: white;
}

.header-main-menu.sticky .theme_btn.header_btn.theme_btn_hover {
    border: 2px solid #fff;
    padding: 13px 28px;
}

.header-main-menu {
    padding: 8px 0;
}

@media (max-width: 991px) {
    .header-main-menu {
        padding: 12px 0;
    }
}

@media (max-width: 768px) {
    .header-main-menu {
        padding: 15px 0px;
    }
}

@media (max-width: 375px) {
    .header-main-menu {
        padding: 15px 0px;
    }
}

.header-main-menu .logo img {
    position: relative;
    z-index: 100;
    max-width: 180px;
}

.header-main-menu .logo a {
    font-size: 30px;
    font-weight: 700;
    color: #3c3c3c;
}

.header-main-menu .main_menu {
    text-align: right;
}

.header-main-menu .main_menu ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-main-menu .main_menu ul li {
    display: inline-block;
    margin-left: 30px;
}

.header-main-menu .main_menu ul li:last-child {
    line-height: 0;
}

.header-main-menu .main_menu ul li:last-child:hover {
    color: var(--primary);
}

.header-main-menu .main_menu ul li .btn:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .header-main-menu .main_menu ul li {
        padding-left: 8px;
    }
}

.header-main-menu .main_menu ul li:hover > a {
    border-bottom: 2px solid #fff;
}

.header-main-menu .main_menu ul li a {
    text-transform: capitalize;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #fff;
}

.header-main-menu .main_menu ul li a:hover {
    border-bottom: 2px solid #fff;
}

.header-main-menu .main_menu ul li a.theme_btn {
    border: 0;
}

.header-main-menu .main_menu ul li a.theme_btn:hover {
    color: var(--primary);
}

.header-main-menu .main_menu ul li a i {
    transition: all 0.3s ease-in-out;
}

.header-main-menu .main_menu ul li a a.menu_search_wrap__search_icon:hover i {
    color: var(--primary);
}

.header-main-menu .main_menu ul li a.active {
    border-bottom: 2px solid #2e2e2e;
}

.header-main-menu .main_menu ul li .btn i {
    margin-top: 10px;
    position: relative;
}

.header-main-menu .header-main-menu .main_menu ul li .theme_btn:hover {
    border-bottom: 0;
}

.header-main-menu a.menuu_search_wrap__search_icon.search-toggler {
    transition: all 0.3s ease-in-out;
}

.header-main-menu a.menuu_search_wrap__search_icon.search-toggler:hover i {
    color: var(--primary);
}

.header-main-menu .main_menu ul li.menu-item-has-children {
    position: relative;
}

.header-main-menu .main_menu ul li ul.sub-menu {
    position: absolute;
    z-index: 3;
    min-width: 220px;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    top: 50%;
    left: 26px;
    opacity: 0;
    visibility: hidden;
    transform: scale(50%);
    transition: all 0.3s ease-in-out;
}

.header-main-menu .main_menu ul li ul.sub-menu li {
    display: block;
    text-align: left;
}

.header-main-menu .main_menu ul li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.header-main-menu .main_menu ul li ul.sub-menu li:last-child {
    border-bottom: 0px;
}

.header-main-menu .main_menu ul li ul.sub-menu li a {
    padding: 10px 0px 10px 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.header-main-menu .main_menu ul li ul.sub-menu li:hover a {
    padding: 10px 16px;
}

.header-main-menu .main_menu ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(100%);
    transform: scale(100%);
    top: 100%;
}

.header-main-menu
    .main_menu
    ul
    li.menu-item-has-children.menu_last_item
    ul.sub-menu {
    left: -182%;
}

.header-main-menu
    .main_menu
    ul
    li.menu-item-has-children.menu_last_item
    ul.sub-menu
    li {
    padding: 0 20px;
}

.header-main-menu
    .main_menu
    ul
    li.menu-item-has-children.menu_last_item
    ul.sub-menu
    li
    a
    i {
    margin-left: -20px;
    display: inline-block;
    padding-right: 16px;
}

/*============== Nice select Style ============*/
.nice_select_wrapper .nice-select {
    background: transparent;
}

.nice_select_wrapper .nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #000;
}

.nice_select_wrapper .nice-select .list {
    background-color: var(--primary);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search_popup_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease,
        -webkit-transform 500ms ease;
}

.search_popup_wrap__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3e5e5e;
    opacity: 0.75;
    cursor: pointer;
}

.search_popup_wrap__content {
    width: 100%;
    max-width: 560px;
}

.search_popup_wrap__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
}

.search_popup_wrap__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: var(--primary);
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-left: 1px solid transparent;
}

.search_popup_wrap__content .thm-btn:hover {
    background-color: #fff;
    border-left: 1px solid var(--primary);
}

.search_popup_wrap__content .thm-btn:hover i {
    color: var(--primary);
}

.search_popup_wrap__content .thm-btn i {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search_popup_wrap.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search_popup_wrap__content form input[type="search"],
.search_popup_wrap__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

/*============** Footer **============*/
.footer-bg {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .footer-bg {
        padding: 60px 0 0;
    }
}

@media (max-width: 375px) {
    .footer-bg {
        padding: 60px 0 0;
    }
}

.footer-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(17 19 22 / 90%);
    z-index: -1;
}

.footer-widget img {
    margin-top: -10px;
}

.footer-widget__title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 500;
}

@media (max-width: 375px) {
    .footer-widget__title {
        margin-bottom: 15px;
    }
}

.footer-widget p {
    color: #fff;
    margin-bottom: 10px;
    padding-right: 20px;
}

.footer-widget__location ul {
    margin-bottom: 20px;
}

.footer-widget__location ul li {
    display: block;
    margin-right: 10px;
    color: #fff;
    margin-bottom: 10px;
}

.footer-widget__location ul li h5 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
}

.footer-widget__location ul li i {
    margin-right: 10px;
    color: #fff;
}

.footer-widget__location ul li span {
    color: #fff;
}

.footer-widget__location ul li span a:hover {
    color: var(--primary);
}

.footer-widget__userful-link ul li {
    padding-bottom: 7px;
}

.footer-widget__userful-link ul li:hover a {
    padding-left: 5px;
    color: var(--primary);
}

.footer-widget__userful-link ul li a {
    display: inline-block;
    color: #fff;
    position: relative;
}

.footer-widget__recent ul li {
    margin-bottom: 20px;
}

.footer-widget__recent ul li .list-item {
    display: flex;
}

.footer-widget__recent ul li .list-item img {
    height: 86px;
    width: 70px;
}

.footer-widget__recent ul li .list-item-info {
    padding-left: 15px;
}

.footer-widget__recent ul li .list-item-info a {
    transition: all 0.3s ease-in-out;
}

.footer-widget__recent ul li .list-item-info a:hover {
    color: #000;
}

.social_icons {
    display: flex;
}

.social_icons li {
    margin-right: 10px;
}

.social_icons li a {
    height: 40px;
    width: 40px;
    background: var(--primary);
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

.social_icons li a:hover i {
    color: #000;
}

.social_icons li a i {
    margin: 0;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.footer-bottom {
    padding: 25px 0 10px;
    background-color: var(--primary);
}

.footer-bottom__copyright-text {
    text-align: center;
}

.footer-bottom__copyright-text p {
    color: #fff;
    font-size: 16px;
}

.footer-bottom__copyright-text p span {
    color: #001d23;
    transition: al 0.3s ease-in-out;
}

.footer-bottom__copyright-text p span:hover a {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nice_select_wrapper select {
    background: #f7f7f7;
    width: 100%;
    height: 54px;
    padding: 10px 40px 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    color: #757575;
    border: none;
}
select.language-select {
    height: 24px;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
}

select.language-select option {
    color: #000;
}

.ticket_view_btn:hover {
    background-color: var(--primary);
    color: white;
}
.ticket_view_btn {
    border: 1px solid var(--primary);
}

select.form--control {
    border: none;
    border-radius: 0;
}

.input-group-text {
    border: none;
    border-radius: 0;
}
input#mobile {
    border: none;
    background: #f7f7f7;
}

.form-group.profile .single-input input::placeholder {
    color: #1d1d1d;
}
