:root {
    --base-color: #5e7565;
    --base-color: #739d2f;
    /* --base-color: #709b6d; */
    --primary-color: var(--base-color);
    --primary-color-dark: #5D522D;
    --primary-light-1: #3c210e;
    --secondary-color: #bc7b53;
    /* --secondary-color: #ac9273; */
    --btn-color: #3c210e;
    --font-1: "Montserrat", sans-serif;
    /* --font-2: "Lato", sans-serif; */
    --font-2: "Inria Sans", sans-serif;
    /* --font-3: "Playfair Display", serif; */
    --font-3: "Roboto", sans-serif;
    --gray-border: #e9e9e9;
}

/* --font-1: 'Roboto', sans-serif;
--font-2: 'Archivo', sans-serif; */
body {
    font-family: var(--font-2), sans-serif;
    background: #ac92731a;
    color: #474747;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--font-1);
    font-weight: 400;
}

body.mobile-menu-active {
    overflow: hidden
}

.odic-color, .primary-text, .text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.f1 {
    font-family: var(--font-1);
}

.f2 {
    font-family: var(--font-2);
}

.f3 {
    font-family: var(--font-3);
}

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

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

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

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

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

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

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

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

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

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

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

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

.white {
    color: #fff
}

.black {
    color: #222
}

[data-overlay] {
    position: relative
}

[data-overlay]::before {
    background: #111824;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

[data-overlay="4"]::before {
    opacity: .4
}

.opacity-0 {
    opacity: 0;
}

.z-0 {
    z-index: 0;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-01 {
    z-index: -1;
}

.visibility-hidden {
    visibility: hidden;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

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

a:focus, a:hover {
    text-decoration: none;
}

i, span, a {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-2);
    font-weight: 500;
    color: #4f545c;
    margin: 0px;
    letter-spacing: -0.06px;
}

h1 {
    font-weight: 500;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: var(--font-3);
}

p {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
    color: #555;
    line-height: 1.7;
    line-height: 150%;
    font-family: var(--font-3);
}

.text-base {
    color: var(--base-color)
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.btn--primary, .btn--secondary {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    background-color: var(--base-color);
    border: 1px solid var(--base-color);
    padding: 16px 35px;
    font-size: 16px;
    font-family: var(--font-2);
    border-radius: 55px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.85px;
    line-height: normal;
}

.btn--primary:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.btn--primary:not(:disabled):hover {
    color: #fff;
    border-color: #ac9273;
    background-color: #ac9273;
}

.btn--secondary {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
}

.btn--secondary:not(:disabled):hover {
    color: #000 /* background-color: var(--base-color);
    border: 1px solid var(--base-color); */
}

.btn--primary-2 {
    color: var(--primary-color);
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}

.btn--primary-2:hover {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.text-justify {
    text-align: justify;
}

/* base */
.section--padding {
    padding: 30px 0 25px;
}

.section--padding-half {
    padding: 50px 0px;
}

@media (min-width: 1200px) {
    .section--padding {
        padding: 70px 0;
    }

    .section--padding-half {
        padding: 70px 0px 70px;
    }
}

.section-title {
}

.section-title h5 {
    color: var(--secondary-color);
    position: relative;
    padding-bottom: 12px;
}

.section-title h5::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
}

.section-title h2 {
    font-size: 37px;
    color: #3d3d3d;
    padding-top: 0px;
}

/*===== Header top =====*/
.header-top {
    /* background-color: #F2EECB; */
    padding-top: 5px;
    padding-bottom: 6px;
    /* background-color: #1a1a1a; */
    /* background-color: #2c2c2c; */
    background-color: #fff;
}

.header-contact ul li {
    display: inline-block;
    margin-right: 20px;
    color: #6e4803d1;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-2);
}

.header-contact ul li:last-child {
    margin-right: 0;
}

.header-contact ul li i {
    margin-right: 10px;
}

.header-contact ul li a {
    color: inherit;
    font-weight: 500;
    font-size: 14.5px;
}

.header-contact ul li a:hover {
    color: #fff;
}

.header-right {
}

.header-right .social {
}

.header-right .social .follow-us {
    font-size: 15px;
    color: #e7e7e7;
    padding-right: 10px;
    font-weight: 500;
}

.header-right .social ul {
}

.header-right .social ul li {
    display: inline-block;
    padding: 0 5px;
}

.header-right .social ul li a {
    color: var(--base-color);
    font-size: 16px;
    transition: all 0.2s ease;
    width: 18px;
}

.header-right .social ul li a:hover {
    color: #fff;
}

/*===== Header Menu =====*/
.navigation {
    background: #ffffff;
    padding: 1px 0;
}

.navigation.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #cecece;
    -webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
    -webkit-animation: sticky 2s;
    animation: sticky 2s;
}

@-webkit-keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

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

@keyframes sticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

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

.navigation .navbar {
    padding: 0;
}

.header__menu {
    gap: 10px 34px;
    flex-wrap: wrap;
}

.header__menu:not(:last-child) {
    margin-right: 20px;
}

.header__menu li {
    position: relative;
    padding: 20px 0;
}

.header__menu li.nav-item {
    padding: 0 0;
}

.header__menu li > a {
    font-size: 16.1px;
    font-weight: 500;
    color: #2f2f2f;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 5px 0px;
    display: inline-block;
    font-family: var(--font-2);
    letter-spacing: 0.05px;
    font-weight: 600;
}

.header__menu .nav-item > a {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.header__menu li i.fa {
    margin-left: 9px;
    font-size: 12px;
    transform: scale(0.85);
}

.navigation .navbar .navbar-nav>li>a.active, .navigation .navbar .navbar-nav>li:hover>a {
    color: var(--primary-color);
}

.header__menu li .sub-menu {
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 99;
    border-radius: 5px;
}

.header__menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 110%;
}

.header__menu li .sub-menu li {
    margin-right: 0;
    padding: 5px 0;
}

.header__menu li .sub-menu li a {
    padding: 9px 23px;
    display: block;
    border-bottom: 1px solid rgb(255 194 194 / 50%);
    color: #414141;
    font-size: 14px;
    font-family: var(--font-2);
    font-weight: 700;
}

.header__menu li .sub-menu li a.active, .header__menu li .sub-menu li a:hover {
    padding-left: 20px;
    color: var(--base-color);
}

.sub-nav-toggler {
    display: none;
}

.header__menu li .sub-menu li:last-child a {
    border-bottom: 0;
}

.navbar .navbar-toggler {
    padding: 3px 8px;
    margin: 1px 0;
    -webkit-transform: all 0.2s ease;
    transform: all 0.2s ease;
}

.navbar .navbar-toggler .icon-bar {
    width: 30px;
    height: 2px;
    background-color: var(--base-color);
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
    top: 7px;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
    opacity: 0;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(134deg);
    transform: rotate(134deg);
    top: -7px;
}

.single-slider {
    padding: 200px 0px;
}

.slider-cont {
    position: relative;
    z-index: 5;
    /* overflow: hidden; */
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
}

.slider-cont h1 {
    font-size: 50px;
    font-family: var(--font-2);
    font-weight: 400;
    color: #ffffff5e;
    padding-bottom: 25px;
    transition: all 0.9s ease;
    transform: scale(1.5);
}

.slider-active .slick-active h1 {
    transform: scale(1);
    color: #fff;
    /* animation: fadeInLeft 1s ease-out alternate; */
}

.slider-cont p {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 50px;
}

.slider-cont ul {
}

.slider-cont ul li {
    display: inline-block;
    margin-right: 15px;
}

.slider-cont ul li:last-child {
    margin-right: 0;
}

.slider-active {
}

.slider-active .slick-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
}

.slider-active .next.slick-arrow {
    left: auto;
    right: 0;
}

.slider-active:hover .slick-arrow {
    left: 30px;
    opacity: 1;
    visibility: visible;
}

.slider-active:hover .next.slick-arrow {
    left: auto;
    right: 30px;
}

.slider-active .slick-arrow i {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.slider-active .slick-arrow i:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.category {
    background-color: var(--secondary-color);
    border-radius: 10px;
    margin-top: -150px;
    position: relative;
    z-index: 5;
}

/* about */
.section--home-about {
    position: relative;
    /* background-color: #fff; */
}

.about__image {
    /* margin-bottom: 30px; */
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 1/0.7;
    width: 100%;
    object-fit: cover;
    max-width: 590px;
}

.about__sec-shape {
    position: absolute;
    top: 10%;
    /* height: 100%; */
    width: 30%;
    z-index: -1;
    right: 0;
}

.about__sec-shape img {
    width: 100%;
}

.about__content {
    /* padding: 43px; */
    /* background-color: #fff; */
    /* -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05); */
    /* box-shadow: 0 0 20px 3px rgba(0,0,0,.05); */
    position: relative;
    /* margin-left: -100px; */
}

.about__content-title {
    font-size: 21px;
    margin-bottom: 2px;
    line-height: 25px;
    letter-spacing: 0.1px;
    color: var(--secondary-color);
}

.about__content-title span {
    line-height: 60px;
    display: block;
    font-size: 36px;
}

.about__content-title-sub {
    font-size: 19px;
    margin: 5px 0 16px;
}

.about__content-home-title {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 45px;
    color: var(--secondary-color);
    font-family: var(--font-2);
}

.about__desc {
    margin-bottom: 11px;
    font-family: var(--font-2);
    font-weight: 400;
    margin: 0px 0 11px;
    color: #555;
    text-align: justify;
    letter-spacing: 0.52px;
    font-size: 16.2px;
}

.about__desc-inner {
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 22px;
    text-align: justify;
}

.about__list li {
    position: relative;
    padding-left: 26px;
    color: #525252;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 11px;
    font-family: var(--font-2);
}

.about__list li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: var(--primary-color);
}

#video-feature {
    position: relative;
}

