@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Template Name: Heem
    Description: Heem – Promotion Web Template HTML Template | Homepage
    Author: codezion 
    Author URI: https://www.templatemonster.com/authors/codezion/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    >>> TABLE OF CONTENTS:
    =======================

    01. Common/Reusable CSS
        1.1 - Animations
        1.2 - General
        1.3 - Section Title
        1.4 - Video Button
        1.5 - Slick Arrows
        1.6 - Slick Dots
        1.7 - Typography
        1.8 - Tables
        1.9 - Forms
        1.10 - Forms
        1.11 - Buttons
        1.12 - Pagination
        1.13 - Colors
        1.14 - Accordion
        1.15 - Tabs
    02. Homepage
        2.1 - Header
        2.2 - Banner
        2.3 - About Us
        2.4 - Services
        2.5 - Cta
        2.6 - How It Works
        2.7 - Our Team
        2.8 - Testimonials
        2.9 - Blog
        2.10 - Get In Touch
        2.11 - Footer
    03. About Us
    04. Services
    05. Service Details
    06. Team
    07. Blog Grid
    08. Blog Details
    09. Contact Us
    
-----------------------------------------------------------------------------------*/
/*---Google Fonts---*/
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&family=Fraunces:ital,opsz,wght@0,9..144,100;0,9..144,200;0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;0,9..144,700;0,9..144,800;0,9..144,900;1,9..144,100;1,9..144,200;1,9..144,300;1,9..144,400;1,9..144,500;1,9..144,600;1,9..144,700;1,9..144,800;1,9..144,900&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --thm-font: 'Font Awesome 5 Pro';
    /* Headings */
    --thm-b-font: 'Fraunces', sans-serif;
    /* Body font */
    --thm-icon-font: "Font Awesome 5 Pro";
    /*Icon Font*/
    --thm-color-one: #00ba2c;
    --thm-color-two: #000;
    --thm-color-three: #d6d8dc;
    --thm-color-four: #000000;
    /*Light Color*/
    --thm-color-light: #f7f7f7;
    /*RGB Colors*/
    --thm-color-one-rgb: 14, 223, 126;
    --thm-color-two-rgb: 0, 0, 0;
    --thm-color-three-rgb: 237, 241, 245;
    --thm-color-four-rgb: 0, 0, 0;
    /*Light Color*/
    --thm-color-light-rgb: 247, 247, 247;
    /*Theme Colors*/
    --thm-body-color: #636060;
    /*Body Colors*/
    --thm-white: #ffffff;
    /*White Color*/
    --thm-border: #d1d1d1;
    /*Border Color*/
}

/*Animations*/
@keyframes fadeHeaderInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/*General*/
::selection {
    background-color: var(--thm-color-two);
    color: var(--thm-white);
}

i[class^="flaticon-"],
i[class*=" flaticon-"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

html {
    overflow-x: hidden;
}

body {
    font-family: var(--thm-b-font);
    overflow-x: hidden;
    color: var(--thm-body-color);
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    font-family: sans-serif;
    counter-reset: sectionCounter;
}

.relative {
    position: relative;
}

.thm-font {
    font-family: var(--thm-font);
}


.section-padding {
    position: relative;
    padding: 80px 0;
}

.section-padding.section {
    padding-bottom: 50px;
}

.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-fit-contain {
    width: 70%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    z-index: 1;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
    font-size: inherit;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul li {
    margin-bottom: 0;
    position: relative;
}

button:focus,
*:focus {
    outline: none;
}

button {
    background: transparent;
    border: none;
    padding: 0;
}

label {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: normal;
}

label>a {
    font-size: 14px;
}

img {
    max-width: 100%;
}

select {
    appearance: none;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.container-wide .row {
    flex-wrap: unset;
}

.z-1 {
    position: relative;
    z-index: 1;
}

.z-2 {
    position: relative;
    z-index: 2;
}


.section-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.section-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}

/*section-title*/

/*
.header.can-sticky {
    border-bottom: 2px solid #2656DB;
}*/
.section-header {
    max-width: 550px;
    padding-bottom: 30px;
    margin: 0 auto 0 0;
    text-align: left;
    position: relative;
}

.section-header .section_count {
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 600;
    color: var(--thm-color-one);
    line-height: 1.5;
}

.section-header .section_count:before {
    counter-increment: sectionCounter;
    content: "0"counter(sectionCounter);
}

.section-header .title {
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    font-size: 36px;
    margin-bottom: 0px;
}

.section-header .text {
    margin-bottom: 0;
}

.section-header.text-center {
    margin: 0 auto;
}

.section-header.text-center .title {
    justify-content: center;
}

.lh-normal {
    line-height: normal;
}

hr {
    margin: 30px 0;
    border-color: var(--thm-border);
}

blockquote {
    background-color: #fff;
    position: relative;
    padding: 1px 25px;
    /* padding-left: 50px; */
    border-left: 4px solid var(--thm-color-one);
    border-radius: 10px;
}

blockquote .quote_icon {
    width: 50px;
    height: 50px;
    background: var(--thm-color-one);
    color: var(--thm-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    font-size: 16px;
    margin-right: 0;
    position: absolute;
    left: 0;
    top: 0;
}

blockquote .quote_title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    color: var(--thm-color-two);
    font-style: italic;
}

blockquote .quote_author {
    font-size: 18px;
    color: var(--thm-color-one);
    display: flex;
    align-items: center;
}

blockquote .quote_author:before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: var(--thm-color-two);
    margin-right: 20px;
    display: inline-flex;
}

/*Slick Arrows*/
/*.slick-arrow {
    font-size: 0;
    position: absolute;
    top: -70px;
    z-index: 100;
    width: 40px;
    height: 40px;
    color: var(--thm-border);
    background-color: var(--thm-white);
    border-radius: 50%;
    left: 0;
    transition: 0.3s all;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--thm-border);
}*/

.slick-arrow:hover {
    color: var(--thm-white) !important;
    background-color: var(--thm-color-one);
    border-color: inherit !important;
}

.slick-arrow:before {
    content: "\f053";
    font-family: var(--thm-icon-font);
    font-weight: 500;
    font-size: 35px;
}

.slick-arrow.slick-next:before {
    content: "\f054";
}

.slick-arrow.slick-prev {
    left: auto;
    right: 65px;
}

.slick-arrow.slick-next {
    right: 15px;
    left: auto;
}


.testimonial-sliderc .slick-prev.slick-arrow {
    border: none;
    font-size: 0;
    display: none;
}
.testimonial-sliderc .slick-next.slick-arrow {
    border: none;
    font-size: 0;
    display: none;
}

.testimonial-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: relative;
    right: 0 !important;
    bottom: 7px;
}
.testimonial-slider .slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--thm-color-one);
    color: #fff;
    margin: 0 8px;
    transition: 0.6s all;
    /* border: 0px solid #00ba2c; */
}
.testimonial-slider .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--thm-color-one);
    position: relative;
    border: 0px solid #00ba2c;
}
.testimonial-slider .slick-dots li.slick-active button::before {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    /* background-color: transparent; */
    border: 2px solid var(--thm-color-one);
    position: absolute;
    top: -4px;
    left: -4px;
}


