:root {
    --primary-color: #00726C;
    --text-green: #00746D;
    --dot-green: #54A29D;
    --dark-green: #004945;
    --accent-green: #33908A;
    --light-green: #DAD873;
    --blue-green: #E6F1F0;
    --text-gray: #313132d9;
    --white: #fafafa;
    --black: #313132;
    --dark-gray: #5A5A5B;
    --border-gray: #DEDEDE;
    --card-text-gray: #757576;

}

body {
    font-family: "Open Sans";
}

li {
    list-style-type: none;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-color) !important;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--black) !important;
}

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

a {
    text-decoration: none !important;
}

/* ================================================================================== */

.header-top {
    background-color: var(--dark-green);
    position: relative;
    opacity: 1;
    transition: opacity .5s ease-in-out;
}

.header-top-div {
    display: none;
}

.header-top.hide {
    opacity: 0;
}

.header-top span {
    cursor: pointer;
}

.header-social-icons a {
    margin-right: 30px;
}

.header-social-icons a:last-of-type {
    margin-right: 0px;
}

.header-contacts a {
    color: var(--white);
}

.header-contacts a img {
    margin-right: 10px;
}

.header-contacts a:first-child {
    margin-right: 50px;
}

.nav-web {
    display: none;
}

.nav-web .nav-item {
    margin-right: 40px;
}

.nav-web .nav-item:last-of-type {
    margin-right: 0px;
}

.nav-web .nav-link {
    color: var(--black);
    font-weight: 450;
    font-size: 16px;
    line-height: 26px;
}

.nav-web .dropdown-menu {
    color: var(--black);
    font-weight: 450;
    font-size: 16px;
    line-height: 26px;
    top: 15px !important;
}

.header-contact-btn {
    background-color: var(--light-green);
    padding: 16px 24px;
    color: var(--black);
    border-radius: 108px;
    font-size: 16px;
    line-height: 26px;
}

.header-contact-btn:hover {
    color: var(--black);
}

.dropdown-toggle::after {
    position: absolute;
    /* top: 5px; */
    content: url(../icon/dropdown-arrow-down.png);
    border: none;
    margin-top: 3px;
}

/* Searchbar==================================== */

.search-form {
    width: 60px;
    height: 55px;
    position: relative;

    input {
        width: 100%;
        height: 100%;
        padding: 0 50px 0 20px;
        border-radius: 50px;
        border: none;
        outline: none;
        box-sizing: border-box;
        font-size: 16px;
        background-color: var(--blue-green);
        color: var(--dark-gray);
    }
}

a.search-button {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    background-color: var(--blue-green);

    .icon {
        position: absolute;
        top: 14px;
        left: 14px;
    }
}

/* =============================================================== */
/* .main-slider-section{
    margin-top: 130px;
} */
.main-slider-item {
    height: calc(100vh - 80px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .main-slider-item .main-slider-item-inner {
    height: 100%;
    display: flex;
    align-items: center;
} */

.main-slider-item img {
    width: 100%;
}

.main-slider-item h6 {
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
    color: var(--text-green);
    margin-bottom: 10px;
}

.main-slider-item h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: var(--black);
    font-family: "Roboto Slab";
    margin-bottom: 60px;
}

.main-slider-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--dark-gray);
    border-left: 4px solid var(--text-green);
    padding-left: 20px;
    margin-bottom: 50px;
}

.read-more-btn {
    padding: 15px 20px;
    border: 6px solid var(--white);
    border-radius: 108px;
    color: var(--black);
    background-color: var(--light-green);
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    width: fit-content;
    height: fit-content;
}

.main-slider .slick-next {
    top: 86vh;
    right: 25px;
}

/* .main-slider .slick-next::before {
    content: url(../icon/main-slider-arrow-right.png);
} */

.main-slider .slick-prev {
    top: 86vh;
    left: 10px;
    z-index: 9;
}

/* 
.main-slider .slick-prev::before {
    content: url(../icon/main-slider-arrow-left.png);
} */

/* Slick Dots============================================================ */

.main-slider .slick-dots {
    bottom: 10px;
}

.slick-dots li.slick-active button:before {
    color: var(--dot-green);
    font-size: 16px;
}

.slick-dots li button:before {
    font-size: 12px;
}

/* .slick-dots li.slick-active button:before {
    color: var(--primary-color);
} */

