@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&amp;family=Outfit:wght@100..900&amp;display=swap');


:root{--font-size:16px;--font-weight-normal:400;--font-weight-bold:700;--font-weight-semibold:600;--font-weight-medium:500;--letter-spacing:0em;--text-color:#616161;--top-color:#eccf45;--primary-color:#2370b6;--Secondary-color:#ff853f;--tertiary-color:#15c1fa;--fourtiary-color:#a64cf9;--box-bg:#fdf7f3;--box-bg2:#f0fbf8;--title-color:#1e1e1e;--theme-color:#2370b6;--bg-white:#ffffff;--color-white:#ffffff;--btn-color:#2370b6;--btn-border:#2370b6;--btn-bg:#2370b6;--btn-white-color:#000;--btn-white-border:#212121;--btn-white-bg:#ffffff;--btn-color-hover:#000;--btn-border-hover:#212121;--btn-bg-hover:#ffffff;--btn-white-color-hover:#ffffff;--btn-white-border-hover:#D46C20;--btn-white-bg-hover:#D46C20;--new-label-color:#ffffff;--new-label-bg:#D46C20;--coming-soon-label-color:#ffffff;--coming-soon-label-bg:#f94c30;--theme-orange-color:#f94c30;--section-background-1:#D46C20;--section-background-2:#fff;--transition-effect:500ms ease-in-out;--box-shadow:0px 10px 25px 0px rgb(0, 0, 0, .2);--letter-spacing-0:0em;--letter-spacing--25:-0.025em;--letter-spacing--2:-0.02em}

.mobile-logo {
  position: absolute;
  z-index: 9999;
  top: 6px;
  left: 8px;
}
p {
    font-family: "Open Sans";
    line-height: 31px !important;
}
.header-top-area {
    background-color: #1e1e1e;
}

.row.header-top {
        padding: 3px 20px 6px 20px;
    align-items: center;
}

.header-top-welcome p {
    font-size: 15px;
    line-height: 16px;
    color: rgb(255 255 255 / 70%);
    font-weight: 400;
    font-family: "Open Sans";
}

.header-top-welcome p img {
    margin-right: 10px;
}

.header-top-welcome p a{
    display: inline-block;
    color: var(--top-color);
}

.header-top-right {
    text-align: right;
}

.educate-header-from a {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
}

.educate-header-from a i {
    display: inline-block;
    color: #eccf45;
    margin-right: 10px;
    font-size: 18px;
}

a.login-btn {
    display: inline-block;
    margin-right: 25px;
}


.educate-header-area {
    position: relative;
    z-index: 2;
    /*margin-bottom: -102px;*/
    border-bottom: 1px solid  rgba(30,30,30,0.10196078431372549);
}
td a {
    color: #2672b8;
    text-decoration: underline;
}
.educate-header-area.inner-style {
    position: relative;
    z-index: 3;
    background: transparent;
}

.educate-header-area.inner-style .header-menu ul li a {
    color: #ffffff;
}

.educate-header-area.inner-style.educate-header-area::before {
    display: none;
}

.educate-header-area.inner-style .header-logo {
    position: relative;
    top: 0;
    right: -102px;
}

.educate-header-area.inner-style .header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 315px;
    margin-right: 55px;
}

.educate-header-area.inner-style.educate-header-area::after {
    display: none;
}

.header-logo {
    padding: 5px 0;
}
a.logo_two {
    display: none;
}
.sticky a.logo_two {
    display: block;
}
.sticky a.active_logo {
    display: none;
}
.header-menu {
    text-align: right;
    transition: 0.5s;
}
.educate-header-area  ul {
    display: inline-block;
}
.header-menu ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.header-menu ul li a {
    display: inline-block;
    padding: 25px 12px 25px 12px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans';
    transition: 0.5s;
}
.header-menu ul li a i {
    display: inline-block;
    font-size: 13px;
    margin-left: 2px;
    transition: 0.5s;
    font-weight: 700;
    color:var(--title-color);
}
.header-menu ul li a::before {
      position: absolute;
    content: "";
    width: 0;
    height: 33px;
    right: 0;
    /*top: 25px;*/
    background: var(--primary-color);
    z-index: -1;
    border-radius: 4px;
    transition: 0.5s;
}

.header-menu ul li a:hover:before{
       /*width: auto;
    left: 0;*/
}

.header-menu ul li a:hover{
    /*color:var(--color-white);*/
}

.header-menu ul li a:hover i{
    /*color:var(--color-white);*/
}

.sticky .header-menu > ul > li > a:before {
    background: #fff;
}

.sticky .header-menu ul li a:hover{
    /*color:var(--title-color);*/
}

.sticky .header-menu ul li a:hover i {
    /*color:var(--title-color);*/
}

.sticky .header-btn a::before {
    background: var(--color-white);
}

.sticky .header-btn a:hover{
    color: var(--title-color);
}

/* sticky header */
.educate-header-area.style-three.sticky .header-menu ul li a:hover {
    color: var(--title-color);
}

.educate-header-area.style-three.sticky .header-menu ul li a:hover i {
    color:var(--title-color);
}

.header-menu ul li span {
    font-size: 15px;
    color: #131414;
    margin-left: 5px;
    position: relative;
    top: -1px;
    display: inline-block;
    transform: rotate(88deg);
}
.educate-header-area .educate_btn a {
    margin-right: 23px;
    border-radius: 0;
}


/*** Sub Menu Style ***/
.header-menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 225px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 3px solid var(--primary-color);
    opacity: 0;
    transition: 0.5s;
    padding: 10px 5px
}

.header-menu ul li:hover>.sub_menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.header-menu ul .sub_menu li {
    position: relative;
    margin: 0;
    display: block;
}
.header-menu ul .sub_menu li a {
    display: block;
    padding: 8px 25px 8px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    transition: .5s;
    visibility: inherit !important;
    color: #1a1a1a!important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    
}
.header-menu ul .sub_menu li:hover>a {
    color: var(--primary-color) !important;
    margin-left: 10px;
}
.header-menu ul .sub_menu li a:before {
   /* position: absolute;
    content: "";
    left: 12px;
    top: 15px;
    height: 8px;
    width: 8px;
    background: var(--primary-color);
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: .5s;*/
}
.header-menu ul .sub_menu li a:hover:before {
    /*opacity: 1;*/
}
.sticky .header-menu ul .sub_menu li a:hover:before {
    /*left: 8px;*/
}
.sticky .header-menu ul .sub_menu li a:hover {
    margin-left: 15px;
}
/* sub menu style two */
.educate-header-area.style_two .header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 20px;
}
.sticky .sub_menu li a {
    padding: 8px 20px !important;
}
/* header right */

.header_right {
    display: flex;
    align-items: center;
}
.header_right .nav-btn.navSidebar-button {
    margin-top: -8px;
}
.header-button {
    display: inline-block;
    margin: 10px 0 0;
}
.header-button a {
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    transition: 0.5s;
}

/* header button */


/* sticky */
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #1e1e1e !important;
    transition: .5s;
    z-index: 999 !important;
    -webkit-animation: 300ms running fadeInDown;
    animation: 800ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .header-menu ul li a {
    color: #fff;
    transition: 0.5s;
}
.sticky .header-menu ul li a i {
    color: #fff;
}

.educate-header-area.style_two .header-menu ul .sub_menu li a:before {
    left: 6px;
}
.sticky .educate_btn a::before {
    background: #EFA122;
}

/* header menu right */
.row.header-wrap {
    padding: 0 48px 0 50px;
}

.header-right-wrapper {
    text-align: right;
}

.header-src-btn {
    display: inline-block;
}

button.cart_btn.headers-button {
    display: inline-block;
    font-size: 16px;
    position: relative;
    transition: 0.5s;
    outline: none;
    margin: 0 32px 0 10px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    background-color: rgba(255,255,255,0);
    border: 1px solid rgba(30,30,30,0.15);
}

button.cart_btn.headers-button .cart_counter {
    top: -12px;
    right: -5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 9px;
    background-color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Outfit";
}

.header-btn {
    display: inline-block;
}

.header-sidbar-button {
    display: inline-block;
    margin-left: 10px;
}