.blog-slider .slick-dots li.slick-active button::before {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
/*    background-color: transparent;*/
    border: 2px solid var(--thm-color-one);
    position: absolute;
    top: -4px;
    left: -4px;
}

.blog-slider .slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--thm-color-one);
    position: relative;
     border: 0px solid #00ba2c; 
}

.blog-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: relative;
    right: 0 !important;
    bottom: 7px;
}

.blog-slider .slick-dots li button {
    font-size: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--thm-color-one);
    color: #fff;
    margin: 0 8px;
    transition: 0.6s all;
    /* border: 0px solid #00ba2c; */
}





/*Slick Dots*/

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.slick-dots li {
    padding: 0;
    line-height: 0;
}
.banner-slider .slick-dots li button {
    font-size: 0px !important;
    width: 20px !important;
    background-color: #00ba2c !important;
}
.slick-dots li button {
    font-size: 0px;
    width: 20px;
    background-color: #00ba2c !important;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    margin: 0 8px;
    transition: 0.6s all;
/*    border: 0px solid #00ba2c;*/
}

.slick-dots li.slick-active button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
   color: var(--thm-color-one);
    position: relative;
}

.slick-dots li.slick-active button:before {
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--thm-color-one);
    position: absolute;
    top: -4px;
    left: -4px;
}
.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    position: absolute;
    right: 44%;
    bottom: 4%;
}


/*pagination*/
.pagination {
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 15px;
    border-radius: 0;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 0px 7px 15px;
}

.post_details .post_navigation .nav_item, .pagination .page-item .page-link {
    border: none;
    border-radius: 5px;
    background-color: var(--thm-color-two);
    color: var(--thm-white);
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
} 

.post_details .post_navigation .nav_item:hover,
.pagination .page-item .page-link.active,
.pagination .page-item.active .page-link,
.pagination .page-item:focus .page-link,
.pagination .page-item:hover .page-link {
    background-color: var(--thm-color-one);
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--thm-font);
    font-weight: bold;
    color: var(--thm-color-two);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: var(--thm-color-two);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 25px;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 60px;
}

h3 {
    font-size: 48px;
    line-height: 1.2;
}

h4 {
    font-size: 30px;
    line-height: 1.4;
}

h5 {
    font-size: 24px;
    line-height: 1.3;
}

h6 {
    font-size: 20px;
    line-height: 1.7;
}

p {
    margin-bottom: 30px;
    color: #838383;
}

a {
    color: var(--thm-color-three);
    transition: .3s all;
    display: inline-block;
}

a:hover,
a:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
a:hover,
a:focus {
    color: var(--thm-color-one);
    text-decoration: none;
}

/*Tables*/
table {
    margin-bottom: 30px;
}

table th,
table td {
    padding: 15px;
    vertical-align: middle;
    background-color: var(--thm-white);
}

table th {
    font-weight: 500;
    color: var(--thm-color-two);
    font-size: 16px;
    border: 1px solid var(--thm-border);
}

table {
    width: 100%;
    margin-bottom: 30px;
}

table td {
    border: 1px solid var(--thm-border);
}

table img {
    width: 40px;
    border-radius: 0;
}

.mb-xl-20 {
    margin-bottom: 20px;
}

.mb-xl-30 {
    margin-bottom: 30px;
}

.mb-xl-60 {
    margin-bottom: 60px;
}

/*Forms*/
.form-control:focus {
    box-shadow: none;
}

.form_style label {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--thm-white);
}

.form_style .form-control {
    background-color: transparent;
    border: none;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--thm-color-one);
    border-radius: 0;
}

.form_style .form-control:focus {
    box-shadow: none;
    border: none;
    border-bottom: 2px solid var(--thm-color-one);
}

.form_style .form-control,
.form_style .form-control::placeholder {
    color: var(--thm-white);
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1;
    height: auto;
    font-weight: 500;
}

.form_style.style_two .form-control,
.form_style.style_two .form-control::placeholder {
    color: var(--thm-body-color);
    text-transform: none;
    font-size: 16px;
    font-weight: 500;
}
.text-custom-black {
    color: #000;
}