.slick-dots li button:before {
    font-family: slick;
    /* font-size: 8px;
    line-height: 20px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: var(--blue-green);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer;
    margin-top: 50px;
    margin-right: 5px;
}

/* ====================================================================== */

.accent-header {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--accent-green);
    text-align: center;
}

.section-header {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: var(--text-gray);
    font-family: "Roboto Slab";
    text-align: center;
    margin-bottom: 20px;
}

.about-us-section .section-header {
    margin-bottom: 80px;
}

.description {
    font-size: 16px;
    line-height: 26px;
    font-weight: 450;
    color: var(--text-gray);
    text-align: center;
}

.description span {
    font-weight: 700;
}

.about-us-right img {
    width: 100%;
    box-shadow: 20px 20px 50px 50px rgba(0, 0, 0, 0.05);
}

.about-us-left {
    padding-right: 0px;
}

/* 
.tick-ul li {
    margin-bottom: 20px;
}

.tick-ul {
    padding: 0px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.tick-ul li:last-of-type {
    margin-bottom: 0px;
}

.tick-ul li img {
    margin-right: 15px;
} */

.about-us-section .description {
    text-align: left;
}

.testimonials-slider-item .person,
.testimonials-slider-item .overlay .person {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 6px solid var(--blue-green);
    margin-right: 20px;
}

.testimonials-slider-item-content h2,
.testimonials-slider-item .overlay .testimonials-slider-item-content h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 5px;
    transition: color 0.8s ease;
}

.testimonials-slider-item .overlay .testimonials-slider-item-content h2 {
    color: var(--white);
}

.testimonials-slider-item-content h6,
.testimonials-slider-item .overlay .testimonials-slider-item-content h6 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: var(--card-text-gray);
    transition: color 0.8s ease;
}

.testimonials-slider-item .overlay .testimonials-slider-item-content h6 {
    color: #EAEAEB;
}

.testimonials-slider-item-content .description,
.testimonials-slider-item .overlay .testimonials-slider-item-content .description {
    text-align: left;
    margin: 20px 0px 20px 0px;
    transition: color 0.8s ease;
}

.testimonials-slider-item .overlay .testimonials-slider-item-content .description {
    color: var(--white);
}

