@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Karla:wght@400;500;600&family=Playfair+Display:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
 body {
    font-family:"Source Sans Pro", sans-serif;
}

:root {
    --e-global-color-primary: #90A073!important;
    --e-global-color-secondary: #764979;
    --e-global-color-text: #6b6b6b;
    --e-global-color-accent: #413625;
    --e-global-color-white: #ffffff;
    --e-global-color-soft-orange: #8fa55f;
    --e-global-color-desaturated-magenta: #543458;
    --e-global-color-very-dark-desaturated-magenta: #5c3960;
    --e-global-color-mostly-desaturated-magenta: #8a648d;
    --e-global-color-pale-blue: #f4f7ff;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 60px;
    line-height: 82px;
    font-weight: 700;
    color: rgb(130, 135, 129);
}

h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 36px;
    line-height: 55px;
    font-weight: 700;
}

h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 22px;
    line-height: 55px;
    font-weight: 700;
}

h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}

h6 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}

p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif !important;
}

.banner-section-outer {
    background-image: url("../images/banner_section_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.main_header {
    padding: 15px 250px;
    background: rgb(130, 135, 129);
}

.navbar-collapse ul {
    text-align: center;
    align-items: center;
    display: inherit;
}

.navbar-expand-lg {
    position: relative;
    z-index: 1;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.nav-link {
    padding: 0px;
}

.navbar-brand {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-nav {
    padding-left: 220px;
}

.navbar-nav li {
    margin: 0px 35px 0px 18px;
}

.navbar-nav li:first-child {
    margin-left: 0px;
}

.navbar-nav li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.navbar-nav .nav-item a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 16px;
	text-transform:uppercase;
    font-weight: 400;
    transition: all 0.3s ease-in-out 0s;
    color: var(--e-global-color-white) !important;
    padding: 20px 0;
}

.navbar-nav .nav-item a:hover {
    color: rgb(143, 165, 95) !important;
    background-color: transparent;
}

.navbar-nav .active > a {
    color: rgb(143, 165, 95) !important;
}

.navbar-nav .dropdown {
    margin: 0px 15px 0px 20px;
}

.navbar-nav .nav-item .dropdown-item {
    transition: all 0.3s ease-in-out 0s;
    color: var(--e-global-color-primary) !important;
}

.navbar-nav .nav-item .dropdown-item:hover {
    color: var(--e-global-color-primary) !important;
    /* background-color: rgb(143, 165, 95) !important; */
}

.navbar-nav .drop-down-pages .active > a {
    background-color: #fff!important;
}

.navbar-collapse .drop-down-pages {
    text-align: left;
    margin-left: 0px;
}
.education-page .pricing_plans_box_content{background:#fff}
.navbar-nav .dropdown-menu {
    background-color: var(--e-global-color-white);
    position: absolute;
    left: -20px;
    top: 38px;
    padding: 0px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.01) 1px 1px 30px;
}

.navbar-nav .drop-down-pages li {
    margin: 0px;
}

.navbar-nav .drop-down-pages .nav-item a {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 12px 20px;
}

.navbar-expand-lg .drop-down-pages .nav-link {
    padding-left: 0px;
}

.navbar-nav .nav-item .contact_us {
    background-color: #A2B192;
    padding: 20px 50px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    color: var(--e-global-color-accent) !important;
}

.navbar-nav .nav-item .contact_us:hover {
    color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-white);
}

.navbar-nav .active > .contact_us {
    color: var(--e-global-color-primary) !important;
    background-color: var(--e-global-color-white);
}

.left_icons {
    height: 860px;
    z-index: 1;
    position: relative;
}

.left_icons ul {
    background-color: rgb(202, 221, 181);
    border-radius: 0px 5px 5px 0px;
}

.left_icons ul li {
    display: block;
    padding: 10px 15px 8px 10px;
}

.left_icons ul li i {
    border-radius: 100%;
    background: rgb(131, 135, 129);
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}

.left_icons ul li i:hover {
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-secondary);
}

.banner-section-outer .banner-section {
    position: relative;
    height: 80vh;
}

.banner-section-outer .banner-section .banner-section-content {
    padding-top: 150px;
    text-align: center;
}

.banner-section-outer .banner-section h5 {
    text-transform: uppercase;
    color: var(--e-global-color-white);
    letter-spacing: 3.1px;
    margin-bottom: 0px;
}

.banner-section-outer .banner-section h1 {
    margin-bottom: 18px;
    margin-left: -2px;
    color: rgb(255, 255, 255);
}

.banner-section-outer .ityped-cursor {
    font-size: 1em;
    opacity: 1;
    animation: 0.3s ease 0s infinite alternate none running blink;
}

@keyframes blink {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}

.banner-section-content h1 span {
    color: #a2b193; !important;
    border-right: var(--e-global-color-primary); !important;
}

.banner-section-outer .banner-section p {
    color: rgb(255, 255, 255);
    margin-bottom: 28px;
    padding-right: 60px;
    margin-left: -2px;
}

.banner-section-outer .banner-section-content .btn_wrapper {
    margin-bottom: 100px;
}

.banner-section-outer .btn_wrapper .getstarted_btn {
    position: relative;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 50px;
    text-align: center;
    color: var(--e-global-color-accent);
    display: inline-block;
    background-color: #A2B192;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

.banner-section-outer .btn_wrapper .getstarted_btn:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transform: translateY(-10px);
}