/*Buttons*/
.thm-btn {
    font-size: 16px;
    color: var(--thm-white);
    display: inline-flex;
    align-items: center;
    border: 0px solid transparent;
    padding: 10px 45px;
    transition: 0.5s all;
    font-weight: 500;
    background-color: var(--thm-color-one);
    text-align: center;
    justify-content: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.thm-btn .button_title {
    display: inline-block;
    overflow: hidden;
}

.thm-btn .btn_letters {
    display: inline-block;
    line-height: 1em;
}

.thm-btn.btn-border {
    background-color: var(--thm-white);
}

.thm-btn:hover,
.thm-btn:focus {
    color: var(--thm-white);
    background-color: var(--thm-color-two);
    border-color: transparent;
}

.thm-btn i {
    font-size: 14px;
    line-height: normal;
    margin-left: 10px;
}

.thm-btn.btn-rounded {
    border-radius: 50px;
}

.thm-btn.btn-rectangle {
    border-radius: 8px;
}

.thm-btn.btn-small {
    padding: 6px 42px;
}

/*Colors*/
.thm-color-one {
    color: var(--thm-color-one);
}

.thm-color-two {
    color: var(--thm-color-two);
}

.thm-color-three {
    color: var(--thm-color-three);
}

.thm-color-four {
    color: var(--thm-color-four);
}

.thm-bg-color-one {
    background-color: var(--thm-color-one);
}

.thm-bg-color-two {
    background-color: var(--thm-color-two);
}

.thm-bg-color-three {
    background-color: var(--thm-color-three);
}

.thm-bg-light {
    background-color: var(--thm-color-light);
}

.thm-bg-color-four {
    background-color: var(--thm-color-four);
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

/*Preloader*/
.preloader {
    background-color: var(--thm-color-one);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

/*Header*/


.header.sub-header-nav{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent;
}

.header.sticky {
    animation-name: fadeHeaderInDown;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    animation-duration: 1s;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    animation-fill-mode: both;
    border-bottom: 2px solid #dddada;
}



/*.header.style_2 .navigation .main-menu>li>a, 
.header.sticky .navigation .main-menu>li>a {
    color: var(--thm-color-two) !important;
    background-color: #fff;
}*/

/*.header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/

.header .logo {
    margin: 10px 0;
    display: flex;
    justify-content: center;
}

.header .navigation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .navigation .main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header .navigation .main-menu>.menu-item>a {
    color: #000;
    font-family: 'Font Awesome 5 Pro';
    font-size: 21px;
    font-weight: 600;
    padding: 0px 15px;
    display: flex;
    border-right: 3px solid;
    margin: 30px 0px;
    background-color: transparent;
}

.header .navigation .main-menu>.menu-item>a.active-one,
.header .navigation .main-menu>.menu-item:hover>a {
    color: var(--thm-color-one) !important;
}

.header .navigation .menu-item-has-children {
    position: relative;
}

.header .navigation .menu-item-has-children>a:after {
    content: "\f078";
    font-family: var(--thm-icon-font);
    margin-left: 10px;
}

.header .navigation .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0s all;
    width: 180px;
    visibility: hidden;
    opacity: 0;
    display: none;
}


.menu-item-has-children .submenu {
    position: absolute;
    top: 91px;
    left: 0;
    right: 0;
    width: 200px;
    transform: translateY(10px);
    transition: 0s all;
    border-top: 2px solid #ff3115;
    background-color: #ff3115;
    opacity: 0;
    visibility: hidden;
}


.header .navigation .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    display: none;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item>a {
    background-color: var(--thm-color-one);
    color: var(--thm-white) !important;
    width: 100%;
    display: flex;
    padding: 10px 15px;
    border-bottom: 1px solid;
}

.header .navigation .menu-item-has-children .sub-menu .menu-item:hover>a {
    background-color: var(--thm-color-two);
    color: var(--thm-white);
}

.header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>a:after {
    position: absolute;
    right: 15px;
    transform: rotate(-90deg);
}

.header .navigation .menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
    left: 100%;
    top: 0;
}

.header .header_action {
    margin-left: 15px;
}

.header .hamburger {
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #00ba2c;
    cursor: pointer;
    border-radius: 5px;
}

.header .hamburger .hamburger_btn span {
    display: flex;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    background-color: var(--thm-white);
    transition: 0.5s all;
    position: relative;
}

.header .hamburger .hamburger_btn span:last-child {
    margin-bottom: 0;
}

.header .hamburger .hamburger_btn.active span:first-child {
    transform: rotate(45deg);
    top: 4px;
}

.header .hamburger .hamburger_btn.active span:nth-child(2) {
    display: none;
}

.header .hamburger .hamburger_btn.active span:last-child {
    transform: rotate(-45deg);
    top: -3px;
}
.menu-icon i {
    margin-right: 5px;
    font-size: 15px;
    color: #434343;
    text-align: center;
    /* padding: 25px 10px; */
    transition: 0.5s all;
    width: 35px;
    height: 35px;
    background-color: #1E1E1E;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #1E1E1E;

}
.menu-icon i:hover {
    color: #434343;
    background-color: transparent !important;
    border: 1px solid #fff !important;
}
.menu-icon {
    padding-left: 10px;
}

.header-top ul {
    display: flex;
    color: #00ba2c;
/*    border-bottom: 1px solid;*/
    padding: 10px 0;
}
.header-top-icon ul {
    display: flex;
    justify-content: end;
    align-items: center;
    color: #00ba2c;
/*    border-bottom: 1px solid #00ba2c;*/
     padding: 10px 0;
}
.juvuvuvu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #0ae03c;
}

.cart-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 18px 0;
}
.header-top li {
    padding-right: 30px;
}
.header.sticky .innerdfs {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
}

/*index-two-css*/

.menu-two {
    display: flex;
    justify-content: space-between;
}
.banner-text.banner-text-two {
    text-align: start;
    left: 12%;
    top: 38%;
}
.subheader-sec::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0, 81, 13);
    opacity: 0.7;
}
.subheader-sec {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
}
.subheader-title h3 {
    color: #fff;
}
.sub-small a {
    color: #00ba2c;
}

/*banner*/

.banner-text-iamge {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    display: flex !important;
    z-index: 1;
    justify-content: center;
    text-align: center;
}
.banner-text-iamge::before {
    position: absolute;
    content: '';
    top: -0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0,0,0,0.5);
    z-index: 0;
}

