@import url('https://fonts.googleapis.com/css2?family=Martel:wght@200;300;400;600;700;800;900&family=Oswald:wght@200;300;400;700&family=Source+Sans+3:wght@200;300;400;500;600;700;800;900&display=swap');

body{
    padding: 0;
    margin: 0;
    /* font-family: 'Martel', serif; */
    font-family: 'Oswald', sans-serif;
    /* font-family: 'Source Sans 3', sans-serif; */
}
ul {
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
}

:root {
    --font_black: #262626;
    --theme_green: #63a716;
    --theme_blue: #4444c4;
    --white: #fff;
    --para_color: #767E93;
}
p {
        font-family: 'Source Sans 3', sans-serif;
    color: var(--para_color);
}
.btn {
    font-family: 'Heebo', sans-serif;
}

/* ====header start================= */
.navbar-brand img {
    max-width: 220px;
}
.ml-auto {
    margin-left: auto;
}
.header_area .navbar-light .navbar-nav .nav-link {
    color: var(--font_black);
    padding: 25px 20px;
}
.header_area .navbar-light .navbar-nav .nav-link.active, .header_area .navbar-light .navbar-nav .nav-link:hover {
    color: var(--theme_green);
    box-shadow: 0.063em 0.313em 2.188em rgba(0,0,0,.16);
    transition: 0.5s;
}
.header_area .navbar, .header_area .navbar-brand {
    padding: 0;
}
.default_btn {
    background: var(--theme_blue);
    color: var(--white) !important;
    border-radius: 0;
    padding: 11px 30px;
    position: relative;
    overflow: hidden;
}
.default_btn span {
    position: relative;
    z-index: 3;
}
.default_btn::before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--theme_green);
    left: -110%;
    top: 0;
    position: absolute;
    z-index: 2;
}
.default_btn:hover::before {
    left: 110%;
    transition: 0.5s;
}
.header_area .default_btn {
    margin-left: 30px;
}
/* =====header start=============== */


/* =====banner start=============== */

.banner_sec {
    background: url(../images/banner2.jpeg);
    background-size: cover;
    background-attachment: fixed;
    padding: 200px 0;
    position: relative;
}
.shape_box {
    position: relative;
    width: 30px;
    height: 80px;
    display: table;
    margin: 0 auto 15px;
}
.shape_box::after {
    width: 2px;
    height: 50px;
    content: "";
    background: var(--white);
    position: absolute;
    left: 10px;
    bottom: 0;
}
.shape_box::before {
    width: 2px;
    height: 30px;
    content: "";
    background: var(--white);
    position: absolute;
    left: 15px;
    bottom: 0;
}
.banner_sec .hero_wrapper .spantop {
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 1;
    color: var(--white);
    letter-spacing: 1px;
}
.banner_sec .hero_wrapper h1 {
    color: var(--white);
    font-family: 'Martel', serif;
    text-align: center;
    font-size: 64px;
    font-weight: 700;
    margin: 30px 0;
}
.banner_sec .hero_wrapper .default_btn {
    display: table;
    margin: 50px auto 0;
} 
/* =====banner close=============== */

/* ======pick_service_area start=== */
.pick_service_area {
    padding: 50px;
    background: var(--white);
    box-shadow: 0.063em 0.313em 2.188em rgba(0,0,0,.16);
}
.pick_service {
    margin-top: -90px;
}
section.pick_service {
    position: relative;
    z-index: 9;
}
.pick_title {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 60px;
}
.pick_title::after, .section_title .section_top::after {
    width: 50px;
    content: "";
    height: 2px;
    background: var(--theme_green);
    left: 0;
    top: 10px;
    position: absolute;
}
.pick_title::before, .section_title .section_top::before {
    width: 30px;
    content: "";
    height: 2px;
    background: var(--theme_green);
    left: 20px;
    top: 15px;
    position: absolute;
}
.pick_service_area .form-control, .pick_service_area .form-select {
    border-radius: 0;
    border: none;
    box-shadow: none !important;
    border-bottom: 2px solid #ddd;
    color: var(--font_black) !important;
    min-height: 44px;
}
.pick_service .default_btn {
    width: 100%;
}