.header-sidbar-button a {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    background-color: var(--title-color);
    color: var(--color-white);
    text-align: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.header-sidbar-button a:hover{
   background:var(--primary-color);
}

.header-sidbar-button a i {
    display: inline-block;
    font-size: 20px;
}

.header-btn a {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 23px;
    background-color: #2370b6;
    padding: 10px 22px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
        outline: none;
        border: none;
        border-radius: 3px;
/*        padding: 10px 10px 10px 10px;*/
       padding: 9px 16px 9px 20px;
/*        width: 160px;*/
        border-radius: 9999px;
        border: 3px solid #ffffff4d;
        /* background-color: rgb(0 107 179 / var(--tw-bg-opacity)); */
        background-color: rgb(0 107 179);
        border-width: 3px;
        font-size: 1.125rem;
        line-height: 30px;
/*        line-height: 1.75rem;*/
        font-weight: 600;
                width: max-content;
}

.header-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background:var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.header-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.header-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.educate-header-area.style-two {
    /*margin-top: 18px;*/
    padding: 0 10px 0 10px;
}

.educate-header-area.style-two.sticky {
    margin-top: 0;
}

/* header area style eight */
.educate-header-area.style-eight {
    border-bottom: 0;
}
.educate-header-area.style-eight .header-menu {
    text-align: left;
    transition: 0.5s;
}
.educate-header-area.style-eight .row.header-wrap {
    padding: 0 42px 0 36px;
}
.header-top-area.style-two .row.header-top {
    padding: 9px 43px 9px 57px;
}
.header-area-wrapper.two {
    position: relative;
}
.header-area-wrapper.two::before {
    position: absolute;
    z-index: 1;
    content: '';
    width: 1780px;
    height: 1px;
    border-radius: 1px;
    background-color: rgba(255,255,255,0.2);
    left: 70px;
    top: 53px;
}
.educate-header-area.style-eight .header-menu ul li a {
    color: #fff;
}
.educate-header-area.style-eight.sticky .header-menu ul li a:hover {
    color: var(--title-color);
}
.educate-header-area.style-eight .header-menu ul li a i{
    color: #fff;
}
.educate-header-area.style-eight.sticky .header-menu ul li a:hover i {
    color: var(--title-color);
}
.educate-header-area.style-eight .header-logo {
    text-align: center;
}
.educate-header-area.style-eight button.cart_btn.headers-button {
    display: inline-block;
    font-size: 16px;
    position: relative;
    transition: 0.5s;
    outline: none;
    margin: 0 15px 0 10px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 23px;
    background-color: #e4f6ef;
    color: #1e1e1e;
    border: 0;
}
.educate-header-area.style-eight .search-box-btn.search-box-outer i {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 500ms ease;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    background-color: #1e1e1e;
}
.educate-header-area.style-eight .educate-header-from {
    display: inline-block;
}
.educate-header-area.style-eight a.login-btn {
    display: inline-block;
    margin-right: 0;
    margin-left: 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
.educate-header-area.style-eight a.sign-up-btn {
    font-size: 15px;
    text-transform: uppercase;
    color: #2370b6;
    font-weight: 500;
}
.header-area-wrapper.two .header-top-area.style-two .header-top-icon-list::before {
    position: absolute;
    content: '';
    width: 504px;
    height: 1px;
    background-image: linear-gradient(90deg, #1d1d1d 0%, #1dc18d 50%, #1d1d1d 100%);
    right: -250px;
    top: 11px;
}
.educate-header-area.style-eight .header-btn a:hover{
    color:#1e1e1e;
}
.educate-header-area.style-eight .header-btn a::before {
    background:#fff;
}

.educate-header-area.style-three .header-menu ul li a {
    color:var(--color-white);
}

.educate-header-area.style-three .header-menu ul li a i{
    color:var(--color-white);
}

.educate-header-area.style-three {
    border-bottom: 0;
}

.educate-header-area.style-three .search-box-btn.search-box-outer i {
    background-color: rgba(255,255,255,0.10196078431372549);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
}

.educate-header-area.style-three button.cart_btn.headers-button {
    background-color: rgba(255,255,255,0.10196078431372549);
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
}

.educate-header-area.style-three .header-sidbar-button a {
    background-color: var(--primary-color);
    color: #fff;
}

.educate-header-area.style-three .header-sidbar-button a:hover {
    background-color: var(--color-white);
    color:var(--title-color);
}

section.hero_area{
  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 650px;
    position: relative;
    z-index: 1;
}

/*section.hero_area.style-three.four {
 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 850px;
    position: relative;
    z-index: 1;
}*/

section.hero_area.style-three .hero_content {
    position: relative;
    z-index: 1;
    padding-top: 0px;
}

.style-three .hero_content h5 {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.050980392156862744);
    border: 1px solid rgba(255,255,255,0.15);
    display: inline-block;
    padding: 7px 16px;
    margin-bottom: 15px;
}

.style-three .hero_content h5 i {
    display: inline-block;
    margin-right: 10px;
    color:var(--primary-color);
}

.style-three .hero_content h1 {
    font-size: 66px;
    line-height: 76px;
    color: #ffffff;
    font-weight: 600;
}

.style-three .hero_content h1 span{
    display: inline-block;
    color:var(--top-color);
}

.style-three .hero_content p {
    /*opacity: 0.702;*/
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 500;
    width: 95%;
    margin: 20px 0 35px;
}

section.hero_area.style-three .hero-btn {
    display: inline-block;
    margin-right: 25px;
}

section.hero_area.style-three .hero-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 28px;
    background-color: var(--primary-color);
    padding: 13px 35px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    outline: none;
    border: none;
    border-radius: 3px;
    padding: 9px 16px 9px 20px;
    border-radius: 9999px;
    border: 3px solid #ffffff4d;
    /*background-color: rgb(0 107 179);*/
    border-width: 3px;
    font-size: 1.125rem;
    line-height: 30px;
    /* line-height: 1.75rem; */
    font-weight: 600;
    width: max-content;
}

section.hero_area.style-three .hero-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

section.hero_area.style-three .hero-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

section.hero_area.style-three .hero-btn a i {
    display: inline-block;
    margin-left: 10px;
}

section.hero_area.style-three .hero-course-btn {
    display: inline-block;
}

section.hero_area.style-three .hero-course-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

section.hero_area.style-three .hero-course-btn a:hover{
    color: var(--top-color);
}

section.hero_area.style-three .hero-course-btn a:hover::before{
    background: var(--top-color);
}

section.hero_area.style-three .hero-course-btn a::before{
    position: absolute;
    content: '';
    width: 125px;
    height: 1px;
    background-color: rgba(255,255,255,0.5019607843137255);
    left: 0;
    bottom: 0;
}

section.hero_area.style-three .hero-course-btn a i{
    display: inline-block;
    margin-left: 10px;
}

/* hero section shape */

.style-three .hero-shape31 {
    position: absolute;
    right: -100px;
    bottom: 30px;
    animation: bounceleft 4s linear infinite;
}

.style-three .hero-shape32 {
    position: absolute;
    top: 0;
    right: 105px;
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.style-three .hero-shape33 {
    position: absolute;
    left: 0;
    bottom: -105px;
    animation: bounceleft 8s linear infinite;
}

/* course nav */

.owl-nav {
    position: absolute;
    right: 65px;
    bottom: 370px;
}

.owl-prev {
    display: block;
    margin-bottom: 12px;
}

.owl-next i {
    display: inline-block;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    color:#fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.5);
}

.owl-next i:hover{
    background-color: var(--primary-color);
    color:var(--color-white)
}

.owl-next {
    display: inline-block;
}

.owl-prev i {
    display: inline-block;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.5);
}

.owl-prev i:hover{
    background-color: var(--primary-color);
    color:var(--color-white)
}

@media (max-width: 768px) {
    section.hero_area {
        background-size: cover !important;
    }
    .hero-slider .hero_area{

            min-height: 41vh !important;
    }
    section.hero_area{
        height: 50px !important
    }
    .style-three .hero_content h1
 {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .style-three .hero_content p {
    /*opacity: 0.702;*/
    font-size: 13px !important;
    line-height: 20px !important;
   
    margin: 7px 0 !important;
}
section.hero_area.style-three .hero-btn a{
    padding: 5px 16px 5px 20px !important;
    font-size: 15px !important;
    line-height: 30px !important;
}
section.about-area.style-two {
    padding: 40px 0 40px !important;
    position: relative;
    /* overflow: hidden; */
}
     
    }
section.about-area.style-two {
    padding: 80px 0 80px;
    position: relative;
    /*overflow: hidden;*/
}

section.about-area.style-two .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

section.about-area.style-two .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.style-two .about-thumb-wrapper {
    position: relative;
    text-align: center;
}

.style-two .about-total-student {
    position: absolute;
    top: 33px;
    left: 0;
    filter: drop-shadow(-5px 0 15px rgba(204,204,204,0.25));
    border-radius: 10px;
    animation: bounceleft 4s linear infinite;
}

.style-two .about-thumb2 {
    position: absolute;
    bottom: -49px;
    left: -80px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}

.style-two .about-shape21 {
    position: absolute;
    top: 133px;
    left: 146px;
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.style-two .about-shape22 {
    position: absolute;
    right: 90px;
    bottom: -180px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

.style-two .about-bg-shape {
    position: absolute;
    right: 0;
    top: 50px;
    z-index: -1;
}

.style-two .about_content {
    position: relative;
}

.style-two .about-item-list {
    margin-bottom: 35px;
}

.style-two .about-item-list ul li {
    font-size: 18px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    margin-bottom: 20px;
        padding-left: 35px;
}

.style-two .about-item-list ul li i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    background-color:var(--primary-color);
    text-align: center;
    color:var(--color-white);
    margin-right: 10px;
    position: absolute;
    left: 0;
}

.style-two .about-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color:var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 28px;
    background-color:var(--primary-color);
    padding: 15px 40px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 3px;
    /* padding: 10px 10px 10px 10px; */
    padding: 9px 16px 9px 20px;
    /* width: 160px; */
    border-radius: 9999px;
    border: 3px solid #ffffff4d;
    /* background-color: rgb(0 107 179 / var(--tw-bg-opacity)); */
    background-color: rgb(0 107 179);
    border-width: 3px;
    font-size: 1.125rem;
    line-height: 30px;
    /* line-height: 1.75rem; */
    font-weight: 600;
    width: max-content;
}

.style-two .about-btn a::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: var(--title-color);
    transition: .5s;
    z-index: -1;
    border-radius: 30px;
    top: auto;

} 

.style-two .about-btn a:hover:before{
    height: 100%;
    top: 0;
    bottom: auto;
 }

.style-two .about-btn a i {
    display: inline-block;
    margin-left: 10px;
}

/* about shape */
.style-two .about-shape {
    position: absolute;
    left: 367px;
    bottom: 0;
}
  
  .style-two .about-shape-icon {
    left: -56px;
    bottom: -32px;
    z-index: 22;
  }
  
  .style-two .about-shape-icon a {
    display: inline-block;
    line-height: 156px;
    border-radius: 50%;
    text-align: center;
    width: 156px;
    height: 156px;
    background-color: #f0f8f5;
    border: 6px solid #E5E5E5;
}
  
.style-two .about-shape-icon a i {
    color:var(--color-white);
    font-size: 20px;
    transform: rotate(-45deg);
    position: relative;
    cursor: pointer;
    z-index: 1;
    top: -3px;
    width: 69px;
    height: 69px;
    line-height: 69px;
    border-radius: 34px;
    background-color:var(--primary-color);
    text-align: center;
    animation: rotateme 18s linear infinite;
}
  
  .style-two .text-inner {
    width: 155px;
    height: 155px;
    line-height: 155px;
    position: absolute;
    bottom: 2px;
    left: 28px;
  }
  
  .style-two .text-inner svg {
    width: 100px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 10px;
    transform: rotate(0) scaleX(1) scaleY(1);
    -webkit-animation: rotateme 8s linear infinite;
    animation: rotateme 8s linear infinite;
  }
  
  .style-two .text-inner path {
    fill: transparent;
    stroke: transparent;
    stroke-width: 1px;
    transition: 0.3s stroke, 0.3s fill;
  }
  
  .style-two .text-inner text {
    fill: #1e1e1e;
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 42px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Open Sans";
}
.course-category-section.style-two {
    padding: 80px 0 120px;
}

.course-category-section.style-two .section-title-space {
    margin-bottom: 60px;
}

.course-category-section.style-two .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

.course-category-section.style-two .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.category-items-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 17px;
}

.category-items-box:not(:last-of-type) {
    margin-bottom: 26px;
}

.category-items-box .category-item:not(:last-of-type) {
    margin-right: 24px;
}

.category-items-box .category-item a {
    padding: 6px 20px 10px 9px;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    font-size: 20px;
    line-height: 1;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 100px;
    background-color: #efdceb;
    transition: 0.5s;
}

.category-items-box .category-item a:hover{
    background:#d471bf;
    color:#fff;
}

.category-items-box .category-item a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 50%;
    background-color:var(--color-white);
}

.category-items-box .category-item a span img {
    height: 22px;
    width: 22px;
}

.category-item.item-2 a {
    background: rgb(30 194 142 /80%);
}

.category-item.item-2 a:hover{
    background: rgb(30 194 142 /60%);
    color: #fff;
}

.category-item.item-3 a {
    background-color: #e2dcf3;
}

.category-item.item-3 a:hover{
    background:#8362e1;
    color: #fff;
}

.category-item.item-4 a {
    background-color: #dff6f5;
}

.category-item.item-4 a:hover{
    background-color: #8be2de;
    color: #fff;
}

.category-item.item-5 a {
    background-color: #f1e0da;
}

.category-item.item-5 a:hover{
    background-color: #dc8e72;
    color: #fff;
}

.category-item.item-6 a {
    background-color: #daf1dc;
}

.category-item.item-6 a:hover{
    background-color: #69de73;
    color: #fff;
}

.category-item.item-7 a {
    background-color: #daecf1;
}

.category-item.item-7 a:hover{
    background-color: #6dc8e1;
    color: #fff;
}