.testimonials-slider-item {
    border-radius: 48px;
    padding: 20px 20px 20px 50px;
    margin: 0px 15px;
    background: linear-gradient(to right, #004945 0%, #004945 15%, #E6F1F0 15%, #E6F1F0 70%, #E6F1F0 100%);
}

/* .testimonials-slider-item:hover{
    animation: gradientChange .5s forwards;
} */

/* @keyframes gradientChange {
    0% {
        background: linear-gradient(to right, #004945 0%, #004945 15%, #E6F1F0 15%, #E6F1F0 70%, #E6F1F0 70%, #E6F1F0 100%);
    }
    100% {
        background: linear-gradient(to right, #004945 0%, #004945 15%, #00746D 15%, #00746D 70%, #00746D 70%, #00746D 100%);
    }
} */


/* .testimonials-slider .slick-next::before,
.blogs-slider .slick-next::before,
.benefits-slider .slick-next::before {
    content: url(../icon/slider-arrow-right.png);
} */

.testimonials-slider .slick-next {
    right: 15px;
    top: 250px;
}

.benefits-slider-web .slick-next {
    right: 20px;
    top: 255px;
}

.blogs-slider .slick-next {
    right: 10px;
    top: 80px;
}

/* .testimonials-slider .slick-prev::before,
.blogs-slider .slick-prev::before,
.benefits-slider .slick-prev::before{
    content: url(../icon/slider-arrow-left.png);
} */

.testimonials-slider .slick-prev {
    z-index: 9;
    left: 0px;
    top: 240px;
}

.benefits-slider-web .slick-prev {
    z-index: 9;
    left: -120px;
    top: 255px;
}

.blogs-slider .slick-prev {
    z-index: 9;
    left: 0px;
    top: 80px;
}

/* tabs======================================================= */


/* .vert-tab>div {
    width: 30%;
    cursor: pointer;
    overflow: hidden !important;
}

.how_work_flight {
    margin-top: 80px;
}

.recr-content {
    background: var(--dark-green);
    border: 1px solid;
    border-radius: 0px 50px 50px 0px;
    filter: blur(1.5px);
    display: flex;
    align-items: center;
    position: relative;
    transition: all 5s ease;
    overflow: hidden;
}

.recr-content .overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recr-content .overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-right-div h3,
.vert-tab-content h3 {
    font-size: 52px;
    font-weight: 600;
    line-height: 62px;
    color: var(--blue-green);
    margin-bottom: 20px;
    font-family: "Roboto Slab";
}

.vert-tab-content h3 {
    color: var(--black);
}

.vert-tab-content .description {
    text-align: left;
}

.tab-right-div {
    padding: 0px 20px 0px 20px;
}

.tab-right-p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 70px;
}

.tab-right-div a {
    padding: 20px 42px;
    border-radius: 50px;
    background-color: var(--blue-green);
    color: var(--black);
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.work_items_content {
    display: none;
}

.vert_tab_image_wrrapeer {
    display: flex;
    align-items: center;
}

.vert-tab-content h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 600;
    font-family: "Roboto Slab";
    color: var(--accent-green);
}

.vert-tab-content h4 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--black);
}

.recr-content ul {
    margin-top: 50px;
}

.recr-content.active {
    filter: none;
}

.recr-content.active {
    background: var(--blue-green);
    border-radius: 50px 0px 0px 50px;
    border: none;
    transform: scale(1);
}

.recr-content.active .after-tab-left,
.recr-content.active .after-tab-right {
    display: none;
}

.recr-content.active .work_items_content {
    display: block;
}

.vert-tab {
    display: flex;
} */

.vert-tab>div {
    width: 30%;
    cursor: pointer;
    overflow: hidden !important;
}

.how_work_flight {
    margin-top: 80px;
}

.recr-content {
    background: var(--dark-green);
    border: 1px solid;
    border-radius: 0px 50px 50px 0px;
    filter: blur(1.5px);
    display: flex;
    align-items: center;
    position: relative;
    transition: all .5s ease;
    overflow: hidden;
}

.recr-content .overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recr-content .overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tab-right-div h3,
.vert-tab-content h3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 62px;
    color: var(--blue-green);
    margin-bottom: 20px;
    font-family: "Roboto Slab";
}

.vert-tab-content h3 {
    color: var(--black);
}

.vert-tab-content .description {
    text-align: left;
}

.tab-right-div .after-tab-right {
    padding: 0px 20px 0px 20px;
}

.years-left.active .tab-right-div {
    display: none;
}

.tab-right-p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 70px;
}

.tab-right-div a {
    padding: 20px 42px;
    border-radius: 50px;
    background-color: var(--blue-green);
    color: var(--black);
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

.work_items_content {
    display: none;
}

.vert_tab_image_wrrapeer {
    display: flex;
    align-items: center;
}

.vert-tab-content h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 600;
    font-family: "Roboto Slab";
    color: var(--accent-green);
}

.vert-tab-content h4 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--black);
}

.recr-content.active {
    filter: none;
}

.recr-content.active {
    background: var(--blue-green);
    border-radius: 50px 0px 0px 50px;
    border: none;
    transform: scale(1);
}

.recr-content.active .after-tab-left,
.recr-content.active .after-tab-right {
    display: none;
}

.recr-content.active .work_items_content {
    display: block;
}

.vert-tab {
    display: flex;
    height: 941px;
}

.tabs {
    display: flex;
    overflow: hidden;
}

.tab-buttons,
.tab-buttons-2 {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: fit-content;
}

.tab-header-div-second {
    height: fit-content;
}

.tab-header-div-first {
    height: 100%;
}

.tab-button,
.tab-button-2 {
    padding: 15px 20px 15px 20px;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px 20px;
    color: var(--white);
    background-color: var(--dark-green);
    transition: background-color .5s ease-in-out;
    text-align: left;
    width: 200px;
}

.tab-button span,
.tab-button-2 span {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}


.tick-ul li {
    margin-bottom: 20px;
}

.tab-button.active,
.tab-button-2.active {
    color: var(--black);
    background-color: var(--light-green);
}

.tab-contents {
    padding: 50px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.recr-content.active {
    width: 100%;
}

.tab-contents-second {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tab-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--dark-gray);
    padding-left: 25px;
    margin-bottom: 20px;
}

.tab-title-second {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--dark-gray);
    text-align: right;
    padding: 20px 25px 20px 0px;
}