.feature-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #151515f2;
}

.video {
    padding-left: 80px;
}

.video i {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 24px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 50%;
}

.feature {
    position: relative;
    z-index: 5;
}

#testimonial {
    padding: 80px 0px;
}

#testimonial .section-title {
    position: relative;
    z-index: 5;
    text-align: center;
}

#testimonial .section-title h5::before {
    background-color: #fff;
}

.testimonial-slide {
    position: relative;
    z-index: 5;
}

.single-testimonial {
    position: relative;
    text-align: center;
    background-color: #f5e4b526;
    padding: 50px 20px 30px;
}

.single-testimonial .testimonial-thum {
    display: inline-block;
    position: relative;
}

.single-testimonial .testimonial-thum svg {
    border-radius: 5px;
    background-color: #fff9f9;
    padding: 5px;
}

.single-testimonial .testimonial-thum .quote {
    position: absolute;
    right: -22px;
    top: 0px;
}

.single-testimonial .testimonial-thum .quote i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: #000000;
    font-size: 18px;
    display: none;
}

.single-testimonial .testimonial-cont {
    max-width: 1000px;
    margin: 20px auto 30px;
}

.single-testimonial .testimonial-cont p {
    color: #656565;
    padding-bottom: 32px;
}

.single-testimonial .testimonial-cont :is(h2,h6) {
    color: #3e3e3e;
    padding-bottom: 4px;
    font-size: 18px;
}

.single-testimonial .testimonial-cont span {
    color: #fff;
    font-size: 18px;
}

.testimonial-slide .slick-dots {
    margin: 30px auto 0;
    text-align: center;
}

.testimonial-slide .slick-dots li {
    display: inline-block;
    margin-top: 15px;
}

.testimonial-slide .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #33333347;
    font-size: 0;
    padding: 0;
    border: 0;
    margin: 0 3px;
    cursor: pointer;
}

.testimonial-slide .slick-dots li.slick-active button {
    background-color: var(--primary-color);
}

.news-list .news-cont h3 {
    font-size: 20px;
}

.news-list .news-cont ul li a {
    font-size: 14px;
}

#footer-part {
    background-color: #1a1a1a;
}

.footer-about {
    padding-right: 0px;
}

.footer-about p {
    color: #fff;
    padding-top: 15px;
    text-align: justify;
}

.footer-about ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 1rem;
}

.footer-about ul li:last-child {
    margin-right: 0;
}

.footer-about ul li a {
    width: 46px;
    line-height: 46px;
    font-size: 20px;
    color: #000000;
    border-radius: 50%;
    text-align: center;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer-about ul li a:hover {
    background-color: var(--base-color);
    color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer-title h6 {
    font-size: 18px;
    color: #fff;
}

.footer-link {
    overflow: hidden;
}

.footer-link ul {
    width: 100%;
    overflow: hidden;
}

.footer-link ul li {
    line-height: 45px;
}

.footer-link ul li a:not(.social-link) {
    color: #d5d5d5;
    font-size: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-bottom: 5px;
}

.footer-link ul li a:not(.social-link) i {
    margin-right: 8px;
    color: #ffffff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.footer-link ul li a:not(.social-link):hover {
    color: var(--base-color);
}

.footer-link ul li a:not(.social-link):hover i {
    margin-right: 15px;
}

.support ul {
    width: 100%;
}

.footer-address ul li {
    position: relative;
    margin-bottom: 10px;
}

.footer-address ul li:last-child {
    margin-bottom: 0;
}

.footer-address ul li .icon i {
    font-size: 18px;
    color: var(--base-color);
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-address ul li .cont {
    padding-left: 35px;
}

.footer-address ul li .cont p {
    color: #d5d5d5;
    line-height: 29px;
    margin-bottom: 20px;
}

.footer-address ul li .cont p span.title {
    color: #ffffff;
    font-weight: 500;
    font-family: var(--font-2);
    letter-spacing: 0.85px;
    display: block;
    margin-bottom: 3px;
    font-size: 100%;
    margin-bottom: 8px;
}

.footer-address a {
    color: #d5d5d5;
    transition: all 0.2s ease;
}

.footer-address a:hover {
    color: var(--base-color);
}

.footer-copyright {
    background-color: hsl(0 0% 11% / 1);
}

.copyright__content {
    color: #d1d1d1;
    font-size: 14px;
    font-family: var(--font-2);
}

.copyright__content span {
    font-weight: 600;
}

.form-group {
    margin: 0;
}

.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}

p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #353535;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}

/*=====================================================
    34.COURSE  css 
======================================================*/
.course-area {
    position: relative;
}

.course-area::before {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/course/course-shape.png);
    background-position: center center;
    background-size: contain;
}

.course-meta {
    border-top: 1px solid #e0e0e0;
    padding-top: 15px;
}

.course-meta .price {
    float: left;
}

.course-meta .price span {
    font-size: 16px;
    color: var(--secondary-color);
}

.course-meta .admin {
    float: right;
}

.course-meta .admin ul li {
    display: inline-block;
    margin-right: 15px;
}

.course-meta .admin ul li:last-child {
    margin-right: 0;
}

.course-meta .admin ul li a {
    font-size: 16px;
    color: #8a8a8a;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.course-meta .admin ul li a:hover {
    color: var(--primary-color);
}

/*=====================================================
    32. ACCORDION
======================================================*/
.faq-accordion-cont .title h6 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000;
    padding-bottom: 30px;
}

.faq-accordion-cont .accordion {
    border: 0;
}

.faq-accordion-cont .accordion .card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #cecece !important;
}

.faq-accordion-cont .accordion .card:last-child {
    border-bottom: 0 !important;
}

.faq-accordion-cont .accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
}

.faq-accordion-cont .accordion .card .card-header a {
    overflow: hidden;
    display: block;
    padding: 17px 25px;
    background-color: var(--secondary-color);
}

.faq-accordion-cont .accordion .card .card-header a.collapsed {
    background-color: #fff;
    border: none;
}

.faq-accordion-cont .accordion .card .card-header a::before, .faq-accordion-cont .accordion .card .card-header a.collapsed::before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 25px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.faq-accordion-cont .accordion .card .card-header a.collapsed:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: #8a8a8a;
}

.faq-accordion-cont .accordion .card .card-header a ul li {
    display: inline-block;
}

.faq-accordion-cont .accordion .card .card-header a ul li:last-child {
    float: right;
}

.faq-accordion-cont .accordion .card .card-header a ul li>i {
    color: var(--primary-color);
    font-size: 16px;
    margin-right: 5px;
}

.faq-accordion-cont .accordion .card .card-header a ul li>.lecture {
    font-size: 15px;
    color: #8a8a8a;
}

.faq-accordion-cont .accordion .card .card-header a ul li>.head {
    font-size: 16px;
    font-weight: 600;
    font-family: var(--font-1);
    margin-left: 15px;
    color: #fff;
}

.faq-accordion-cont .accordion .card .card-header a.collapsed ul li>.head {
    color: var(--secondary-color);
}