.category-item.item-8 a {
    background-color: #e7f1da;
}

.category-item.item-8 a:hover{
    background-color: #a8e856;
    color: #fff;
}

.category-item.item-9 a {
    background-color: #e8daf1;
}

.category-item.item-9 a:hover{
    background-color: #c485ed;
    color: #fff;
}

.category-item.item-10 a {
    background-color: #f1ecda;
}

.category-item.item-10 a:hover{
    background-color: #dfc154;
    color: #fff;
}

.category-item.item-11 a {
    background-color: #dae3f1;
}

.category-item.item-11 a:hover{
    background-color: #6496e5;
    color: #fff;
}

.category-item.item-12 a {
    background-color: #daf1e8;
}

.category-item.item-12 a:hover{
    background-color: #6496e5;
    color: #fff;
}

.category-item.item-13 a {
    background-color: #f1deda;
}

.category-item.item-13 a:hover{
    background-color: #e78671;
    color: #fff;
}
.style-two .about-shape22 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}
.style-two .about-shape22 img{
    width: 150px
}
.section-sub-title.two h6 {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color:var(--primary-color);
    font-weight: 500;
    border-radius: 18px;
    background-color: rgb(30 194 142 / 10%);
    display: inline-block;
    padding: 3px 16px 3px 16px;
    margin-bottom: 15px;
}

.section-sub-title.two h6 img {
    margin-right: 10px;
}

.section_title.two h1 {
    font-size: 40px;
    line-height: 50px;
    color:var(--title-color);
    font-weight: 700;
}

.section_title.two h1 span{
    display: inline-block;
    color:var(--primary-color);
}

.section-title-desc.two p {
    /*opacity: 0.702;*/
    font-size: 16px;
    color: #000;
}

.section-sub-title.three h6 {
    color:var(--primary-color);
}

.online-course-section.style-two {
    background: url(../images/course-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 60px 0 40px;
    margin: 0 20px 0 20px;
    border-radius: 30px;
}

.online-course-section.style-two .section-title-space {
    margin-bottom: 26px;
    display: flex;
    align-items: flex-end;
}

.online-course-section.style-two .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

.online-course-section.style-two .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.style-two .course_menu ul li {
    display: inline-block;
    text-align: center;
    padding: 11px 20px;
    cursor: pointer;
    margin: 0 4px;
    transition: 0.5s;
    font-size: 16px;
    color:var(--title-color);
    font-weight: 500;
    font-family: "Open Sans";
    border-radius: 25px;
    background-color: #f9cb371f;
    border: 3px solid rgba(30,30,30,0.14);
     /*border: 3px solid #ffffff4d !important;*/
}

.style-two .course_menu ul li:hover{
    background-color: var(--primary-color);
    color:var(--color-white);
}

.style-two li.current_menu_item {
    color: #fff !important;
    background: var(--primary-color)!important;
      outline: none;
    border: none;
    border-radius: 3px;
   
    padding: 9px 16px 9px 20px !important;
  
    border-radius: 9999px !important;
    border: 3px solid #ffffff4d !important;
  
    
    border-width: 3px;
    font-size: 1.125rem;
    line-height: 30px;
   
    font-weight: 600;
    width: max-content;
}

.style-two .course-single-box {
    border-radius: 20px;
    background-color: #ececec;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    transition: 0.5s;
}

.style-two .course-thumb {
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.style-two .course-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.style-two .course-single-box:hover .course-thumb::before {
    animation: shine 800ms;
}

.style-two .course-thumb img {
    width: 100%;
        border-radius: 10px;
}

.style-two .course-content {
    padding: 30px 30px 0 0;
}

.style-two .course-content h5 {
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
    border-radius: 18px;
    background-color: rgb(30 194 142 / 8%);
    display: inline-block;
    padding: 3px 15px;
    margin-bottom: 20px;
}

.style-two .course-content > span {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color:var(--primary-color);
    font-weight: 600;
    font-family: "Outfit";
    float: right;

}
.style-two .course-content h3{
    text-align: center;
}
.style-two .course-content h3 a {
    display: inline-block;
    font-size: 25px;
    line-height: 28px;
    color: var(--title-color);
    font-weight: 600;
    font-family: "Outfit";
    transition: 0.5s;
}

.style-two .course-content h3 a:hover{
    color:var(--primary-color)
}

.style-two .course-lesson {
    display: inline-block;
    margin: 8px 0 15px;
}

.style-two .course-lesson span {
    font-size: 16px;
    line-height: 28px;
    color: rgb(30 30 30 / 80%);
    font-weight: 400;
    font-family: "Open Sans";
}

.style-two .course-lesson span i {
    display: inline-block;
    margin-right: 6px;
}

.style-two .course-student {
    display: inline-block;
    margin-left: 25px;
}

.style-two .course-rating {
    margin-bottom: 30px;
}

.style-two .course-rating ul li {
    display: inline-block;
    font-size: 15px;
    color:var(--Secondary-color);
}

.style-two .course-rating ul {
    display: inline-block;
}

.style-two .course-rating-num {
    display: inline-block;
    margin-left: 15px;
}

.style-two .course-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--title-color);
    font-weight: 500;
    border-radius: 28px;
    padding: 7px 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(30,30,30,0.16);
    overflow: hidden;
}

.style-two .course-btn a:hover{
    color:var(--color-white);
}

.style-two .course-btn a::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: var(--primary-color);
    transition: .5s;
    z-index: -1;
    border-radius: 30px;
    top: auto;
} 

.style-two .course-btn a:hover:before{
    height: 100%;
    top: 0;
    bottom: auto;
 }

.style-two .course-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.style-two .course-shape {
    position: absolute;
    left: 115px;
    top: 295px;
    animation: scaleZoom 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate;
}
.menu-filtering li {
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
  padding: 8px 15px;
  border-radius: 20px;
  background: #f5f5f5;
  transition: all 0.3s ease;
}

.menu-filtering li.current_menu_item {
  background: #ed512c;
  color: #fff;
}
section.about-area.style-five.feature {
    padding: 120px 0 120px;
    position: relative;
}
section.about-area.style-five.feature .about-shape54 {
    position: absolute;
    bottom: 160px;
    right: 112px;
    animation: bounceleft 8s linear infinite;
}
section.about-area.style-five.feature .about-video-icon {
    position: absolute;
    right: 58px;
    bottom: 22px;
}
section.about-area.style-five.feature .about-video-icon a {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #2370b6;
    font-weight: 500;
    font-family: "Open Sans";
    width: 69px;
    height: 69px;
    line-height: 69px;
    border-radius: 35px;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
}
section.about-area.style-five.feature .about-video-icon a::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: url(../images/home-five/play-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: -17px;
    top: -16px;
    z-index: -1;
}
section.about-area.style-five.feature .about-video-icon a::after {
    position: absolute;
    content: '';
    width: 114px;
    height: 114px;
    border-radius: 57px;
    border: 2px dashed #2370b6;
    top: -23px;
    left: -24px;
}.section-title-desc p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin: 13px 0 23px;
    width: 90%;
}
section.about-area.style-five.feature {
    padding: 120px 0 120px;
    position: relative;
}
 .about-shape54 {
    position: absolute;
    bottom: 160px;
    right: 112px;
    animation: bounceleft 8s linear infinite;
}
.hero-slider .hero_area {
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 60px 0;
      background-repeat: no-repeat !important;
}

.hero_content {
  color: #fff;
  z-index: 2;
  position: relative;
}

@media (max-width: 768px) {
  .hero_content h1 {
    font-size: 32px;
  }
  .hero_content p {
    font-size: 16px;
  }
  .hero-button {
    flex-direction: column;
  }
  .hero-button .hero-btn,
  .hero-button .hero-course-btn {
    margin-bottom: 10px;
    margin-top: 12px
  }
}
.reason-choose-area.style-two {
    padding: 120px 0 70px;
    position: relative;
}

.reason-choose-area.style-two .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

.reason-choose-area.style-two .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.style-two .single-choose-video {
    border-radius: 10px;
    background-color: #ebf2fb;
    padding: 40px 32px 42px;
    margin-bottom: 30px;
}

.style-two .single-choose-video.student {
    background-color: #f6c93940;
}

.style-two .choose-video-icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 15px;
    background-color: #b8d7f4;
    text-align: center;
}

.style-two .single-choose-video.student .choose-video-icon {
    background-color: #f5e4db;
}

.style-two .reason-choose-thumb {
    position: relative;overflow: hidden;
}

.style-two .reason-choose-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.style-two .reason-choose-thumb:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
}

.style-two span.counter-plus {
    font-size: 48px;
    color:var(--primary-color);
    font-weight: 600;
    display: inline-block;
}

.style-two h3.counter {
    font-size: 48px;
    color:var(--primary-color);
    font-weight: 600;
    display: inline-block;
    margin: 25px 0 10px;
}

.style-two span.counter-text {
    font-size: 48px;
    color:var(--primary-color);
    font-weight: 600;
    display: inline-block;
}

.style-two .reason-choose-content p {
    /*opacity: 0.702;*/
    font-size: 16px;
    line-height: 28px;
    color:var(--title-color);
    font-weight: 500;
}

.style-two .reason-content-box {
    background: url(../images/reason-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 60px 60px 75px;
    border-radius: 20px;
}

.style-two .reason-choose-item {
    margin: 32px 0 28px;
}

.style-two .reason-choose-item ul li {
    font-size: 18px;
    line-height: 28px;
    color:var(--title-color);
    font-weight: 400;
    font-family: "Outfit";
    border-radius: 23px;
    background-color:var(--color-white);
    margin-bottom: 20px;
    padding: 8px 20px 8px 20px;
    display: inline-block;
    margin-right: 10px;
        padding-left: 38px;
}

.style-two .reason-choose-item ul li i {
    display: inline-block;
    margin-right: 8px;
    color: var(--primary-color);
    position: absolute;
        left: 74px;
}

.style-two .reason-choose-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color:var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 28px;
    background-color:var(--primary-color);
    padding: 15px 40px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
     outline: none;
    border: none;
    border-radius: 3px;
   
    padding: 9px 16px 9px 20px;
  
    border-radius: 9999px;
    border: 3px solid #ffffff4d;
  
    background-color: rgb(0 107 179);
    border-width: 3px;
    font-size: 1.125rem;
    line-height: 30px;
    /* line-height: 1.75rem; */
    font-weight: 600;
    width: max-content;
}

.style-two .reason-choose-btn a::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: var(--title-color);
    transition: .5s;
    z-index: -1;
    border-radius: 30px;
    top: auto;
} 

.style-two .reason-choose-btn a:hover:before{
    height: 100%;
    top: 0;
    bottom: auto;
 }

.style-two .reason-choose-btn i {
    display: inline-block;
    margin-left: 10px;
}

.style-two .reason-shape1 {
    position: absolute;
    top: 114px;
    right: 60px;
    animation: scaleZoom 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate;
}

.style-two .reason-shape2 {
    position: absolute;
    left: 36px;
    bottom: 40px;
    animation: upDown 1.6s ease-in-out 1.8s forwards infinite alternate;
}
.campus-life-section.style-three {
    padding: 80px 0 80px;
    position: relative;
}