/* ======about sec start============= */
.about_sec {
    padding: 80px 0;
}
.about_imgitem {

}
.about_imgitem.mt-30 {
    margin-top: 30px;
}
.about_imgitem.mt-60 {
    margin-top: 60px;
}
.about_text {
    padding-left: 60px;
}
.section_title {
    margin-bottom: 50px;
}
.section_title .section_top {
    text-transform: uppercase;
    color: var(--theme_green);
    padding-left: 60px;
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.section_title h2 {
    font-size: 36px;
    font-family: 'Martel', serif;
    font-weight: 700;
}
.about_text {
    padding-left: 60px;
}
.about_text p {
    margin-bottom: 30px;
}
/* ======about sec close============= */

/* ======our_goals start============= */
.our_goals {
    background: url(../images/goal_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
}
.white_title.section_title h2 {
    color: var(--white);
}
.our_goal_content p {
    color: var(--white);
}
ul.goal_listing {
    display: grid;
    list-style: none;
    margin-top: 50px;
    gap: 50px;
}
ul.goal_listing li {
    display: flex;
    gap: 30px;
    align-items: center;
}
.goal_content b {
    color: var(--white);
    font-size: 22px;
    font-weight: 300;
    font-family: 'Martel', serif;
}
.goal_content {
    max-width: calc(100% - 75px);
}
.gt-number {
    display: inline-flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: var(--theme_green);
    color: var(--white);
    position: relative;
    box-shadow: 0px 0px 0px 8px rgb(99 167 22 / 53%);
}
.gt-number::after {
    width: 2px;
    height: 30px;
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 15px);
    background: var(--theme_green);
}
.goal_content p {
    font-size: 14px;
}
.goal_listing li:last-child .gt-number::after {
    display: none;
}
/* ======our_goals close============= */

/* =====request_callback_sec sec==== */
.request_callback_sec {
    padding: 80px 0;
}
.request_callback_area {
    padding: 40px;
    box-shadow: 10px 10px 60px rgba(0,0,0,0.09);
}
.request_form label {
        font-family: 'Source Sans 3', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
}
.request_form .form-control, .request_form .form-select {
    border-radius: 0;
    /* min-height: 44px; */
    box-shadow: none !important;
    transition: 0.5s;
}
.request_form .form-control:active, .request_form .form-control:focus, .request_form .form-select:active, .request_form .form-select:focus {
    border-color: var(--theme_color);
    transition: 0.5s;
}
.request_form .from-group {
    margin-bottom: 15px;
}
.request_form .form-control::placeholder, .request_form .form-select::placeholder {
    color: #7c7b7b !important;
}
.requestbtn {
    background: var(--theme_color);
    color: var(--white) !important;
}
.middle_align.section_title .section_top {
    display: inline-block;
}
.middle_align {
    text-align: center;
}
/* =====request_callback_sec sec==== */

/* =====services sec start========== */
.services_sec {
    padding: 80px 0;
    background: url(../images/service_bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -2px;
}
.service_item {
    background: var(--white);
} 
.service_content {
    padding: 30px;
}
.service_content b {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}
.service_img {
    width: 100%;
    height: 275px;
} 
.service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_sec .owl-carousel .owl-nav button.owl-next, .services_sec .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--theme_blue);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.services_sec .owl-carousel .owl-nav button.owl-next i, .services_sec .owl-carousel .owl-nav button.owl-prev i {
    position: relative;
    z-index: 3;
}
.services_sec .owl-carousel .owl-nav button.owl-next::before, .services_sec .owl-carousel .owl-nav button.owl-prev::before {
    content: "";
    width: 110%;
    height: 110%;
    position: absolute;
    top: 0;
    left: -120%;
    background: var(--theme_green);
    z-index: 1;
}
.services_sec .owl-carousel .owl-nav button.owl-next:hover::before, .services_sec .owl-carousel .owl-nav button.owl-prev:hover::before {
    left: 120%; 
    transition: 0.5s;
}
.services_sec .owl-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    display: flex;
    bottom: 0;
}
.services_sec .owl-stage {
    padding: 0 0 40px;
}
/* ======service sec close========= */

