img {
    width: 100%;
}

a {
    text-decoration: none;
}

body {
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
}

/*/ --- navbar starts --- /*/
.navbar {
    background-color: #fff;
    padding: 10px 7%;
    position: fixed!important;
    width: 100%;
    top: 0px;
    z-index: 9;
}
.navbar .navbar-toggler {
    width: 60px;
}
.navbar .navbar-brand {
    width: 200px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 500;
    color: #000;
    padding: 5px 25px!important;
}
.navbar .navbar-collapse {
    margin-left: auto;
    justify-content: center;
}
.navbar .contact-btn a {
    display: inline-flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #0df888;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
     transition: all .3s ease!important;
}
.navbar .contact-btn a img {
    width: 20px;
    margin-left: 7px;
}
/*/ --- navbar ends --- /*/


/*/ --- slider starts --- /*/
.main-banner {
    background-image: url('../img/banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.main-banner .banner-caption {
    top: 28vh;
    position: absolute;
    width: 50%;
    padding-left: 7%;
}
.main-banner .banner-caption h1 {
    font-size: 65px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}
.main-banner .banner-caption h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}
.main-banner .banner-caption h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}
.main-banner .banner-caption ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    color: #fff;
    list-style: none;
}
.main-banner .banner-caption ul li i {
    color: #0df888;
}
.main-banner .banner-caption ul {
    column-count: 2;
    padding-left: 0px;
    margin-top: 30px;
}
.main-banner .banner-form {
    background: #fff;
    margin-left: 20px;
    padding: 40px 40px 50px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    max-width: 65%;
    margin: 130px auto 0px;
}
.main-banner .banner-form h4 {
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
    font-family: "Roboto", sans-serif;
}
.main-banner .banner-form h5 {
    font-size: 18px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
}
.main-banner .banner-form input {
    height: 50px;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #d3d5d6;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
}
.main-banner .banner-form button {
    width: 100%;
    padding: 12px 40px;
    border-radius: 10px;
    display: block;
    background: #0df888;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
        margin-top: 10px;
    transition: all .3s ease !important;
}
.main-banner .banner-form button img {
    width: 20px;
    margin-left: 7px;
}
/*/ --- slider ends --- /*/