.banner-text h3 {
    color: #fff;
    font-size: 60px;
}
.banner-slider .slick-prev {
    left: 0;
    right: 0;
    bottom: 50%;
    color: #00ba2c;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-slider .slick-next {
    right: 0;
    color: #00ba2c;
    position: absolute;
    bottom: 50%;
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-text p {
    color: #fff;
    font-size: 20px;
}

.jhfu {
    display: flex;
    bottom: 19%;
    /* position: absolute; */
    left: 46%;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.juvuvuvu.topbar-header.b-none {
    border: none;
}

 .dots_counts {
    position: absolute;
    bottom: 85px;
    right: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

 .dots_counts .slick-slider-dots {
    margin-top: 15px;
    margin-left: 0px;
}
.banner .slider-count {
    font-size: 72px;
    line-height: 1;
    font-weight: 500;
    color: var(--thm-white);
    cursor: pointer;
}

.banner .slider-count small {
    font-size: 30px;
    position: relative;
    vertical-align: top;
    top: 9px;
    font-weight: 500;
}
.banner .dots_counts .slick-slider-dots {
    margin-top: 15px;
    margin-left: 0px;
}
.banner {
    position: relative;

}




.jhfu h3 {
    color: #fff;
    padding-right: 15px;
    margin: 0;
}
.active h3 {
    color: #00ba2c;
}
.header-top-icon li {
    padding-right: 20px;
}

.search-header {
    padding: 0 10px;
    border: none;
    width: 50%;
    /* display: flex; */
    justify-content: end;
    align-items: center;
}
.search-header::placeholder {
    color: #00ba2c;
}
.search-header-box {
    display: flex;
    justify-content: end;
    align-items: center;
}
.cart-two {
    position: relative;
    top: -13px;
    font-size: 9px;
    left: 27px;
    border: 1px solid;
    padding: 0px 4px;
    border-radius: 50%;
    background-color: #00ba2c;
    color: #fff;
    border: 1px solid #00ba2c;
}
.menu-item.border-contact a {
    border: none !important;
}
.header-top-icon ul li {
    cursor: pointer;
    transition: 0.5s all;
}
.header-top-icon ul li:hover {
    color: #000;
}
 

/*----About--start--*/

.about-iamge img {
    width: 79%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.about-lining-perra li i {
    padding-right: 10px;
    color: #00ba2c;
}
.read-btn {
    background-color: #00ba2c;
    padding: 5px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid;
    transition: 0.5s all;
}

/*----*/
/*.read-btn::before, .read-btn::after {
    content: "";
    position: absolute;
    inset: 0px;
    width: 50%;
    background-color: #0e7a31;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border-radius: 5px 0px 0px 5px;
    -webkit-transform: scale(4) rotate(0deg);
    transform: scale(4) rotate(0deg);
}
.read-btn::after {
    left: unset;
    border-radius: 0px 5px 5px 0px;
}

.read-btn {
    padding: 15px 30px;
    background: #ffffff;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: 1px solid transparent;
}*/
/*-----*/

.read-more-btn {
    margin-top: 25px;
    display: inline-block;
}
.read-btn:hover {
    background-color: #fff;
    border: 1px solid;
}
.read-btn.banner-two-btn {
    padding: 15px 35px;
    border: 1px solid #00ba2c;
    font-size: 20px;
    font-family: 'Font Awesome 5 Pro';
}
.about-details {
    align-items: center;
    justify-content: center;
    display: flex;
}
.about-perra {
    padding-left: 40px;
}

.about-back-one::before {
    position: absolute;
    content: '';
    background-color: #00ba2c;
    top: 0;
    left: 6%;
    width: 310px;
    height: 310px;
    z-index: -1;
}
.about-back-two::before {
    position: absolute;
    content: '';
    background-color: #00ba2c;
    bottom: 0;
    right: 6%;
    width: 310px;
    height: 310px;
    z-index: -1;
}

.about-two-back-img::before {
    position: absolute;
    content: '';
    /* background-color: #00ba2c; */
    background-image: url(../images/about/2.png);
    top: -2px;
    left: 0%;
    width: 81%;
    height: 91%;
    z-index: -1;
}
.about-iamge-two img {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    top: 30px;
    left: 35px;
    padding-top: 50px;
}


.about-iamge {
    padding-top: 30px;
    padding-bottom: 30px;
}
.about-lining-perra li {
    line-height: 2;
    display: flex;
    align-items: center;
}
.about-hedding {
    margin-top: 30px;
}


/*----About--end--*/


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #f3f3f3;
    background-clip: padding-box;
    border: 1px solid #c1c3c4bf;
    /* border-radius: .25rem; */
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/*----*/
.pt-6 {
    padding-top: 6rem;
}

/*----*/
/*services start*/

.services-cart-image img {
    width: 100%;
}
.services-cart-image img:hover {
    transform: scale(1.2);
}
.services-cart-image img {
    transition: 0.5s all;
}
.services-cart-image{
    overflow: hidden;
}
.services-perra {
    background-color: #fff;
    padding: 25px;
    margin: 0 30px;
    position: relative;
    bottom: 52px;
}
.services-perra p {
    margin: 0;
    line-height: 1.3;
}
.services-perra h5 {
    margin-bottom: 10px;
    color: #000;
}
.services-perra {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


/*services end*/


/*join-us start*/


.join-us::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0, 0.4);
}
.golf-us h6{
    color: #fff;
}
.golf-us h1{
    color: #fff;
}

.join-btn {
    background-color: #fff;
    padding: 10px 30px;
    color: #00ba2c;
    font-weight: 600;
    font-family: 'Font Awesome 5 Pro';
    border: 1px solid;
    transition: 0.5s all;
}
.join-btn:hover {
    background-color: #00ba2c;
    color: #fff;
    border: 1px solid;
}




/*join-us end*/


/*---gallery start---*/



/* Main CSS */

/*.grid-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    grid-auto-flow: dense;
}*/

.grid-wrapper {
    display: grid;
    grid-gap: 5px;
    /* grid-auto-rows: 200px; */
    grid-template-columns: 49% 29% 20%;
    margin-bottom: 5px;
}

.grid-wrapper-two {
    grid-template-columns: 30% 25% 43%;
}


/*.grid-wrapper .wide {
    grid-column: span 2;
}

.grid-wrapper .tall {
    grid-row: span 2;
}

.grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}*/


/*.m-p-g__thumbs-img:hover {
    transform: scale(1.1);
}*/
/*.m-p-g__thumbs {
    position: relative;
}
.m-p-g__thumbs:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, 0.2);
    z-index: 1;
}

.m-p-g__thumbs-img{
    transition: 0.5s all;
    position: relative;
}
.m-p-g {
    overflow: hidden;
}
    
        &.active {
            transition:
                background .25s ease-out,
                visibility .01s 0s linear;
            visibility: visible;
            background: rgba(black, 0.95);
        }

            &.active {
                visibility: visible;
                opacity: 1 !important;
                transition:
                    transform $transition-duration cubic-bezier(0.23, 1, 0.32, 1),
                    opacity $transition-duration ease-out;
            }

            &.almost-active {
                opacity: 0;
                transform: translate3d(0,0,0) !important;
            }
        }
}
    }
    
    &__controls {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 200;
        height: 20vh;
        background: linear-gradient(to top, transparent 0%, rgba(black, 0.55) 100%);
        opacity: 0;
        visibility: hidden;
        transition: all $transition-duration cubic-bezier(0.23, 1, 0.32, 1);
        }
        &.active {
            opacity: 1;
            visibility: visible;
        }
        
        &-close,
        &-arrow {
            appearance: none;
            border: none;
            background: none;
}
            &:focus {
                outline: none;
            }
        }

        &-arrow {
            position: absolute;
            z-index: 1;
            top: 0;
            width: 20%;
            height: 100vh;
            display: flex;
            align-items: center;
            cursor: pointer;
            -webkit-tap-highlight-color: rgba(black, 0);
            opacity: 0;
            }
            &:hover {
                opacity: 1;
            }
            
            &--prev {
                left: 0;
                padding-left: 3vw;
                justify-content: flex-start;
            }
            
            &--next {
                right: 0;
                padding-right: 3vw;
                justify-content: flex-end;
            }
        }
        
        &-close {
            position: absolute;
            top: 3vh;
            left: 3vw;
            z-index: 5;
            cursor: pointer;
            -webkit-tap-highlight-color: rgba(black, 0);
        }
    }

    &__btn {
        $size: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: $size;
        height: $size;
        border-radius: 50%;
        background: rgba(white, 0.07);
        transition: all .25s ease-out;
}
        &:hover {
            background: rgba(white, 0.15);
        }
    }

    &__alertBox {
        position: fixed;
        z-index: 999;
        max-width: 700px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 25px;
        border-radius: 3px;
        text-align: center;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
        color: grey;
}
       
    }
}*/

/* DEMO */


.demo-btn {
    display: inline-block;
    margin: 0 2.5px 4vh 2.5px;
    text-decoration: none;
    color: grey;
    padding: 15px;
    line-height: 1;
    min-width: 140px;
    background: rgba(0,0,0, 0.07);
    border-radius: 6px;
}


.gallery-perra {
    padding: 15px;
    background-color: #00ba2c;
    color: #fff;
}
.gallery-perra p {
    color: #fff;
    font-family: emoji;
}
.gallery-detail {
    margin-bottom: 25px;
}
.gallery-detail-image img {
    width: 100%;
}
h3.page-heading {
    color: #000;
}



/*---gallery end---*/


/*---pricing plan start---*/

.pricing-plan {
    padding: 50px 0;
}
.pricing-plan::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0, 0.3);
}
.pricng-card {
    background-color: #fff;
    text-align: center;
    padding: 30px;
    margin-bottom: 25px;
    border: 2px solid #fff;
    transition: 0.5s all;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pricing-card-two{
    border: 2px solid #dbd9d9;
}
.pricng-card:hover {
    border: 2px solid #00ba2c;
}
.pricng-card-hedding h2 {
    color: #00ba2c;
}
.pricng-card-hedding h5 {
    color: #00ba2c;
}
.parcing-list li {
    border-top: 1px solid #8e8d8d;
    padding: 5px 0;
    color: #8e8d8d;
}
.pric-name {
    color: #fff;
}
.price-perra{
    color: #fff;
}


/*---pricing plan end---*/



/*testimonials START*/


.testi-cart p {
    font-family: var(--thm-font);
}

.testimonail-colordgfd{
    background-color: #f3f3f3 !important;
}
.testi-cart {
    background-color: #fff;
    padding: 0 38px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
     rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-bottom: 70px;
}
.testi-cart-top-colan img {
    background-color: #00ba2c;
    padding: 20px 10px;
    border-radius: 0px 0px 30px 30px;
    padding-bottom: 27px;
}
.testi-cart-top-colan {
    text-align: end;
    margin-bottom: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: end;
}
.testi-image.d-flex img {
    position: absolute;
    width: 20%;
}
.testi-name {
    text-align: center;
    padding-right: 76px;
    padding-bottom: 15px;
    color: #00ba2c;
}




.slick-next.slick-arrow {
    border: none;
    font-size: 0;
}
.slick-prev.slick-arrow {
    border: none;
    font-size: 0;
}
   
.Testimonial-slider .slick-prev.slick-arrow::before {
    position: absolute;
    content: "\f177";
    right: 35%;
    bottom: -45px;
    font-weight: 200;
    font-size: 32px;
    color: #000000;
    font-family: 'Font Awesome 5 Pro';
}
 .Testimonial-slider .slick-next.slick-arrow::before {
    position: absolute;
    content: "\f178";
    font-size: 32px;
    right: 25%;
    bottom: -45px;
    font-weight: 200;
    color: #000000;
    font-family: 'Font Awesome 5 Pro';
}


/*TESTIMONIAL END*/
blockquote.bg-light-white p {
    font-style: italic;
}
.comment-meta {
    display: flex;
    justify-content: space-between;
}


/*---blog start----*/
.blog-image img:hover {
    transform: scale(1.2);
}
.blog-image img {
    transition: 0.5s all;
    width: 100%;
    height: auto;
}
.blog-image {
    overflow: hidden;
}
.blog-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 25px;
}
.blog-imgae-date h6 {
    margin: 0;
    color: #fff;
    display: flex;
    justify-content: center;
}
.blog-imgae-date p {
    margin: 0;
    color: #fff;
}
.blog-imgae-date {
    position: absolute;
    top: 15px;
    left: 30px;
    width: 60px;
    height: 60px;
    background-color: #00ba2c;
    color: #fff;
    display: grid;
    justify-content: center;
    align-items: center;
}
.blog-details {
    background-color: #fff;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: 1px solid #cfcccc;
}
.text-light-dark.mr-2 {
    color: #00ba2c;
}
.post-date {
    display: flex;
    color: #000;
    align-items: center;
    justify-content: space-evenly;
}
.post-date a {
    /* display: flex; */
    color: #000;
}
.comment-meta-reply i {
    color: #00ba2c;
}
div#comment-box {
    border-top: 1px solid #c4c0c0;
    padding-top: 20px;
}
.post-meta-box.mb-xl-20 {
    display: flex;
    justify-content: space-between;
}
.text-theme.fs-14 {
    color: #00ba2c;
}
.blog-details-admin span {
    padding-right: 15px;
    color: #00ba2c;
    font-style: italic;
    font-size: 14px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
}