.years-left.active .tab-title-second {
    text-align: left;
    padding-left: 25px;
}

.tab-content,
.tab-content-2 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.tab-content.active,
.tab-content-2.active {
    opacity: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: fit-content;
}

.tab-header-div {
    border: 1px solid var(--light-green);
    border-left: none;
    border-top-right-radius: 60px;
}

.tab-header-div-second {
    border: 1px solid var(--light-green);
    border-right: none;
    border-top-left-radius: 60px;
    padding: 20px 0px 0px 20px;
}

.tab-header-div-first {
    border: 1px solid var(--light-green);
    border-left: none;
    border-top-right-radius: 60px;
    padding: 20px 20px 0px 0px;
    height: fit-content;
}

/* .tabs-left {
    padding-top: 60px;
} */

.first-btn {
    border-top-right-radius: 50px !important;
}

.first-btn-second {
    border-top-left-radius: 50px !important;
}

.years-left {
    border-radius: 50px 0px 0px 50px;
}

.years-right {
    border-radius: 0px 50px 50px 0px !important;
}

.tab-button:hover,
.tab-button-2:hover {
    background-color: var(--light-green);
    color: var(--black);
}

/* ================================================ */

/* tab inner========================================= */

/* .tabs {
    display: flex;
    overflow: hidden;
}

.tab-buttons,
.tab-buttons-2 {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0;
    height: 100%;
    background-color: var(--dark-green);
    border-radius: 52px 52px 0px 0px;
}

.tab-header-div-second {
    height: 100%;
}

.tab-button,
.tab-button-2 {
    padding: 1rem 1.5rem;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px 20px;
    color: var(--white);
    background-color: var(--dark-green);
    transition: background-color .5s ease-in-out;
    text-align: left;
}

.tab-button.active,
.tab-button-2.active {
    color: var(--black);
    background-color: var(--light-green);
}

.tab-contents {
    padding: 20px 40px;
    overflow-y: auto;
    height: 780px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.recr-content.active {
    width: 100%;
}

.tab-contents-second {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tab-contents-second {
    padding: 40px 20px;
}

.tab-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--dark-gray);
    padding-left: 25px;
    margin-bottom: 20px;
}

.tab-title-second {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: var(--dark-gray);
    padding-right: 25px;
    margin-bottom: 20px;
    text-align: right;
}

.tab-content,
.tab-content-2 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
}

.tab-content.active,
.tab-content-2.active {
    opacity: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: fit-content;
}

.tab-header-div {
    border: 1px solid var(--light-green);
    border-left: none;
    border-top-right-radius: 60px;
}

.tab-header-div-second {
    border: 1px solid var(--light-green);
    border-right: none;
    border-top-left-radius: 60px;
    padding: 20px 0px 0px 20px;
}

.tabs-left {
    padding-top: 60px;
}

.first-btn {
    border-top-right-radius: 50px !important;
}

.first-btn-second {
    border-top-left-radius: 50px !important;
}

.years-left {
    border-radius: 50px 0px 0px 50px;
}

.years-right {
    border-radius: 0px 50px 50px 0px !important;
}

.tab-button:hover,
.tab-button-2:hover {
    background-color: var(--light-green);
    color: var(--black);
} */

/* ========================================================= */

/* Video================================================== */

.wrapper {
    width: 100%;
    float: none !important;
    display: block;
    /* margin: 0 auto !important; */
    /* max-width: 1280px; */
    border-radius: 50px;
    margin: 80px 0px 70px 0px;
}

video {
    border-radius: 18px;
}

.HomeVideoInner {
    width: 100%;
    height: 100%;
    position: relative;
}

.StoryVideo video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.HomeVideoTitleSection img {
    border-radius: 18px;
    width: 100%;
}

.HomeVideoTitleSection .SectionTitle {
    width: 100%;
}

.HomeVideoTitleSection .SectionContent {
    width: 100%;
    padding-top: 240px;
}

.HomeVideoTitleSection:not(.animate_it) {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
}

.HomeVideoTitleSection.animate_it {
    animation: inView 2s;
    -webkit-clip-path: circle(0% at 0% 50%);
    clip-path: circle(0% at 0% 50%);
}

.HomeVideoTitleSection.animate_reverse {
    animation: outView 2s;
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
}