/* =====request_callback_sec start==== */
.request_callback_sec2 {
    background: #ecefe8 !important;
    position: relative;
}
.request_callback_sec2::after {
    width: 48%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/banner3.jpg);
    background-size: cover;
}
.request_callback_sec2 .request_callback_area {
    padding: 80px 0;
    box-shadow: none;
}
.request_callback_sec .section_title small {
    color: var(--white);
}
.request_row {
    justify-content: flex-end;
}
.request_callback_form .form-group {
    margin-bottom: 30px;
}
.request_callback_form .form-group label {
    color: var(--font_black);
    font-family: 'Source Sans 3', sans-serif;
}
.request_callback_form .form-group .form-control, .request_callback_form .form-group .form-select {
    border-radius: 0px;
    min-height: 44px;
    box-shadow: none !important;
    color: var(--font_black);
    box-shadow: none !important;
}
.section_title p {
    margin-top: 15px;
}
/* =====request_callback_sec close==== */


/* =====testimonial sec start========= */
.testimonial_sec {
    padding: 80px 0;
    overflow: hidden;
}
.testimonial_item {
    box-shadow: 0px 0px 6px 3px rgb(98 96 96 / 10%);
    padding: 30px;
    max-width: 100%;
    margin: auto;
}
.testimonial_sec .owl-stage {
    padding: 30px 0;
}
/* .client_img {
    width: 90px;
    height: 90px;
    margin: 30px auto;
    position: relative;
} */
.client_img {
    width: 90px;
    height: 90px;
    margin: 30px auto;
    position: relative;
    background: url(../images/service_bg.jpeg);
    background-size: contain;
    display: grid;
    place-content: center;
    font-size: 28px;
}
.client_img::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -10px;
    top: 20px;
    background: var(--theme_green);
}
.client_img::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    right: -20px;
    bottom: -10px;
    background: var(--theme_green);
}
.testimonial_sec .owl-carousel .owl-stage-outer {
    overflow: visible;
}
.testimonial_slider {
    position: relative;
}
.testimonial_slider::before {
    content: "";
    width: 600%;
    height: 100%;
    left: calc(100% + 15px);
    background: var(--white);
    position: absolute;
    z-index: 9;
    top: 0;
}
.testimonial_slider::after {
    content: "";
    width: 600%;
    height: 100%;
    right: calc(100% + 15px);
    background: var(--white);
    position: absolute;
    z-index: 9;
    top: 0;
}
.testimonial_item {
    text-align: center;
    position: relative;
}
.testimonial_item::after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: -23px;
    left: 30px;
    background: url(https://img.icons8.com/pulsar-color/48/quote-left.png);
    background-repeat: no-repeat;
}
.testimonial_item b {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 300;
}
.testimonial_item h6 {
    text-transform: uppercase;
    color: var(--theme_green);
    font-family: 'Source Sans 3', sans-serif;
}
.testimonial_sec .owl-carousel .owl-nav button.owl-next, .testimonial_sec .owl-carousel .owl-nav button.owl-prev {
    width: 60px;
    height: 44px;
    background: var(--theme_blue);
    color: var(--white);
    position: relative;
    overflow: hidden;
}
.testimonial_sec .owl-carousel .owl-nav button.owl-next i, .testimonial_sec .owl-carousel .owl-nav button.owl-prev i {
    position: relative;
    z-index: 3;
}
.testimonial_sec .owl-carousel .owl-nav button.owl-next::before, .testimonial_sec .owl-carousel .owl-nav button.owl-prev::before {
    content: "";
    width: 110%;
    height: 110%;
    position: absolute;
    top: 0;
    left: -120%;
    background: var(--theme_green);
    z-index: 1;
}
.testimonial_sec .owl-carousel .owl-nav button.owl-next:hover::before, .testimonial_sec .owl-carousel .owl-nav button.owl-prev:hover::before {
    left: 120%; 
    transition: 0.5s;
}
.testimonial_sec .owl-nav {
    position: absolute;
    top: -95px;
    right: 0;
    display: flex;
    gap: 5px;
}
.testimonial_sec .owl-dots {
    display: none;
}
/* =====testimonial_sec close========= */