.campus-life-section.style-three .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.campus-life-section.style-three .section-title-desc p {
    margin: 13px 0 33px;
}

.style-three .campus-life-thumb {
    position: relative;
    margin-left: -190px;
    transition: 0.5s;
    overflow: hidden;
}

.style-three .campus-life-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.style-three .campus-life-thumb:hover::before {
    animation: shine 800ms;
}

.style-three .campus-video-icon {
    position: absolute;
    top: 75px;
    right: 115px;
}

.style-three .campus-video-icon a {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 80px;
    border-radius: 50px;
    background-color:var(--primary-color);
    text-align: center;
    color:var(--color-white);
    font-size: 20px;
    position: relative;
    z-index: 1;
    border: 5px solid #fff;
    webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: 0.5s;
}

.style-three .campus-title h5 {
    font-size: 20px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    padding-top: 53px;
}

.style-three .campus-single-box {
    border-radius: 20px;
    background-color: #f0fbf8;
    padding: 40px 28px 35px;
    text-align: center;
}

.style-three .campus-single-box.two {
    background-color: #fdf7f3;
}

.style-three .campus-single-box.three {
    background-color: #f1f9fc;
}

.style-three .row.box-space {
    margin-bottom: 40px;
}

.style-three .campus-icon {
    transition: 0.5s;
    width: 60px;
    height: 42px;
    margin: 0 auto;
}

.style-three .campus-single-box:hover .campus-icon{
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}

.style-three .campus-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    border-radius: 26px;
    background-color: var(--primary-color);
    padding: 11px 35px;
    position: relative;
    z-index: 1;
        outline: none;
    border: none;
    border-radius: 3px;
    padding: 9px 16px 9px 20px;
    border-radius: 9999px;
    border: 3px solid #ffffff4d;
    background-color: rgb(0 107 179);
    border-width: 3px;
    font-size: 1.125rem;
    line-height: 30px;
    /* line-height: 1.75rem; */
    font-weight: 600;
    width: max-content;
}

.style-three .campus-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--title-color);
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}

.style-three .campus-btn a:hover::before {
    width: 100%;
    left: 0;
}

.style-three .campus-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.style-three .campus-life-shape1 {
    position: absolute;
    top: 120px;
    right: 124px;
    animation: rotateme 8s linear infinite;
}

.style-three .campus-life-shape2 {
    position: absolute;
    right: 104px;
    bottom: 150px;
    animation: bounceleft 8s linear infinite;
}
.call-to-action.style-two {
    background: url(../images/cta.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 50px 0 60px;
}

.style-two .call-to-title h3 {
    font-size: 36px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 500;
}

.style-two .call-to-btn {
    text-align: right;
}

.style-two .call-to-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 26px;
    background-color: rgba(255,255,255,0.14901960784313725);
    border: 1px solid rgba(255,255,255,0.7);
    padding: 12px 36px;
    position: relative;
    z-index: 1;
    outline: none;
    border: none;
    border-radius: 3px;
    padding: 9px 16px 9px 20px;
    border-radius: 9999px;
    border: 3px solid #ffffff4d;
    /*background-color: rgb(0 107 179);*/
    border-width: 3px;
    font-size: 1.125rem;
    line-height: 30px;
    /* line-height: 1.75rem; */
    font-weight: 600;
    width: max-content;
}

.style-two .call-to-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--title-color);
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}

.style-two .call-to-btn a:hover::before {
    width: 100%;
    left: 0;
}

.style-two .call-to-btn a i {
    margin-left: 10px;
}

.style-two .call-to-shape31 {
    position: absolute;
    right: 560px;
    top: 45px;
    animation: bounceleft 8s linear infinite;
}

.team-area.style-two {
    padding: 60px 120px 56px 106px;
}

.team-area.style-two .section-title-space {
    margin-bottom: 70px;
    display: flex;
    align-items: end;
}

.team-area.style-two .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

.team-area.style-two .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.team-area.style-two .team_menu ul li {
    display: inline-block;
    padding: 8px 20px;
    cursor: pointer;
    margin: 0 4px;
    transition: 0.5s;
    font-size: 17px;
    font-weight: 500;
    font-family: "Open Sans";
    border-radius: 8px;
    color: #5d5f62;
    background-color: #f9cb371f;
      border-radius: 9999px;
    border: 3px solid rgba(30,30,30,0.14);
}

.team-area.style-two .team_menu ul li:hover{
    background-color: var(--primary-color);
    color:var(--color-white)
}

.team-area.style-two li.current_menu_item {
    color: #fff !important;
    background: var(--primary-color)!important;

    outline: none;
    border: none;
    border-radius: 3px;
   
    /*padding: 9px 16px 9px 20px;*/
  
    border-radius: 9999px;
    border: 3px solid #ffffff4d;
  
    /*background-color: rgb(0 107 179);*/
    border-width: 3px;
    /*font-size: 1.125rem;*/
    line-height: 30px;
    /* line-height: 1.75rem; */
    font-weight: 600;
    width: max-content;
}

.style-two .section-mentor {
    text-align: right;
}

.style-two .section-mentor a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color:var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 28px;
    background-color:var(--primary-color);
    padding: 15px 40px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
     outline: none;
    border: none;
    border-radius: 3px;
   
    padding: 9px 16px 9px 20px;
  
    border-radius: 9999px;
    border: 3px solid #ffffff4d;
  
    background-color: rgb(0 107 179);
    border-width: 3px;
    font-size: 1.125rem;
    line-height: 30px;
    /* line-height: 1.75rem; */
    font-weight: 600;
    width: max-content;
}

.style-two .section-mentor a::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: var(--title-color);
    transition: .5s;
    z-index: -1;
    border-radius: 30px;
    top: auto;
} 

.style-two .section-mentor a:hover:before{
    height: 100%;
    top: 0;
    bottom: auto;
 }

.style-two .section-mentor i {
    display: inline-block;
    margin-left: 10px;
}

.style-two .single-team-box {
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s;
    overflow: hidden;
}

.style-two .team-thumb {
    position: relative;overflow: hidden;
}

.style-two .team-thumb img {
       width: 100%;
    background: #1471b9;
    height: 320px;
    object-fit: contain;
    border-radius: 50px 0;
}

.style-two .team-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.style-two .single-team-box:hover .team-thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
}

.style-two .team-plus {
    position: absolute;
    right: 78px;
    bottom: 48px;
}

.style-two .team-plus i {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
    cursor: pointer;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #1e1e1e;
}

.style-two .team-title h3 a {
    display: inline-block;
    font-size: 22px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Outfit";
    transition: 0.5s;
    padding-top: 9px;
}
.team-title{
    text-align: center;
}
.style-two .team-title h3 a:hover{
    color:var(--primary-color);
}

.style-two .team-sub-title h5 {
    opacity: 0.702;
    font-size: 16px;
    line-height: 1;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Open Sans";
}

.style-two .team-social-icon {
    z-index: 1;
    display: inline-block;
    position: absolute;
    right: 78px;
    padding: 16px 0px 5px 0px;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-45px);
}

.style-two .team-icon.active .team-social-icon {
    opacity: 1;
    visibility: visible;
    transform: translateY(-290px);
}

.style-two .team-social-icon ul li {
    list-style: none;
    margin-bottom: 6px;
}

.style-two .team-social-icon ul li a {
    display: inline-block;
    transition: 0.5s;
}

.style-two .team-social-icon ul li a i {
    display: inline-block;
    background: #fff;
    text-align: center;
    font-size: 16px;
    transition: 0.5s;
    color: #1e1e1e;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
}

.style-two .team-social-icon ul li a i:hover{
    color: #fff;
    background-color: var(--primary-color);
}
.testimonial-area.style-two {
    background: url(../images/testi-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 80px 0 80px;
    margin: 0 20px 0 20px;
    border-radius: 30px;
}

.testimonial-area.style-two .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

.testimonial-area.style-two .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.testimonial-area.style-two .section-title-desc.two p {
    margin: 22px 0 33px;
    width: 95%;
}

.style-two .testi-mentor-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 28px;
    background-color: var(--primary-color);
    padding: 15px 30px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
        outline: none;
    border: none;
    border-radius: 3px;
    padding: 9px 16px 9px 20px;
    border-radius: 9999px;
    border: 3px solid #ffffff4d;
    background-color: rgb(0 107 179);
    border-width: 3px;
    font-size: 1.125rem;
    line-height: 30px;
    /* line-height: 1.75rem; */
    font-weight: 600;
    width: max-content;
}

.style-two .testi-mentor-btn a::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: var(--title-color);
    transition: .5s;
    z-index: -1;
    border-radius: 30px;
    top: auto;
} 

.style-two .testi-mentor-btn a:hover:before{
    height: 100%;
    top: 0;
    bottom: auto;
 }

.style-two .testi-mentor-btn i {
    display: inline-block;
    margin-left: 10px;
}

.style-two .single-testi-box {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 50px 30px 48px 30px;
    margin-bottom: 42px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.style-two .single-testi-box::before {
    position: absolute;
    content: '';
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: 0 auto;
    transform: rotate(45deg);
}

.style-two .testi-quote img {
    width: 12% !important;
    margin: 0 auto;
}

.style-two .testi-desc p {
    font-size: 18px;
    line-height: 32px;
    color: #5d5f62;
    font-weight: 500;
    font-family: "Open Sans";
    margin: 22px 0 25px;
}

.style-two .testi-ratting ul li {
    display: inline-block;
    font-size: 15px;
    color: #ffb608;
}

.style-two .testi-autor-box {
    text-align: center;
}

.style-two .testi-autor img {
    width: 19% !important;
    margin: 0 auto;
}

.style-two h5.autor-title {
    font-size: 22px;
    line-height: 30px;
    color: #031812;
    font-weight: 500;
    margin-top: 18px;
}

.style-two p.autor-desi {
    opacity: 0.702;
    font-size: 17px;
    color: #1e1e1e;
    font-weight: 500;
    margin-top: 8px;
}

.style-two .testi-plus-shape {
    position: absolute;
    right: 655px;
    bottom: 166px;
    animation: upDown 1.8s ease-in-out 1.8s forwards infinite alternate;
}
.faq-area.style-one {
    background-color: #f1f9fc;
    padding: 100px 0 20px;
    position: relative;
}

.faq-area.style-one .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

/* faq section */

.style-one .tab_container {
    overflow: hidden;
    margin: 38px 0 20px;
    position: relative;
}
  
.style-one .accordion li {
    list-style: none;
    padding: 0px 0px 20px;
}
  
.style-one .accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 18px 15px 20px 25px;
    z-index: 1;
    font-size: 20px;
    line-height: 26px;
    color: #1e1e1e !important;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 10px;
    background-color: #ffffff;
}
  
.style-one .accordion li p {
    display: none;
    padding: 25px 30px 30px 32px;
    margin: 0;
    background: #fff;
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Open Sans";
    border-radius: 0px 0px 10px 10px;
    background-color: #ffffff;
}
  
.style-one .accordion a:before {
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    right: 35px;
    content: " ";
    top: 23px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    z-index: 2;
}
  