.banner-section-outer .btn_wrapper .getstarted_btn:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}

.banner-section-outer .btn_wrapper .getstarted_btn::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    background: var(--e-global-color-white);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
    color: var(--e-global-color-secondary) !important;
}

.banner-section-outer .banner-section .banner-section-content .top-btn i {
    font-size: 70px;
    line-height: 70px;
    color: var(--e-global-color-white);
    /* animation: 6s ease-in-out 0s infinite normal none running float_img; */
    margin-top: 11px;
}

.banner-section-outer .banner-section .banner-section-content .top-btn i:hover {
    color: rgb(143, 165, 95);
}

.banner-section-outer .banner-section .banner-section-image {
    position: relative;
}

.banner-section-outer .banner-section .banner-section-image figure {
    position: absolute;
    top: 100px;
    left: 60px;
}

@keyframes float {
    0% {
        box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 15px 0px;
        transform: translateX(0px);
    }

    50% {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 15px 0px;
        transform: translateX(-20px);
    }

    100% {
        box-shadow: rgba(0, 0, 0, 0.6) 0px 5px 15px 0px;
        transform: translateX(0px);
    }
}

.banner-section-outer .banner-section .banner_left_top_shape {
    position: absolute;
    top: -38px;
    left: 0px;
}

.banner-section-outer .banner-section .banner_left_bottom_shape {
    position: absolute;
    top: 80px;
    left: 0px;
}

.left_shape img {
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-30px);
    }
}

.banner-section-outer .banner-section .banner_right_top_shape {
    position: absolute;
    bottom: 200px;
    right: 0px;
}

.banner-section-outer .banner-section .banner_right_bottom_shape {
    position: absolute;
    bottom: 80px;
    right: 0px;
}

.right_shape img {
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-30px);
    }
}

.services_section {
    padding: 80px 0px 130px;
    position: relative;
    /* border-top: 1px solid #828781; */
}

.services_section .services_content {
    text-align: center;
}

.services_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.services_content h2 {
    margin-bottom: 5px;
    padding: 0px 120px;
    color: #A2B193;
}

.services_content p {
    margin-bottom: 35px;
    padding: 0px 110px;
    color: var(--e-global-color-text);
}

.services_section .services_box_content {
    transition: all 0.3s ease-in-out 0s;
}

.services_section .services_box_content .services_box_upper_portion {
    margin-bottom: 10px;
    height: 285px;
}