.faq-accordion-cont .accordion .card .card-header a ul li>.time {
    font-size: 15px;
    color: #8a8a8a;
    text-align: right;
    padding-right: 30px;
}

.faq-accordion-cont .accordion .card .card-header a ul li>.time i {
    margin-right: 5px;
}

.faq-accordion-cont .accordion .card .card-body {
    padding: 30px;
}

/*=====================================================
    33. PRIVACY POLICY
======================================================*/
.privacy-desc p {
    margin-bottom: 25px;
}

.privacy-list ul {
    list-style: disc;
    padding-left: 20px;
}

.privacy-list ul li {
    padding: 6px 0;
}

.privacy-list ul li a {
    color: var(--secondary-color);
    font-weight: 700;
    transition: .3s;
}

.privacy-list ul li a:hover {
    color: var(--primary-color);
    transition: .3s;
}

/*=====================================================
    34. LOGIN/REGISTER
======================================================*/
.signup-content {
    background: #fff;
    border-radius: 10px;
    padding: 50px 55px;
    margin: 0 50px;
}

.form-group {
    overflow: hidden;
    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}

.btn--primary.register-submit {
    width: 170px;
}

.label-agree-term {
    font-size: 15px;
    color: #555;
}

.term-service {
    color: var(--secondary-color);
    transition: .3s;
}

a.term-service:hover {
    color: var(--primary-color);
    transition: .3s;
}

.loginhere {
    color: #555;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 5px;
}

.loginhere-link {
    font-weight: 700;
    color: var(--secondary-color);
    transition: .3s;
}

a.loginhere-link:hover {
    color: var(--primary-color);
    transition: .3s;
}

.field-icon {
    float: right;
    margin-right: 17px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
    color: #555;
}

@media screen and (max-width: 480px) {
    .signup-content {
        margin: 0;
    }
}

/* testmonials */
.section--testimonial {
    background-color: #f5f7fa;
}

/* mobile menu */
.mobile-menu {
    position: fixed;
    width: 85%;
    height: 100%;
    background: white;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 10px 15px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: translateX(-380px);
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
}

body.mobile-menu-active .mobile-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

body.mobile-menu-active .mobile__backdrop {
    opacity: 1;
    visibility: visible;
}

.menu-box {
    overflow-y: scroll;
    height: 100vh;
}

.menu-box > div {
    /* height: 100%; */
}

.mobile__backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #2222228c;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 98;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile__menu-logo {
    max-width: 155px;
    width: 100%;
}

.mobile__menu li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600 !important;
    padding: 2px 0px !important;
}

.mobile__menu .sub-menu {
    padding-left: 16px;
    background-color: #f7f7f7 !important;
}

.mobile__menu__close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 35px;
    height: 35px;
    background: #d7d7d7;
    color: #4c4c4c;
    text-align: center;
    line-height: 37px;
    z-index: 111;
}

.mobile__social-links {
    column-gap: 20px;
    margin-top: 1rem;
    font-size: 24px;
}

.mobile__social-links a {
    display: inline-block;
    color: #464646;
}

.mobile__contact-info li {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 6px 0px;
    font-family: var(--font-3);
}

.mobile__contact-info :is(li a, p) {
    display: inline-block;
    color: #061F2E;
    font-size: 15px;
}

.float-whatsapp__wrap {
    position: fixed;
    right: 12px;
    bottom: 5%;
    z-index: 99999999;
    display: flex;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.float-whatsapp__icon-wrap {
    width: 55px;
    height: 55px;
    background: linear-gradient(to bottom, #057c01, #178314);
    border-radius: 50%;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transition: .8s;
    display: flex;
    align-items: center;
    justify-content: center;
    /* -webkit-box-shadow: 0 4px 15px 0 rgb(98 212 115); */
    /* box-shadow: 0 4px 15px 0 rgb(98 212 115); */
}

.float-whatsapp__icon {
    font-size: 27px
}

.bg-warm {
    background-color: red;
}

/* services */
.section--services {
    background-color: #ffffff;
}

.serv-one, .serv-two {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 25px 25px;
    border-radius: 25px;
}

.service__single-img {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.service__single-img .link-arrow {
    /* width: 47px; */
    /* height: 47px; */
    background-color: #0e0e0e42;
    color: #fff;
    /* border-radius: 50px; */
    text-align: center;
    line-height: 45px;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: all 0.2s ease;
}

.service__single-img .link-arrow svg {
    width: 47px;
    height: 47px;
    background-color: var(--base-color);
    border-radius: 50px;
    padding: 5px;
    transition: all 0.3s ease;
}

.service__single:hover .link-arrow svg {
    background: #2a2a2a;
}

.service__single-title {
}

.service__single {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 3%);
    /* background-color: #fff; */
    border-radius: 0 0 12px 12px;
}

.service__single:hover h2 {
    color: var(--primary-color);
}

.service__single-content {
}

.service__single-content h2 {
    margin-bottom: 3px;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    font-family: var(--font-2);
}

.service__single-content h2 span {
    display: block;
    line-height: 1.8;
    font-size: 21px;
    margin-top: 6px;
    color: #404040;
}

.service__single-content p {
    font-size: 14.5px;
    font-weight: 400;
    margin: 6px 0 25px;
    color: #555;
    line-height: 1.75;
    /* text-align: justify; */
    letter-spacing: 0.62px;
}

.service__single-content a {
    display: inline-block;
    /* color: #1a1a1a; */
    /* border-bottom: 1px solid #1a1a1a; */
    margin-top: 0px;
}

.service__single:hover a {
    color: #4f545c
}

.single__btn-wrap {
    /* display: none; */
}

/*  */
.icon-box .icon.icon-lg {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 26px;
    display: none;
    align-items: center;
    justify-content: center;
}

.icon-box .icon.icon-lg i {
}

/* count__single */
.section--count {
    padding: 5rem 0;
    background-color: #ffffffcc;
    background-blend-mode: lighten;
}

.count__single {
    border: 1px solid #504141;
    padding: 20px 20px;
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    gap: 19px 10px;
    background-color: #ffffffba;
    /* background-color: #739d2f12; */
    border-radius: 15px;
    text-align: center;
    padding: 21px 10px;
    display: block;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}

.count__single:hover .count__single-icon {
    color: #fff;
    background: #333;
}

.count__single-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.count__single-icon svg {
    width: 38px;
}

.count__single-icon.svg-large svg {
    width: 26px;
}

.count__single :is(h5,h2) {
    font-size: 45px;
    font-weight: 300;
    color: #4a4a4a;
    font-family: var(--font-1);
    letter-spacing: -1px;
    margin-bottom: 6px;
    line-height: 50px;
}

.count__single-label {
    font-weight: 500;
    /* text-transform: uppercase; */
    font-family: var(--font-2);
    padding-left: 6px;
}

.header__logo {
    max-width: 331px;
}

/*  */
/* updates & page */
.section--inner {
    background: url(../images/bg/page-title.webp) no-repeat center top/cover;
    min-height: 210px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    background-position: center center;
}

.section--inner-service {
    background: url(../images/bg/page-title.webp) no-repeat center top/cover;
}

@media (max-width: 767px) {
    .section--inner {
        min-height: 150px;
    }
}

.section--inner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e4c7b7d4;
    content: "";
    z-index: -1;
    opacity: 0.88;
}

.section--inner .inner__banner-content {
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 991px) {
    .section--inner .inner__banner-content {
        margin-top: 0;
    }
}

.section--inner .inner__banner-content h2 {
    font-size: 40px;
    color: #000000;
    line-height: 60px;
    margin-top: -10px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: var(--font-3);
    letter-spacing: 0.1px;
}

@media (max-width: 767px) {
    .section--inner .inner__banner-content h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 10px;
    }
}

.inner__banner-list {
    padding-left: 0;
    margin-bottom: 0;
}

.inner__banner-list li {
    display: inline-block;
    padding: 0px 5px;
    padding-right: 20px;
    color: var(--base-color);
    position: relative;
    font-size: 14px;
    font-family: var(--font-1), sans-serif;
    font-weight: 600;
}

@media (max-width: 767px) {
    .inner__banner-list li {
        font-size: 14px;
    }
}

.inner__banner-list li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.inner__banner-list li:last-child span {
    color: #cbd4fd;
}

.inner__banner-list li:last-child:after {
    display: none;
}

.inner__banner-list li a {
    color: #474747;
    font-size: 14px;
    transition: all 0.3s;
}

