:root {
    --thm-base: #1e78f0;
    --thm-base-rgb: 255, 168, 1;
    --thm-primary: #004aad;
    --thm-primary-rgb: 64, 185, 235;
    --thm-secondary: #ff0143;
    --thm-secondary-rgb: 255, 1, 67;
    --thm-black: #082740;
    --thm-black-rgb: 8, 39, 64;
    --thm-gray: #eceeef;
}

/* @import url('db.onlinewebfonts.com/c/53f9cfba1dd5f4834ce9e83579f1d5a9?family=AlbertusNovaW07-Bold'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');


@font-face {
    font-family: "Albertus Nova";
    src: url(../fonts/AlbertusNova-Bold.woff)format("woff"),
        url(../fonts/AlbertusNova.woff)format("woff"),
        url(../fonts/AlbertusNova.ttf)format("truetype"),
        url(../fonts/AlbertusNova-Bold.ttf)format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* @font-face {
    font-family: "Albertus Nova";
    src:
        url(../fonts/AlbertusNova.ttf) format('truetype'),
        url(../fonts/AlbertusNova-Bold.ttf) format('truetype');
} */

body {
    color: #7c859b;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    font-style: normal !important;
}

@media (min-width: 320px) {
    body {
        overflow-x: hidden !important;
    }
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 99;
}

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

.block-title {
    margin-bottom: 60px;
}

.block-title p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #878787;
}

.block-title h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 57px;
    text-align: center;
    color: #4a4a4a;
}

.block-title p+h3 {
    margin-top: 15px;
}

@media (max-width: 786px) {
    .mainsec {
        padding: 3rem 0rem;
    }
}

.thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: #ff914d;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    padding: 12px 50.5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    left: -4px;
    border-top-right-radius: 5px;
}

.thm-btn:hover {
    background-color: var(--thm-primary);
    color: #ffffff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
    border-top: 1px solid var(--thm-gray);
}

.bootstrap-select .dropdown-menu>li.selected>a {
    background: var(--thm-primary);
    color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: var(--thm-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
    background: var(--thm-primary);
    color: #fff;
    cursor: pointer;
}


/* datepicker */

.datepicker.dropdown-menu {
    min-width: 17rem;
}

.datepicker table {
    width: 100%;
}

.post-pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.post-pagination a {
    border-radius: 50%;
    background-color: var(--thm-gray);
    color: #9ca3a9;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.post-pagination a:hover {
    background-color: var(--thm-primary);
    color: #fff;
}

.post-pagination a.active {
    background-color: var(--thm-base);
    color: #fff;
    cursor: auto;
}

.post-pagination a+a {
    margin-left: 15px;
}


/* owl dots style */

.thm__owl-carousel .owl-dots {
    margin-top: 20px;
}

.thm__owl-carousel .owl-dots .owl-dot {
    outline: none;
}

.thm__owl-carousel .owl-dots .owl-dot span {
    margin: 0 2.5px;
    padding: 0;
    width: 14px;
    height: 14px;
    background-color: var(--thm-gray);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm__owl-carousel .owl-dots .owl-dot:hover span,
.thm__owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--thm-primary);
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot span {
    background-color: #fff;
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot:hover span,
.thm__owl-carousel.light-dots .owl-dots .owl-dot.active span {
    background-color: var(--thm-primary);
}


/*
.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    width: 50px;
    height: 50px;
} */

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}

.preloader .cover {
    z-index: 999999;
    background: #fff;
    position: absolute;
    width: 100%;
    height: 80px;
    transition: transform 3s ease-in-out;
    /* transition-delay: .1s; */
}

.preloader .cover.covering {
    transform: translateY(-100%);
}

.scroll-to-top {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: var(--thm-primary);
    position: fixed;
    bottom: 29px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--thm-black);
}

.scroll-to-top:hover i {
    color: #fff;
}

.thm-base-bg {
    background-color: var(--thm-primary);
}

.thm-base-bg-2 {
    background-color: var(--thm-base);
}

.thm-gray-bg {
    background-color: var(--thm-gray);
}


/* home 5 */

.home-5__content-wrap {
    background-color: var(--thm-black);
    position: relative;
}

.home-5__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-5__bg-inner {
    height: 100% !important;
}

.home-5__social {
    position: absolute;
    top: 50%;
    left: 120px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    z-index: 100;
}

.home-5__social a {
    color: #fff;
    font-size: 22px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.home-5__social a:hover {
    color: var(--thm-primary);
}

.home-5__social a+a {
    margin-top: 15px;
}

.home-5__floated-text {
    font-size: 400px;
    font-weight: 200;
    color: #ffffff;
    letter-spacing: 0.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 10;
    text-align: center;
    opacity: 0.05;
}


/* home 7 */

.home-7-content-wrap {
    position: relative;
}

.home-7-content__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -37px;
    background-position: top;
    background-repeat: no-repeat;
    background-position: bottom center;
    opacity: 0.07;
    background-color: #004c85;
    background-blend-mode: multiply;
    z-index: 10;
}

.home-7-content-wrap .container {
    position: relative;
    z-index: 11;
}


/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

.topbar-one {
    background-color: #004c85;
}

.topbar-one .container-fluid {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.topbar-one__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 60px;
}

.topbar-one__left a {
    color: #a4cae5;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.topbar-one__left a:hover {
    color: #fff;
}

.topbar-one__left a+a {
    margin-left: 40px;
}

.topbar-one__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.topbar-one__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 60px;
}

.topbar-one__social a {
    font-size: 14px;
    color: #a4cae5;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.topbar-one__social a:hover {
    color: var(--thm-base);
}

.topbar-one__social a+a {
    margin-left: 30px;
}

@media (min-width: 992px) {
    .ourproducts {
        position: absolute;
        width: 100%;
        left: 0px;
        background-color: #214090;
        color: #fff;
        z-index: 99999999999;
    }
}

.topbar-one__guide-btn {
    background-color: var(--thm-base);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--thm-black);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.topbar-one__guide-btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.topbar-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 40px;
}

.topbar-one .bootstrap-select>.dropdown-toggle {
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #a4cae5;
    padding: 11px 0px;
    background-color: transparent;
}

.topbar-one .bootstrap-select+.bootstrap-select {
    margin-left: 10px;
}

.topbar-one .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.topbar-one__home-7 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.topbar-one__home-7 .topbar-one__spacer {
    width: 1px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.07);
    margin-left: 40px;
    margin-right: 40px;
}

.topbar-one__home-7 .topbar-one__left {
    padding-left: 0;
}

.topbar-one__home-7 .topbar-one__social {
    margin-right: 0;
}


/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

header.main-nav__header-one {
    background-color: #ffff;
    color: #1a202c;
    box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 6%);
    border-bottom: 1px solid #d4d6e8;
}

img.main-logo {
    width: 165px;
}

.main-nav__header-one .container {
    position: relative;
}

.main-nav__logo-box {
    text-align: center;
    width: 100%;
    max-width: 186px;
    display: block;
    margin-right: 23px;
}

button.loginbtn {
    background-color: transparent;
    color: #214090;
    font-size: 16px;
    margin-right: 18px;
    border: 2px solid #214090;
    padding: 4px 34px;
}

button.loginbtn:hover {
    background-color: #214090;
    color: #fff !important;
    border: 2px solid #214090;
}

button.joinusbtn {
    border: 2px solid #faa81e;
    background: #faa81e;
    border-radius: 4px;
    color: #ffff;
    font-size: 16px;
    padding: 4px 28px;
    border-radius: 0px;
    /* margin-left: 5px; */
    margin-right: 14px;
}

button.joinusbtn:hover {
    background-color: #fff;
    color: #faa81e;
    border: 2px solid #faa81e;
}

.main-nav__logo-box .side-menu__toggler {
    font-size: 20px;
    color: var(--thm-black);
}

@media (min-width: 1200px) {
    .main-nav__header-one .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .main-nav__logo-box .side-menu__toggler {
        display: none;
    }

    .main-nav__main-navigation {
        -webkit-box-pack: center;
        justify-content: center;
        /* margin-left: auto; */
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }
}

@media (max-width: 1199px) {
    .main-nav__logo-box {
        padding: 20px 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .main-nav__main-navigation,
    .main-nav__right {
        display: none !important;
    }

    .main-nav__logo-box {
        width: 100%;
        max-width: 100%;
    }

    .main-nav__header-one {
        padding-right: 0px;
    }
}

.main-nav__main-navigation .main-nav__navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 11px;
}

.main-nav__main-navigation .main-nav__navigation-box,
.main-nav__main-navigation .main-nav__navigation-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li+li {
    /* margin-left: 15px; */
}

.main-nav__main-navigation .main-nav__navigation-box>li {
    padding: 27.5px 0px;
}

.dropdown {
    position: static !important;
}

.main-nav__main-navigation .main-nav__navigation-box>li>a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #1a202c;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none !important;
}

.main-nav__main-navigation .main-nav__navigation-box>li>.active>a {
    color: red !important;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
    color: #214090;
}


/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
    display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-top: 2px solid var(--thm-base);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    z-index: 991;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
    position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
    border-top: 1px solid #1e78f0;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
    display: block;
    color: var(--thm-black);
    font-size: 14px;
    word-break: break-all;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none !important;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
    color: #fff;
    background-color: var(--thm-base);
}


/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
    top: 100%;
    left: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}


/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
    top: 0;
    left: 100%;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
}


/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li ul {
    display: none;
}

.main-nav__right {
    margin-left: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-right: 0px;
    gap: 0px;
}

.main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 96px;
}

.main-nav__right .bootstrap-select>.dropdown-toggle {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(236, 238, 239);
    font-size: 14px;
    font-weight: 500;
    color: #9ca3a9;
    /*padding: 11px 20px;*/
    background-color: #fff;
}

.main-nav__right .bootstrap-select+.bootstrap-select {
    margin-left: 10px;
}

.main-nav__login,
.main-nav__search {
    font-size: 21px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

nav.header-navigation.stricky.original {
    box-shadow: 0px 6px 13px 0px rgb(0 0 0 / 6%);
}

.main-nav__login:hover,
.main-nav__search:hover {
    color: #202b73;
}

.main-nav__search {
    margin-right: 0px;
    /* margin-top: 7px; */
}

.main-nav__login {
    /* margin-right: 40px; */
}

.footer-widget__logo img {
    width: 250px;
}

.stricked-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.stricked-menu .img-main {
    display: block !important;
}

.stricked-menu .img-white {
    display: block !important;
}

.img-main {
    display: none;
}

.stricked-menu .img-white {
    display: none !important;
}

.stricked-menu .main-nav__navigation-box>li>a,
.stricked-menu .main-nav__login,
.stricked-menu .main-nav__search {
    color: #204090 !important;
}

.stricked-menu button.loginbtn {
    color: #204090;
    border-color: #204090 !important;
}

.stricked-menu.stricky-fixed {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    padding-right: 3em;
    padding-left: 3em;
}

.site-header__home-two-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #214090 !important;
}

.site-header__home-two .main-nav__logo-box {
    background-color: transparent;
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 123px;
    margin-right: 125px;
}

.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li {
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li>a {
    color: #ffffff;
}

.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
    color: var(--thm-secondary);
}

.site-header__home-two {
    padding-left: 120px;
    padding-right: 120px;
}

.site-header__home-two .main-nav__right {
    padding-right: 0;
}

.site-header__home-two .main-nav__login,
.site-header__home-two .main-nav__search {
    color: #fff;
    margin-right: 0;
    margin-left: 30px;
}

.site-header__home-two .main-nav__search {
    margin-left: 175px;
}

@media (max-width: 1440px) {
    .site-header__home-two .main-nav__search {
        margin-left: 50px;
    }
}

@media (max-width: 1280px) {
    .site-header__home-two .main-nav__search {
        margin-left: 20px;
    }

    .site-header__home-two .main-nav__right .bootstrap-select+.bootstrap-select {
        margin-left: 20px;
    }

    .site-header__home-two .main-nav__logo-box {
        margin-right: 70px;
    }
}

.site-header__home-two-wrap .topbar-one {
    background-color: #082740;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 120px;
    padding-right: 120px;
}

.site-header__home-two-wrap .topbar-one__left {
    padding-left: 0;
}

.site-header__home-two-wrap .topbar-one__social {
    margin-right: 0;
}

.site-header__home-two .main-nav__right .bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
    font-size: 16px;
    border: none;
    color: #ffffff;
}

.site-header__home-two .main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 48px;
    position: relative;
    top: -4px;
}

.site-header__home-two .main-nav__right .bootstrap-select+.bootstrap-select {
    margin-left: 30px;
}

.site-header__home-two .stricked-menu {
    background-color: var(--thm-black);
    padding-left: 120px;
    padding-right: 120px;
}

.main-nav__header-three {
    background-color: #004c85;
}

.main-nav__header-three .stricked-menu {
    background-color: #004c85;
}

.main-nav__header-four .container,
.main-nav__header-three .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
}

.main-nav__header-four .main-nav__logo-box,
.main-nav__header-three .main-nav__logo-box {
    background-color: transparent;
    max-width: 123px;
    padding: 0;
}

.main-nav__header-four .main-nav__main-navigation,
.main-nav__header-three .main-nav__main-navigation {
    -webkit-box-pack: center;
    justify-content: center;
    margin-left: auto;
}

.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li {
    padding-top: 39.5px;
    padding-bottom: 39.5px;
}

.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li>a {
    color: #a2c8e4;
}

.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li>a {
    color: #9ca3a9;
}

.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
    color: #ffffff;
}

.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
    color: var(--thm-primary);
}

.main-nav__header-four .main-nav__right,
.main-nav__header-three .main-nav__right {
    padding-right: 0;
}

.header-four__btn,
.header-three__btn {
    padding: 10px 36.5px;
}

.main-nav__header-four {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.main-nav__header-6 {
    width: 100px;
    height: 100vh;
    background-color: var(--thm-gray);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 991;
}

.main-nav__header-6 .header-navigation,
.main-nav__header-6 .main-nav__logo-box,
.main-nav__header-6 .header-navigation .container {
    height: 100%;
}

.main-nav__header-6 .main-nav__logo-box {
    margin: 0;
    padding: 30px 0;
    position: relative;
}

.main-nav__header-6 .main-nav__logo-box .side-menu__toggler {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 18px;
    border-top: 2px solid var(--thm-black);
    border-bottom: 2px solid var(--thm-black);
}

.main-nav__header-6__copy {
    text-transform: uppercase;
    margin: 0;
    color: #9ca3a9;
    font-size: 16px;
    line-height: 1em;
    font-weight: 400;
    position: absolute;
    bottom: 16%;
    left: -84%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    z-index: 91;
    display: block;
    width: 200px;
    word-wrap: unset;
}

.main-nav__header-6 .stricked-menu {
    display: none !important;
}

.main-nav__header-6 .main-nav__main-navigation {
    display: none;
}

.main-nav__header-8 {
    background-color: #082740;
}

.main-nav__header-8 .main-nav__main-navigation {
    width: 100%;
    margin-left: 0;
}

.main-nav__header-8 .main-nav__main-navigation .main-nav__navigation-box {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
}

.main-nav__header-8 .main-nav__main-navigation .main-nav__navigation-box>li:nth-child(3) {
    margin-right: auto;
}

.main-nav__header-8 .container {
    position: relative;
}

.main-nav__header-8 .stricked-menu {
    background-color: #082740;
}

@media (min-width: 1200px) {
    .main-nav__header-8 .container {
        max-width: 800px;
    }

    .main-nav__header-8 .main-nav__logo-box {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.main-nav__header-8 .main-nav__logo-box {
    margin-right: 0;
}

.site-header__home-5 .side-menu__toggler {
    width: 22px;
    height: 18px;
    display: block;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.site-header__home-5 .main-nav__logo-box {
    max-width: 230px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 0;
}

.site-header__home-5 .main-nav__logo-box__sep {
    width: 1px;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: flex;
}

.site-header__home-5 .main-nav__main-navigation {
    display: none;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/* default size */

.site-footer {
    border-top: 1px solid #131a45;
    padding-top: 55px;
    position: relative;
    background-color: #001554;
    z-index: 99;
}

.site-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0.05;
    background-color: #141A45;
    padding: 0rem 3rem !important;
}

.site-footer .container {
    position: relative;
}

.footer-widget__column {
    -webkit-box-flex: 1;
    flex: 1 1 33.333333%;
    max-width: 33.333333;
    padding-left: 27.5px;
    padding-right: 27.5px;
    margin-bottom: 30px;
}


.site-footer__social i {
    padding: 8px 8px;
    border-radius: 50px;
    /* margin-right: 10px !important; */
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    height: 100%;
    margin: auto;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0px 5px;
}




/* custom size */

.footer-widget__about {
    -webkit-box-flex: 1;
    flex: 1 1 33%;
    max-width: 33%;
}

.footer-widget__gallery {
    -webkit-box-flex: 1;
    flex: 1 1 33%;
    max-width: 50%;
}

.footer-widget__links,
.footer-widget__options {
    -webkit-box-flex: 1;
    flex: 1 1 20.66666%;
    max-width: 70.6666%;
}

.footer-widget__links {
    /* padding-left: 57.5px; */
}

.footer-widget__links-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/* gallery widget */

.footer-widget__gallery-list {
    display: -webkit-box;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
}

.footer-widget__gallery-list li {
    -webkit-box-flex: 1;
    flex: 1 1 33.333%;
    max-width: 33.333%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 10px;
}

.footer-widget__gallery-list li a {
    display: block;
    background-color: var(--thm-black);
}

.footer-widget__gallery-list li a img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__gallery-list li a:hover img {
    opacity: 0.5;
}

.footer-widget__column p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    overflow: hidden;
}

.mainpayment h6 {
    color: #ffff !important;
    padding: 25px 0px 5px;
}

.footer-widget__logo {
    /* display: inline-block; */
    /* -webkit-transform: translateY(-35%); */
    /* transform: translateY(-35%); */
}

.footer-widget__about p {
    margin-bottom: 25px;
}

.site-footer__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 35px;
}

.newsletter {
    padding: 80px 0;
    background: #19beda;
}

.newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px;
}

.newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
}

.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.newsletter .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: #243c4f;
    color: #fff;
    font-weight: 600;
}

.site-footer__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--thm-black);
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 50px;
    height: 40px;
}

.site-footer__social i:hover {
    border: 1px solid #faa74a !important;
    color: #faa74a !important;
}

.footer-widget__about a {
    font-size: 20px;
    color: var(--thm-secondary);
    line-height: 30px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__about a:hover {
    color: var(--thm-primary);
}

a {
    text-decoration: none !important;
}

.footer-widget__title {
    font-size: 18px;
    font-weight: 500;
    color: #fff !important;
    margin: 0;
    margin-bottom: 35px !important;
}


.footer-widget__links-list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
    padding-left: 15px;
    color: #214090;
}

.footer-widget__links-list li a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #214090;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-widget__links-list li a:hover::before {
    opacity: 1;
}

.footer-widget__options .bootstrap-select+.bootstrap-select {
    margin-top: 10px;
}

.footer-widget__options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.footer-widget__options .bootstrap-select>.dropdown-toggle {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(236, 238, 239);
    font-size: 14px;
    font-weight: 500;
    color: #9ca3a9;
    padding: 11px 30px;
    padding-right: 25px;
    background-color: #fff;
}


/* footer bottom */

.site-footer__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #001554;
    border-top: 1px solid #004aad;
}

.site-footer__bottom .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.site-footer__bottom p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #ffff;
}

.footerbottom {
    display: flex;
    justify-content: end;
    color: #ffff;
}

.footerbottom a {
    color: #fff;
    margin-left: 22px;
    font-weight: 400;
    font-size: 16px;
}

.site-footer__bottom p a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-weight: 600;
}

.site-footer__bottom p a:hover {
    color: #1e78f0;
}

.site-footer__social {
    display: -webkit-box;
    display: flex;
    justify-content: start;
}

.site-footer__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #9ca3a9;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}



.site-footer__bottom-home-3 {
    background-color: #fff;
    border-top: 1px solid #eceeef;
}

.site-footer__bottom-home-3 .site-footer__social a {
    background-color: #eceeef;
    color: #9ca3a9;
}

.site-footer__bottom-home-3 .site-footer__social a:hover {
    background-color: var(--thm-primary);
    color: #ffffff;
}

.site-footer__bottom-home-7 {
    border-top: 0;
    padding-top: 0;
    background-color: #004c85;
}

.site-footer__bottom-home-7 p {
    color: #a4cae5;
}

.site-footer__bottom-home-8 {
    background-color: #082740;
    border-top: 0;
}

.site-footer__bottom-home-8 p {
    color: #a2c8e4;
}

.site-footer__home-5 .container-fluid {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 23px;
    padding-bottom: 23px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.site-footer__home-5-links {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.site-footer__home-5-text p,
.site-footer__home-5-links a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__home-5-links a:hover {
    color: var(--thm-secondary);
}

.site-footer__home-5-links a+a {
    margin-left: 10px;
}

.site-footer__home-5-text p {
    margin: 0;
}


/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
    cursor: none;
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.search-popup__form {
    position: relative;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
    z-index: 9999999999;
}

.search-popup__form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    color: var(--thm-black);
    font-size: 18px;
    background-color: white;
    padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #878787;
}

.search-popup__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #878787;
}

.search-popup__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #878787;
}

.search-popup__form input:-moz-placeholder {
    /* Firefox 18- */
    color: #878787;
}

.search-popup__form button[type="submit"] {
    border: none;
    outline: none;
    width: 60px;
    height: 61.5px;
    color: #fff;
    background-color: #214090;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-popup__form button[type="submit"]:hover {
    background-color: #214090;
    color: #fff;
}


/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-menu__block.active {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    opacity: 0.7;
}

.side-menu__block-overlay .cursor-follower {
    background-color: rgba(var(--thm-black-rgb), 0.3);
}

.side-menu__block-inner {
    position: relative;
    max-width: 532px;
    width: 100%;
    margin-right: auto;
    height: 100vh;
    background-color: var(--thm-gray);
    z-index: 99;
    overflow-y: auto;
    padding: 40px 0;
    padding-top: 20px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: space-between;
}

@media (max-width: 575px) {
    .side-menu__block-inner {
        max-width: 480px;
    }
}

@media (max-width: 480px) {
    .side-menu__block-inner {
        max-width: 400px;
    }
}

@media (max-width: 375px) {
    .side-menu__block-inner {
        max-width: 300px;
    }
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%;
}

.side-menu__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 40px;
}

.mobile-nav__container {
    padding-left: 100px;
    padding-right: 100px;
    /*padding-top: 50px;*/
}

.btnsofmenu {
    padding-bottom: 35px;
}

.sidedropbtn {
    margin-bottom: 20px;
}

.mobile-nav__container .btnaccount button.btn.btn-secondary.dropdown-toggle {
    color: black !important;
    margin-bottom: 25px;
}

.btnsofmenu button.loginbtn {
    border: none;
    background-color: #004aad !important;
    color: #ffff;
    font-size: 16px;
    margin-right: 5px;
    padding: 6px 23px !important;
    /* border-radius: 4px; */
}

.mobile-nav__container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav__container li.dropdown ul {
    display: none;
    padding-left: 0.5em;
}

.mobile-nav__container li.dropdown {
    position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
    border: none;
    outline: none;
    background-color: transparent;
    color: #9ca3a9;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transfrom 500ms ease;
    transition: transfrom 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mobile-nav__container li+li {
    margin-top: 10px;
}

.mobile-nav__container li a {
    text-transform: uppercase;
    color: #9ca3a9;
    font-size: 18px;
    font-weight: 500;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
}

.mobile-nav__container li a:hover {
    color: #004c85;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
    color: #004c85;
}

.side-menu__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.side-menu__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 57px;
    height: 57px;
    background-color: #fff;
    color: #9ca3a9;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side-menu__social a+a {
    margin-left: 10px;
}

.side-menu__social a:hover {
    background-color: var(--thm-primary);
    color: #ffffff;
}

.side-menu__content {
    padding-left: 100px;
    padding-right: 100px;
}

.side-menu__content p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #9ca3a9;
    letter-spacing: 0.02em;
}

.side-menu__content p+p {
    margin-top: 30px;
}

.side-menu__content p a {
    color: #004aad;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side-menu__content p a:hover {
    color: var(--thm-base);
}

.side-menu__sep {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #fff;
    margin-top: 70px;
    margin-bottom: 70px;
}

.side-menu__text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #9ca3a9;
    margin: 0;
    margin-bottom: 25px;
}

.side-menu__text a {
    font-size: 20px;
    color: var(--thm-secondary);
    line-height: 30px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side-menu__text a:hover {
    color: var(--thm-primary);
}

.side-menu__block__copy {
    text-transform: uppercase;
    font-size: 16px;
    color: #9ca3a9;
    font-weight: 400;
    letter-spacing: 0.2em;
}

@media (max-width: 575px) {

    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .side-menu__sep {
        margin-top: 40px;
        margin-bottom: 40px;
        width: calc(100% - 100px);
    }
}

@media (max-width: 480px) {

    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .side-menu__sep {
        width: calc(100% - 50px);
    }

    .side-menu__social {
        margin-top: 40px;
    }

    .side-menu__social a {
        width: 45px;
        height: 45px;
    }
}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.banner-one {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left center;
    padding-top: 175px;
    padding-bottom: 180px;
}

.banner-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #082740;
    opacity: 0.3;
}