.blog-details-admin i {
    padding-right: 7px;
}
.blog-details h6 {
    margin: 15px 0;
    line-height: 1.1;
    color: #000;
}
/*.blog-details p {
    margin: 0;
}
*/
.tags a {
    padding: 5px 15px;
    background-color: #000;
    color: #fff;
}

.pricing-heding p {
    font-size: 16px;
    line-height: 1.3;
}

/*---blog end----*/
blockquote.bg-light-white i {
    font-size: 40px;
    color: var(--thm-color-one);
}


.contact_bg:before {
    content: '';
    background-color: rgb(var(--thm-color-two-rgb), 60%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*---footer---*/

.ft-titile.mb-2 {
    color: #fff;
    font-size: 25px;
}
.ft-icon i:hover {
    color: #00ba2c;
}
.ft-list li i {
    padding-right: 10px;
}
.ft-padding {
    padding-top: 40px;
    color: #000;
    background-color: #fff;
}
.ft-list li a {
    font-size: 16px;
    line-height: 3;
    font-weight: 500;
    color: #fff;
    font-family: Fraunces;
    display: flex;
    align-items: baseline;
}

.ft-list li a:hover {
    color: var(--thm-color-one);
}
.ft-list {
    margin-bottom: 30px;
}
.footer .ft_widgets {
    position: relative;
    margin-bottom: 30px;
}

.footer .ft_widgets .ft_title {
    color: var(--thm-color-one);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

.footer .ft_about img {
    height: 60px;
    width: 165px;
    margin-bottom: 20px;
}

.footer .ft_social {
    display: flex;
}

.footer .ft_social li {
    margin-right: 15px;
}

.footer .ft_social li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--thm-white);
    color: var(--thm-color-one);
}

.footer .ft_social li:hover a {
    color: var(--thm-white);
    background-color: var(--thm-color-one);
}

.footer .ft_menu li {
    margin-bottom: 5px;
}

.footer .ft_menu li>a {
    font-size: 16px;
}

.footer .ft_menu li>a:before {
    content: "\f054";
    font-family: var(--thm-icon-font);
    font-size: 14px;
    margin-right: 8px;
    position: relative;
    top: -2px;
    color: var(--thm-color-one);
}

.footer .ft_menu li:last-child {
    margin-bottom: 0;
}

.footer .ft_contact li>a:before {
    display: none;
}

.footer .ft_contact li>a i {
    color: var(--thm-color-one);
    font-size: 14px;
    margin-right: 8px;
}

.ft-icon i {
    transition: 0.5s all;
    border: 2px solid;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    color: #fff;
}
.mb-2.mt-3.ft-perra {
    color: #fff;
}
/*copyright*/
.copyright {
    background-color: #00ba2c;
   
}
.ft-icon {
    padding-top: 16px;
    margin-bottom: 25px;
}
.copyright p {
    color: var(--thm-white);
    padding: 22px 0;
    line-height: normal;
    font-size: 18px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
}


/*back to top*/
.back-to-top {
    width: 40px;
    height: 40px;
    border: 2px solid var(--thm-color-one);
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: var(--thm-white);
    font-size: 22px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    background-color: var(--thm-color-one);
    transition: 0.3s all;
    z-index: 100;
}

.back-to-top:hover {
    color: var(--thm-white);
    background-color: var(--thm-color-two);
    border-color: var(--thm-color-two);
}

/*conference */

    .calender-sec{
        background: linear-gradient(180deg, #E5EFFF 0%, rgba(229, 239, 255, 0.262661) 83.7%, rgba(229, 239, 255, 0) 100%);   
 }
    .calender-details-date i {
    padding-right: 10px;
}
   .calender-details-date {
    color: #000;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 13px;
}
.calender-details p {
    color: #000;
    line-height: 1.5;
    margin-bottom: 15px;
}

/*conference */



/*calender*/



.calendar {
    width: 38rem;
/*     height: 25rem; */
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
}

.month {
    width: 100%;
    height: 5rem;
    /* background-color: #167e56; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 2rem;
    text-align: center;
    /* text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5); */
}
.date h1 {
    margin-right: 15px;
}
.calender-div {
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.month i {
    font-size: 2.2rem;
    cursor: pointer;
    color: #000;
    font-weight: 400;
}

.month h1 {
    font-size: 16px;
    font-weight: 600;
    font-family: sans-serif;
    /* text-transform: uppercase; */
    /* letter-spacing: 0.2rem; */
    margin-bottom: 0px;
    background-color: #F8F7FA;
    padding: 10px 20px;
    border-radius: 10px;
    color: #7047EB;
    display: flex;
    align-items: center;
}

.month p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin: 0;
}

.weekdays {
  width: 100%;
  height: 3rem;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
}

.weekdays div {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    width: calc(44.2rem / 7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #19181A;
    /* text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5); */
}

.days {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem;
}

.days div {
    font-size: 16px;
    margin: 0.3rem;
    width: calc(33.2rem / 7);
    height: 36px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1A191F;
    /* text-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.5); */
    transition: background-color 0.2s;
    transition: 0.5s all;
}

.days div:hover:not(.today) {
    background-color: #262626;
    border: 0.2rem solid #777;
    cursor: pointer;
    color: #fff;
     border-radius: 30px;
}

.prev-date,
.next-date {
  opacity: 0.5;
}

.today {
    background-color: #3766E8;
    color: #fff !important;
    border-radius: 30px;
}

.time-zone h6 {
    margin: 0;
    padding-top: 15px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 500;
}
.time-zone p {
    margin: 0;
}
.time-iccon {
    background-color: #F3F2F5;
    margin-top: 15px !important;
    padding: 5px 15px;
    border-radius: 10px;
    color: #000;
}
.time-iccon i {
    padding-right: 10px;
}
.btn {
    /* width: 164px; */
    /* height: 40px; */
    background-color: #F3F2F5;
    /* margin: 5px 5px; */
    border-radius: 5px;
    align-items: center;
    /* display: flex; */
    /* justify-content: center; */
    color: #000;
    transition: 0.5s all;
    cursor: pointer;
    padding: 5px 15px;
}
.btn:hover {
    background-color: #000;
    border: 2px solid #000 !important;
    color: #fff !important;
}
.pick-active {
    background-color: #3766E8!important;
    color: #fff !important;
}
.pick-time-box {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
}
.nex-step-btn a {
    color: #fff;
    background-color: #3766E8;
    padding: 6px 20px;
    margin: 30px 0;
    transition: 0.5s all;
    border: 2px solid #3766E8;
}
.nex-step-btn a:hover {
    color: #3766E8;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    background-color: #fff;
    border: 2px solid #3766E8;
}
.enter-detail{
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
}
.enter-detail-form input {
    width: 100%;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 15px;
}
.guests {
    color: #3766E8;
    padding: 5px 18px;
    border: 1px solid;
    display: inline-block;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.5s all;
    margin-bottom: 15px;
}
.guests:hover{
    background-color: #3766E8;
    color: #fff;
}
.enter-detail-form.guest-box input {
    width: 100%;
    height: 121px;
}
.enter-detail-form.guest-box textarea {
    width: 100%;
    height: 100px;
    padding: 5px 15px;
    border-radius: 5px;
    border: 2px solid #474646;
}
.form-text {
    margin-bottom: 15px;
    text-align: end;
    font-size: 13px;
    color: #000;
}
.enter-detail-form{
    position: relative;
}
.enter-detail-form img {
    position: absolute;
    top: 45px;
    width: 5%;
    left: 11px;
}
.flag-box input{
    padding-left: 50px;
}
.enter-detail-form label {
    color: #000000c7;
    font-weight: 700;

}
.event {
    border-radius: 5px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3766E8;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}


/*calender*/



.sidebar_widgets {
    padding: 15px;
    border: 1px solid #d5d1d1;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sidebar .sidebar_inner {
    margin-bottom: 80px;
}

.sidebar .sidebar_inner .sidebar_widget {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgb(var(--thm-color-two-rgb), 15%);
}

.sidebar .sidebar_inner .sidebar_widget:last-child {
    margin-bottom: 0;
}

.sidebar .sidebar_inner .sidebar_widget .widget_title {
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--thm-b-font);
    font-size: 18px;
    border: 1px solid var(--thm-color-one);
    color: var(--thm-color-one);
    padding: 10px 0;
}
.popular_post_title h6 {
    margin: 0;
    line-height: 1.2;
    font-size: 16px;
}
.popular_post_title {
    padding-left: 20px;
}
.post-wrapper.d-flex {
    margin: 20px 0;
    align-items: center;
}
.fw-600 {
    font-weight: 600;
    color: #00ba2c;
}
.popular_post_title span {
    font-size: 14px;
}
.sidebar .input-group .form-control {
    border-right: none;
    height: 45px;
    border-radius: 0;
    border: none;
}
h4.text-custom-black {
    font-size: 25px;
}
h5.text-custom-black.fw-600.author.mb-3 {
    font-size: 20px;
    padding-top: 10px;
}

.sidebar .input-group .form-control,
.sidebar .input-group .form-control::placeholder {
    color: rgb(var(--thm-color-two-rgb), 50%);
    font-weight: 500;
}

.sidebar .input-group button {
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: var(--thm-color-one);
    color: var(--thm-white);
    border-radius: 0;
}

.sidebar .input-group button:hover {
    background-color: var(--thm-color-four);
    color: var(--thm-white);
}

.sidebar .input-group .with_text button {
    width: auto;
    padding: 0 30px;
}

.widget_title {
    background-color: #00ba2c;
    color: #fff;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.custom-checkbox span {
    padding-left: 7px;
}
.widget_title h5{
    color: #fff;
    margin-bottom: 0;
}


.sidebar .categories li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: rgb(var(--thm-color-two-rgb), 50%);
    font-weight: 500;
    margin-bottom: 10px;
}

.sidebar .categories li:hover a {
    color: var(--thm-color-one);
}

.sidebar .categories li:last-child>a {
    margin-bottom: 0;
    line-height: normal;
}

.sidebar .tags_cloud {
    margin-bottom: -15px;
}

.post_details .post_tags_share .post_tags .tags a,
.sidebar .tags_cloud a {
    display: inline-flex;
    border: 1px solid rgb(var(--thm-color-two-rgb), 50%);
    color: rgb(var(--thm-color-two-rgb), 50%);
    background-color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 25px;
    margin-right: 10px;
    margin-bottom: 12px;
}

.post_details .post_tags_share .post_tags .tags a:hover,
.sidebar .tags_cloud a:hover {
    background-color: var(--thm-color-one);
    border-color: var(--thm-color-one);
    color: var(--thm-white);
}

.sidebar .recent_post li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sidebar .recent_post li .post_thumb {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.sidebar .recent_post li .post_thumb a {
    display: flex;
    height: 100%;
    width: 100%;
}

.sidebar .recent_post li .post_caption {
    width: calc(100% - 95px);
}

.sidebar .recent_post li .post_caption .post_title {
    margin-bottom: 0;
    font-size: 16px;
}

.sidebar .recent_post li .post_caption .post_date {
    margin-bottom: 0;
    color: var(--thm-color-one);
    font-weight: 500;
    font-size: 14px;
}

.sidebar .recent_post li:last-child {
    margin-bottom: 0;
}

/*post_details*/
.post_details {
    padding: 40px;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 10px 0px rgb(var(--thm-color-two-rgb), 15%);
}

.post_details .post_image {
    position: relative;
    margin-bottom: 50px;
}

.post_details .post_image img {
    height: 500px;
}

.post_details .post_meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--thm-white);
    box-shadow: 0px 0px 10px 0px rgb(var(--thm-color-two-rgb), 15%);
    width: fit-content;
    margin: 0 auto;
    padding: 10px 35px 0;
    position: relative;
    z-index: 1;
    margin-top: -23px;
}