.style-one .accordion a:after {
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 30px;
    content: " ";
    top: 28px;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
  
.style-one .accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    background: #fff;
}
  /* Active */

.style-one .accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
}
  
.style-one .accordion a.active:before {
    display: none;
}
  
.style-one .accordion a.active {
    border-radius: 10px 10px 0 0;
    filter: drop-shadow(0px 20px 15px rgba(219,231,228,0.4));
    background-color: #ffffff;
}
  
.style-one .accordion li a.active span {
    color: #fff;
}

.style-one .accordion li a span {
    position: relative;
    z-index: 1;
}

.style-one .accordion li a span:before {
    position: absolute;
    content: "";
    top: 1px;
    right: -585px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: var(--primary-color);

}

.style-one .faq-button a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    border-radius: 26px;
    background-color: var(--primary-color);
    padding: 11px 32px;
    position: relative;
    z-index: 1;
        outline: none;
    border: none;
    border-radius: 3px;
    padding: 9px 16px 9px 20px;
    border-radius: 9999px;
    border: 3px solid #ffffff4d;
    background-color: rgb(0 107 179);
    border-width: 3px;
    font-size: 1.125rem;
    line-height: 30px;
    /* line-height: 1.75rem; */
    font-weight: 600;
    width: max-content;
}

.style-one .faq-button a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--title-color);
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}

.style-one .faq-button a:hover::before {
    width: 100%;
    left: 0;
}

.style-one .faq-button a i {
    display: inline-block;
    margin-left: 10px;
}

.style-one .faq-circle {
    position: absolute;
    right: 240px;
    top: 230px;
    animation: rotateme 18s linear infinite;
}

.style-one .faq-thumb-wrapper {
    position: relative;
    z-index: 1;
    bottom: -20px;
}

.style-one .faq-dot {
    position: absolute;
    top: 210px;
    left: -45px;
    animation: bounceleft 4s linear infinite;
    z-index: -1;
}

.style-one .faq-star {
    position: absolute;
    top: 144px;
    left: 15px;
    animation: rotateme 8s linear infinite;
}

.style-one .faq-qestion {
    position: absolute;
    top: 218px;
    right: 110px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}

.style-one .faq-suport-box {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 162px;
    left: -20px;
    width: 270px;
    height: 103px;
    border-radius: 20px;
    filter: drop-shadow(0px 20px 40px rgba(205,216,213,0.2));
    background-color: rgba(255,255,255,0.5019607843137255);
    border: 2px solid rgba(255,255,255,0.6);
    backdrop-filter: blur(5px);
    padding-left: 30px;
    animation: upDown 1.10s ease-in-out 1.10s forwards infinite alternate;
}

.style-one .suport-content h3 {
    font-size: 22px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
}

.style-one .suport-content p {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
}
.footer-area {
    background-color: var(--title-color);
    padding: 60px 0 20px;
}

.row.subscribe {
    border-radius: 20px;
    background-color: rgba(255,255,255,0.07058823529411765);
    padding: 35px 35px 35px 35px;
    margin-bottom: 60px;
}

.footer-subcribe-title h3 {
    font-size: 24px;
    color:var(--color-white);
    font-weight: 600;
}

.footer-subcribe-title h3 span {
    display: inline-block;
    color: var(--primary-color);
}



.footer-widget-title h4 {
    font-size: 24px;
    color:#f5cc4f;
    font-weight: 500;
    margin-bottom: 10px;
}

.footer-desc p {
    /*opacity: 0.502;*/
   font-size: 15px;
    line-height: 27px !important;
    color: var(--color-white);
    font-weight: 400;
    margin-bottom: 20px;
    width: 90%;
    font-family: "Outfit";
}

.footer-widget-menu ul li {
    margin-bottom: 5px;
}

.footer-widget-menu ul li a {
    display: inline-block;
    /*opacity: 0.600;*/
       font-size: 14px;
    line-height: 18px;
    color:var(--color-white);
    /*font-weight: 400;*/
    font-family: "Outfit";
    transition: 0.5s;
}

.footer-widget-menu ul li a:hover{
    color:var(--primary-color)
}

.footer-widget-menu ul li i {
        margin-right: 9px;
    font-size: 12px;
    color: #f5cc4f;


}

.footer-widget-blog.first {
    margin-top: 30px;
}