/*/ --- about section starts --- /*/
.about-main .custom-container {
    padding: 80px 7%;
}
.about-main .img img {
    height: 410px;
    object-fit: contain;
}
.about-main h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #004a35;
    display: flex;
    align-content: center;
    align-items: center;
}
.about-main h6 span {
    background-color: #004a35;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 10px;
    margin-right: 10px;
}
.about-main .content h4 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
}
.about-main .content p {
    font-weight: 300;
    color: ;
    margin-bottom: 25px;
}
.about-main .content ul {
    padding-left: 0px;
    list-style: none;
    font-size: 14px;
}
.about-main .content ul li i {
    color: #0df888;
}
.about-main .content ul li {
    margin-bottom: 17px;
}
.about-main .content a {
    display: block;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #0df888;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    margin-top: 27px;
    transition: all .3s ease !important;
}
.about-main .content a img {
    width: 20px;
    margin-left: 7px;
}
.about-main .img {
    position: relative;
    width: fit-content;
    margin: auto;
}
.about-main .img:before {
    content: '';
    display: block;
    background-image: url(../img/about-shape1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    position: absolute;
    top: -30px;
    right: -80px;
    left: 50px;
    margin: auto;
    z-index: -1;
    animation: moveTopRight 5s infinite ease-in-out;
}

.about-main .img:after {
    content: '';
    display: block;
    background-image: url(../img/flight.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: -30px;
    left: 0px;
    z-index: -1;
    animation: moveBottomLeft 5s infinite ease-in-out;
}

@keyframes moveTopRight {
  0%, 100% {
    top: 0;
    right: 0;
  }
  50% {
    top: 50px;
    right: 50px;
  }
}

@keyframes moveBottomLeft {
  0%, 100% {
    bottom: 0;
    left: 0;
  }
  50% {
    bottom: 50px;
    left: 50px;
  }
}
/*/ --- about section ends --- /*/


/*/ --- highlights starts --- /*/
.highlights-main .custom-container {
    padding: 0px 7%;
}
.highlights-main .highlight-row {
    display: flex;
    border-radius: 10px;
    background: #07916a;
    background: linear-gradient(267deg, rgba(7, 145, 106, 1) 0%, rgba(0, 74, 53, 1) 100%);
}
.highlights-main .highlight-box {
    width: 25%;
    padding: 30px 20px;
    border-radius: 10px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.highlights-main .highlight-box img {
    width: 50px;
    height: 50px;
}
.highlights-main .highlight-box h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0px;
    color: #fff;
}
.highlights-main .highlight-box p {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}
.highlights-main .highlight-box:hover {
    background-color: #013123;
    margin-top: -10px;
}
/*/ --- highlights ends --- /*/


/*/ --- services starts --- /*/
.services-main .custom-container {
    padding: 80px 7%;
}
.services-main .head h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #004a35;
    display: flex;
    align-content: center;
    align-items: center;
}
.services-main .head h6 span {
    background-color: #004a35;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 10px;
    margin-right: 10px;
}
.services-main .head h4 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
}
.services-main .head p {
    font-weight: 300;
    color: ;
    margin-bottom: 25px;
}
.services-main .services-row {
    margin-top: 30px;
}
.services-main .services-row .services-box {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
}
.services-main .services-row .services-box img {
    height: 300px;
    object-fit: cover;
}
.services-main .services-box h4 {
    background: rgb(1 37 26);
    background: linear-gradient(180deg, rgba(7, 145, 106, 0) 0%, rgb(1 37 26) 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding: 60px 13px 13px;
}
/*/ --- services ends --- /*/


/*/ --- contact banner starts --- /*/
.contact-banner-home {
    padding: 0px 8%!important;
    margin-bottom: 60px;
    z-index: 8;
    position: relative;
}
.contact-banner-home .custom-container {
    background-image: url('../img/contact-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 80px 5%;
}
.contact-banner-home .content {
    width: 50%;
}
.contact-banner-home .content h4 {
    color: #fff;
    font-weight: 600;
    font-size: 36px;
}
.contact-banner-home .content p {
    color: #fff;
    font-weight: 300;
    font-size: 17px;
}
.contact-banner-home .content a {
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #0df888;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease !important;
}
.contact-banner-home .content a img {
    width: 20px;
    margin-left: 7px;
}
/*/ --- contact banner ends --- /*/


/*/ --- popular course starts --- /*/
.popular-course-main {
    /*background-color: #d8e7e2;*/
    background-image: url(../img/course-bg.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
.popular-course-main .custom-container {
    position: relative;
}
.popular-course-main:before {
    content: '';
    display: block;
    background-image: url(../img/course.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 35vw;
    height: 83vh;
    border-radius: 30px;
    position: absolute;
    top: 20px;
    right: 4%;
    z-index: 0;
}
.popular-course-main .custom-container {
    padding: 80px 7% 50px;
}
.popular-course-main .head h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #004a35;
    display: flex;
    align-content: center;
    align-items: center;
}
.popular-course-main .head h6 span {
    background-color: #004a35;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 10px;
    margin-right: 10px;
}
.popular-course-main .head h4 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
}
.popular-course-main .head p {
    font-weight: 300;
    color: ;
    margin-bottom: 25px;
}
.popular-course-main .head {
    margin-bottom: 20px;
}
.popular-course-main .course-box {
/*    background-color: #b6e1d6;*/
    padding: 40px 30px 30px;
/*    border-top: 2px solid #004a35;*/
    margin-bottom: 20px;
    transition: 0.3s ease;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 8;
    transition: 0.2s ease-in-out;
}
.popular-course-main .course-box:hover {
    margin-top: -10px;
}
.popular-course-main .course-box h4 {
    color: #004a35;
    font-weight: 600;
    font-size: 18px;
}
.popular-course-main .course-box p {
    font-weight: 300;
    font-size: 14px;
}
.popular-course-main .course-box a {
    font-weight: 500;
    text-decoration: underline;
    font-size: 15px;
    color: #004a35;
}
.popular-course-main .view-more-btn a {
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #0df888;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: auto;
    display: block;
    width: fit-content;
    transition: all .3s ease!important;
}
.popular-course-main .view-more-btn a img {
    width: 20px;
    margin-left: 7px;
}
.popular-course-main .course-box span {
    width: 53px;
    height: 53px;
    display: block;
    background-color: #004a35;
    padding: 13px;
    border-radius: 100px;
    margin-bottom: 35px;
    position: relative;
}
.popular-course-main .course-box .serv-icon:before {
    position: absolute;
    width: 70px;
    height: 160px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    background-color: #e8eeec;
    content: "";
    top: -85px;
    left: -40px;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 0;
}
.popular-course-main .course-box .serv-icon {
    position: relative;
}
/*.popular-course-main .course-box:hover {
    background-color: #004a35;
}
.popular-course-main .course-box:hover h4 {
    color: #fff;
}
.popular-course-main .course-box:hover p {
    color: #fff;
}
.popular-course-main .course-box:hover a {
    color: #fff;
}*/
/*/ --- popular course ends --- /*/


/*/ --- blog starts --- /*/
.blog-main .custom-container {
    padding: 80px 7%;
}
.blog-main .head h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #004a35;
    display: flex;
    align-content: center;
    align-items: center;
}
.blog-main .head h6 span {
    background-color: #004a35;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 10px;
    margin-right: 10px;
}
.blog-main .head h4 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
}
.blog-main .head p {
    font-weight: 300;
    color: ;
    margin-bottom: 25px;
}
.blog-main .head {
    margin-bottom: 50px;
}
.blog-main .blog-box img {
    height: 275px;
    object-fit: cover;
}
.blog-main .blog-box {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.51);
    margin-bottom: 20px;
}
.blog-main .blog-box .content {
    padding: 15px;
}
.blog-main .blog-box .content h4 {
    font-weight: 600;
}
.blog-main .blog-box .content a {
    font-weight: 500;
    text-decoration: underline;
    font-size: 15px;
    color: #004a35;
}
.blog-main .blog-box .content p {
    font-weight: 300;
    font-size: 14px;
}
.blog-main .view-more-btn a {
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #0df888;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 50px auto 0px;
    display: block;
    width: fit-content;
    transition: all .3s ease!important;
}
.blog-main .view-more-btn a img {
    width: 20px;
    margin-left: 7px;
}
/*/ --- blog ends --- /*/