.services_section .services_box_content .services_box_upper_portion img {
    transition: all 0.3s ease-in-out 0s;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

@keyframes float_img {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.services_box_content .services_box_lower_portion h3 {
    margin-bottom: 0px;
	color:#A2B193;
}

.services_box_content .services_box_lower_portion p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.services_box_content .services_box_lower_portion .btn_wrapper i {
    color: #fff;
    background-color: #A2B192;
    font-size: 26px;
    line-height: 26px;
    padding: 12px 15px;
    transition: all 0.3s ease-in-out 0s;
}

.services_box_content:hover {
    transform: translateY(-10px);
}

.services_section .services_box_content:hover .services_box_upper_portion img {
    opacity: 0.6;
}

.services_box_content:hover .services_box_lower_portion .btn_wrapper i {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
}

.services_section .services_left_shape {
    position: absolute;
    top: 115px;
    left: 0px;
}

.our_specialties_section {
    background-image: url("../images/aboutus_background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0px;
}

.aboutus_image {
    position: relative;
    z-index: 1;
}

.aboutus_image figure {
    margin-top: -12px;
}

.aboutus_section .aboutus_top_shape {
    position: absolute;
    top: -10px;
    left: -38px;
}

.aboutus_section .aboutus_bottom_shape {
    position: absolute;
    top: 250px;
    left: -65px;
}

.aboutus_content {
    padding-left: 16px;
}

.aboutus_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.aboutus_content h2 {
    margin-bottom: 18px;
    color: #A2B193;
}

.aboutus_content p {
    margin-bottom: 15px;
    color: var(--e-global-color-text);
}

.aboutus_content h6 {
    color: var(--e-global-color-secondary);
    /* margin-left: 16px; */
    margin-bottom: 35px;
}

.aboutus_line_wrapper {
    position: relative;
}

.aboutus_line_wrapper .purple_line {
    position: absolute;
    left: 0px;
    top: 5px;
}

.aboutus_content .btn_wrapper .get_started_btn {
    position: relative;
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 40px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #A2B192;
    /* border-radius: 35px 0px; */
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}

.aboutus_content .btn_wrapper .get_started_btn:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transform: translateY(-10px);
}

.aboutus_content .btn_wrapper .get_started_btn:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}

.aboutus_content .btn_wrapper .get_started_btn::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: var(--e-global-color-white);
    background: var(--e-global-color-secondary);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.our_specialties_section {
    padding: 70px 0px 20px;
    position: relative;
}

.our_specialties_heading_content {
    text-align: center;
}

.our_specialties_heading_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.our_specialties_heading_content h2 {
    margin-bottom: -50px;
    color: #A2B193;
}

.our_specialties_heading_content p {
    margin-bottom: 0px;
    padding: 0px 95px;
    color: var(--e-global-color-text);
}

.s1 {
    padding-top: 110px;
    padding-right: 25px;
}

.s2 {
    padding-right: 70px;
}

.s3 {
    padding-right: 75px;
}

.s4 {
    padding-right: 25px;
}

.specialties_content_wrapper {
    position: relative;
}

.specialties_content {
    text-align: right;
    margin-bottom: 100px;
    position: relative;
}

.specialties_content .specialties_name {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #A2B193;
    margin-bottom: 6px;
	
}
.specialties_content.s1 p, .specialties_content.s2 p, .specialties_content.s3 p, .specialties_content.s4 p{padding-right:20px}
.specialties_content .specialties_paragraph {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin-bottom: 0px;
}

.specialties_left_line {
    position: absolute;
    top: 120px;
    right: 0px;
}

.specialties_left_line img {
    height: 390px;
}

.specialties_content::after {
    content: "\f058";
    height: 76px;
    width: 76px;
    background-color:#A2B192;
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
    padding: 5px;
    font-weight: 400;
    font-size: 42px;
    line-height: 64px;
    color: var(--e-global-color-white);
    font-family: "Font Awesome 6 Free";
}

.s1::after {
    top: 84px;
    right: -78px;
}

.s2::after {
    top: -22px;
    right: 14px;
}

.s3::after {
    top: -20px;
    right: 14px;
}

.s4::after {
    top: -26px;
    right: -38px;
}

.specialties_content2 {
    text-align: left;
}



.s5 {
    padding-top: 110px;
    padding-left: 24px;
}

.s6 {
    padding-left: 74px;
}

.s7 {
    padding-left: 74px;
}

.s8 {
    padding-left: 24px;
}

.s5::after {
    top: 79px;
    left: -78px;
}

.s6::after {
    top: -25px;
    left: -30px;
}

.s7::after {
    top: -19px;
    left: -30px;
}

.s8::after {
    top: -20px;
    left: -78px;
}

.specialties_right_line {
    position: absolute;
    top: 120px;
    left: -50px;
}

.specialties_right_line img {
    height: 390px;
}

.our_specialties_section .specialties_image {
    text-align: center;
    padding-top: 3rem;
}

.our_specialties_section .our_specialties_right_shape {
    position: absolute;
    top: 150px;
    right: 0px;
}

.get_in_touch_section {
    padding: 120px 0px 130px;
    position: relative;
    overflow: hidden;
}

.get_in_touch_section::before {
    background: #A2B192;
    content: "";
    width: 50%;
    height: 806px;
    top: 0px;
    left: 0px;
    position: absolute;
}

.get_in_touch_section::after {
    background: url("https://www.reverendelizabethbrownrigg.com/wp-content/uploads/2024/12/get_in_touch_image1.webp");
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.get_in_touch_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.get_in_touch_content h2 {
    color: #fff;
    margin-bottom: 32px;
    padding-right: 25px;
}

.get_in_touch_content input {
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 20px;
    border-radius: 0px;
    width: 98%;
    margin-bottom: 16px;
    outline: none;
    border: none;
}

.get_in_touch_content .form_style {
    margin-left: -18px;
}

.get_in_touch_content textarea {
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border-radius: 0px;
    padding: 18px 20px;
    width: 96%;
    outline: none;
    resize: none;
    height: 115px;
    margin-bottom: 42px;
    border: none;
}

.get_in_touch_content .form-control:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

textarea {
    overflow: auto;
}

.get_in_touch_content button {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 40px;
    text-align: center;
    color: var(--e-global-color-white);
    display: inline-block;
    background-color: var(--e-global-color-secondary);
    /* border-radius: 35px 0px; */
    transition: all 0.3s ease-in-out 0s;
    outline: none;
    border: none;
    overflow: hidden;
    position: relative;
}

.get_in_touch_content button:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transform: translateY(-10px);
}

.get_in_touch_content button:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}

.get_in_touch_content button::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.get_in_touch_section .get_in_touch_shape {
    position: absolute;
    bottom: 210px;
    left: 0px;
}

.get_in_touch_section .get_in_touch_video .video_img {
    position: absolute;
    left: 80px;
    top: 202px;
    margin-right: -30px;
}

.pricing_plans_section {
    padding: 95px 0px 100px;
}

.pricing_plans_content {
    text-align: center;
}

.pricing_plans_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.pricing_plans_content h2 {
    margin-bottom: 18px;
    color: #A2B193;
}

.pricing_plans_content p {
    margin-bottom: 35px;
    padding: 0px 95px;
    color: var(--e-global-color-text);
}

.pricing_plans_box_content {
    box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 50px;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    /* border-radius: 60px 0px; */
}

.pricing_plans_box_content:hover .pricing_plans_box_upper_portion .pricing_plans_image img {
    opacity: 0.8;
}

.pricing_plans_box_upper_portion {
    position: relative;
}

.pricing_plans_box_upper_portion .pricing_plans_image img {
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
}

.pricing_plans_box_image_content {
    background-color: #A2B192;
    width: 118px;
    height: 118px;
    text-align: center;
    border-radius: 100px;
    position: absolute;
    bottom: -60px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    padding: 28px;
    border: 4px solid var(--e-global-color-white);
    transition: all 0.3s ease-in-out 0s;
}

.pricing_plans_box_content:hover .pricing_plans_box_image_content {
    background-color: rgb(143, 165, 95);
}

.pricing_plans_box_lower_portion {
    padding: 70px 45px 30px;
    border-radius: 0;
}

.second_lower_portion {
    padding: 70px 69px 30px;
}

.third_lower_portion {
    padding: 70px 72px 30px;
}

.pricing_plans_box_lower_portion h3 {
    color: #838781;
    text-align: center;
    margin-bottom: 0px;
}