.inner__banner-list li a:hover {
    color: var(--primary-color);
}

/*  */
/* contact */
.section--contact form .submit-area {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
}

@media (max-width: 767px) {
    .section--contact form .submit-area {
        margin-bottom: 0;
    }
}

.section--contact form .submit-area .btn--primary {
    border-radius: 0px;
    font-family: var(--font-1), sans-serif;
    font-size: 16px;
}

.section--contact form .submit-area .btn--primary:after {
    border-radius: 0px;
    background: var(--logo-color);
}

.section--contact form>div.form_elm {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 25px;
}

@media (max-width: 600px) {
    .section--contact form>div.form_elm {
        width: calc(100% - 25px);
        float: none;
    }
}

.section--contact form .fullwidth {
    width: calc(100% - 25px);
    float: none;
    clear: both;
    margin: 0 15px 25px;
}

.section--contact .contact__info {
    padding-bottom: 100px;
}

.section--contact .contact__info .contact__info-item {
    text-align: center;
    box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
    padding: 40px;
}

.contact__info-icon {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    line-height: 65px;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    margin-right: 1rem;
    /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; */
}

.contact__info-icon .icon .fi:before {
    font-size: inherit;
    color: var(--primary-color);
}

.contact__info-content h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px 0px 5px;
    letter-spacing: 0.15px;
}

.contact__info-content p {
    margin-bottom: 0;
    color: #484653;
}

.contact__info-content a p {
    letter-spacing: 0.25px;
    font-size: 16px;
    font-weight: 500;
}

.contact__info-content a:hover p {
    color: var(--primary-color);
}

.contact__captcha {
    position: relative;
}

.captcha__input {
    padding-left: 100px !important;
}

.captcha__text {
    color: rgb(33, 37, 41);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1px;
    font-family: inherit;
    position: absolute;
    width: 60px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    border-right: 1px solid #bfbfbf;
}

.captcha__input::-webkit-outer-spin-button, .captcha__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.captcha__input[type=number] {
    -moz-appearance: textfield;
}

.contact__alert p {
    font-size: 14px;
    line-height: 23px;
    color: #f44336;
    margin-bottom: 0px;
    text-align: center;
}

.contact__alert--home p:last-child {
    margin-bottom: 1rem;
}

/* form */
.section--contact .odic-contact-form-area, .section--contact .contact__info-wrap {
    padding: 40px 30px 20px;
    background: #fff;
    box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border-radius: 16px;
}

.section--contact form input, .section--contact form select, .section--contact form textarea {
    background: transparent;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0px;
    box-shadow: none !important;
    padding-left: 16px;
    border: 1px solid #d5d5d58c;
    font-family: var(--font-3);
    font-size: 15px;
}

.section--contact form textarea {
    height: 100px;
}

@media (max-width: 991px) {
    .section--contact .odic-contact-form-area, .section--contact .contact__info-wrap {
        padding: 30px 20px 20px;
        margin-bottom: 1rem;
    }
}

/*  */
.service__sidebar-left {
    /* padding: 45px 50px; */
    /* background-color: #fff; */
}

.service__sidebar-left .title {
    margin-bottom: 1.5rem;
}

.service__details-title {
    font-size: 32px;
    color: #505050;
    font-weight: normal;
    padding-bottom: 25px;
    letter-spacing: 0px;
    text-align: center;
}

.service__sidebar-left h4 {
    margin-bottom: 14px;
}

.service__sidebar-left ul, .ul-list {
    margin-bottom: 10px;
}

.service__sidebar-left ul li, .ul-list li {
    line-height: 2;
    padding-left: 18px;
    position: relative;
}

.service__sidebar-left ul li:before, .ul-list li:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 11px;
    position: absolute;
    left: 0;
}

.service__sidebar-left p, .service__sidebar-left ul {
    margin-bottom: 13px;
    font-family: var(--font-2);
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
    letter-spacing: 0px;
    color: #575757;
}

.ul-list li {
    font-family: var(--font-3);
}

.service__sidebar-right {
    background-color: #fff;
    padding: 22px 20px 20px 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, .125);
}

.service__sidebar-right h4 {
    font-size: 16px;
    color: var(--secondary-color);
    padding-bottom: 25px;
}

.service__sidebar-right ul li {
    font-size: 15px;
    color: #8a8a8a;
    overflow: hidden;
    line-height: 45px;
    border-bottom: 1px solid #fff;
}

.service__sidebar-right ul li a {
    display: block;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.16px;
    position: relative;
    border-radius: 5px;
    padding: 2px 0;
    padding-left: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service__sidebar-right ul li a:hover, .service__sidebar-right ul li a.active {
    color: var(--primary-color);
    background-color: #f9f9f9;
}

.service__sidebar-right ul li a::before {
    content: "\f111";
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    left: 7px;
    position: absolute;
    color: #d3d3d3;
}

.service__sidebar-right ul li a.hover:before, .service__sidebar-right ul li a.active:before {
    color: var(--primary-color);
    content: "\f111";
    font-weight: 900;
}

.serv-img {
    /* margin-bottom: 30px; */
    border-radius: 15px;
    overflow: hidden;
    /* aspect-ratio: 1/0.7; */
    width: 100%;
    object-fit: cover;
    max-width: 357px;
}

/* .service__sidebar-right ul li a::before{
    font-family: 'Font Awesome 5 Free';
} */
@media (max-width: 575px) {
    .service__sidebar-left {
        /* padding: 20px 23px; */ padding: 5px;
        background-color: #fff;
    }

    .service__sidebar-right {
        padding: 20px 23px;
    }

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

.service__desc {
}

.service__content-single {
    background: #fff;
    /* padding: 25px 20px; */
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 12px;
    margin-bottom: 2.5rem;
}

.service__content {
}

.service__content-title {
    font-size: 138%;
    font-weight: 500;
    color: var(--secondary-color);
    letter-spacing: 0px;
    margin-bottom: 1.0rem;
    font-family: var(--font-1);
    letter-spacing: 0.05px;
    padding-left: 2rem;
    position: relative;
}

.service__content-title::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' viewBox='0 0 16 16'%3E%3Cpath fill='%23b80924' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417L5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z' /%3E%3C/svg%3E");
    background-size: 25px;
    width: 25px;
    height: 25px;
    left: 0;
    position: absolute;
    color: var(--primary-color);
}

.service__content-subtitle {
    font-size: 95%;
    color: var(--primary-color);
    font-family: var(--bs-font-sans-serif);
    margin-bottom: 4px;
    letter-spacing: 0px;
}

.service__content-single p {
    font-size: 100%;
    font-weight: 500;
    line-height: 30px;
    color: #212529;
    font-family: var(--bs-font-sans-serif);
    text-align: left;
}

.service__content-notes {
    margin-top: 1.5rem;
}

.service__content-notes p {
    /* font-size: 96%;
    color: #54595c;
    font-family: var(--bs-font-sans-serif);
    text-align: left;
    line-height: 25px; */
    font-size: 101%;
    color: #7c7c7c;
    font-family: var(--bs-font-sans-serif);
    text-align: left;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.05px;
}

.serv_list li {
    margin-bottom: 1.5rem;
    width: 50%;
    font-size: 15px;
    color: #282828;
    font-weight: 600;
    letter-spacing: 0.55px;
}

@media (min-width: 1200px) {
    .service__sidebar-left {
        padding-right: 1rem;
    }
}

@media (min-width: 1400px) {
    .service__sidebar-left {
        padding-right: 3rem;
    }
}

@media (max-width: 991px) {
    .serv_list li {
        width: 100%;
    }
}

.service__img {
    border-radius: 50%;
    width: 65px;
    margin-right: 1rem;
}

.service__desc-card {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 6px;
    overflow: hidden;
}

.service__desc-content {
    padding: 1.8rem 1rem 1rem;
}

.service__desc-title {
    font-size: 16px;
    letter-spacing: 0.16px;
    color: #212121;
    font-weight: 500;
}

.service__grid-single {
    box-shadow: 0 0.5rem 5rem rgb(0 0 0 / 15%);
    border-radius: 5px;
    overflow: hidden;
}

.service__grid-content h4 {
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-align: center;
    font-size: 120%;
    font-family: var(--bs-font-sans-serif);
    color: #333;
}

.serv_svg-check {
    width: 20px;
    margin-right: 10px;
    color: hsl(0, 50%, 50%);
}

.bg-section {
    background-color: #fffae221;
}

.embassy__ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #212121;
    font-size: 16px;
    /*letter-spacing: 0.16px;*/
    font-family: var(--bs-font-sans-serif);
}