.StoryVideo {
    max-height: 500px;
}

.StoryVideo video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: absolute;
}

@keyframes inView {
    0% {
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
    }

    to {
        -webkit-clip-path: circle(0% at 0% 50%);
        clip-path: circle(0% at 0% 50%);
    }
}

@keyframes outView {
    0% {
        -webkit-clip-path: circle(0% at 0% 50%);
        clip-path: circle(0% at 0% 50%);

    }

    to {
        -webkit-clip-path: circle(100% at 50% 50%);
        clip-path: circle(100% at 50% 50%);
    }
}

/* ========================================================= */

/* pulse animation for video play btn==================== */

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    box-sizing: content-box;
    display: block;
    /* width: 100%;
    height: 100%; */
    border-radius: 50%;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #ff4c60;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:before {
    content: "";
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    z-index: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button svg {
    display: block;
    position: relative;
    z-index: 3;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button {
    -webkit-animation: scale-up-center 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
    animation: scale-up-center 1s cubic-bezier(0.680, -0.550, 0.265, 1.550) both;
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }

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

.HomeVideoTitleSection .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.4); */
    padding: 20px;
    border-radius: 18px;
}

.HomeVideoTitleSection .overlay span {
    color: var(--white);
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    background-color: rgba(49, 49, 50, 0.5);
    padding: 4px 24px;
    border: 1px solid var(--white);
    border-radius: 50px;
}

/* ==================================================================================== */

.why-choose-img-div img {
    width: 100%;
}

.why-choose-section .why-choose-content h6 {
    color: #8ABFBC;
}

.why-choose-section .why-choose-content h2 {
    color: var(--white);
}

.why-choose-section .why-choose-content p {
    color: var(--white);
}

.why-choose-card-top {
    padding: 40px 0px;
    padding-bottom: 10px;
}

.why-choose-img-div {
    position: relative;
}

.why-choose-img-div .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.why-choose-card-bottom {
    padding: 30px;
    background-color: var(--blue-green);
    border-radius: 12px;
    transition: background-color 0.8s ease;
    min-height: 370px;
}

.why-choose-card-bottom h5 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: var(--accent-green);
    margin-bottom: 10px;
    transition: color 0.8s ease;
}

.why-choose-card-slider .slick-next {
    right: 10px;
    top: 320px;
}

.why-choose-card-slider .slick-prev {
    top: 320px;
    left: 0px;
    z-index: 9;
}

.why-choose-card-bottom .icon-normal,
.why-choose-card-bottom .icon-hover {
    margin-bottom: 30px;
}

.why-choose-card {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    margin: 0px 15px;
}

.why-choose-card .normal-svg,
.why-choose-card .icon-normal {
    display: block;
    height: 60px;
}

.why-choose-card .hover-svg,
.why-choose-card .icon-hover {
    display: none;
}

.why-choose-card-bottom .description {
    color: var(--black);
    text-align: left;
    transition: color 0.8s ease;
}

.blogs-slider-content {
    padding: 30px 20px 30px 30px;
    background-color: var(--blue-green);
    border-radius: 0px 0px 12px 12px;
    transition: background-color 0.8s ease;
}

.blogs-slider {
    margin-top: 70px;
}

.blogs-slider-item {
    border-radius: 12px;
    margin: 0px 15px;
}

.blog-img-div img {
    border-radius: 12px 12px 0px 0px;
    width: 100%;
}

.blog-img-div,
.achievements-img-div {
    position: relative;
}

.blog-img-div .overlay,
.achievements-img-div .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px 12px 0px 0px;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.blogs-slider-content h6,
.achievements-slider-item h6,
.blog-card h6 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 5px;
    transition: color 0.8s ease;
}

.blogs-slider-content h6 span,
.blog-card h6 span {
    color: #8ABFBC;
    transition: color 0.8s ease;
}

.blogs-slider-content h4,
.achievements-slider-item h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: var(--accent-green);
    margin-bottom: 10px;
    transition: color 0.8s ease;
}

.blogs-slider-content .description {
    color: var(--black);
    text-align: left;
    transition: color 0.8s ease;
}

.bottom-blog-slide {
    padding-top: 0px;
}

.blogs-slider-item .expand-icon {
    width: 24px;
    height: 24px;
    display: none;
}