/*/ --- university logo starts --- /*/
.university-logo-main {
    background-color: #004a35;
}
.university-logo-main .custom-container {
    padding: 60px 7%;
}
.university-logo-main h4 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
}
/*/ --- university logo ends --- /*/

/*/ --- testimonial starts --- /*/
.testimony-main .custom-container {
    padding: 80px 7%;
}
.testimony-main .head h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #004a35;
    display: flex;
    align-content: center;
    align-items: center;
}
.testimony-main .head h6 span {
    background-color: #004a35;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 10px;
    margin-right: 10px;
}
.testimony-main .head h4 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
}
.testimony-main .testimony-box {
    padding: 60px 20px 20px;
    border-radius: 10px;
    border:1px solid #d3d5d6;
    margin-right: 15px;
    position: relative;
    margin-top: 30px;
}
.testimony-main .testimony-box:after {
    content: '';
    display: block;
    width: 85px;
    height: 85px;
    background-image: url(../img/quote-left.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -35px;
    right: 50px;
}
.testimony-main .slick-slider, .slick-list, .slick-track {
    overflow-x: hidden;
    overflow-y: auto;
}
.testimony-main .testimony-box img {
    width: 80px;
    margin-bottom: 15px;
}
.testimony-main .testimony-box p {
    color: #313131;
    font-weight: 400 !important;
    font-size: 15px;
    margin-bottom: 20px;
    text-align: justify;
}
.testimony-main .testimony-box h4 {
    color: #004a35;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.testimony-main .testimony-box h6 {
    color: #353535;
    font-size: 14px;
    font-weight: 600;
}
.testimony-main .testimony-box .profile-box {
    display: flex;
    align-items: center;
    gap: 13px;
}
.testimony-main .testimony-box .profile-box img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}
/*/ --- testimonial ends --- /*/