.pricing_plans_box_lower_portion ul {
    margin-bottom: 16px;
}

.pricing_plans_box_lower_portion ul li {
    font-size: 18px;
    line-height: 32px;
    color: #838781;
    font-weight: 400;
    text-align: center;
}

.pricing_plans_box_lower_portion ul li i {
    color: var(--e-global-color-secondary);
    font-size: 16px;
    line-height: 16px;
    margin-right: 10px;
}

.pricing_plans_box_lower_portion .pricing_plans_span_wrapper {
    text-align: center;
    margin-bottom: 12px;
}

.pricing_plans_box_lower_portion .pricing_plans_span_wrapper .price {
    /* font-family: "Playfair Display", serif; */
    font-size: 26px;
    line-height: 25px;
    font-weight: 700;
    color:#838781;
    text-align: left;
}


.pricing_plans_box_lower_portion .pricing_plans_span_wrapper .per_month {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    line-height: 55px;
    font-weight: 400;
    color: var(--e-global-color-text);
    margin-left: -5px;
}

.pricing_plans_box_lower_portion .btn_wrapper {
    text-align: center;
    padding-left: 10px;
}

.pricing_plans_box_lower_portion .enroll_now_btn {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 35px;
    text-align: center;
    color: var(--e-global-color-accent);
    display: inline-block;
    background-color: rgb(143, 165, 95);
    border-radius: 32px 0px;
    transition: all 0.3s ease-in-out 0s;
}

.pricing_plans_box_content:hover .pricing_plans_box_lower_portion .enroll_now_btn {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transform: translateY(-10px);
}

.testimonial_section {
    padding: 90px 0px 100px;
    position: relative;
    background: #A2B192;
}

.testimonial_content {
    text-align: center;
}

.testimonial_content i {
    font-size: 140px;
    line-height: 88px;
    color: #fff;
    margin-bottom: 35px;
}

.testimonial_content .testimonial_paragraph {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    padding: 0px 52px 0px 55px;
    margin-bottom: 26px;
}

.testimonial_content figure {
    margin-bottom: 18px;
}

.testimonial_content .testimonial_person_name {
    font-family: "DM Serif Display", serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
}

.testimonial_content span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--e-global-color-text);
}

.testimonial_section .testimonial_left_shape {
    position: absolute;
    left: 0px;
    top: 78px;
}

.testimonial_section .testimonial_right_shape {
    position: absolute;
    right: 0px;
    bottom: 78px;
}

#carouselExampleControls .carousel-control-prev {
    left: -112px;
    top: -70px;
    font-size: 50px;
    line-height: 50px;
    color: var(--e-global-color-secondary);
    opacity: 1;
}

#carouselExampleControls .carousel-control-prev i {
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
}

#carouselExampleControls .carousel-control-prev i:hover {
    color: rgb(143, 165, 95);
}

#carouselExampleControls .carousel-control-next {
    right: -112px;
    top: -70px;
    font-size: 50px;
    line-height: 50px;
    color: var(--e-global-color-secondary);
    opacity: 1;
}

#carouselExampleControls .carousel-control-next i {
    transition: all 0.3s ease-in-out 0s;
    color: #fff;
}

#carouselExampleControls .carousel-control-next i:hover {
    color: rgb(143, 165, 95);
}

.blog_posts_section {
    padding: 90px 0px 118px;
    position: relative;
}

.blog_posts_content {
    text-align: center;
}

.blog_posts_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.blog_posts_content h2 {
    margin-bottom: 18px;
    color: #A2B193;
}

.blog_posts_content p {
    margin-bottom: 35px;
    padding: 0px 95px;
    color: var(--e-global-color-text);
}

.blog_posts_image {
    margin-bottom: 45px;
    transition: all 0.3s ease-in-out 0s;
	height:250px;
}
.blog_posts_image figure{height:100%}
.blog_posts_image_content {
    position: absolute;
    bottom: 22px;
    left: 40px;
    z-index: 9;
}

.blog_posts_image_content span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    padding: 5px 18px;
    border-radius: 15px 0px;
    margin-bottom: 15px;
    display: inline-block;
}

.blog_posts_image_content h4 {
    color: var(--e-global-color-white);
    margin-bottom: 22px;
    padding-right: 30px;
}

.blog_posts_image_content i {
    font-size: 20px;
    line-height: 20px;
    color: var(--e-global-color-white);
    transition: all 0.3s ease-in-out 0s;
}

.blog_posts_image:hover .blog_posts_image_content i {
    color: rgb(143, 165, 95);
}

.blog_posts_section .btn_wrapper {
    text-align: center;
}

.btn_wrapper .view_blog {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 36px;
    text-align: center;
    color:  #fff;
    display: inline-block;
    background-color: #A2B192;
    /* border-radius: 35px 0px; */
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    overflow: hidden;
}

.btn_wrapper .view_blog:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transform: translateY(-10px);
}

.btn_wrapper .view_blog:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}

.blog_posts_section .btn_wrapper .view_blog::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.blog_posts_section .blog_posts_left_shape {
    position: absolute;
    left: 0px;
    bottom: -110px;
}

.blog_posts_section .blog_posts_right_shape {
    position: absolute;
    right: 0px;
    bottom: 302px;
}

.subscribe_section {
    z-index: 1;
    position: relative;
}

.subscribe_background_image {
    position: relative;
    padding: 65px;
    border-radius: 40px;
    background: #A2B192;
}