.footer-bottom {
    padding: 15px 0px;
    background: linear-gradient(90deg, #000000 0%, #006457 50.5%, #000000 100%);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.2px;
    color: var(--white);
    text-align: center;
}

.footer-bottom a {
    color: #0CB7A0;
}

footer {
    background-color: var(--blue-green);
    padding: 30px 0px;
}

footer h5 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 20px;
}

footer .description {
    text-align: left;
}

.get-in-touch-div {
    background-color: #E6E5A1;
    padding: 20px;
    border-radius: 12px;
}

.vertical-tabs-section {
    display: none;
}

/* .get-in-touch-div p {
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    font-weight: 100;
} */

.get-in-touch-div input,
.get-in-touch-div span {
    border: none;
    font-size: 14px;
    line-height: 24px;
    padding: 18px;
}

.get-in-touch-div input::placeholder {
    color: var(--gray);
    font-weight: 300;
}

.get-in-touch-div input {
    border-radius: 8px 8px 8px 8px;
}

.get-in-touch-div span {
    color: var(--black);
    font-weight: 600;
    border-radius: 8px 8px 8px 8px;
    background-color: #F4F3D4;
    transition: background-color .8s ease;
}

.get-in-touch-div span:hover {
    cursor: pointer;
}

.get-in-touch-div span:focus {
    box-shadow: none;
}

footer a {
    margin-top: 15px;
}

footer a:hover {
    color: var(--accent-green);
}

.footer-social-icons {
    margin-top: 20px;
}

.footer-social-icons a {
    margin-right: 30px;
}

.footer-social-icons a:last-of-type {
    margin-right: 0px;
}

footer .navigation-div {
    padding-left: 12px;
}

.benefits-slider-web {
    margin-top: 70px;
    display: none;
}

.benefits-slider-mobile {
    margin-top: 50px;
}

.benefits-slider-mobile img {
    width: 100%;
}

.benefits-slider-mobile-item {
    margin: 0px 15px;
    border-radius: 16px;
    background-color: var(--blue-green);
}

.collapse-div {
    width: min-content;
}

.benefits-img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 40px;
}

.collapse-slider-item,
.benefits-slider-mobile-item {
    padding: 20px;
}

.collapse-slider-item h5,
.collapse-div h5 {
    margin-bottom: 5px;
}

.collapse-slider-item .description,
.benefits-slider-mobile-item .description {
    text-align: left;
    margin-bottom: 10px;
}

.collapse-div .description {
    text-align: left;
}

.benefits-slider-mobile-item h5,
.collapse-div h5 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: var(--accent-green);
}

.collapse-div img {
    width: 335px;
}

.benefits-slider-web-item.slick-active:not(.slick-current) {
    width: fit-content !important;
}

.expand-img-div {
    overflow: hidden;
    border-radius: 10px;
}

.benefits-expand-content h5 {
    font-size: 22px;
    line-height: 33px;
    font-weight: 600;
    color: var(--black);
    margin: 0px 0px 20px 0px;
}

.benefits-expand-content .description {
    text-align: left;
}

.benefits-expand-content .accent-header {
    text-align: left;
}

.benefits-expand-content ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.benefits-ul li {
    margin-bottom: 20px;
}

.benefits-ul li:last-of-type {
    margin-bottom: 0px;
}

.benefits-ul li img {
    margin-right: 10px;
}

.expand-slider-item {
    display: none !important;
    padding: 5px;
}

.expand-benefits-img {
    border-radius: 10px;
    height: 100%;
}

.get-in-touch-div .description {
    color: var(--card-text-gray);
    font-weight: 300;
}

.header-container {
    padding: 10px 25px;
}

.testimonials-container {
    padding: 0px 12px;
}

.section-space {
    margin-top: 100px;
}

.footer-contact-div {
    width: fit-content;
}

.footer-contact-div div,
.footer-contact-div h5 {
    width: fit-content;
}

.between-footer-space {
    margin-bottom: 100px;
}

.section-space-after-slider {
    margin-top: 100px;
}

.nav-mobile .logo,
.side-bar .logo {
    width: 100px;
}

.about-us-right {
    margin-top: 50px;
}

/* ======================================================================================== */

.why-choose-img-div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100vh - 50px);
}

.benefits-slider-mobile .slick-next {
    right: 30px;
    top: 110px;
}