.banner-one .container {
    position: relative;
}

.banner-one h2 {
    margin: 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 100px;
}

.banner-one h2 span {
    color: var(--thm-base);
    position: relative;
    line-height: 1em;
    display: inline-block;
}

.banner-one h2 span::before {
    content: "";
    width: 100%;
    height: 31px;
    background-image: url(../images/shapes/title-decor-1-1.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 70%;
    left: 0;
}

.banner-one p {
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 50px;
}

.banner-two {
    background-color: var(--thm-black);
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 307.5px;
    padding-bottom: 307.5px;
}

.banner-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-two__bg-inner {
    height: 100% !important;
}

.banner-two::before {
    content: "";
    width: 100%;
    height: 419px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(../images/shapes/banner-two__top-shadow.png);
}

.banner-two .container {
    position: relative;
    text-align: center;
    z-index: 12;
}

.banner-two p {
    color: var(--thm-secondary);
    margin: 0;
    font-size: 130px;
    line-height: 1em;
    margin-bottom: -60px;
    position: relative;
    z-index: 10;
}

.banner-two .container h2 {
    margin: 0;
    line-height: 1em;
    font-size: 150px;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}

.banner-two__floated-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.banner-three__wrap {
    position: relative;
}

.banner-three__floated-text {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0.03;
    -webkit-transform: translateX(-50%) translateY(-65%);
    transform: translateX(-50%) translateY(-65%);
    color: var(--thm-black);
    font-size: 350px;
    display: block;
    line-height: 1em;
}

.banner-three {
    padding-top: 90px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(236, 238, 239)));
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(236, 238, 239) 100%);
}

.banner-three__top {
    text-align: center;
}

.banner-three__top-inner {
    display: inline-block;
    position: relative;
}

.banner-three__top-inner h3 {
    margin: 0;
    font-size: 100px;
    color: var(--thm-black);
    letter-spacing: 0.1em;
    font-weight: 400;
    text-transform: uppercase;
}

.banner-three__top-inner p {
    position: absolute;
    right: 10px;
    bottom: 5px;
    color: var(--thm-secondary);
    margin: 0;
    font-size: 60px;
}

.banner-three__box {
    padding-bottom: 90px;
}