.job__slider {
}

.job__slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 100%;
    color: inherit;
    background-color: rgb(255 255 255);
    box-shadow: 0 0 10px 0 rgba(0, 43, 92, 0.08);
    border: 0;
}

.job__slider .prev-arrow {
    left: -10px;
}

.job__slider .next-arrow {
    right: -10px;
}

/*  */
.section--service-footer {
    background-color: var(--primary-color);
    padding: 2rem 0rem;
}

.service-footer__single {
    display: flex;
    align-items: center;
}

.service-footer__icon {
    width: 65px;
    color: var(--base-color);
    background-color: #fff;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.service-footer__icon svg {
    width: 40px;
}

.service-footer__label {
    font-size: 16px;
    font-weight: 700;
    color: #eee;
    letter-spacing: 1.14px;
    margin-bottom: 7px;
}

.service-footer__link {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.55px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: var(--font-2);
}

.service-footer__link:hover {
    color: #131313;
}

.service-footer__btn {
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 0.8rem 1.5rem;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.25px;
    line-height: 25px;
}

.service-footer__btn:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.section--service-content {
    padding: 50px 0px 80px;
}

/*  */
.float-whatsapp__wrap {
    position: fixed;
    right: 12px;
    bottom: 5%;
    z-index: 99999999;
    display: flex;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.float-whatsapp__icon-wrap {
    width: 55px;
    height: 55px;
    background: linear-gradient(to bottom, #4d8c22, #4d8c22);
    border-radius: 50%;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transition: .8s;
    display: flex;
    align-items: center;
    justify-content: center;
    /* -webkit-box-shadow: 0 4px 15px 0 rgb(98 212 115); */
    /* box-shadow: 0 4px 15px 0 rgb(98 212 115); */
}

.float-whatsapp__icon {
    font-size: 27px
}

.section--partners {
    padding: 5rem 0 2.5rem;
}

.partners__slide .slick-dots {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners__slide .slick-dots li {
    display: inline-block;
    margin-top: 25px;
}

.partners__slide .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #d1d1d1;
    font-size: 0;
    padding: 0;
    border: 0;
    margin: 0 3px;
    cursor: pointer;
}

.partners__slide .slick-dots li.slick-active button {
    background-color: var(--primary-color);
}

.list-recruitment__title {
    padding-left: 30px;
    font-size: 19px;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 500;
}

.list-recruitment {
}

/*.list-recruitment__li{
    display: block;
    align-items: center;
    margin-bottom: 1rem;
    font-weight: 500;
    color: #404040;
    font-size: 14px;
    letter-spacing: 0.16px;
    font-family: var(--font-1);
    padding-left: 8px;
    position: relative;
    margin-left: 1.5rem;
}*/
.list-recruitment__li {
    display: inline-block;
    align-items: center;
    font-weight: 500;
    color: #404040;
    font-size: 90%;
    letter-spacing: 0.16px;
    font-family: var(--font-1);
    padding: 4px 21px;
    position: relative;
    color: #2a2929;
    background-color: #dbdbdb87;
    border-radius: 32px;
    min-width: 120px;
    text-align: center;
}

.list-recruitment__li:before {
    content: "\f111";
    content: none;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    color: #bf40407a;
    left: 0;
    position: absolute;
    top: 0;
}

.icon-check {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid meet' viewBox='0 0 16 16'%3E%3Cpath fill='%23bf4040' d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0zm-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417L5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
}

.list-recruitment {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 15px;
}

@media (min-width: 768px) {
    .list-recruitment__li {
        /*width: 30%;*/
    }
}

@media (max-width: 767px) {
    .list-recruitment__li {
        font-size: 89%;
        padding: 4px 18px;
        position: relative;
        /* margin-left: 1.5rem; */
        color: #2a2929;
        min-width: 89px;
    }
}

.fa-phone-tel-svg {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"%3E%3Cg fill="%23b80924"%3E%3Cpath d="m29.631 12.63l.33 1.47c.05.223.05.444.008.652A1 1 0 0 1 29 16h-2.255l-1.483-1.977v-.002A2.544 2.544 0 0 0 23.22 13H23v-1.69c0-.722-.588-1.31-1.31-1.31h-1.38c-.722 0-1.31.588-1.31 1.31v1.68h-6v-1.68c0-.722-.588-1.31-1.31-1.31h-1.38C9.588 10 9 10.588 9 11.31V13h-.22c-.808 0-1.563.381-2.05 1.03L5.254 16H3a1 1 0 0 1-.969-1.248a1.544 1.544 0 0 1 .008-.652l.32-1.47A7.199 7.199 0 0 1 9.379 7h13.242a7.18 7.18 0 0 1 7.01 5.63Z"%2F%3E%3Cpath d="m24.46 14.62l3.66 4.88A9.366 9.366 0 0 1 30 25.13v3.31c0 .86-.7 1.56-1.56 1.56H3.56C2.7 30 2 29.3 2 28.44v-3.31c0-2.03.66-4.01 1.88-5.63l3.65-4.87c.3-.4.76-.63 1.25-.63h.91c.17 0 .31-.14.31-.31v-2.38c0-.17.14-.31.31-.31h1.38c.17 0 .31.14.31.31v2.38c0 .17.14.31.31.31h7.38c.17 0 .31-.14.31-.31v-2.38c0-.17.14-.31.31-.31h1.38c.17 0 .31.14.31.31v2.38c0 .17.14.31.31.31h.91c.49 0 .95.23 1.24.62ZM13.698 19c.17 0 .311-.14.301-.312v-1.376a.313.313 0 0 0-.311-.312h-1.377c-.17 0-.311.14-.311.312v1.376c0 .171.14.312.322.312h1.376Zm3 0a.3.3 0 0 0 .302-.312v-1.376a.314.314 0 0 0-.312-.312h-1.376a.313.313 0 0 0-.312.312v1.376c0 .171.14.312.322.312h1.376Zm1.623 0h1.377a.3.3 0 0 0 .302-.312v-1.376a.314.314 0 0 0-.312-.312h-1.377c-.17 0-.311.14-.311.312v1.376c0 .171.14.312.322.312Zm-4.623 3c.17 0 .311-.14.301-.312v-1.376a.313.313 0 0 0-.311-.312h-1.377c-.17 0-.311.14-.311.312v1.376c0 .171.14.312.322.312h1.376Zm1.623 0h1.377a.3.3 0 0 0 .302-.312v-1.376a.314.314 0 0 0-.312-.312h-1.376a.313.313 0 0 0-.312.312v1.376c0 .171.14.312.322.312Zm4.377 0a.3.3 0 0 0 .302-.312v-1.376a.314.314 0 0 0-.312-.312h-1.377c-.17 0-.311.14-.311.312v1.376c0 .171.14.312.322.312h1.376Zm-7.377 3h1.377c.17 0 .311-.14.301-.312v-1.376a.313.313 0 0 0-.311-.312h-1.377c-.17 0-.311.14-.311.312v1.376c0 .171.14.312.322.312Zm4.377 0a.3.3 0 0 0 .302-.312v-1.376a.314.314 0 0 0-.312-.312h-1.376a.313.313 0 0 0-.312.312v1.376c0 .171.14.312.322.312h1.376Zm1.623 0h1.377a.3.3 0 0 0 .302-.312v-1.376a.314.314 0 0 0-.312-.312h-1.377c-.17 0-.311.14-.311.312v1.376c0 .171.14.312.322.312Z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: 24px;
    width: 25px;
    height: 26px;
    top: 0px !important;
}

/* news */
.news-section {
    position: relative;
    padding: 80px 0 70px;
    background-color: #f9f9f9;
}

.news-block {
    position: relative;
    margin-bottom: 40px;
}

.news-block .inner-box {
    position: relative;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 10px;
}

.news-block .inner-box:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.news-block .image-box {
    position: relative;
}

.news-block .image {
    position: relative;
    margin-bottom: 0;
}

.news-block .image img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover .image-box .image img {
    opacity: .75;
}

.news-block .image-box .date {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: #1370b5;
    padding: 5px 20px;
    border-radius: 10px 0 0 0;
}

.news-block .image-box .date strong {
    color: #ffffff;
    font-size: 22px;
}

.news-block .lower-content {
    position: relative;
    background: #ffffff;
    padding: 30px 30px 20px;
}

.news-block .lower-content h4 {
    position: relative;
    font-size: 19px;
    font-weight: 700;
}

.news-block .lower-content h4 a {
    display: inline-block;
    color: inherit;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    width: 100%;
}

.news-block .lower-content .text {
    color: #4c4c4d;
    margin-top: 18px;
}

.news-block .lower-content .theme-btn {
    position: relative;
}

.news-block .lower-content .post-info {
    position: relative;
    font-size: 16px;
    line-height: initial;
    margin-top: 30px;
    padding-top: 21px;
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
}

.news-block .post-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #222222;
}

.news-block .post-author a {
    display: inline-block;
    margin: 0 5px;
}

.news-block .post-author img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.news-block .post-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.news-block .post-option li {
    position: relative;
    margin-left: 15px;
}

.news-block .post-option li a {
    color: inherit;
    font-size: 16px;
}

.news-block .post-option li i {
    margin-right: 5px;
    font-size: 14px;
}

/*  */
:root {
    --primary: #0077b6;
    --bg-light: #f4f9ff;
    --text-dark: #1c1c1c;
    --glass-bg: rgba(255, 255, 255, 0.75);
    --border-glass: rgba(255, 255, 255, 0.25);
}

.hero {
    background: linear-gradient(135deg, #0096c7, #0077b6);
    color: white;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.hero h1 {
    font-weight: 700;
    font-size: 2.5rem;
}

.glass-card {
    background: var(--glass-bg);
    border: 1px solid var(--border-glass);
    border-radius: 16px;
    padding: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.glass-card h5 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}

.glass-card:hover {
    transform: translateY(-5px);
}

.glass-card__arrow svg {
    background: var(--base-color);
    color: #fff;
    border-radius: 50%;
    margin: 6px 0 0;
    transform: rotate(0deg);
    transition: all 0.5s ease
}

.glass-card:hover svg {
    transform: rotate(-43deg);
}

.page-title {
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 21px;
    color: #3b3b3b;
    font-family: var(--font-2);
    letter-spacing: -0.4px;
}

.page-title--sm {
    font-size: 24px;
    letter-spacing: -0.1px;
}

ul.mission-list {
    padding-left: 20px;
    list-style: disc;
}

ul.mission-list li {
    margin-bottom: 10px;
    font-family: var(--font-2);
}

.vision-mission-box {
    background: var(--glass-bg);
    border: 1px solid var(--border-glass);
    border-radius: 16px;
    padding: 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.vision-mission-box:hover {
    transform: translateY(-3px);
}

.vision-mission-box h5 {
    color: var(--base-color);
    margin-bottom: 12px;
    font-size: 21px;
    font-weight: 500;
}

.mission-list li::before {
    content: none;
    color: var(--primary);
    font-weight: bold;
    margin-right: 10px;
}

.section-faq {
    background-color: #f9f9f9;
    padding: 70px 0 70px;
}

.faq-accordian .card .card-body p:last-child,.faq-accordian .card:last-child {
    margin-bottom: 0
}

.faq-accordian .card {
    background: transparent;
    margin-bottom: 4px;
}

.faq-accordian .card .card-header {
    background-color: #fff;
    padding: 0;
    border-bottom-color: #ebebeb;
    background: transparent;
}

.faq-accordian .card .card-header h6 {
    cursor: pointer;
    padding: 16px 20px;
    color: #383838;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    font-size: 15px;
    font-family: var(--font-2);
    letter-spacing: .25px;
    background: transparent;
}

.faq-accordian .card .card-header h6 span {
    font-size: 1.5rem
}

.faq-accordian .card .card-header h6:after {
    content: "\f067";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    right: 30px;
    transition: .9s;
    color: var(--secondary-color,#16161678);
    font-size: 14px;
}

.faq-accordian .card .card-header h6:not(.collapsed)[aria-expanded=true]:after {
    transform: rotate(180deg);
    color: var(--base-color);
    content: "\f068";
}

.faq-accordian .card .card-header h6.collapsed span {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.faq-accordian--page .card .card-header h6 {
    font-size: 16px;
    font-family: var(--font-2);
    font-weight: 600;
    transition: all 0.3s ease
}

.faq-accordian--page .card .card-header h6:hover, .faq-accordian--page .card .card-header [aria-expanded="true"] {
    color: var(--base-color);
}

.faq-accordian .card .card-body {
    padding: 1.15rem 1.3rem;
    font-family: var(--font-2);
}

.faq-accordian .card .card-body p {
    font-weight: 400;
    font-size: 15.3px;
    letter-spacing: .25px;
    color: #37302a;
    font-family: var(--font-3);
}

.accordion-page__body {
}

.faq-accordian .card .card-body ul {
    margin-bottom: 10px;
    font-family: var(--font-3);
}

.accordion-page__body :is(h2,h3) {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 16px;
    letter-spacing: 0.45px;
    font-family: var(--font-3);
    color: #1c1c1c;
}

.accordion-page__body h3 {
}

.accordion-page__body p {
    margin-bottom: 12px;
}

.accordion-page__body ul li {
    margin-bottom: 10px;
}

.sec-why {
    padding: 80px 10px;
}

.why-title {
    color: #fff;
    font-size: 32px;
    margin-bottom: 32px;
}

.why-ul {
}

.why-item {
    color: #fff;
    position: relative;
    padding-left: 42px;
    margin-bottom: 20px;
}

.why-item:before {
    content: '';
    display: inline-block;
    width: 31px;
    height: 31px;
    --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M12 21a9 9 0 1 0 0-18a9 9 0 0 0 0 18m-.232-5.36l5-6l-1.536-1.28l-4.3 5.159l-2.225-2.226l-1.414 1.414l3 3l.774.774z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-color: var(--base-color);
    -webkit-mask-image: var(--svg);
    mask-image: var(--svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    top: -3px;
    position: absolute;
    left: 0px;
}

.header-top__action {
    display: flex;
    justify-content: flex-end;
    gap: 10px 15px;
}

.header-top__action a {
    font-size: 15px;
    padding: 9px 21px;
}

.header-main {
}

.pyy-5 {
    padding-top: 70px;
    padding-bottom: 60px;
}

.pbb-5 {
    padding-bottom: 60px;
}

.police-item {
    background-color: #739d2f12;
    border-radius: 15px;
    text-align: center;
    padding: 21px 10px;
    display: block;
    transition: all 0.5s ease;
    border: 1px solid transparent
}

.police-item:hover {
    border-color: var(--base-color)
}

.police-item .icon {
    height: 80px;
    color: var(--base-color);
}

.police-item .icon svg {
    /* width: 60px; */
}

.police-item .text {
}

.police-item .text h2 {
    font-size: 18px;
    text-align: center;
    margin: 20px 0 0;
    color: #000;
}

.police-item .text .arrow svg {
    background: var(--base-color);
    color: #fff;
    border-radius: 50%;
    margin: 16px 0 0;
}

.page-content {
}

.page-content h2:first-child {
    font-size: 18.2px;
    font-weight: 600;
    margin: 1px 0 13px;
    letter-spacing: 0.25px;
    color: #363636;
}

.page-content h3 {
    font-size: 17.2px;
    font-weight: 600;
    margin: 19px 0 13px;
    letter-spacing: 0.25px;
    color: #363636;
}

.page-content p {
    font-family: var(--font-3);
    font-weight: 400;
    font-size: 15.3px;
    line-height: 144%;
    letter-spacing: 0.15px;
    margin-bottom: 10px;
    /* --fw: 600; */
}

.page-content ul {
    padding-left: 19px;
    margin: 8px 0 10px;
}

.page-content ul li {
    list-style: disc;
}

.career-content {
}

.career-content h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.career-content h3 {
    font-size: 17px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 29px;
    font-weight: 600;
}

.career-content p {
    position: relative;
    padding-left: 28px;
    margin-bottom: 19px;
    line-height: 25px;
    font-size: 17px;
}

.left-content p {
    font-size: 15.4px;
    letter-spacing: 0.15px;
}

.side-content h2 {
    font-size: 25px;
    margin-bottom: 15px;
    color: var(--secondary-color);
}

.side-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #212121;
}

.side-content p {
    margin-bottom: 10px;
    position: relative;
    margin-bottom: 17px;
    line-height: 25px;
    font-size: 15px;
    letter-spacing: 0.35px;
    color: #212121;
}

.side-content--light p {
    color: #555;
}

.p-title {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 0.20px;
    font-weight: 700;
}

.p-title.lg {
    font-size: 24px;
    font-weight: 600;
    color: #86624f;
}

.side-content ul {
}

.side-content ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.career-content p:not(.lf) {
}

.side-content ul li:before, .career-content h3:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: var(--secondary-color);
    margin-right: 7px;
    position: absolute;
    left: 0px;
}

.form-error {
    color: red;
}

.career-section h2 {
    font-size: 35px;
    margin-bottom: 10px;
    color: var(--base-dark)
}

.careers-bgdark .career-section h2 {
    color: #333
}

.career-section p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #616060
}

.careers-left__content {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 86%);
    backdrop-filter: blur(14.2px);
    -webkit-backdrop-filter: blur(14.2px);
    border: 1px solid rgba(255,255,255,.3)
}

.careers-bgdark .careers-left__content {
    background: #ffbbd3;
    color: #fff
}

.careers-bgdark .career-desc__sub p {
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 400
}

.career-desc__sub p {
    margin-bottom: 15px;
    font-family: var(--font-1);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: justify
}

.text-justify {
    text-align: justify
}

.career-desc__sub p .b {
    font-weight: 600;
    color: #000;
    font-family: var(--font-3);
    margin-right: 4px
}

.career-desc__sub-list {
    position: relative;
    display: flex
}

.career-desc__sub-list:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 20px;
    color: var(--secondary-color);
    margin-right: 7px
}

.careers-form {
    width: 100%;
    max-width: 490px;
    margin-left: auto;
    background: rgb(255 255 255);
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,.3);
    padding: 25px 35px;
}

.careers-form__title {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    color: var(--base-dark);
    margin-bottom: 18px
}

.careers-form__group {
    position: relative;
    margin-bottom: 16px;
    font-family: var(--font-2);
    font-weight: 400;
}

.careers-form__label label {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.25px;
}

.careers-form__group-icon {
    position: absolute;
    width: 20px;
    top: 51px;
    transform: translateY(-50%);
    left: 12px;
    color: var(--primary-light);
    opacity: .8
}

.careers-form__group-icon-large-text {
    top: 47%;
}

.careers-form__input {
    font-size: 15px;
    padding: 10px 10px 10px 40px;
    width: 100%;
    border: 1px solid #ababab57;
    background-color: #fff;
    transition: .2s;
    border-radius: 0;
    line-height: 25px;
    outline: 0;
    font-family: var(--font-2);
}

.careers-form__input:focus {
    border-color: var(--base-dark)
}

.careers-form__group label.error {
    color: #b00020!important;
    font-size: 14px;
    font-family: var(--font-3);
    font-weight: 400;
    letter-spacing: .25px
}

.page-wrapper {
    background-color: #fcf8f3;
    background-color: #fffdfa;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    padding: 15px 20px;
    border-radius: 15px;
    max-width: 1100px;
    margin: 0 auto;
}

.bg-gray-light {
    background-color: #c7c7c726;
}

.list-3 {
    /* display: flex; */
    /* flex-wrap: wrap; */
}

.list-3 li {
}

.serv-content {
}

.serv-content h2 {
    margin-bottom: 9px;
    color: #897260;
    font-weight: 600;
}

.serv-content p {
}

.price-card {
    background: white;
    padding: 0px;
    width: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    position: relative;
    /* overflow: hidden; */
    max-width: 400px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
}

.price-card__header {
    background-color: var(--bg-color);
    position: relative;
}

.price-card__body {
    padding: 0 20px 25px;
    background: #fff;
    flex: 1;
}

.ribbon {
    position: absolute;
    top: 20px;
    left: -40px;
    transform: rotate(-45deg);
    background: #0046ff;
    color: white;
    padding: 5px 50px;
    font-weight: bold;
    font-size: 12px;
}

.price-content--c1 {
    --color: #ee0f3b;
    --bg-color: #ffcfd88a;
    --bar-text: #fff;
    --text-c: #fff;
}

.price-content--c2 {
    --color: #451ee9;
    --bg-color: #d4caff61;
    --text-c: #fff;
}

.price-card__title {
    color: var(--color);
    padding-top: 20px;
    margin-bottom: 5px;
    font-size: 27px;
    text-align: center;
    font-family: var(--font-1);
}

.price-card__subtitle {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    position: absolute;
    background-color: #f6dc00;
    padding: 3px 10px;
    border-radius: 5px;
    top: -12px;
    transform: rotate(0deg) translateX(-50%);
    left: 50%;
}

.price-card__duration {
    color: #232326;
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 5px;
    font-weight: 700;
}

.price {
    background: var(--color);
    font-size: 28px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: var(--font-2);
    color: var(--text-c);
}

.price-help p {
    color: var(--bar-text)
}

.price span {
    font-size: 22px;
    vertical-align: baseline;
}

.features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    color: #333;
}