.subscribe_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.subscribe_content h2 {
    color: var(--e-global-color-primary);
    margin-bottom: 20px;
}

.subscribe_content input {
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    padding-top: 25px;
    padding-bottom: 28px;
    padding-left: 20px;
    border-radius: 0px;
    width: 90%;
    margin-bottom: 26px;
    outline: none;
    border: none;
}

.subscribe_content button {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    padding: 20px 39px;
    text-align: center;
    color: var(--e-global-color-white);
    display: inline-block;
    background-color: var(--e-global-color-secondary);
    border-radius: 35px 0px;
    transition: all 0.3s ease-in-out 0s;
    outline: none;
    border: none;
    overflow: hidden;
    position: relative;
}

.subscribe_content button:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transform: translateY(-10px);
}

.subscribe_content button:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}

.subscribe_content button::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.subscribe_content .form-control:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

.subscribe_background_image .subscribe_image {
    position: absolute;
    bottom: -125px;
    right: -66px;
}

.footer-section {
    position: relative;
    background-color: rgb(132, 135, 129);
    padding: 88px 0px 0px;
    margin-top: -65px;
}

.middle-portion {
    margin-bottom: 40px;
}

.middle-portion .footer_logo {
    padding-right: 0px;
    padding-top: 1rem;
}

.middle-portion .about_col {
    margin-left: -8px;
}

.middle-portion .about_col h4 {
    margin-bottom: 18px;
    padding-left: 2px;
}

.middle-portion h4 {
    color: var(--e-global-color-white);
    margin-bottom: 16px;
}

.middle-portion ul {
    margin-bottom: 0px;
}

.middle-portion .about_col ul li p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: var(--e-global-color-white);
    margin-bottom: 24px;
}

.middle-portion ul .icons {
    display: inline-block;
    margin-right: 8px;
}

.middle-portion ul .icons i {
    border-radius: 100%;
    background: #A2B192;
    color: var(--e-global-color-white);
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
    margin-right: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.middle-portion ul .icons i:hover {
    color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-white);
    transform: translateY(-5px);
}

.middle-portion li a {
    text-decoration: none;
    color: var(--e-global-color-white);
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    transition: all 0.3s ease-in-out 0s;
    font-family: "Source Sans Pro", sans-serif;
}

.middle-portion .links_col {
    padding-left: 42px;
}

.middle-portion .contact_col {
    padding-right: 15px;
    margin-left: -42px;
}

.middle-portion .contact_col ul li {
    margin-bottom: 8px;
}

.middle-portion li i {
    color: var(--e-global-color-white);
    margin-right: 12px;
    transition: all 0.3s ease-in-out 0s;
}

.middle-portion li .location {
    margin-right: 15px;
}

.middle-portion .contact_col li span {
    color: var(--e-global-color-white);
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
}

.middle-portion li a:hover {
    color: rgb(143, 165, 95);
}

.middle-portion .contact_col ul .contact_icons:hover i {
    color: rgb(143, 165, 95);
}

.bottom-portion {
    border-top: 1px solid rgb(104, 106, 102);
    text-align: center;
}

.copyright {
    padding: 24px 0px;
}

.copyright p {
    color: var(--e-global-color-white);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin: 0px;
}

.footer_shape figure {
    position: absolute;
    bottom: 120px;
    right: 0px;
}

.sub-banner-section {
    background: rgb(132, 135, 129);
}

.sub-banner-section .banner-section {
    padding: 110px 0px 120px;
    position: relative;
}

.sub-banner-section .banner-section .banner-section-content {
    text-align: center;
}

.sub-banner-section .banner-section h1 {
    margin-bottom: 16px;
}

.sub-banner-section .banner-section p {
    color: var(--e-global-color-white);
    padding: 0px 260px;
    margin-bottom: 26px;
}

.sub-banner-section .banner-section .btn_wrapper {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    padding: 14px 24px;
    text-align: center;
    background-color: rgb(191, 208, 170);
    color: var(--e-global-color-white);
    display: inline-block;
    border-radius: 25px 0px;
    transition: all 0.3s ease-in-out 0s;
}

.sub-banner-section .banner-section .btn_wrapper .sub_home_span {
    margin-right: 8px;
}

.sub-banner-section .banner-section .btn_wrapper i {
    font-size: 14px;
}

.sub-banner-section .banner-section .btn_wrapper .sub_span {
    color: rgb(131, 135, 129);
    margin-left: 8px;
}

.sub-banner-section .banner-section .banner_left_top_shape {
    position: absolute;
    top: -8px;
    left: 0px;
}

.sub-banner-section .banner-section .banner_left_bottom_shape {
    position: absolute;
    top: 112px;
    left: 0px;
}

.sub-banner-section .banner-section .banner_right_top_shape {
    position: absolute;
    bottom: 222px;
    right: 0px;
}

.sub-banner-section .banner-section .banner_right_bottom_shape {
    position: absolute;
    bottom: 98px;
    right: 0px;
}

.aboutpage_aboutus_section {
    padding: 132px 0px;
}

.aboutpage_aboutus_image {
    position: relative;
}

.aboutpage_aboutus_image figure {
    margin-top: -12px;
}

.aboutpage_aboutus_section .aboutus_top_shape {
    position: absolute;
    top: 6px;
    left: -36px;
    z-index: -1;
}