.banner-three__col {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.banner-three__box-single {
    position: relative;
    border: 2px dashed #ced3d6;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 30px;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.banner-three__box-single:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.banner-three__box-single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 15px solid #ffffff;
    z-index: 10;
}

.banner-three__box-single>img {
    width: 100%;
}

.banner-three__leaf {
    position: absolute;
    top: 0;
    left: 0;
}

.banner-three__sun {
    position: absolute;
    top: 5%;
    left: 10%;
    -webkit-animation: sunMove 10s linear infinite;
    animation: sunMove 10s linear infinite;
}

@-webkit-keyframes sunMove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes sunMove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.banner-three__plane {
    position: absolute;
    bottom: 15%;
    right: 0;
    -webkit-animation: planeMove 5s ease-in infinite;
    animation: planeMove 5s ease-in infinite;
}

@-webkit-keyframes planeMove {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    75% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes planeMove {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    75% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-one {
    padding-top: 120px;
    padding-bottom: 90px;
}

.blog-one__single {
    margin-bottom: 30px;
    position: relative;
}

.blog-one__image {
    position: relative;
    background-color: var(--thm-black);
    overflow: hidden;
}

.blog-one__image>img {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -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;
}

.blog-one__image>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    color: var(--thm-secondary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
}

.blog-one__image>a:hover {
    color: #fff;
}

.blog-one__single:hover .blog-one__image>img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-one__single:hover .blog-one__image>a {
    opacity: 1;
}

.blog-one__content {
    padding: 35px 50px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 238, 239);
    background-color: rgb(255, 255, 255);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.blog-one__meta {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.blog-one__meta li+li {
    margin-left: 20px;
}

.blog-one__meta li a {
    font-size: 14px;
    font-weight: 600;
    color: #9ca3a9;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__meta li i {
    font-size: 13px;
    color: var(--thm-base);
    margin-right: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-one__meta li a:hover {
    color: var(--thm-black);
}

.blog-one__meta li a:hover i {
    color: var(--thm-primary);
}

.blog-two__content h3,
.blog-one__content h3 {
    color: var(--thm-black);
    font-weight: 600;
    line-height: 38px;
    font-size: 26px;
}

.blog-two__content h3 a,
.blog-one__content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__content h3 a:hover,
.blog-one__content h3 a:hover {
    color: var(--thm-primary);
}

.blog-one__grid {
    padding-bottom: 120px;
}

.blog-one__grid .post-pagination {
    margin-top: 30px;
}

.blog-list {
    padding-top: 120px;
    padding-bottom: 120px;
}

.blog-list .post-pagination {
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 60px;
}

.blog-two__single {
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__single:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.blog-two__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 238, 239);
}

.blog-two__content {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 20px;
    padding-right: 50px;
}

@media (max-width: 991px) {
    .blog-two__content {
        padding-top: 35px;
        padding-bottom: 35px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.blog-two__content p {
    margin: 0;
    color: #9ca3a9;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blog-two__link {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 14px;
    color: var(--thm-primary);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-two__link:hover {
    color: var(--thm-black);
}


/*--------------------------------------------------------------
## Blog Details
--------------------------------------------------------------*/

.blog-details__content {
    border: 1px solid #eceeef;
    padding: 50px;
    padding-bottom: 30px;
}

.blog-details__content h3 {
    margin: 0;
    color: var(--thm-black);
    font-weight: 600;
    font-size: 36px;
}

.blog-details__content p {
    margin: 0;
    color: #9ca3a9;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}

.blog-details__content p+p {
    margin-top: 35px;
}

.blog-details__bottom {
    border-top: 1px solid #eceeef;
    padding-top: 30px;
    margin-top: 20px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-details__tags {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.blog-details__tags span {
    margin: 0;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 600;
}

.blog-details__tags a {
    font-size: 14px;
    color: #9ca3a9;
    background-color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 38px;
    margin-left: 10px;
}

.blog-details__tags a:hover {
    background-color: var(--thm-base);
    color: var(--thm-black);
}


/* author */

.author-one {
    background-color: var(--thm-gray);
    padding: 60px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

@media (max-width: 575px) {
    .author-one {
        flex-wrap: wrap;
    }
}

.author-one__content {
    margin-left: 40px;
}

.author-one__content h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 600;
}

.author-one__content p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #9ca3a9;
    margin-top: 20px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: -10px;
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #eceeef;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.comment-one__content {
    position: relative;
    margin-left: 45px;
}

.comment-one__content h3 {
    margin: 0;
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 600;
    margin-bottom: 30px;
}

.comment-one__content p {
    margin: 0;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    color: #9ca3a9;
}

.comment-one__btn {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 38px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.comment-one__image img {
    border-radius: 50%;
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    padding: 80.5px 0;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.3;
}

.page-header .container {
    position: relative;
    text-align: center;
}

.page-header h2 {
    margin: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 60px;
}

.thm-breadcrumb {
    display: -webkit-box;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.thm-breadcrumb li {
    display: -webkit-box;
    display: flex;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.thm-breadcrumb li+li::before {
    content: "/";
    margin-left: 15px;
    margin-right: 15px;
}

.thm-breadcrumb li a,
.thm-breadcrumb li span {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-breadcrumb li a:hover {
    color: var(--thm-base);
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-one {
    padding-bottom: 0px;
}

select.form-select {
    background-color: #f7fafc;
    height: 50px;
    box-shadow: 0 0 3px #00000047 !important;
    margin-bottom: 25px;
    border-color: #f7fafc;
}

.contact-one__content-text {
    margin-bottom: 40px;
}

.contact-one__content-text p {
    margin: 0;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}

.contact-one__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.contact-one__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 57px;
    height: 57px;
    background-color: var(--thm-gray);
    color: #9ca3a9;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-one__social a+a {
    margin-left: 10px;
}

.contact-one__social a:hover {
    background-color: var(--thm-primary);
    color: #ffffff;
}

.google-map__contact {
    width: 100%;
    border: none;
    outline: none;
    display: block;
    height: 558px;
}

.contact-one__form .row.low-gutters {
    margin-left: -5px;
    margin-right: -5px;
}

.contact-one__form .row.low-gutters>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.contact-one__form .input-group {
    margin-bottom: 10px;
}

.contact-one__form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.contact-one__form .input-group textarea {
    width: 100%;
    height: 74px;
    display: block;
    border: none;
    outline: none;
    background-color: #eceeef;
    font-size: 16px;
    font-weight: 500;
    color: #9ca3a9;
    padding-left: 30px;
}

.contact-one__form .input-group textarea {
    height: 221px;
    padding-top: 20px;
}

.contact-one__form .input-group ::-webkit-input-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.contact-one__form .input-group ::-moz-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.contact-one__form .input-group :-ms-input-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.contact-one__form .input-group ::-ms-input-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.contact-one__form .input-group ::placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.contact-one__form .input-group :-ms-input-placeholder {
    color: #9ca3a9;
}

.contact-one__form .input-group ::-ms-input-placeholder {
    color: #9ca3a9;
}


/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/

.contact-info-one {
    padding-top: 120px;
    padding-bottom: 80px;
}

.contact-info-one [class*="col-"]:nth-child(1) .contact-info-one__single i {
    background-color: var(--thm-secondary);
}

.contact-info-one [class*="col-"]:nth-child(2) .contact-info-one__single i {
    background-color: #6ebd32;
}

.contact-info-one__single {
    margin-bottom: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 238, 239);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 55px 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-info-one__single:hover {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.contact-info-one__single i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--thm-primary);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    margin-right: 20px;
    font-size: 30px;
}

.contact-info-one__single p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #9ca3a9;
}

.contact-info-one__single p a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-info-one__single p a:hover {
    color: var(--thm-black);
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single+.sidebar__single {
    margin-top: 30px;
}

.sidebar__single:not(.sidebar__search):not(.sidebar__twitter) {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 238, 239);
    background-color: rgb(255, 255, 255);
    padding: 50px;
}

.sidebar__search,
.sidebar__twitter {
    background-color: #004c85;
}

.sidebar__title {
    margin: 0;
    margin-bottom: 30px;
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    margin-top: -5px;
}

.sidebar__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.sidebar__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 57px;
    height: 57px;
    background-color: var(--thm-gray);
    color: #9ca3a9;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__social-list a+a {
    margin-left: 10px;
}

.sidebar__social-list a:hover {
    background-color: var(--thm-primary);
    color: #ffffff;
}

.sidebar__post-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.sidebar__post-list li+li {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eceeef;
}

.sidebar__post-image {
    margin-right: 20px;
}

.sidebar__post-image>img {
    width: 61px;
}

.sidebar__post-content h3 {
    color: var(--thm-black);
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}

.sidebar__post-content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
    color: var(--thm-primary);
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding-left: 50px;
    height: 85px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: #ffffff;
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: #ffffff;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: #ffffff;
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: #ffffff;
    font-size: 21px;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    outline: none;
    border: none;
}

.sidebar__category-list {
    margin: 0;
    margin-top: -15px;
}

.sidebar__category-list li+li {
    margin-top: 15px;
}

.sidebar__category-list li a {
    color: #9ca3a9;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__category-list li a:hover {
    padding-left: 15px;
    color: var(--thm-black);
}

.sidebar__category-list li a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--thm-base);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__category-list li a:hover::before {
    opacity: 1;
}

.sidebar__tags-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #9ca3a9;
    background-color: var(--thm-gray);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    margin-left: 10px;
    line-height: 38px;
}

.sidebar__tags-list a:hover {
    background-color: var(--thm-base);
    color: var(--thm-black);
}

.sidebar__twitter {
    padding: 50px;
}

.sidebar__twitter .sidebar__title {
    color: #ffffff;
    margin-bottom: 15px;
}

.sidebar__twitter p {
    font-size: 16px;
    font-weight: 500;
    color: #a4cae5;
    margin: 0;
}

.sidebar__twitter p a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__twitter p a:hover {
    color: var(--thm-primary);
}

.sidebar__twitter-user {
    border-bottom: 1px solid var(--thm-primary);
    color: var(--thm-primary) !important;
    display: inline-block;
    line-height: 1em;
}

.sidebar__twitter h4 {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
}

.sidebar__twitter h4 i {
    font-size: 20px;
    color: var(--thm-base);
    margin-right: 10px;
}

.sidebar__twitter h4 a {
    color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__twitter h4 a:hover {
    color: var(--thm-secondary);
}

.sidebar__twitter h4 span {
    margin-left: 10px;
    margin-right: 10px;
}

.sidebar__twitter-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 0;
}

.sidebar__twitter-carousel .owl-dots {
    margin-top: 0;
    position: absolute;
    top: -35px;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
}

.sidebar__twitter-carousel .owl-dots .owl-dot {
    outline: none;
}

.sidebar__twitter-carousel .owl-dots .owl-dot span {
    margin-left: 5px;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    background-color: #a4cae5;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__twitter-carousel .owl-dots .owl-dot:hover span,
.sidebar__twitter-carousel .owl-dots .owl-dot.active span {
    background-color: #ffffff;
}

.offer-sidebar {
    position: relative;
    padding-left: 60px;
    padding-bottom: 70px;
    padding-top: 325px;
    background-position: center;
    background-size: cover;
}

.offer-sidebar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #004c85;
    opacity: 0.8;
}

.offer-sidebar h3 {
    position: relative;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
}

.offer-sidebar h3 span {
    font-weight: 900;
}

.offer-sidebar__price {
    color: var(--thm-base);
}


/*--------------------------------------------------------------
# Mailchimp
--------------------------------------------------------------*/

.mailchimp-one {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #003993;
}

.mailchimp-one h3 {
    margin: 0;
    color: #ffffff;
    font-size: 22px !important;
    font-weight: 600;
    margin-top: -15px;
}

.mailchimp-one__form {
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
}

@media (min-width: 1200px) {
    .mailchimp-one__form {
        margin-left: 80px;
    }
}

.mailchimp-one__form input {
    display: block;
    border: none;
    outline: none;
    width: 100%;
    max-width: 370px;
    height: 60px;
    color: #9ca3a9;
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    border-radius: 5px;
}

@media (max-width: 546px) {
    .mailchimp-one__form input {
        font-size: 12px;
    }

    .articlep img {
        width: 100%;
    }

    .our-faq .nav.nav-pills {
        margin-left: 45px !important;
        margin-bottom: 25px !important;
    }

    .our-faq .maintabs {
        margin-bottom: 35px !important;
    }
}

.mailchimp-one__form ::-webkit-input-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.mailchimp-one__form ::-moz-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.mailchimp-one__form :-ms-input-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.mailchimp-one__form ::-ms-input-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.mailchimp-one__form ::placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.mailchimp-one__form :-ms-input-placeholder {
    color: #9ca3a9;
}

.mailchimp-one__form ::-ms-input-placeholder {
    color: #9ca3a9;
}

.mailchimp-one__btn:hover {
    background-color: var(--thm-black);
}

@media (max-width: 625px) {
    .mailchimp-one__btn {
        margin-top: 0px !important;
    }
}

/* @media (max-width: 1199px) {
    .main-nav__logo-box::before {
        content: "";
        width: 10000px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #fff !important;
    }
} */

.mc-form__response {
    text-align: center;
    color: #fff;
}


/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/

.brand-one {
    border-top: 1px solid #eceeef;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (min-width: 1200px) {
    .brand-one .container {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.brand-one img {
    opacity: 0.3;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.brand-one img:hover {
    opacity: 0.6;
}

.brand-one__home-two {
    border-top: 0;
    border-bottom: 1px solid #eceeef;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team-one {
    padding-top: 120px;
    padding-bottom: 60px;
}

.team-one__single {
    margin-bottom: 60px;
}

.team-one__image {
    overflow: hidden;
    background-color: var(--thm-black);
}

.team-one__image>img {
    opacity: 1;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.team-one__single:hover .team-one__image>img {
    opacity: 0.6;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.team-one__content {
    text-align: center;
    padding-top: 30px;
}

.team-one__content h3 {
    margin: 0;
    font-size: 24px;
    line-height: 1em;
    color: var(--thm-black);
}

.team-one__content p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #9ca3a9;
    margin: 0;
    line-height: 1em;
    margin-top: 15px;
}

.team-one__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 30px;
}

.team-one__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 57px;
    height: 57px;
    background-color: var(--thm-gray);
    color: #9ca3a9;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team-one__social a+a {
    margin-left: 10px;
}

.team-one__social a:hover {
    background-color: var(--thm-primary);
    color: #ffffff;
}


/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/

.cta-one {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: var(--thm-primary);
}

.cta-one h3 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-family: var(--thm-font);
    font-weight: 700;
}

.cta-one .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.cta-one__btn:hover {
    background-color: var(--thm-black);
}

.cta-one__home-two {
    background-color: var(--thm-base);
}

.cta-one__home-two .cta-one__btn {
    background-color: var(--thm-black);
    color: #ffffff;
}

.cta-one__home-two .cta-one__btn:hover {
    background-color: var(--thm-secondary);
}

.cta-two {
    padding-top: 120px;
    padding-bottom: 120px;
}

.cta-two__content-highlight {
    margin-top: -10px;
    margin-bottom: 35px;
}

.cta-two__content-highlight p {
    margin: 0;
    color: var(--thm-primary);
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.cta-two__list {
    margin: 0;
    margin-bottom: 35px;
}

.cta-two__list li {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: #9ca3a9;
    padding-left: 30px;
}

.cta-two__list li i {
    position: absolute;
    top: 60%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--thm-secondary);
}

.cta-three__content {
    position: relative;
}

.cta-three__content::before {
    content: "";
    width: 10000px;
    height: 100%;
    background-color: var(--thm-gray);
    position: absolute;
    top: 0;
    right: 0;
}

.cta-three__content-inner {
    position: relative;
    padding-top: 120px;
}

.cta-three__content .block-title {
    margin-bottom: 20px !important;
}

.cta-three__content .block-title h3 {
    line-height: 1.1em;
}

.cta-three__content .block-title h3 span {
    color: var(--thm-primary);
    font-family: var(--heading-font);
    font-weight: 400;
    display: inline-block;
}

.cta-three__box {
    position: absolute;
    background-color: var(--thm-secondary);
    width: 100%;
    max-width: 340px;
    bottom: 0;
    right: 0;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 60px;
}

.cta-three__box p {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.cta-three__images {
    margin-top: 120px;
}

.cta-four {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    padding-top: 118px;
    padding-bottom: 118px;
}

.cta-four::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #082740;
    opacity: 0.3;
}

.cta-four .container {
    text-align: center;
    position: relative;
}

.cta-four p {
    font-family: var(--heading-font);
    font-size: 40px;
    color: #ffffff;
    margin: 0;
}

.cta-four h3 {
    margin: 0;
    font-family: var(--thm-font);
    font-size: 100px;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 45px;
    color: #ffffff;
}

.cta-four h3 span {
    color: var(--thm-secondary);
    position: relative;
    display: inline-block;
    line-height: 1em;
}

.cta-four h3 span::before {
    content: "";
    width: 100%;
    height: 31px;
    background-image: url(../images/shapes/title-decor-1-2.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 80%;
    left: 0;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery-one {
    padding-bottom: 90px;
    padding-top: 120px;
}

.gallery-one__single {
    margin: 0px 20px 30px;
    position: relative;
    overflow: hidden;
}

.gallery-one__single>img {
    width: 100%;
    height: 318px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-one__single:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-one__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--thm-base-rgb), 0.9);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 46px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-one__link:hover {
    color: #ffffff;
}

.gallery-one__single:hover .gallery-one__link {
    opacity: 1;
}

.gallery-home-8 {
    position: relative;
    background-color: #082740;
}

.gallery-home-8 .row.low-gutters {
    margin-left: -1px;
    margin-right: -1px;
}

.gallery-home-8 .row.low-gutters [class*="col-"] {
    padding-left: 1px;
    padding-right: 1px;
    margin-bottom: 2px;
}

.gallery-home-8__single {
    overflow: hidden;
}

.gallery-home-8__single>img {
    width: 100%;
    -webkit-animation: galleryHomeEightImg 5s linear infinite;
    animation: galleryHomeEightImg 5s linear infinite;
}

@-webkit-keyframes galleryHomeEightImg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    75% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes galleryHomeEightImg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    75% {
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/

.error-page {
    background-color: #004c85;
    position: relative;
    padding-top: 60px;
    padding-bottom: 120px;
}

.error-page .container {
    position: relative;
}

.error-page__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -37px;
    background-position: top;
    background-repeat: no-repeat;
    background-position: bottom center;
    opacity: 0.07;
    background-color: #004c85;
    background-blend-mode: multiply;
}

.error-page__logo {
    display: block;
    text-align: center;
}

.error-page__title {
    position: relative;
    display: inline-block;
    margin-top: 140px;
}

.error-page__title h2 {
    position: relative;
    display: inline-block;
    font-size: 400px;
    font-weight: 900;
    color: #ffffff;
    font-family: var(--thm-font);
    line-height: 1em;
}

.error-page__title h2::before {
    width: 141px;
    height: 124px;
    content: "";
    background-image: url(../images/shapes/error-page__shape-1-1.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -5px;
    left: -40px;
}

.error-page__title p {
    font-family: var(--heading-font);
    font-size: 200px;
    line-height: 1em;
    color: var(--thm-secondary);
    position: absolute;
    bottom: -60px;
    right: 0;
}

.error-page__text {
    margin-top: 40px;
    padding-bottom: 60px;
}

.error-page__text p {
    font-size: 30px;
    color: #a4cae5;
    margin: 0;
    font-weight: 400;
}


/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video-one {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-top: 135px;
    padding-bottom: 120px;
}

.video-one::before {
    content: "";
    background-color: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
}

.video-one .container {
    position: relative;
}

.video-one p {
    font-family: var(--heading-font);
    color: var(--thm-secondary);
    font-size: 30px;
    margin: 0px;
}

.video-one__btn {
    position: relative;
    width: 94px;
    height: 94px;
    background-color: var(--thm-base);
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: var(--thm-black);
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 75px;
}

.video-one__btn:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.video-one__btn:hover {
    background-color: #fff;
    color: var(--thm-base);
}

.box-circle img {
    width: 47px;
}

.video-one h3 {
    color: #fff;
    font-weight: 400;
    font-family: var(--thm-font);
    margin: 0;
    font-size: 70px;
    margin-top: 5px;
}

.video-one h3 span {
    font-weight: 800;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.Plantss {
    padding-top: 20px;
    position: relative;
}

.Plantss .owl-carousel .owl-stage-outer {
    overflow: hidden;
}

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

.Plantss__stars {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 25px;
}

.testimonials-one__stars i {
    font-size: 18px;
    color: #ffa801;
}

.testimonials-one__stars i+i {
    margin-left: 5px;
}

.testimonials-one__content {
    background-color: #ecf7fd;
    position: relative;
    padding-bottom: 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1.6px solid #94caf6;
}

.Plantss .owl-carousel .owl-dots.disabled {
    display: none !important;
}

.testimonials-one__single:hover .testimonials-one__content {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}

.testimonials-one__content p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    position: relative;
    z-index: 999999;
    color: #4a4a4a;
    padding: 10px 40px;
    text-align: left;
}

.testimonials-one .testimonials-one__stars img {
    position: absolute;
    left: 50px;
    top: 25px;
    z-index: 0;
}

.testimonials-one__info img {
    border-radius: 50%;
}

.testimonials-one__info h3 {
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 1em;
    margin-top: 10px;
}

.testimonials-one__carousel .owl-item img.cilent {
    width: 55px;
    margin-left: 45px;
    display: block;
}

.testimonials-one__carousel .owl-item img {
    width: 35px;
    margin-left: 20px;
    display: block;
}

.testimonials-one__info p {
    padding: 2px;
    margin: 0;
    left: 12px;
}


/*
.testimonials-one__carousel .owl-nav button.owl-next,
.testimonials-one__carousel .owl-nav button.owl-prev {
  font-size: 20px;
  color: var(--thm-black);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1.8px solid #004aad69;
  border-radius: 50px;
  width: 41px;
  height: 41px;
}
/*/

.testimonials-one span {
    margin: 0 !important;
    bottom: 5px;
    position: relative;
}

.testimonials-one__carousel .owl-nav button.owl-prev {
    margin-right: 15px;
}

.testimonials-one__carousel .owl-nav button.owl-next:hover,
.testimonials-one__carousel .owl-nav button.owl-prev:hover {
    color: var(--thm-secondary);
    background-color: transparent;
}

.testimonials-one span:focus {
    border: none !important;
}


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-one {
    padding-top: 120px;
    padding-bottom: 120px;
}

.faq-one-accrodion .accrodion {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 238, 239);
    background-color: rgb(255, 255, 255);
    padding-left: 40px;
    padding-right: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion+.accrodion {
    margin-top: 10px;
}

.faq-one-accrodion .accrodion.active {
    background-color: var(--thm-gray);
    border-color: var(--thm-gray);
}

.faq-one-accrodion .accrodion-title {
    cursor: pointer;
}

.faq-one-accrodion .accrodion-title h4 {
    margin: 0;
    color: #6d6d6d;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    padding-top: 31.5px;
    padding-bottom: 31.5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.articlesectioncol {
    border-left: 1.8px solid #e0dcdc;
}

.mintittle span {
    color: #4a4a4a;
    font-weight: 600;
    font-size: 17px;
}

@media (max-width: 992px) {
    section.visa-request {
        margin-top: 1rem;
    }
}

.mainarticllist .fa-ul {
    list-style-type: none;
    margin-left: 1.5em;
    padding-left: 0;
}

.categros button {
    padding: 8px 12px;
    background-color: #efefef;
    border-radius: 5px;
    border: 1px solid #efefef;
    color: #6d6d6d;
    margin-bottom: 15px;
    font-size: 14px;
}

.categros {
    margin-bottom: 5rem;
}

.accrodinsec {
    border-bottom: 1.8px solid #e0dcdc;
    margin-bottom: 2rem;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
    color: #1e78f0;
}

.faq-one-accrodion .accrodion-title h4::before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    color: #94caf6;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
    content: "\f068";
    color: var(--thm-black);
}

.accrodion-title span {
    color: #fe914c;
    font-weight: 500;
}

.faq-one-accrodion .accrodion-content {
    padding-bottom: 40px;
}

.faq-one-accrodion .accrodion-content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #9ca3a9;
    margin-top: 20px;
}


/*--------------------------------------------------------------
# Tour
--------------------------------------------------------------*/

.tour-one {
    padding-top: 120px;
    padding-bottom: 90px;
}

.tour-grid {
    padding-top: 120px;
    padding-bottom: 120px;
}

.tour-grid .post-pagination {
    margin-top: 30px;
}

.tour-one__single {
    position: relative;
    margin-bottom: 30px;
}

.tour-one__image {
    position: relative;
    background-color: var(--thm-black);
    overflow: hidden;
}

.tour-one__image>img {
    width: 100%;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -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;
}

.tour-one__image>a {
    width: 38px;
    height: 38px;
    background-color: rgba(var(--thm-black-rgb), 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-one__single:hover .tour-one__image>img {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.tour-one__single:hover .tour-one__image>a {
    background-color: #fff;
    color: var(--thm-secondary);
}

.tour-one__content {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(236, 238, 239);
    background-color: rgb(255, 255, 255);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-one__single:hover .tour-one__content {
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.tour-one__stars {
    font-size: 16px;
    font-weight: 500;
    color: #9ca3a9;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1em;
    margin-bottom: 5px;
}

.tour-one__stars i {
    font-size: 14px;
    color: var(--thm-base);
    margin-right: 10px;
}

.tour-one__content p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #9ca3a9;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 30px;
}

.tour-one__content p span {
    color: var(--thm-secondary);
    font-size: 22px;
    font-weight: 600;
}

.tour-one__meta {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 25px;
    border-top: 1px solid rgb(236, 238, 239);
}

.tour-one__meta li+li {
    margin-left: 20px;
}

.tour-one__meta li a {
    font-size: 16px;
    font-weight: 500;
    color: #9ca3a9;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-one__meta li i {
    font-size: 14px;
    margin-right: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-one__meta li a:hover {
    color: var(--thm-black);
}

.tour-one__meta li a:hover i {
    color: var(--thm-primary);
}

.tour-one__content h3 {
    margin: 0;
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-weight: 600;
    line-height: 34px;
    font-size: 26px;
}

.tour-one__content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-one__content h3 a:hover {
    color: var(--thm-primary);
}

.tour-one__carousel {
    margin-bottom: 20px;
}

.tour-one__carousel .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.tour-one__carousel-no-overflow .owl-stage-outer {
    overflow: hidden !important;
}

.carousel-control-next-icon {
    display: none !important;
}

.tour-one__carousel .owl-nav button.owl-next,
.tour-one__carousel .owl-nav button.owl-prev {
    font-size: 20px;
    color: var(--thm-black);
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-one__carousel .owl-nav button.owl-prev {
    margin-right: 15px;
}

.tour-one__carousel .owl-nav button.owl-next:hover,
.tour-one__carousel .owl-nav button.owl-prev:hover {
    color: var(--thm-secondary);
    background-color: transparent;
}

.tour-two__single {
    display: -webkit-box;
    display: flex;
}

.tour-two__image-wrap .tour-one__image {
    width: 270px;
}

.tour-two__single .tour-one__content {
    padding: 0;
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
}

.tour-two__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tour-two__right p {
    margin: 0;
}

.tour-two__right p span {
    display: inline-block;
    margin-bottom: 5px;
}

.tour-two__text {
    margin-top: 20px;
    margin-bottom: 30px;
}

.tour-two__text p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    color: #9ca3a9;
}

.tour-list {
    padding-top: 120px;
    padding-bottom: 120px;
}

.tour-list .post-pagination {
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-top: 60px;
}


/* tour sorter */

.tour-sorter-one {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.tour-sorter-one h3 {
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.tour-sorter-one__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tour-sorter-one__right>a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 43px;
    height: 43px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(236, 238, 239);
    font-size: 16px;
    color: #9ca3a9;
    margin-left: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-sorter-one__right>a.active,
.tour-sorter-one__right>a:hover {
    background-color: var(--thm-base);
    border-color: var(--thm-base);
    color: var(--thm-black);
}

.tour-sorter-one__select {
    width: 103px;
}

.tour-sorter-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.tour-sorter-one .bootstrap-select>.dropdown-toggle {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(236, 238, 239);
    font-size: 14px;
    font-weight: 500;
    color: #9ca3a9;
    padding: 9px 20px;
    padding-right: 20px;
    background-color: #fff;
    text-transform: uppercase;
}


/* tour details */

.tour-details__spacer {
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #eceeef;
    margin-top: 60px;
    margin-bottom: 60px;
}

.tour-details__title {
    margin: 0;
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
    margin-top: -10px;
}

.tour-details__title+p {
    margin-top: -10px !important;
}

.tour-details__subtitle {
    margin: 0;
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-size: 24px;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 40px;
}

.tour-details__content p {
    margin: 0;
    color: #9ca3a9;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
}

.google-map__tour-details {
    height: 388px;
}

.tour-details__review-form {
    border: 1px solid #eceeef;
    padding: 50px;
}

.tour-details__review-form-stars {
    margin-bottom: 40px;
}

.tour-details__review-form-stars p {
    display: -webkit-box;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    align-items: center;
}

.tour-details__review-form-stars p+p {
    margin-top: 10px;
}

.tour-details__review-form-stars span {
    font-size: 20px;
    color: #9ca3a9;
    font-weight: 500;
    margin-right: 15px;
}

.tour-details__review-form-stars i {
    color: #eceeef;
    font-size: 16px;
    line-height: 1em;
    position: relative;
    top: -2px;
}

.tour-details__review-form-stars i+i {
    margin-left: 5px;
}

.tour-details__review-form-stars i.active {
    color: var(--thm-base);
}

.tour-details-two {
    padding-top: 0;
}

.tour-details__content .tour-two__top {
    padding-bottom: 30px;
}

.tour-details__content .tour-two__top h3 {
    font-family: var(--thm-font);
    font-size: 40px;
    color: var(--thm-black);
    margin: 0;
    font-weight: 600;
    padding-bottom: 20px;
}

.tour-details__content .tour-one__stars {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tour-details__content .tour-one__stars i {
    margin-right: 5px;
}

.tour-details__content .tour-one__stars i:last-child {
    margin-right: 15px;
}

.tour-details__content .tour-one__stars i.inactive {
    color: #eceeef;
}

.tour-details__content .tour-two__right p {
    color: #9ca3a9;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1em;
}

.tour-details__content .tour-two__right span {
    color: var(--thm-secondary);
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 15px;
}

.tour-details__content .tour-one__meta li+li {
    margin-left: 50px;
}

.tour-details__content .tour-one__meta li a {
    font-size: 18px;
}

.tour-details__content .tour-one__meta li a i {
    color: var(--thm-primary);
    font-size: 16px;
}

.tour-details__list {
    margin-bottom: 0px;
}

.tour-details__list li {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #9ca3a9;
    padding-left: 25px;
    line-height: 1em;
}

.tour-details__list li+li {
    margin-top: 20px;
}

.tour-details__list li i {
    font-size: 14px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--thm-primary);
}

.tour-details__list.unavailable li i {
    color: var(--thm-secondary);
}

.tour-details__plan-single {
    position: relative;
}

.tour-details__plan-single+.tour-details__plan-single {
    margin-top: 20px;
}

.tour-details__plan-count {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    border: 20px solid #fff;
    font-size: 18px;
    font-weight: 600;
    background-color: var(--thm-base);
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 10;
}

.tour-details__plan-content {
    border-left: 1px solid #eceeef;
    margin-left: 28.5px;
    padding-left: 60px;
    padding-bottom: 40px;
}

.tour-details__plan-content h3 {
    color: var(--thm-black);
    font-family: var(--thm-font);
    margin: 0;
    font-weight: 600;
    margin-bottom: 5px;
}

.tour-details__plan-content span {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-primary);
}

.tour-details__plan-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
    color: #9ca3a9;
    margin-top: 20px;
}

.tour-details__plan-content ul {
    margin-bottom: 0;
    margin-top: 35px;
}

.tour-details__plan-content ul li {
    color: #9ca3a9;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
}

.tour-details__plan-content ul li+li {
    margin-top: 20px;
}

.tour-details__review-score {
    border: 1px solid #eceeef;
    display: -webkit-box;
    display: flex;
    margin-bottom: 60px;
}

.tour-details__review-score-ave {
    -webkit-box-flex: 1;
    flex: 1 1 245px;
    max-width: 245px;
    display: -webkit-box;
    display: flex;
}

.tour-details__review-score-ave .my-auto {
    width: 100%;
    text-align: center;
}

.tour-details__review-score-ave h3 {
    margin: 0;
    font-family: var(--thm-font);
    font-weight: 300;
    font-size: 100px;
    color: var(--thm-black);
}

.tour-details__review-score-ave p {
    margin: 0;
    color: #9ca3a9;
    font-size: 20px;
    font-weight: 500;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.tour-details__review-score-ave p i {
    color: var(--thm-base);
    font-size: 18px;
    margin-right: 10px;
}

.tour-details__review-score__content {
    -webkit-box-flex: 1;
    flex: 1 1 calc(100% - 245px);
    max-width: calc(100% - 245px);
    border-left: 1px solid #eceeef;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.tour-details__review-score__bar+.tour-details__review-score__bar {
    margin-top: 20px;
}

.tour-details__review-score__bar-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.tour-details__review-score__bar-top h3 {
    font-family: var(--thm-font);
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-black);
    margin: 0;
}

.tour-details__review-score__bar-top p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #9ca3a9;
}

.tour-details__review-score__bar-line {
    width: 100%;
    height: 7px;
    background-color: #eceeef;
    position: relative;
    overflow: hidden;
}

.tour-details__review-score__bar-line span {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--thm-base);
}

.tour-details__review-comment-single {
    border-bottom: 1px solid #eceeef;
    padding-bottom: 10px;
    margin-bottom: 60px;
}

.tour-details__review-comment-top {
    position: relative;
    padding-left: 125px;
    padding-top: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.tour-details__review-comment-top>img {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.tour-details__review-comment-top h3 {
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 600;
    color: var(--thm-black);
    margin: 0;
    margin-bottom: 5px;
}

.tour-details__review-comment-top p {
    margin: 0;
    font-size: 18px;
    line-height: 1em;
    font-weight: 500;
    color: var(--thm-primary);
}

.tour-details__review-comment-content {
    margin-bottom: 25px;
}

.tour-details__review-comment-content h3 {
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 600;
    color: var(--thm-black);
    margin: 0;
    margin-bottom: 40px;
}

.tour-details__review-comment-content p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
}

.tour-details__gallery-thumb-carousel,
.tour-details__gallery-carousel {
    overflow: hidden;
}

.tour-details__gallery-thumb-carousel {
    margin-bottom: 60px;
}

.tour-details__gallery-carousel {
    margin-bottom: 10px;
}

.tour-details__gallery-thumb-carousel img {
    cursor: pointer;
}

.tour-details__gallery-image {
    position: relative;
}

.tour-details__gallery-links {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tour-details__gallery-links a {
    display: block;
    width: 38px;
    height: 38px;
    background-color: rgba(var(--thm-black-rgb), 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-details__gallery-image:hover .tour-details__gallery-links a {
    background-color: #fff;
    color: var(--thm-secondary);
}

.tour-details__content .accrodion-grp {
    margin-bottom: 60px;
}


/* tour details header */

.tour-details__header {
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.tour-details__header .container {
    position: relative;
    min-height: 577px;
}

.tour-details__header .tour-details__gallery-links {
    position: absolute;
    top: 30px;
    right: 15px;
}

.tour-details__header .thm-breadcrumb {
    position: absolute;
    bottom: 30px;
    left: 15px;
}

.tour-details-two .tour-details__content {
    padding-top: 45px;
}


/* tour category */

.tour-category-one {
    background-color: var(--thm-gray);
    padding-top: 120px;
    padding-bottom: 90px;
}

.tour-category-one__col {
    -webkit-box-flex: 1;
    flex: 1 1 20%;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 20%;
}

.tour-category-one__single {
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #fff;
    text-align: center;
    padding-top: 34.5px;
    padding-bottom: 34.5px;
}

.tour-category-one__single:hover {
    background-color: var(--thm-primary);
}

.tour-category-one__single i {
    font-size: 60px;
    color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-category-one__single h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #9ca3a9;
    font-family: var(--thm-font);
    margin-top: 5px;
}

.tour-category-one__single h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-category-one__single h3 a:hover {
    color: #ffffff;
}

.tour-category-one__single:hover i,
.tour-category-one__single:hover h3 a {
    color: #ffffff;
}


/* tour gallery home 6 */

.tour-gallery__home-6__content-wrap {
    position: relative;
    background-color: var(--thm-black);
}

.tour-gallery__home-6__content {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 285px;
    padding-left: 135px;
}

.tour-gallery__home-6__content p {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    position: relative;
    z-index: 10;
}

.tour-gallery__home-6__content p span {
    margin-left: 15px;
    margin-right: 15px;
}

.tour-gallery__home-6__content p i {
    color: var(--thm-base);
    letter-spacing: 0.2em;
}

.tour-gallery__home-6__content h3 {
    font-family: var(--thm-font);
    font-size: 80px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}

.tour-gallery__home-6__content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-gallery__home-6__content h3 a:hover {
    color: var(--thm-primary);
}

.tour-gallery__home-6__content .tab-pane {
    width: 100%;
}

.tour-gallery__home-6__tab-navs {
    position: absolute;
    bottom: 130px;
    left: 135px;
    border-bottom: 0;
    z-index: 99;
}

.tour-gallery__home-6__tab-navs li+li {
    margin-left: 20px;
}

.tour-gallery__home-6__tab-navs li a {
    position: relative;
    display: block;
    cursor: pointer;
    background-color: var(--thm-black);
}

.tour-gallery__home-6__tab-navs li a.active {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.tour-gallery__home-6__tab-navs li a img {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-gallery__home-6__tab-navs li a.active img {
    opacity: 0.2;
}

.tour-gallery__home-6__tab-navs li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 15px solid #ffffff;
    z-index: 10;
}

.tour-gallery__home-6__content-wrap .tab-pane,
.tour-gallery__home-6__content-wrap .tab-content {
    width: 100%;
    position: relative;
}

.tour-gallery__home-6__content-floated-text {
    font-family: var(--heading-font);
    font-size: 300px;
    color: #fff;
    position: absolute;
    bottom: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0.1;
}


/*--------------------------------------------------------------
## Tour Sidebar
--------------------------------------------------------------*/

.tour-sidebar__search {
    background-color: var(--thm-gray);
    padding: 50px;
}

.tour-sidebar__search h3 {
    margin: 0;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    color: var(--thm-black);
    line-height: 1em;
    font-family: var(--thm-font);
}

.tour-sidebar__search-form .input-group+.input-group {
    margin-top: 10px;
}

.tour-sidebar__search-form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-sidebar__search-form .input-group textarea {
    width: 100%;
    height: 64px;
    display: block;
    border: none;
    outline: none;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    color: #9ca3a9;
    padding-left: 30px;
}

.tour-sidebar__search-form .input-group textarea {
    height: 135px;
    padding-top: 15px;
}

.tour-sidebar__search-form .thm-btn {
    display: block;
    width: 100%;
    height: 64px;
    padding: 0;
    text-align: center;
    line-height: 64px;
}

.tour-sidebar__search-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.tour-sidebar__search-form .bootstrap-select>.dropdown-toggle {
    border: 0;
    padding: 18.5px 30px;
    border-radius: 0;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    color: #9ca3a9;
}

.tour-sidebar__search-form ::-webkit-input-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.tour-sidebar__search-form ::-moz-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.tour-sidebar__search-form :-ms-input-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.tour-sidebar__search-form ::-ms-input-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.tour-sidebar__search-form ::placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.tour-sidebar__search-form :-ms-input-placeholder {
    color: #9ca3a9;
}

.tour-sidebar__search-form ::-ms-input-placeholder {
    color: #9ca3a9;
}

.tour-sidebar__search+.offer-sidebar {
    margin-top: 30px;
}

.tour-sidebar__sorter-wrap {
    padding: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #eceeef;
    margin-top: 15px;
}

.tour-sidebar__sorter-single+.tour-sidebar__sorter-single {
    margin-top: 45px;
}

.tour-sidebar__sorter-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eceeef;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.tour-sidebar__sorter-top h3 {
    margin: 0;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 20px;
    font-weight: 500;
}

.tour-sidebar__sorter-toggler {
    border: none;
    outline: none !important;
    font-size: 18px;
    color: var(--thm-black);
    width: auto;
    background-color: transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-sidebar__sorter-toggler.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.tour-sidebar__price-range .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.tour-sidebar__price-range .form-group p {
    font-size: 16px;
    font-weight: 500;
    color: #9ca3a9;
    margin: 0;
    line-height: 1em;
}

.tour-sidebar__price-range .noUi-horizontal {
    height: 3px;
    background-color: var(--thm-gray);
}

.tour-sidebar__price-range .noUi-handle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: var(--thm-primary);
    border: none;
    outline: none;
    box-shadow: none;
}

.tour-sidebar__price-range .noUi-handle::before,
.tour-sidebar__price-range .noUi-handle::after {
    display: none;
}

.tour-sidebar__price-range .noUi-connect {
    background-color: var(--thm-primary);
}

.tour-sidebar__sorter-inputs p {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tour-sidebar__sorter-inputs p+p {
    margin-top: 30px;
}

.tour-sidebar__sorter-inputs p label {
    margin: 0;
    font-weight: 400;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tour-sidebar__sorter-inputs p label i {
    color: #eceeef;
    font-size: 16px;
    line-height: 1em;
    position: relative;
    top: -2px;
}

.tour-sidebar__sorter-inputs p label i+i {
    margin-left: 5px;
}

.tour-sidebar__sorter-inputs p label i.active {
    color: var(--thm-base);
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    color: #9ca3a9;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1em;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:before,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #9ca3a9;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 18px;
    color: var(--thm-base);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.tour-details-two .tour-sidebar {
    position: relative;
    z-index: 10;
    margin-top: -100px;
}

.tour-sidebar__featured,
.tour-sidebar__organizer {
    border: 1px solid #eceeef;
    padding: 50px;
    margin-top: 30px;
}

.tour-sidebar__featured {
    margin-top: 0;
}

.tour-sidebar__featured h3,
.tour-sidebar__organizer h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 20px;
    font-family: var(--thm-font);
    margin-bottom: 30px;
}

.tour-sidebar__organizer-content {
    position: relative;
    padding-left: 95px;
}

.tour-sidebar__organizer-content>img {
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.tour-sidebar__featured-single p i,
.tour-sidebar__organizer-content p i {
    font-size: 14px;
    color: var(--thm-base);
    margin-right: 10px;
}

.tour-sidebar__organizer-content p,
.tour-sidebar__featured-single p,
.tour-sidebar__organizer-content span,
.tour-sidebar__featured-single span {
    font-size: 16px;
    color: #9ca3a9;
    font-weight: 500;
    line-height: 1em;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
}

.tour-sidebar__featured {
    margin-bottom: 30px;
}

.tour-sidebar__featured-single {
    position: relative;
    padding-left: 80px;
}

.tour-sidebar__featured-single>img {
    position: absolute;
    top: 5px;
    left: 0;
}

.tour-sidebar__featured-single h3,
.tour-sidebar__organizer-content h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 18px;
    font-family: var(--thm-font);
    margin-bottom: 10px;
    margin-top: 10px;
}

.tour-sidebar__featured-single+.tour-sidebar__featured-single {
    border-top: 1px solid #eceeef;
    padding-top: 30px;
    margin-top: 30px;
}

.tour-sidebar__featured-single+.tour-sidebar__featured-single>img {
    top: 35px;
}

.tour-sidebar__featured-single p,
.tour-sidebar__featured-single p i {
    font-size: 14px;
    color: #9ca3a9;
}

.tour-sidebar__featured-single span {
    color: var(--thm-secondary);
    font-size: 18px;
    font-weight: 500;
}

.tour-sidebar__featured-single h3 {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.tour-sidebar__featured-single h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tour-sidebar__featured-single h3 a:hover {
    color: var(--thm-primary);
}


/*--------------------------------------------------------------
# Destinations
--------------------------------------------------------------*/

.destinations-one,
.destinations-two {
    padding-top: 120px;
    padding-bottom: 90px;
}

.destinations-one__single,
.destinations-two__single {
    border-radius: 50%;
    background-color: #082740;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    margin-bottom: 30px;
}

.destinations-one__single {
    border-radius: 0;
}

.destinations-one__single:hover,
.destinations-two__single:hover {
    background-color: var(--thm-base);
}

.destinations-one__single>img,
.destinations-two__single>img {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all 500ms ease 300ms;
    transition: all 500ms ease 300ms;
}

.destinations-one__single>img {
    border-radius: 0;
}

.destinations-one__single:hover img,
.destinations-two__single:hover img {
    opacity: 0.1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.destinations-one__single h3,
.destinations-two__single h3 {
    font-family: var(--thm-font);
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.destinations-one__single h3 a,
.destinations-two__single h3 a {
    color: inherit;
}

.destinations-one__single h3 a:hover,
.destinations-two__single h3 a:hover {
    color: #fff;
}


/* Destinations Details */

.destinations-details__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 60px;
    font-family: var(--thm-font);
    font-weight: 600;
    line-height: 1em;
    margin-top: -10px;
    margin-bottom: 40px;
}

.destinations-details__title+p {
    margin-top: -10px;
}

.destinations-details__subtitle {
    margin: 0;
    color: var(--thm-black);
    font-size: 40px;
    font-weight: 600;
    font-family: var(--thm-font);
    margin-top: -10px;
    margin-bottom: 50px;
}

.destinations-details__subtitle+p {
    margin-top: -10px;
}

.destinations-details__content p {
    margin: 0;
    color: #9ca3a9;
    font-size: 18px;
    font-weight: 500;
    line-height: 34px;
}

.destinations-details__content p+p {
    margin-top: 30px;
}

.destinations-details__content .row {
    margin-left: -5px;
    margin-right: -5px;
}

.destinations-details__content .row>[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.destinations-details__gallery {
    margin-top: 60px;
    margin-bottom: 60px;
}

.destinations-details__content .accrodion-grp {
    margin-top: 50px;
}


/* destinations three */

.destinations-three {
    padding-top: 120px;
    padding-bottom: 90px;
}

.destinations-three__single {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.destinations-three__single>img {
    width: 100%;
}

.destinations-three__content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-left: 40px;
    padding-bottom: 40px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -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;
}

.destinations-three__single:hover .destinations-three__content {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
}

.destinations-three__hover-content h3,
.destinations-three__content h3 {
    font-family: var(--thm-font);
    color: #fff;
    font-size: 21px;
    text-transform: capitalize;
    margin: 0;
    padding-right: 54px;
}

.destinations-three__hover-content h3 a,
.destinations-three__content h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.destinations-three__hover-content h3 a:hover,
.destinations-three__content h3 a:hover {
    color: #fff;
}

.destinations-three__single:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgb(32 64 144) 99%, rgb(32 64 144) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.destinations-three__hover-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    padding-left: 20px;
    padding-bottom: 28px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -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;
}

.destinations-three__single:hover .destinations-three__hover-content {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.destinations-three__hover-content p {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--thm-base);
    line-height: 1em;
}

.destinations-three__link {
    width: 41px;
    display: block;
    height: 41px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--thm-base);
    position: absolute;
    right: 7px;
    bottom: 35px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.destinations-three__link i {
    line-height: 44px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 18px;
}

.destinations-three__link:hover {
    background-color: var(--thm-primary);
}

.destinations-three__link:hover i {
    color: #ffffff;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/

.features-one__title {
    background-color: #082740;
    padding-bottom: 180px;
    padding-top: 120px;
}

.features-one__title .block-title {
    margin-bottom: 0;
}

.features-one__title .block-title h3 {
    color: #ffffff;
}

.features-one__single {
    box-shadow: 0px 0px 20px 8px rgb(0 0 0 / 6%);
    background-color: #fff;
    text-align: center;
    padding-top: 65.5px;
    padding-bottom: 65.5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 53px;
    padding: 35px 22px;
    height: 209px;
}

.features-one__single:hover {
    background-color: var(--thm-primary);
}

.features-one__single:hover p,
.features-one__single:hover span {
    color: #fff;
}

.features-one__single i {
    font-size: 50px;
    color: var(--thm-primary);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.features-one__single:hover i {
    color: #ffffff;
}

.features-one__single h3 {
    color: var(--thm-black);
    font-size: 24px;
    margin: 0;
    font-family: var(--thm-font);
    line-height: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-top: 15px;
}

.features-one__single h3 a {
    color: inherit;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.features-one__single h3 a:hover {
    color: #ffffff;
}

.features-one__single:hover h3,
.features-one__single:hover h3 a {
    color: #ffffff;
}

.features-two {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

.features-two__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center 130%;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.features-two .container {
    position: relative;
}

.features-two__single {
    margin-bottom: 30px;
    text-align: center;
}

.features-two__single h3 {
    margin: 0;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 40px;
}

.features-two__single p {
    margin: 0;
    color: #9ca3a9;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}

.features-two__single i {
    width: 129px;
    display: -webkit-box;
    display: flex;
    height: 129px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    font-size: 52px;
    color: #ffffff;
    background-color: var(--thm-secondary);
    box-shadow: 0px 10px 30px 0px rgba(255, 1, 67, 0.2);
}

.features-two [class*="col-"]:nth-child(1) .features-two__single i {
    background-color: #6ebd32;
    box-shadow: 0px 10px 30px 0px rgba(110, 189, 50, 0.2);
}

.features-two [class*="col-"]:nth-child(2) .features-two__single i {
    background-color: var(--thm-secondary);
    box-shadow: 0px 10px 30px 0px rgba(var(--thm-secondary-rgb), 0.2);
}

.features-two [class*="col-"]:nth-child(3) .features-two__single i {
    background-color: var(--thm-primary);
    box-shadow: 0px 10px 30px 0px rgba(var(--thm-primary-rgb), 0.2);
}

.features-two__btn {
    margin-top: 30px;
}


/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

.funfact-one {
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: var(--thm-primary);
}

.funfact-one__single {
    margin-bottom: 30px;
}

.funfact-one__single h3 {
    margin: 0;
    color: #ffffff;
    font-size: 90px;
    font-weight: 400;
    font-family: var(--thm-font);
    line-height: 1em;
}

.funfact-one__single p {
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    margin-top: 10px;
}


/*--------------------------------------------------------------
# Tour Search
--------------------------------------------------------------*/

.tour-search-one {
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.tour-search-one__inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.tour-search-one__inputs {
    -webkit-box-flex: 1;
    flex: 1 1 calc(100% - 224px);
    max-width: calc(100% - 224px);
    flex-wrap: wrap;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.tour-search-one__btn-wrap {
    -webkit-box-flex: 1;
    flex: 1 1 224px;
    max-width: 224px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.tour-search-one__btn {
    padding: 43px 77.25px;
    font-size: 20px;
    font-weight: 600;
}

.tour-search-one__input-box {
    -webkit-box-flex: 1;
    flex: 1 1 33.333%;
    max-width: 33.333%;
    padding: 0px 40px;
    padding-top: 39.5px;
    padding-bottom: 24.5px;
}

.tour-search-one__input-box+.tour-search-one__input-box {
    border-left: 1px solid #eceeef;
}

.tour-search-one__input-box label {
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: var(--thm-black);
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 1em;
    box-shadow: none;
}

.tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-search-one__input-box textarea {
    border: none;
    outline: none;
    font-size: 20px;
    color: #9ca3a9;
    display: block;
    line-height: 35px;
}

.tour-search-one__input-box ::-webkit-input-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.tour-search-one__input-box ::-moz-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.tour-search-one__input-box :-ms-input-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.tour-search-one__input-box ::-ms-input-placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.tour-search-one__input-box ::placeholder {
    color: #9ca3a9;
    opacity: 1;
}

.tour-search-one__input-box :-ms-input-placeholder {
    color: #9ca3a9;
}

.tour-search-one__input-box ::-ms-input-placeholder {
    color: #9ca3a9;
}

.tour-search-one__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.tour-search-one__input-box .bootstrap-select>.dropdown-toggle {
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: 400;
    border-radius: 0;
    color: #9ca3a9;
    padding: 0;
    line-height: 35px;
}

.tour-search-one__home-two {
    position: relative;
    z-index: 10;
    margin-top: -60px;
}

.tour-search-one__home-three .block-title p {
    font-size: 24px;
    text-transform: capitalize;
    color: var(--thm-primary);
    font-weight: 400;
    letter-spacing: 0em;
}

.tour-search-one__home-three .block-title h3 {
    font-size: 50px;
}

.tour-search-one__home-three .tour-search-one {
    box-shadow: none;
}

.tour-search-one__home-three .tour-search-one__inputs {
    border: 1px solid #eceeef;
    border-right: 0;
}

.tour-search-one__home-four {
    padding-top: 250px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
}

.tour-search-one__home-four__sun {
    position: absolute;
    top: 10%;
    left: 10%;
    -webkit-animation: sunMove 10s linear infinite;
    animation: sunMove 10s linear infinite;
}

.tour-search-one__home-four__bird-1 {
    position: absolute;
    top: 23%;
    left: 46%;
    -webkit-animation: bridMove 5s ease-in infinite;
    animation: bridMove 5s ease-in infinite;
}

.tour-search-one__home-four__bird-2 {
    position: absolute;
    top: 36%;
    left: 8%;
    -webkit-animation: bridMove 5s ease-in infinite;
    animation: bridMove 5s ease-in infinite;
}

.tour-search-one__home-four__moc {
    position: absolute;
    top: 0;
    right: -10px;
    -webkit-animation: planeMove2 5s ease-in infinite;
    animation: planeMove2 5s ease-in infinite;
}

@-webkit-keyframes planeMove2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    25% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    75% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes planeMove2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    25% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    75% {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes bridMove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes bridMove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.tour-search-one__home-four .container {
    position: relative;
}

.tour-search-one__home-four__floated-text {
    position: absolute;
    right: 53%;
    top: 89%;
    -webkit-transform: translateY(0%) rotate(-90deg);
    transform: translateY(0%) rotate(-90deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    text-transform: uppercase;
    font-size: 200px;
    font-weight: 200;
    line-height: 200px;
    letter-spacing: 0.16em;
    opacity: 0.04;
}

.tour-search-one__home-four .block-title p {
    color: var(--thm-primary);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.tour-search-one__home-four .block-title h3 {
    font-size: 80px;
    font-weight: 800;
    line-height: 70px;
    color: var(--thm-secondary);
}

.tour-search-one__home-four .tour-search-one {
    box-shadow: none;
}

.tour-search-one__home-four .tour-search-one__inputs {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: -5px;
    margin-right: -5px;
}

.tour-search-one__home-four .tour-search-one__col {
    -webkit-box-flex: 1;
    flex: 1 1 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.tour-search-one__home-four .tour-search-one__col:nth-child(1) {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
}

.tour-search-one__home-four .tour-search-one__input-box {
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    max-width: 100%;
    border: 2px solid #eceeef;
}

.tour-search-one__home-5 {
    padding-top: 290px;
    padding-bottom: 200px;
    position: relative;
    z-index: 11;
}

.tour-search-one__home-5 .block-title {
    margin-bottom: 30px;
}

.tour-search-one__home-5 .block-title p {
    color: #fff;
    font-weight: 500;
}

.tour-search-one__home-5 .block-title h3 {
    margin: 0;
    font-size: 170px;
    color: #fff;
    letter-spacing: 0.04em;
    font-weight: 900;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: -7px;
}

.tour-search-one__home-5 .block-title>span {
    font-size: 70px;
    font-family: var(--heading-font);
    color: var(--thm-secondary);
    margin: 0;
    display: block;
    line-height: 1em;
    margin-top: -10px;
}

.tour-search-one__home-5 .tour-search-one__col:nth-child(1) {
    -webkit-box-flex: 1;
    flex: 1 1 50%;
}

@media (min-width: 1200px) {
    .tour-search-one__home-5 .container {
        max-width: 860px;
    }
}

.tour-search-one__home-5 .tour-search-one__btn {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.tour-search-one__home-5 .tour-search-one {
    background-color: transparent;
}

.tour-search-one__home-5 .tour-search-one__input-box {
    border: 2px solid rgba(236, 238, 239, 0.2);
}

.tour-search-one__home-5 .tour-search-one__input-box label {
    color: #fff;
}

.tour-search-one__home-5 .tour-search-one__input-box .bootstrap-select>.dropdown-toggle {
    color: #fff;
}

.tour-search-one__home-5 .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-search-one__home-5 .tour-search-one__input-box textarea {
    background-color: transparent;
    color: #ffffff;
}

.tour-search-one__home-5 .tour-search-one__input-box ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.tour-search-one__home-5 .tour-search-one__input-box ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

.tour-search-one__home-5 .tour-search-one__input-box :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.tour-search-one__home-5 .tour-search-one__input-box ::-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

.tour-search-one__home-5 .tour-search-one__input-box ::placeholder {
    color: #ffffff;
    opacity: 1;
}

.tour-search-one__home-5 .tour-search-one__input-box :-ms-input-placeholder {
    color: #ffffff;
}

.tour-search-one__home-5 .tour-search-one__input-box ::-ms-input-placeholder {
    color: #ffffff;
}

.tour-search__home-6 {
    padding-left: 100px;
}

.tour-search__home-6 .tour-search-one__home-four {
    padding-left: 135px;
    padding-right: 135px;
    padding-top: 258px;
    padding-bottom: 258px;
    position: relative;
}

.tour-search__home-6 .tour-search-one {
    position: relative;
    background-color: transparent;
}

.tour-search-one__6__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center 110%;
    background-repeat: no-repeat;
    opacity: 0.05;
    background-size: 120% auto;
}

.tour-search__home-6 .row,
.tour-search__home-6 .block-title {
    position: relative;
}

.tour-search__home-6 .block-title p {
    font-size: 30px;
    letter-spacing: 0;
}

.tour-search__home-6 .block-title h3 {
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 800;
}

.tour-search-one__home-seven {
    background-color: #004c85;
    padding-top: 0;
    padding-top: 110px;
    padding-bottom: 105px;
}

.tour-search-one__home-seven .block-title p {
    text-transform: capitalize;
    letter-spacing: 0;
}

.tour-search-one__home-seven .block-title h3 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
}

@media (max-width: 320px) {
    .block-title h3 {
        font-size: 24px !important;
    }
}

.tour-search-one__home-seven .tour-search-one {
    background-color: transparent;
}

.tour-search-one__home-seven .tour-search-one__input-box {
    border-color: rgba(255, 255, 255, 0.15);
}

tour-search-one__home-seven .tour-search-one__input-box .bootstrap-select>.dropdown-toggle,
.tour-search-one__home-seven .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-search-one__home-seven .tour-search-one__input-box textarea {
    background-color: transparent;
    color: #a4cae5;
    opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-webkit-input-placeholder {
    color: #a4cae5;
    opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-moz-placeholder {
    color: #a4cae5;
    opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box :-ms-input-placeholder {
    color: #a4cae5;
    opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-ms-input-placeholder {
    color: #a4cae5;
    opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::placeholder {
    color: #a4cae5;
    opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box :-ms-input-placeholder {
    color: #a4cae5;
}

.tour-search-one__home-seven .tour-search-one__input-box ::-ms-input-placeholder {
    color: #a4cae5;
}

.tour-search-one__home-seven .tour-search-one__input-box label {
    color: #ffffff;
}

.tour-search-one__home-seven .features-two__single {
    position: relative;
    padding-left: 170px;
    text-align: left;
    margin-bottom: 0;
}

.tour-search-one__home-seven .features-two__single i {
    position: absolute;
    top: 10px;
    left: 0;
}

.tour-search-one__home-seven-content {
    padding-left: 100px;
}

.tour-search-one__home-seven-content [class*="col-"]+[class*="col-"] {
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    padding-top: 40px;
    margin-top: 40px;
}

.tour-search-one__home-seven-content .features-two__single h3 {
    color: #ffffff;
    margin-top: 0;
}

.tour-search-one__home-seven-content .features-two__single p {
    color: #a4cae5;
}

.tour-search-one__home-8 {
    width: 100%;
    max-width: 1250px;
    background-color: #fff;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
}


/*    Main Form/////////////////////////////////////////////////////////////*/

.mainform {
    text-align: center;
    margin: auto;
}


/* .mainpage {
  min-height: 100vh;
} */

.leftside {
    width: 100%;
}

.container.mainbox {}

@media (max-width: 992px) {
    .leftside {
        width: 100%;
    }

    .rightside {
        display: none;
    }

    .mainformolabel {
        padding: 10px 0px !important;
    }

    .createaccount {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .forgettpass {
        justify-content: flex-end;
    }
}

.leftside section.SignInForm {
    margin-top: 2rem;
}

@media (min-width: 992px) {
    .SignInForm .form-control {
        width: 80%;
        margin-bottom: 28px;
    }

    .ourform select.form-select.loginselect {
        width: 80%;
    }
}

.tittleSignIn p {
    margin-bottom: 35px;
}

.rightside img {
    width: 288px;
    display: flex;
    justify-content: center;
    margin: 300px auto;
    position: relative;
    z-index: 9999;
}

.rightside {
    background-color: #1058b9;
    width: 50%;
    background-image: url(../images/forms/airplane-wing-view-in-the-air-travel-by-plane-2021-08-26-17-53-00-utc\ 1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 786px) {
    .rightside {
        display: none;
    }
}

.rightside:before {
    content: "";
    position: absolute;
    right: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1f61b9e0;
    width: 50%;
}

.mainform .label.form-label {
    margin-bottom: 25px;
}

.SignInForm button.loginform {
    background-color: #1f61b9;
    color: #ffff;
    border: none;
    padding: 6px 6px;
    margin-bottom: 30px;
}

.mainformolabel {
    padding: 5px 50px;
}

.forgetpass {
    color: #1e78f0;
}

.btnLogin p {
    text-align: center;
}

.fa-facebook-square:before {
    content: "\f082";
    color: #1877f2 !important;
    font-size: 30px;
}

.btnsoical button {
    background: #f7f7f7;
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 15px 50px;
    margin-bottom: 25px;
}

.btnappel {
    color: black;
    font-size: 18px;
}

.btnappel i {
    font-size: 34px;
}

.createaccount {
    /*margin-top: 35px;*/
}

.createaccount a {
    font-weight: 500;
}

.createaccount .mainform {
    /*margin-top: 55px !important;*/
}

img.preloader__image {
    width: auto;
    height: 80px;
}

.forgettpass p.forgetpass {
    color: #ff914d;
}

.btnfacebook i {
    color: #1877f2;
    font-size: 28px;
}

.btngoogle i {}

.form-control {
    margin-bottom: 20px;
    border-radius: 0px !important;
}

.form-select {
    border-radius: 0px !important;
    background-size: 16px 14px !important;
    /* background-image: ('../images/about/arrowdown.png')!important;*/
}

.mainform .tittleSignIn h4 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 57px;
    color: #3d3d3d;
}

.tittleSignInn h4 {
    font-family: "Albertus Nova";
    font-style: normal;
    font-weight: 700;
    font-size: clamp(24px, 7vw, 40px);
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #f7f7f7;
}

.tittleSignInn {
    padding-top: 35px;
}


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

.mainlogo {
    display: flex;
    justify-content: center;
    margin: 40px 0 40px 0;
}

.SignInForm .mainform .tittleSignIn h4 {
    font-weight: 600;
    line-height: 50px;
    color: #2d3748;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 586px) {
    .SignInForm .mainform .tittleSignIn h4 {
        font-size: 24px;
    }
}

.mainform input {
    box-shadow: 0 0 3px #00000047 !important;
    /* margin-bottom: 30px !important; */
    margin: auto;
    background: #edf2f7 !important;
    border: 1px solid #a0aec0 !important;
}

.form-control {
    position: relative;
    height: 50px;
    width: 100%;
    background: #f7fafc;
    border: none;
    outline: none;
    /* padding: 0 30px; */
    font-size: 16px;
    color: var(--thm-gray);
    /* margin-bottom: 30px; */
    border-radius: 5px;
}

/* @media (min-width: 992px) { */
.btnLogin button {
    padding: 28px 40px;
    background: #faa74a;
    border: 1px solid #faa74a;
    font-family: "Albertus Nova";
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #322206;
    /* margin-bottom: 6rem; */
    margin-top: 10px;
}

/* } */

@media (min-width: 992px) {
    .btnLogin button:hover {
        background: #214090;
        border: 1px solid #fff;
        color: #fff;
        transform: scale3d(1);
    }
}

@media (max-width: 786px) {
    .btnLogin button {
        padding: 18px 16px;
        background: #faa74a;
        border: 1px solid #faa74a;
        font-family: "Albertus Nova";
        font-style: normal;
        font-weight: 900;
        font-size: clamp(10px, 4vw, 20px);
        line-height: 100%;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #322206;
    }
}

.intl-tel-input,
.iti {
    width: 100%;
}

.check-with-label:checked+.labelcheckmark {
    font-weight: bold !important;
    color: red;
}

@media (min-width: 768px) {
    p.praghreset {
        padding: 0rem 9rem;
        text-align: center;
    }
}

.checkboxtest input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 7px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.checkboxtest:hover input~.checkmark {
    background-color: #ccc;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkboxtest input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.checkboxtest .checkmark:after {
    content: "\2713";
    font-size: 14px;
    left: 4px;
    top: -1px;
}

.labelcheckmark {
    color: #878787 !important;
}

.checkboxtest .checked {
    color: red;
}

.userprofile i {
    background-color: #fe914c;
    padding: 25px;
    border-radius: 50px;
    color: #ffff;
}


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

.media-container {
    position: relative;
    display: inline-block;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    width: 72px;
    height: 72px;
    vertical-align: middle;
    margin-bottom: 30px;
}

.media-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    cursor: pointer;
}

#media-input {
    display: block;
    width: 200px;
    height: 200px;
    line-height: 200px;
    opacity: 0;
    position: relative;
    z-index: 9;
}

.media-icon {
    display: block;
    color: #ffffff;
    font-size: 2em;
    height: 200px;
    line-height: 200px;
    position: absolute;
    z-index: 0;
    width: 100%;
    text-align: center;
    top: 0;
}

.media-object {}

.img-object {
    width: 72px;
    height: 72px;
    display: flex;
    position: relative;
    left: 0px;
    border-radius: 50%;
}

.media-control {
    margin-top: 30px;
}

.edit-profile {}

.save-profile {}


/* button */

.btn {
    margin: 10px 3px;
    display: inline-block;
    height: 38px;
    padding: 0 12px;
    color: #555;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
}

.btn>i {
    color: #555;
    font-size: 12px !important;
    margin-right: 10px;
}

.media-object {
    background-color: #202b73;
    height: 800px;
    width: 800px;
}

@media (min-width: 992px) {
    .ourformcontent {
        position: relative;
        padding: 56px 48px 40px;
        background-color: #fff;
        width: 100%;
    }
}

@media (max-width: 786px) {
    .ourformcontent {
        position: relative;
        padding: 56px 7px;
        background-color: #fff;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .ourform {
        margin-top: 35px;
        position: relative;
        padding: 55px 48px;
        background-color: #fff;
        width: 100%;
        margin-bottom: 5rem;
    }

    .terms-coditions {
        width: 80%;
        margin: auto;
        text-align: left;
    }
}

@media (max-width: 786px) {
    .ourform {
        margin-top: 35px;
        position: relative;
        padding: 56px 7px;
        background-color: #fff;
        width: 100%;
    }

    .terms-coditions {
        width: 100%;
        margin: auto;
        text-align: left;
    }
}

.ourform .mainform {
    width: 100%;
}

select.form-select.loginselect {
    background-color: #edf2f7;
    height: 50px;
    box-shadow: 0 0 3px #00000047 !important;
    margin-top: 00px;
    margin-bottom: 0px;
    border-color: #a0aec0;
    display: inline-block;
}

.terms-coditions label.container.checkboxtest {
    color: #4a5568;
}

@media (min-width: 992px) {
    .ourform .afterourform {
        position: absolute;
        width: 50px;
        height: 50px;
        top: -13px;
        left: 47%;
        background-color: white;
        transform: rotate(45deg);
    }
}

@media (max-width: 786px) {
    .ourform .afterourform {
        position: absolute;
        width: 50px;
        height: 50px;
        top: -13px;
        left: 43%;
        background-color: white;
        transform: rotate(45deg);
    }
}

@media (min-width: 992px) {
    .logosignIn img {
        width: 286px;
        margin-bottom: 45px;
    }
}

@media (max-width: 786px) {
    .logosignIn img {
        width: 160px;
        margin-bottom: 45px;
    }
}

p.text-left.joinuspragh {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #878787;
    width: 350px;
}

.tittlejoin h6 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: #5f5f5f;
}

button.btn.edit-profile {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #5f5f5f;
    background-color: #efefef;
    height: 70px;
    bottom: 40px;
    position: relative;
}

.textareaaa {
    background-color: #edf2f7;
    box-shadow: 0 0 3px #00000047 !important;
    margin-top: 30px;
    margin-bottom: 40px;
    border-color: #a0aec0;
}

textarea::placeholder {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    position: relative !important;
    left: 5px !important;
    top: 15px !important;
}

.textareaaa textarea.form-control {
    min-height: calc(10.5em + 0.75rem + 2px) !important;
}

.textareaexport textarea.form-control {
    min-height: calc(8.5em + 0.75rem + 2px) !important;
}

button.btn.save-profile {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #5f5f5f;
}

.joinUs label.form-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #5f5f5f;
    font-weight: 500;
    font-size: 18px;
}

span.input-group-text.bg-light.d-block {
    box-shadow: 0 0 3px #00000047 !important;
    border: none;
}

.joinUs .fas.fa-calendar-day {
    top: 9px;
    position: relative;
}

.checkboxtest {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 12px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

@media (min-width: 320px) and (max-width: 992px) {
    .checkboxtest {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 16px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
}


/* Hide the browser's default checkbox */

.checkboxtest input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* On mouse-over, add a grey background color */

.checkboxtest:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.checkboxtest input:checked~.checkmark {
    background-color: #1e78f0;
    box-sizing: border-box;
    border-radius: 2px;
    color: #ffff;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.checkboxtest input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.payment {}

.payment .rightsec .checkmark {
    position: absolute;
    top: 15px;
    left: 80%;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50px;
}


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

.paymentCheck input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

.paymentCheck label {
    display: block;
    position: relative;
    padding: 0px 25px 5px 25px;
    z-index: 9;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #4a5568;
    top: 5px;
}

.paymentCheck .check {
    display: block;
    position: absolute;
    border: 3px solid #aaaaaa;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    top: 15px;
    right: 50px;
    z-index: 5;
    transition: border 0.25s linear;
    -webkit-transition: border 0.25s linear;
}

section.payment {
    margin: 15px;
}

.paymentCheck .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 5px;
    left: 5px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type="radio"]:checked~.check {
    border: 3px solid #1e78f0;
}

input[type="radio"]:checked~.check:hover {
    border: 3px solid #1e78f0;
}

input[type="radio"]:checked~.check::before {
    background: #1e78f0;
}

input[type="radio"]:checked~label {
    color: #1e78f0;
}

.terms-coditions a {
    color: #1e78f0;
    text-decoration: underline !important;
}

.side-menu__toggler i {
    color: #faa74a;
}


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

.aboutUs .headoftittle {
    background-color: #004aab;
}

.aboutUs .tittleofpage {
    color: #fff;
    padding: 150px auto;
    margin: 40px auto;
    text-align: center;
}

.tittleofpage h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 56px;
}

@media (min-width: 992px) {
    .tittleofpage p {
        padding: 1rem 15rem;
    }
}

.team_one {
    position: relative;
    display: block;
    padding: 180px 0 90px;
}

.team_one_single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.team_one_image {
    position: relative;
    display: block;
}

.team_one_image img {
    width: 100%;
    border-radius: 4px;
    position: relative;
}

.team_one_image::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1f3871ab;
    border-radius: 5px;
}

p.poflabelradio {
    font-size: 10px;
}

.team_one_content {
    position: relative;
    border-radius: 4px;
    background-color: transparent;
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0);
    display: block;
    text-align: center;
    padding: 22px 0 30px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team_one_content * {
    position: relative;
    z-index: 10;
}

.team_one_single:hover .team_one_content {
    background-color: var(--thm-primary);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07);
}

.team_one_content:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: calc(100% - 2px);
    content: "";
    background: #fff;
    border-radius: 4px;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team_one_single:hover .team_one_content:before {
    width: 100%;
}

.team_member_info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.team_member_info p {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 22px;
}

.team_one_social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    transform: scaleX(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team_one_single:hover .team_one_social {
    transform: scaleX(1);
}

.team_one_social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    background-color: #f0f3f6;
    color: var(--thm-black);
    font-size: 15px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.team_one_social a+a {
    margin-left: 10px;
}

.team_one_social a:hover {
    background: var(--thm-primary);
    color: var(--thm-base);
}

.team_member_info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #2d3748;
}


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

@media (min-width: 992px) {
    .whoweare {
        padding: 8rem 12rem;
    }
}

.whoweare .mainpic img {
    position: relative;
    right: 0;
    width: 100%;
}

.whoweare .whoweareimage {
    background-color: #0077b5a8;
    position: absolute;
    right: 0%;
    border-radius: 10px;
}

@media (min-width: 320px) and (max-width: 992px) {
    .whoweare .whoweareimage {
        background-color: #0077b5a8;
        position: relative;
        border-radius: 10px;
        right: 0 !important;
    }

    .whoweare .mainpic img {
        position: relative;
        width: 100%;
    }
}

.whoweare h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 56px;
    color: #3d3d3d;
}

.whoweare p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 33px;
    color: #6d6d6d;
}


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

.createaccounttt {
    background-color: #004aad;
    padding: 4rem 1rem;
}

.createaccounttt .maintittle {
    margin: 0px auto;
    text-align: center;
    color: #ffff;
    font-weight: 400;
}

.createaccount .maintittle h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 57px;
    color: #ffffff;
}

@media (min-width: 992px) {
    .createaccount .mainbox {
        background-color: #fff;
        margin: 1rem 18rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
}

@media (min-width: 320px) and (max-width: 992px) {
    .createaccount .mainbox {
        background-color: #fff;
        margin: 2rem 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
    }
}


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

.contact-us {
    /* background-color: #f7f7f7; */
}

.contact-us .contact-one,
.mainformexport,
.contentexpoert,
.viedo,
.OurCertificates {
    padding-top: 100px !important;
}

.contact-us .listoficons i {
    color: #ff914d;
    font-size: 16px;
    margin-right: 20px;
}

.contact-us .listoficons ul li {
    margin-bottom: 18px;
    color: #5f5f5f;
    display: flex;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
}

.contact-us .listoficons li a {
    color: #5f5f5f !important;
}

.contact-us .contact-one .block-titllle h3 {
    font-family: Albertus Nova;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 32.5px;
    color: #2D3748;
    margin-bottom: 35px;
}

.contact-us .contact-one .fa-ul {
    list-style-type: none;
    margin-left: 0em !important;
    padding-left: 0;
}

.workinghours img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

section.herosection {
    position: relative;
    background-color: #202b73;
    height: 360px;
    overflow: hidden;
}

.herosection::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 64, 144, 0.5);
}

.herosection .contenthero h6 {
    position: relative;
    z-index: 1;
    color: #fff;
}

.contenthero h6 {
    font-family: "Albertus Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 79px;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin: 0px !important;
}

.btnLogin button {
    margin-bottom: 0rem;
}

.contenthero p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media (min-width: 992px) {
    .contenthero {
        margin-top: 14rem;
    }
}

@media (max-width: 765px) {
    .contenthero {
        margin-top: 5rem;
    }
}

.contactrow {
    margin-bottom: 25px;
    align-items: center;
    flex-wrap: nowrap !important;
}

.contactrow a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    letter-spacing: 0.04em;
    color: #2d3748;
}

@media (min-width: 992px) {
    .contact-us .mainformcontact {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}

.contact-us h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

.mailchimp-one h3 {
    display: flex;
    align-items: center;
}

.contact-us label {
    color: #4a4a4a;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.contact-us textarea#exampleFormControlTextarea1 {
    background-color: #edf2f7;
    box-shadow: 0 0 3px #00000047 !important;
    margin-bottom: 40px;
    border-color: #a0aec0;
}

@media (min-width: 992px) {
    .contact-one__content {
        margin-bottom: 4rem;
    }
}

.contact-one .mainbox h3 {
    font-family: "Albertus Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 42.55px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #214090;
    margin-bottom: 5px;
}

.btnaccount button.btn.btn-secondary.dropdown-toggle {
    color: black;
    border: none;
    background-color: none;
    text-transform: capitalize;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    background-color: transparent !important;
    border: transparent !important;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:hover {
    background-color: transparent !important;
}

.btn-secondary:hover {
    background-color: none !important;
}

.imgaccount img {
    border: 1px solid #FFFF;
    border-radius: 50px;
    width: 44px;
    margin: 0px;
    height: 44px;
    background: #202B73 !important;
}

.imgaccount button {
    margin: 0px !important;
    padding: 0px !important;
}


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

.visa-request .visatittle h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    color: #4a4a4a;
}

.visa-request .visatittle span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #a8a8a8;
}

.visa-request .visatittle {
    border-bottom: 3px solid #ff914d;
    margin-bottom: 35px;
    margin-top: 45px;
}

.btnLogin.mt-3.bluebtn button {
    background-color: #004aad;
}

.visa-request .mintittle h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 32px;
    color: #4a4a4a;
}

.requststeptwo .titleprogrs span {
    font-size: 12px;
}

.visa-request .mintittle p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #a8a8a8;
}

.form-select {
    color: #676060cc;
    background-image: url(../images/about/arrow2.png);
}

button.btn.edit-profile {
    position: relative;
    background: #e2e8f0 !important;
    border: 2px solid #a0aec0 !important;
}

.form-select:focus {
    background-image: url(../images/about/arrow-down.png);
    background-size: 11px 7px !important;
}

.scanvisa .radio {
    margin: 0.5rem;
}

.scanvisa .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.scanvisa .radio input[type="radio"]+.radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 2px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 5px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.scanvisa .radio input[type="radio"]:checked+.radio-label:before {
    background-color: #1e78f0;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.scanvisa .radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #1e78f0;
}

.scanvisa .radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.scanvisa .radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0;
}


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

section.visa-request.firstRow {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 4rem;
}

.uploadOuter {
    text-align: center;
    padding: 3px 0px 26px 0px;
}

.uploadOuter strong {
    padding: 0 10px;
}

.requststepreview {
    border-bottom: 3px solid #1e78f0;
    margin-bottom: 35px;
    margin-top: 45px;
}

@media (min-width:992px) {
    .dragBox {
        width: 50% !important;
        height: 86px;
        position: relative;
        text-align: center;
        font-weight: 400;
        color: #999;
        border: 2px solid #ccc;
        display: flex;
        transition: transform 0.3s;
        cursor: pointer;
        background-color: #edf2f7 !important;
        border-radius: 50px;
        align-items: center;
        justify-content: center;
    }
}

.dragBox {
    width: 100%;
    height: 86px;
    position: relative;
    text-align: center;
    font-weight: 400;
    color: #999;
    border: 2px solid #ccc;
    display: flex;
    transition: transform 0.3s;
    cursor: pointer;
    background-color: #edf2f7 !important;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.dragBox img {
    width: 31px;
    height: 31px;
}

.dragBox input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
}

.uploadOuter .draging {
    transform: scale(1.1);
}

.uploadOuter #preview {
    text-align: center;
}

.uploadOuter #preview img {
    max-width: 100%;
}


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

.uploadfilee {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-weight: 400;
    line-height: 95px;
    color: #999;
    border: 2px dashed #ccc;
    display: inline-block;
    transition: transform 0.3s;
    cursor: pointer;
    z-index: 99999999;
    background-color: #94caf638;
    position: relative;
}

span.star {
    color: #f02532;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

.praghselect {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #a8a8a8;
}

.selectpraghh {
    margin-bottom: 5px !important;
}

.visa-request .tittlesecrow span.numberone {
    background: #ffdfb8;
    box-shadow: inset 0px 4px 4px #fec993;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 5px 14px;
    color: #da6c38;
}

.visa-request .tittlesecrow span.tittle {
    color: #4a4a4a;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.visa-request .tittlesecrow {
    margin-bottom: 20px;
}

.visa-request .secoundform {
    border-top: 1px solid #dfdfdf;
}

.visa-request .secoundform .tittlesecrow {
    margin-top: 30px;
}

.visa-request .btnLogin button {
    text-transform: capitalize;
    width: 100%;
}


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

.choosepackage p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    text-transform: lowercase;
    color: #878787;
}

.choosepackage .mainactivpacakge {
    background: #ffffff;
    border: 1.5px solid #1e78f0;
    border-radius: 4px;
    padding: 12px 23px;
}

.choosepackage .mainapacakge {
    background: #ffffff;
    border: 1.8px solid #dfdfdf;
    border-radius: 4px;
    padding: 12px 23px;
}

.choosepackage span.imagecorrect {
    float: right;
}

.choosepackage span.pricepackage {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize;
    color: #3d3d3d;
}


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

.requestvisa2 .boxtrouble {
    background-color: #fff1dc;
    padding: 40px 30px;
    margin-bottom: 25px;
}

.requestvisa2 .boxtrouble h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4a4a4a;
    margin-top: 25px;
}

.requestvisa2 .boxtrouble .btnLogin.mt-3 button.w-50 {
    background: #ff914d;
    border-radius: 4px;
    padding: 10px 7px;
}

.requststeptwo {
    margin-bottom: 25px;
    margin-top: 25px;
    align-items: center;
}

.visaapproved {
    display: flex;
    justify-content: space-between;
    margin-bottom: 47px;
}

.requststeptwo .progress {
    height: 5px;
}

@media (max-width: 786px) {
    .requststeptwo .progress {
        margin-bottom: 40px;
    }
}

.requststeptwo .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #14d154;
    transition: width 0.6s ease;
}

.requststeptwo .titleprogrs {
    display: flex;
    justify-content: space-between;
}

.titleprogrs span.boldtext {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #3d3d3d;
}

.nonborder {
    border-bottom: none !important;
}

.viewdocumentt {
    align-items: center !important;
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 34px !important;
}

.secroww {
    border-top: 1.6px solid #dfdfdf;
    margin-top: 25px;
}

section.visa-request.firstRow.requestvisa2 {
    border-bottom: none;
}

.viewdocumentt .btnreview.mt-3 button {
    width: 100% !important;
    padding: 7px 23px;
    font-size: 13px;
}

.viewdocumentt {
    background: #ecf7fd;
    border: 1.5px solid #94caf6;
    border-radius: 4px;
    padding: 0px 15px;
}

@media (min-width: 320px) and (max-width: 992px) {
    .viewdocumentt .btnreview.mt-3 button {
        width: 100% !important;
        padding: 0px 14px;
        font-size: 10px;
    }

    .viewdocumentt span {
        font-size: 9px !important;
    }

    .viewdocumentt img {
        width: 30px;
    }

    .dragBox {
        font-size: 14px;
    }
}

.viewdocumentt span {
    font-size: 14px;
}

.mainboxreview {
    margin-bottom: 20px;
}

.reviewrequest .visatittle h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #4a4a4a;
}

.reviewrequest .visatittle span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #a8a8a8;
}

.addcomment textarea {
    width: 100%;
    height: 130px;
    line-height: 54px;
    border: 1.6px solid #cacaca;
    outline: none;
    background: #fff;
    padding: 0 22px;
    font-size: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

p.nonprovied {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #f02532;
    margin: 0;
}

label.form-label {
    margin-bottom: 0px;
}

p.provied {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    color: #14d154;
    display: inline-flex;
}

.fingerprint h6 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    color: #4a4a4a;
}

.fingerprint span.completed {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #12bf4d;
}

.fingerprint span.rejected {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ea3737;
}

.fingerprint span.rejected.dotimg {
    width: 10px !important;
}

.completed img.dotimg {
    width: 10px;
}

.totalcost p {
    font-size: 12px;
    margin: 0;
}

.totalcost {
    line-height: normal;
}

.totalcost span {
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.fingerprint span.rejected img.dotimg {
    width: 10px;
}

.fingerprint p.visastatus {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #3d3d3d;
}

.fingerprint p.prghvisastatus {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #878787;
}

.fingerprint span.tildate {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #878787;
}

.fingerprint span.date {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #4a4a4a;
}

.visamissing {
    background: #fce1e1;
    border-left: 6px solid #ea3737;
    border-radius: 3px;
    padding: 5px 45px 0px 15px;
    color: #ea3737;
    font-weight: 500;
    font-size: 14px;
    width: auto;
}

.visamissing p {
    margin: 0;
}

.tittleapproved p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4a4a4a;
}

.tittleapproved span {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #a8a8a8;
}

.btnapproved button {
    background-color: var(--thm-primary);
    border: 0px;
    font-size: 14px;
    padding: 14px 66px;
    color: #ffff;
    font-weight: 500;
    border-radius: 3px;
}


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

.cf:before,
.cf:after {
    content: " ";
    display: flex;
}

.cf:after {
    clear: both;
}

/* .cf {
    *zoom: 1;
} */


/* FORM */

.form .plan input,
.form .payment-plan input,
.form .payment-type input {
    display: none;
}

.form label {
    position: relative;
    color: #fff;
    background-color: #fff;
    font-size: 26px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 1.8px solid #dfdfdf;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
    border-radius: 4px;
    padding: 12px 23px;
}

.form .cf h6 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    text-transform: capitalize;
    color: #4a4a4a;
}

.form .plan input:checked+label,
.form .payment-plan input:checked+label,
.form .payment-type input:checked+label {
    border: 1.8px solid #1e78f0;
    background-color: #fff;
}

.form .plan input:checked+label:after,
form .payment-plan input:checked+label:after,
.form .payment-type input:checked+label:after {
    content: "\2713";
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    border: 1.5px solid #97e3b1;
    background-color: #fff;
    z-index: 999;
    position: absolute;
    color: #14d154;
    top: 25px;
    right: 27px;
}

.mainpacakge {
    text-align: left;
}

.submit {
    padding: 15px 60px;
    display: inline-block;
    border: none;
    margin: 20px 0;
    background-color: #fff;
    color: #fff;
    border: 1.5px solid #333;
    font-size: 18px;
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.submit:hover {
    cursor: pointer;
    transform: rotateX(360deg);
}


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

.blog {
    padding: 4rem 0rem;
}

.mainblog {
    margin: 5rem 0rem 1rem;
}

.mainblog .bigimg img {
    max-width: 544px;
    width: 100%;
    height: 328px;
    left: 160px;
    top: 474px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.mainblog .bigtittle h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
    color: #3d3d3d;
}

.mainblog .bigtittle p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #a8a8a8;
}

.blog .mainblogbox {
    margin-top: 35px;
}

.blog .mainblogbox img {
    width: 100%;
    max-width: 352px;
    height: 214px;
    border-radius: 11px;
}

.blog .contentblog h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #3d3d3d;
    margin: 20px 0px;
}

.blog .contentblog p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #a8a8a8;
    text-align: initial;
}


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

@media (min-width: 992px) {
    .article-page .imagearticle img {
        width: 608px;
        height: 367px;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media (max-width: 991px) {
    .article-page .imagearticle img {
        width: 608px;
        height: 367px;
        position: absolute;
        right: 0;
        top: auto;
    }
}

.article-page {
    position: relative;
    padding-bottom: 5rem;
}

.articlesection h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #4a4a4a;
}

.secoundbtn button.w-50 {
    background-color: #1e78f0 !important;
    text-transform: capitalize;
    padding: 9px 5px;
    border-radius: 3px;
}

.secoundbtn {
    border-bottom: 1.8px solid #e0dcdc;
}

@media (min-width: 992px) {
    .article-page .titlearitcle h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 51px;
        color: #3d3d3d;
    }
}

@media (max-width: 992px) {
    .article-page .titlearitcle h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 18px !important;
        line-height: 51px;
        color: #3d3d3d;
    }
}

.finaltable h4 {
    margin-bottom: 25px;
}

.accrodion.active .accrodion-title {
    border-bottom: 1.8px solid #004aab;
}

.atricalsection2 {
    margin-top: 8rem;
}

@media (max-width: 991px) {
    .article-page .titlearitcle h6 {
        font-style: normal;
        font-weight: 600;
        font-size: 35px;
        line-height: 51px;
        color: #3d3d3d;
    }
}

.titlearitcle {
    display: flex;
    justify-content: flex-start;
}

.our-faq .maintabs h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 20px;
    color: #4a4a4a;
}

.our-faq .nav-pills .nav-link.active,
.our-faq .nav-pills .show>.nav-link {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #004aab;
    background-color: transparent !important;
    position: relative;
}

.our-faq .nav-link.active:after {
    content: "";
    position: absolute;
    width: 34px;
    height: 3px;
    left: -20px;
    top: 19px;
    background: #004aab;
    transform: rotate(90deg);
}

.our-faq a#v-pills-home-tab {
    position: relative;
}

.our-faq a {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 26px;
    color: #a8a8a8;
}

.borrderright {
    border-right: 1.8px solid #d6d6d65e;
}

.mainfirstslider .carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 50% !important;
    bottom: auto !important;
    display: flex;
    width: auto;
    display: none;
}

.mainfirstslider .carousel-indicators li.active {
    background-color: #1e78f0;
    opacity: 1;
}

@media (min-width: 786px) {
    .mainfirstslider .carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        height: 60vh;
    }
}

.mainfirstslider .overlay {
    background-color: #004aad85;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.mainfirstslider .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}

.applybox {
    margin: 25px 0px;
}

.applybox input {
    background: #f7f7f7;
    border-width: 1.5px 0px 1.5px 1.5px;
    border-style: solid;
    border-color: #dfdfdf;
    border-radius: 7px;
}

.applybox .search-popup__form button[type="submit"] {
    border: none;
    outline: none;
    width: 130px;
    height: 59.5px;
    color: #fff;
    background: #004aad;
    cursor: pointer;
    position: absolute;
    top: 36%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 14px;
    border-radius: 0px 7px 7px 0px;
}

.applybox i.fas.fa-map-marker-alt {
    position: absolute;
    top: 35px;
    left: 26px;
    color: #004aad;
}

.listofapply .iconbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.listofapply .title-txt h6 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 42px;
    color: #3d3d3d;
}

.listofapply .title-txt p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #878787;
    padding: 0;
    margin: 0;
}

.listofapply .title-txt button {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-size: 20px;
    text-align: right;
    text-transform: capitalize;
    border: none !important;
    color: #004aad;
    margin: 0;
    background-color: none !important;
}

.listofapply .title-txt .applynow button {
    background-color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    text-transform: capitalize;
    padding: 0;
    color: #004aad;
    font-weight: 500;
}


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

.services {
    margin-bottom: 5rem;
}

.services .card-body img {
    width: 35px;
    height: 35px;
    margin-top: 15px;
}

.services .carousel-inner {
    border-radius: 10px;
    height: auto;
}

.services .requestnow i {
    position: relative;
    left: 5px;
}

.bg-opacity {
    background-color: #f7fafc;
}

.Terms .bg-white {
    background-color: #fff !important;
    padding: 46px;
}

.Terms .block-title {
    margin-bottom: 55px;
    margin-top: -6px;
}

@media (max-width: 576px) {
    .Terms .contact_one_left .block-title h2 {
        font-size: 25px;
    }

    .Terms .block-title {
        margin-bottom: 0px !important;
    }
}

.Terms .block-title h4 {
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #66a8ff;
}

.faq_one {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* padding: 35px 0px 0px; */
}

.Terms .contact_one_left .block-title h2 {
    line-height: 60px;
    color: #2d3748;
    /* margin-bottom: 35px; */
}

.Terms .block-title h2 {
    /* font-size: 50px; */
    font-weight: 800;
    text-transform: capitalize;
    line-height: 66px;
}

.services .slidercontent {
    position: relative;
    top: 100%;
    width: 100%;
    background: #f7f7f7;
    border-width: 0px 1.5px 1.5px 1.5px;
    border-style: solid;
    border-color: #efefef;
    border-radius: 0px 0px 7px 7px;
    padding: 37px 25px;
}

.services .slidercontent p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #878787;
}

.services .slidercontent h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    color: #4a4a4a;
    margin: 0 !important;
}

.services .slidercontent button.requestnow {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #a8a8a8;
    border: none;
    background-color: transparent !important;
}

.services .card-body {
    background: #f7f7f7;
    border-width: 0px 1.5px 1.5px 1.5px;
    border-style: solid;
    border-color: #efefef;
    border-radius: 0px 0px 5px 5px;
    padding: 0px 15px 8px;
}

.services .card {
    border: none !important;
    width: auto !important;
}

.cardrow {
    margin-bottom: 25px;
}

.services button.requestnow {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #a8a8a8;
    border: none;
    background-color: transparent !important;
}

.services p.card-text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #4a4a4a;
    padding-top: 15px;
    margin: 0;
}

.services ul#pills-tab {
    background: #ffffff;
    border: 1.8px solid #dfdfdf;
    border-radius: 23px;
}

@media (max-width: 786px) {
    .services ul#pills-tab {
        /*background-color: #007bff !important;*/
        color: #fff !important;
    }

    .services .nav-pills .nav-link,
    .nav-pills .show>.nav-link {
        color: #c3c3c3 !important;
        text-align: center !important;
    }
}

.services .nav-pills .firstli .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
    border-radius: 23px 0px 0px 23px;
    border-left: 1px solid gray;
}

@media (max-width: 788px) {

    .services .nav-pills .firstli .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #fff;
        background-color: #007bff !important;
        border-radius: inherit;
        border-left: none;
        text-align: center;
    }
}

.services li.nav-item .secli,
.services .nav-pills .threeli,
.services .nav-pills .fourli {
    border-left: 1.8px solid #dfdfdf;
}

.services li.nav-item.firstli {
    border-right: 1.8px solid #dfdfdf;
}

@media (max-width: 992px) {

    .services .nav-pills .firstli .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #fff !important;
        background-color: #007bff;
        border-radius: 0px 0px 0px 0px;
    }
}

.services .nav-pills .secli .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #007bff;
    border-radius: 0px 0px 0px 0px;
}

.services .nav-pills .threeli .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #007bff;
    border-radius: 0px 0px 0px 0px;
}

.services .nav-pills .fourli .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #007bff;
    border-radius: 0px 23px 23px 0px;
}