.features > li {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-family: var(--font-2);
}

.features > li span:first-child {
    width: 140px;
    display: inline-block;
}

.features > li span:last-child {
    flex: 1;
}

.features .check {
    color: green;
    font-weight: bold;
}

.price-card__end {
    padding-bottom: 23px;
}

.register-btn {
    background-color: var(--base-color);
    color: white;
    border: none;
    padding: 12px 0;
    width: 100%;
    border-radius: 40px;
    font-size: 14px;
    cursor: pointer;
    max-width: 150px;
    margin: 0 auto;
    display: block;
    font-weight: 500;
    letter-spacing: 0.25px;
    text-align: center;
}

.register-btn:hover {
    color: var(--text-c);
    background-color: var(--color);
}

.price-toggle {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.toggle-btn {
    background: white;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-color: var(--btn-bg);
    border: 2px solid var(--btn-bd);
    padding: 16px 35px;
    font-size: 14px;
    font-family: var(--font-2);
    border-radius: 55px;
    color: var(--btn-c);
    position: relative;
    overflow: hidden;
    z-index: 5;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.85px;
    line-height: normal;
    font-weight: 600;
}

.toggle-btn--oet {
    --btn-c: #432fe4;
    --btn-bg: transparent;
    --btn-bd: #432fe4;
}

.toggle-btn--ielts {
    --btn-c: #f01338;
    --btn-bg: transparent;
    --btn-bd: #f01338;
}

.toggle-btn--oet:hover, .toggle-btn--oet.active {
    --btn-c: #fff;
    --btn-bg: #432fe4;
}

.toggle-btn--ielts:hover, .toggle-btn--ielts.active {
    --btn-c: #ffffff;
    --btn-bg: #f01338;
    --btn-bd: #f01338;
}

/* var(--btn-c) */
.toggle-btn.active, .toggle-btn:hover {
}

.toggle-btn:hover {
}

.price-content {
    display: inline;
}

.section-timetable {
    background-color: #d7f2d7b0;
}

.time-table {
    width: 100%
}

table.time-table tr td, table.time-table tr th {
    padding: 14px 11px;
    border: 1px solid #bbb;
    border-collapse: collapse;
    text-align: center;
    vertical-align: top;
    font-family: var(--font-2);
    font-size: 14px;
}

table.time-table tr td p {
    font-size: inherit
}

table.time-table tr td span {
    display: inline-block;
    font-size: 16px;
    line-height: 17px;
    padding: 3px;
}

table.time-table tr td span.text-secondary {
    color: #f00 !important;
}

table.time-table tr td span.fa-check-circle {
    color: #79c604;
}

table.time-table tr th {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.td-white {
    background-color: #fff;
}

.terms ul {
    list-style: none;
    padding-left: 0;
}

.terms li {
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    font-family: var(--font-2);
}

.terms li::before {
    content: "📌";
    position: absolute;
    left: 0;
    top: 0;
}

.terms li strong {
    margin-right: 5px;
}

/*zz*/
@media only screen and (min-width: 1200px) {
    .careers-left__content {
        padding:40px
    }

    .list-3 li {
        /* width: 33.33%; */
        /* width: 33.33%; */
    }

    .page-wrapper {
        padding: 45px 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .careers-right {
        padding:80px 80px 70px
    }

    .careers-left__content {
        padding: 70px
    }
}

@media (max-width: 767px) {
    .section--contact .contact__info {
        padding-bottom: 60px;
    }
}

@media (max-width: 1200px) {
    .section--contact .contact__info .col .contact__info-item {
        margin-bottom: 30px;
    }

    .section--contact .contact__info .col:last-child .contact__info-item {
        margin-bottom: 0px;
    }

    .careers-form {
        width: 90%;
        padding: 25px 20px
    }

    .section-careers {
        display: block
    }

    .careers-left,.careers-right {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .navigation .navbar {
        padding: 8px 0px;
    }

    .navigation .navbar .navbar-nav {
        margin-right: 0px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: #fff;
        padding: 5px 10px;
    }

    .navigation .navbar .navbar-nav li {
        margin-right: 0;
    }

    .navigation .navbar .navbar-nav li a {
        padding: 8px 10px;
        display: block;
    }

    .navigation .navbar .navbar-nav li .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        text-align: left;
    }

    .navigation .navbar .navbar-nav li a .sub-nav-toggler {
        position: absolute;
        padding: 7px 11px;
        background: none;
        border: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        display: block;
    }

    .feature-bg {
        top: auto;
        right: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
    }

    .video {
        padding-left: 0;
        position: relative;
        z-index: 5;
    }

    .single-slider {
        padding-bottom: 200px;
        padding-top: 100px;
    }

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

    #about-part {
        padding-bottom: 170px;
        padding-top: 15px;
    }

    #course-part {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    #video-feature {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    #publication-part {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    #testimonial {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    #news-part {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    #counter-part {
        padding-top: 15px;
        padding-bottom: 60px;
    }

    #page-banner {
        padding-top: 85px;
        padding-bottom: 90px;
    }

    #about-page {
        padding-top: 15px;
        padding-bottom: 65px;
    }

    .about-items.pt-60 {
        padding-top: 25px;
    }

    #courses-part {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #courses-single {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    #event-single {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #blog-page {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    #blog-single {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    #contact-page {
        padding-top: 40px;
        padding-bottom: 70px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .navigation .navbar {
        padding: 8px 0px;
    }

    .navigation .navbar .navbar-nav {
        margin-right: 0px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: #fff;
        padding: 5px 10px;
    }

    .navigation .navbar .navbar-nav li {
        margin-right: 0;
    }

    .navigation .navbar .navbar-nav li a {
        padding: 8px 10px;
        display: block;
    }

    .navigation .navbar .navbar-nav li .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        text-align: left;
    }

    .navigation .navbar .navbar-nav li a .sub-nav-toggler {
        position: absolute;
        padding: 7px 11px;
        background: none;
        border: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        display: block;
    }

    .logo {
        text-align: center;
    }

    .support-button {
        float: none !important;
        overflow: hidden;
    }

    .support-button .support {
        margin-left: 40px;
    }

    .slider-cont h1 {
        font-size: 46px;
    }

    .feature-bg {
        top: auto;
        right: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
    }

    .video {
        padding-left: 0;
        position: relative;
        z-index: 5;
    }

    #page-banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .footer-about {
        padding-right: 0;
    }

    .single-slider {
        padding-bottom: 200px;
        padding-top: 100px;
    }

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

    #about-part {
        padding-bottom: 170px;
        padding-top: 15px;
    }

    #course-part {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    #video-feature {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    #publication-part {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    #testimonial {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    #news-part {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    #counter-part {
        padding-top: 15px;
        padding-bottom: 60px;
    }

    #page-banner {
        padding-top: 85px;
        padding-bottom: 90px;
    }

    #about-page {
        padding-top: 15px;
        padding-bottom: 65px;
    }

    .about-items.pt-60 {
        padding-top: 25px;
    }

    #courses-part {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #courses-single {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    #event-single {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #blog-page {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    #blog-single {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    #contact-page {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .course-area {
        padding-top: 65px;
        padding-bottom: 70px;
    }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 575.98px) {
    .navigation .navbar {
        padding: 3px 0px;
    }

    .navigation .navbar .navbar-nav {
        margin-right: 0px;
    }

    .navbar-brand img {
        width: 207px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 99;
        background-color: #fff;
        padding: 5px 10px;
    }

    .btn--primary {
        padding: 0 20px;
        font-size: 14px;
        font-weight: 700;
        line-height: 17px;
    }

    .section-title h2 {
        font-size: 26px;
    }

    .navigation .navbar .navbar-nav li {
        margin-right: 0;
    }

    .navigation .navbar .navbar-nav li a {
        padding: 8px 10px;
        display: block;
    }

    .navigation .navbar .navbar-nav li .sub-menu {
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
        top: auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        display: none;
        right: auto;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        text-align: left;
    }

    .navigation .navbar .navbar-nav li a .sub-nav-toggler {
        position: absolute;
        padding: 7px 11px;
        background: none;
        border: 0;
        top: 0;
        right: 0;
        cursor: pointer;
        display: block;
    }

    .navbar-brand img {
        width: 207px;
    }

    .search-box .search-form input {
        width: 80%;
    }

    .search-box .search-form button {
        left: 80%;
    }

    .logo {
        text-align: center;
    }

    .header-contact ul li {
        display: block;
        margin-right: 0;
    }

    .support-button {
        float: none !important;
        overflow: hidden;
        text-align: center;
    }

    .support-button .support {
        padding-bottom: 20px;
        text-align: left;
    }

    .support-button .support, .support-button .button {
        margin-left: 0;
        float: none !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slider-cont h1 {
        font-size: 30px;
    }

    .slider-cont p {
        font-size: 16px;
        font-weight: 400;
    }

    .about-event {
        padding: 30px 35px 10px;
    }

    .about-event .event-title h3 {
        font-size: 28px;
    }

    .about-bg {
        width: 100%;
    }

    .feature-bg {
        top: auto;
        right: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
    }

    .video {
        padding-left: 0;
        position: relative;
        z-index: 5;
    }

    .products-btn {
        text-align: left !important;
    }

    .single-testimonial .testimonial-thum img {
        width: 60px;
    }

    .event-2 {
        padding: 40px 25px 10px;
    }

    .footer-about {
        padding-right: 0;
    }

    .single-slider {
        padding-bottom: 200px;
        padding-top: 100px;
    }

    .category {
        margin-top: -100px;
        padding-top: 0;
        padding-bottom: 40px;
    }

    #about-part {
        padding-bottom: 170px;
        padding-top: 15px;
    }

    #course-part {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    #video-feature {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    #publication-part {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    #testimonial {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    #news-part {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    #counter-part {
        padding-top: 15px;
        padding-bottom: 60px;
    }

    #page-banner {
        padding-top: 85px;
        padding-bottom: 90px;
    }

    #about-page {
        padding-top: 15px;
        padding-bottom: 65px;
    }

    .about-items.pt-60 {
        padding-top: 25px;
    }

    #courses-part {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #courses-single {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    #event-single {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #blog-page {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    #blog-single {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    #contact-page {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .course-area {
        padding-top: 65px;
        padding-bottom: 70px;
    }

    .police-item .icon {
    }

    .police-item .text h2 {
        font-size: 15px;
        margin: 10px 0 0;
    }

    .police-item .icon svg {
        width: 60px;
    }
}