.post_details .post_meta li {
    margin: 0 10px 10px;
}

.post_details .post_meta li a {
    color: var(--thm-body-color);
    font-size: 14px;
    display: flex;
    align-items: center;
}

.post_details .post_meta li a i {
    color: var(--thm-color-one);
    margin-right: 8px;
}

.post_details .post_meta li:hover a {
    color: var(--thm-color-one);
}

.post_details .post_title {
    font-size: 28px;
}

.post_details .post_author {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.post_details .post_author img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 8px;
}

.post_details .post_author a {
    font-size: 18px;
    color: var(--thm-color-two);
}

.post_details .post_tags_share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.post_details .post_tags_share h6 {
    margin-bottom: 10px;
    font-size: 18px;
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: 15px;
}

.post_details .post_big_author .social,
.post_details .post_tags_share .post_tags .tags,
.post_details .post_tags_share .post_share .social {
    display: inline-flex;
    flex-wrap: wrap;
}

.post_details .post_big_author .social li+li,
.post_details .post_tags_share .post_share .social li+li {
    margin-left: 15px;
}

.post_details .post_big_author .social li a,
.post_details .post_tags_share .post_share .social li a {
    color: var(--thm-body-color);
}

.post_details .post_big_author .social li:hover a,
.post_details .post_tags_share .post_share .social li:hover a {
    color: var(--thm-color-one);
}