@media (max-width: 786px) {
    .testimonials-one .owl-carousel .owl-dots.disabled {
        display: block !important;
    }
}

.services .nav-pills .nav-link,
.nav-pills .show>.nav-link {
    padding: 12px 30px;
}

.services li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #878787;
}

.services .menutabs {
    margin-bottom: 55px;
}

@media (max-width: 532px) {
    .services ul#pills-tab {
        display: block;
    }
}

@media (max-width: 468px) {
    .menutabs {
        width: 100%;
    }
}

.services .btnLogin.btnservice button {
    background-color: var(--thm-primary);
    border: 0px;
    font-size: 14px;
    padding: 14px 7px;
    color: #ffff;
    font-weight: 600;
    border-radius: 5px;
    margin: 25px 0px;
    text-transform: uppercase !important;
    width: 50%;
    float: left;
}

@media (min-width: 992px) {
    .services .btnLogin.btnservice button {
        float: right;
    }
}

.mainfirstslider .carousel-control-prev {
    opacity: 0 !important;
}


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

@media (min-width: 992px) {
    .choose-us {
        margin-bottom: 12rem;
    }
}


/*
.choose-us .choosecontainer {

    margin-right: 0 !important;
    margin-left: 0 !important;
}
*/

.choose-us .bigpicture img {
    position: relative;
}

