/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;900&family=Russo+One&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #888; /*color: rgb(33, 37, 41);*/
    overflow-x: hidden;
    font-size: 15px;
}

a {
    color: #116D44;
}

a:hover {
    color: #000;
}

p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
}

* {
    margin: 0;
    padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    text-decoration: none;
    outline: none;
    outline: none !important;
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.form-check-input:checked {
    background-color: #126d44;
    border-color: #126d44;
}

select {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #081828;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: -internal-light-dark(white, #3b3b3b);
    cursor: default;
    margin: 0em;
    font: 400 14px;
    border-radius: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: -internal-light-dark(#767676, #858585);
    -o-border-image: initial;
    border-image: initial;
}

span,
a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0px;
    color: #081828;
    font-family: 'Russo One', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

/* Bread Crumbs */
.breadcrumbs {
    position: relative;
    padding-bottom: 80px;
    padding-top: 140px;
    z-index: 2;
    text-align: left;
    background-color: #fff;
}

.breadcrumbs:before {
    content: "";
    height: 100%;
    width: 40%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/hero-bg.png);
    z-index: 0;
    background-size: 100% auto;
    border-radius: 60px 0px 0px 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs {
        padding-bottom: 60px;
        padding-top: 120px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding-bottom: 60px;
        padding-top: 120px;
    }
}

.breadcrumbs .breadcrumbs-content {
    position: relative;
    text-align: left;
}

.breadcrumbs .breadcrumbs-content .page-title {
    font-size: 88px;
    font-weight: 800;
    line-height: normal;
    color: #116D44;
    text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 28px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs .breadcrumbs-content .page-title {
        font-size: 25px;
        line-height: 38px;
    }
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
    background: transparent;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
    text-align: left;
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumbs .breadcrumb-nav {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs .breadcrumb-nav {
        margin-top: 8px;
    }
}

.breadcrumbs .breadcrumb-nav li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
    text-transform: capitalize;
}

.breadcrumbs .breadcrumb-nav li:after {
    content: "\ea5c";
    font-family: lineIcons;
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: -7px;
}

.breadcrumbs .breadcrumb-nav li:last-child {
    margin: 0;
    padding: 0;
}

.breadcrumbs .breadcrumb-nav li:last-child::after {
    display: none;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
    position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
    text-decoration: underline;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/* Section Title */
.section-title {
    text-align: center;
    margin-bottom: 80px;
    padding: 0 300px;
    position: relative;
    z-index: 5;
}

.section-title h3 {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #ff6b81;
    text-transform: uppercase;
}

.section-title h2 {
    font-size: 34px;
    margin-bottom: 25px;
    line-height: 42px;
    text-transform: capitalize;
    position: relative;
    font-weight: 800;
}

.section-title p {
    font-size: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-title {
        padding: 0px 200px;
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        padding: 0px 20px;
        margin-bottom: 70px;
    }

    .section-title h3 {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .section-title p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .section-title {
        padding: 0px 10px;
        margin-bottom: 60px;
    }

    .section-title h3 {
        font-size: 14px;
    }

    .section-title h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 18px;
    }

    .section-title p {
        font-size: 14px;
    }
}

.section-title.align-right {
    padding: 0;
    padding-left: 600px;
}

.section-title.align-right h2:before {
    display: none;
}

.section-title.align-right h2:after {
    position: absolute;
    right: 0;
    bottom: -1px;
    height: 2px;
    width: 50px;
    background: #ff6b81;
    content: "";
}

.section-title.align-left {
    padding: 0;
    padding-right: 600px;
}

.section-title.align-left h2:before {
    left: 0;
    margin-left: 0;
}

/* One Click Scrool Top Button*/
.scroll-top {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #ff6b81;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff !important;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    border-radius: 5px;
}

.scroll-top:hover {
    -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    background-color: #081828;
}


.button .btn {
    display: inline-block;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 30px;
    background-color: #ff6b81;
    color: #fff;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-right: 7px;
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button .btn {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    .button .btn {
        padding: 12px 25px;
        font-size: 14px;
        font-weight: 500;
    }
}

.button .btn i {
    display: inline-block;
    margin-right: 5px;
}

.button .btn:last-child {
    margin: 0;
}

.button .btn:hover {
    color: #fff;
    background-color: #081828;
    -webkit-box-shadow: 0px 4px 4px #0000000f;
    box-shadow: 0px 4px 4px #0000000f;
}

.button .btn-alt {
    color: #fff !important;
    background: transparent !important;
    border: 2px solid #fff;
    padding: 11px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .button .btn-alt {
        padding: 10px 30px;
    }
}

@media (max-width: 767px) {
    .button .btn-alt {
        padding: 10px 30px;
    }
}

.button .btn-alt:hover {
    background-color: #fff !important;
    color: #ff6b81 !important;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

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


/*======================================
	Start Header CSS
========================================*/
.header {
    width: 100%;
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header {
        padding: 18px 0 !important;
    }

    .header .mobile-menu-btn .toggler-icon {
        background-color: #fff;
    }

    .header .button {
        margin: 0 !important;
    }

    .header .navbar-collapse {
        position: absolute;
        top: 67px !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
        border-top: 1px solid #eee;
        border-radius: 6px;
    }

    .header .navbar .navbar-nav .nav-item a:hover {
        color: #000 !important;
    }

    .header .navbar .navbar-nav .nav-item a.active {
        color: #000 !important;
    }

    .header .navbar-nav .nav-item {
        margin: 0;
    }

    .header .navbar-nav .nav-item:hover a {
        color: #ff6b81;
    }

    .header .navbar-nav .nav-item a {
        padding: 12px 16px !important;
    }

    .header .navbar-nav .nav-item a::before {
        display: none;
    }

    .header .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border: none;
        margin-left: 15px;
        margin-right: 15px;
    }

    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 12px 12px;
    }

    .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        color: #ff6b81 !important;
    }

    .header .navbar-nav .nav-item a {
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }

    .header .navbar-nav .nav-item a::after {
        opacity: 1;
        visibility: visible;
    }

    .header .navbar-nav .nav-item .sub-menu li.active {
        background: #fff !important;
        color: #ff6b81 !important;
    }

    .header .navbar-nav .nav-item .sub-menu .nav-item {
        margin: 0 !important;
    }

    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 10px 12px !important;
    }

    .header .navbar-nav .nav-item .sub-menu li:hover {
        background: #fff !important;
        color: #ff6b81 !important;
    }

    .header .navbar-nav .nav-item a {
        font-size: 14px;
    }

    .header .navbar-nav .nav-item a:hover {
        color: #ff6b81;
    }
}