.post_details .post_big_author {
    box-shadow: 0px 0px 10px 0px rgb(var(--thm-color-two-rgb), 15%);
    padding: 20px;
    position: relative;
    padding-bottom: 0px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.post_details .post_big_author img {
    width: 140px;
    height: 140px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.post_details .post_big_author .text {
    width: calc(100% - 200px);
    margin-bottom: 20px;
}

.post_details .post_navigation {
    padding: 0px 0 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.post_details .post_navigation .nav_item {
    width: auto;
    padding: 0 25px;
    border-radius: 0;
}

.comments .children{
    padding-left: 120px;
}
.comments .comment article {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.comments .comment .comment_image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-right: 20px;
    width: 100px;
    height: 100px;
}

.comments .comment .comment_text {
    width: calc(100% - 120px);
}

.comments .comment .comment_text .title {
    font-size: 16px;
    margin-bottom: 0;
}

.comments .comment .comment_text .comment_date {
    line-height: 1;
    background-color: var(--thm-color-one);
    width: fit-content;
    color: var(--thm-white);
    font-size: 14px;
    border-radius: 8px;
    padding: 5px 15px;
    font-weight: 400;
    margin: 4px 0 15px;
}

.comments .comment .comment_text p {
    font-size: 14px;
}

.comments .comment .comment_text p:last-child {
    margin-bottom: 0;
}
/*service_details*/
.service_details .post_image{
    margin-bottom: 30px;
}
/*Contact*/
.contact_area {
    background-color: var(--thm-white);
    box-shadow: 0px 0px 10px 0px rgb(var(--thm-color-two-rgb), 15%);
    padding: 40px;
}

.contact_info {
    padding: 40px;
}

.contact_info .contact_map {
    margin-top: 30px;
    height: 200px;
    z-index: 1;
}




/* Style the active class, and buttons on mouse-over */
.activee .btn:hover {
    background-color: #3766E8;
    color: white;
}
.activee{
    background-color: #3766E8;
    color: white;
}


/*---page 404----*/

.page-404 {
    background-image: url(../images/404.jpg);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}
.page-404 .page-404-text {
    width: 100%;
    text-align: center;
    border: 10px solid #fff;
    margin: 0 auto;
    border-radius: 5px;
}
.page-404 .page-404-text .text-wrapper h1 {
    font-size: 12vw;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.page-404 .page-404-text .text-wrapper h6 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.animated-button.victoria-one {
    border: 2px solid #00ba2c;
    z-index: 1;
    color: #00ba2c !important;
}
.animated-button.victoria-one:after {
    background: #dc143c;
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.parallax {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    transition: border 0.3s ease-in, box-shadow 0.3s ease-in, background 0.3s, opacity 0.3s ease-in;
}


/*--page 404 end--*/

/*--cooming soon--*/


.coming-soon {
    background-image: url(../images/404.jpg);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
}

.coming-soon:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.coming-soon .coming-soon-text {
    padding: 80px 40px;
    text-align: center;
    border: 5px double #fff;
    background-color: rgba(0,0,0,0.5);
}
.full-height {
    height: 100%;
    width: 100%;
    margin-top: 25px;
}
.coming-soon .coming-soon-text h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10.5px;
    color: #dc143c;
}
ul.custom-flex li {
    padding-right: 20px;
}
.fb i {
    color: #00ba2c;
    font-size: 20px;
}
.author-caption {
    padding-top: 20px;
}
.author-img.animate-img img {
    width: 40%;
}
.social-media-box {
    align-items: center;
    display: flex;
    justify-content: end;
    margin-top: 20px;
}
.coming-soon .coming-soon-contact ul li {
    text-align: center;
    width: 33.33%;
    margin-bottom: 20px;
}
.coming-soon-contact label {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.d-block {
    display: block!important;
}
.coming-soon-contact a {
    color: #00ba2c;
    font-weight: 700;
    font-size: 15px;
}
.full-height.coming-soon-text h2 {
    color: #fff;
}
.form-group {
    margin-bottom: 1rem;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.group-form .form-control-custom, .group-form .form-control-custom:not(:last-child) {
    padding: 0 40px 0 15px;
}
.coming-soon .newsletter-form .group-form .input-group-append {
    pointer-events: all;
    width: 80px;
    color: #fff;
    background-color: #00ba2c;
}
.group-form .input-group-append {
    position: absolute;
    height: 45px;
    border: 2px solid #00ba2c;
    width: 40px;
    color: #000;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    z-index: 0;
    pointer-events: none;
}
.comin-send{
    height: 38px !important;
}
.coming-soon .social-media ul {
    justify-content: center;
}
ul.custom-flex {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.coming-soon .social-media ul li {
    margin: 0 10px;
    font-size: 22px;
}
a.coming-soon-btn {
    background-color: #00ba2c;
    padding: 5px 25px;
    font-size: 25px;
    margin-top: 20px;
    border-radius: 5px;
}
a.coming-soon-btn:hover{
    background-color: #fff;
}
/*cooming soon end*/

.contact-icon i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #00ba2c;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
}
.contact-info-box {
    background-color: #fff;
    padding: 25px;
    text-align: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 25px;
}
.contact-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}


1.7 Accordion
========================*/
.custom-accordion .card {
    background: #ffffff;
    border-color: #fff;
    border-radius: 0;
}
.custom-accordion .card .card-header {
    padding: 0;
    background: #ededed;
    border-color: #ededed;
    border-radius: 0;
}
.custom-accordion .card .card-header .collapsebtn {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    align-items: center;
    padding: 10px 15px;
    width: 100%;
    background: #00ba2c;
    color: #fff;
    cursor: pointer;
}
.custom-accordion .card .card-header .collapsebtn.collapsed {
    background: #f3f3f3;
    border-color: #f3f3f3;
    color: #000;
    margin-bottom: 10px;
}
.custom-accordion .card .card-header .collapsebtn:before {
    content: '\f068';
    background: #fff;
    color: #00ba2c;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Font Awesome 5 Free';
}
.custom-accordion .card .card-header .collapsebtn.collapsed:before {
    content: '\2b';
    background: #00ba2c;
    color: #ededed;
    
}
.custom-accordion .card .card-body {
    padding: 15px;
}



/*-courses start--*/


.courses-sec-perrra p {
    margin: 0;
}
.courses-sec-details{
    display: flex;
    justify-content: center;
    align-items: center;
}
.courses-sec-perrra span {
    color: #00ba2c;
}

.courses-book-details.d-flex {
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
}
.courses-book-btn a {
    background-color: #00ba2c;
    padding: 7px 40px;
    transition: 0.5s all;
    color: #fff;
}
.courses-book-btn a:hover {
    background-color: #fff;
    color: #00ba2c;
}
.courses-hedding h5 {
    margin-bottom: 0px;
}
.courses-hedding p {
    margin-bottom: 10px;
}
.courese-booking {
    padding: 50px 0;
}
.courses-book-details.border-contact.d-flex {
    border-bottom: 1px solid #bab5b5;
    border-top: 1px solid #bab5b5;
}



/*-courses end--*/


/*academy*/
.academy.details li i {
    padding-right: 10px;
}
.thm-color-five a {
    color: #fff !important;
}
.academy-golf h5 {
    margin-top: 15px;
    margin-bottom: 0;
}
.academy-golf-heding h3 {
    color: #fff;
}
.academy-golf-heding p {
    color: #fff;
}
.academy-golf-card-heding{
    padding-bottom: 30px;
    color: #fff;
}
.section-padding.pricing-plan-two {
    background-color: #cacfcaab;
}

.academy-golf {
    margin-bottom: 25px;
}
.academy.details li {
    display: flex;
    align-items: baseline;
}
.academy.details {
    padding-top: 25px;
}
div#accordion {
    padding-bottom: 30px;
}

/*---join club start-----*/

.form-join-hedding input {
    width: 100%;
}

.policy-details {
    border: 1px solid #c0bebe;
    padding: 30px;
    border-radius: 10px;
}
.policy-hedding {
    border-bottom: 1px solid #c2bfbf;
    padding-top: 20px;
}
.policy-hedding.border-bottom-p {
    border: none;
}


/*--modal start-*/

.box {
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
    transition: all 0.3s ease-out;
    color: #06D85F;
}
.button:hover {
    /* background: #06D85F; */
    color: #000;
}

.overlay {
    position: absolute;
    top: 27px;
    left: 49%;
    width: 50%;
    right: 0px;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
    margin: 24px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    position: relative;
    transition: all 5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: 20px;
    right: 18px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    border: 1px solid;
    padding: 5px 10px;
    background-color: #000;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.section-offcanvas {
    padding: 25px 0;
}
.services-perra h6 {
    font-size: 15px;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}


/*==========*/

.offcanvas {
    position: fixed;
    top: 0;
/*    left: 80%;*/
    width: 300px;
    right: -300px;
    height: 100%;
    background: #000;
    transition: left 0.3s ease;
}
.btn-close {
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: var(--thm-color-one);
    padding: 0px 13px;
    color: #fff;
    width: 45px;
    height: 45px;
      
    border-radius: 50%;
}
.btn-close:hover {
    background-color: #fff;
    color: var(--thm-color-one);
    border: 1px solid #00ba2c;
    transform: rotate(360deg);
}
.offcanvas.open {
    right: 10px;
    top: 0px;
    z-index: 100;
}
.offcanvas-header img {
    width: 50%;
}
.offcanvas-body {
    padding: 20px;
}
.offcanvas-header {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 10px 10px;
    border-bottom: 1px solid;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sticky .offcanvas.open.offcanvas {
    right: 10px;
    top: 0 !important;
    z-index: 100;
}
.offcanvas-body li {
    color: #fff;
    padding-bottom: 20px;
}
.offcanvas-body li i{
    padding-right: 20px;
}



.close-btn {
    border: 2px solid;
    padding: 0 9px;
    cursor: pointer !important;
}


/*===*/

.header.sticky .thm-color-five a {
    color: #000!important;
}



/*===========Gallery=============*/
.gallery .tabs .nav-tabs {
    justify-content: center;
}
.gallery .gallery-item {
    height: 240px;
    position: relative;
    overflow: hidden;
}
.gallery .gallery-item img {
      width:100%;display:block; 
      filter:grayscale(100%);
      -webkit-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
}
.gallery .gallery-item img:hover {
     filter:grayscale(0%); cursor:pointer;
    -moz-transform: scale(1.5) ;
    -webkit-transform: scale(1.5) ;
    -o-transform: scale(1.5) ;
    -ms-transform: scale(1.5) ;
    transform: scale(1.5) ;
}

.filter-gallery ul{ 
    justify-content: center; 
}


.img-container-grid{
  display:flex;
  flex-wrap: wrap;
}
.smallsquare{
  max-width:20%;
  height:auto;
  flex:0 0 20%;
  padding-top:20%;
  display:grid;
  position:relative;
}
.img-grid-c {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    object-position: center;
    padding: 2.5px;
}
.smallsquare {
    max-width: 20%;
    height: auto;
    flex: 0 0 20%;
    padding-top: 20%;
    display: grid;
    position: relative;
}


.h_rectangle {
    max-width: 40%;
    flex: 0 0 40%;
    padding-top: 20%;
    position: relative;
}
.bigsquare {
    max-width: 40%;
    height: auto;
    flex: 0 0 40%;
    padding-top: 40%;
    display: grid;
    position: relative;
}
.bigsquare_blank {
    max-width: 40%;
    height: auto;
    flex: 0 0 40%;
    display: flex;
    flex-wrap: wrap;
}
.inner_square {
    max-width: 50%;
    flex: 0 0 50%;
    height: 50%;
    position: relative;
}
.v_rectangle {
    max-width: 20%;
    flex: 0 0 20%;
    padding-top: 40%;
    position: relative;
}
.banner-section {
    z-index: 0;
}