@media (max-width: 991px) {
    .header__menu li .sub-menu {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .about__content {
        padding: 0px !important;
        margin-left: 0px !important;
    }

    .section--count {
        padding: 2rem 0;
    }

    .signup-content {
        margin: 0;
    }

    .about__content-title span {
        font-size: 19px;
        line-height: 31px;
    }

    .pyy-5 {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .btn--primary, .btn--secondary {
        padding: 13px 24px;
        font-size: 14px;
        letter-spacing: 0.85px;
    }

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

    .serv-one, .serv-two {
        padding: 10px 2px;
    }

    .single-testimonial {
        padding: 20px 5px 20px;
    }

    .service-footer__icon {
        width: 55px;
        height: 55px;
    }

    .service-footer__icon svg {
        width: 30px;
    }

    .service-footer__link {
        font-size: 15px;
    }

    .page-wrapper {
        padding: 10px 5px;
        border-radius: 5px;
        box-shadow: none;
    }
}

@media (min-width: 992px) {
    .section--service-footer {
        padding: 4rem 0rem;
    }

    .mobile__menu li {
    }

    .header__logo {
        max-width: 370px;
        margin: 0px 0;
        margin-right: 11px;
    }

    .header__menu li .sub-menu {
        position: absolute;
        top: 110%;
        left: 0;
        width: 240px;
        opacity: 0;
        visibility: hidden;
        border-radius: 5px;
        box-shadow: 0px 0px 12px -3px #00000026;
    }
}