@media (max-width: 768px) {
    .bigpicture img {
        width: 100% !important;
    }

    .choose-us .smallpic img {
        width: 75% !important;
    }

    .andalouscontent a img {
        height: 16px !important;
        width: auto !important;
    }
}

.choose-us .smallpic img {
    position: absolute;
    top: 50%;
}

@media (min-width: 768px) {
    .choose-us .colpicture {
        position: relative;
        right: -12%;
    }
}

.choose-us h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 57px;
    color: #4a4a4a;
}

.choose-us p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #878;
}


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

.partners h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 57px;
    text-align: center;
    color: #4a4a4a;
    margin: 40px auto 60px;
}

.partners img {
    margin-bottom: 35px;
}

.partners img {
    width: 180px;
}

.choose-us .list-group-item {
    border: none !important;
}

.choose-us ul.list-group img {
    width: 36px;
}


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

@media (min-width: 992px) {
    .partners {
        /*margin-bottom: 12rem;*/
    }
}


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

.testimonials-one .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.testimonials-one button.owl-next {
    position: absolute;
    right: -6%;
    top: 30%;
    font-size: 41px !important;
    border: 1px solid #a8a8a8;
    border-radius: 50px;
    padding: 2px 15px;
    width: 35px;
    height: 35px;
}

.testimonials-one button.owl-prev {
    position: absolute;
    left: -6%;
    top: 30%;
    font-size: 41px !important;
}