.aboutpage_aboutus_section .aboutus_bottom_shape {
    position: absolute;
    top: 265px;
    left: -62px;
    z-index: -1;
}

.aboutpage_aboutus_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.aboutpage_aboutus_content h2 {
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
	margin-top:-25px
}

.aboutpage_aboutus_content p {
    margin-bottom: 12px;
    color: var(--e-global-color-text);
}

.aboutpage_aboutus_content .margin_bottom {
    margin-bottom: 30px;
}

.aboutpage_aboutus_content .box {
    width: 48%;
    background-color: var(--e-global-color-white);
    display: inline-block;
    align-items: center;
    padding: 20px 24px 15px;
    border-radius: 30px 0px;
    margin-bottom: 22px;
    margin-right: 12px;
    box-shadow: rgba(0, 0, 0, 0.07) 1px 1px 50px;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
}

.about-bottom {
    margin-top: 2rem;
}

.about-bottom p {
    margin-bottom: 12px;
    color: var(--e-global-color-text);
}

.aboutpage_aboutus_section .aboutus_image::before {
    display: none;
}

.aboutpage_aboutus_content .box i {
    position: absolute;
    left: 22px;
    top: 24px;
    border-radius: 100%;
    border: 2px solid var(--e-global-color-secondary);
    height: 38px;
    width: 38px;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    color: var(--e-global-color-secondary);
}

.aboutpage_aboutus_content .box span {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    padding-left: 50px;
    display: inline-block;
    color: var(--e-global-color-primary);
}

.aboutpage_aboutus_content .box:hover {
    transform: translateY(-10px);
}

.discount_section {
    padding: 120px 0px 130px;
    background: #A2B192;
}

.discount_content {
    text-align: center;
}

.discount_content h2 {
    margin-bottom: 18px;
    color: #fff;
    padding: 0px 230px;
}

.discount_content span {
    color: var(--e-global-color-secondary);
}

.discount_content p {
    margin-bottom: 35px;
    padding: 0px 160px;
    color: var(--e-global-color-text);
}

.discount_content .btn_wrapper .get_started {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 50px;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: rgb(129 135 129);
    /* border-radius: 35px 0px; */
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    overflow: hidden;
}

.discount_content .btn_wrapper .get_started:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transform: translateY(-10px);
}

.discount_content .btn_wrapper .get_started:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}

.discount_content .btn_wrapper .get_started::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.mission_section {
    padding: 130px 0px 45px;
    position: relative;
}

.mission_section .mission_box {
    width: 100%;
    background-color: var(--e-global-color-white);
    box-shadow: rgba(0, 0, 0, 0.07) 1px 1px 50px;
	    border: 1px solid #8fa55f;
}

.mission_content {
    padding-top: 80px;
    padding-left: 96px;
}

.mission_image img, .vision_box img {
    width: 100%;
}

.mission_content h5 {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.mission_content h2 {
    margin-bottom: 16px;
    color: var(--e-global-color-primary);
}

.mission_content p {
    margin-bottom: 32px;
    color: var(--e-global-color-text);
    padding-right: 25px;
    font-size: 18px;
}

.mission_content .btn_wrapper .read_more_btn {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 44px;
    text-align: center;
    color: var(--e-global-color-white);
    display: inline-block;
    background-color: var(--e-global-color-secondary);
    border-radius: 35px 0px;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    overflow: hidden;
}

.mission_content .btn_wrapper .read_more_btn:hover {
    color: var(--e-global-color-accent);
    background-color: rgb(143, 165, 95);
    transform: translateY(-10px);
}

.mission_content .btn_wrapper .read_more_btn:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}

.mission_content .btn_wrapper .read_more_btn::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: var(--e-global-color-accent);
    background-color: rgb(143, 165, 95);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.mission_section .mission_right_shape {
    position: absolute;
    top: 210px;
    right: 0px;
}

.mission_box .row, .vision_box .row {
    align-items: center;
}

.vision_section {
    padding: 45px 0px 45px;
    position: relative;
}

.vision_section .vision_box {
    width: 100%;
    background-color: var(--e-global-color-white);
    box-shadow: rgba(0, 0, 0, 0.07) 1px 1px 50px;
	    border: 1px solid #8fa55f;
}

.vision_content {
    padding-top: 80px;
    padding-left: 40px;
}

.vision_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.vision_content h2 {
    margin-bottom: 16px;
    color: var(--e-global-color-primary);
}

.vision_content p {
    margin-bottom: 32px;
    color: var(--e-global-color-text);
    font-size: 18px;
    padding-right: 60px;
}

.vision_content .btn_wrapper .read_more_btn {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 44px;
    text-align: center;
    color: var(--e-global-color-white);
    display: inline-block;
    background-color: var(--e-global-color-secondary);
    border-radius: 35px 0px;
    transition: all 0.3s ease-in-out 0s;
    position: relative;
    overflow: hidden;
}

.vision_content .btn_wrapper .read_more_btn:hover {
    color: var(--e-global-color-accent);
    background-color: rgb(143, 165, 95);
    transform: translateY(-10px);
}

.vision_content .btn_wrapper .read_more_btn:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}

.vision_content .btn_wrapper .read_more_btn::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: var(--e-global-color-accent);
    background-color: rgb(143, 165, 95);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.vision_section .vision_left_shape {
    position: absolute;
    top: 140px;
    left: 0px;
}

.achievement_section {
    background-color: var(--e-global-color-pale-blue);
    padding: 122px 0px 110px;
}