@media (max-width: 767px) {
    .header {
        padding: 18px 0 !important;
    }

    .header .mobile-menu-btn .toggler-icon {
        background-color: #fff;
    }

    .header .navbar-collapse {
        position: absolute;
        top: 58px !important;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 10px 20px;
        max-height: 350px;
        overflow-y: scroll;
        border-top: 1px solid #eee;
        border-radius: 6px;
    }

    .header .navbar .navbar-nav .nav-item a:hover {
        color: #ff6b81 !important;
    }

    .header .navbar .navbar-nav .nav-item a.active {
        color: #ff6b81 !important;
    }

    .header .navbar-nav .nav-item {
        margin: 0;
    }

    .header .navbar-nav .nav-item:hover a {
        color: #ff6b81;
    }

    .header .navbar-nav .nav-item a {
        padding: 12px 16px !important;
    }

    .header .navbar-nav .nav-item a::before {
        display: none;
    }

    .header .navbar-nav .nav-item .sub-menu {
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
        border: none;
        margin-left: 15px;
        margin-right: 15px;
    }

    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 12px 12px;
    }

    .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
        color: #ff6b81 !important;
    }

    .header .navbar-nav .nav-item a {
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 0;
    }

    .header .navbar-nav .nav-item a::after {
        opacity: 1;
        visibility: visible;
    }

    .header .navbar-nav .nav-item .sub-menu li.active {
        background: #fff !important;
        color: #ff6b81 !important;
    }

    .header .navbar-nav .nav-item .sub-menu .nav-item {
        margin: 0 !important;
    }

    .header .navbar-nav .nav-item .sub-menu .nav-item a {
        padding: 10px 12px !important;
    }

    .header .navbar-nav .nav-item .sub-menu li:hover {
        background: #fff !important;
        color: #ff6b81 !important;
    }

    .header .navbar-nav .nav-item a {
        font-size: 14px;
    }

    .header .navbar-nav .nav-item a:hover {
        color: #ff6b81;
    }
}

@media (max-width: 767px) {
    .header .button {
        display: none;
    }
}

.header .button .btn {
    background-color: #116D44;
    border: none;
    color: #fff;
    padding: 7px 30px;
    border-radius: 50px;
}

.header .button .btn:hover {
    background-color: #000;
    color: #fff;
}