@media (max-width: 786px) {

    .testimonials-one__carousel .owl-nav button.owl-next,
    .testimonials-one__carousel .owl-nav button.owl-prev {
        display: none !important;
    }
}

.owl-next:focus,
.owl-prev:focus {
    outline: none;
}

.thm__owl-carousel .owl-dots .owl-dot {
    margin-left: 10px;
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot span {
    background-color: #c3c3c3;
    margin-left: 15px;
}


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

.infobank .contentbank h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 57px;
    color: #4a4a4a;
}

.infobank .btnLogin.bankbtn button {
    width: 60%;
    background: #1e78f0;
    border-radius: 3px;
    float: right;
}

.infobank .btnLogin.bankbtn button {
    width: 60%;
    background: #1e78f0;
    border-radius: 3px;
    float: left !important;
}

@media (min-width: 992px) {
    .infobank .btnLogin.bankbtn button {
        width: 60%;
        background: #1e78f0;
        border-radius: 3px;
        float: right;
    }
}

.continfoo {
    align-items: center !important;
}

.infobank .contbankk p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #3d3d3d;
}

.infobank .contbankk {
    border-bottom: 1.8px solid #dfdfdf;
    margin-bottom: 26px;
}

.infobank .articlep p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin: 20px 0px;
    color: #3d3d3d;
}

.infobank .articlep span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 5px;
    color: #a8a8a8;
}

@media (min-width: 992px) {
    .infobank {
        margin-bottom: 8rem;
    }
}


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

.coutnries-listing .maincountry {
    background-color: #004aad;
    padding: 2rem;
}

@media (min-width: 992px) {
    .coutnries-listing .conturyimg img {
        float: right;
    }
}

.coutnries-listing .tittleeofpage h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 56px;
    color: #ffffff;
}

.coutnries-listing .tittleeofpage p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #dfdfdf;
}

.choose-embassy {
    margin: 40px 0px;
}

.choose-embassy h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    color: #3d3d3d;
}

.choose-embassy .search-popup__form input {
    border-style: solid;
    border-color: #1e78f0;
    border-radius: 4px 0px 0px 4px;
}

.choose-embassy .search-popup__form button[type="submit"] {
    height: 60px;
}

.choose-embassy .ourrowcountry {
    margin: 40px 0px;
}

.choose-embassy .titttle p {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #6d6d6d;
}

.choose-embassy .secofcountryname {
    margin-bottom: 35px;
}

.choose-embassy .asip {
    border-bottom: 1.8px solid #efefef;
}

.choose-embassy .secofcountryname span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    color: #5f5f5f;
}

@media (max-width: 578px) {
    .choose-embassy .secofcountryname span {
        font-size: 11px !important;
    }

    .choose-embassy .secofcountryname img {
        width: 30px !important;
        height: 30px !important;
    }
}

.choose-embassy .secofcountryname img {
    width: 40px;
    height: 40px;
}


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

@media (min-width: 992px) {
    #phonenum {
        margin: auto;
        width: 80%;
    }
}

.phonenumber .form-select {
    border-radius: none !important;
    background-color: #edf2f7;
    border-color: #a0aec0;
    border-radius: 0px !important;
}

.phonenumber input.form-control {
    border-left-color: #a0aec047 !important;
}

.editaccount {
    margin-top: 120px;
}

.editaccount .editAcc h3 {
    font-family: "Albertus Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    /* identical to box height */
    letter-spacing: 0.05em;
    color: #214090;
}

input::-webkit-input-placeholder {
    color: #000;
}

.form-control {
    color: #000 !important;
}

#phonenumber {
    height: 51px;
    margin: 0px;
    box-shadow: 0 0 3px #00000047 !important;
    background: #edf2f7;
    background-color: #e5eff9;
    border-radius: 0px !important;
    bottom: 1px;
}

.editaccount .maineditaccount {
    margin-top: 3rem;
}

.editaccount .changepass button {
    background: #efefef;
    border: 1.8px solid #cacaca;
    border-radius: 3px;
    padding: 9px 2px;
    margin-bottom: 30p;
}

@media (max-width: 786px) {
    .mainnavigation {
        border: none !important;
    }

    .mainnavigation div#content {
        margin-top: 3rem !important;
    }

    .verticalLine {
        display: none !important;
    }

    .mainslider {
        margin-bottom: 80px;
    }

    .services ul#pills-tab {
        background: #ffffff;
        border: none;
        border-radius: none;
    }

    .services li.nav-item.firstli {
        border-right: none;
    }

    .services li.nav-item .secli,
    .services .nav-pills .threeli,
    .services .nav-pills .fourli {
        border: none;
        border-radius: none;
    }

    .services .nav-pills .fourli .nav-link.active {
        color: #fff;
        background-color: #007bff;
        border-radius: none !important;
        border-left: none;
    }

    .services .nav-pills .fourli .nav-link.active,
    .nav-pills .show>.nav-link {
        border-radius: inherit !important;
    }
}

@media (max-width: 786px) {
    .listofapply .iconbox {
        display: flex;
        /*  justify-content: flex-start;
        */
        align-items: center;
    }
}

.mainapplycountry {
    margin-bottom: 18px;
}


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

.visainfo {
    background-image: url(../images/about/homee2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    position: relative;
}

.visainfo .overlay {
    /*background-image: linear-gradient(45deg, #004AAB, transparent);*/
    background-image: linear-gradient(45deg, #014aab, #014aab 40%, transparent);
    /*background-image: url('../images/about/homeeeee3.png');*/
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 80vh;
    position: absolute;
}

.visainfo .titlefrance {
    position: relative;
    z-index: 9999;
}

.visainfo .tittlevisaInfo {
    position: relative;
    margin: 100px auto;
    color: #fff;
}

.visainfo .tittlevisaInfo h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 56px;
    /* identical to box height, or 147% */
    color: #ffffff;
}

.visainfo .francerow {
    display: flex;
    align-items: flex-end;
}

.visainfo .reguestfrane button {
    background-color: #fff;
    color: gray;
}

.visainfo .mainformrequest.slectfrance select.form-select {
    background-color: #f7fafc;
    height: 61px;
    box-shadow: 0 0 3px #00000047 !important;
    margin-bottom: 25px;
    border-color: #f7fafc;
}

.visainfo .reguestfrane button {
    background-color: #1e78f0;
    color: #fff;
}

.picnotesss {
    display: flex;
    flex-wrap: nowrap;
    margin-top: -2px;
}

.notespics {
    display: flex;
    justify-content: center;
}

.notes .frqbttttn .titleoftarvel {
    display: flex;
    align-items: center;
}

.notes .frqbttttn .titleoftarvel h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 38px;
    /* identical to box height, or 181% */
    color: #3d3d3d;
}

.notes .card {
    border: none;
}

@media (min-width: 786px) {
    .titlenotes {
        margin: 40px;
    }

    .notes .visacenterinfo {
        margin: 35px 40px;
    }

    .notes .fulldays {
        margin: 40px 0px;
    }

    .notes .mainull li {
        margin: 0px 40px 25px;
    }
}

.notes .card {
    margin-bottom: 25px;
}

.notes .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: transparent;
}

.notes .card .card-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: #3d3d3d;
}

.notes p .card-text {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 5px;
    color: #a8a8a8;
}

.titlenotes h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 25px;
    color: #3d3d3d;
    margin-top: 25px;
}

.notes .mainull li {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #6d6d6d;
}

section.notes {
    overflow-x: hidden;
}

.notes .visacenterinfo h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 32px;
    color: #3d3d3d;
    margin-bottom: 25px;
}

.notes .littleday p {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height, or 131% */
    color: #4a4a4a;
}

.notes .littleday span {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height, or 150% */
    text-align: center;
    color: #878787;
}

.days img {
    width: 30px;
}

.littleday {
    line-height: 2px;
}

.notes .mainull ul {}

.notes .days button {
    display: inline-flex;
    background: #f7f7f7;
    border: 1.5px solid #dfdfdf;
    border-radius: 4px;
    padding: 8px 25px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.notes .finaltable {
    background-color: #004aad;
    color: #ffff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.notes .maincontenttabsss {
    background: #f7f7f7;
    border-width: 0px 1.5px 1.5px 1.5px;
    border-style: solid;
    border-color: #004aad;
    border-radius: 0px 0px 4px 4px;
    padding: 30px 20px;
}

.notes li.nav-item .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #5ca3e5;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.maincontenttabsss p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .notes .cardss {
        margin-bottom: 7rem;
    }
}

.notes .visacenterinfo {
    margin-top: 3rem;
}

.notes .maintiitletabs {
    margin-top: 3rem;
}

.notes .mainfaqfrance {
    margin-top: 3rem;
}

.backaccountt p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 5px;
    color: #ea3737;
}

.maincontenttabsss span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #6d6d6d;
}

.mainfaqfrance h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 38px;
    color: #3d3d3d;
    margin: 25px 0px;
}

.btnoffqaa button {
    width: 50% !important;
    background-color: var(--thm-primary);
    border: 0px;
    font-size: 14px;
    padding: 14px 7px;
    color: #ffff;
    font-weight: 600;
    border-radius: 5px;
    margin: 25px 0px;
    text-transform: uppercase !important;
}

@media (min-width: 992px) {
    .btnoffqaa button {
        float: right;
    }
}

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

.cardss .card {
    width: auto !important;
}


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

.maintable table {
    width: 100%;
    border-collapse: collapse;
    margin: 50px auto;
}

.mainedit img {
    width: 29px !important;
}

.maintable th {
    color: #a8a8a8;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
}

.maintable .table> :not(:first-child) {
    border-top: none;
}

.maintable td,
th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 16px;
}

.maintable .labels tr td {
    font-weight: bold;
    color: gray;
}

.maintable .collapseggroup label {
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #004aab;
}

.maintable .collapseggroup2 label {
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #004aab;
}

.maintable .mainservices p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
    padding: 0;
    color: #4a4a4a;
}

.maintable .mainservices span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #878787;
}

.maintable .label tr td label {
    display: block;
}

.maintable .date span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #878787;
}

.maintable .status {
    display: inline-flex;
}

.maintable .status span.progresss {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #104ce6;
}

.maintable .status span.completed {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #12bf4d;
}

.maintable .status span.rejected {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ea3737;
}

.maintable .status img {
    width: 10px;
    height: 10px;
    position: relative;
}

.maintable td,
th {
    border: 1px solid #ccc6 !important;
    padding: 13px;
}

.maintable tr.grouptable {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #5f5f5f;
}

.maintable tr.grouptable h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #5f5f5f;
}

.maintable tbody.hide {
    background-color: #dfdfdf87;
}

.maintable .mainedit img {
    background: #ffffff;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 6px;
}

.maintable [data-toggle="toggle"] {
    display: none;
}


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

.contacts li>.info-combo>h3.name {
    font-size: 12px;
}

.contacts li .message-time {
    text-align: right;
    display: block;
    margin-left: -15px;
    width: 70px;
    height: 25px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
}

.contacts li>.info-combo>h5 {
    width: 180px;
    font-size: 12px;
    height: 28px;
    font-weight: 500;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.contacts li>.info-combo>h3 {
    width: 167px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info-combo>h3 {
    margin: 3px 0;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.info-combo>h5 {
    margin: 2px 0 6px 0;
}


/* Messages */

.messages-panel img.img-circle {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.medium-image {
    width: 45px;
    height: 45px;
    margin-right: 5px;
}

.img-circle {
    border-radius: 50%;
}

.messages-panel {
    width: 100%;
    height: calc(100vh - 150px);
    min-height: 790px;
    background-color: #fbfcff;
    display: inline-block;
    border-top-left-radius: 5px;
    margin-bottom: 0;
    position: relative;
}

.messages-panel img.img-circle {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.messages-panel .tab-content {
    border: none;
    background-color: transparent;
}

.contacts-list {
    background-color: #fff;
    border-right: 1px solid #cfdbe2;
    width: 305px;
    height: 100%;
    border-top-left-radius: 5px;
    float: left;
}

.contacts-list .inbox-categories {
    width: 100%;
    padding: 0;
    margin-left: 0;
}

.contacts-list .inbox-categories>div {
    float: left;
    width: 76px;
    padding: 15px 5px;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    font-weight: 700;
}

.contacts-list .inbox-categories>div:nth-child(1) {
    color: #2da9e9;
    border-right-color: rgba(45, 129, 233, 0.06);
    border-bottom: 4px solid #2da9e9;
    border-top-left-radius: 5px;
}

.contacts-list .inbox-categories>div:nth-child(1).active {
    color: #fff;
    background-color: #2da9e9;
    border-bottom: 4px solid rgba(0, 0, 0, 0.15);
}

.contacts-list .inbox-categories>div:nth-child(2) {
    color: #0ec8a2;
    border-right-color: rgba(14, 200, 162, 0.06);
    border-bottom: 4px solid #0ec8a2;
}

.contacts-list .inbox-categories>div:nth-child(2).active {
    color: #fff;
    background-color: #0ec8a2;
    border-bottom: 4px solid rgba(0, 0, 0, 0.15);
}

.contacts-list .inbox-categories>div:nth-child(3) {
    color: #ff9e2a;
    border-right-color: rgba(255, 152, 14, 0.06);
    border-bottom: 4px solid #ff9e2a;
}

.contacts-list .inbox-categories>div:nth-child(3).active {
    color: #fff;
    background-color: #ff9e2a;
    border-bottom: 4px solid rgba(0, 0, 0, 0.15);
}

.contacts-list .inbox-categories>div:nth-child(4) {
    color: #314557;
    border-bottom: 4px solid #314557;
    border-right-color: transparent;
}

.contacts-list .inbox-categories>div:nth-child(4).active {
    color: #fff;
    background-color: #314557;
    border-bottom: 4px solid rgba(0, 0, 0, 0.35);
}

.contacts-list .panel-search>input {
    margin-left: 5px;
    background-color: rgba(0, 0, 0, 0);
}

.contacts-outter-wrapper {
    position: relative;
    width: 305px;
    direction: rtl;
    min-height: 405px;
    overflow: hidden;
}

.contacts-outter-wrapper:after,
.contacts-outter-wrapper:nth-child(1):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0;
    background-color: #2da9e9;
    border-bottom-left-radius: 4px;
}

.contacts-outter-wrapper:nth-child(2):after {
    background-color: #0ec8a2;
}

.contacts-outter-wrapper:nth-child(3):after {
    background-color: #ff9e2a;
}

.contacts-outter-wrapper:nth-child(4):after {
    background-color: #314557;
}

.contacts-outter {
    position: relative;
    height: calc(100vh - 278px);
    width: 325px;
    direction: rtl;
    overflow-y: scroll;
    padding-left: 20px;
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    .contacts-outter-wrapper {
        direction: ltr;
    }

    .contacts-outter {
        direction: ltr;
        padding-left: 0;
    }
}

.contacts {
    direction: ltr;
    width: 305px;
    margin-top: 0px;
}

.contacts li {
    width: 100%;
    border-top: 1px solid transparent;
    border-bottom: 1px solid rgba(205, 211, 237, 0.2);
    border-left: 4px solid rgba(255, 255, 255, 0);
    padding: 8px 12px;
    position: relative;
    background-color: rgba(255, 255, 255, 0);
}

.contacts li:first-child {
    border-top: 1px solid rgba(205, 211, 237, 0.2);
}

.contacts li:first-child.active {
    border-top: 1px solid rgba(205, 211, 237, 0.75);
}

.contacts li:hover {
    background-color: rgba(255, 255, 255, 0.25);
}

.contacts li.active,
.contacts.info li.active {
    border-left: 4px solid #2da9e9;
    border-top-color: rgba(205, 211, 237, 0.75);
    border-bottom-color: rgba(205, 211, 237, 0.75);
    background-color: #fbfcff;
}

.contacts.success li.active {
    border-left: 4px solid #0ec8a2;
}

.contacts.warning li.active {
    border-left: 4px solid #ff9e2a;
}

.contacts.danger li.active {
    border-left: 4px solid #f95858;
}

.contacts.dark li.active {
    border-left: 4px solid #314557;
}

.contacts li>.info-combo {
    width: 172px;
    cursor: pointer;
}

.contacts li>.info-combo>h3 {
    width: 167px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contacts li .contacts-add {
    width: 50px;
    float: right;
    z-index: 23299;
}

.contacts li .message-time {
    text-align: right;
    display: block;
    margin-left: -15px;
    width: 70px;
    height: 25px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 600;
    padding-right: 5px;
}

.contacts li .contacts-add .fa-trash-o {
    position: absolute;
    font-size: 14px;
    right: 12px;
    bottom: 15px;
    color: #a6a6a6;
    cursor: pointer;
}

.contacts li .contacts-add .fa-paperclip {
    position: absolute;
    font-size: 14px;
    right: 34px;
    bottom: 15px;
    color: #a6a6a6;
    cursor: pointer;
}

.contacts li .contacts-add .fa-trash-o:hover {
    color: #f95858;
}

.contacts li .contacts-add .fa-paperclip:hover {
    color: #ff9e2a;
}

.contacts li>.info-combo>h5 {
    width: 180px;
    font-size: 12px;
    height: 28px;
    font-weight: 500;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}

.contacts li .message-count {
    position: absolute;
    top: 8px;
    left: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #ff9e2a;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
}

section.messgaes {
    background-color: #e2e2e2;
}

.message-body {
    background-color: #fbfcff;
    height: 100%;
    width: 100%;
}

.message-body .message-top {
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 53px;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid rgba(205, 211, 237, 0.5);
}

.message-body .message-top .new-message-wrapper {
    width: 100%;
}

.message-body .message-top .new-message-wrapper>.form-group {
    width: 100%;
    padding: 10px 10px 0 10px;
    height: 50px;
}

.message-body .message-top .new-message-wrapper .form-group .form-control {
    width: calc(100% - 50px);
    float: left;
}

.message-body .message-top .new-message-wrapper .form-group a {
    width: 40px;
    padding: 6px 6px 6px 6px;
    text-align: center;
    display: block;
    float: right;
    margin: 0;
}

.message-body .message-top>.btn {
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
    float: right;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    font-size: 15px;
    opacity: 0.9;
}

.message-body .message-top>.btn:hover,
.message-body .message-top>.btn:focus,
.message-body .message-top>.btn.active {
    opacity: 1;
}

.message-body .message-top>.btn>i {
    margin-right: 5px;
    font-size: 18px;
}

body.messgaess {
    overflow-y: hidden !important;
}

.new-message-wrapper {
    position: absolute;
    max-height: 400px;
    top: 53px;
    background-color: #fff;
    z-index: 105;
    padding: 20px 15px 30px 15px;
    border-bottom: 1px solid #cfdbe2;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.25);
    transition: 0.5s;
    display: none;
}

.new-message-wrapper.closed {
    opacity: 0;
    max-height: 0;
}

.chat-footer.new-message-textarea {
    display: block;
    position: relative;
    padding: 0 10px;
}

.chat-footer.new-message-textarea .send-message-button {
    right: 35px;
}

.chat-footer.new-message-textarea .upload-file {
    right: 85px;
}

.chat-footer.new-message-textarea .send-message-text {
    padding-right: 100px;
    height: 90px;
}

.message-chat {
    width: 100%;
    overflow: hidden;
}

.chat-body {
    width: calc(100% + 17px);
    min-height: 290px;
    height: calc(100vh - 320px);
    background-color: #fbfcff;
    margin-bottom: 30px;
    padding: 30px 5px 5px 5px;
    overflow-y: scroll;
}

@media (min-width: 765px) {
    .chat-body {
        width: calc(100% + 17px);
        min-height: 80px;
        height: calc(100vh - 278px);
        background-color: #fbfcff;
        margin-bottom: 30px;
        padding: 30px 50px 5px 50px;
        overflow-y: scroll;
    }
}

@media (min-width: 320px) and (max-width: 576px) {
    .chat-body {
        width: calc(100% + 17px);
        min-height: auto;
        background-color: #fbfcff;
        margin-bottom: 30px;
        padding: 30px 5px 5px 5px;
        overflow-y: scroll;
    }
}

img.mainpicoftitle {
    width: 45px;
}

.tilofmesssgae {
    padding: 14px 0px;
    margin: 0px 0px !important;
}

@media (min-width: 992px) {
    .tilofmesssgae {
        padding: 14px 50px;
        margin: 0px 0px !important;
    }
}

.message {
    position: relative;
    width: 100%;
}

.message br {
    clear: both;
}

.message .message-body {
    position: relative;
    width: auto;
    max-width: calc(100% - 150px);
    float: left;
    /*background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dbe3e8;
    */
    margin: 0 5px 20px 15px;
    color: #788288;
    width: 550px;
}

.message-chat p.date::before {
    content: "";
    width: 40%;
    border: 0.8px solid #c8c8c880;
    height: 0.5px;
    top: 12px;
    position: relative;
}

.message-chat p.date::after {
    content: "";
    width: 40%;
    border: 0.8px solid #c8c8c880;
    height: 0.5px;
    top: 12px;
    position: relative;
}

.message-chat p.date {
    display: flex;
    margin: 5px auto;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #a8a8a8;
    margin-bottom: 40px;
    justify-content: center;
}


/*
.message:after {
    content: "";
    position: absolute;
    top: 11px;
    left: 63px;
    float: left;
    z-index: 100;
    border-top: 10px solid transparent;
    border-left: none;
    border-bottom: 10px solid transparent;
    border-right: 13px solid #fff;
}
*/


/*
.message:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 62px;
    float: left;
    z-index: 99;
    border-top: 11px solid transparent;
    border-left: none;
    border-bottom: 11px solid transparent;
    border-right: 13px solid #dbe3e8;
}
*/

.message .medium-image {
    float: left;
    margin-left: 10px;
}

.message .message-info {
    width: 100%;
    height: 22px;
    display: flex;
    color: black;
}

.message.info .message-info>h4 {
    color: #4a4a4a !important;
}

.message.info .message-info>h5 {
    color: #878787 !important;
}

.message .message-info>h5>i {
    font-size: 11px;
    font-weight: 700;
    margin: 0 2px 0 0;
    color: #a2b8c5;
}

.message .message-info>h5 {
    color: #a2b8c5;
    margin: 8px 0 0 0;
    font-size: 12px;
    float: right;
    padding-right: 10px;
}

.message .message-info>h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 7px 13px 0 10px;
    color: #65addd;
    float: left;
}

.message hr {
    margin: 4px 2%;
    width: 96%;
    opacity: 0.75;
}

.message .message-text {
    text-align: left;
    padding: 3px 13px 10px 13px;
    font-size: 14px;
}

.message.my-message .message-body {
    float: right;
    margin: 0 15px 20px 5px;
}

.my-message .message-info {
    display: flex;
    justify-content: end;
}

.message .message-text {
    background: #f7f7f7;
    border: 1.5px solid #cacaca;
    border-radius: 5px;
    margin: 20px 0px;
}

.message.my-message:after {
    content: "";
    position: absolute;
    top: 11px;
    left: auto;
    right: 63px;
    float: left;
    z-index: 100;
    border-top: 10px solid transparent;
    border-left: 13px solid #fff;
    border-bottom: 10px solid transparent;
    border-right: none;
}


/*
.message.my-message:before {
    content: "";
    position: absolute;
    top: 10px;
    left: auto;
    right: 62px;
    float: left;
    z-index: 99;
    border-top: 11px solid transparent;
    border-left: 13px solid #dbe3e8;
    border-bottom: 11px solid transparent;
    border-right: none;
}
*/

.message.my-message .medium-image {
    float: right;
    margin-left: 5px;
    margin-right: 10px;
}

.message.my-message .message-info>h5 {
    float: left;
    padding-left: 10px;
    padding-right: 0;
}

.message.my-message .message-info>h4 {
    float: right;
}

.message.info:after,
.message.info:before {
    border-right: 13px solid #2da9e9;
}

.message.success .message-body {
    background-color: #0ec8a2;
    border: 1px solid #0ec8a2;
    color: #fff;
}

.message.success:after,
.message.success:before {
    border-right: 13px solid #0ec8a2;
}

.message.warning .message-body {
    background-color: #ff9e2a;
    border: 1px solid #ff9e2a;
    color: #fff;
}

.message.warning:after,
.message.warning:before {
    border-right: 13px solid #ff9e2a;
}

.message.danger .message-body {
    background-color: #f95858;
    border: 1px solid #f95858;
    color: #fff;
}

.message.danger:after,
.message.danger:before {
    border-right: 13px solid #f95858;
}

.message.dark .message-body {
    background-color: #314557;
    border: 1px solid #314557;
    color: #fff;
}

.message.dark:after,
.message.dark:before {
    border-right: 13px solid #314557;
}

.message.info .message-info>h4,
.message.success .message-info>h4,
.message.warning .message-info>h4,
.message.danger .message-info>h4,
.message.dark .message-info>h4 {
    color: #fff;
}

.message.info .message-info>h5,
.message.info .message-info>h5>i,
.message.success .message-info>h5,
.message.success .message-info>h5>i,
.message.warning .message-info>h5,
.message.warning .message-info>h5>i,
.message.danger .message-info>h5,
.message.danger .message-info>h5>i,
.message.dark .message-info>h5,
.message.dark .message-info>h5>i {
    color: #fff;
    opacity: 0.9;
}

@media (min-width: 760px) {
    .chat-footer {
        position: relative;
        width: 100%;
        position: absolute;
        bottom: 0;
        /*padding: 0 80px;*/
    }
}

.chat-footer {
    position: relative;
    width: 100%;
    /*padding: 0 80px;*/
}

.chat-footer .send-message-text {
    position: relative;
    display: block;
    width: 100%;
    min-height: 55px;
    max-height: 75px;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px 95px 5px 10px;
    font-size: 13px;
    resize: vertical;
    outline: none;
    border: 1px solid #e0e6eb;
}

@media (min-width: 992px) {
    .chat-footer .send-message-text {
        padding: 5px 95px 5px 77px;
    }
}

.fa-paperclip:before {
    cursor: pointer;
}

.chat-footer .send-message-button {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 100px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid rgba(0, 0, 0, 0.05);
    outline: none;
    font-weight: 600;
    border-radius: 50%;
    padding: 0;
}

.btn-info {
    background-color: transparent !important;
    color: #1e78f0 !important;
}

.chat-footer .send-message-button>i {
    font-size: 16px;
    margin: 0 0 0 -2px;
}

.chat-footer label.upload-file input[type="file"] {
    position: fixed;
    top: -1000px;
}

.chat-footer .upload-file {
    display: block;
    position: absolute;
    right: 150px;
    height: 30px;
    font-size: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.25;
}

.chat-footer .upload-file:hover {
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .messages-panel {
        min-width: 0;
        display: inline-block;
    }

    .contacts-list,
    .contacts-list .inbox-categories>div:nth-child(4) {
        border-top-right-radius: 5px;
        border-right: none;
    }

    .contacts-list,
    .contacts-outter-wrapper,
    .contacts-outter,
    .contacts {
        width: 100%;
        direction: ltr;
        padding-left: 0;
    }

    .contacts-list .inbox-categories>div {
        width: 25%;
    }

    .message-body {
        width: 100%;
        margin: 20px 0;
        /*border: 1px solid #dce2e9;*/
        background-color: #fff;
    }

    .message .message-body {
        max-width: calc(100% - 85px);
    }

    .message-body .chat-body {
        background-color: #fff;
        width: 100%;
    }

    .chat-footer {
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .chat-footer .send-message-button {
        right: 40px;
    }

    .chat-footer .upload-file {
        right: 90px;
    }

    .message-body .message-top>.btn {
        border-radius: 0;
        width: 100%;
    }

    .contacts-add {
        display: none;
    }
}


/* Profile page */

.profile-main {
    background-color: #fff;
    border: 1px solid #dce2e9;
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
}

.profile-main .profile-background {
    background-image: url("../images/samples/forest.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100%;
    height: 260px;
}

.profile-main .profile-info {
    width: calc(100% - 380px);
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
    height: 70px;
    border-radius: 0 0 3px 3px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-main .profile-info>div {
    margin: 0 10px;
}

.profile-main .profile-info>div:last-child {
    padding-right: 25px;
}

.profile-main .profile-info>div h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.profile-main .profile-info>div h5 {
    margin-top: 5px;
    font-weight: 500;
}

.profile-main .profile-button {
    padding: 8px 0;
    position: absolute;
    right: 25px;
    bottom: 16px;
    width: 150px;
}

.profile-main .profile-picture {
    width: 150px;
    height: 150px;
    border: 4px solid #fff;
    position: absolute;
    left: 25px;
    bottom: 14px;
}

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

    .profile-main .profile-info .profile-status,
    .profile-main .profile-info .profile-posts,
    .profile-main .profile-info .profile-date {
        display: none;
    }
}

.contacts li>.info-combo {
    display: inline-block;
}


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

.mainpage {
    background-color: #214090;
}

.registerhere p {
    color: #a0b7f2;
}

.registerhere a {
    color: #fff;
    text-decoration: underline !important;
}


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

.mainpageofcontent {
    background-color: #e2e8f0;
}

.btnleft button {
    text-align: left;
}

.tittlechangepassword h4 {
    font-family: "Albertus Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 60px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    color: #214090;
}

.footer-widget__links-list li {
    margin-bottom: 12px;
}

.mainSubscribenow {
    display: flex;
    align-items: center;
}

.mainSubscribenow input.form-control {
    background-color: transparent;
    border: 1px solid #faa74a;
    color: #ffff !important;
}

.mainSubscribenow input.form-control:focus {
    color: #ffff;
}

.mainSubscribenow input.form-control::placeholder {
    color: #fff;
}

img {
    object-fit: fill;
}

.footer-widget__gallery h5 {
    margin-top: 4rem;
    color: #ffff !important;
    margin-bottom: 2rem;
}

.subscribenow {
    height: 50px;
    bottom: 10px;
    margin: 0;
    background-color: #faa74a;
    color: #322206;
    font-weight: 600;
    border-radius: 0px;
    border-color: #faa74a;
    font-family: "Albertus Nova";
    text-transform: uppercase;
    font-size: 14px;
}

@media (min-width: 992px) {
    button.btn.subscribenow {
        position: absolute;
        right: 0px;
        width: 150px;
        top: 0px;
    }

    .mainSubscribenow input.form-control {
        width: 60%;
        position: relative;
    }
}

.chat-live {
    position: absolute;
    bottom: 0;
    right: 30px;
    background-color: #ffcc00;
    padding: 22px 27px;
    color: black;
    width: 202px;
    height: 56px;
    z-index: 99;
    display: none;
}

.PasswordBtn button {
    background: #e2e8f0;
    border: 1px solid #a0aec0;
    padding: 18px 25px;
    margin-bottom: 25px;
    color: #718096;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
}

.DeleteAccount p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #4a5568;
}

.PasswordBtn p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #4a5568;
}

.DeleteAccount button {
    background: #e2e8f0;
    border: 1px solid #a0aec0;
    padding: 18px 48px;
    margin-bottom: 25px;
    color: #718096;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;

}

.chat-live img {
    margin-right: 11px;
}

.chat-live a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.04em;
    color: #443000;
    display: flex;
    justify-content: center;
}

.changepass input {
    box-shadow: 0 0 3px #00000047 !important;
    margin-bottom: 45px !important;
    background: #edf2f7;
    border: 1px solid #a0aec0;
}

.btnLogin.btnleft {
    margin-bottom: 25px !important;
}

.mainmaps iframe {
    width: 100%;
}

.contact-one .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #214090;
    border-radius: 0px;
}

.mainlocation img {
    width: 30px;
    height: 30px;
}

.contact-one .nav-pills li {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #a0aec0;
    background: #f7fafc;
    color: #4a5568;
}

.contact-one .nav-pills li a {
    color: #4a5568;
}

.mainmaps {
    border: 1px solid #a0aec0;
    width: 90%;
}

.contact-one .tab-content {
    margin-bottom: 3rem;
}

.mainlocation span {
    color: #2d3748;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.Careers {
    background-color: #e2e8f0;
}

.mainboxcareers {
    background-color: #fff;
    padding: 35px;
}

@media (min-width: 992px) {
    .mainboxcareers {
        padding: 80px 100px 48px !important;
    }
}

.mainboxcareers p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 33px;
    letter-spacing: 0.04em;
    overflow: hidden;
    color: #2d3748;
    margin-bottom: 30px;
    color: #4A5568;
}

.praghofPDF p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
    color: #2d3748;
}