/*/ --- footer starts --- /*/
footer {
    background-color: #004a35;
}
footer .footer-top {
    padding: 70px 7% 40px;
}
footer .footer-top .footer-logo {
    width: 250px;
    margin-bottom: 20px;
}
footer .footer-top .footer-section p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 25px;
}
footer .footer-top .contact-box p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
}
footer .footer-top .contact-box h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
footer .footer-top .contact-box a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}
footer .footer-top .quick-links h2 {
    font-weight: 500;
    font-size: 26px;
    color: #fff;
}
footer .footer-top .services h2 {
    font-weight: 500;
    font-size: 26px;
    color: #fff;
}
footer .footer-top .footer-contact h2 {
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
}
footer .footer-top .quick-links ul li {
    line-height: 2.2;
}
footer .footer-top .services ul li {
    line-height: 2.2;
}
footer .footer-top .quick-links ul {
    padding-left: 0px;
    list-style: none;
}
footer .footer-top .services ul {
    padding-left: 0px;
    list-style: none;
}
footer .footer-top .quick-links ul li a {
    font-weight: 300;
    color: #fff;
    font-size: 15px;
}
footer .footer-top .services ul li a {
    font-weight: 300;
    color: #fff;
    font-size: 15px;
}
footer .footer-top .services ul li i {
    color: #407163;
}
footer .footer-top .quick-links ul li i {
    color: #407163;
}
footer .footer-bottom .footer-bottom-container {
    padding: 30px 7%;
}
footer .footer-bottom {
    border-top: 1px solid #407163;
}
footer .footer-bottom .footer-copy {
    font-weight: 300;
    color: #fff;
    font-size: 15px;
}
footer .footer-bottom .footer-links {
    text-align: right;
}
footer .footer-bottom .footer-links a {
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    margin-left: 30px;
}
footer .footer-section ul {
    padding-left: 0px;
}
footer .footer-section ul li {
    list-style: none;
}
footer .footer-section ul li .fa-brands {
    color: #fff;
}
footer .social-icons {
    display: flex;
    gap: 20px;
}
/*/ --- footer ends --- /*/

/*/ --- about page starts --- /*/
.banner-inner {
    padding: 100px 7% 40px!important;
}
.banner-inner .custom-container {
    border-radius: 15px;
    background-image: url(../img/banner-inner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 40vh;
    padding: 10px 7%;
    display: flex;
    align-items: center;
}
.banner-inner h2 {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}

.about-inner .custom-container {
    padding: 80px 7%;
}
.about-inner .img img {
    height: 460px;
    object-fit: contain;
}
.about-inner h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #004a35;
    display: flex;
    align-content: center;
    align-items: center;
}
.about-inner h6 span {
    background-color: #004a35;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 10px;
    margin-right: 10px;
}
.about-inner .content h4 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 800;
}
.about-inner .content p {
    font-weight: 300;
    color: ;
    margin-bottom: 25px;
}
.about-inner .content ul {
    padding-left: 0px;
    list-style: none;
    font-size: 14px;
}
.about-inner .content ul li i {
    color: #0df888;
}
.about-inner .content ul li {
    margin-bottom: 17px;
    position: relative;
  padding-left: 20px;
  list-style: none;
}
.about-inner .content a {
    display: block;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    background: #0df888;
    border: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    width: fit-content;
    margin-top: 27px;
}
.about-inner .content a img {
    width: 20px;
    margin-left: 7px;
}