.benefits-slider-mobile .slick-prev {
    left: 20px;
    top: 110px;
    z-index: 9;
}

/* button animation================================================== */

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

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

.btn::before,
.btn::after {
    position: absolute;
    content: "";
}

.btn {
    position: relative;
    display: inline-block;
    background-color: var(--light-green);
}

.btn span {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    transition: 0.3s;
}

.btn-2::before {
    background-color: var(--text-green);
    transition: 0.3s ease-out;
    border-radius: 108px;
}

.btn-2 span {
    transition: 0.3s;
}

.btn-2:hover {
    color: var(--white) !important;
    transition: 0.1s;
}

.btn.hover-opacity::before {
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.btn.hover-opacity:hover::before {
    opacity: 1;
}

/* ===============================underline animation==================================================== */

.navbar-item {
    margin: auto;
}

.navbar-item:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: var(--primary-color);
    transition: width .3s;
}

.navbar-item:hover::after {
    width: 100%;
}

.navbar-item.current::after {
    width: 100%;
}

/* ====================================================================================================== */

.dropdown-item {
    padding: 10px 20px;
    background-color: var(--white);
}

.input-group-text:hover {
    background-color: var(--blue-green);
}

.why-choose-first-card img {
    margin-bottom: 40px !important;
}

.why-choose-web-img {
    display: none;
}

.HomeVideoTitleSection img {
    height: 300px;
}

.slick-next::before {
    content: url(../icon/arrow-right-mobile.png);
}

.slick-prev::before {
    content: url(../icon/arrow-left-mobile.png);
}

.dropdown-first-item {
    border-radius: 10px 10px 0px 0px;
}

.dropdown-last-item {
    border-radius: 0px 0px 10px 10px;
}

.dropdown-item:hover {
    background-color: var(--light-green);
    color: var(--black);
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px;
    padding-bottom: 5px;
}

.testimonials-slider-item {
    position: relative;
}

.testimonials-slider-item .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #004945 0%, #004945 15%, #00746D 15%, #00746D 70%, #00746D 100%);
    transition: opacity .8s ease-in-out;
    opacity: 0;
    border-radius: 48px;
    padding: 20px 0px 0px 40px;
}

/* tabs-mobile============================================================================================ */

.tab-buttons-M {
    display: flex;
}

.tab-btn {
    width: 100%;
    border: none;
    color: #020617;
    background-color: var(--white);
    border-radius: 8px 8px 0px 0px;
    padding: 12px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.tab-btn:hover {
    background-color: var(--primary-color);
    color: var(--white);
}

.tab-btn.active {
    background-color: var(--primary-color);
    color: var(--white);
}

.content {
    display: none;
}

.content.show {
    display: flex;
    gap: 14px;
    border-radius: 0px 0px 8px 8px;
    background-color: var(--blue-green);
    padding: 20px;
}

/* ================ */

.content-info {
    width: 100%;
}

.year-btn {
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 18px;
    border-radius: 8px;
    width: 100%;
}

.services-slider2,
.services-slider-2 {
    margin-bottom: 30px;
}

.services-slider .slick-current button,
.services-slider2 .slick-current button,
.services-slider-2 .slick-current button {
    color: var(--black);
    background-color: var(--light-green);
}

.services-slider-item,
.services-slider-item-2 {
    /* width: fit-content !important; */
    margin: 10px;
}

.services-slider-item-2 {
    width: 100% !important;
}

.services-slider-2 .slick-track,
.slider-for-2 .slick-track {
    width: 100% !important;
}

.loader {
    display: none;
    text-align: center;
    padding: 20px;
    font-size: 1.2em;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
}

/* Mobile Menu================================================= */

.side-bar {
    background: var(--white);
    backdrop-filter: blur(15px);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -1200px;
    overflow-y: auto;
    transition: 0.8s ease ease-in-out;
    transition-property: right;
    z-index: 20000;
    padding: 10px 25px;
}

.side-bar::-webkit-scrollbar {
    width: 0px;
}

.side-bar.active {
    right: 0;
}

.side-bar .menu {
    width: 100%;
    margin-top: 30px;
}

.side-bar .menu .item {
    position: relative;
    cursor: pointer;
}

.side-bar .menu .item a {
    color: var(--black);
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 60px;
}

.side-bar .menu .item a:hover {
    background: var(--primary-color);
    transition: 0.8s ease;
    color: var(--white);
}

.side-bar .menu .item i {
    margin-right: 15px;
}

.side-bar .menu .item a .dropdown {
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.8s ease;
}

.side-bar .menu .item .sub-menu {
    background: var(--white);
    display: none;
}

.side-bar .menu .item .sub-menu a {
    padding: 10px 0px 10px 80px;
    line-height: 30px;
    color: var(--card-text-gray);
}

.rotate {
    transform: rotate(90deg);
}

.header-top .close-btn {
    position: absolute;
    color: var(--black);
    font-size: 20px;
    right: 30px;
    cursor: pointer;
    top: 10px;
}

.header-top .close-btn svg {
    fill: var(--white);
}

.menu-btn {
    color: rgb(0, 0, 0);
    font-size: 22px;
    cursor: pointer;
}

.main {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
}

.side-bar header {
    background: var(--white);
    padding: 15px 30px;
    display: flex;
    align-items: center;
}

/* =================================================================== */

.side-bar .menu .active {
    background-color: var(--primary-color);
}

.side-bar .menu .active a {
    color: var(--white);
}

.header-contacts {
    margin-right: 45px;
}

.nav-item:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

.nav-item .dropdown-item {
    border-radius: 0px;
}

.dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
    margin-top: 20px;
}