.exporthero {
    background-image: url("../images/favicons/image\ 8.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bigtittlee h6 {
    font-family: "Albertus Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 42.9px;
    letter-spacing: 0.05em;
    color: #214090;
    margin: 25px 0px;
}

@media (min-width: 992px) {
    .exportmainconent {
        margin-bottom: 4rem;
    }
}

.exportmainconent span {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 165%;
    letter-spacing: 0.04em;
    color: #2d3748;
    margin-bottom: 25px;
}

.maincont h6 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 165%;
    margin-top: 35px;
    letter-spacing: 0.04em;
    color: #1a202c;
}

.maincont p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 165%;
    letter-spacing: 0.04em;
    color: #2d3748;
}

.mainformexport {
    background-color: #439ad0;
    padding-top: 26px;
    padding-bottom: 88px;
}

.mainformexport .tittlesend h6 {
    font-family: "Albertus Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 33px;
    line-height: 155%;
    padding: 35px 0px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: #ffffff;
}

.whowearecontent img {
    width: 100%;
    max-width: 887px;
}

.whowearecontent h6 {
    font-family: "Albertus Nova";
    /* font-style: normal; */
    font-weight: 700;
    font-size: 26px;
    line-height: 42.9px;
    /* identical to box height */
    letter-spacing: 0.05em;
    color: #214090;
    padding-top: 15px;
}

.whowearecontent p {
    font-family: "Poppins";
    /* font-style: normal; */
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 35px;
    margin-top: 35px;
    letter-spacing: 0.04em;
    color: #4A5568;
}

.item img.mfp-img {
    width: 1116px !important;
}

.plantgallery img {
    width: 100% !important;
    height: 318px !important;
    margin: auto;
    object-fit: fill;
}

@media (min-width: 992px) {
    .plantgallery img {
        width: 100% !important;
        height: 318px !important;
        margin: auto;
        object-fit: fill;
    }
}

@media (min-width: 992px) {
    .cirtif img {
        width: 318px !important;
        height: 450px !important;
    }
}

.gallery-one__link {
    background-color: #2140906b;
}

.Plantss button.owl-prev {
    background-color: #214090 !important;
    width: 58px;
    height: 52px;
    position: absolute;
    left: 0px;
    top: 43%;
    border-radius: 100% !important;
}

.Plantss .owl-nav {
    margin-bottom: 4rem;
}

.Plantss button.owl-next {
    background-color: #214090 !important;
    width: 58px;
    height: 52px;
    position: absolute;
    left: 22%;
    top: 43%;
    border-radius: 100% !important;
}

.certificatess button.owl-next {
    left: 16% !important;
}

.Plantss button.owl-prev span {
    font-size: 40px;
}

.Plantss button.owl-next span {
    font-size: 40px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #faa81e !important;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover span {
    color: #fff !important;
}

.containerplants {
    margin-right: 0px !important;
}

.searchresults h6 {
    font-family: "Albertus Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 40px;
    letter-spacing: 0.05em;
    color: #1a202c;
    margin: 45px 0px 10px 0px;
}

.productssection img {
    width: 280px;
    height: 280px;
}

.productssection {
    margin-bottom: 35px;
}

.maintabofsearching {
    position: relative;
}

.productssection span {
    font-style: normal;
    font-weight: 500;
    font-size: clamp(10px, 10vw, 17px);
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #2d3748;
}

.contenttabs {
    margin-bottom: 6rem;
}

.productcolm {
    padding: 0px;
    /*  border-right: 1px solid #cbd5e0; */
}

@media (max-width: 768px) {
    .productcolm {
        margin-bottom: 28px;
    }

    .Plantss button.owl-next {
        left: 10% !important;
    }

    .certificatess button.owl-next {
        left: 7.5% !important;
    }

}

.productcolm .nav-pills .nav-link {
    background: #edf2f7;
    border-bottom: 1px solid #cbd5e0;
    color: black;
    font-size: 14px;
    padding: 18px;
    border-radius: 0px;
}

.productcolm .nav-pills .nav-link.active {
    background: #214090;
    border-bottom: 1px solid #cbd5e0;
    color: #fff !important;
    font-size: 14px;
    padding: 18px;
    border-radius: 0px;
}

.productdetaltitle h6 {
    font-family: 'Albertus Nova';
    font-style: normal;
    font-weight: 900;
    font-size: clamp(1rem, 10vw, 1.7rem);
    text-transform: uppercase;
    /* width: 320px; */
    color: #214090;
    margin-left: 90px;
    margin-top: 0px;
}

.productdetaltitle {
    position: relative;
}

.productdetaltitle img {
    position: absolute;
    /* top: 50%; */
}

.detalisofproduct h6 {
    font-weight: 700;
    font-size: clamp(1rem, 10vw, 1.4rem);
    line-height: 155%;
    letter-spacing: 0.05em;
    color: #2d3748;
}

.detalisofproduct p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.04em;
    color: #4a5568;
}

.mainpicofproduct img {
    height: 450px;
    width: 530px;
}

.maintabs.productssetaltabs {
    /*  width: 197px !important;*/
}

.maintabs.productssetaltabs img {
    width: 70px !important;
}

.productssetaltabs a {
    width: 70px;
}

.producttabb {
    width: 70px;
    position: relative;
}

.producttabb img {
    width: 100%;
}

.productssetaltabs .nav-pills .nav-link.active {
    background-color: transparent;
}

.productssetaltabs .nav-link {
    padding: 0px;
}

.borderbotmofdetalis {
    border-bottom: 1px solid #cbd5e0;
}

.tittlePDF h6 {
    font-style: normal;
    font-weight: 700;
    font-size: clamp(1rem, 10vw, 1rem);
    text-transform: uppercase;
    color: #214090;
    margin-bottom: 2rem;
    letter-spacing: 2px;
}

.uploadrow {
    margin-bottom: 1.5rem;
}

.uplodedPDF {
    padding: 2rem 0rem;
    border-bottom: 1px solid #cbd5e0;
}

.uplodedPDF span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #4a5568;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .uplodedPDF span {
        margin-left: 25px;
    }
}

.uplodedPDF img {
    width: 35px;
    height: 35px;
    margin: 10px;
}

.products-one__carousel .owl-nav button.owl-next {
    display: none !important;
}

.products-one__carousel .owl-nav button.owl-prev {
    display: none !important;
}

.products-one__carousel span {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.04em;
    color: #2d3748;
}

.switchproducts {
    margin-bottom: 10rem;
    margin-top: 3rem;
}

.titlleofourpro h6 {
    font-weight: 700;
    font-size: clamp(1rem, 10vw, 1.5rem);
    line-height: 26px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #214090;
    margin-bottom: 2rem;
}

.ourtermss h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #214090 !important;
    font-family: "Albertus Nova" !important;
}

.ourtermss h3 {
    color: #2d3748 !important;
}


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

.bigmainvieo {
    position: relative;
}

.mainvideo {
    background-color: #21409099;
    width: 100%;
    height: 98%;
    position: absolute;
    top: 0;
}

@media (min-width: 992px) {
    .bigmainvieo img {
        position: absolute;
        top: 35%;
        left: 41%;
        cursor: pointer;
    }
}

@media (max-width: 786px) {
    .bigmainvieo img {
        position: absolute;
        top: 30%;
        left: 42%;
        cursor: pointer;
        width: 20%;
    }
}


/*
@media(min-width:992px) {

    .ourolanetsslider {

        position: relative;
        left: 20%;
    }
}

*/

.cirtif {
    width: 326px !important;
    height: 462px !important;
}

.OurCertificates {
    /* margin-bottom: 10rem; */
    /* margin-top: 4rem; */
}

.Quality {
    margin-top: 4rem;
}

.mainmailstones {
    background: #ffffff;
    border: 1px solid #cbd5e0;
    margin-bottom: 5rem;
    padding: 45px 35px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.mainmailstones:hover {
    background: #214090;
    border: 2px solid #ffff;
    color: #fff !important;
}

.mainmailstones:hover p {
    color: #fff !important;
}

.mainmailstones:hover span {
    color: #fff !important;
}

@media (max-width: 992px) {
    .mainmailstones .rowofboxx {
        display: content !important;
    }
}

@media (min-width: 992px) {
    .mainmailstones {
        width: 265px;
    }
}

.mainmailstones p {
    font-style: normal;
    font-weight: 700;
    font-size: clamp(2rem, 10vw, 2rem);
    letter-spacing: 0.05em;
    font-family: "Albertus Nova";
    margin-left: 25px;
    color: #214090;
    margin-bottom: 0px !important;
}

.mainmailstones span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #4a5568 !important;
    margin-left: 28px;
}

.mailstones .mainmailstones img {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    margin-bottom: 25px;
}

.mailstones h6 {
    font-family: 'Albertus Nova';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(2rem, 10vw, 2rem);
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #214090;
}

.mailstones .tittleofmails {
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) {
    .mailstones .tittleofmails {
        margin: 3rem;
    }
}

.main-aboutus .container-fluid {
    margin: 0px !important;
    padding: 0px !important;
}

@media (max-width: 767px) {
    .secondreverse {
        flex-direction: column-reverse !important;
    }
}

.main-aboutus .maincol-mision,
.maincol-vission {
    margin: 0px !important;
    padding: 0px !important;
}

.main-aboutus .main-ourmission {
    padding: 50px 64px 50px 48px;
    background-color: #439ad0;
}

.main-aboutus .main-ourvission {
    background-color: #214090 !important;
}

.main-ourvission button {
    margin-bottom: 25px !important;
}

@media (min-width: 768px) {
    .main-aboutus .main-ourmission {
        height: 570px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.main-aboutus .our-pic-misiion img {
    width: 100%;
    height: 570px;
}

.main-ourmission h2 {
    font-family: "Albertus Nova";
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 60px;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-bottom: 3.7rem;
}

.main-ourmission p.pragh {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #f9f9f9;
    margin-bottom: 2rem;
}

.main-ourmission p.fullname {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.main-ourmission p.founder {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.main-ourmission button {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    background: transparent;
    padding: 15px 0px;
}

.main-ourmission button:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

.main-areas .areacontent {
    cursor: pointer;
    margin-bottom: 3rem;
    border: 1px solid #CBD5E0;
    padding: 20px 0px;
    height: 208px;
    margin: auto;
    /* display: flex !important; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: space-between; */
    width: 50%;
    /* height: 220px; */
}

.owl-item .item {
    text-align: center;
}

@media (min-width: 786px) {
    .boxareacol {
        justify-content: center;
    }
}

.main-areas .areacontent img {
    width: 100% !important;
    padding: 18px 11px;
}

.main-areas {
    margin: 4rem 0rem;
}

.rowarea {
    margin: 2rem 0rem 3rem;
}

/* @media (min-width: 1025px) {
   .rowarea {
    margin: 2rem 0rem -10rem;
}
} */
.main-areas .areapic {
    border-radius: 50%;
    width: 88px;
    background: #f7fafc;
    border: 1px solid #e2e8f0;
    height: 80px;
    display: flex;
    justify-content: center;
    margin: auto;
}

.main-areas .areapic:hover {
    border: 3px solid #27348a;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.main-areas p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    text-align: left;
    letter-spacing: 0.05em;
    color: #1e1e1e;
    /* width: 175px; */
    margin: 15px 0px 0px !important;
    text-align: center;
}

.main-areas .areacontent {
    display: inline-table;
}

.andalousSlider img {
    width: 100%;
    height: 782px;
}

.mainandalous .container-fluid {
    padding: 0px !important;
    margin: 0px !important;
}

.mainandalous {
    position: relative;
}

.mainAndalousslider {
    padding-top: 0px !important;
}

.mainAndalousslider button:hover {
    border-bottom: 2px solid #fff !important;
}

.andalouscontent {
    position: absolute;
    top: 20px;
    /* background-color: #214090; */
    padding: 64px 48px;
    width: 603.54px;
    height: 404px;
    /* background: #214090; */
}

.andalouscontent button {
    position: relative;
    top: 15%;
}

.mainAndalousslider .owl-nav {
    margin-bottom: 4rem;
    position: absolute;
    left: 25px;
    bottom: 81px;
}

.mainAndalousslider .item {
    position: relative;
}

@media (min-width: 768px) {
    .andalouscontent {
        position: absolute;
        top: 198px;
        left: 25px;
        /* background-color: #214090; */
        width: 603.54px;
        height: 404px;
        padding: 39px 41px;
    }
}

@media (max-width: 760px) {
    .andalouscontent {
        width: 372px;
        top: 90px !important;
        padding: 14px;
        height: 316px !important;
    }

    .andalouscontent h2 {
        font-size: 31px !important;
    }

    .andalouscontent p {
        font-size: 14px !important;
    }

    .learnMore {
        font-size: 13px !important;

    }

    .andalouscontent a img {
        height: 16px !important;
        width: auto !important;
    }

    .Plantss button.owl-prev,
    .Plantss button.owl-next {
        /* top: 80px; */
    }

    .andalouscontent a {
        display: block;
    }

    .main-nav__logo-box .side-menu__toggler {
        /* right: -150px; */
    }

    .leftnavigationmenu {
        display: none;
    }

    .content {
        padding: 10px !important;
    }
}

.andalouscontent h2 {
    font-family: "Albertus Nova";
    font-weight: 700;
    font-size: 42px;
    line-height: 46px;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-bottom: 20px;
    /* width: 400px; */
}

.andalouscontent img {
    width: 36px !important;
    margin-left: 15px;
}

.andalouscontent p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.andalouscontent button {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
}

.minysectionofproduct img {
    width: 180px;
    height: 180px;
    border-radius: 5px;
}

.mainminybox {
    background-color: #80808080;
    border-radius: 5px;
    padding: 32px 50px;
    margin-right: 35px;
}

.ourproducts h6 {
    font-size: clamp(1.2rem, 10vw, 1.2rem);
    color: #fff;
    font-family: 'Poppins';
    font-style: normal;
}

.listOfProducts a {
    font-size: clamp(1rem, 10vw, 1rem);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

p.praghofminyproduct {
    font-size: 12px !important;
    line-height: 26px;
    display: flex;
}

@media(min-width:768px) {
    .mainminybox {
        width: 550px !important;
    }
}

@media (min-width: 992px) {
    .bigbosofdelete {
        margin: 15rem auto !important;
        text-align: center;
    }
}

.bigbosofdelete {
    margin: 5rem auto;
    text-align: center;
}

.bigbosofdelete .btnofkeep button {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    text-transform: capitalize;
    color: #214090;
    padding: 15px 55px;
    border: 2px solid #214090;
    background-color: #fff;
    margin-top: 30px;
}

.bigbosofdelete .btnofkeep button:hover {
    color: #ffff;
    border: 2px solid #fff;
    background-color: #214090;
    margin-top: 30px;
}

.bigbosofdelete .btnofdelete button {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    padding: 15px 55px;
    border: 2px solid #ec0000;
    background-color: #ec0000;
    margin-top: 30px;
}

.bigbosofdelete .btnofdelete button:hover {
    color: #ec0000;
    border: 2px solid #ec0000;
    background-color: #ffff;
    margin-top: 30px;
}

.Mainbocofdelete h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 145%;
    text-align: center;
    color: #1a202c;
}

.Mainbocofdelete p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #4A5568;
}


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

.popup-trigger {
    display: block;
    margin: 0 auto;
    padding: 5px 10px;
    background-color: #202b73;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: box-shadow 0.3s ease 0s;
}

.popup-trigger:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.popup {
    position: fixed;
    inset: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    color: #000;
    visibility: hidden;
    transition: visibility 0.8s ease 0s;
}

.popup::before {
    content: "";
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: opacity 0.8s ease 0s;
}

.popup__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
}

.popup__body {
    width: 100%;
    max-width: 800px;
    padding: 50px;
    background-color: #fff;
    border-radius: 5px;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}

.popup__body img {
    margin-bottom: 25px;
}

.popup__body h6 {
    font-weight: 600;
    font-size: 24px;
    line-height: 145%;
    text-align: center;
    text-transform: capitalize;
    color: #1a202c;
    margin-bottom: 20px;
}

.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 30;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.popup__close::after,
.popup__close::before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 0.125rem;
    background-color: #000;
    transition: all 0.3s ease 0s;
}

.popup__close::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
}

.popup__close::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
}

.popup__text {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.popup.show {
    visibility: visible;
    overflow: auto;
}

.popup.show::before {
    opacity: 1;
}

.popup.show .popup__body {
    transform: scale(1);
    transition: all 0.3s ease 0.2s;
}

.poupUp {
    margin: 10rem 0rem;
}

div#aswift_0_host {
    display: none !important;
}

div#aswift_1_host {
    display: none !important;
}


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

.box {
    height: 1000px;
    background-color: red;
}

#counter-section-container {
    width: 100%;
    text-align: center;
}

#counter-box-container {
    /*border: 1px solid #999999;*/
    overflow: hidden;
    display: inline-block;
}

#counter-box {
    /*width: 33.22%;*/
    width: 300px;
    min-width: 200px;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    float: left;
    text-align: center;
    /*background-color: #111111;*/
    color: #cccccc;
    /*border: 1px solid #666666;*/
}

.counter {
    font-family: "Albertus Nova";
    font-weight: 700;
    font-size: 50px;
    color: #214190;
}


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

.ourolanetsslider {
    float: left;
}

.slidermargin {
    float: left;
}