.achievement_content {
    text-align: center;
}

.achievement_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.achievement_content h2 {
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}

.achievement_content p {
    margin-bottom: 25px;
    padding: 0px 85px;
    color: var(--e-global-color-text);
}

.achievement_section .logo_wrapper {
    animation: 6s ease-in-out 0s infinite normal none running float_img;
}

.achievement_section .logo_wrapper figure {
    height: 100px;
    line-height: 100px;
}

.achievement_section .craft {
    padding-left: 5px;
}

.achievement_section .q-power {
    margin-left: -2px;
}

.achievement_section .logo {
    padding-left: 20px;
}

.achievement_section .minimum {
    padding-left: 8px;
}

.achievement_section .logoipsum {
    padding-left: 30px;
}

.services_section .services_page_services_right_shape {
    position: absolute;
    top: 115px;
    right: 0px;
}

.pricing_plans_section_padding {
    padding: 120px 0px 130px;
}

.our_team_section {
    padding: 120px 0px 80px;
}

.our_team_section .our_team_content {
    text-align: center;
}

.our_team_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.our_team_content h2 {
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}

.our_team_content p {
    margin-bottom: 35px;
    padding: 0px 110px;
    color: var(--e-global-color-text);
}

.our_team_section .our_team_box_content {
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out 0s;
}

.our_team_section .our_team_box_content .our_team_box_upper_portion {
    margin-bottom: 10px;
}

.our_team_section .our_team_box_content .our_team_box_upper_portion img {
    transition: all 0.3s ease-in-out 0s;
}

@keyframes float_img {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.our_team_box_content .our_team_box_lower_portion h3 {
    margin-bottom: 0px;
}

.our_team_box_content .our_team_box_lower_portion p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-top: -6px;
    margin-bottom: 12px;
}

.our_team_box_content .our_team_box_lower_portion .social_icons i {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    border-radius: 100%;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
}

.our_team_box_content:hover {
    transform: translateY(-10px);
}

.our_team_section .our_team_box_content:hover .our_team_box_upper_portion img {
    opacity: 0.8;
}

.our_team_box_content:hover .our_team_box_lower_portion .social_icons i {
    color: var(--e-global-color-accent);
    background-color: rgb(143, 165, 95);
}

.accordian-section {
    padding: 120px 0px 130px;
}

.accordian_content {
    text-align: center;
}

.accordian_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.accordian_content h2 {
    margin-bottom: 18px;
    color: var(--e-global-color-primary);
}

.accordian_content p {
    margin-bottom: 40px;
    padding: 0px 110px;
    color: var(--e-global-color-text);
}

.accordian-section .accordian-section-inner {
    padding-left: 46px;
}

.accordian-section .accordian-inner .accordion-card {
    margin-bottom: 36px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 50px;
    background: var(--e-global-color-white);
    border-radius: 35px 0px;
    width: 95%;
}

.accordian-section .accordion-card a.btn.btn-link {
    color: var(--e-global-color-primary);
    background: var(--e-global-color-white);
    position: relative;
    border-radius: 35px 0px;
}

.accordian-section .accordian-inner .accordion-card .btn {
    padding: 20px 85px;
    text-decoration: none;
    text-align: left;
}

.accordian-section .accordian-inner .accordion-card h6 {
    margin-bottom: 0px;
}

.accordian-section .accordian-inner .card-header {
    padding: 0px;
    margin-bottom: 0px;
    border: none;
    background: none;
}

.accordian-section .accordian-inner .card-body {
    padding: 3px 60px 28px;
}

.accordian-section .accordian-inner .card-body .faq_wrapper {
    position: relative;
}

.accordian-section .accordian-inner .card-body .faq_wrapper figure {
    position: absolute;
    top: 5px;
    left: 26px;
}

.accordian-section .accordian-inner .card-body .faq_wrapper p {
    font-size: 18px;
    line-height: 24px;
    color: var(--e-global-color-text);
    font-weight: 400;
    margin-left: 45px;
}

.accordian-section .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.accordian-section .accordion-card .btn-link::before {
    content: "ÃƒÂ¯Ã‚ÂÃ‚Â¨";
    position: absolute;
    left: 25px;
    top: 16px;
    font-family: "Font Awesome 6 FREE";
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    color: rgb(143, 165, 95);
    border: 2px solid rgb(143, 165, 95);
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 38px;
    font-weight: 700;
    border-radius: 100px;
    text-align: center;
}

.accordian-section .accordion-card .collapsed::before {
    content: "+";
    background-color: transparent;
    color: var(--e-global-color-secondary);
    border: 2px solid var(--e-global-color-secondary);
    border-radius: 100px;
    text-align: center;
}

.accordian-section .accordian-inner .accordion-card:last-child {
    margin-bottom: 0px !important;
}

.message_section {
    padding: 40px 0px 130px;
    background-color: #A2B192;
}

.message_content h5 {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: 3.1px;
    margin-bottom: 12px;
}

.message_content h2 {
    color:#fff;
    margin-bottom: 18px;
}

.message_content p {
    padding-right: 100px;
    margin-bottom: 36px;
    color: var(--e-global-color-text);
}

.message_content input {
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 25px;
    border-radius: 0px;
    width: 90%;
    margin-bottom: 28px;
    outline: none;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 50px;
}

.message_content .form_style {
    margin-left: -40px;
}

