:root {
    --blue: #005654;
    --green:#0f1218;
    --grey:#747474;
    --white: #ffffff;
}

body {
  font-family: "Jost", sans-serif;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
}
ul, ol{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover, a:focus{
    color: inherit;
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
button:focus {
    outline: 0;
    box-shadow: none;
}

.uppercase {
  text-transform: uppercase;
}

.font-700 {
  font-weight: 700;
}

.font-600 {
  font-weight: 600;
}

.font-500 {
  font-weight: 500;
}

.font-400 {
  font-weight: 400;
}

.font-300 {
  font-weight: 300;
}



.clr_blue {
  color: var(--blue);
}

.clr_green{
  color: var(--green);
}

.clr_grey {
  color:var(--grey);
}



.footer_clr {
  color: #8e97a4;
}


.font_65 {
  font-size: 65px;
  line-height: 85px;
}


.font_50 {
  font-size: 50px;
}

.font_48 {
  font-size: 48px;
}

.font_40{
 font-size: 40px;
}

.font_38 {
  font-size: 38px;
}

.font_34 {
  font-size: 34px;
}

.font_26 {
  font-size: 26px;
}

.font_24 {
  font-size: 24px;
}

.font_20 {
  font-size: 20px;
}

.font_18 {
  font-size: 18px;
}

.font_16 {
  font-size: 16px;
}

.font_14 {
  font-size: 14px;
}
.font_12 {
  font-size: 12px;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pb-100 {
  padding-bottom: 100px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.nest-btn.slider1 {
    background: #005654;
    color: #ffffff;
    transition: 0.5s;
}

.nest-btn.slider1:hover {
    color: #fff;
}

.nest-btn {
    display: inline-block;
    outline: none !important;
    text-decoration: none;
    color: #ffffff;
    border-radius: 35px;
    background: linear-gradient(90deg, #005654 33.04%, rgba(185, 102, 231, 0.00) 246.73%);
    font-size: 18px;
    font-weight: 500;
    padding: 11px 40.5px 11px;
    transition: 500ms;
    overflow: hidden;
    z-index: 2;
    position: relative;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
    -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nest-btn__shape {
    display: inline-block;
    position: absolute;
    width: 25%;
    height: 100%;
    background: #020d23;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--b) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--b) - 1) * 0.1s);
    z-index: 1;
}

.nest-btn__shape:nth-child(1) {
    --b: 1;
}

.nest-btn__shape:nth-child(2) {
    --b: 2;
}

.nest-btn__shape:nth-child(3) {
    --b: 3;
}
.nest-btn__shape:nth-child(4) {
    --b: 4;
}

.nest-btn__text {
    position: relative;
    z-index: 2;
    top: 0;
}

.nest-btn:hover .nest-btn__shape {
    transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
    -moz-transform: translateY(0) scale(2);
}


/* ===== Dropdown hover ===== */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}



.header-top {
    background: #005654;
    color: var(--white);
}

.header-top  .htleft {
    column-gap: 70px;
}
.header-top .htleft li {
    border-left: 1px solid rgba(225,225,225,0.5);
    text-align: center;
}

.header-top .htleft li:last-child {
    border-right: 1px solid rgba(225,225,225,0.5);
}

.header-top .htleft li a {
    padding: 10px 15px;
    display: block;
}

.header-top a {
    color: var(--white);
}

.header-top .htright p:first-child {
    border-right: 1px solid rgba(225,225,225,0.5);
}



.main_header ul.navbar-nav li a {
    font-size: 16px;
    color: #2c2c2c;
    font-weight: 500;
    position: relative;
    transition: .5s;
    padding: 16px 15px !important;
    text-decoration: none;
    display: inline-block;
}

.main_header ul.navbar-nav li a.nav-link.active {
    color: #005654 !important;
    font-weight: 600;
}
.main_header ul.navbar-nav .btn.nest-btn {
    padding: 8px 25px !IMPORTANT;
    font-size: 16px;
    color: #ffffff !IMPORTANT;
}

.main_header ul.navbar-nav .nest-btn__text {
    position: relative;
    z-index: 2;
    top: 0 ;
}

.main_header .navbar-brand.fw-bold img {
    width: 120px !important;
}
.nav-search-box {
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    transition: width 0.4s ease;
    border-radius: 0 0.375rem 0.375rem 0;
}

.nav-search-box.active {
    width: 540px;
    padding: 8px 7px;
    border: 1px solid #eeeeee;
    border-radius: 5px !important;
}

.nav-search-box input {
    border: none;
    outline: none;
    width: 100%;
    padding: 8px 40px 8px 15px;
}

.nav-search-box .close-search {
    position: absolute;
    right: 12px;
    cursor: pointer;
}
/*slider_banner*/

.slider-area {
    background: linear-gradient(180deg, #005654 0%, #d1f4ba 100%);
    position: relative;
    z-index: 1;
    height: 690px;
}
 .baner-shape1 {
    position: absolute;
    bottom: 0;
    right: 30%;
    z-index: 9;
}

 .baner-shape1 img {
    width: 300px !important;
}
 .baner-shape2 {
    position: absolute;
    right: 85px;
    top: 180px;
}

.baner-shape2 img {
    width: 80px !important;
    opacity: 0.5;
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob {
0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
}

.baner-shape3 {
    position: absolute;
    bottom: 40px;
    left: 40%;
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {

0% {
    left: 0;
}

100% {
    left: 100%;
}
}

.baner-shape4 {
    position: absolute;
    top: 60px;
    left: 7px;
}

.baner-shape4 img {
    width: 80px !important;
    opacity: 0.5;
}

.baner-shape3 img {
    width: 120px !important;
     opacity: 0.5;
}
.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob4 {

0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}
}



/* INITIAL HIDDEN STATE */
.hero-slider .slide-content > *{
  opacity:0;
  transform:translateY(70px);
}

.hero-slider .slide-image{
  opacity:0;
  transform:translateX(200px);
}

/* ANIMATION CLASSES (JS CONTROLLED) */
.hero-slider .animate-text{
  animation:textUp .8s ease forwards;
}

.hero-slider .animate-image{
  animation:imageIn .9s ease forwards;
}

/* KEYFRAMES */
@keyframes textUp{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

@keyframes imageIn{
  to{
    opacity:1;
    transform:translateX(0);
  }
}

/* TYPO */
.sub-title{
  letter-spacing:1px;

}


/*slider_close*/


/*section1*/

.section-padding {
    padding: 100px 0;
}


.feature_item {
    border: 1px solid #DCE1F5;
    background-color: #ffffff;
    text-align: center;
    padding: 40px 25px 30px;
    border-radius: 8px;
    transition: .5s;
    box-shadow: 0 6px 30px rgba(0,0,0,0.02);
}

.ficon {
    height: 70px;
    margin-bottom: 30px;
    display: inline-flex;
}

.feature_item img {
    width: 75px!important;
    display: inline-block!important;
}


/*about_us*/

.about-us-two {
    background: #f7fff2;
}

.about_img_2 {
    position: absolute;
    right: 0;
    bottom: -160px;
    width: 60%;
    border-radius: 50px;
    border: 10px solid var(--white);
}

.about-us-two .about_img_1, .about-us-two .about_img_2 {
    border-radius: 300px;
}

.about-us-two .about_img_2 {
    bottom: -100px;
}

.about_img_1 {
    width: 60%;
    border-radius: 50px;
    position: relative;
    z-index: 11;
}

.about-us-two .about_img_1 {
    z-index: 0;
}

.about-img {
    margin-bottom: 75px;
}

.about_badge2 {
    background: var(--white);
    text-align: center;
    border-radius: 15px;
    padding: 30px 35px;
    display: inline-block;
    position: absolute;
    left: 28%;
    bottom: 22px;
    z-index: 111;
}

.ab_icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: var(--blue);
    text-align: center;
    display: block;
    border-radius: 50%;
    display: inline-block;
}

.about-us-two .ab_top_shape {
    width: 85px;
    left: -39px;
    top: 13px;
}

.about-us-two .ab_btm_shape {
    right: 0;
    bottom: -109px;
    width: 163px;
}
.about-us-two .ab_right_shape {
    top: 6px;
    right: 63px;
    width: 150px;
}

.aniupDown {
    animation: upDown 5s linear 0s infinite alternate;
}

@keyframes upDown{
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

.anileftRight {
    animation: leftRight 5s linear 0s infinite alternate;
}

@keyframes leftRight{
0% {
    transform: translateX(-50px);
}
100% {
    transform: translateX(0px);
}
}


.about-us-two .ab_book_shape {
    right: -77px;
    bottom: 0px;
    z-index: 1;
    width: 180px;
}

.about-us-two .about-content ul {
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.about-us-two .about-content ul::before {
    content: '';
    position: absolute;
    background: url(../images/about/ab_line.png);
    left: 23px;
    top: 0;
    width: 12px;
    height: 217px;
    z-index: -1;
}

.about-us-two .about-content li {
    padding: 10px 15px;
    background: var(--white);
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #abd591;
    color: #747474;
    font-weight: 500;
    font-size: 14px;
}

.about-us-two .about-content li i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: rgba(20, 200, 140, 0.05);
    color: var(--blue);
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 4px;
}


/*course section*/

.available_courses .card {
    border: 1px solid #DCE1F5 !important;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.02) !important;
    border-radius: 8px !important;
}
.available_courses .card:hover {
    border-color: var(--blue) !important;
}
    .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.available_courses .icon-box.bg-purple-subtle.text-purple {
    background: #f3e8ff;
    color: #993eeb;
}
.available_courses .icon-box.bg-orange-subtle.text-orange {
    background: #ffedd5;
    color: #ea580c;
}

.available_courses .avatar-group {
    display: flex;
    align-items: center;
    column-gap: 5px;
}


.available_courses .avatar-group img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    margin-left: -15px;
}

.available_courses .avatar-group .count {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 10px;
    background: #e9ecef;
    padding: 0;
    margin-left: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.available_courses .card-footer .nest-btn.slider1 {
    background: #005654;
    color: #ffffff;
    transition: 0.5s;
    padding: 5px 15px 5px;
    font-size: 14px;
}

.available_courses .card-footer .nest-btn.slider1:hover {
    color: #fff;
}
.available_courses .card-footer .nest-btn__text {
    position: relative;
    z-index: 2;
    top: 0;
}


/*course Caterories -area*/
.course-area {
    background: #f7fff2;
}
.course-single-box {
    margin-bottom: 30px;
    border-radius: 8px !important;
    overflow: hidden;
}

.course-thumb {
    position: relative;
    overflow: hidden;
}

.course-thumb img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}
.course-thumb img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

.course-thumb img {
    transition: all 2s ease;
    background-size: cover;
    width: 100%;
}

.course-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
}
.course-icon i {
    color: #FFFFFF;
    font-size: 24px;
}

.course-rating {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(0 0 0 / 65%);
    width: 100%;
    height: 64px;
    padding: 0 20px 0;
    z-index: 1;
    display: none;
}
.course-rating::before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: linear-gradient(180deg, #005654 0%, #5ba4fc 100%);
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
}
.course-admin {
    display: flex;
    align-items: center;
}

.course-shape {
    margin-right: 10px;
}

.course-thumb img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.course-thumb img {
    transition: all 2s ease;
    background-size: cover;
    width: 100%;
}

.course-star i {
    color: #FFC107;
    margin-left: 5px;
}

.course-content {
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 18px 22px 15px;
}

.course-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}

.course-title {
    border-bottom: none;
    margin-bottom: 14px;
}

.course-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.course-content i {
    color: var(--blue);
}

.course-single-box:hover .course-thumb img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.course-single-box:hover .course-thumb img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

.course-single-box:hover .course-rating::before {
    width: 100%;
}

.course-single-box:hover .course-thumb img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.course-single-box:hover .course-title h3 a {
    color: #005654;
}


/*testimonail*/

.testimonial-style-two-carousel {
    position: relative;
    z-index: 1;
}
.testimonials-quote .icon {
    height: 50px;
    margin: auto;
    background: #ffffff;
    padding: 0 30px;
    display: inline-block;
}
.testimonials-quote .icon {
    background: #ffffff;
}
.testimonials-quote .icon img {
    width: 50px;
}

.testimonial-style-two-carousel .swiper-wrapper {
    padding-top: 28px;
}

.testimonial-style-two .tm-provider {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #cccccc;
    display: inline-flex;
    min-width: 50%;
    padding-bottom: 30px;
    margin-top: 15px;
    position: relative;
}

.testimonial-style-two .tm-provider::after, .testimonial-style-two .tm-provider::before {
    position: absolute;
    margin: auto;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 17px;
    height: 15px;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #ffffff;
    content: "";
}

.testimonial-style-two .tm-provider::after, .testimonial-style-two .tm-provider::before {
    border-top: 1px solid #ffffff;
}
.testimonial-style-two .tm-provider::after {
    border-right: transparent;
    border-top: transparent;
    border-left: 1px solid #cccccc;
    -webkit-transform: rotate(-49deg);
    -ms-transform: rotate(-49deg);
    transform: rotate(-49deg);
    width: 4px;
    height: 23px;
    right: -2px;
    bottom: -18px;
}

.testimonial-style-two .tm-provider::after, .testimonial-style-two .tm-provider::before {
    border-top: 1px solid #ffffff;
}

.testimonial-bullet {
    text-align: center;
    max-width: 40%;
    box-sizing: border-box;
    padding: 10px 0;
}

.testimonial-bullet .swiper-slide {
    width: 33%;
    height: 100%;
    opacity: 0.4;
}

.testimonial-bullet .swiper-slide-active {
    opacity: 1;
}

.swiper-bullet-item {
    text-align: center;
}

.swiper-bullet-item img {
    transform: scale(0.8);
    border-radius: 50%;
}

.swiper-slide-active .swiper-bullet-item  img {
    transform: scale(1);
}

.testimonial-style-two-area::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 500px;
    width: 500px;
    border-top: 1px solid #cccccc;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.3;
    margin-top: 100px;
}

/*blog_sec*/

.blog_sec {
    background: #f7fff2;
}

.blog_img {
    position: relative;
    margin: 0px auto -40px;
    width: 90%;
    z-index: 99;
}


.blog_img img {
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.b_cat {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 11;
}

.b_cat a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 15px;
    background: var(--blue);
    color: var(--white);
    border-radius: 30px;
}

 .blog_img:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    border-radius: 15px;
    transition: .5s;
}

.blog_item:hover .blog_img:after {
    height: 100%;
}

.blog_content {
    width: 100%;
    box-shadow: 0 0px 30px rgba(0,0,0,0.06);
    margin: 0px auto 0px;
    position: relative;
    z-index: 11;
    background: var(--white);
    padding: 60px 20px 20px;
    border-radius: 8px;
}

.blog_meta {
    margin-bottom: 10px;
    font-size: 15px;
}

.blog_btn2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: var(--blue);
    border: 1px solid var(--blue);
    margin-top: 10px;
}

.blog_item:hover .blog_btn2 {
    background: var(--blue);
    border-color: var(--blue);
    color: var(--white);
}
.cta-box {
    background: linear-gradient(180deg, #005654 0%, #001015 100%);
    position: relative;
    z-index: 1;
    border-radius: 8px;
    padding: 80px 50px;
}

.learn_more .nest-btn.slider1 {
    background: #ffffff00;
    color: #ffffff;
    transition: 0.5s;
    border: 1px solid #ffffff;
}


/*banner_page*/

.inner_banner {
    width: 100%;
    background: url(..//images/about_banner.jpg);
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 100px 0 115px;
}

.inner_banner:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.inner_banner .clr_blue {
    color: #ACD591;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ACD591 !important;
}

.brshape.img-fluid {
    position: absolute;
    z-index: 9;
    bottom: 25%;
    right: 70px;
    width: 65px;
    animation: leftRight 6s linear 0s infinite alternate;
}
@keyframes leftRight{
0% {
    transform: translateX(-50px);
}
100% {
    transform: translateX(0px);
}
}

.join_with_us {
    background-color: #f7fff2;
    width: 100%;
    background-image: url(..//images/join_bg.png);
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding-bottom: 0;
}

.about_page .about-us-two {
    background: #ffffff;
    padding-top: 0 !important;
}

.join_us_points {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px;
    column-gap: 30px;
}
.join_us_points li {
    background: #ffffff;
    border-radius: 8px;
    padding: 15px !important;
    box-shadow: 0 0 10px rgb(117 117 117 / 10%);
    width: calc(50% - 15px);
}

.join_us_points .icon {
    width: 45px;
    height: 45px;
    background: #bddfa7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}


.join-img.position-relative img {
    width: 100%;
    margin: auto;
    display: block;
}

/*footer_sec*/


.footer_area {
    width: 100%;
    margin: auto;
    border-radius: 30px 30px 0 0;
    border: 1px solid #dddddd;
    border-bottom: none;
    margin-top: 0;
    background: url(..//images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}about_banner.jpg

.footer_area .footer-item.about {
    border-right: 1px solid #dddddd;
}

.footer_area .footer-item.about {
    border-right: 1px solid #dddddd;
}

.footer_area .footer-item {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer_area .pr-120 {
    padding-right: 80px;
}

.footer_area .pe-120 {
    padding-left: 80px;
}

.footer_area .footer-item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_area .footer-item .top img {
    height: 75px;
}

.footer_area .address-list {
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 80px;
    margin-top: 50px;
    display: flex;
}

.footer_area .address-list li {
    flex-basis: 50%;
}

.footer_area .footer-contact {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    margin-top: 30px;
}

.footer_area .useful-link {
    margin: 0;
    padding: 0;
    margin: 0 -15px;
    overflow: hidden;
}

.footer_area .useful-link li {
    float: left;
    width: 50%;
    padding: 3px 15px;
}

.footer_area .newsletter.style-two {
    max-width: 100%;
    border: none;
    border-radius: 0;
    border: 1px solid #c6c5c8;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
}

.footer_area .newsletter.style-two input {
    width: 100%;
    border: none;
    padding: 15px 30px;
    font-size: 20px;
    background: transparent;
    box-shadow: none;
    color: var(--green);
}

.footer_area .newsletter button {
    background: transparent;
    position: absolute;
    top: 0;
    border-radius: 50%;
    color: var(--green);
    width: auto;
    padding: 17px 0;
    height: 60px;
    right: 15px;
    border: none;
}

.footer_area .newsletter.style-two button img {
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: relative;
    top: -2px;
}

.footer_area .footer-bottom {
    border-top: 1px solid #dddddd;
    padding: 15px 0;
}

.footer_area .footer-social li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--white);
    border-radius: 50%;
    color: var(--green);
    border: 1px solid #e7e7e7;
}