.about-inner .content li::before {
  content: "\f00c"; 
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: green; 
}
.about-main .content li::before {
  content: "\f00c"; 
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: green; 
}

.about-main .content ul li {
    position: relative;
  padding-left: 20px;
  list-style: none;
}
.about-inner .img {
    position: relative;
    width: fit-content;
    margin: auto;
}
.about-inner .img .about-round {
    animation-name: spin;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 180px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 0px;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}
.highlights-inner h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #004a35;
    text-align: center;
}
.highlights-inner h5 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 800;
    text-align: center;
}
.highlights-inner {
    background-image: url('../img/about-highlights-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
   padding: 80px 7% !important;
}
.highlights-inner .h-box {
    background: #fff;
    padding: 30px 40px;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}
.highlights-inner .h-box-center {
    margin-top: 50px;
}
.highlights-inner .h-box img {
    width: 50px;
    height: 50px;
}
.highlights-inner .h-box h4 {
    font-weight: 600;
    font-size: 16px;
    margin: 15px 0px;
    color: #004a35;
}
.highlights-inner .h-box p {
    font-weight: 300;
    font-size: 14px;
    color: #004a35;
    margin-bottom: 0px;
}
.form-section-about .contact-img img {
    height: 600px;
    object-fit: contain;
}
.form-section-about {
    background-color: #f1f5eb;
}
.form-section-about .custom-container {
    padding: 80px 7%;
}
.form-section-about .form {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}
.form-section-about .form h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #004a35;
    display: flex;
    align-content: center;
    align-items: center;
}
.form-section-about .form h5 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 800;
}
.form-section-about .form h6 span {
    background-color: #004a35;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 10px;
    margin-right: 10px;
}
.form-section-about .form input {
    background: #fff;
    margin-bottom: 0px;
    padding: 12px 20px 12px 20px;
    border-radius: 150px;
    font-style: normal;
    border: 1px solid #E3DBD8;
    outline: none;
    width: 100%;
}
.form-section-about .form textarea {
    background: #fff;
    margin-bottom: 0px;
    padding: 16px 45px 15px 20px;
    border-radius: 30px;
    font-style: normal;
    border: 1px solid #E3DBD8;
    outline: none;
    width: 100%;
    height: 150px;
}
.form-section-about .form label {
    font-size: 14px;
    color: #004a35;
    margin-bottom: 10px;
}
.form-section-about .form button {
    display: block;
    padding: 15px 33px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 45px;
    background: #0df888;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    width: fit-content;
    border: none;
    transition: all .3s ease!important;
}
.form-section-about .form button img {
    width: 20px;
    margin-left: 7px;
}
/*/ --- about page ends --- /*/


/*/ --- service page starts --- /*/
.services-main.service-inner .custom-container {
    padding: 20px 7%;
}
.services-main.service-inner .services-row .services-box {
    margin-bottom: 20px;
}
/*/ --- service page ends --- /*/

