@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
@font-face {
    font-family: 'GE SS Two Medium';
    src: url("../font/GE SS Two Medium.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Rosemary-regular';
    src: url("../font/Rosemary.ttf");
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Rosemary-regular';
    padding: 0;
    margin: 0;
    font-size: 16px;
    background: #fcf9f4;
}

body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: rgb(237 192 143);
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: #65aa7f;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid rgb(237 192 143);
    /* creates padding around scroll thumb */
}

input:hover,
input:focus {
    outline: none !important;
    box-shadow: 0px 0px 0px 0px transparent;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: transparent;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem transparent !important;
    border-color: #dce1e9;
}

.section_padding {
    padding: 80px 0px;
}

.padding_top {
    padding-top: 120px;
}

.padding_bottom {
    padding-bottom: 120px;
}

.mt_100 {
    margin-top: 100px;
}

a {
    text-decoration: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #0b1c39;
    font-family: 'Rosemary-regular';
}

h2 {
    font-size: 40px;
    line-height: 1.2;
}

p {
    line-height: 26px;
    font-size: 15px;
    margin-bottom: 0px;
    color: #616161;
    font-family: 'Rosemary-regular';
    font-weight: 400;
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}

.section_bg {
    background-color: #f6f7fa;
}

.section_bg_1 {
    background-color: #f5fbfb;
}

.section_bg_2 {
    background-color: #fbfcfc;
}

.niceSelect {
    border: 1px solid #dce1e9;
    font-size: 13px;
    color: #8f9093;
    display: block;
    width: 100%;
    text-transform: capitalize;
    padding: 0 20px;
    border-radius: 6px;
    float: inherit;
    font-weight: 300;
}

.niceSelect:after {
    border-bottom: 0 solid transparent;
    border-right: 0 solid transparent;
    content: "3";
    font-family: "eleganticons";
    transform: rotate(0);
    top: 3px;
    right: 29px;
    font-size: 19px !important;
}

.niceSelect .option:hover,
.niceSelect .option.focus,
.niceSelect .option.selected.focus {
    background-color: transparent;
}

.niceSelect .option.selected {
    font-weight: normal;
    color: #fe4b7b;
}

.niceSelect .option {
    line-height: 34px;
    min-height: 34px;
    font-size: 14px;
}