/* =====video sec start================ */
.video_sec {
    background: url(../images/videobg.jpeg);
    background-size: cover;
    padding: 120px 0 240px;
}
.video_wrapper {
    text-align: center;
}
.play_btn {
    display: inline-flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: var(--theme_green);
    color: var(--white);
    position: relative;
    font-size: 28px;
    box-shadow: 0px 0px 0px 8px rgb(99 167 22 / 53%), 0px 0px 0px 16px rgb(99 167 22 / 53%);
}
.video_wrapper p {
    color: var(--white);
    margin: 30px 0 15px;
}
.video_wrapper h2 {
    font-size: 36px;
    font-family: 'Martel', serif;
    font-weight: 700;
    color: var(--white);
}
/* ======video_wrapper close========= */

/* ======contact sec start=========== */
.contact_sec_area {
    padding: 40px;
    background: #fff;
    margin-top: -120px;
    z-index: 3;
    position: relative;
    padding-bottom: 120px;
}
.our_contact_info {
    margin-top: 40px;
    display: grid;
    gap: 30px;
}
.our_contact_icon {
    display: inline-flex;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: var(--theme_green);
    color: var(--white);
    position: relative;
    box-shadow: 0px 0px 0px 8px rgb(99 167 22 / 53%);
}
.our_contact_item {
    display: flex;
    gap: 30px;
    align-items: center;
}
form.appointment_form {
    padding: 30px;
    max-width: 480px;
    margin-left: auto;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06);
}
.appointment_form h4 {
    margin-bottom: 15px;
}
.appointment_form .form-group {
    margin-bottom: 30px;
}
.appointment_form .form-control {
    border-radius: 0;
    border: none;
    box-shadow: none !important;
    border-bottom: 2px solid #ddd;
    color: var(--font_black) !important;
    min-height: 44px;
}
/* ======contact sec close========== */

/* =====footer start===============-= */
.footer_area {
    background: #020c25;
    padding: 80px 0 30px;
}
.footer_content h3 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
}

.fmenu_listing {
    list-style: none;
    display: grid;
    gap: 7px;
}
.fmenu_listing li a {
    color: var(--white);
    font-family: 'Alegreya Sans', sans-serif;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.5s;
}
.fmenu_listing li a:hover {
    color: var(--theme_blue);
    transition: 0.5s;
}
.footer_brand a img {
    max-width: 220px;
}
.fmenu_listing li a span {
    display: inline-block;
    margin-right: 5px;
}
.call_btn {
    background: var(--theme_color);
    color: var(--white);
    border-radius: 0;
    padding: 8px 40px;
    margin: 15px 0 0;
    border: 2px solid var(--theme_color);
}
.call_btn:hover {
    background: transparent;
    color: var(--theme_color);
}
.copyright_bar {
    margin-top: 50px;
    border-top: 1px solid var(--theme_color);
    padding-top: 15px;
    font-size: 14px;
    color: #7c7b7b;
    font-family: 'Alegreya Sans', sans-serif;
}
.copyright_bar a {
    color: var(--white);
    text-decoration: none;
}
.copyright_bar a:hover {
    color: var(--theme_blue);
}
/* =====footer_area close========== */