/* Scroll Up Show Header=============================================================== */

.main-slider,
.title-section,
.inner-title-section {
    margin-top: 65px;
}

.header {
    position: fixed;
    width: 100%;
    height: 65px;
    top: 0px;
    transition: all .5s ease-in-out;
    z-index: 99;
    background-color: white;

    &.scroll-up {
        top: -65px;
    }

    &.scroll-down {
        top: 0px;
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    }
}

.about-us-right img {
    border: 1px solid var(--primary-color);
    border-radius: 8px;
}

.why-choose-img-div {
    background-image: url(../img/why-choose-mobile-img.webp);
}

.main-slider-item .overlay {
    position: absolute;
    background-color: transparent;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    padding: 0px 12px 0px 12px;
}

.footer-logos {
    display: flex;
    gap: 20px;
}

.why-choose-img-div {
    z-index: -9;
}

.why-choose-over-div {
    margin-top: -650px;
}

.benefits-slider-web-item .expand-div {
    display: none !important;
    height: 100%;
}

.benefits-slider-web-item.slick-current .expand-div {
    display: flex !important;
}

.benefits-slider-web-item.slick-current .collapse-div {
    display: none !important;
}

.benefits-slider-web-item {
    background-color: var(--blue-green);
    margin: 0px 10px;
    border-radius: 16px;
    height: 530px;
}

.collapse-div {
    padding: 40px 32px;
}

.benefits-expand-content {
    padding: 0px 48px;
}

.overflow-hidden-div {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.expand-div-inner {
    height: inherit;
}

.year-subject-label-div {
    padding: 20px 12px;
    gap: 15px;
}

.year-subject-label {
    padding: 10px 20px;
    border-radius: 22px;
    background-color: var(--light-green);
    color: var(--black);
    width: fit-content;
    border: 1px solid var(--white);
    font-size: 16px;
    font-weight: 500;
}

.year-subject-label:hover {
    color: var(--black);
}

.tick {
    margin-right: 10px;
}

.about-us-div .tick-ul {
    margin-top: 30px;
    padding-left: 0px;
}

.tab-contents .tick-ul {
    padding-left: 0px;
}

.years-and-subjects-mobile .tick-ul {
    padding-left: 0px;
}

.years-and-subjects-mobile .description {
    text-align: left;
}

.services-slider-item .tick-ul {
    margin-top: 20px;
}

.subjects-div {
    height: fit-content;
}

.disable-btns {
    background-color: var(--dark-green) !important;
}

.disable-btns span {
    background-color: var(--dark-green) !important;
    color: var(--dark-green);
}

.disable-btns:hover {
    background-color: var(--dark-green) !important;
    cursor: default !important;
}

.tab-right-p {
    width: 175px;
}

.footer-logo-div {
    height: 95px;
}

.footer-logo-div .logo {
    height: 40px;
}

.icas-assessment-logo {
    height: 95px;
}

.footer-social-icons img {
    width: 25px;
}

.footer-decription {
    margin-top: 20px;
}