.niceSelect .list {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    color: #8f9093;
    padding: 20px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.niceSelect .list li {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.niceSelect .list li:hover {
    color: #fe4b7b !important;
}

.niceSelect.open:after {
    transform: rotate(0);
    content: "2";
    font-family: "eleganticons";
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.section_tittle {
    text-align: center;
    margin-bottom: 83px;
}

.section_tittle h5 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #797f8c;
    line-height: 12px;
    margin-bottom: 11px;
}

.section_tittle h5 span {
    color: #fe4b7b;
}

.section_tittle h2 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 45px;
    color: #32355d;
}

.section_tittle .wave_line {
    height: 11px;
    width: 80px;
    background-image: url(../img/animated_shape_2.png);
    background-position: center;
    -webkit-animation: slide 2s linear infinite;
    animation: slide 2s linear infinite;
    margin: 0 auto;
    margin-top: 14px;
}

.section_tittle .wave_line img {
    position: relative;
    animation: wave 2s linear infinite;
}

.section_tittle .shape_white {
    background-image: url(../img/animated_shape_white.png);
}

.section_tittle_style_02 {
    text-align: center;
    margin-bottom: 20px;
}

.section_tittle_style_02 .title {
    color: #adc9b8;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 22px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.section_tittle_style_02 .description {
    color: #606060;
    font-size: 18px;
    line-height: 32px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin: -3px 0 0px 0;
}

.title_overlay_effect {
    display: inline;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#edc08f), to(#FDCEDB));
    background-image: -o-linear-gradient(#FDCEDB, #FDCEDB);
    background-image: linear-gradient(#fcf9f4, #fcf9f4);
    background-position: 0 70%;
    background-repeat: no-repeat;
    background-size: 0 35%;
}

.title_overlay_effect.text-white {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0b1c39), to(#0b1c39));
    background-image: -o-linear-gradient(#0b1c39, #0b1c39);
    background-image: linear-gradient(#0b1c39, #0b1c39);
}

.title_overlay_effect.is_show {
    background-size: 100% 35%;
    -webkit-transition: background-size 2s cubic-bezier(0.71, 0.09, 0.74, 0.99), color 1s;
    -o-transition: background-size 2s cubic-bezier(0.71, 0.09, 0.74, 0.99), color 1s;
    transition: background-size 2s cubic-bezier(0.71, 0.09, 0.74, 0.99), color 1s;
}

.header_shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

@-webkit-keyframes spin1 {
    0% {
        -moz-transform: rotate(0deg) translateY(-12px);
        -o-transform: rotate(0deg) translateY(-12px);
        -ms-transform: rotate(0deg) translateY(-12px);
        -webkit-transform: rotate(0deg) translateY(-12px);
        transform: rotate(0deg) translateY(-12px);
    }
    100% {
        -moz-transform: rotate(360deg) translateY(-12px);
        -o-transform: rotate(360deg) translateY(-12px);
        -ms-transform: rotate(360deg) translateY(-12px);
        -webkit-transform: rotate(360deg) translateY(-12px);
        transform: rotate(360deg) translateY(-12px);
    }
}

@-moz-keyframes spin1 {
    0% {
        -moz-transform: rotate(0deg) translateY(-12px);
        -o-transform: rotate(0deg) translateY(-12px);
        -ms-transform: rotate(0deg) translateY(-12px);
        -webkit-transform: rotate(0deg) translateY(-12px);
        transform: rotate(0deg) translateY(-12px);
    }
    100% {
        -moz-transform: rotate(360deg) translateY(-12px);
        -o-transform: rotate(360deg) translateY(-12px);
        -ms-transform: rotate(360deg) translateY(-12px);
        -webkit-transform: rotate(360deg) translateY(-12px);
        transform: rotate(360deg) translateY(-12px);
    }
}

@-o-keyframes spin1 {
    0% {
        -moz-transform: rotate(0deg) translateY(-12px);
        -o-transform: rotate(0deg) translateY(-12px);
        -ms-transform: rotate(0deg) translateY(-12px);
        -webkit-transform: rotate(0deg) translateY(-12px);
        transform: rotate(0deg) translateY(-12px);
    }
    100% {
        -moz-transform: rotate(360deg) translateY(-12px);
        -o-transform: rotate(360deg) translateY(-12px);
        -ms-transform: rotate(360deg) translateY(-12px);
        -webkit-transform: rotate(360deg) translateY(-12px);
        transform: rotate(360deg) translateY(-12px);
    }
}

@keyframes spin1 {
    0% {
        -moz-transform: rotate(0deg) translateY(-12px);
        -o-transform: rotate(0deg) translateY(-12px);
        -ms-transform: rotate(0deg) translateY(-12px);
        -webkit-transform: rotate(0deg) translateY(-12px);
        transform: rotate(0deg) translateY(-12px);
    }
    100% {
        -moz-transform: rotate(360deg) translateY(-12px);
        -o-transform: rotate(360deg) translateY(-12px);
        -ms-transform: rotate(360deg) translateY(-12px);
        -webkit-transform: rotate(360deg) translateY(-12px);
        transform: rotate(360deg) translateY(-12px);
    }
}

@-webkit-keyframes spin2 {
    0% {
        -moz-transform: rotate(0deg) translateY(-70px);
        -o-transform: rotate(0deg) translateY(-70px);
        -ms-transform: rotate(0deg) translateY(-70px);
        -webkit-transform: rotate(0deg) translateY(-70px);
        transform: rotate(0deg) translateY(-70px);
    }
    100% {
        -moz-transform: rotate(360deg) translateY(-70px);
        -o-transform: rotate(360deg) translateY(-70px);
        -ms-transform: rotate(360deg) translateY(-70px);
        -webkit-transform: rotate(360deg) translateY(-70px);
        transform: rotate(360deg) translateY(-70px);
    }
}

@-moz-keyframes spin2 {
    0% {
        -moz-transform: rotate(0deg) translateY(-70px);
        -o-transform: rotate(0deg) translateY(-70px);
        -ms-transform: rotate(0deg) translateY(-70px);
        -webkit-transform: rotate(0deg) translateY(-70px);
        transform: rotate(0deg) translateY(-70px);
    }
    100% {
        -moz-transform: rotate(360deg) translateY(-70px);
        -o-transform: rotate(360deg) translateY(-70px);
        -ms-transform: rotate(360deg) translateY(-70px);
        -webkit-transform: rotate(360deg) translateY(-70px);
        transform: rotate(360deg) translateY(-70px);
    }
}

@-o-keyframes spin2 {
    0% {
        -moz-transform: rotate(0deg) translateY(-70px);
        -o-transform: rotate(0deg) translateY(-70px);
        -ms-transform: rotate(0deg) translateY(-70px);
        -webkit-transform: rotate(0deg) translateY(-70px);
        transform: rotate(0deg) translateY(-70px);
    }
    100% {
        -moz-transform: rotate(360deg) translateY(-70px);
        -o-transform: rotate(360deg) translateY(-70px);
        -ms-transform: rotate(360deg) translateY(-70px);
        -webkit-transform: rotate(360deg) translateY(-70px);
        transform: rotate(360deg) translateY(-70px);
    }
}

@keyframes spin2 {
    0% {
        -moz-transform: rotate(0deg) translateY(-70px);
        -o-transform: rotate(0deg) translateY(-70px);
        -ms-transform: rotate(0deg) translateY(-70px);
        -webkit-transform: rotate(0deg) translateY(-70px);
        transform: rotate(0deg) translateY(-70px);
    }
    100% {
        -moz-transform: rotate(360deg) translateY(-70px);
        -o-transform: rotate(360deg) translateY(-70px);
        -ms-transform: rotate(360deg) translateY(-70px);
        -webkit-transform: rotate(360deg) translateY(-70px);
        transform: rotate(360deg) translateY(-70px);
    }
}

.round-planet .shape {
    border-radius: 50%;
    left: 50%;
    position: absolute;
}

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


/**************** common css end ****************/


/******** base color css ********/


/*  For Button */

@keyframes dashed_border_running {
    100% {
        stroke-dashoffset: -1000;
    }
}

.cu_animated_button .cu_animated_dashes_border {
    stroke: #fff;
}

a.elementor-button,
.elementor-button {
    color: #ffffff;
    background-color: #fe4b7b;
    border-radius: 30px;
}

a.elementor-button,
.elementor-button:hover {
    color: #ffffff;
    background-color: #fe4b7b;
    border-radius: 30px;
}

.pc-button.elementor-button.size-lg {
    border-radius: 30px;
    padding: 19px 38.15px;
    font-size: 18px;
}

.pc-button.elementor-button {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    min-height: 58px;
    min-width: 205px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #93af9e;
    border: 0px transparent;
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
}

.pc-button.elementor-button .button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
}

.elementor-button .elementor-button-text {
    display: inline-block;
}

.pc-button.elementor-button .inner-dashed-border {
    stroke: #ffffff;
}

.pc-button.elementor-button svg.inner-dashed-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: dashed_border_running 20s linear infinite both;
    animation-play-state: paused;
    stroke-width: 2;
    stroke-dasharray: 9, 5;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    fill: none;
    transition: 0.4s;
}

.pc-button.elementor-button:hover .animated-dashes.inner-dashed-border {
    animation-play-state: running;
}

.cu_btn {
    display: inline-block;
    padding: 21px 40px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-family: 'Rosemary-regular';
}

@media (max-width: 767.98px) {
    .cu_btn {
        padding: 15px 25px;
        font-size: 15px;
    }
    .single-activities .activities-content h3 {
        font-size: 20px !important;
        margin-bottom: 12px;
        font-weight: 800;
    }
    .activities-area {
        padding-top: 42px !important;
    }
}

.cu_btn.btn_1 {
    background-color: transparent;
    border: 1px solid #538f6a;
    color: #82b395;
    border-style: dotted;
}

.cu_btn.btn_1:hover {
    background-color: rgb(242 218 178);
    border: 1px solid #538f6a;
    color: #538f6a;
}

.cu_btn.btn_2 {
    background-color: #fe4b7b;
    border: 1px solid #fe4b7b;
    color: #fff;
    padding: 21px 55px;
}

.cu_btn.btn_2:hover {
    background-color: transparent;
    border: 1px solid #fe4b7b;
    color: #fe4b7b;
}

.cu_btn.white_btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.cu_btn.white_btn:hover {
    background-color: transparent;
    border: 1px solid #fe4b7b;
    color: #fff;
    background-color: #fe4b7b;
}

.cu_btn.white_bg {
    background-color: #fff;
    border: 1px solid #fff;
    color: #fe4b7b;
}

.cu_btn.white_bg:hover {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    background-color: #fe4b7b;
}

.cu_btn.btn_3 {
    background-color: #f9ae15;
    border: 1px solid #f9ae15;
    color: #fff;
}

.cu_btn.btn_3:hover {
    background-color: transparent;
    border: 1px solid #f9ae15;
    color: #f9ae15;
}

.cu_btn.tag_btn {
    background-color: #f0f2f9;
    border: 1px solid #f0f2f9;
    color: #5a5a77;
    border-radius: 5px;
    margin-right: 7px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    padding: 6px 12px;
}

.cu_btn.tag_btn:hover {
    background-color: transparent;
    border: 1px solid #fe4b7b;
    color: #fff;
    background-color: #fe4b7b;
}

.animated_border_effect {
    position: relative;
    background-color: #fe4b7b;
    border: 1px solid #fe4b7b;
    color: #fff;
    padding: 21px 55px;
}

.animated_border_effect #border_animation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.animated_border_effect #chain_border_animation {
    -webkit-animation: dash 1s infinite linear;
    -moz-animation: dash 1s infinite linear;
    -o-animation: dash 1s infinite linear;
    animation: dash 1s infinite linear;
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 5;
    }
}

@-moz-keyframes dash {
    to {
        stroke-dashoffset: 5;
    }
}

@-o-keyframes dash {
    to {
        stroke-dashoffset: 5;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 5;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1240px;
    }
}

@media (max-width: 991px) {
    .padding_bottom {
        padding-bottom: 70px;
    }
    .about_section .img_section .about_img_1 {
        display: none;
    }
    .anim-icon {
        display: none;
    }
    .shape-4,
    .shape-3,
    .shape-5,
    .shape-9,
    .shape-10,
    .shape-11 {
        display: none;
    }
    .single-activities .activities-content h3 {
        font-size: 20px;
        margin-bottom: 12px;
        font-weight: 800;
    }
    .contact-form-section .contact-form {
        position: relative;
        max-width: 770px;
        margin: 38px auto !important;
    }
    .contact-information h3 {
        font-size: 20px !important;
    }
    .contact-list h5 {
        font-size: 14px !important;
    }
    .contact-information .opening-hours li {
        font-size: 14px !important;
    }
}

@media (max-width: 767.98px) {
    .values .img_section .about_img_1 {
        max-width: 337px;
        margin-top: 27px;
    }
    .core-values h4 {
        font-size: 15px !important;
        font-family: 'Nunito';
        font-weight: 700;
        color: #586e60;
    }
    .banner_iner {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .section_padding {
        padding: 100px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section_padding {
        padding: 70px 0px;
    }
}

@media (max-width: 767.98px) {
    .section_padding {
        padding: 50px 0px;
    }
    .about_section .about_section_content p {
        font-size: 14px;
        color: #616161;
        font-weight: 400;
        line-height: 29px;
        text-align: justify;
    }
    .about_section h1 {
        color: #c59f76;
        font-size: 22px;
        font-weight: 900;
    }
}

@media (max-width: 991px) {
    .padding_top {
        padding-top: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .padding_top {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .padding_bottom {
        padding-bottom: 100px;
    }
}

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

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .mt_100 {
        margin-top: 80px;
    }
}

@media (max-width: 767.98px) {
    .niceSelect:after {
        top: 13px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .niceSelect .list {
        padding: 5px;
    }
}

@media (max-width: 767.98px) {
    .cta_part .breadcrumb_animation_2 img {
        max-width: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part .breadcrumb_animation_2 img {
        max-width: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .niceSelect .list li {
        line-height: 33px;
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    .section_tittle {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section_tittle {
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .section_tittle {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .section_tittle h2 {
        font-size: 25px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section_tittle h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .section_tittle h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media (max-width: 767.98px) {
    .section_tittle_style_02 {
        margin-bottom: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section_tittle_style_02 {
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .section_tittle_style_02 {
        margin-bottom: 50px;
    }
}

@media (max-width: 991px) {
    .section_tittle_style_02 .title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .section_tittle_style_02 .title {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .kid_title {
        font-size: 35px;
    }
}

@media (max-width: 991px) {
    .kid_title {
        font-size: 35px;
    }
}

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


/******** header *********/

.header_part {
    background-color: #fff;
}

.header_part .sub_header {
    padding: 9px 0;
}

.header_part .sub_header a {
    display: inline-block;
    color: #fff;
}

.header_part .sub_header .header_contact_info i {
    margin-right: 14px;
}

.header_part .sub_header .header_contact_info a {
    margin-right: 30px;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .header_part .sub_header .header_contact_info a {
        margin-right: 10px;
        margin-left: 10px;
        padding: 4px;
    }
}

@media (max-width: 767.98px) {
    .header_part .sub_header {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header_part .sub_header .header_contact_info a {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .header_part .sub_header .header_contact_info a {
        margin-right: 25px;
    }
}

@media (max-width: 767.98px) {
    .header_part .sub_header .header_contact_info a:last-child {
        margin-right: 10px;
    }
}

@media (max-width: 767.98px) {
    .header_part .sub_header .header_social_icon {
        justify-content: center;
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .header_part .header .navbar {
        padding: 0px 0;
        padding-top: 20px !important;
    }
}

@media (max-width: 991px) {
    .header_part .header .navbar .navbar-nav {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .header_part .header .navbar .nav-link {
        padding: 12px 20px;
        border-bottom: 1px solid rgba(95, 95, 127, 0.2);
        font-size: 13px;
    }
    .header_part .header .navbar .nav-link:hover {
        background-color: transparent;
        color: #57916d;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .header_part .header .navbar .nav-link {
        padding: 25px 20px;
    }
}

@media (max-width: 991px) {
    .header_part .header .cu_btn {
        margin: 15px;
    }
}

.header_part .sub_header .header_contact_info a:last-child {
    margin-right: 0;
}

.header_part .sub_header .header_social_icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_part .sub_header .header_social_icon a {
    display: inline-block;
    padding-left: 24px;
    font-size: 14px;
}

.header_part .sub_header .header_social_icon p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.header_part .header .navbar {
    padding: 0;
    text-transform: capitalize;
}

.navbar-brand img {
    width: 293px !important;
    margin-top: -12px;
}

.header_part .header .navbar .navbar-nav {
    margin-right: 13px;
}

.header_part .header .navbar .nav-link {
    color: #81b294;
    font-weight: bold;
    font-size: 13px;
    padding: 16px 11px;
    text-transform: uppercase;
}

.header_part .header .cu_btn {
    font-family: 'Rosemary-regular';
    font-weight: 900;
    padding: 11px 16px;
    text-transform: uppercase;
    font-size: 13px;
}

.header_part .dropdown-menu {
    border: 0 solid transparent;
    margin: 0;
}

@media (min-width: 991px) {
    .header_part .dropdown-toggle::after {
        display: none;
    }
    .header_part .dropdown-menu {
        float: left;
        min-width: 150px;
        margin: 0;
        border-radius: 0;
        border: 0 solid transparent;
        display: block;
        opacity: 0;
        background: white;
        visibility: hidden;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
        padding: 15px 0;
        transform: translateY(10px);
    }
    .header_part .dropdown-menu .dropdown-item {
        padding: 8px 30px;
        color: #81b294;
        font-weight: 700;
        font-size: 13px;
        background: white;
        text-transform: uppercase;
    }
    .header_part .dropdown-menu .dropdown-item:hover {
        background-color: #ffffff;
        color: #81b294;
    }
    .header_part .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .header_part .navbar-toggler {
        border: 0 solid transparent;
        padding: 0;
        font-size: 22px;
    }
    .header_part .navbar-nav {
        margin-right: 0;
    }
    .header_part .dropdown-menu {
        padding: 0 15px;
        /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1); */
        background: #fffefd57;
    }
    .header_part .navbar-collapse {
        position: absolute;
        top: 103px;
        background-color: #ffffffd6;
        z-index: 4;
        left: -15px;
        width: 109%;
        /* box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.05); */
    }
    .header_part .dropdown-item {
        padding: 9px 0px;
        color: #538f6a;
        font-weight: 500;
        font-size: 13px;
        font-weight: bold;
        font-size: 13px;
        text-transform: uppercase;
    }
    .header_part .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }
    .header_part .dropdown.show .dropdown-toggle::after {
        float: right;
        transform: rotate(180deg);
    }
}

.header_style_2 .header .navbar .nav-link {
    color: #fff;
    font-weight: 500;
}

@media (max-width: 991px) {
    .header_style_2 .header .navbar .nav-link {
        color: #5f5f7f;
    }
}

.header_style_2 .header .navbar .nav-link:hover {
    color: #f9ae15;
}

@media (max-width: 991px) {
    .header_style_2 .navbar-toggler {
        border: 0 solid transparent;
        padding: 0;
        font-size: 27px;
        color: #fff;
    }
}

.header_style_2 .cu_btn:hover {
    background-color: transparent;
}

.header_style_2 img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.header_style_3 .header .navbar .nav-link {
    color: #fff;
}

@media (max-width: 991px) {
    .header_style_3 .header .navbar .nav-link {
        color: #5f5f7f;
    }
}

.header_style_3 .header .navbar .nav-link:hover {
    color: #fe4b7b;
}

@media (max-width: 991px) {
    .header_style_3 .navbar-toggler {
        border: 0 solid transparent;
        padding: 0;
        font-size: 27px;
        color: #fff;
    }
}

.header_style_3 img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    .cu_btn.white_btn {
        border: 1px solid #fe4b7b;
        color: #fe4b7b;
    }
    .cu_btn.white_bg {
        border: 1px solid #fe4b7b;
    }
}

.menu_fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(4, 13, 41, 0.05);
}

.menu_fixed.header .navbar .nav-link {
    color: #81b294;
}

.menu_fixed.header .navbar .nav-link:hover {
    color: #198b78;
}

@media (max-width: 991px) {
    .menu_fixed.header .navbar .nav-link {
        color: #538f6a;
    }
    .menu_fixed.header .navbar .nav-link:hover {
        color: #538f6a;
    }
}

.menu_fixed .cu_btn {
    background-color: transparent;
    border: 1px solid #548f6b;
    color: #81b294;
    border-style: dotted;
}

.menu_fixed .cu_btn:hover {
    border: 1px solid #81b294;
}

@media (max-width: 991px) {
    .menu_fixed .cu_btn {
        background-color: transparent;
        border: 1px solid #538f6a;
        color: #538f6a;
        border-style: dotted;
    }
    .menu_fixed .cu_btn:hover {
        border: 1px solid #538f6a;
        box-shadow: 0 3px 29px 0px rgba(0, 0, 0, 0.07);
    }
}

.menu_fixed img {
    -webkit-filter: none;
    filter: none;
}


/******** header css end *********/

.breadcrumb_part {
    background-image: url("../img/breadcrumb_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    height: 400px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .breadcrumb_part {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .breadcrumb_part {
        height: 350px;
    }
}

.breadcrumb_part .breadcrumb_iner {
    text-align: center;
    margin-top: 50px;
}

@media (max-width: 991px) {
    .breadcrumb_part .breadcrumb_iner {
        margin-top: 0;
    }
}

.breadcrumb_part h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .breadcrumb_part h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .breadcrumb_part h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 5px;
    }
}

.breadcrumb_part .breadcrumb_iner_link {
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumb_part .breadcrumb_iner_link a {
    font-size: 16px;
    color: #c9c9d1;
}

.breadcrumb_part .breadcrumb_iner_link a:hover {
    color: #fe4b7b;
}

.breadcrumb_part .breadcrumb_iner_link p {
    font-size: 16px;
    color: #c9c9d1;
    font-family: "Nunito", sans-serif;
}

.breadcrumb_part .breadcrumb_iner_link span {
    margin: 0 5px;
    color: #c9c9d1;
}

.breadcrumb_part [class^=breadcrumb_animation_],
.breadcrumb_part [class*=breadcrumb_animation_] {
    position: absolute;
    z-index: 1;
}

.breadcrumb_part .breadcrumb_animation_4 {
    left: 5%;
    top: 30%;
    right: auto;
    bottom: auto;
}

.breadcrumb_part .breadcrumb_animation_5 {
    right: 8%;
    top: 33%;
}

@media (max-width: 767.98px) {
    .breadcrumb_part .breadcrumb_animation_5 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .breadcrumb_part .breadcrumb_animation_5 {
        display: none;
    }
}

.breadcrumb_part .breadcrumb_animation_7 {
    left: 15%;
    bottom: 14%;
}

.breadcrumb_part .breadcrumb_animation_10 {
    right: 5%;
    bottom: 25%;
}

.breadcrumb_part .breadcrumb_animation_12 {
    right: 31%;
    bottom: 23%;
}

.breadcrumb_part .breadcrumb_animation_13 {
    right: 66%;
    top: 30%;
}

@media (max-width: 767.98px) {
    .breadcrumb_part .breadcrumb_animation_13 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .breadcrumb_part .breadcrumb_animation_13 {
        display: none;
    }
}


/********* banner part css here ********/

.banner_part {
    overflow: hidden;
}

.banner_part .single_banner_part {
    position: relative;
    z-index: 3;
    height: 100vh;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .banner_part .single_banner_part {
        height: 267px;
    }
}

.banner_part .single_banner_part:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: #000; */
    opacity: 0.45;
    z-index: -1;
}

.banner_part .single_banner_part [class^=banner_animation_],
.banner_part .single_banner_part [class*=banner_animation_] {
    position: absolute;
    z-index: 2;
}

.banner_part .single_banner_part .banner_animation_1 {
    left: 56px;
    top: 43px;
}

.banner_animation_1 img {
    width: 100px;
}

@media (max-width: 767.98px) {
    .banner_part .single_banner_part .banner_animation_1 {
        z-index: -1;
        left: 15px;
        top: 20px;
        max-width: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_part .single_banner_part .banner_animation_1 {
        left: 15px;
        top: 20px;
        max-width: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .banner_part .single_banner_part .banner_animation_1 {
        left: 15px;
        top: 20px;
        max-width: 40px;
    }
}

.banner_part .single_banner_part .banner_animation_2 {
    left: 100px;
    bottom: 200px;
}

@media (max-width: 991px) {
    .banner_part .single_banner_part .banner_animation_2 {
        z-index: -1;
        bottom: 50px;
        left: 20px;
        max-width: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .banner_part .single_banner_part .banner_animation_2 {
        bottom: 10px !important;
        left: 30px !important;
        max-width: 40px;
    }
}

.banner_part .single_banner_part .banner_animation_5 {
    left: 34%;
    top: 7%;
}

@media (max-width: 991px) {
    .banner_part .single_banner_part .banner_animation_5 {
        z-index: -1;
        right: 30px;
        top: 50px;
        max-width: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .banner_part .single_banner_part .banner_animation_5 {
        right: 30px;
        bottom: 50px;
        max-width: 40px;
    }
}

.banner_part .single_banner_part .banner_animation_4 {
    right: 200px;
    bottom: 200px;
}

@media (max-width: 991px) {
    .banner_part .single_banner_part .banner_animation_4 {
        z-index: -1;
        right: 50px;
        bottom: 60px;
        max-width: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .banner_part .single_banner_part .banner_animation_4 {
        right: 50px;
        bottom: 60px;
        max-width: 40px;
    }
}

.banner_part .single_banner_part .banner_iner {
    text-align: center;
    position: relative;
    z-index: 9;
}

.banner_part .single_banner_part .banner_iner h2 {
    font-size: 90px;
    font-weight: 700;
    color: #fff;
    line-height: 1.11;
    margin-bottom: 16px;
}

@media (max-width: 767.98px) {
    .banner_part .single_banner_part .banner_iner h2 {
        font-size: 40px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_part .single_banner_part .banner_iner h2 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .banner_part .single_banner_part .banner_iner h2 {
        font-size: 55px;
    }
}

.banner_part .single_banner_part .banner_iner p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1.7;
}

@media (max-width: 767.98px) {
    .banner_part .single_banner_part .banner_iner p {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_part .single_banner_part .banner_iner p {
        font-size: 16px;
    }
}

.banner_part .single_banner_part .banner_iner .cu_btn {
    margin-top: 38px;
}

.banner_part .single_banner_part .banner_iner .cu_btn:hover {
    background-color: #fff;
    border: 1px solid #fff;
    color: #fe4b7b;
}

@media (max-width: 991px) {
    .banner_part .single_banner_part .banner_iner .cu_btn {
        margin-top: 14px;
    }
}

.banner_part .bg_1 {
    background-image: url("../img/banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_part .owl-nav button.owl-next,
.banner_part .owl-nav button.owl-prev {
    border: 2px solid transparent;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.banner_part .owl-nav button.owl-next:hover,
.banner_part .owl-nav button.owl-prev:hover {
    background-color: #fff;
    border: 2px solid #fff;
    color: #fe4b7b;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_part .owl-nav button.owl-next,
    .banner_part .owl-nav button.owl-prev {
        left: 20px;
    }
}

.banner_part .owl-nav button.owl-next {
    left: auto;
    right: 42px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_part .owl-nav button.owl-next {
        right: 20px;
    }
}

.banner_part .owl-item.active .banner_iner h2,
.banner_part .owl-item.active .banner_iner p {
    -webkit-animation: animmate_In_Up 1s ease 0s both;
    animation: animmate_In_Up 1s ease 0s both;
}

.banner_part .owl-item.active .banner_animation_1,
.banner_part .owl-item.active .banner_animation_2,
.banner_part .owl-item.active .banner_animation_3,
.banner_part .owl-item.active .banner_animation_4 {
    -webkit-animation: animmate_In_Up 1s ease 0s both;
    animation: animmate_In_Up 1s ease 0s both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner_part .owl-item.active .banner_iner h2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.banner_part .owl-item.active .banner_iner p {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner_part .owl-item.active .banner_iner .btn_2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation: animmate_In_Down 1s ease 0s both;
    animation: animmate_In_Down 1s ease 0s both;
}

@-webkit-keyframes animmate_In_Up {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateXY(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes animmate_In_Up {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes animmate_In_Down {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateXY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes animmate_In_Down {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.home_two_banner .single_banner_part.home_two_bg {
    background-image: url("../img/3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.home_two_banner .single_banner_part.home_two_bg-1 {
    background-image: url("../img/4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.home_two_banner .single_banner_part .banner_iner {
    text-align: left;
}

.home_two_banner .single_banner_part .banner_iner h5 {
    font-size: 20px;
    font-weight: 700;
    color: #edb171;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .home_two_banner .single_banner_part .banner_iner h5 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .home_two_banner .single_banner_part .banner_iner {
        text-align: center;
    }
}

.home_two_banner .single_banner_part .banner_iner h2 {
    color: #99b4a4;
    font-size: 57px;
    line-height: 1.4;
    margin-bottom: 44px;
    font-family: 'Rosemary-regular';
    font-weight: 800;
}

@media (max-width: 767.98px) {
    .home_two_banner .single_banner_part .banner_iner h2 {
        font-size: 22px;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .home_two_banner .single_banner_part .banner_iner h2 {
        font-size: 40px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .home_two_banner .single_banner_part .banner_iner h2 {
        font-size: 50px;
    }
}

.home_two_banner .single_banner_part .banner_animation_2 {
    position: absolute;
    left: 121px;
    bottom: 136px;
}

@media (max-width: 767.98px) {
    .home_two_banner .single_banner_part .banner_animation_2 {
        z-index: -1;
        bottom: 50px;
        left: 20px;
        max-width: 40px;
    }
    .navbar-brand img {
        width: 258px !important;
    }
}

.home_two_banner .single_banner_part .banner_animation_3 {
    position: absolute;
    left: 35%;
    top: 58px;
}

@media (max-width: 767.98px) {
    .home_two_banner .single_banner_part .banner_animation_3 {
        z-index: -1;
        top: 100px;
        left: 20px;
        max-width: 40px;
    }
}

.home_two_banner .single_banner_part .banner_animation_4 {
    position: absolute;
    right: 5%;
    bottom: 50%;
}

@media (max-width: 767.98px) {
    .home_two_banner .single_banner_part .banner_animation_4 {
        z-index: -1;
        top: 100px;
        left: 20px;
        max-width: 40px;
    }
}

.position_fixed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 8;
    background-color: transparent;
}

.animated_hero .single_banner_part {
    background-image: url("../img/banner_3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.animated_hero .single_banner_part:after {
    display: none;
}

.animated_hero .single_banner_part .banner_iner {
    position: relative;
    z-index: 9;
}

.animated_hero .single_banner_part .banner_iner h5 {
    color: #fff;
    font-size: 22px;
}

@media (max-width: 767.98px) {
    .animated_hero .single_banner_part .banner_iner h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .animated_hero .single_banner_part .banner_iner h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.animated_hero .single_banner_part .banner_iner h2 {
    font-size: 65px;
}

.animated_hero .single_banner_part .banner_iner h2 span {
    color: #ffc600;
}

@media (max-width: 767.98px) {
    .animated_hero .single_banner_part .banner_iner h2 {
        font-size: 35px;
        line-height: 1.3;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .animated_hero .single_banner_part .banner_iner h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .animated_hero .single_banner_part .banner_iner h2 {
        font-size: 45px;
        line-height: 55px;
    }
}

.animated_hero .single_banner_part .banner_iner .cu_btn {
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

.animated_hero .single_banner_part [class^=banner_animation_],
.animated_hero .single_banner_part [class*=banner_animation_] {
    position: absolute;
    z-index: 1;
}

.animated_hero .single_banner_part .banner_animation_1 {
    right: 16%;
    top: auto;
    left: auto;
    bottom: 17%;
}

@media (max-width: 767.98px) {
    .animated_hero .single_banner_part .banner_animation_1 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .animated_hero .single_banner_part .banner_animation_1 {
        display: none;
    }
}

.animated_hero .single_banner_part .banner_animation_2 {
    left: 50px;
    top: 20%;
}

@media (max-width: 767.98px) {
    .animated_hero .single_banner_part .banner_animation_2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .animated_hero .single_banner_part .banner_animation_2 {
        display: none;
    }
}

.animated_hero .single_banner_part .banner_animation_3 {
    left: 4%;
    bottom: 10%;
    right: auto;
    top: auto;
}

@media (max-width: 767.98px) {
    .animated_hero .single_banner_part .banner_animation_3 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .animated_hero .single_banner_part .banner_animation_3 {
        display: none;
    }
}

.animated_hero .single_banner_part .banner_animation_4 {
    left: 5%;
    top: 5%;
    right: auto;
    bottom: auto;
}

.animated_hero .single_banner_part .banner_animation_5 {
    right: 8%;
    top: 25%;
}

@media (max-width: 767.98px) {
    .animated_hero .single_banner_part .banner_animation_5 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .animated_hero .single_banner_part .banner_animation_5 {
        display: none;
    }
}

.animated_hero .single_banner_part .banner_animation_6 {
    right: 14%;
    bottom: 33%;
}

.animated_hero .single_banner_part .banner_animation_7 {
    left: 5%;
    top: 35%;
}

@media (max-width: 767.98px) {
    .animated_hero .single_banner_part .banner_animation_7 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .animated_hero .single_banner_part .banner_animation_7 {
        display: none;
    }
}

.animated_hero .single_banner_part .banner_animation_8 {
    left: 20%;
    top: 20%;
}

@media (max-width: 767.98px) {
    .animated_hero .single_banner_part .banner_animation_8 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .animated_hero .single_banner_part .banner_animation_8 {
        display: none;
    }
}

.animated_hero .single_banner_part .banner_animation_9 {
    right: 3%;
    top: 71%;
}

.animated_hero .single_banner_part .banner_animation_10 {
    right: 5%;
    bottom: 25%;
}

.animated_hero .single_banner_part .banner_animation_11 {
    left: 36%;
    bottom: 15%;
}

@media (max-width: 767.98px) {
    .animated_hero .single_banner_part .banner_animation_11 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .animated_hero .single_banner_part .banner_animation_11 {
        display: none;
    }
}

.animated_hero .single_banner_part .banner_animation_12 {
    right: 36%;
    bottom: 5%;
}

.animated_hero .single_banner_part .banner_animation_13 {
    right: 48%;
    top: 25%;
}

@media (max-width: 767.98px) {
    .animated_hero .single_banner_part .banner_animation_13 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .animated_hero .single_banner_part .banner_animation_13 {
        display: none;
    }
}

.animated_hero .single_banner_part .banner_animation_14 {
    left: 17%;
    bottom: 10%;
}

@media (max-width: 767.98px) {
    .animated_hero .single_banner_part .banner_animation_14 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .animated_hero .single_banner_part .banner_animation_14 {
        display: none;
    }
}

.animated_hero .single_banner_part .banner_animation_15 {
    left: 6%;
    bottom: 30%;
}

.banner_style_3 .single_banner_part {
    background-image: url("../img/banner_4.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_style_3 .single_banner_part:after {
    background-image: -moz-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
    background-image: -webkit-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
    background-image: -ms-linear-gradient(90deg, #fc3f72 0%, #fc5a86 100%);
    opacity: 0.9;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part {
        height: auto;
    }
}

.banner_style_3 .single_banner_part .banner_iner {
    position: relative;
    z-index: 9;
    text-align: left;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part .banner_iner {
        margin: 20px 0 50px;
    }
}

.banner_style_3 .single_banner_part .banner_iner h5 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .banner_style_3 .single_banner_part .banner_iner h5 {
        font-size: 18px;
    }
}

.banner_style_3 .single_banner_part .banner_iner h2 {
    font-size: 62px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.banner_style_3 .single_banner_part .banner_iner h2 span {
    color: #f9ae15;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part .banner_iner h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_style_3 .single_banner_part .banner_iner h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .banner_style_3 .single_banner_part .banner_iner h2 {
        font-size: 45px;
        line-height: 55px;
    }
}

.banner_style_3 .single_banner_part .banner_iner p {
    font-size: 18px;
    font-family: "Nunito", sans-serif;
}

@media (max-width: 991px) {
    .banner_style_3 .single_banner_part .banner_iner p {
        font-size: 16px;
    }
}

.banner_style_3 .single_banner_part .banner_iner .cu_btn {
    font-weight: 400;
    margin-top: 41px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}

@media (max-width: 991px) {
    .banner_style_3 .single_banner_part .banner_iner .cu_btn {
        margin-top: 20px;
    }
}

.banner_style_3 .single_banner_part .banner_video {
    box-shadow: 0px 15px 47.5px 2.5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part .banner_video {
        margin: 150px 0 40px;
    }
}

.banner_style_3 .single_banner_part .banner_video .video_popup {
    background-color: #fff;
    height: 72px;
    width: 72px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_style_3 .single_banner_part .banner_video .video_popup .polygon_shape {
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #fe4b7b;
    display: block;
    text-align: center;
    margin-left: 6px;
}

.banner_style_3 .single_banner_part .banner_video img {
    border-radius: 5px;
}

.banner_style_3 .single_banner_part [class^=banner_animation_],
.banner_style_3 .single_banner_part [class*=banner_animation_] {
    position: absolute;
    z-index: 1;
}

.banner_style_3 .single_banner_part .banner_animation_1 {
    right: 13%;
    top: auto;
    left: auto;
    bottom: 14%;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part .banner_animation_1 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_style_3 .single_banner_part .banner_animation_1 {
        display: none;
    }
}

.banner_style_3 .single_banner_part .banner_animation_2 {
    left: 50px;
    top: 20%;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part .banner_animation_2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_style_3 .single_banner_part .banner_animation_2 {
        display: none;
    }
}

.banner_style_3 .single_banner_part .banner_animation_3 {
    left: 4%;
    bottom: 10%;
    right: auto;
    top: auto;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part .banner_animation_3 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_style_3 .single_banner_part .banner_animation_3 {
        display: none;
    }
}

.banner_style_3 .single_banner_part .banner_animation_4 {
    left: 5%;
    top: 5%;
    right: auto;
    bottom: auto;
}

.banner_style_3 .single_banner_part .banner_animation_5 {
    right: 8%;
    top: 12%;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part .banner_animation_5 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_style_3 .single_banner_part .banner_animation_5 {
        display: none;
    }
}

.banner_style_3 .single_banner_part .banner_animation_6 {
    right: 14%;
    bottom: 33%;
}

.banner_style_3 .single_banner_part .banner_animation_7 {
    left: 5%;
    top: 35%;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part .banner_animation_7 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_style_3 .single_banner_part .banner_animation_7 {
        display: none;
    }
}

.banner_style_3 .single_banner_part .banner_animation_8 {
    left: 20%;
    top: 20%;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part .banner_animation_8 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_style_3 .single_banner_part .banner_animation_8 {
        display: none;
    }
}

.banner_style_3 .single_banner_part .banner_animation_9 {
    right: 7%;
    top: 54%;
}

.banner_style_3 .single_banner_part .banner_animation_10 {
    right: 5%;
    bottom: 25%;
}

.banner_style_3 .single_banner_part .banner_animation_11 {
    left: 36%;
    bottom: 15%;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part .banner_animation_11 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_style_3 .single_banner_part .banner_animation_11 {
        display: none;
    }
}

.banner_style_3 .single_banner_part .banner_animation_12 {
    right: 36%;
    bottom: 5%;
}

.banner_style_3 .single_banner_part .banner_animation_13 {
    right: 55%;
    top: 25%;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part .banner_animation_13 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_style_3 .single_banner_part .banner_animation_13 {
        display: none;
    }
}

.banner_style_3 .single_banner_part .banner_animation_14 {
    left: 17%;
    bottom: 10%;
}

@media (max-width: 767.98px) {
    .banner_style_3 .single_banner_part .banner_animation_14 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_style_3 .single_banner_part .banner_animation_14 {
        display: none;
    }
}

.banner_style_3 .single_banner_part .banner_animation_15 {
    left: 9%;
    bottom: 20%;
}

.banner_iner h2 span:nth-child(1) {
    color: #FFB218;
}

.banner_iner h2 span:nth-child(2) {
    color: #04FFF3;
}

.banner_iner h2 span:nth-child(3) {
    color: #fe4b7b;
}

@media (min-width: 991px) {
    .header_part .header .navbar .nav-item>.nav-link {
        position: relative;
        z-index: 1;
    }
    .header_part .header .navbar .nav-item>.nav-link:before {
        /* position: absolute; */
        /* content: ""; */
        /* left: 0; */
        /* right: 0; */
        content: "";
        position: absolute;
        color: white;
        left: 0px;
        right: -1px;
        height: 35px;
        width: 100%;
        /* clip-path: polygon(0px 0px, 100% 0px, 90% 100%, 10% 100%); */
        /* box-shadow: rgba(71, 51, 127, 0.11) 0px 5px 12.09px 0.91px; */
        top: 31px;
        opacity: 0;
        z-index: -1;
        transition: all 0.3s ease-out 0s;
        margin: 0px auto;
        background: rgb(242 218 178);
        border-radius: 40px;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
        /* background-image: url(../img/menu_bg_shape.png); */
        /* width: 50px; */
        /* height: 50px; */
        background-size: contain;
        z-index: -1;
        transition: all 0.3s;
        opacity: 0;
    }
    .header_part .header .navbar .nav-item>.nav-link:hover:before {
        opacity: 1;
    }
    .header_part .header .navbar .nav-item>.nav-link.active:before {
        opacity: 1;
    }
}


/********* banner part css end ********/

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .about_section .img_section {
        min-height: 510px;
    }
}

@media (max-width: 767.98px) {
    .about_section .img_section .about_img_1 {
        max-width: 313px;
        margin-top: 27px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .about_section .img_section .about_img_1 {
        left: 30px;
        max-width: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .about_section .img_section .about_img_1 {
        left: 30px;
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .about_section .img_section .about_img_2 {
        max-width: 235px;
    }
}

.about_section .img_section .about_img_3 {
    position: absolute;
    top: 80px;
    right: 36px;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

@media (max-width: 576px) {
    .about_section .img_section .about_img_3 {
        max-width: 250px;
        right: 0;
    }
}

@media (min-width: 1200px) {
    .about_section .about_section_content {
        padding: 49px 28px;
        background: #d3dde7;
        border-radius: 12px 12px 12px 12px;
    }
}

.about_section .about_section_content p {
    font-size: 14px;
    color: #616161;
    font-weight: 400;
    line-height: 29px;
    text-align: justify;
}

.about_section .about_section_content .btn_2 {
    margin-top: 40px;
    padding: 21px 44px;
}

.cta_section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* background-image: url("../img/cta_bg_white.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta_section [class^=cta_animation_],
.cta_section [class*=" cta_animation_"] {
    position: absolute;
    z-index: -1;
}

.cta_section .cta_animation_1 {
    right: 7%;
    top: 12%;
}

@media (max-width: 767.98px) {
    .cta_section .cta_animation_1 img {
        max-width: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section .cta_animation_1 img {
        max-width: 60px;
    }
}

.cta_section .cta_animation_2 {
    left: 7%;
    bottom: 20%;
}

@media (max-width: 767.98px) {
    .cta_section .cta_animation_2 img {
        max-width: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section .cta_animation_2 img {
        max-width: 60px;
    }
}

.cta_section .cta_animation_3 {
    right: 7%;
    top: 12%;
}

@media (max-width: 767.98px) {
    .cta_section .cta_animation_3 img {
        max-width: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section .cta_animation_3 img {
        max-width: 60px;
    }
}

.cta_section .cta_animation_4 {
    right: 2%;
    bottom: 0;
}

@media (max-width: 767.98px) {
    .cta_section .cta_animation_4 img {
        max-width: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section .cta_animation_4 img {
        max-width: 60px;
    }
}

.cta_section h2 {
    font-weight: 900;
    font-size: 50px;
    color: #32355d;
}

@media (max-width: 767.98px) {
    .cta_section h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section h2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cta_section h2 {
        font-size: 40px;
    }
}

.cta_section p {
    margin-top: 26px;
}

@media (max-width: 767.98px) {
    .cta_section p {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section p {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cta_section p {
        margin-top: 20px;
    }
}

.cta_section .cu_btn {
    margin-top: 42px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .cta_section .cu_btn {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section .cu_btn {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cta_section .cu_btn {
        margin-top: 25px;
    }
}

.cta_part {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url("../img/cta_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-color: #fc517f;
}

.cta_part h2 {
    font-size: 50px;
    margin-top: 47px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .cta_part h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part h2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cta_part h2 {
        font-size: 40px;
    }
}

.cta_part p {
    font-size: 22px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .cta_part p {
        margin-top: 15px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part p {
        margin-top: 20px;
        font-size: 18px;
    }
}

.cta_part .cu_btn {
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .cta_part .cu_btn {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part .cu_btn {
        margin-top: 25px;
    }
}

.cta_part .breadcrumb_animation_1 {
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .cta_part .breadcrumb_animation_1 img {
        max-width: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part .breadcrumb_animation_1 img {
        max-width: 80px;
    }
}

.cta_part .breadcrumb_animation_2 {
    position: absolute;
    right: 5%;
    bottom: 15%;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .cta_part .breadcrumb_animation_2 img {
        max-width: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part .breadcrumb_animation_2 img {
        max-width: 80px;
    }
}

.cta_section_wrapper {
    text-align: center;
}

.cta_section_wrapper img+h2 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.cta_section_wrapper .cu_btn {
    margin-top: 25px;
}

.cta_section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* background-image: url("../img/cta_bg_white.png"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cta_section [class^=cta_animation_],
.cta_section [class*=" cta_animation_"] {
    position: absolute;
    z-index: -1;
}

.cta_section .cta_animation_1 {
    right: 13%;
    top: -7%;
}

@media (max-width: 767.98px) {
    .cta_section .cta_animation_1 img {
        max-width: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section .cta_animation_1 img {
        max-width: 60px;
    }
}

.cta_section .cta_animation_2 {
    left: 7%;
    bottom: 20%;
}

@media (max-width: 767.98px) {
    .cta_section .cta_animation_2 img {
        max-width: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section .cta_animation_2 img {
        max-width: 60px;
    }
}

.cta_section .cta_animation_3 {
    right: 7%;
    top: 47%;
}

@media (max-width: 767.98px) {
    .cta_section .cta_animation_3 img {
        max-width: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section .cta_animation_3 img {
        max-width: 60px;
    }
}

.cta_section .cta_animation_4 {
    left: 15%;
    top: -7%;
}

@media (max-width: 767.98px) {
    .cta_section .cta_animation_4 img {
        max-width: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section .cta_animation_4 img {
        max-width: 60px;
    }
}

.cta_section h2 {
    font-weight: 900;
    font-size: 46px;
    color: #a9bbcd;
}

@media (max-width: 767.98px) {
    .cta_section h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section h2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cta_section h2 {
        font-size: 40px;
    }
}

.cta_section p {
    margin-top: 26px;
}

@media (max-width: 767.98px) {
    .cta_section p {
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section p {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cta_section p {
        margin-top: 20px;
    }
}

.cta_section .cu_btn {
    margin-top: 42px;
    font-family: 'Rosemary-regular';
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .cta_section .cu_btn {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_section .cu_btn {
        margin-top: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cta_section .cu_btn {
        margin-top: 25px;
    }
}

.cta_part {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url("../img/cta_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-color: #fc517f;
}

.cta_part h2 {
    font-size: 50px;
    margin-top: 47px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .cta_part h2 {
        font-size: 30px;
    }
    .all-banner-slide .owl-nav {
        margin-top: 0;
        -webkit-transition: 1s;
        transition: 1s;
        line-height: .01;
    }
    .all-banner-slide .owl-nav [class*=owl-] {
        margin: 0;
        position: absolute;
        left: 0;
        top: 45%;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        padding: 0;
        background: #ffffff59 !important;
        color: #404242 !important;
        display: inline-block;
        width: 33px;
        height: 31px;
        line-height: 56px;
        font-weight: 600 !important;
        text-align: center;
        font-size: 12px !important;
    }
    .all-banner-slide .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: 10px;
    }
    .all-banner-slide .owl-nav [class*=owl-].owl-prev {
        right: auto;
        left: 10px;
    }
    .all-banner-slide .owl-nav [class*=owl-]:hover {
        background: white;
        color: #008e98;
    }
    .owl-dots {
        text-align: center;
        margin-top: -36px;
        position: absolute;
        z-index: 99;
        right: 40%;
    }
    .owl-dots button.owl-dot {
        width: 11px;
        height: 11px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc0;
        margin: 0 3px;
        border: 1px solid white;
    }
    .owl-dots button.owl-dot.active {
        background-color: #fff;
        padding: 9px;
    }
    .owl-dots button.owl-dot:focus {
        outline: none;
    }
    .single-banner-slide h2 {
        font-size: 23px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part h2 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cta_part h2 {
        font-size: 40px;
    }
}

.cta_part p {
    font-size: 22px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .cta_part p {
        margin-top: 15px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part p {
        margin-top: 20px;
        font-size: 18px;
    }
}

.cta_part .cu_btn {
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .cta_part .cu_btn {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part .cu_btn {
        margin-top: 25px;
    }
}

.cta_part .breadcrumb_animation_1 {
    position: absolute;
    left: 5%;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .cta_part .breadcrumb_animation_1 img {
        max-width: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part .breadcrumb_animation_1 img {
        max-width: 80px;
    }
}

.cta_part .breadcrumb_animation_2 {
    position: absolute;
    right: 5%;
    bottom: 15%;
    z-index: -1;
}

.cta_section_wrapper {
    text-align: center;
}

.cta_section_wrapper img+h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.cta_section_wrapper .cu_btn {
    margin-top: 25px;
}

@media (max-width: 576px) {
    .banner_part:after {
        background-image: url(../img/animation_shape/home-banner-wave.png);
        background-repeat: no-repeat;
        position: absolute;
        content: "";
        height: 107px !important;
        width: 100% !important;
        bottom: 0;
        left: 0;
        z-index: 99;
    }
    .shapePulse {
        display: none;
    }
}


/*# sourceMappingURL=style.css.map */


/* custom */

.shape-mockup {
    position: absolute;
    right: 5%;
    top: 7%;
}

.shapePulse {
    -webkit-animation: shapePluse 6s linear infinite;
    animation: shapePluse 6s linear infinite
}

@-webkit-keyframes shapePluse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes shapePluse {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

.rotate {
    -webkit-animation: rotateShape 10s linear infinite;
    animation: rotateShape 10s linear infinite
}

@-webkit-keyframes rotateShape {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotateShape {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.moving {
    -webkit-animation: moving 8s linear infinite;
    animation: moving 8s linear infinite
}

@-webkit-keyframes moving {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-50px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes moving {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-50px)
    }
    100% {
        transform: translateY(0)
    }
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-50px)
    }
    100% {
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(-50px)
    }
    100% {
        transform: translateX(0)
    }
}

.movingTopLeft {
    -webkit-animation: movingTopLeft 10s linear infinite;
    animation: movingTopLeft 10s linear infinite
}

@-webkit-keyframes movingTopLeft {
    0% {
        opacity: 1;
        transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(-200px, -200px)
    }
}

@keyframes movingTopLeft {
    0% {
        opacity: 1;
        transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(-200px, -200px)
    }
}

.movingBottomLeft {
    -webkit-animation: movingBottomLeft 10s linear infinite;
    animation: movingBottomLeft 10s linear infinite
}

@-webkit-keyframes movingBottomLeft {
    0% {
        opacity: 1;
        transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(150px, 150px)
    }
}

@keyframes movingBottomLeft {
    0% {
        opacity: 1;
        transform: translate(0, 0)
    }
    100% {
        opacity: 0;
        transform: translate(150px, 150px)
    }
}

.section-after.style-2 {
    bottom: -10px;
}

.section-after {
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    z-index: 29;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .d-md-block {
        display: block!important;
    }
}

.banner_part:after {
    background-image: url(../img/animation_shape/home-banner-wave.png);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    height: 131px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.banner_part {
    position: relative;
}


/* about us */

.about_section h1,
.subheading {
    color: #e3b9b3;
    font-size: 22px;
    font-weight: 900;
}

.anim-icon {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* right: 0; */
    /* height: 100%; */
    /* width: 100%; */
    /* max-width: 1920px; */
    /* margin: 0 auto; */
}

.anim-icon .icon {
    position: absolute;
    background-repeat: no-repeat;
}

.anim-icon .icon-2 {
    background: url(../img/icon/anim-icon-2.png);
    width: 188px;
    height: 192px;
    top: 49px;
    z-index: 99;
    right: 89px;
    background-repeat: no-repeat;
}

.float-bob-x {
    animation-name: float-bob-x;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-x;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-x;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-x;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-x;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}


/*================================================
Activities Area CSS
=================================================*/

.activities-area {
    padding-top: 80px;
    background: #fcf9f4;
    padding-bottom: 50px;
    /* background-image: url(../img/activities-bg.jpg); */
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-activities {
    position: relative;
    margin-bottom: 30px;
    /* background: #ebb989; */
    padding: 12px 7px;
    min-height: 150px;
    border-radius: 26px 29px 29px 29px;
}

.single-activities .number span {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 55px;
    font-size: 26px;
    color: #1b0238;
    background-color: #bf918b;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 4px;
    top: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: bold;
}

.single-activities .number span::before {
    position: absolute;
    content: "";
    height: 61px;
    width: 61px;
    line-height: 70px;
    border: 1px solid #bf918b;
    border-radius: 50px;
    top: -5px;
    left: -5px;
    right: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-activities .number .bg-2 {
    background-color: #fdbea8;
}

.single-activities .number .bg-2::before {
    border: 1px solid #fdbea8;
}

.single-activities .number .bg-3 {
    background-color: #6cbfb1;
}

.single-activities .number .bg-3::before {
    border: 1px solid #6cbfb1;
}

.single-activities .number .bg-4 {
    background-color: #9cacc1;
}

.single-activities .number .bg-4::before {
    border: 1px solid #c5cfdb;
}

.single-activities .number .bg-5 {
    background-color: #dcb790;
}

.single-activities .number .bg-5::before {
    border: 1px solid #fce0ad;
}

.single-activities .number .bg-6 {
    background-color: #e6bba7;
}

.single-activities .number .bg-6::before {
    border: 1px solid #e6bba7;
}

.single-activities .activities-content {
    padding-left: 63px;
}

.single-activities .activities-content h3 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 800;
}

.single-activities .activities-content h3 a {
    color: #ffffff;
}

.single-activities .activities-content p {
    margin-bottom: 12px;
}

.single-activities .activities-content .activities-btn {
    font-size: 16px;
    color: #ea512e;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-activities:hover .number span {
    background-color: #e39439;
    color: #ffffff;
}

.single-activities:hover .number span::before {
    border: 1px solid #d6ac80;
}

.single-activities:hover .activities-content h3 a {
    color: #e39439;
}

.single-activities:hover .activities-content .activities-btn {
    letter-spacing: 1px;
}

.profile-download {
    text-align: center;
}

.service .shape-3,
.service .shape-4 {
    -webkit-animation: moveLeftBounce 3s linear infinite;
    animation: moveLeftBounce 3s linear infinite;
}

.service .shape-3 img {
    position: absolute;
    width: 167px;
    left: -138px;
    top: -50px;
}

.service .shape-4 img {
    position: absolute;
    width: 194px;
    right: 20%;
    top: -88px;
}

.contact-icon .shape-5 img {
    position: absolute;
    width: 121px;
    top: 20px;
}

.contact-icon .shape-9 img {
    position: absolute;
    width: 161px;
    right: 68%;
    top: 11px;
}

.contact-icon .shape-11 img {
    position: absolute;
    width: 247px;
    right: 86%;
    top: -17%;
}

.contact-icon .shape-10 img {
    position: absolute;
    width: 121px;
    top: 59px;
    left: 10%;
}

@keyframes moveLeftBounce {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}

.dlab-tilte {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: 0;
    line-height: 30px;
    color: #464646;
    font-weight: 600;
}

.icon-cell {
    border-radius: 73% 34% 44% 35% / 43% 42% 41% 39%;
    background: #dca185;
    transition: all 0.4s ease-in-out;
    margin-bottom: 20px;
    display: inline-block;
}

.icon-cell {
    transition: all 0.4s ease-in-out;
    text-align: center;
    width: 100px;
}

.icon-lg {
    text-align: center;
}

.values h1 {
    color: #e3b9b3;
    font-size: 22px;
    font-weight: 900;
}

.core-values h4 {
    font-size: 13px;
    margin-bottom: 20PX;
    font-family: 'Rosemary-regular';
    font-weight: 700;
    color: #586e60;
}

.core-values {
    padding-top: 10px;
}

.core-values h4 img {
    width: 38px;
    margin-right: 10px;
}


/* contact */

.contact {
    padding-top: 70px;
    padding-bottom: 40px;
    background: #fcf9f4;
}

.contact-form-section .contact-form {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
}

.contact-form-section .row {
    margin: 0 -10px;
}

.contact-form-section .contact-form .form-group {
    position: relative;
    padding: 0 10px;
    margin-bottom: 20px;
}

.contact-form-section .contact-form .form-group input[type="text"],
.contact-form-section .contact-form .form-group input[type="email"],
.contact-form-section .contact-form .form-group input[type="url"],
.contact-form-section .contact-form .form-group textarea,
.contact-form-section .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #858687;
    line-height: 28px;
    padding: 25px 40px;
    border: 1px solid transparent;
    background-color: #f7eee3;
    font-weight: 500;
    border-radius: 15px;
    height: 80px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form-section .contact-form .form-group input:focus,
.contact-form-section .contact-form .form-group select:focus,
.contact-form-section .contact-form .form-group textarea:focus {
    border-color: #ff4880;
}

.contact-form-section .contact-form .form-group textarea {
    height: 180px;
    resize: none;
}

.contact-form label.error {
    color: #ff4880;
}

.contact-information h3 {
    margin-bottom: 25px;
    font-size: 25px;
}

.contact-information .contact-list {
    padding-left: 0;
    margin-bottom: 25px;
    list-style-type: none;
}

.contact-information .contact-list li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 0px;
}

.contact-information .contact-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #ea512e;
    font-size: 20px;
}

.contact-information .contact-list li span {
    font-weight: 600;
    font-family: 'Poppins';
    color: #616570;
}

.contact-information .contact-list li a {
    display: inline-block;
    font-weight: 600;
    position: relative;
    font-weight: 600;
    font-family: 'Rosemary-regular';
    color: #616570;
}

.contact-information .contact-list li a:hover::before {
    width: 100%;
}

.contact-information .contact-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ea512e;
}

.contact-information .contact-list li:last-child {
    margin-bottom: 0;
}

.contact-information .opening-hours {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.contact-information .opening-hours li {
    margin-bottom: 24px;
    font-weight: 600;
    font-family: 'Rosemary-regular';
    color: #616570;
}

.contact-information .opening-hours li:last-child {
    margin-bottom: 0;
}

.contact-list h5 {
    display: inline;
    font-size: 16px;
    font-weight: 600;
    color: #616570;
    font-family: 'Rosemary-regular';
}

.contact-list li img {
    width: 24px;
    margin-right: 7px;
}


/* footer */


/*=============================
13. Footer
=============================*/

.footer {
    background: #adc9b8;
    padding: 68px 0 14px;
    border-top-right-radius: 55px;
    border-top-left-radius: 55px;
}

@media (max-width: 767.98px) {
    .footer {
        padding: 50px 0 20px;
    }
    .footer {
        background: #93af9e;
        padding: 50px 0 14px;
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }
    .footer .abt {
        display: none;
    }
}

.footer__widget {
    margin-bottom: 40px;
}

.footer__widget .fw-title {
    margin-bottom: 6px;
}

.footer__widget .fw-title .sub-title {
    color: #ffffff;
    font-family: 'Rosemary-regular';
    font-size: 28px;
    font-weight: 900;
    /* text-transform: uppercase; */
    line-height: 1;
    margin-bottom: 30px;
}

.footer__widget .fw-title .title {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.footer__widget p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
}

.footer__widget__text {
    margin-right: 40px;
}

.footer__widget__address .mail {
    color: #fff;
    font-size: 17px;
    display: block;
    margin-bottom: 13px;
}

.footer__widget__address .mail:hover {
    color: #FCAF17;
}

.footer__social__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 13px;
}

.footer__social__list li:not(:last-child) {
    margin-right: 17px;
}

.footer__social__list li a {
    display: block;
    font-size: 13px;
    color: #898989;
    line-height: 1;
}

.footer__social__list li a:hover {
    color: #fff;
}

.copyright__wrap {
    margin-top: 0px;
    padding-top: 14px;
    border-top: 1px solid #ffffff;
}

.copyright__wrap .copyright__text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
}

.copyright__wrap .copyright__text a {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
}

.footer__widget__address img {
    width: 25px;
    margin-right: 10px;
}

.social-links {
    display: flex;
    margin-top: 16px;
    margin-left: -9px;
}

.social-links a {
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    background: #e3b9b3;
    color: #fff;
    /* box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05); */
    margin: 0 8px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s;
}

.social-links a .fab {
    font-size: 16px;
    line-height: 31px;
    position: relative;
    z-index: 10;
    transition: color 0.5s;
}


/* .social-links a::after {
    content: '';
    width: 100%;
    height: 100%;
    top: -90px;
    left: 0;
    background: #000;
    background: linear-gradient(-45deg, #ed1c94, #ffec17);
    position: absolute;
    transition: 0.5s;
}

.social-links a:hover::after {
    top: 0;
}

.social-links a:hover .fab {
    color: #fff;
}

.social-links a:hover {
    transform: translateY(-10px);
} */


/*Page Header Starts Here*/

.page-header {
    padding: 90px 0;
}

@media (max-width: 1199px) {
    .page-header {
        padding: 58px 0;
    }
}

@media (max-width: 767px) {
    .page-header {
        position: relative;
    }
}

.page-header-content {
    text-align: center;
}

.page-header-content .title {
    font-size: 34px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 5px;
    font-weight: 900;
    font-family: 'Nunito';
    color: #538f6a;
}

.page-header-content .breadcrumb {
    justify-content: center;
    margin: 0;
    padding: 0;
    background: transparent;
}

.map-container {
    overflow: hidden;
    padding-bottom: 26%;
    position: relative;
    height: 0;
}

.map-container iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: relative;
}
.map-container div {
    height: 100%;
    width: 50%;
    position: absolute;
    z-index: 9;
}
.map-container h5 {
    position: absolute;
    bottom: 0;
    left: 80px;
    background: #adc9b8;
    color: #000;
    padding: 10px
}
.padding-7-3 {
    padding-top: 70px;
    padding-bottom: 30px;
}

.service-content {
    padding-top: 75px;
}

.service-single-item .service-content .title {
    color: #aec8b8;
    font-size: 24px;
    line-height: 44px;
    font-weight: 600;
    padding: 6px 0 6px 17px;
    position: absolute;
    font-size: 25px;
    margin-bottom: 12px;
    font-weight: 800;
    top: 6%;
    left: -20%;
    z-index: 0;
}

.service-single-item .service-content .title::after {
    content: '';
    background-color: #fcf9f4;
    display: block;
    width: 100px;
    border-radius: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.service-single-item .thumb-wrap {
    overflow: hidden;
    max-width: 500px;
    border-radius: 8px;
}

.service-single-item .thumb {
    width: 100%;
    position: relative;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.service-single-item .thumb::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: rgba(251, 154, 9, 0.1);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    display: block;
}

.service-single-item .thumb::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 1;
    background-color: rgba(251, 154, 9, 0.1);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    display: block;
}

.service-single-item .thumb:hover {
    -webkit-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg);
}

.service-single-item .thumb:hover::before,
.service-single-item .thumb:hover::after {
    width: 100%;
    height: 100%;
}

.service-single-item .service-content p {
    font-size: 15px;
    color: #4e4e4e !important;
    /* font-weight: 500; */
    line-height: 28px;
    text-align: justify;
}

.item-number {
    color: rgb(217 156 67 / 40%);
    font-size: 140px;
    line-height: 150px;
    font-weight: 600;
    text-align: right;
    PADDING: 35PX;
    TEXT-ALIGN: LEFT;
}

.service-area-main {
    padding-top: 30px;
    padding-bottom: 70px;
}

.service-single-item img {
    width: 100%;
    border-radius: 8px;
}

@media only screen and (max-width: 768px) {
    .service-content {
        padding-top: 58px;
    }
    .service-single-item .service-content .title {
        font-size: 19px;
        line-height: 44px;
        padding: 6px 0 6px 17px;
        position: absolute;
        top: 2%;
        left: 0px;
        z-index: 0;
    }
    .padding-7-3 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .section-title-about {
        text-align: center;
        margin-bottom: 17px;
    }
    .item-number {
        display: none;
    }
    .bread-overlay {
        padding: 50px 0 !important;
    }
    h2.breadcrumb-title {
        color: #538f6a;
        font-family: 'Nunito';
        font-size: 35px !important;
        font-weight: 800;
        text-transform: capitalize;
    }
    .dropzone-desc {
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
        width: 50% !important;
        top: 50px;
        font-size: 16px;
    }
    .carrer-form {
        padding: 10px !important;
        border-radius: 5px;
        background-color: #ffffff;
        /* -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%); */
        /* box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%); */
        /* box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px; */
    }
    .language {
        border-bottom-left-radius: 15px !important;
        border-bottom-right-radius: 0px !important;
        padding: 2px 19px 4px 20px;
        background-color: #edc08f;
        /* color: rebeccapurple; */
        display: inline;
        right: 0px !important;
        top: 0px;
        position: absolute;
    }
    .service-icon {
        display: none;
    }
    .map-container h5 {
        left: 5px;
        font-size: 12px;
        bottom: 50px;
    }
}

.values-list {
    background-color: #fcf9f4;
    padding-top: 70px;
    padding-bottom: 70px;
}

.bg-white {
    color: white;
}

.value-item {
    background: #ffffff;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    min-height: 330px;
    box-shadow: 0px 14px 22px rgb(42 135 158 / 14%);
    border-radius: 8px;
}

.value-item:hover {
    padding: 20px;
    text-align: center;
    margin-top: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    min-height: 330px;
    border-radius: 8px;
}

.value-item h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}

.value-item p {
    text-align: justify;
    font-size: 14px;
}


/* ==================
about-bread Part starts
==================== */

.bread-overlay {
    padding: 81px 0;
}

.bread-overlay a {
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
}

#about-bread {
    background: url(../img/breadcrumb.jpg) center no-repeat;
    background-size: cover;
}

#about-bread .about-bread-overlay {
    background: #f9f3e9ed;
}

#about-bread .about-bread-overlay a:hover {
    color: #444;
}

#about-bread .about-bread-overlay a,
#about-bread .about-bread-overlay i {
    color: #f3948d;
    text-transform: capitalize;
}

#about-bread .about-bread-overlay h2.breadcrumb-title {
    /* text-shadow: -4px 2px 5px rgb(83 143 106); */
}

h2.breadcrumb-title {
    color: #aec8b8;
    font-family: 'Rosemary-regular';
    font-size: 44px;
    font-weight: 800;
    text-transform: capitalize;
}


/* ==================
about-bread Part ends
==================== */

.feature-current-item {
    padding: 30px;
    border-radius: 30px;
    transition: all 300ms ease 0s;
}

.feature-current-item .feature-icon {
    margin-bottom: 20px;
}

.feature-current-item .feature-icon img {
    width: 86px;
    transition: all 0.4s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .feature-current-item .feature-icon img {
        transition: none;
    }
}

.feature-current-item .feature-title {
    position: relative;
    display: inline-block;
    padding-bottom: 25px;
    margin-bottom: 15px;
    color: #aec8b8;
    font-size: 22px;
    font-weight: 900;
}

.feature-current-item .feature-title:after {
    background: #cacaca;
    height: 1px;
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
}

.feature-current-item p {
    text-align: justify;
}

.feature-current-item .feature-link-btn {
    background: var(--theme-color1);
    color: #fff;
    height: 42px;
    width: 42px;
    display: inline-block;
    line-height: 32px;
    border-radius: 50%;
    font-size: 32px;
    opacity: 0;
    transition: all 300ms ease 0s;
    transform: translateY(20px);
}


/* .feature-current-item:hover,
.feature-current-item.active {
    background: #c5d5e5;
    transition: all 300ms ease 0s;
} */

.one--1:hover {
    background: #c5d5e5;
}

.one--2:hover {
    background: #adc9b8;
}

.one--3:hover {
    background: #f3dab2;
}

.feature-current-item:hover .feature-title,
.feature-current-item.active .feature-title {
    color: #c59f76;
    font-size: 22px;
    font-weight: 900;
}

.feature-current-item:hover p,
.feature-current-item.active p {
    color: #fff;
    text-align: justify;
}

.feature-current-item:hover .feature-icon img,
.feature-current-item.active .feature-icon img {
    transform: rotate(15deg);
}

.feature-current-item:hover .feature-link-btn,
.feature-current-item.active .feature-link-btn {
    opacity: 1;
    transform: translateY(0);
}

.features-section {
    padding-top: 70px;
    padding-bottom: 30px;
    /* background-color: white !important; */
}

.list-description {
    position: relative;
    min-height: 494px;
    padding: 66px 19px 0px 19px;
    margin-bottom: 20px;
    background: #f8dabf;
    -webkit-box-shadow: 0px 14px 22px rgba(42, 135, 158, 0.14);
    box-shadow: 0px 14px 22px rgba(42, 135, 158, 0.14);
    -webkit-border-radius: 12px;
    border-radius: 12px
}

.list-description .count {
    position: absolute;
    top: -5px;
    left: 5px;
    display: inline-block;
    margin: 5px 10px;
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 45px;
    color: #c19667;
}

.list-description p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: justify;
}

.pedagogy-list {
    padding-top: 70px;
    padding-bottom: 50px;
}

.list-description h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}

.carrer-area {
    /* background-color: #ffffff; */
    padding-top: 60px;
    padding-bottom: 40px;
}


/* ---------------career ----------------*/

.carrer-form {
    padding: 35px;
    border-radius: 5px;
    background-color: #fcf9f4;
    /* -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); */
    /* box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1); */
    /* box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px; */
}

.carrer-form h2 {
    margin-bottom: 30px;
    color: #aec8b8;
    font-size: 22px;
    font-weight: 900;
    font-size: 23px;
    border-bottom: 1px solid #dedddf;
    padding-bottom: 15px;
    /* font-weight: 600; */
    position: relative;
    /* color: #222; */
}

.carrer-form h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #d9afa9;
    height: 100%;
    width: 100px;
}

.carrer-form form .form-group {
    margin-bottom: 25px;
}

.carrer-form form .form-group .form-control {
    height: 60px;
    padding: 0 15px 0 15px;
    line-height: initial;
    color: #202647;
    background-color: transparent;
    border-color: #c2baba;
    border-radius: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
}

.carrer-form form .form-group .form-control:focus {
    border-color: #1e324c;
    background-color: transparent;
    outline: 0;
}

.carrer-form form .form-group textarea.form-control {
    height: 120px;
    padding-top: 15px;
}

.carrer-form form label {
    display: block;
    margin-bottom: 5px;
    color: #6b6b84;
    font-weight: 400;
    font-size: 16px;
}

.carrer-form form .nice-select {
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: transparent;
    border-color: #c8c5c5;
    color: #6b6b84;
    border-radius: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 25px;
}

.carrer-form form .nice-select:focus {
    border-color: #1e324c;
    background-color: transparent;
}

.carrer-form form .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 1px;
    margin-bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.carrer-form form .nice-select .list .option {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #585858;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}

.carrer-form form .nice-select .list .option:hover {
    background-color: #eae8e8 !important;
    color: #585858;
}

.carrer-form form .nice-select .list .option.selected {
    background-color: #ffffff00;
    font-weight: 600;
}

.carrer-form form .nice-select::after {
    height: 8px;
    width: 8px;
    border-color: #1e324c;
    right: 15px;
}

.carrer-form form .banner-btn {
    text-align: center;
}

.carrer-form form .banner-btn .default-btn {
    border: none;
    width: 100%;
    font-size: 14px;
    padding: 15px;
    cursor: pointer;
    background: #db9227;
    border: 1px solid #db9227;
    border-radius: 20px;
    color: white;
}

.carrer-form form .form-check {
    margin-bottom: 20px;
    font-weight: 400;
    color: #6b6b84;
    font-size: 15px;
}

.carrer-form form .form-check a {
    color: #1e324c;
}

.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 150px;
    border-radius: 7px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.value-item img {
    margin-bottom: 17px;
}

.language {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 13px;
    padding: 2px 14px 4px 6px;
    z-index: 999;
    background-color: rgb(242 218 178);
    /* color: rebeccapurple; */
    display: inline;
    right: 6px;
    top: 0px;
    position: absolute;
}

.language a {
    color: #374d69;
    font-size: 12px;
    font-weight: 700;
    font-family: GE SS Two Medium;
}

.bg01 {
    background-color: #e4bab3;
}

.bg02 {
    background-color: #f5cfb3;
}

.bg03 {
    background-color: #c5d5e5;
}

.bg04 {
    background-color: #adc9b8;
}

.bg05 {
    background-color: #f3dab2;
}

.value-section {
    padding: 49px 28px;
    background: #d3dde7;
    border-radius: 12px 12px 12px 12px;
}

.shape-s1 img {
    position: absolute;
    top: 4%;
    right: 2%;
    width: 115px;
}

.shape-s2 img {
    position: absolute;
    top: 22%;
    left: 7%;
    width: 116px;
    z-index: 20;
}

.shape-s3 img {
    position: absolute;
    bottom: 38px;
    left: 1%;
    width: 162px;
    z-index: 20;
}

.shape-s4 img {
    position: absolute;
    bottom: 25%;
    right: 0%;
    width: 187px;
    z-index: 20;
}

.service-area-main {
    position: relative
}

.values,
.features-section,
.pedagogy-list,
.carrer-area,
.contact {
    position: relative;
}

.one-1 {
    color: #e4bab3;
}

.two-2 {
    color: #f5cfb3 !important;
}

.three-3 {
    color: #c5d5e5;
}

.four-4 {
    color: #adc9b8;
}

.five-5 {
    color: #f3dab2;
}

.six-6 {
    color: #e4bab3;
}

.seven-7 {
    color: #f5cfb3;
}

.join-class {
    text-align: center;
    padding: 20px;
}

.join-class h3 {
    color: #aec8b8;
    font-size: 22px;
    font-weight: 900;
}

.about_section,
.values-list {
    position: relative;
}

#success_tic .page-body {
    max-width: 360px;
    background-color: #fff8f1;
    margin: 6% auto;
}

#success_tic .page-body .head {
    text-align: center;
}


/* #success_tic .tic{
    font-size:186px;
  } */

#success_tic .close {
    opacity: 1;
    position: absolute;
    right: 0px;
    color: #2f8d7c;
    font-size: 30px;
    padding: 3px 15px;
    margin-bottom: 10px;
}

#success_tic .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #2f8d7c;
    position: absolute;
}

#success_tic .checkmark-circle .checkmark {
    border-radius: 5px;
}

#success_tic .checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#success_tic .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
}

.page-body .head h3 {
    margin-top: 20px;
    font-family: 'Nunito';
    color: #2f8d7c;
    margin-bottom: 10px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .page-body .head h3 {
        margin-top: 20px;
        font-family: 'Nunito';
        color: #2f8d7c;
        font-size: 21px;
        margin-top: 20px;
        font-weight: 800;
    }
    .success-up {
        text-align: center;
        background: #f7cea1;
        border-radius: 113px;
        width: 151px;
        height: 151px;
        margin-left: 20% !important;
    }
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

.success-up {
    text-align: center;
    background: #f7cea1;
    border-radius: 113px;
    width: 151px;
    height: 151px;
    margin-left: 27%;
}

.success-up img {
    width: 107px;
    margin-top: 31px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff8f1;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

@media (max-width: 768px) {
    .cta_animation_1,
    .cta_animation_2,
    .cta_animation_3,
    .cta_animation_4 {
        display: none;
    }
}

.social-links a img {
    width: 26px;
}

.founder-details {
    padding-top: 70px;
    padding-bottom: 90px;
}

.details h6 {
    text-align: center;
    margin-top: 20px;
}

.details p {
    text-align: center;
    font-weight: 600;
}

.test-thumb {
    text-align: center;
}

.staffs {
    position: relative;
    padding-top: 70px;
    padding-bottom: 40px;
}

.staff_item {
    position: relative;
    border-radius: 13px;
    background: #f2dab2;
    display: flex;
    justify-content: center;
    padding: 23px 0px 22px;
    margin-bottom: 61px;
}

.staff_name {
    font-size: 22px;
    /* margin-bottom: 12px; */
    font-weight: 800;
    color: #fff;
}

.staff_count {
    position: absolute;
    top: -34px;
    width: 60px;
    font-size: 28px;
    color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    line-height: 67px;
    height: 60px;
    text-align: center;
    border-radius: 102px;
    border: 1px solid white;
}

.meet-class {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
}

.meet-class h3 {
    color: #aec8b8;
    font-size: 22px;
    font-weight: 900;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}


/* slider */

.single-banner-slide {
    height: 88vh;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.single-banner-slide span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.single-banner-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(73 73 73 / 8%);
    z-index: -1;
    width: 100%;
    height: 100%;
}

.all-banner-slide .owl-nav {
    margin-top: 0;
    -webkit-transition: 1s;
    transition: 1s;
    line-height: 0.01;
}

.all-banner-slide .owl-nav [class*="owl-"] {
    margin: 0;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    padding: 0;
    background: white !important;
    color: #404242 !important;
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 56px;
    font-weight: 600 !important;
    text-align: center;
    font-size: 17px !important;
}

.all-banner-slide .owl-nav [class*="owl-"]:hover {
    background: white;
    color: #e50112;
}

.all-banner-slide .owl-nav [class*="owl-"].owl-next {
    left: auto;
    right: 40px;
}

.all-banner-slide .owl-nav [class*="owl-"].owl-prev {
    right: auto;
    left: 40px;
}

.banner-content {
    text-align: center;
    padding: 0px 30px;
}

@media (max-width: 576px) {
    .banner-content {
        padding: 0px 0px;
    }
}

.banner-content h6 {
    font-size: 27px;
    font-weight: 300;
    color: white;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.banner-content h6::before {
    content: "";
    position: absolute;
    left: -154px;
    top: 50%;
    transform: translateY(-50%);
    width: 151px;
    height: 5px;
    background: #0175A4;
}

.banner-content h6::after {
    content: "";
    position: absolute;
    right: -154x;
    top: 50%;
    transform: translateY(-50%);
    width: 151px;
    height: 5px;
    background: #0175A4;
}

.banner-content h1,
.banner-content h2 {
    font-size: 66px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    line-height: 1.2;
    text-transform: capitalize;
}

.banner-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: -12px;
    /* width: 138%; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}

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

.banner-content span {
    color: #0099D3;
}

::placeholder {
    color: rgb(142, 142, 142);
}