.header .navbar-brand img {
    width: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .navbar-brand img {
        width: 170px;
    }
}

@media (max-width: 767px) {
    .header .navbar-brand img {
        width: 220px;
    }
}

.header.sticky .navbar-brand .white-logo {
    opacity: 0;
    visibility: hidden;
}

.header.sticky .navbar-brand .dark-logo {
    opacity: 1;
    visibility: visible;
}

.header.sticky .button .btn {
    background-color: #116D44;
    color: #fff;
    border-color: transparent;
}

.header.sticky .button .btn:hover {
    background-color: #000;
    color: #fff;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    top: 0;
}

.navbar-expand-lg .navbar-nav {
    margin: 0;
    margin-left: 20px !important;
}

.header .navbar .navbar-nav .nav-item a.active {
    color: #116D44;
}

.sticky .navbar .navbar-nav .nav-item a.active {
    color: #116D44;
}

.sticky .navbar .navbar-nav .nav-item a {
    color: #000;
}

.header .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #116D44;
}

.sticky .navbar .navbar-nav .nav-item .sub-menu a.active {
    color: #116D44;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
    background: #333;
}

/*===== NAVBAR =====*/
.navbar-area {
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    padding: 0;
}

.navbar-area.sticky {
    position: fixed;
    z-index: 99;
    background: #ff6b81;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #fff;
    padding: 0px 0;
}