section.OurCertificates .owl-nav {
    margin-bottom: 8rem !important;
}

.sliderandalous-one__carousel button.owl-next i {
    width: 30px;
    height: 30px;
    background: url('../images/favicons/right-arrow.png') no-repeat center center !important;
    float: left;
    margin-left: 10px;
    position: relative;
    border-radius: 50%;
}

.sliderandalous-one__carousel button.owl-prev i {
    width: 30px;
    height: 30px;
    background: url('../images/favicons/left-arrow.png') no-repeat center center !important;
    float: left;
    margin-left: 10px;
    position: relative;
    border-radius: 50%;
    content: none !important;
}

.sliderandalous-one__carousel button.owl-next {
    width: 56px;
    height: 56px;
}

.sliderandalous-one__carousel button.owl-prev {
    width: 56px;
    height: 56px;
}

.Plantss button.owl-next i {
    width: 40px;
    height: 40px;
    background: url('../images/favicons/chevron-right.svg') no-repeat center center !important;
    float: left;
    margin-left: 11px;
    position: relative;
    border-radius: 50%;
}

.Plantss button.owl-prev i {
    width: 40px;
    height: 40px;
    background: url('../images/favicons/chevron-left.svg') no-repeat center center !important;
    float: left;
    margin-left: 7px;
    position: relative;
    border-radius: 50%;
    content: none !important;
}

section.OurCertificates button.owl-next i {
    width: 40px;
    height: 40px;
    background: url('../images/favicons/chevron-right.svg') no-repeat center center !important;
    float: left;
    margin-left: 10px;
    position: relative;
    border-radius: 50%;
}

section.OurCertificates button.owl-prev i {
    width: 40px;
    height: 40px;
    background: url('../images/favicons/chevron-left.svg') no-repeat center center !important;
    float: left;
    margin-left: 10px;
    position: relative;
    border-radius: 50%;
}

.fa-angle-right:before {
    /* display: none; */
}

.fa-angle-left:before {
    /* display: none !important; */
}

.fa-chevron-left:before {
    content: "\f053";
    display: none !important;
}

.pic4desc,
.pic3desc,
.pic2desc {
    display: none;
}

.site-header__home-two-wrap .main-nav__main-navigation .main-nav__navigation-box>li>a,
.site-header__home-two-wrap .main-nav__login,
.site-header__home-two-wrap .main-nav__search {
    color: #fff;
}

.site-header__home-two-wrap header.main-nav__header-one,
.site-header__home-two-wrap nav.header-navigation.stricky.original {
    background-color: transparent;
    box-shadow: none !important;
    border: none !important;
}

button.loginbtn {
    color: #fff;
    border: 2px solid #fff;
}

.main-ourmission p {
    color: #fff !important;
}

.dropdown-menu {
    padding: 0;
}

.btn-secondary {
    background-color: transparent !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #204090 !important;
}

.site-header__home-two-wrap .stricked-menu .btnaccount button.btn.btn-secondary.dropdown-toggle {
    color: #204090;
    background-color: transparent !important;
}

.btnaccount button.btn.btn-secondary.dropdown-toggle {
    color: #204090;
    border: none !important;
    box-shadow: none !important;
}

.site-header__home-two-wrap .btnaccount button.btn.btn-secondary.dropdown-toggle {
    color: #fff;
    border: none !important;
    box-shadow: none !important;
}

button.btn.subscribenow {
    background-color: #faa74a !important;
    border-radius: 0 !important;
}

.areasection__carousel .owl-nav {
    display: none !important;
}

@media(max-width:786px) {
    .areasection__carousel {
        text-align: center !important;
        ;
    }

    .mailstones .tittleofmails {
        text-align: center !important;
        margin: 25px 0px;
    }
}

.ourform .input-group {
    flex-wrap: nowrap !important;
}

@media(max-width:768px) {
    .testimonials-one__single img {
        /* width: 296px !important; */
        height: 432px;
    }
}

.mainformexport .form-select {
    background-size: 13px 8px !important;
}

.mainbox .form-select {
    background-size: 13px 8px !important;
}

.mainform .form-select {
    background-size: 13px 8px !important;
}

.contact-us .form-select {
    background-size: 17px 15px !important;
}


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

@media(max-width:765px) {
    #navigation-menu {
        position: fixed;
        top: 0px !important;
    }

    div#content {
        margin-top: 12rem !important;
    }
}

#navigation-menu {
    position: fixed;
    /* top: auto !important; */
    right: auto;
    left: 0;
    bottom: auto;
    z-index: 9;
    text-shadow: none;
    font-size: 0.85em;
}

#navigation-menu ul {
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: grid;
    list-style: none;
}

#navigation-menu li {
    margin: 3px;
    color: #000;
}

#navigation-menu a {
    font-family: "Albertus Nova";
    display: block;
    padding: 0em 0.6em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #718096;
    font-weight: 700;
    font-size: 17px;
    line-height: 32px;
}

#navigation-menu a:hover,
#navigation-menu a.mPS2id-highlight {
    color: #214090 !important;
    position: relative;
    font-weight: 700;
    font-size: 17px;
    /* line-height: 24px; */
}

#content section {
    color: #d9d6d5;
}

#content section:nth-child(3n+2) {
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #25201e;
}

#content section:nth-child(3n+3) {
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #25201e;
}

#content section:nth-child(3n+4) {
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #25201e;
}

.content {
    padding: 65px 3em 0px;
}

.mainnavigation {
    border-left: 1.8px solid #d6d6d65e;
}


/*  {
    padding: .5rem 3rem !important;
} */

.content hr+a,
.content hr+a+a {
    margin-right: 2em;
}

.mPS2id-target .content h2:first-child:after {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    content: "Current target class: mPS2id-target";
    margin-left: 1em;
    font-size: 0.25em;
    line-height: 1.4em;
    font-style: italic;
    opacity: 0.7;
    width: 180px;
    font-family: arial, sans-serif;
    font-weight: normal;
}

.ie8 .mPS2id-target .content h2:first-child:after {
    font-size: 0.95em;
}

header,
.content,
footer {
    padding-right: 150px;
}

.horizontal-layout {
    width: 700%;
}

.horizontal-layout header h1 {
    display: none;
}

.horizontal-layout #navigation-menu {
    right: auto;
    left: 3em;
    top: 4em;
}

.horizontal-layout #content {
    overflow: hidden;
}

.horizontal-layout #content section {
    width: 14.285%;
    float: left;
    min-height: 480px;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(0, 0, 0, 0.6);
}

.horizontal-layout #content section:nth-child(3n+2),
.horizontal-layout #content section:nth-child(3n+3) {
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3), -1px 0 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(255, 255, 255, 0.5);
}

.horizontal-layout .content h2 {
    position: relative;
    padding-bottom: 50px;
}

.horizontal-layout .content h2+p {
    margin-top: -50px;
}

.horizontal-layout .mPS2id-target .content h2:first-child:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    margin-left: 0;
}

.horizontal-layout header>*,
.horizontal-layout footer>* {
    width: 10%;
}

.horizontal-layout header,
.horizontal-layout .content,
.horizontal-layout footer {
    padding-left: 150px;
    padding-right: 3em;
}

.auto-layout {
    width: 6200px;
    height: 6200px;
}

.auto-layout header h1 {
    margin-left: 150px;
}

.auto-layout #navigation-menu {
    right: auto;
    left: 2em;
}

.auto-layout #content {
    height: 100%;
}

.auto-layout #content section {
    position: absolute;
    min-height: 600px;
    width: 600px;
    top: 0;
    left: 0;
    margin-left: 3em;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.auto-layout #content section#section-2 {
    top: 0;
    left: 1800px;
}

.auto-layout #content section#section-3 {
    top: 1200px;
    left: 900px;
}

.auto-layout #content section#section-4 {
    top: 1200px;
    left: 2700px;
}

.auto-layout #content section#section-5 {
    top: 2400px;
    left: 1800px;
}

.auto-layout #content section#section-6 {
    top: 2400px;
    left: 3600px;
}

.auto-layout #content section#section-7 {
    top: 3600px;
    left: 2700px;
}

.auto-layout .content {
    padding-left: 150px;
    padding-right: 3em;
}

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

    header,
    .content,
    footer,
    .horizontal-layout header,
    .horizontal-layout .content,
    .horizontal-layout footer,
    .auto-layout .content {
        padding-right: 3em;
        padding-left: 3em;
    }

    .horizontal-layout header h1 {
        display: block;
    }

    .auto-layout header h1 {
        margin-left: 0;
    }

    #navigation-menu {
        font-size: 1.2em;
    }

    .horizontal-layout #navigation-menu,
    .auto-layout #navigation-menu {
        right: 3em;
        left: auto;
        top: 1.55em;
    }

    #navigation-menu ul {
        -moz-border-radius: 17px;
        -webkit-border-radius: 17px;
        border-radius: 17px;
    }

    #navigation-menu li {
        float: left;
        margin: 8px 5px;
    }

    #navigation-menu a {
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }
}

#navigation-menu li a:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 3px;
    left: -20px;
    top: 19px;
    background: #004AAB;
    transform: rotate(90deg);
}

.exportmainconent p {
    /* display: none; */

    font-size: 19px;
    line-height: 33px;
    font-weight: 400;
    font-family: "Poppins";
    font-style: normal;
}

.areacontent img {
    width: auto !important;
}

@media (max-width: 767px) {
    .dropdown_mobile {
        display: none;
    }

    /* .main-aboutus .main-ourmission {
        padding: 10px 64px 20px 48px;
    } */
}


/* ------------------------------------------ */

.MobileMenu button a {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.05rem;
}

.mobile {
    display: none;
}

.navMobile {
    display: none;
}

@media(max-width:1093px) {
    .MobileMenu .desktop {
        display: none;
    }
}

@media(max-width:991px) {

    .mobile-nav__container .btnaccount button.btn.btn-secondary.dropdown-toggle {
        margin-top: 0px;
    }

    .PasswordBtn button,
    .DeleteAccount button {
        width: 100%;
    }

    .changePassForm {
        padding: 0px !important;
        width: 100% !important;
    }

    .changepass .ourformcontent {
        padding: 56px 27px;
    }

    .contactrow .col-6,
    .contactrow .col-6 .contactCardDesc,
    .contactrow .col-6 .tittleofcontactDESC {
        text-align: start !important;
    }

    button.btn.subscribenow {
        margin-top: 10px;
    }

    .MobileMenu button a {
        text-transform: uppercase;
        color: #9ca3a9;
        font-size: 18px;
        display: block;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .MobileMenu h6 {
        display: none;
    }

    .MobileMenu .desktop {
        display: none;
    }

    .mobile,
    .navMobile {
        display: block;
    }

    .MobileMenu .navDesktop {
        display: none;
    }

    .input-group.phonenumber select.form-select {
        width: 165px;
    }
}

@media(max-width:480px) {
    .footer-widget__column .mainSubscribenow {
        width: 100%;
    }

    /* .mobile {
        display: block;
    } */
}

.MobileMenu button {
    padding: 0px;
    text-decoration: none;
    border: none;
    background: transparent;
}

.stricked-menu .main-nav__navigation-box>li>button>a,
.stricked-menu .main-nav__login,
.stricked-menu .main-nav__search {
    color: #204090 !important;
}


.report select {
    margin-top: 0px !important;
    margin-bottom: 30px !important;
}

.report textarea {
    padding: 0rem 0.75rem;
}

a:hover {
    color: #faa74a !important;
}


.reportDesc {
    font-family: "Albertus Nova";
    /* font-style: normal; */
    font-weight: 500;
    /* font-size: clamp(2rem, 10vw, 1rem); */
    /* line-height: 155%; */
    /* letter-spacing: 0.05em; */
    color: #214090;
    /* margin: 25px 0px; */
}

.reportLabel {
    margin-bottom: 5px;
    font-family: "Albertus Nova";
    color: #fff;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.reporter-desc {
    font-size: 20px;
}


pt-10 {
    padding-top: 10px !important;
}

.labelAlign {
    text-align: start;
}

@media (min-width: 992px) {

    .tittleofmailsHome {
        margin: 1rem !important;
    }
}

.main-areasHome {
    margin: 5rem 0rem 0rem !important;
}

.main-ourmission h2 {
    margin-bottom: 1rem;
}

#download-document {
    margin: 64px 0px 80px;
}

.bg-darkBlue {
    background: #214090;
    padding: 44px 40px !important;
}

.bg-darkBlue h3 {
    color: #FFF;
    font-family: "Albertus Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    /* 37.2px */
    letter-spacing: 1.2px;
}

.downloadSectionDesc {
    color: var(--grayscale-e-2-e-8-f-0, #E2E8F0);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
    letter-spacing: 0.64px;
}

.btnDownload {
    display: flex;
    padding: 28px 80px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #FAA74A;
    color: #322206;
    font-family: "Albertus Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
    /* 14px */
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.btnDownload:hover {
    color: #FFF !important;
    background: black !important;
}

/* Define your custom animations */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* Define your custom animations */
@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

/* Define your custom animations */
@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }

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

@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0;
    }
}

/* Define your custom animations */
@keyframes backInLeft {
    0% {
        transform: translateX(-800px) scale(0.7);
        opacity: 0;
    }

    80% {
        transform: translateX(10px) scale(1.1);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes backOutRight {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    20% {
        transform: translateX(-20px) scale(0.9);
        opacity: 0.8;
    }

    100% {
        transform: translateX(800px) scale(0.7);
        opacity: 0;
    }
}

.mileStonesCard {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ReportLeftSection {
    text-align: left;
    display: flex;
    justify-content: end;
    align-items: center;
}

.reportTextarea textarea.form-control {
    min-height: calc(7.2em + 0.75rem + 2px) !important;
}

.productdetaltitle a {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.mainAndalousslider {}

.sliderandalous-one__carousel button.owl-prev,
.sliderandalous-one__carousel button.owl-next {
    top: 70px;
}

.d-none-desktop {
    display: none;
}



.sliderandalous-one__carousel .owl-nav button {
    display: none !important;
}

.DescPage {
    color: #4A5568;
    font-size: 19px;
    line-height: 33px;
    font-weight: 400;
    font-family: "Poppins";
    font-style: normal;
}

.verticalLine {
    width: 100%;
    height: 6px;
    background: #214090;
    margin-top: 0.7rem !important;
}

.briefSection {
    border-bottom: 1px solid #CBD5E0;
    padding: 28px 0px;
}

.contentexpoert {
    padding: 50px 0px !important;
}

.tittleofcontact {
    text-align: start;
}

.contact-us .contact-one.Careers {
    padding-top: 0px !important;

}

.phonenumber .input-group-prepend {
    width: 30% !important;
}

.contactrow .col-md-6 {
    padding: 0px;
}

.contactrow .col-md-2 {
    /* width: 13.666%; */
}

.herosection {
    width: 100% !important;

    padding: 0rem 3rem !important;
}

.herosection .container {
    width: 100% !important;
    margin: 0px !important;
}

.myContainer {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0rem 3rem !important;
    margin: 0px;
}


@media (max-width: 992px) {
    .contactrow .col-md-2 {
        /* width: 100%; */
    }

    .tittleofcontact {
        text-align: start;
    }

    .contactrow .col-md-6 .tittleofcontact {
        text-align: center;
    }

    .workinghours img {
        margin: 0px;
    }

    .herosection,
    .myContainer {
        padding-right: var(--bs-gutter-x, .75rem) !important;
        padding-left: var(--bs-gutter-x, .75rem) !important;
    }

    .reverseColumnMobile {
        flex-direction: column-reverse;
    }
}

#content section:nth-child(3n+3) {
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #25201e;
}

.attachNote {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    line-height: 19.2px;
    margin-bottom: 20px;
}

.attachNote span {
    font-weight: 600;

}

.changepass {
    margin-top: 79px;
}

.main-nav__globe {
    /* margin: 0px 20px !important; */
}

.containerForgetPassword {
    padding-bottom: 51.5px;
}

.cardHOME {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border: 2px solid #CBD5E0;
    width: 204px !important;
}

.cardHOME img {
    width: 124px !important;
    height: 124px;
    top: 20px;
    left: 40px;
    border-radius: 124px;
    border: 1px solid #E2E8F0;
    margin: auto;
    padding: 20px;
    object-fit: scale-down;
}

.cardHOME p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    margin: 0px !important;
    height: 67px;
    color: #1E1E1E !important;
    justify-content: center;
    align-items: center;
    display: flex;
    /* width: 204px !important; */
}

.areasection__carousel.owl-carousel.owl-drag .owl-item {
    width: 204px !important;
    margin: 0px 10px !important;
}

.ProductCard {
    border: 1px solid #CBD5E0;
    margin: 30px 15px;
    width: 30% !important;
    padding: 0px !important;
}

.ProductCard img {
    width: 100% !important;
}

.ProductCardDesc {
    border-top: 1px solid #CBD5E0;
    background: #F7FAFC;
    padding: 20px;
    height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ProductCardDesc a {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #2D3748 !important;
}

.ProductCardDesc h3 a {}

.ProductCardDesc p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4A5568;
    /* Adjust as per your design */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ProductCardDesc a:hover {
    color: #faa74a !important;
}


.ProductCard:hover .ProductCardDesc p {
    color: #FFF !important;

}

.ProductCard:hover .ProductCardDesc a {
    color: #faa74a !important;

}

.ProductCard:hover .ProductCardDesc {
    background: #214090;
}

.productcolm {
    padding: 0px !important;
}

.searchResultParagraph {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #718096;
}

.tittleofcontactDESC {
    font-family: 'Poppins';
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 26px !important;
    color: #718096 !important;
}

.contactCardDesc {
    font-family: 'Poppins';
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    color: #2D3748 !important;
}

.infoIcon {
    width: 50px;
    height: 50px;
    background: #F2F3F8;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-list p {
    text-transform: capitalize;
}

.height-100 {
    height: 100vh;
}

select.form-control {
    box-shadow: 0 0 3px #00000047 !important;
    margin-bottom: 30px !important;
    margin: auto;
    background: #EDF2F7 !important;
    border: 1px solid #A0AEC0 !important;
}


a.main-nav__globe:hover .SVGICON path {
    fill: #faa74a !important;
}

a.search-popup__toggler:hover .SVGICON path {
    stroke: #faa74a !important;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important;
}


.stricked-menu .main-nav__search svg.SVGICON path {
    stroke: #204090 !important;
}

.stricked-menu .main-nav__login svg.SVGICON path {
    fill: #204090 !important;
}

.learnMore {
    font-family: 'Albertus Nova';
    font-weight: 900 !important;
    font-size: 14px !important;
    line-height: 14px !important;
    letter-spacing: 0.2em;
    color: #FFF !important;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.learnMore svg {
    margin: 0 10px;
}

.learnMore:hover svg path {
    fill: #faa74a !important;
}


.bg-transparent {
    background: transparent !important;
}

.bg-blue-dark {
    background: #214090;
}

.mt-50 {
    margin-top: 80px !important;
}

.dropdown-item {
    text-transform: capitalize !important;
}

@media (max-width: 992px) {
    .ReportLeftSection {
        justify-content: start;
    }

    header,
    .content,
    footer {
        padding-right: 0px;
    }

    .contactrow {
        text-align: center;
    }

    .mainmaps {
        width: 100%;
        /* margin-top: 20px; */
    }

    .mainpicofproduct img {
        height: 450px;
        /* width: 530px; */
        width: 100%;
    }

    .productAlbum {
        flex-direction: column;
    }

    .d-none-desktop {
        display: flex;
        gap: 20px;
    }

    .ProductCard {
        width: 100% !important;
        margin: 10px 0px !important;
        padding: 0 !important;
    }

    .d-none-desktop a.main-nav__login {
        margin: 0px 0px !important;
        padding: 0px 0px !important;
    }

    .main-nav__search svg.SVGICON path {
        stroke: #9ca3a9;
    }

    .main-nav__globe svg.SVGICON path {
        fill: #9ca3a9;
    }

    .contactrow .col-md-2 {
        /* width: 100%; */
    }

    .areasection__carousel {
        height: 255px !important;
    }


}

.editaccount {
    margin-top: 80px !important;
    padding-top: 40px;
}

.cardHOME:hover {
    border: 2px solid #214090;
}

.cardHOME:hover img {
    border: 1px solid #214090;
}

@media (min-width: 1025px) and (max-width:1300px) {

    .main-nav__main-navigation .main-nav__navigation-box>li>a,
    .ProductsBtn {
        font-size: 12px;
    }


    .main-nav__right {
        gap: 5px;
    }

    .SVGICON {
        width: 17px !important;
    }

    button.loginbtn,
    button.joinusbtn {
        padding: 3px 26px;
    }
}

.border-left-right {
    border-left: 1px solid #CBD5E0;
    border-right: 1px solid #CBD5E0;
}

.owl-carousel .owl-item {
    max-width: 450px !important;
}

.plantgallery img.CertificatesImageSlider {
    height: 560px !important;
}

@media (max-width: 760px) {

    .certificatess button.owl-next,
    .Plantss button.owl-next {
        left: auto !important;
        right: 0px !important;
        display: none !important;
    }

    .Plantss button.owl-prev,
    .Plantss button.owl-next {
        /* top: 80px; */
        display: none !important;

    }
}

.invalid-feedback {
    text-align: start;
    display: none;
    width: 80% !important;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
    margin: 0px auto 10px !important;

}



@media (min-width: 1024px) and (max-width: 1367px) {
    .certificatess button.owl-next {
        left: 22% !important;
    }

    .Plantss button.owl-next {

        left: 25%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .dropdown_mobile {
        display: none !important;
    }

    .mobile-nav__container {
        padding-left: 75px;
        padding-right: 75px;
    }

    .MobileMenu h6 {
        display: none !important;
    }

    .ourproducts .container .row .col-md-6 {
        width: 100% !important;
    }

    .contactrow .col-md-2 {
        width: 16%;
    }

    #navigation-menu ul {
        padding-left: 0px;
    }

    .content {
        padding: 65px 3em 0px !important;
    }

    .leftnavigationmenu {
        display: none;
    }

    .briefSection .row .col-md-2 {
        display: none;
    }

    .briefSection .row .col-md-10 {
        padding: 0px 3em 0px !important;
        width: 100%;
    }

    .mainnavigation div#content {
        margin-top: 0rem !important;
    }

    .mainnavigation div#content section .content {
        padding: 30px 3em 0px !important;
    }

    .andalouscontent {
        top: 100px;
    }
}

.row.rowarea {
    max-height: 255px !important;
}

.input-group.phonenumber select.form-select {
    margin-top: 0px;
    margin-bottom: 0px;
}

.contactform .input-group.phonenumber select.form-select,
.careerform .input-group.phonenumber select.form-select {
    margin-top: 0px;

}

.exportform select.form-select.loginselect {
    margin-top: 0px;

}



.slick-arrow i {
    /* width: 20px; */
    /* height: 20px; */
    color: white;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.slick-arrow {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background: #214090;
    color: White;
    position: absolute;
    z-index: 99;
    top: 35%;


}

.prevArrow.slick-arrow {
    left: 0%;
}

.nextArrow.slick-arrow {
    left: auto;
    right: 0px;
}

.modal {
    background: rgba(0, 0, 0, 0.5)
}

.modal-content {
    margin-top: 100px;
}

.modal-backdrop {
    display: none !important;
}

.modal-body {
    text-align: center !important;
    padding: 64px 0px !important;
}

.modal-professional {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 34.8px;
}

.modal-buttons {
    gap: 50px;
    display: flex !important;
    justify-content: center;
    margin-top: 24px;
}

.modal-buttons a {
    width: 124px;
    height: 56px;
    padding: 16px 48px;
    gap: 8px;
    border: 1px solid #214090;
    /* font-family: Inter; */
    font-size: 16px;
    font-weight: 600;
    /* line-height: 34.8px; */

}

.YES {
    background: #214090;
    color: #FFF;
}

.NO {
    color: #214090;
    background: #FFF;
}

.ProductsBtn {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    color: #FFF;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none !important;
}

.stricked-menu .main-nav__navigation-box>li>.ProductsBtn {
    color: #214090;
}

.reportForm select.form-select.loginselect,
.reportForm select.form-select.loginselect {
    background-color: #edf2f7;
    height: 50px;
    box-shadow: 0 0 3px #00000047 !important;
    margin-top: 00px;
    margin-bottom: 0px;
    border-color: #a0aec0;
    display: inline-block;
}

.reportForm .mainform input {
    margin-bottom: 30px !important;
    margin-top: 0px !important;

}

.contactform .textareaaa {
    margin-top: 0px;

}


.exportform select.form-select.loginselect {
    margin-top: 0px;
}

/* Hide the desktop modal trigger button on smaller screens */
@media (max-width: 1366px) {
    .features-one__single {
        height: 209px;
        padding: 35px 10px;
    }
}

@media (max-width: 1198px) {
    .navDesktop {
        display: none;
    }
}

/* Show the mobile menu button on smaller screens */
@media (min-width: 1199px) {
    .MobileMenu .collapsed {
        display: none;


    }
}