/*/ --- service detail page starts --- /*/
.service-detail-page .custom-container {
    padding: 20px 7%;
}
.service-detail-page .main-content h4 {
    color: rgb(0, 74, 53);
    font-weight: 600;
    font-size: 28px;
}
.service-detail-page .main-content p {
    font-weight: 300;
    font-size: 16px;
}
.service-detail-page .main-content img {
    height: 300px;
    border-radius: 20px;
    margin: 20px 0px;
    object-fit: cover;
}
.service-detail-page .why-choose-us h4 {
    color: rgb(0, 74, 53);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.service-detail-page .why-choose-us ul {
    padding-left: 0px;
    list-style: none;
    font-size: 14px;
    column-count: 2;
}
.service-detail-page .why-choose-us ul li i {
    color: #0df888;
}
.service-detail-page .why-choose-us ul li {
    font-size: 18px;
    margin-bottom: 17px;
    border: 1px solid #2a7a5747;
    border-radius: 5px;
    padding: 13px 8px;
}
.service-detail-page .side-content {
    background-color: #EDF3F5;
    padding: 30px 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.service-detail-page .side-content ul {
    padding-left: 0px;
}
.service-detail-page .side-content ul li {
    list-style: none;
    margin-bottom: 10px;
}
.service-detail-page .side-content ul li a {
    padding: 17px 20px;
    background-color: rgb(253, 255, 254);
    color: rgb(121, 124, 133);
    font-size: 18px;
    display: block;
    border-radius: 8px;
    transition: 0.2s ease;
}
.service-detail-page .side-content ul li a:hover {
    background-color: rgb(0, 74, 53);
    color: #fff;
}
/*/ --- service detail page ends --- /*/


/*/ --- course page starts --- /*/
.popular-course-main.courses-inner {
    /*background-color: #d8e7e2;*/
    position: relative;
    background-image: none;
}
.popular-course-main .custom-container {
    position: relative;
}
.popular-course-main.courses-inner:before {
    content: '';
    display: none;
    background-image: url(../img/course.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 35vw;
    height: 83vh;
    border-radius: 30px;
    position: absolute;
    top: 0px;
    right: 4%;
    z-index: 0;
}
.popular-course-main .custom-container {
    padding: 30px 7% 30px;
}
.popular-course-main.courses-inner .course-box {
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.51);
}
/*/ --- course page ends --- /*/


/*/ --- blog detail starts --- /*/
.blog-detail .custom-container {
    padding: 30px 7%;
}
.blog-detail .blog-content h4 {
    color: rgb(0, 74, 53);
    font-weight: 600;
    font-size: 28px;
}
.blog-detail .blog-content p {
    font-weight: 300;
    font-size: 16px;
}
.blog-detail .blog-content img {
    height: 300px;
    border-radius: 20px;
    margin: 20px 0px;
    object-fit: cover;
}
.blog-detail .recent-posts {
    border: 1px solid #EDF3F5;
    padding: 35px 30px;
    border-radius: 15px;
}
.blog-detail .recent-posts .box {
    display: flex;
    margin-bottom: 15px;
}
.blog-detail .recent-posts .box img {
    max-width: 95px;
    margin-right: 20px;
    height: 85px;
    border-radius: 10px;
    object-fit: cover;
}
.blog-detail .recent-posts .box .content {
    width: 65%;
}
.blog-detail .recent-posts .box h4 {
    color: rgb(0, 74, 53);
    font-weight: 600;
    font-size: 16px !important;
    margin-bottom: 0px;
}
.blog-detail .recent-posts h4 {
    color: rgb(0, 74, 53);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}
.blog-detail .recent-posts .box h6 {
    font-size: 13px;
    color: #4A4C51;
    margin-bottom: 7px;
}
/*/ --- blog detail ends --- /*/


/*/ --- contact page starts --- /*/
.contact-details-inner .custom-container {
    padding: 30px 7%;
}
.contact-details-inner .contact-details .box {
    display: flex;
    border: 1px solid #1d4a364f;
    padding: 20px 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
    transition: 0.2s ease;
}
.contact-details-inner .contact-details .box:hover {
    border: 1px solid #fff;
    box-shadow: 0px 0px 11px 3px #dddddd59;
    cursor: pointer;
}
.contact-details-inner .contact-details .box .icon {
    width: 30%;
}
.contact-details-inner .contact-details .box .icon img {
    height: 40px;
    object-fit: contain;
}
.contact-details-inner .contact-details .box .content {
    width: 60%;
}
.contact-details-inner .contact-details .box .content p {
    font-size: 16px;
    color: #004a35;
    font-weight: 300;
    margin-bottom: 0px;
}
.contact-details-inner .contact-details .box .content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}
.contact-details-inner .contact-details .box .content a {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 5px;
}
.contact-details-inner .contact-details .box .content h6 {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0px;
}
.contact-details-inner .map, iframe {
    height: 100%;
    width: 100%;
    border-radius: 15px;
}
/*/ --- contact page ends --- /*/