.navbar {
    padding: 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-brand {
    padding-left: 0;
    border-radius: 0;
}

.mobile-menu-btn {
    padding: 0px;
}

.mobile-menu-btn:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mobile-menu-btn .toggler-icon {
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    margin: 5px 0;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.mobile-menu-btn.active .toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -7px;
}

.navbar-nav .nav-item {
    z-index: 1;
    position: relative;
    margin-right: 40px;
}

.navbar-nav .nav-item:last-child {
    margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
    color: #116D44;
}

.sticky .navbar-nav .nav-item:hover a {
    color: #116D44;
}

.navbar-nav .nav-item a {
    font-size: 15px;
    color: #000;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    position: relative;
    padding: 35px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    transition: all 0.3s ease-out 0s;
    position: relative;
    text-transform: uppercase;
}

.navbar-nav .nav-item a::after {
    opacity: 0;
    visibility: hidden;
}

.navbar-nav .nav-item:hover a:before {
    width: 100%;
}

.navbar-nav .nav-item a.active {
    color: #116D44;
}

.navbar-nav .nav-item a.dd-menu::after {
    content: "\ea58";
    font: normal normal normal 1em/1 "LineIcons";
    position: absolute;
    right: 17px;
    font-size: 10px;
    top: 50%;
    margin-left: 5px;
    margin-top: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item a.dd-menu::after {
        right: 13px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a.dd-menu::after {
        top: 18px;
        right: 0;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item a.collapsed::after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.navbar-nav .nav-item:hover > .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navbar-nav .nav-item:hover > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.navbar-nav .nav-item .sub-menu {
    padding: 30px;
    min-width: 240px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 20px #0000001a;
    box-shadow: 0px 5px 20px #0000001a;
    position: absolute;
    top: 110% !important;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0 0 4px 4px;
    border-radius: 5px;
}

.navbar-nav .nav-item:hover .sub-menu {
    top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
    width: 100%;
    margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
    margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 0;
    color: #888;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #ff6b81;
}

.navbar-nav .nav-item .sub-menu.left-menu {
    left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
        display: none;
    }
}

.navbar-nav .nav-item .sub-menu > li {
    display: block;
    margin-left: 0;
}

.navbar-nav .nav-item .sub-menu > li:last-child {
    border: none;
}

.navbar-nav .nav-item .sub-menu > li.active > a {
    color: #ff6b81 !important;
}

.navbar-nav .nav-item .sub-menu > li > a {
    font-weight: 400;
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    color: #222;
    font-weight: 400;
}

.navbar-nav .nav-item .sub-menu > li:first-child a {
    border: none;
}

.add-list-button {
    display: inline-block;
    margin-left: 10px;
}

.add-list-button .btn i {
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
}

/*======================================
     End Header CSS
  ========================================*/
/*======================================
    Hero Area CSS
========================================*/
.hero-area {
    position: relative;
    padding: 120px 0 120px 0;
    background-color: #fff;

}

.hero-area:before {
    content: "";
    height: 100%;
    width: 40%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/hero-bg.png);
    z-index: 0;
    background-size: 100% auto;
    border-radius: 60px 0px 0px 60px;

}

.hero-image {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area {
        padding: 150px 0 60px 0;
    }
}

@media (max-width: 767px) {
    .hero-area {
        padding: 120px 0 50px 0;
    }
}

.hero-area .hero-image img {
    width: 70%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .hero-image {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .hero-area .hero-image {
        margin-top: 40px;
    }
}

.hero-area .hero-content {
    border-radius: 0;
    position: relative;
    z-index: 1;
    text-align: left;
}

.hero-area .hero-content h1 {
    font-size: 88px;
    font-weight: 800;
    line-height: normal;
    color: #116D44;
    text-transform: capitalize;
}

.hero-area .hero-content h4 {
    font-size: 36px;
    font-weight: 800;
    line-height: normal;
    color: #116D44;
    text-transform: capitalize;

}

.hero-area .hero-content h6 {
    font-size: 26px;
    font-weight: 800;
    line-height: normal;
    color: #000;
    text-transform: capitalize;

}

.hero-area .hero-content h1 span {
    display: block;
}

.hero-area .hero-content p {
    margin: 15px 0;
    font-size: 18px;
    color: #857F7F;
}

.hero-area .hero-content .app-button {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hero-area .hero-content .follow-us-list {
    margin-top: 20px;
}

.hero-area .hero-content .follow-us-list a {
    margin-right: 10px;
}

.hero-area .hero-content .follow-us-list a img {
    width: 24px;
}

.hero-area .hero-content .app-button a.playstore-btn img {
    width: 170px;
}

.hero-area .hero-content .app-button a.playstore-btn {
    margin-right: 15PX;
}

.hero-area .hero-content .app-button a.appstore-btn img {
    width: 190px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area .hero-content h1 {
        font-size: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .hero-content {
        text-align: center;
    }

    .hero-area .hero-content h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
    }

    .hero-area .hero-content p {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .hero-area .hero-content {
        padding: 0 10px;
        text-align: center;
    }

    .hero-area .hero-content h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .hero-area .hero-content p {
        margin-top: 15px;
        font-size: 14px;
        line-height: 22px;
    }

    .hero-area .hero-content .button .btn {
        width: 60%;
        margin: 0;
        margin-bottom: 7px;
    }


}

.bg-gray-50 {
    padding: 80px 0px;
}

.bg-gray-50-top {
    padding: 50px 0px 0px 0px;
}

#keen-slider-previous {
    width: 46px;
    border-radius: 50px;
    height: 46px;
    background: transparent;
    line-height: 14px;
    border: 1px solid #126d44 !important;
    color: #126d44;
}

#keen-slider-next {
    width: 46px;
    border-radius: 50px;
    height: 46px;
    background: transparent;
    line-height: 14px;
    border: 1px solid #126d44 !important;
    color: #126d44;
}

.star-rating-area {
    display: flex;
    gap: 0.125rem;
    color: #126d44;
}

.star-rating-area svg {
    width: 20px;
}

.green-txt {
    color: #126d44 !important;
}

.yellow-txt {
    color: #fad038 !important;
}


.site-footer {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #92A2B1;
    border-top: 1px solid #E3E7EB
}

.site-footer a {
    color: #92A2B1;
    text-decoration: none
}

.site-footer a:hover, .site-footer a:active {
    color: #5B6F82;
    text-decoration: underline
}

.site-footer-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 40px
}

.footer-brand, .footer-links, .footer-social-links, .footer-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    justify-content: center
}

.footer-brand, .footer-links, .footer-social-links {
    margin-bottom: 24px
}

.footer-links li + li, .footer-social-links li + li {
    margin-left: 16px
}

.footer-social-links li {
    display: inline-flex
}

.footer-social-links li a {
    padding: 5px 15px;
    background: #126d44;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
}

.footer-social-links li a:hover {
    color: #fad038;
}

@media (min-width: 641px) {
    .site-footer-inner {
        justify-content: space-between
    }

    .footer-brand, .footer-links, .footer-social-links, .footer-copyright {
        flex: 50%
    }

    .footer-brand, .footer-copyright {
        justify-content: flex-start
    }

    .footer-links, .footer-social-links {
        justify-content: flex-end
    }

    .footer-links {
        order: 1;
        margin-bottom: 0
    }
}

.countdown-timer {
    padding-bottom: 40px;
}

.time-count {
    margin: 0px auto;
    display: table;
    width: auto;
}

.time-entry {
    display: inline-block;
    /*width: 180px;*/
    float: left;
    margin: 15px;
    height: 180px;
    padding: 20px;
    background: #fff;
    text-align: center;
    font-weight: 400;
    color: #212121;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    background-color: rgb(255, 255, 255);
    border-radius: 24px;
    box-shadow: rgba(38, 44, 59, 0.02) 0px 1.24527px 2.21381px 0px, rgba(38, 44, 59, 0.027) 0px 2.99255px 5.32008px 0px, rgba(38, 44, 59, 0.035) 0px 5.6347px 10.0172px 0px, rgba(38, 44, 59, 0.043) 0px 10.0513px 17.869px 0px, rgba(38, 44, 59, 0.05) 0px 18.7999px 33.4221px 0px, rgba(38, 44, 59, 0.07) 0px 45px 80px 0px;

}

.time-entry span {
    margin-top: 35px;
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    display: block;
    color: #212121;
    margin-bottom: 10px;
}

.time-entry:first-child {
    border-left: none;
}

.time-countdown {
    /*margin: 15px 0px 0px 0;*/
}

.keen-slider__slide img {
    border-radius: 24px;
    box-shadow: rgba(38, 44, 59, 0.02) 0px 1.24527px 2.21381px 0px, rgba(38, 44, 59, 0.027) 0px 2.99255px 5.32008px 0px, rgba(38, 44, 59, 0.035) 0px 5.6347px 10.0172px 0px;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-right: 40px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.accordion-item .accordion-button {
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    display: block;
    overflow: hidden;
    border: none;
    border: 1px solid #eee;
    padding: 20px 20px;
    padding-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .accordion-item .accordion-button {
        padding: 18px 20px;
        padding-right: 40px;
    }
}

@media (max-width: 767px) {
    .accordion-item .accordion-button {
        padding: 15px 20px;
        padding-right: 40px;
    }
}

.accordion-item .accordion-button .title {
    font-size: 15px;
    position: relative;
    font-weight: 600;
    float: left;
    padding-left: 45px;

    line-height: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .accordion-item .accordion-button .title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .accordion-item .accordion-button .title {
        font-size: 14px;
    }
}

.accordion-item .accordion-button .title .serial {
    color: #126d44;
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #eee;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.accordion-item .accordion-button i {
    font-size: 13px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #126d44;
    border-color: transparent;
    border-radius: 8px 8px 0 0;
}

.accordion-button:not(.collapsed) .serial {
    background-color: #fff;
    color: #126d44;
    border-color: transparent;
}

.accordion-button:not(.collapsed) i::before {
    content: "\eb2c";
    font-family: lineIcons;
}

.accordion-button::after {
    display: none;
}

.accordion-collapse {
    border: none;
}

.accordion-body {
    border-radius: 0 0 8px 8px;
    padding: 20px;
    background-color: #f9f9f9;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .accordion-body {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .accordion-body {
        padding: 20px;
    }
}

.accordion-body p {
    margin: 0;
    margin-bottom: 20px;
    color: #777;
}

.accordion-body p:last-child {
    margin: 0;
}

.accordion-item {
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 5px #00000017;
    box-shadow: 0px 3px 5px #00000017;
    border-radius: 10px;
}

ol.list {
    list-style: decimal;
    padding-left: 15px;
}

ol.list li {
    margin-bottom: 10px;
}

.game-menu {
    padding: 80px 0px 10px;
}

.game-menu .games-menu-item {
    text-align: left;
    padding: 35px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;

    text-align: center;
    border: 1px solid #eee;
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.games-menu-item-links {
    display: inline-block;
    width: 100%;
}

.game-menu a:hover .games-menu-item {
    -webkit-box-shadow: 0px 3px 5px #00000017;
    box-shadow: 0px 3px 5px #00000017;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.game-menu .games-menu-item.bg-green {
    background: #008001;
    color: #fff;
}

.game-menu .games-menu-item.bg-yellow {
    background: #fed703;
    color: #000;
}

.game-list-main {
    padding: 20px 0px 40px;
    background-color: #f9f9f9;
}

.game-list-items {
    color: #212121;
    padding: 35px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    /*text-align: center;*/
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 3px 5px #00000017;
    box-shadow: 0px 3px 5px #00000017;
}

.bg-game-over{
    background-color: #e9e9e9!important;
}

.game-list-items a {
    color: #212121;
}

.game-list-items .game-view-link {
    background-color: #116D44;
    border: none;
    color: #fff;
    padding: 7px 10px;
    border-radius: 10px;
}

.gamecreateform, .boxshadow {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #efefef;
    padding: 40px 40px;
}

.gamecreateform label, .boxshadow label {
    color: #000;
}

.create-btn-main {
    background: #126d44;
    border: none;
    /*border-radius: 50px;*/
    font-size: 16px;
}

.create-btn-main:hover {
    background-color: rgb(254, 215, 3) !important;
    color: black;
}

.form-select:focus {
    outline: none;
    box-shadow: none;
}

.inner-game-rournament {
    padding-bottom: 40px;
    padding-top: 120px;
}

.inner-game-rournament .breadcrumbs-content .page-title {
    font-size: 38px;
}

.gameControlsButtons {
    background-color: #008001;
    color: #fff;
    border-color: transparent;
    padding: 7px 30px;
    border-radius: 50px;
    border: none;
}

.gameControlsButtons.active {
    background-color: #fed703;
    color: #000;
}

.btn-secondary {
    background: #000 !important;
}

.game-list-items .game-info-link {
    background-color: #fed703;
    border: none;
    color: #000;
    padding: 7px 30px;
    border-radius: 50px;
}

.table-heading {
    color: #ffffff;
    padding: 15px 35px;
    background-color: #126b41;
}

.left-player {
    float: left;
    margin-bottom: 15px;
}

.right-player {
    float: right;
    margin-bottom: 15px;
}

.tournament-left-player,.tournament-right-player{
    margin-bottom: 15px;
}

.left-player span.playerName, .right-player span.playerName,.tournament-left-player span.playerName,.tournament-right-player span.playerName {
    position: relative;
    padding-left: 30px;
}

.left-player span.playerName::after, .right-player span.playerName:after, .tournament-left-player span.playerName:after,.tournament-right-player span.playerName:after {
    background: none;
    content: '';
    border: 0 solid #866647;
    border-radius: 100%;
    /*box-shadow: 0 -2px 0 3px #c91919 inset, 0 5px 5px rgb(65 8 8 / 17%), 0 15px rgb(255 255 255 / 25%) inset;*/
    cursor: pointer;
    display: inline-block;
    height: 25px;
    width: 25px;
    left: 0;
    position: absolute;
    top: 0;
}

.left-player span.playerON::after, .right-player span.playerON:after, .tournament-left-player span.playerON:after,.tournament-right-player span.playerON:after {
    background: #0EC518;
    animation: blink 5s infinite;
    box-shadow: 0 -2px 0 3px #0b9512 inset, 0 5px 5px rgb(0 7 1 / 17%), 0 15px rgb(255 255 255 / 25%) inset;
}


@keyframes blink {
    0% {
        background: #0EC518;
    }
    20% {
        background: #2bd434;
    }
    40% {
        background: #0EC518;
    }
    60% {
        background: #2bd434;
    }
}

@-webkit-keyframes blink {
    0% {
        background: #0EC518;
    }
    20% {
        background: #2bd434;
    }
    40% {
        background: #0EC518;
    }
    60% {
        background: #2bd434;
    }
}

#moveReplayButtons .btn-primary {
    background-color: #008001;
    color: #fff;
    border-color: transparent;
    padding: 7px 30px;
    border-radius: 50px;
    border: none;
}

/* Responsive CSS */
@media (max-width: 767px) {
    .hero-area:before {
        height: 30%;
        width: 100%;
        right: auto;
        top: initial;
        border-radius: 60px 0px 0px 60px;
        bottom: 0;
        left: 0;
    }

    .header .mobile-menu-btn .toggler-icon {
        background-color: #126d44;
    }

    .hero-area .hero-content h4 {
        font-size: 24px;
    }

    .hero-area .hero-content .app-button a.playstore-btn img {
        width: 120px;
    }

    .hero-area .hero-content .app-button a.appstore-btn img {
        width: 140px;
    }

    h2 {
        font-size: 25px;
    }

    .time-entry {
        width: 140px;
        margin: 15px;
        height: 140px;
        padding: 0px;
    }

    .countdown-timer {
        padding: 50px 0px 0px;
    }

    .footer-social-links li a {
        padding: 5px 8px;
        font-size: 10px;
    }

    .games-menu-item-links {
        margin-bottom: 10px;
    }

    .breadcrumbs:before {
        width: 30%;
    }
}

.team-image img{
    width: 400px;
    text-align: center;
}

.card{
    border:0px !important;
}

.playerImageWrapper{
    text-align: center;
    height: 70px;
}

.playerImage{
    height:100%
}