.message_content textarea {
    font-family: Karla, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    background-color: var(--e-global-color-white);
    color: var(--e-global-color-text);
    border-radius: 0px;
    padding: 18px 25px;
    width: 90%;
    outline: none;
    resize: none;
    height: 128px;
    margin-bottom: 42px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 50px;
}

.message_content .form-control:focus {
    box-shadow: none;
    outline: none;
    border: none;
}

textarea {
    overflow: auto;
}

.message_content button {
    font-size: 22px;
    line-height: 22px;
    font-weight: 500;
    padding: 24px 40px;
    text-align: center;
    color: var(--e-global-color-accent);
    display: inline-block;
    background-color:rgb(131 135 129);
    /* border-radius: 35px 0px; */
    transition: all 0.3s ease-in-out 0s;
    outline: none;
    border: none;
    overflow: hidden;
    position: relative;
}

.message_content button:hover {
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transform: translateY(-10px);
}

.message_content button:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}

.message_content button::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: var(--e-global-color-white);
    background-color: var(--e-global-color-secondary);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}

.message_section .box_padding {
    margin-top: 10px;
}

.message_section .box {
    box-shadow: rgba(0, 0, 0, 0.05) 1px 1px 50px;
    width: 380px;
    transition: all 0.3s ease-in-out 0s;
    /* border-radius: 45px 0px; */
    background-color: var(--e-global-color-white);
    padding: 30px 18px 40px;
    margin-left: -30px;
    margin-bottom: 12px;
}

.message_section .box .box_wrapper {
    position: relative;
    padding-left: 20px;
    margin-top: -12px;
    display: inline-block;
    width: 74%;
}

.message_section .box .box_wrapper h3 {
    margin-bottom: 5px;
    color: var(--e-global-color-primary);
}

.message_section .box .box_wrapper p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-top: -10px;
    margin-bottom: 11px;
    color: var(--e-global-color-text);
}

.message_section .box .box_wrapper a {
    color: var(--e-global-color-text);
    transition: all 0.3s ease-in-out 0s;
}

.message_section .box .box_wrapper a:hover {
    color: rgb(143, 165, 95);
}

.message_section .box .box_image_content {
    float: left;
    width: 18%;
}

.message_section .box .box_image_content figure {
    background-color: var(--e-global-color-secondary);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out 0s;
}

.box_image_content img {
    width: 50%;
}

.message_section .box:hover .box_image_content figure {
    background-color: rgb(143, 165, 95);
}

.contact_map_section {
    overflow: hidden;
    margin-bottom: 50px;
}

.contact_subscribe_section {
    margin-top: -360px;
}

.blog-posts {
    padding: 80px 0px 244px;
}

.single-post .single-post-heading {
    font-size: 30px !important;
}

.banner-section-outer .banner-section .banner-section-image img {
    height: 87%;
    width: 85%;
    object-fit: cover;
    border-radius: 5px;
}

.navbar-light .navbar-brand {
    width: 305px;
}

.navbar-light .navbar-brand img {
    width: 100%;
}

.aboutus_image img {
    height: 100%;
    /* border-radius: 100px 0px; */
}

.aboutus_image::before {
    content: "";
    background: #A2B192;
    height: 100%;
    width: 90%;
    position: absolute;
    z-index: -1;
    /* border-radius: 50% 0px 122px; */
    top: 30px;
    left: 30px;
}

.blog_posts_image img {
    /* border-radius: 50px 0px; */
	height:100%!important;
}

.blog_posts_image::after {
    background: none 0px 0px repeat scroll rgb(0, 0, 0);
    content: "";
    height: 100%;
    left: 0px;
    opacity: 0.5;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    /* border-radius: 50px 0px; */
}

.banner-section-outer .banner-section .banner-section-image figure::before {
    content: "";
    height: 90%;
    width: 90%;
    position: absolute;
    z-index: -1;
    border-radius: 175px 0px;
}

.specialties_image img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    border-radius: 50%;
}

.services_box_upper_portion figure {
    height: 100%;
}
.aboutus_section{padding: 100px 0;}




.has-sub > ul {
    display: none;
    position: absolute;
    background-color: rgb(255, 255, 255);
    min-width: 250px;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s;
    margin-top: 0;
    box-shadow: rgba(25, 25, 25, 0.1) 0px 10px 15px;
}


 .has-sub:hover > ul {
    display: block;
   
}

a:hover{text-decoration: none;}
li.has-sub.nav-item{position: relative;}



ul.list-unstyled.drop-down-pages.active {
    display: block;
   
}

.bggray {
    background: #838781;
    padding: 50px 0;
}

.specialties_content2::after {
    content: "\f058";
    height: 76px;
    width: 76px;
    background-color: #A2B192;
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    text-align: center;
    padding: 5px;
    font-weight: 400;
    font-size: 42px;
    line-height: 64px;
    color: var(--e-global-color-white);
    font-family: 'Font Awesome 6 Free';
}

.linktext {text-align: center;margin-top: 20px;}
.linktext a{color:#838781;}

.second_banner{padding: 80px 0}
.banner-section-image img {
    width: 100%;
}
.banner-section-content {
    text-align: center;
}
.post-image{height: 250px}
.post-image img{height: 100%;object-fit: cover;}
.left_icons.float-left.d-table {
    height: 200px;
    padding-top: 21rem;
}
.banner-section-image {
    margin-bottom: 5rem;
}
@media(max-width:767px){
	p.linktext a {font-size:15px}
	.about-bottom p{text-align:center}
}