.footer-widget-blog {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-widget-blog-content a {
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    color:var(--color-white);
    font-weight: 400;
    font-family: "Outfit";
    transition: 0.5s;
}

.footer-widget-blog-content a:hover{
    color: var(--primary-color);
}

.footer-widget-blog-content p {
    font-size: 15px;
    line-height: 24px;
    color:var(--primary-color);
    font-weight: 400;
}

.footer-contact-phone p {
    font-size: 22px;
    color: var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.footer-contact-phone p img {
    margin-right: 10px;
}

.footer-contact-address span i {
    display: inline-block;
    margin-right: 10px;
    color: var(--primary-color);
}

.footer-contact-address span {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Outfit";
}

.row.add-footer-class {
    border-bottom: 1px solid  rgba(255,255,255,0.10196078431372549);
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.footer-bottom-desc p {
    /*opacity: 0.702;*/
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
}

.footer-bottom-desc p a {
    display: inline-block;
    color:var(--top-color)
}

.footer-bottom-social-icon ul li {
    display: inline-block;
    margin: 0 3px;
}

.footer-bottom-social-icon {
    text-align: right;
}

.footer-bottom-social-icon ul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color: rgba(255,255,255,0.10196078431372549);
    text-align: center;
    color: #fff;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.footer-bottom-social-icon ul li a::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:var(--primary-color);
    border-radius: 100%;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.footer-bottom-social-icon ul li a:hover::before{
    width: 100%;
  }

  .footer-bottom-social-icon ul li a:hover{
    color: #fff;
}
.footer_nav2 {padding:0;margin:0;list-style:none;;}
.footer_nav2 li{display:block;margin:0 0 15px;display:block;
    color:#d4d4d4;font-size:15px;padding:0 0 0 34px;position:
    relative; 
           /*opacity: 0.502;*/
    font-size: 15px;
    line-height: 27px !important;
    color: var(--color-white);
    font-family: "Outfit";
    
}.footer_nav2 li a{ 
    /*color: #d4d4d4;*/
    line-height: 32px;
    /* opacity: 0.502; */
    /* font-size: 15px; */
    /* line-height: 27px !important; */
    color: var(--color-white);
    font-family: "Outfit";
    position: relative;}
.footer_nav2 li img{
    position:absolute;
    left: 3px;
    margin-top: 10px;
    font-size:20px;
    color:#fff}


.shape-1 {
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    opacity: 0.1;
}
@media(max-width: 991px){
    .shape-1 {
   display: none;
}
.about-shape54{
     display: none;
}
.style-two .reason-choose-item ul li i {
   
        left: 40px;
}

}

.breadcumb-area {
        padding: 60px 0 60px;
    position: relative;
    background: url(../images/breadcumb-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 0;
    /*padding: 180px 0 132px;
    position: relative;
    background: url(../images/breadcumb-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -101px;*/
}

.breadcumb-area.two {
    background: url(../images/breadcam-bg2.png);
}

.breadcumb-title h4 {
    display: inline-block;
    font-size: 43px;
    color: #1e1e1e;
    font-weight: 600;
    margin-bottom: 15px;
}

.breadcumb-content ul li {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
}

.breadcumb-content ul li a {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 500;
    font-family: "Outfit";
}

.breadcumb-content ul li a span {
    display: inline-block;
    margin: 0 8px 0;
}

.breadcumb-shape {
    position: absolute;
    left: 40%;
    bottom: 50px;
    animation: bounce 4s linear infinite;
}

.breadcumb-shape2 {
    position: absolute;
    right: 46px;
    bottom: 144px;
    animation: scaleZoom 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate;
}

.bread-shape {
    position: absolute;
    top: 225px;
    left: 390px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

.bread-dot {
    position: absolute;
    right: 200px;
    bottom: -40px;
    animation: bounceleft 4s linear infinite;
}

.bread-dot2 {
    position: absolute;
    right: 200px;
    bottom: 130px;
    animation: bounceleft 4s linear infinite;
}

/* breadcumb autor box */
.row.breadcumb-autor {
    margin-top: 55px;
}

.breadcumb-autor-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.breadcumb-autor-content h5 {
    font-size: 18px;
    line-height: 30px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
}

.breadcumb-autor-content p {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    font-family: "Open Sans";
}

.breadcumb-category {
    padding-left: 30px;
    position: relative;
}

.breadcumb-category::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background-color: rgba(30,30,30,0.14901960784313725);
    left: 0;
    top: 5px;
}

.breadcumb-category::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background-color: rgba(30,30,30,0.14901960784313725);
    right: 15px;
    top: 5px;
}

.breadcumb-category span {
    display: inline-block;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    font-family: "Open Sans";
}

.breadcumb-category h6 {
    font-size: 18px;
    line-height: 30px;
    color: #1e1e1e;
    font-weight: 500;
}

.breadcumb-ratting span {
    display: inline-block;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    font-family: "Open Sans";
}

.breadcumb-star ul li {
    display: inline-block;
    color: var(--Secondary-color);
}

.breadcumb-ratting-num span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
}
.breadcumb-star {
    display: inline-block;
}

.breadcumb-ratting-num {
    display: inline-block;
}
section.about-area.style-three {
    padding: 120px 0 120px;
    position: relative;
}

section.about-area.style-three .section-title-desc p {
    margin: 13px 0 30px;
}

section.about-area.style-three.inner .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

section.about-area.style-three .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

section.about-area.style-three.inner .section-sub-title h6 {
    /*padding-left: 0;*/
}

section.about-area.style-three.inner .section-sub-title.three h6 img {
    margin-right: 12px;
}

.style-three .about-thumb-wrapper {
    position: relative;
    margin-left: -55px;
}

.style-three .about-thumb {
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.style-three .about-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.style-three .about-thumb:hover::before {
    animation: shine 800ms;
}

.style-three .about-learn-box {
    border-radius: 10px;
    background-color: var(--primary-color);
    width: 300px;
    height: 118px;
    display: flex;
    gap: 16px;
    align-items: baseline;
    padding: 31px 35px;
    position: absolute;
    right: 66px;
    top: 0;
    z-index: 1;
}

.style-three .learn-title h5 {
    font-size: 22px;
    line-height: 28px;
    color:var(--color-white);
    font-weight: 500;
}

.style-three .about-experience-count h3 {
    display: inline-block;
    font-size: 60px;
    line-height: 52px;
    text-transform: uppercase;
    color:var(--primary-color);
}

.style-three .about-experience-count span{
    display: inline-block;
    font-size: 60px;
    line-height: 52px;
    text-transform: uppercase;
    color:var(--primary-color);
}

.style-three .about-experience-count span {
    display: inline-block;
    font-size: 40px;
    text-transform: uppercase;
    color:var(--primary-color);
    position: relative;
    top: -16px;
}

.style-three .about-experience-count {
    display: inline-block;
    margin-right: 8px;
}

.style-three .about-experience-desc {
    display: inline-block;
}

.style-three .about-experience-box {
    position: absolute;
    bottom: 35px;
    left: 80px;
}

.style-three .about-shape32 {
    position: absolute;
    left: 40px;
    bottom: 57px;
    animation: bounceleft 8s linear infinite;
}

.style-three .about-shape31 {
    position: absolute;
    right: 60px;
    bottom: 0;
    animation: bounceleft 4s linear infinite;
}

.style-three .about-iteam-list ul li {
    font-size: 18px;
    color:var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    margin-bottom: 12px;
}

.style-three .about-iteam-list ul li img {
    margin-right: 10px;
    width: 20px
}

.style-three .about-iteam-phone p {
    font-size: 22px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    margin: 32px 0 40px;
}

.style-three .about-iteam-phone p span {
    display: inline-block;
    margin-right: 12px;
}

.style-three .about-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color:var(--color-white);
    font-weight: 500;
    border-radius: 26px;
    background-color:var(--primary-color);
    padding: 11px 33px;
    position: relative;
    z-index: 1;
}

.style-three .about-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background:var(--title-color);
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}

.style-three .about-btn a:hover::before {
    width: 100%;
    left: 0;
}

.style-three .about-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.about-education-box {
    border-radius: 20px;
    background-color: #f0fbf8;
    display: inline-block;
    width: 200px;
    height: 236px;
    padding: 35px 28px;
    position: absolute;
    right: 285px;
    bottom: 180px;
}

.education-icon span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background-color: var(--primary-color);
    text-align: center;
    color: var(--color-white);
    margin-bottom: 18px;
}

.education-content p {
    font-size: 20px;
    line-height: 28px;
    color:var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    margin-bottom: 15px;
}

.education-content span {
    display: inline-block;
    font-size: 15px;
    color: var(--title-color);
    font-family: "Outfit";
    position: relative;
    z-index: 1;
    margin-left: 25px;
}

.education-content span::before {
    position: absolute;
    content: '';
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background-color: var(--primary-color);
    left: -23px;
    top: 13px;
}
section.feature-area.style-two {
    background-color: #f0fbf8;
    padding: 72px 0 60px;
    position: relative;
    z-index: 1;
}

.style-two .single-feature-box {
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.style-two .single-feature-box:hover{
    transform:translateY(-10px);
}

.style-two .feature-content {
    overflow: hidden;
    padding-right: 40px;
}

.style-two .feature-icon {
    float: left;
    margin-right: 23px;
    position: relative;
    top: 16px;
    transition: 0.5s;
}

.style-two .single-feature-box:hover .feature-icon{
    animation: wobble_vertical 1s forwards ease-in-out 0s;
}

.style-two h4.feature-title {
    font-size: 24px;
    color:var(--title-color);
    font-weight: 500;
    transition: 0.5s;
}

.style-two p.feature-desc {
    font-size: 16px;
    line-height: 30px;
    color:var(--text-color);
    font-weight: 400;
}

.style-two .feature-shape21 {
    position: absolute;
    right: 135px;
    bottom: -90px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}

.why-choose-area.style-one {
    background: url(../images/choose-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 85px 0 85px;
}
.team-content {
    color: #000
}
.why-choose-area.style-one .section-title-desc p {
    width: 100%;
}

.why-choose-area.style-one .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.style-one .choose-item-menu {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-top: 28px;
}

.style-one .choose-item-menu ul li:nth-child(1), .style-one .choose-item-menu ul li:nth-child(2), .style-one .choose-item-menu ul li:nth-child(3), .style-one .choose-item-menu ul li:nth-child(4) {
    display: inline-block;
    font-size: 17px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 10px;
    background-color: rgba(30,194,142,0.10196078431372549);
    margin: 0 5px 5px 0;
    padding: 14px 100px 14px 25px;
    transition: 0.5s;
}

.style-one .choose-item-menu ul li {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s;
    padding-left: 50px !important
}
.style-one .choose-item-menu ul li img{
    position: absolute;
    left: 20px
}
.style-one .choose-item-menu ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:var(--primary-color);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
    transition: 0.5s;
}

.choose-item-menu ul li:nth-child(2)::before{
    background-color: var(--Secondary-color);
}

.choose-item-menu ul li:nth-child(3)::before{
    background-color: var(--fourtiary-color);
}

.choose-item-menu ul li:nth-child(4)::before{
    background-color: var(--tertiary-color);
}

.style-one .choose-item-menu ul li:hover:before {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.style-one .choose-item-menu ul li:hover{
    color:#fff;
}

.style-one .choose-item-menu ul li:hover img{
    filter: brightness(0) invert(1);
}

.style-one .choose-item-menu ul li img:nth-child(1), .style-one .choose-item-menu ul li img:nth-child(2), .style-one .choose-item-menu ul li img:nth-child(3), .style-one .choose-item-menu ul li img:nth-child(4) {
    margin-right:9px;
}

.style-one .choose-item-menu ul li:nth-child(2) {
    background-color: rgba(255,133,63,0.10196078431372549);
    padding: 14px 55px 14px 25px;
}

.style-one .choose-item-menu ul li:nth-child(3) {
    background-color: rgba(166,76,249,0.10196078431372549);
    padding: 14px 100px 14px 25px;
}

.style-one .choose-item-menu ul li:nth-child(4) {
    background-color: rgba(21,193,250,0.10196078431372549);
    padding: 14px 90px 14px 25px;
}

.style-one p.choose-suport-des {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Outfit";
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}

.style-one p.choose-suport-des img {
    margin-right: 10px;
}

.style-one .choose-btn a {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 26px;
    background-color: #006bb3;
    padding: 12px 34px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.style-one .choose-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.style-one .choose-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.style-one .choose-btn a i {
    display: inline-block;
    margin-left: 10px;
}

.style-one .choose-skill-content h3 {
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    color:var(--title-color);
    font-weight: 600;
}

.style-one .choose-skill-content span {
    display: inline-block;
    font-size: 26px;
    color:var(--title-color);
    font-weight: 600;
}

.style-one .choose-skill-content p {
    display: block;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400;
}

.style-one .choose-thumb {
    position: relative;
}

.style-one .choose-shape-dot {
    position: absolute;
    top: 0;
    right: 192px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

.style-one .choose-shape-star {
    position: absolute;
    bottom: 145px;
    left: -10px;
    animation: rotateme 8s linear infinite;
}

.style-one .choose-skill-box {
    position: absolute;
    right: -82px;
    bottom: 62px;
    display: flex;
    align-items: center;
    gap: 18px;
    border-radius: 10px;
    background-color: var(--color-white);
    width: 279px;
    height: 99px;
    padding: 0 0 0 30px;
    animation: upDown 1.5s ease-in-out 1.8s forwards infinite alternate;
}

.style-one .choose-shape1 {
    position: absolute;
    bottom: 100px;
    left: 865px;
    animation: bounceleft 4s linear infinite;
}

.style-one .choose-shape2 {
    position: absolute;
    right: 120px;
    top: -60px;
    animation: rotateme 18s linear infinite;
    z-index: 9;
}
.team-area.style-one {
    padding: 10px 0 100px;
    position: relative;
}

.team-area.style-one.inner {
    padding: 100px 0 100px;
}

.team-area.style-one.inner .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

.team-area.style-one.inner .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.team-area.style-one.inner .section-sub-title h6 {
    padding-left: 0;
}

.team-area.style-one.inner .section-sub-title.three img {
    margin-right: 12px;
}

.style-one .single-team-box {
    border-radius: 20px;
    background-color: #FFFDE7;
    /*padding: 20px 20px 25px;*/
    transition: 0.5s;
    margin-bottom: 20px;
    text-align: center;
    padding: 3px 20px 16px;

}
.border-box{
    margin-bottom: 30px;
     
    border: 2px dashed #ffcb05;
    border-radius: 50px 0 50px 0 !important;
    border-right: 20px groove #ffcb05;
    padding: 35px 30px 32px !important;
}
.style-one .single-team-box.box-2 {
     background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #006bb3;
    border-radius: 500px;

    background-image: url('../images/activite-bg41.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    -webkit-mask-position: center;

    mask-image: url('../images/activite-bg41.png');
    mask-repeat: no-repeat;
    mask-size: cover;
    mask-position: center;
}

.style-one .single-team-box.box-3 {
    background-color: #fdf7f3;

}

.style-one .single-team-box.box-4 {
    background-color: #f8f4fb;
}

.style-one .team-thumb {
    position: relative;
    z-index: 1;
}

.style-one .team-thumb::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(21, 193, 250,0.9999999999999999) 0%, rgba(21, 193, 250,0.9999999999999999) 20%, rgba(29,193,141,0) 50%, rgba(29,193,141,0) 100%);
    border-radius: 16px;
    transition: 0.5s;
}

.style-one .single-team-box.box-2 .team-thumb::before {
    background-image: linear-gradient(0deg, rgb(30, 194, 142) 0%, rgba(29,193,141,0.9999999999999999) 20%, rgba(29,193,141,0) 50%, rgba(29,193,141,0) 100%);
    transition: 0.5s;
}

.style-one .single-team-box.box-3 .team-thumb::before {
    background-image: linear-gradient(0deg, rgb(255, 133, 63) 0%, rgba(255, 133, 63,0.9999999999999999) 20%, rgba(29,193,141,0) 50%, rgba(29,193,141,0) 100%);
    transition: 0.5s;
}

.style-one .single-team-box.box-4 .team-thumb::before {
    background-image: linear-gradient(0deg, rgb(166, 76, 249) 0%, rgba(166, 76, 249,0.9999999999999999) 20%, rgba(29,193,141,0) 50%, rgba(29,193,141,0) 100%);
    transition: 0.5s;
}

.style-one .single-team-box:hover .team-thumb::before {
    height: 100%;
}

.style-one .team-thumb img {
    width: 100%;
}

.style-one .team-social {
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transition: 0.5s;
    transform: translateY(0px);
}

.style-one .single-team-box:hover .team-social {
    opacity: 1;
    transform: translateY(18px);
}

.style-one .team-icon-1 {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
}

.style-one .single-team-box:hover .team-icon-1{
    opacity: 1;
    transform: translateY(-40px);
}

.style-one .team-icon-2 {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.4s ease-in-out;
}

.style-one .single-team-box:hover .team-icon-2{
    opacity: 1;
    transform: translateY(-40px);
}

.style-one .team-icon-3 {
    opacity: 0;
    transform: translateX(0px);
    transition: all 0.5s ease-in-out;
}

.style-one .single-team-box:hover .team-icon-3{
    opacity: 1;
    transform: translateY(-40px);
}

.style-one .team-social ul li {
    display: inline-block;
    margin: 0 2px;
}

.style-one .team-social ul li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.6);
    text-align: center;
    color: #fff;
    font-size: 13px;
    transition: 0.5s;
}

.style-one .team-social ul li a:hover{
    color: var(--tertiary-color);
    background-color: var(--color-white);
}

.style-one .single-team-box.box-2 .team-social ul li a:hover{
    color: var(--primary-color);
    background-color: var(--color-white);
}

.style-one .single-team-box.box-3 .team-social ul li a:hover{
    color: var(--Secondary-color);
    background-color: var(--color-white);
}

.style-one .single-team-box.box-4 .team-social ul li a:hover{
    color: var(--fourtiary-color);
    background-color: var(--color-white);
}

.style-one .team-title h3 {
    margin-top: 10px;
}
.style-one .team-title h3 a{
    display: inline-block;
    font-size: 20px;
    color:var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    transition: 0.5s;
}

.style-one .team-title h3 a:hover{
    color: var(--tertiary-color);
}

.style-one .single-team-box.box-2 .team-title h3 a:hover{
    color: var(--primary-color);
}

.style-one .single-team-box.box-3 .team-title h3 a:hover{
    color: var(--Secondary-color);
}

.style-one .single-team-box.box-4 .team-title h3 a:hover{
    color: var(--fourtiary-color);
}

.style-one .team-sub-title h5 {
    font-size: 14px;
    line-height: 28px;
    color: var(--tertiary-color);
    font-weight: 500;
    border-radius: 15px;
    background-color: rgba(21,193,250,0.10196078431372549);
    border: 1px solid rgba(21,193,250,0.3);
    display: inline-block;
    padding: 0 18px;
    margin-bottom: 20px;
    margin-top: 3px;
}

.style-one .single-team-box.box-2 .team-sub-title h5 {
    color: var(--primary-color);
    background-color: rgba(30,194,142,0.10196078431372549);
    border: 1px solid rgba(30,194,142,0.3);
}

.style-one .single-team-box.box-3 .team-sub-title h5 {
    color: var(--Secondary-color);
    background-color: rgba(255,133,63,0.10196078431372549);
    border: 1px solid rgba(255,133,63,0.3);
}

.style-one .single-team-box.box-4 .team-sub-title h5 {
    color: var(--fourtiary-color);
    background-color: rgba(166,76,249,0.10196078431372549);
    border: 1px solid rgba(166,76,249,0.3);
}

.style-one .team-ratting ul li {
    display: inline-block;
    color:var(--Secondary-color)
}

.style-one .team-rating-rate span {
    display: inline-block;
    font-size: 16px;
    color:var(--title-color);
    font-weight: 400;
}

.style-one .team-ratting {
    display: inline-block;
}

.style-one .team-rating-rate {
    display: inline-block;
}

.style-one .team-shape1 {
    position: absolute;
    top: -10px;
    left: 125px;
    animation: upDown 1.5s ease-in-out 1.6s forwards infinite alternate;
}

.style-one .team-shape2 {
    position: absolute;
    right: 10px;
    bottom: 0;
    animation: bounceleft 6s linear infinite;
}
.style-four .row.about-mission-space {
    margin-top: 30px;
}

.style-four .about-mission-box {
    border-radius: 10px;
    background-color: #f0fbf8;
    padding: 35px 30px 30px;
    transition: 0.5s;
    
}

.style-four .about-mission-title h3 {
    font-size: 26px;
    line-height: 30px;
    color: #1e1e1e;
    font-weight: 500;
    margin-bottom: 10px;
}

.style-four .about-mission-desc p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin-bottom: 22px;
}

.style-four .about-item-list ul li {
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 400;
    font-family: "Outfit";
    margin-bottom: 6px;
}

.style-four .about-item-list ul li img {
    margin-right: 12px;
}

.style-four .about-counter-box {
    border-radius: 10px;
    background-color: #fdf7f3;
    padding: 35px 30px 32px;
    /*background-color: #FFFDE7;*/
    /*padding: 20px 20px 20px;*/
    
    border: 2px dashed #ffcb05;
        border-radius: 50px 0 50px 0;
    border-right: 20px groove #ffcb05;
}

.style-four .about-iteam-count h3.counter {
    font-size: 56px;
    color: #fb8945;
    font-weight: 600;
    display: inline-block;
}

.style-four .about-iteam-count span {
    display: inline-block;
    font-size: 56px;
    color: #fb8945;
    font-weight: 600;
    font-family: "Outfit";
}

.style-four .about-call-box {
    display: flex;
    align-items:baseline;
    gap: 10px;
}

.style-four .about-call-icon {
    position: relative;
    top: 9px;
}

.style-four .about-item-desc p {
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 80px;
}

.style-four .about-call-content h5 {
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 400;
}

.style-four .about-call-content h3 {
    font-size: 20px;
    line-height: 28px;
    color: #1e1e1e;
    font-weight: 500;
}

.style-four .about-btn {
    margin-top: 37px;
}

.style-four .about-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--color-white);
    font-weight: 500;
    border-radius: 26px;
    background-color: var(--primary-color);
    padding: 11px 33px;
    position: relative;
    z-index: 1;
}

.style-four .about-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--title-color);
    border-radius: 30px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
    z-index: -1;
}

.style-four .about-btn a:hover::before {
    clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}

.style-four .about-btn a img {
    display: inline-block;
    margin-right: 10px;
}
.style-one .about-thumb-shape2 {
    position: absolute;
    top: -15px;
    right: 40px;
}
.activitie-kids-area.style-one {
    padding: 0px 0 0px;
    position: relative;
}

.style-one.activitie-kids-area .section-title-space {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
}

.style-one.activitie-kids-area .section-title-desc p {
    width: 95%;
}

.style-one.activitie-kids-area .section-sub-title h6 {
    padding-left: 0;
}

.style-one.activitie-kids-area .section-sub-title.three h6 img {
    margin-right: 12px;
}

.style-one.activitie-kids-area .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

.style-one.activitie-kids-area .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.style-one .single-activitie-box {
    background: url(../images/activite-bg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*display: flex;
    align-items: baseline;
    gap: 30px;*/
    border-radius: 10px;
    padding: 26px 35px 42px;
    margin-bottom: 20px;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.style-one .single-activitie-box::before {
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.style-one .single-activitie-box:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
}

.style-one .single-activitie-box.box-2 {
    background: url(../images/activite-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.style-one .single-activitie-box.box-3 {
    background: url(../images/activite-bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.style-one .single-activitie-box.box-4 {
    background: url(../images/activite-bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.style-one .single-activitie-box.box-5 {
    background: url(../images/activite-bg5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.style-one .single-activitie-box.box-6 {
    background: url(../images/activite-bg6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 58px 35px 58px;
    text-align: center;
    display: inherit;
}

.style-one .activitie-icon {
    position: relative;
    top: 12px;
    margin-bottom: 20px
}

.style-one .activitie-content h3 {
    font-size: 22px;
    line-height: 40px;
    color: #1e1e1e;
    font-weight: 500;
}

.style-one .activitie-content p {
    font-size: 16px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
}

.style-one .activiite-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 25px;
    background-color: #006bb3;
    padding: 9px 34px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.style-one .activiite-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--title-color);
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}

.style-one .activiite-btn a:hover::before {
    width: 100%;
    left: 0;
}

.style-one .activiite-btn a i{
    display: inline-block;
    margin-left: 10px;
}

/* activitie shape */
.style-one .activitie-shape1 {
    position: absolute;
    left: 103px;
    top: 118px;
    animation: float 3s ease-in-out infinite;
}

.style-one .activitie-shape2 {
    position: absolute;
    right: 120px;
    top: 120px;
    animation: scaleZoom 5s cubic-bezier(0.12, 0, 0.39, 0) 0s infinite alternate;
}

.style-one .activitie-shape3 {
    position: absolute;
    right: 45px;
    bottom: -62px;
    animation: bounceleft 6s linear infinite;
}
.joint-event-area.style-two {
    /*background: url(../images/home-four/event-bg4.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 80px 0 55px;
}
.event-content p{
    color: #000
}
.joint-event-area.style-two .section-sub-title.three h6 img {
    margin-right: 12px;
}

.joint-event-area.style-two .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

.joint-event-area.style-two .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

.style-two .joint-event-box {
  border-radius: 16px;
    background-color: #FFFDE7;
    padding: 20px 20px 20px;
    margin-bottom: 30px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 30px;
    border: 2px dashed #ffcb05;
        border-radius: 50px 0 50px 0;
    border-right: 20px groove #ffcb05;
}

.style-two .event-thumb {
    position: relative;
    overflow: hidden;
}

.style-two .event-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.style-two .joint-event-box:hover .event-thumb::before {
    left: 0;
    right: 0;
    opacity: 0;
}

.style-two .event-thumb img {
    width: 100%;
}

.style-two .event-content h5 {
    font-size: 16px;
    line-height: 30px;
    color: #006bb3;
    font-weight: 500;
    display: flex;
    align-items: baseline;
    margin-bottom: 6px;
}

.style-two .joint-event-box.box-2 .event-content h5 {
    color: #ff853f;
}

.style-two .joint-event-box.box-3 .event-content h5 {
    color: #15c1fa;
}

.style-two .joint-event-box.box-4 .event-content h5 {
    color: #a44ff9;
}

.style-two .event-content h5 img {
    margin-right: 10px;
}

.style-two .event-content h3 a {
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
    transition: 0.5s;
}

.style-two .event-content h3 a:hover{
    color: var(--primary-color);
}

.style-two .joint-event-box.box-2 .event-content h3 a:hover{
    color: #ff853f;
}

.style-two .joint-event-box.box-3 .event-content h3 a:hover{
    color: #15c1fa;
}

.style-two .joint-event-box.box-4 .event-content h3 a:hover{
    color: #a44ff9;
}

.style-two .event-location {
    margin-top: 12px;
}

.style-two .event-location ul li {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    margin-bottom: 7px;
}

.style-two .event-location ul li img {
    margin-right: 10px;
}

.style-two .joint-event-btn a {
    display: inline-block;
    font-size: 14px;
    color: var(--color-white);
    background-color: var(--primary-color);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 22px;
    padding: 5px 18px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    margin-top: 19px;
}

.style-two .joint-event-box.box-2 .joint-event-btn a {
    background-color: #ff853f;
}

.style-two .joint-event-box.box-3 .joint-event-btn a {
    background-color: #15c1fa;
}

.style-two .joint-event-box.box-4 .joint-event-btn a{
    background-color: #a44ff9;
}

.style-two .joint-event-btn a i {
    margin-left: 10px;
}

.style-two .joint-event-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: var(--title-color);
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}

.style-two .joint-event-btn a:hover::before {
    width: 100%;
    left: 0;
}
.facility-content{
        padding: 35px 30px 32px;
     background-color: #FFFDE7; 
    /* padding: 20px 20px 20px; */
    margin-bottom: 30px;
    border: 2px dashed #ffcb05;
    border-radius: 50px 0 50px 0;
    border-right: 20px groove #ffcb05;
        color: #000;
}
.style-one .single-blog-box {
    border-radius: 20px;
    background-color: #eaeff5;
    margin-bottom: 20px;
    transition: 0.5s;
    padding: 25px 25px 5px;
    overflow: hidden;
}
.blog-title h3{
    text-align: center;
    font-size: 24px;

    border-left: 50px inset #006bb3;
    border-radius: 50px;
    border-right: 50px inset #d3ba27;
    margin-top: 14px;
    margin-bottom: 10px;
    border-top: 1px dotted #ffcb05;
    border-bottom: 1px dotted #ffcb05;
}
.style-one .single-blog-box.box-2 {
    background-color: #f0fbf8;
}

.style-one .single-blog-box.box-3 {
    background-color: #fdf7f3;
}

.style-one .single-blog-thumb {
    position: relative;
    transition: 0.5s;
}

.style-one .single-blog-thumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
}

.style-one .single-blog-box:hover .single-blog-thumb::before {
    animation: shine 800ms;
}

.style-one .single-blog-thumb img {
    border-radius: 20px;
    width: 100%;
}
section.contact_area.inner_section {
    padding: 100px 0 120px;
    position: relative;
}

section.contact_area.inner_section .section-title-desc p {
    margin: 13px 0 30px;
}

section.contact_area.inner_section .section-sub-title h6::before {
    position: inherit;
    background-color: transparent;
}

section.contact_area.inner_section .section-sub-title h6::after {
    position: inherit;
    background-color: transparent;
}

section.contact_area.inner_section .section-sub-title h6 {
    padding-left: 0;
}

section.contact_area.inner_section .section-sub-title.three h6 img {
    margin-right: 12px;
}

.inner_section .contact_main_info {
    padding: 40px 40px 42px;
    border-radius: 20px;
    /*background-color: #006bb312;*/
    background-color: #fff;
    border-radius: 20px;
    filter: drop-shadow(0px 20px 50px rgba(219, 228, 223, 0.4));

}

.inner_section .contact_main_info .call-do-action-info {
    display: flex;
    justify-content: left;
    border-bottom: 1px dashed rgb(12 110 109 / 20%);
    padding-bottom: 25px;
    margin-bottom: 25px;
    gap: 20px;
}

.inner_section .contact_main_info .call-do-social_icon  i {
       height: 70px;
    width: 70px;
    line-height: 70px;
    border: 2px solid transparent;
    color: #fff;
    transition: .5s;
    border-radius: 50%;
    background-color: #006bb3;
    text-align: center;
    font-size: 22px;
}

.inner_section .contact_main_info .call_info p {
    font-size: 16px;
    /*color: #616161;*/
        color: #9a7f10;
    font-weight: 600;
}

.inner_section .contact_main_info .call_info h3 {
    margin: 7px 0 0;
    font-size: 20px;
    line-height: 26px;
    color: #1e1e1e;
    font-weight: 500;
    font-family: "Outfit";
}

.inner_section .contact_main_info .call_info span {
    color: #000;
    /*margin: 10px 0 0;*/
    display: inline-block;
}

.inner_section .contact-form-box.style_two {
    padding: 34px 60px 50px;
    border-radius: 20px;
    filter: drop-shadow(0px 20px 50px rgba(219,228,223,0.4));
    background-color: #ebe7d5;
    position: relative;
    z-index: 1;

}

.inner_section .section_title p {
    margin: 28px 0 40px;
}

.inner_section .contact-section-title {
    margin-bottom: 45px;
}

.inner_section .contact-section-title h4 {
    font-size: 16px;
    line-height: 35px;
    color: #006bb3;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
}

.inner_section .contact-section-title h1 {
    font-size: 34px;
    line-height: 52px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: "Outfit";
    text-align: center;
}

.inner_section .form-box input {
    width: 100%;
    height: 54px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(6,50,50,0.1);
    margin-bottom: 20px;
    padding-left: 25px;
    outline: 0;
}

.inner_section .form-box.message textarea {
    width: 100%;
    height: 120px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid rgba(6,50,50,0.1);
    padding: 25px 25px 25px;
    outline: 0;
}

.inner_section .checkbox {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 13px 0 35px;
}

.inner_section .checkbox label {
    font-size: 15px;
    line-height: 26px;
    color: #616161;
    font-weight: 400;
    font-family: "Open Sans";
}

.inner_section .contact-form button {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Outfit";
    text-align: center;
    width: 180px;
    height: 50px;
    border-radius: 25px;
    background-color: #006bb3;
    transition: 0.5s;
}

.inner_section .contact-form button:hover{
    background-color: var(--Secondary-color);
}

.inner_section .contact_shape2 {
    position: absolute;
    right: 220px;
    bottom: 50px;
}
.contact_main_info .call-do-action-info:nth-child(3) {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact_main_info .call-do-action-info:hover .call-do-social_icon i {
    color: #fff;
    background:var(--primary-color);
}

.ct-btn{
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color:var(--color-white);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 28px;
    background-color:var(--primary-color);
    padding: 15px 40px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    outline: none;
    border: none;
    border-radius: 3px;
    /* padding: 10px 10px 10px 10px; */
    padding: 9px 16px 9px 20px;
    /* width: 160px; */
    border-radius: 9999px;
    border: 3px solid #ffffff4d;
    /* background-color: rgb(0 107 179 / var(--tw-bg-opacity)); */
    background-color: rgb(0 107 179);
    border-width: 3px;
    font-size: 1.125rem;
    line-height: 30px;
    /* line-height: 1.75rem; */
    font-weight: 600;
    width: max-content;
}

.ct-btn::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    background: var(--title-color);
    transition: .5s;
    z-index: -1;
    border-radius: 30px;
    top: auto;

} 

.ct-btn:hover:before{
    height: 100%;
    top: 0;
    bottom: auto;
 }
.style-three .tab {
    position: relative;
    -webkit-font-smoothing: antialiased;
}

.style-three .tabs li {
    position: relative;
    margin-bottom: 20px;
}
  
.style-three .tabs li a {
    outline: none;
    padding: 22px 30px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    font-size: 20px;
    color: var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 16px;
    background-color:#edf0f3;
    width: 374px;
}

.style-three .tabs li a:hover{
    background-color: var(--primary-color);
    color:var(--color-white);
}

.style-three .tabs li a:hover span{
    background-color:var(--color-white);
    color: var(--primary-color);
}

.style-three .tabs li a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background:var(--primary-color);
    color:var(--color-white);
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.5s;
}

.style-three .tabs_item {
    display: none;
    /*padding: 8px 0 0;*/
}
  
.style-three .tabs_item:first-child {
    display: block;
}
  
.style-three li.current a {
    color:var(--color-white);
    border-radius: 16px;
    background-color:var(--primary-color) !important;
}

.style-three li.current a span {
    display: inline-block;
    background:var(--color-white) !important;
    color:var(--primary-color) !important;
}

/* couse box */

.style-three .single-course-box {
    border-radius: 20px;
       background: #ececec;
    padding: 8px 30px 40px;
    margin-bottom: 20px;
}

.style-three .course-thumb {
    position: relative;
    overflow: hidden;
}

.style-three .course-thumb img {
    border-radius: 20px;
}

.style-three .course-thumb::before {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.style-three .course-thumb:hover::before {
    left: 0;
    right: 0;
    opacity: 0;
}

.style-three .course-content h5 {
    font-size: 14px;
    line-height: 28px;
    color:var(--primary-color);
    font-weight: 500;
    border-radius: 16px;
    background-color: rgba(30,194,142,0.10196078431372549);
    border: 1px solid rgba(30,194,142,0.3);
    display: inline-block;
    padding: 0 18px;
    margin: 30px 0 10px;
}

.style-three .single-course-box.box-2 .course-content h5{
    background-color: rgba(255,133,63,0.10196078431372549);
    border: 1px solid rgba(255,133,63,0.3);
    color: var(--Secondary-color);
}

.style-three .course-content h3 {
    margin-bottom: 7px;
}

.style-three .course-content h3 a{
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    color:var(--title-color);
    font-weight: 500;
    font-family: "Outfit";
    transition: 0.5s;
}

.style-three .course-content h3 a:hover{
    color: var(--primary-color);
}

.style-three .single-course-box.box-2 .course-content h3 a:hover{
    color: var(--Secondary-color);
}

.style-three .course-rating ul {
    display: inline-block;
}

.style-three .course-rating ul li {
    display: inline-block;
    color: var(--Secondary-color);
}

.style-three .course-rating-num {
    display: inline-block;
}

.style-three .course-rating-num span {
    display: inline-block;
    font-size: 16px;
    color: var(--title-color);
    font-weight: 400;
}

.style-three .course-price span {
    display: inline-block;
    font-size: 24px;
    color:var(--primary-color);
    font-weight: 500;
    font-family: "Outfit";
    margin: 20px 0 28px;
}

.style-three .single-course-box.box-2 .course-price span{
    color:var(--Secondary-color);
}

.style-three .course-btn a {
    display: inline-block;
    font-size: 14px;
    color:var(--primary-color);
    font-weight: 500;
    font-family: "Outfit";
    border-radius: 22px;
    background-color: rgba(30,194,142,0);
    border: 1px solid rgba(30,194,142,0.5);
    text-transform: uppercase;
    padding: 8px 23px;
    position: relative;
    z-index: 1;
}

.style-three .course-btn a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background:var(--primary-color);
    z-index: -1;
    border-radius: 26px;
    transition: 0.5s;
}

.style-three .course-btn a:hover{
    color:var(--color-white);
}

.style-three .course-btn a:hover::before {
    width: 100%;
    left: 0;
}

.style-three .single-course-box.box-2 .course-btn a::before {
    background:var(--Secondary-color);
}

.style-three .single-course-box.box-2 .course-btn a:hover{
    color:var(--color-white);
}

.style-three .single-course-box.box-2 .course-btn a{
    color:var(--Secondary-color);
    border: 1px solid rgb(255, 133, 63,0.5);
}

.style-three .course-btn a i {
    display: inline-block;
    margin-left: 10px;
}
.acd-list {padding:0;margin:0;list-style:none;margin-top: 10px}
.acd-list li{display:block;margin:0 0 15px;display:block;color:#000;font-size:16px;
    padding:0 0 0 34px;position:relative;line-height:20px;}
.acd-list li i{position:absolute;left:0;margin-top:2px;font-size:20px;color:#006bb3}

.img-border{
          filter: drop-shadow(0 0 30px rgba(206, 206, 206, 0.3));
    background-color: #ffffff;
    border: 15px groove #006bb3;
    padding: 10px;
    border-radius: 50px 0;
    object-fit: cover;
    height: 550px
}
.border-box-bg {
    margin-bottom: 30px;
    border: 2px dashed #ffcb05;
    border-radius: 50px 0 50px 0 !important;
    /*border-right: 20px groove #ffcb05;*/
    padding: 35px 30px 32px !important;
}
.camp-fac img{
    height: 350px;
    object-fit: cover;
    object-position: top;
    border: 1px solid #ececec;
}
@media(min-width: 991px){
    .max-width-h1{
        max-width: 500px
    }
}
.border-b{
        text-align: center;
    font-size: 24px;
    border-left: 50px inset #006bb3;
    border-radius: 50px;
    border-right: 50px inset #d3ba27;
    margin-top: 14px;
    margin-bottom: 10px;
    border-top: 1px dotted #ffcb05;
    border-bottom: 1px dotted #ffcb05;
}
@media(max-width: 991px){
    .camp-fac img {
    height: 250px;
    object-fit: cover;
    object-position: top;
    border: 1px solid #ececec;
}
.image_load_courses1 .grid-item-courses{
    margin-bottom: 20px
}
}