@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira: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,800;1,900&display=swap');
@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 14px;
    color: #181818;
    line-height: 1.6em;
    font-weight: 500;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #25bdd8;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 500;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: 'Saira', sans-serif;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p,
.text {
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
    background: #f3fff1;
}

.page-wrapper::before,
.page-wrapper::after {
    content: "";
    position: fixed;
    width: 570px;
    height: 629px;
    opacity: .07;
    z-index: -1;
    background-image: url(../images/leftbg.png);
    left: 0px;
    bottom: 0px;
}

.page-wrapper::after {
    background-image: url(../images/rightbg.png);
    left: initial;
    right: 0px;
}

.auto-container {
    position: relative;
    max-width: 1155px;
    padding: 0px 15px;
    margin: 0 auto;
}

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

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #0e6f04;
    border: 2px solid #333;
    padding: 5px 14px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 30px;
    background: #fff;
}

.btn-style-one:hover {
    color: #ffffff;
    background: linear-gradient(to left, #2a9b1f, #0e6f04);
    border: 2px solid;
}

@keyframes rainbow {
    0% {
        background-color: #25bdd8;
    }
    25% {
        background-color: #5798fe;
    }
    50% {
        background-color: #7cbe47;
    }
    75% {
        background-color: #9c49fa;
    }
    100% {
        background-color: #ff4880;
    }
}

@-webkit-keyframes rainbow {
    0% {
        background-color: #25bdd8;
    }
    25% {
        background-color: #5798fe;
    }
    50% {
        background-color: #7cbe47;
    }
    75% {
        background-color: #9c49fa;
    }
    100% {
        background-color: #ff4880;
    }
}


/*Btn Style Two*/

.btn-style-two {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    padding: 25px 50px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 5px;
    background-color: #1e2c67;
}

.btn-style-two .btn-title {
    position: relative;
}

.btn-style-two:hover {
    color: #1e2c67;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*Btn Style Three*/

.btn-style-three {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #f1ecff;
    font-weight: 500;
    padding: 10px 32px;
    background-color: #1a2940;
    overflow: hidden;
    border-radius: 5px;
    transition: all 300ms linear;
}

.btn-style-three .btn-title {
    position: relative;
}

.btn-style-three:hover {
    color: #1a2940;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.btn-style-three:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.btn-style-three:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}


/*Btn Style Four */

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 500;
    overflow: hidden;
    border: 1px solid #333333;
    background-color: #333333;
}

.btn-style-four:hover {
    color: #333333;
    border: 1px solid #ffffff;
    -webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    -o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
    box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
}


/*=== Social Icon One ===*/

.social-icon-one {
    position: relative;
}

.social-icon-one li {
    position: relative;
    display: inline-block;
}

.social-icon-one li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 34px;
    width: 35px;
    height: 35px;
    background: #fff;
    color: #2859b3;
    text-align: center;
    font-weight: 400;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li:nth-child(2) a {
    color: red;
}

.social-icon-one li:nth-child(3) a {
    color: green;
}

.social-icon-one li:nth-child(4) a {
    color: #f518da;
}

.social-icon-one li a:hover {
    background: #1b8f0f;
    color: #ffffff;
}

.social-icon-one li:first-child {
    margin-left: 0;
}


/*=== Social Icon Two ===*/

.social-icon-two {
    position: relative;
    text-align: center;
    margin-top: 0;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    color: #ffffff;
    border: 1px solid;
    border-radius: 50%;
    font-weight: 400;
    text-align: center;
    margin: 0 2px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li:nth-child(2) a {
    /* color: red; */
}

.social-icon-two li:nth-child(3) a {
    /* color: #25bdd8; */
}

.social-icon-two li:nth-child(4) a {
    /* color: #e014d0; */
}

.social-icon-two li a:hover {
    color: #ffffff;
    background: #198b0e;
}

.social-icon-two li a:first-child {
    margin-left: 0;
}

.f_map_widjet a {
    display: inline-block;
    position: relative;
    margin-top: 4px;
}

.f_map_widjet a::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(26 39 74 / 62%);
}

.f_map_widjet span {
    width: 117px;
    position: absolute;
    right: -50px;
    bottom: -37px;
    border: 7px solid #fff;
}


/*=== List Style One ===*/

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 7px;
}

.list-style-one li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    line-height: 26px;
    padding: 0px;
    color: #0e6f04;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
    color: #44bce2;
}


/*=== List Style Two ===*/

.list-style-two {
    position: relative;
}

.list-style-two li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    font-weight: 400;
    padding-left: 25px;
    margin-bottom: 15px;
}

.list-style-two li:before {
    content: "\f182";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 15px;
    line-height: 25px;
    padding: 0px;
    color: #666666;
    font-family: "LineAwesome";
}

.list-style-two li a:hover {
    color: #44bce2;
}

.theme_color {
    color: #fa7720;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    color: #0e6f04;
    border: 2px solid;
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #fff;
    display: none;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: #0e6f04;
    color: #fff;
    border: 2px solid;
}


/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: absolute;
    z-index: 999;
    vertical-align: middle;
    width: 100%;
    background: #0e6f04;
    height: 146px;
}

.main-header.fixed-header {
    /* position: fixed; */
}

.main-header .header-top {
    position: absolute;
    text-align: right;
    right: 0;
    top: 21px;
    z-index: 9;
}

.main-header .auto-container {
    max-width: 1161px;
}

.ks_gif_blink {
    position: absolute;
    right: 42%;
    z-index: 99;
    width: 72px;
    top: 17px;
}

.ks_walk_img {
    position: absolute;
    right: 35%;
    z-index: 99;
    width: 43px;
    top: 17px;
}

.web_external_links {
    position: absolute;
    right: 0px;
    z-index: 99;
    top: 15rem;
    width: 151px;
}

.homeaginnavlink {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 6px 16px;
    background: #0e5207;
    border-radius: 21px 0px 0px 21px;
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite;
    /* Safari 4+ */
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite;
    /* Fx 5+ */
    -o-animation: NAME-YOUR-ANIMATION 1s infinite;
    /* Opera 12+ */
    animation: NAME-YOUR-ANIMATION 1s infinite;
    /* IE 10+, Fx 29+ */
    margin: 6px 0 0;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%,
    49% {
        background: #2bad1c;
    }
    50%,
    100% {
        background: #ff9500;
    }
}

.homeaginnavlink:hover {
    background: #333;
    color: #fff;
}


/* Top Left*/

.main-header .header-top .top-left {
    position: relative;
    background: transparent;
    padding: 0;
    margin-top: 11px;
    border-radius: 30px 0px 0px 30px;
    display: inline-block;
}

.main-header .header-top .top-left::before {
    content: "";
    position: absolute;
}

.main-header .header-top .info-list {
    position: relative;
    display: inline-block;
}

.main-header .header-top .info-list li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    padding: 2px 4px;
    margin-right: 7px;
    border-radius: 30px;
    border: 1px dashed #ccc;
}

.main-header .header-top .info-list li a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .info-list li a:hover {
    color: #60d155;
}

.main-header .header-top .info-list li span {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    color: #ffffff;
    font-size: 15px;
    line-height: 29px;
    width: 29px;
    height: 29px;
    background: #159508;
    text-align: center;
    border-radius: 50%;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.main-header .header-top .login-info {
    position: relative;
}

.social-links {
    display: inline-block;
    margin: 0 9px;
}

.main-header .header-top .login-info li {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #c8bee3;
    font-weight: 700;
    padding: 10px 0;
    margin-left: 13px;
}

.main-header .header-top .login-info li a {
    display: inline-block;
    color: #c8bee3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .header-top .login-info li a:hover {
    color: #25bdd8;
}


/*=== Header Upper ===*/

.main-header .header-upper {
    position: relative;
    text-align: right;
    border-top: 6px solid #28971c;
}

.main-header .header-upper .logo-outer {
    position: absolute;
    text-align: center;
    z-index: 999;
    width: 277px;
    top: 0;
    background: #ffff;
}

.main-header .header-upper .logo-outer:before {
    position: absolute;
    right: 100%;
    top: 0;
    content: "";
}

.main-header .header-upper .logo {}

.main-header .header-upper .logo:before {
    right: -37px;
    margin: auto;
    content: "";
    position: absolute;
}

.main-header .header-upper .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.main-header .header-upper .social-links {
    position: absolute;
    padding: 0;
    margin-left: 0;
    right: 5%;
    top: 14px;
}

.main-header .nav-outer {
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 7px 113px 0 0px;
    border-radius: 0px 30px 30px 0px;
}

.appointment {
    top: 75px;
    position: absolute;
    right: 0;
    background: radial-gradient(#4ebb43, transparent);
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    padding: 8px 19px;
    cursor: pointer;
    border-radius: 30px;
}

.appointment:hover {
    color: #fff;
    background: #1a1a1a;
}

.top-wraapper {
    position: relative;
    height: 100vh;
}


/*===  Header Lower ===*/

.main-header .header-lower {
    position: relative;
    width: 100%;
}

.main-menu {
    position: relative;
    margin: 65px 0 0;
}

.main-menu .navbar-collapse {
    padding: 0px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    left: 0;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    padding: 9px 8px;
    margin-left: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background: #e7e7e7;
    right: 0;
    transform: rotate(-18deg);
    top: 17px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    padding: 0 0;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:hover>a {
    color: #91e788;
}

.main-menu .navigation>li.current>a {
    font-weight: 700;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 129px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 3px solid #589e7a;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    background: #f08534;
}

.main-menu .navigation>li>ul>li:hover:before {
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 4px 16px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: #181818;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li::before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 19px 0px;
}

.sticky-header .main-menu .navigation>li>a:before {
    display: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    background: #0e6f04;
    color: #fff;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 13px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 240px;
    z-index: 100;
    display: none;
    padding: 0px 0px;
    background-color: #ffffff;
    border-top: 3px solid #ff4788;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    background: #ff4788;
}

.main-menu .navigation>li>ul>li>ul>li:hover:before {
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 13px 20px;
    line-height: 24px;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    color: #696478;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a {
    color: #ffffff;
    background: #ff4788;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 13px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: right;
    padding: 30px 0;
}

.main-header .outer-box .btn-box {
    position: relative;
    float: right;
}

.main-header .outer-box .btn-box .theme-btn {
    text-transform: uppercase;
    display: block;
}


/*search box btn*/

.main-header .search-box-outer {
    position: relative;
    float: left;
    padding: 10px 30px;
    margin-left: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-outer:before {
    position: absolute;
    left: 0;
    top: 13px;
    height: 24px;
    width: 1px;
    background-color: #e8e8e8;
    content: "";
}

.main-header .search-box-btn {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    background: none;
    color: #222222;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .search-box-btn:hover {
    color: #343434;
}

.dropdown-toggle::after {
    display: none;
}

.main-header .search-box-outer .dropdown-menu {
    top: 70px !important;
    left: auto !important;
    right: 0;
    padding: 0px;
    width: 280px;
    border-radius: 0px;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    border-top: 3px solid #ff4788;
}

.main-header .search-panel .form-container {
    padding: 25px 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0px;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 7px 40px 7px 15px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #25262c;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

.main-header .outer-box .social-links {
    position: relative;
    float: left;
    margin-left: 20px;
    padding: 20px 0;
    padding-left: 20px;
}

.main-header .outer-box .social-links:before {
    position: absolute;
    left: -3px;
    top: 15px;
    height: 35px;
    border-left: 1px solid #e5e5e5;
    content: "";
}


/*** 

====================================================================
			Header Style Two
====================================================================

***/

.header-style-two {
    position: relative;
}

.header-style-two .main-menu,
.header-style-two .nav-outer {
    width: 100%;
}

.header-style-two .main-menu .navbar-collapse {
    display: block !important;
}

.header-style-two .header-upper .logo-outer {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 12;
}

.header-style-two .header-upper .logo-outer:before {
    display: none;
}

.header-style-two .header-upper .logo:before {
    background-color: #ffffff;
}

.header-style-two .header-top .top-left {
    padding-left: 0;
}

.header-style-two .main-menu .navigation>li {
    margin-left: 0;
    margin-right: 90px;
}

.header-style-two .main-menu .navigation>li:last-child {
    margin-right: 0;
}

.header-style-two .header-top .top-right {
    padding: 10px 0;
}

.header-style-two .social-icon-two li {
    margin-left: 35px;
}

.header-style-two .social-icon-two li a {
    font-size: 15px;
    color: #c8bfe3;
}

.header-style-two .social-icon-two li a:hover {
    color: #ff4788;
}


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99999;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0;
    width: 201px;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 32px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 20px 0px !important;
    line-height: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #696478;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
    font-weight: 700;
    color: #1e2c67;
}


/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #ff4788;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(37, 189, 216, 0.80);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    color: #ff4788;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #ff4788;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: #ff4788;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    background: #ff4788;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 28px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #ff4788;
}


/*** 

====================================================================
		Page Banner
====================================================================

***/

.page-banner {
    position: relative;
    padding: 120px 0 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.page-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #09031c;
    opacity: .50;
    z-index: 0;
}

.page-banner:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/curve.png);
    content: "";
}

.page-banner.curve-offwhite:after {
    background-image: url(../images/icons/curve-offwhite.png);
}

.page-banner h1 {
    position: relative;
    font-size: 80px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
}

.page-banner .home-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -43px;
    margin-bottom: -43px;
    height: 86px;
    width: 86px;
    line-height: 86px;
    z-index: 9;
    background-color: #ffffff;
    color: #1e2c67;
    font-size: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: all 300ms ease;
}

.page-banner .home-btn:hover {
    color: #ffffff;
    background-color: #1e2c67;
}

.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.anim-icons .icon {
    position: absolute !important;
    background-repeat: no-repeat;
    background-position: center;
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: normal;
    color: #999999;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.2em;
    color: #0e6f04;
    font-weight: 600;
    padding-top: 20px;
    text-transform: uppercase;
}

.sec-title h2:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
    width: 96px;
    height: 3px;
    content: "";
    border-radius: 2px;
    background: #0e6f04;
}

.sec-title .text {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #555555;
    font-weight: 300;
    margin-top: 20px;
}

.sec-title.text-center h2:before {
    right: 0;
    margin: 0 auto;
}

.sec-title.light h2 {
    /* color: #ffffff; */
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.banner-section:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 23px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    z-index: 9;
}

.banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

.banner {
    background-image: url(../images/main-slider/1.jpg);
}

.banner-carousel {
    position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 220px 0;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-carousel .slide-item .image-layer:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #09031c;
    opacity: .50;
    content: "";
}

.banner-carousel .content-box {
    position: relative;
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
    padding: 0 70px;
}

.banner-carousel .content-box .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.banner-carousel .content-box .icon-box .icon-star-1,
.banner-carousel .content-box .icon-box .icon-star-2 {
    position: absolute;
    left: 0;
    top: 20px;
}

.banner-carousel .content-box .icon-box .icon-star-2 {
    right: 0;
    left: auto;
}

.banner-carousel .active .content-box .icon-box {
    opacity: 1;
}

.icon-star-1 {
    height: 95px;
    width: 57px;
    background-image: url(../images/icons/icon-star.png);
}

.icon-star-2 {
    height: 95px;
    width: 57px;
    background-image: url(../images/icons/icon-star-2.png);
}

.banner-carousel .content-box .title {
    display: block;
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .active .content-box .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.banner-carousel .content-box h2 {
    display: block;
    font-size: 100px;
    line-height: .9em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 40px;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .active .content-box h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box .btn-box {
    position: relative;
    opacity: 0;
    z-index: 9;
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.banner-carousel .active .content-box .btn-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-carousel .active .content-box .btn-box a {
    font-size: 22px;
}

.banner-section.style-two .banner-carousel .slide-item {
    padding: 190px 0;
}

.banner-section.style-two .content-box {
    text-align: left;
    max-width: 100%;
    padding: 0;
}

.banner-section.style-two .content-box .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.icon-star-8 {
    height: 26px;
    width: 22px;
    background-image: url(../images/icons/icon-star-8.png);
}

.banner-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -28px;
    width: 100%;
    height: 0;
}

.banner-section .owl-nav .owl-prev,
.banner-section .owl-nav .owl-next {
    position: absolute;
    left: 30px;
    top: 0;
    background: none;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 52px;
    color: #ffffff;
    font-size: 20px;
    opacity: 0.30;
    margin: 0;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-nav .owl-next {
    left: auto;
    right: 30px;
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    opacity: 1;
}

.banner-section .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 8px solid #ffffff;
    margin: 0px 2px;
    opacity: 0.20;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section .owl-dot:last-child {
    margin-bottom: 0;
}

.banner-section .owl-dot.active,
.banner-section .owl-dot:hover {
    opacity: 1;
}

.banner_carousel {
    position: relative;
}

.banner_carousel::before {
    content: "";
    position: absolute;
    right: 0;
    z-index: 1;
}

.slides {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.slide1 {
    background-image: url(../images/main-slider/1.jpg);
}

.slide2 {
    background-image: url(../images/main-slider/2.jpg);
}

.slide3 {
    background-image: url(../images/main-slider/3.jpg);
}

.slide4 {
    background-image: url(../images/main-slider/4.jpg);
}

.slide5 {
    background-image: url(../images/main-slider/5.jpg);
}

.slide1 .container {
    position: relative;
    height: 100%;
}

.slider_gif {
    position: absolute;
    right: 11%;
    top: 23%;
    width: 417px;
}

.banner_carousel .owl-dots {
    position: absolute;
    top: inherit;
    width: 200px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    padding-top: 0;
    bottom: 0;
}

.banner_carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 80px;
    height: 100px;
    /* background: #1e2a4a; */
    background-position: left center;
    background-position: 22px center;
    background-repeat: no-repeat;
    background-size: 39px;
    position: relative;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 8px;
    /* z-index: 1; */
}

.banner_carousel .owl-dots .owl-dot::before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    padding: 0;
    background: #333;
    z-index: -1;
    border-radius: 50%;
    border: 7px solid #ccc;
    top: 10px;
}

.banner_carousel .owl-dots .owl-dot.active::before {
    background: #F08534;
}

.banner_carousel .owl-dots .owl-dot::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    padding: 0;
    background: #1e2a4a;
    z-index: -1;
    left: 0;
    bottom: -6px;
    right: 0;
    margin: auto;
}


/*** 

====================================================================
		Offers Section
====================================================================

***/

.offers-section {
    position: relative;
    padding: 69px 0 40px;
}

.offers-section::before {
    content: "";
    position: absolute;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
}

.offers-section .icon-star-3 {
    left: -100px !important;
    top: 300px !important;
}

.offers-section .icon-sun {
    left: auto !important;
    top: auto !important;
    right: -200px !important;
    bottom: 50px !important;
}

.icon-star-3 {
    height: 51px;
    width: 43px;
    background-image: url(../images/icons/icon-star-3.png);
}

.icon-sun {
    height: 71px;
    width: 135px;
    background-image: url(../images/icons/icon-sun.png);
}

.specilatytitle {
    position: absolute;
    left: -200px;
    transform: rotate(-90deg);
    z-index: 1;
    text-transform: uppercase;
    font-size: 33px;
    bottom: 257px;
}

.specilatytitle::before {
    content: "";
    position: absolute;
    width: 54%;
    height: 2px;
    border-bottom: 1px solid;
    left: 340px;
    top: 6px;
}

.offer-block {
    position: relative;
    margin-bottom: 13px;
    padding: 0 5px;
}

.speciality-row .offer-block:nth-child(1) {
    margin-top: -151px;
}

.speciality-row .offer-block:nth-child(2) {
    margin-top: -115px;
}

.speciality-row .offer-block:nth-child(3) {
    margin-top: -38px;
}

.offer-block .inner-box {
    position: relative;
    text-align: center;
    padding: 44px 19px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #e4e4e4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.offer-block .inner-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.offer-block .icon-box {
    position: relative;
    display: inline-block;
    height: 110px;
    width: 110px;
    line-height: 110px;
    text-align: center;
    font-size: 55px;
    color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.offer-block .inner-box:hover .icon-box {
    -webkit-transform: scale(-1) rotate(-180deg);
    -moz-transform: scale(-1) rotate(-180deg);
    -ms-transform: scale(-1) rotate(-180deg);
    -o-transform: scale(-1) rotate(-180deg);
    transform: scale(-1) rotate(-180deg);
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.offer-block h5 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 1.2em;
    color: #333333;
    font-weight: 500;
}

.offer-block h5 a {
    color: #1e2c67;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.offer-block h5 a:hover {
    color: #25bdd8;
}

.home_abt_img {
    position: relative;
    margin-top: 0;
    z-index: 1;
    text-align: center;
    padding-top: 29px;
}

.home_abt_img img {
    width: 318px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 10px;
}

.home_abt_img::before {
    position: absolute;
    content: "";
    width: 53%;
    height: 92%;
    background: #ecebeb;
    top: -84px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    border-top: 3px solid #f08533;
}

.home_abt_img::after {
    position: absolute;
    content: "";
    width: 340px;
    height: 340px;
    border: 1px dashed;
    top: 18px;
    right: 0;
    z-index: -1;
    border-radius: 50%;
    left: 0;
    margin: auto;
}

.about-content {
    position: relative;
    margin-bottom: 13px;
    text-align: center;
}

.about-content span {
    font-size: 27px;
    margin-bottom: 10px;
    display: block;
}

.about-content h2 {
    text-transform: uppercase;
    color: #0e6f04;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 51px;
}

.about-content h3 {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 30px;
    display: inline-block;
    border-top: 2px dashed #3b9f31;
    border-bottom: 2px dashed #3b9f31;
    color: #333;
}

.about-content p {
    margin-bottom: 16px;
    line-height: 27px;
    text-align: justify;
}

.doc_block {
    position: relative;
    margin-top: -774px;
    text-align: center;
}

.docotor_image {
    position: relative;
}

.docotor_image::before {
    content: "";
    position: absolute;
    width: 164px;
    height: 156px;
    border-top: 10px solid #589e7a;
    border-right: 10px solid #589e7a;
    top: -23px;
    right: -23px;
}

.docot_info {
    position: relative;
    margin: 0 0 76px;
    padding: 28px 8px;
    background: linear-gradient(to top, #ebebeb, white);
    box-shadow: 0px 7px 5px #ababab;
}

.docot_info::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
}

.docot_info h3 {
    text-transform: uppercase;
    font-size: 45px;
    color: #1c1854;
    margin-bottom: 0;
}

.docot_info h4 {
    font-size: 24px;
    margin-bottom: 5px;
    color: #57a07a;
}

.docot_info p {
    color: #141414;
    margin-bottom: 12px;
    font-size: 19px;
}

.docot_info a {
    display: inline-block;
    background: #589e7a;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px;
    font-size: 17px;
    margin: 0 3px;
}

.docot_info a:nth-child(2) {
    background: #1c1854;
}

.docot_info a:hover:nth-child(2),
.docot_info a:hover {
    background-color: #589e7a;
    color: #fff;
}

._abt_info_btm {
    bottom: 0;
    width: 100%;
    z-index: 2;
    color: #333;
}

._abt_info_btm h3 {
    font-size: 26px;
    margin-bottom: 16px;
    color: #589e7a;
    text-transform: uppercase;
    display: inline-block;
    background: linear-gradient(to left, #e5e2ff, rgb(219 243 231));
    padding: 6px 16px;
}

._abt_info_btm span {
    color: #333;
}

._abt_info_btm p {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}

.what_we {
    text-align: center;
}

.what_we h3 {
    display: inline-block;
    text-transform: uppercase;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    font-size: 38px;
}

.abt_bottom {
    position: relative;
    text-align: center;
    padding: 0 20px 31px;
    margin-bottom: 0px;
}

.abt_bottom::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 87%;
    border: 1px dashed;
    left: 0;
    bottom: 0;
    background: #fff;
}

._abt_info_btm {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 2;
    color: #333;
}


/* team */

.team_section {
    position: relative;
    padding: 0 0 70px;
}

.team_row {
    justify-content: center;
}

.team_row .col-md-3 {
    padding: 23px 10px;
    border-right: 1px dashed #5e5e5e;
    border-bottom: 1px dashed #5e5e5e;
}

.team_row .col-md-3:hover {
    background-color: #fff;
}

.team_row .col-md-3:nth-child(4),
.team_row .col-md-3:nth-child(8) {
    border-right: 0px;
}

.team_row .col-md-3:nth-child(5),
.team_row .col-md-3:nth-child(6),
.team_row .col-md-3:nth-child(7),
.team_row .col-md-3:nth-child(8) {
    border-bottom: 0px;
}

.team_list {
    text-align: center;
    display: block;
}

.team_pic {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 1px dashed #34852c;
    background: #fff;
    padding: 10px;
    display: inline-block;
    width: 224px;
}

.team_pic img {
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #7e7e7e;
    /* filter: grayscale(1); */
    transition: all ease-in-out .7s;
}

.team_row .col-md-3:hover .team_pic img {
    filter: grayscale(0);
    transform: scale(1.04);
}

.team_info {
    position: relative;
    padding: 15px 0 0;
}

.team_info h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #0e6f04;
    font-size: 23px;
}

.team_info span {
    font-size: 18px;
    display: block;
    margin: 5px 0 0;
    color: initial;
}

.team_info .popup_view {
    display: inline-block;
    background: green;
    color: #fff;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 6px;
    margin: 9px 0 0;
    cursor: pointer;
}

.team_pp_header {
    display: block;
    text-align: center;
    border-bottom: 4px solid #097209;
}

.team_pp_header h2 {
    text-transform: uppercase;
    font-size: 28px;
    color: #097209;
}

.modal-dialog.team_pp_dialog {
    max-width: 820px;
}

.team_pp_header .close {
    padding: 9px;
    position: absolute;
    opacity: 1;
    background: #097209;
    color: #fff;
    right: 0;
    z-index: 7;
    top: 0;
}

.team_pp_body {
    height: 460px;
    overflow-y: auto;
}

.team_pp_body p {
    margin-bottom: 11px;
    line-height: 24px;
}

.team_pp_body::-webkit-scrollbar {
    width: 7px;
}


/* Track */

.team_pp_body::-webkit-scrollbar-track {
    background: #e1e1e1;
}


/* Handle */

.team_pp_body::-webkit-scrollbar-thumb {
    background: #097209;
    border-radius: 31px;
}


/* Handle on hover */

.teambody::-webkit-scrollbar-thumb:hover {
    background: rgb(32, 32, 32);
}


/* chaitnya enclave */

.chiatnya_enclave_section {
    position: relative;
    padding: 0 0 80px;
}

.chi_enlv_row .col-md-4,
.chi_enlv_row .col-md-5,
.chi_enlv_row .col-md-7 {
    padding: 36px 15px;
    background: linear-gradient(to left, transparent, transparent, #d7ffd3, transparent, transparent);
    border: 1px solid #d5f1d2;
}

.chi_enlv_list {
    text-align: center;
}

.chi_enlv_list h3 {
    color: #177a0d;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 6px;
    padding: 0 0 7px;
}

.chi_enlv_list h3::before {
    content: "";
    position: absolute;
    width: 23%;
    height: 2px;
    background: #99c794;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.chi_enlv_list p {
    line-height: 23px;
}


/* events */

.events_section {
    position: relative;
    padding: 70px 0 0;
}

.events_list_slides {
    position: relative;
}

.events_list {
    position: relative;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
}

.events_list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 38%;
    background: linear-gradient(to top, black, transparent);
    left: 0;
    bottom: 0;
    z-index: 1;
}

.events_info {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    color: #ffff;
    padding: 0 10px;
    z-index: 1;
}

.events_info h3 {
    font-size: 19px;
    font-family: 'Open Sans', sans-serif;
}

.events-carousel .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 17px;
}

.events-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #333;
    margin: 0 3px;
    border-radius: 4px;
}

.events-carousel .owl-dots .owl-dot.active {
    border: 2px solid #0e6f04;
    background-color: #5bc151;
}

.events-carousel .owl-item img {
    width: auto;
    transition: all ease-in-out .7s;
}

.events-carousel .owl-item .events_list:hover img {
    transform: scale(1.2);
}


/*** 

====================================================================
		Newsletter Section
====================================================================

***/

.newsletter-section {
    position: relative;
    padding: 34px 0 28px;
    z-index: 1;
    background: #f08533;
    color: #fff;
    text-align: center;
}

.add_bar_row .col-md-4 {
    border-right: 1px dashed #fff;
    padding: 23px 11px;
}

.add_bar_row .col-md-4:nth-child(3) {
    border-right: 0px;
}

._addre_bar {
    text-align: center;
}

._addre_bar i {
    width: 45px;
    height: 45px;
    background: #1c7a12;
    color: #fcfbf8;
    border-radius: 50%;
    border: 2px solid #ccc;
    font-size: 18px;
    line-height: 39px;
    margin-bottom: 15px;
}

._addre_bar p {
    font-weight: 400;
    line-height: 23px;
    color: #eee;
}

.newsletter-section::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
}

.newsletter-section::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: -1;
}

.newsletter-section .title-column {
    position: relative;
}

.newsletter-section .title-column .inner-column {
    position: relative;
    padding-top: 0;
}

.newsletter-section h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 27px;
}

.newsletter-section h4 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: inherit;
    color: #ffffff;
    font-weight: 500;
}

.newsletter-section .inner-container {
    max-width: 1245px;
    margin: auto;
}


/*Subscribe Form*/

.subscribe-form {
    position: relative;
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    padding-right: 200px;
}

.newsletter-section .form-control {
    height: 45px;
    background: transparent;
    color: #fff;
}

.newsletter-section .form-control::placeholder {
    color: #eee;
}

.subscribe-form .form-group .icon {
    position: absolute;
    left: 24px;
    top: 20px;
    z-index: 1;
    color: #888888;
    font-size: 16px;
    line-height: 1em;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    line-height: 30px;
    font-size: 16px;
    color: #858687;
    font-weight: 500;
    background: #ffffff;
    padding: 25px 40px;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button {
    position: absolute;
    right: 15px;
    top: 0px;
    min-width: 185px;
    height: 100%;
    border-radius: 0px;
    background: #5dc575;
}

section.tips-secrtion {
    padding: 62px 0 0;
    position: relative;
}

.tips-row-section {
    position: relative;
}

.tips-row-section::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: #e81f31;
    left: -17px;
    top: -17px;
}

.tips-row-section::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: #e81f31;
    right: -17px;
    top: -17px;
    z-index: -1;
}

.tips-desc {
    position: relative;
    background: #fefefe;
    padding: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
    bottom: 0;
}

.tips-desc h5 {
    position: relative;
    font-size: 26px;
    color: #333;
}

.tips-desc h3 {
    text-transform: uppercase;
    margin-bottom: 13px;
    color: #e81f31;
    font-weight: 600;
    font-size: 39px;
}

.tips-list p {
    position: relative;
    padding-left: 24px;
    color: #151515;
    font-weight: 500;
    line-height: 31px;
}

.tips-list p:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    border-bottom: 2px solid #333;
    left: 0;
    top: 13px;
}

.appointmeent-section {
    position: relative;
}

.appointment-block {
    max-width: 603px;
    text-align: center;
    padding: 27px 45px;
    box-shadow: 0px 0px 14px #d0d0d0;
    background: #fff;
    position: relative;
}

.appointment-block::before,
.appointment-block::after {
    content: "";
    position: absolute;
    width: 163px;
    height: 163px;
    background: #ffcad9;
    left: -66px;
    bottom: -66px;
    z-index: -1;
    border-radius: 50%;
}

.appointment-block::after {
    left: inherit;
    right: -56px;
    background: transparent;
}

.appointment-block h2 {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
}

.appointment-block .form-control {
    background-color: #f5f5f5;
    border: none;
}

.appointment-block .form-control {
    height: 45px;
}

.appointment-block textarea.form-control {
    height: 100px;
}

.appointment-block .btn {
    width: 204px;
    padding: 10px 5px;
    margin-top: 0;
}

.docotor-app-img {
    /* position: absolute; */
    /* right: 98px; */
    /* top: 85px; */
}

.video_section {
    position: relative;
    text-align: center;
    padding: 0 0 31px;
}

.vide_title {
    position: absolute;
    text-transform: uppercase;
    right: -15rem;
    transform: rotate(-90deg);
    color: #fff;
    font-size: 26px;
    padding: 0;
    top: 12rem;
}

.video_section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: -104%;
    background: #333;
}

.video_section a {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #f08533;
    color: #fff;
    font-size: 39px;
    border-radius: 50%;
    line-height: 85px;
    box-shadow: 0px 0px 0px 10px #e6e7e6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease-in-out .8s;
}

.video_section:hover a {
    background: #1E2A4A;
    color: #ffff;
    transform: rotate(360deg);
}

.faq_section {
    position: relative;
    padding: 54px 0px 98px;
}

.counter {
    color: #192136;
    text-align: right;
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 0 24px;
}

.counter:before {
    content: '';
    background: radial-gradient(at 5% 10%, #e7e7e7 10%, transparent 50%, transparent 80%, #e7e7e7 100%);
    border: 5px solid #333;
    border-radius: 0 100px 0 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.counter:hover:before {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.counter .counter-icon {
    color: #fff;
    background: #333;
    font-size: 40px;
    text-align: center;
    line-height: 70px;
    width: 80px;
    height: 80px;
    margin: 0 0 15px;
    border-radius: 50px;
    border: 6px solid #fff;
    display: inline-block;
}

.counter h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    padding: 0 13px;
    margin: 0 0 15px;
    color: #333333;
}

.counter .counter-value {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    display: block;
    padding: 0 12px;
}

.counter.red {
    /* color: #FA1212; */
}

.counter.red:before {
    border-color: #f08533;
}

.counter.red .counter-icon {
    background-color: #f08533;
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}


/*** 

====================================================================
	 	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    padding: 0px 0 74px;
}

.testimonial-head {
    margin-top: 0;
    margin-bottom: 42px;
}

.testimonial-section .icon-star-4 {
    top: 200px !important;
    left: -20px !important;
}

.testimonial-section .icon-star-3 {
    top: 390px !important;
    right: -80px !important;
    left: auto !important;
}

.testimonial-section .icon-sun-2 {
    top: auto !important;
    left: -140px !important;
    bottom: 210px !important;
}

.testimonial-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    opacity: .10;
}

.testimonial-carousel {
    position: relative;
    margin: 0 auto;
}

.testimonial-block {
    position: relative;
    padding-bottom: 31px;
}

.testimonial-block .inner-box {
    position: relative;
    background-color: #afffc2;
    padding: 77px 27px 20px;
    text-align: center;
    z-index: 9;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0%);
}

.testimonial-block .inner-box:before,
.testimonial-block .inner-box:after {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 36px;
    width: 42px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block .inner-box:after {
    left: auto;
    top: auto;
    right: 30px;
    bottom: 30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.active .testimonial-block .inner-box:before,
.active .testimonial-block .inner-box:after {
    opacity: 1;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.testimonial-block .text {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: 32px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 25px;
}

.testimonial-block .info-box {
    position: relative;
}

.testimonial-block .name {
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #000000;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.testimonial-block .designation {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #696478;
    margin-bottom: 5px;
}

.testimonial-block .thumb {
    position: relative;
    display: inline-block;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 18px;
}

.testimonial-block:after,
.testimonial-block:before {
    position: absolute;
    left: 30px;
    right: 30px;
    height: 100%;
    bottom: 30px;
    margin: 0 auto;
    /* background-color: #e8e8e8; */
    content: "";
    z-index: 1;
    border-radius: 10px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
}

.testimonial-block:before {
    left: 60px;
    right: 60px;
    bottom: 0px;
    z-index: -1;
}

.testimonial-carousel .active .testimonial-block:before,
.testimonial-carousel .active .testimonial-block:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.testimonial-carousel .active .testimonial-block:before {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.testimonial-carousel .owl-nav {
    display: none;
}

.testimonial-carousel .owl-dots {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 21px;
    width: 21px;
    border: 3px solid #171348;
    opacity: 1;
    margin: 0 2px;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #fff;
}

.testimonial-carousel .owl-dot:hover,
.testimonial-carousel .owl-dot.active {
    opacity: 1;
    border: 3px solid #589e7a;
}

.sec-title span {
    color: #333;
    font-size: 23px;
}

.testimnila_box {
    position: relative;
    text-align: center;
    border: 8px solid #e5e5e5;
    padding: 52px 32px;
    background: #fdfdfd;
    border-radius: 20px;
}

.testimnila_box::before,
.testimnila_box::after {
    content: "\f10d";
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 40px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #8dbfa5;
}

.testimnila_box::after {
    content: "\f10e";
    left: auto;
    top: auto;
    right: 15px;
    bottom: 15px;
}

.testimnila_box h3 {
    text-transform: uppercase;
    color: #1c1854;
    font-weight: 600;
    margin: 0 0 5px;
}

.testimnila_box p {
    line-height: 25px;
}

.ratings {
    color: #ffb400;
    margin-top: 11px;
}

.facilites_title_head {
    position: absolute;
    left: 105px;
    font-family: 'Saira', sans-serif;
    text-transform: uppercase;
    font-size: 43px;
    top: 16rem;
    color: #f08533;
    right: 0;
    text-align: center;
    line-height: 63px;
}

.testimonial-carousel .owl-item .ggicon {
    position: absolute;
    width: 50px;
    right: 9px;
    top: 8px;
}

.testimonial-carousel .owl-item .ggicon img {
    width: auto;
}

.feedbacks_title_head {
    position: absolute;
    transform: rotate(-90deg);
    left: 0;
    right: 0;
    margin: auto;
    width: 182px;
    font-size: 31px;
    z-index: 1;
    color: #cbcbcb;
    text-transform: uppercase;
    top: 121px;
    font-weight: 600;
    text-align: center;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding: 6px 0px;
}

.feedbackrow .col-md-5 {
    background-color: #0e6f04;
    color: #fff;
    text-align: center;
    padding: 44px 32px;
}

.feedbackrow .col-md-5:nth-child(2) {}

.feedbackrow .col-md-5::before,
.feedbackrow .col-md-5::after {
    content: "\f10d";
    position: absolute;
    font-size: 30px;
    color: #e5e5e5;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
}

.feedbackrow .col-md-5::after {
    content: "\f10e";
}

.feedbackrow .col-md-5::before {
    top: 9px;
    left: 9px;
}

.feedbackrow .col-md-5::after {
    right: 9px;
    bottom: 9px;
}

.feedback_list h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 9px;
    display: inline-block;
    border-bottom: 1px dashed;
    padding-bottom: 5px;
}

.feedback_list p {
    line-height: 23px;
}

.rating {
    color: #ffb328;
    margin-top: 13px;
}

.salient_features_section {
    position: relative;
    padding: 52px 0 100px;
}

.title_head2 {
    text-align: center;
}

.title_head2 h2 {
    text-transform: uppercase;
    display: inline-block;
    color: #0e6f04;
    font-size: 45px;
    margin: 0 0 16px;
    padding: 0 12%;
}

.title_head2 h2::before,
.title_head2 h2::after {
    content: "";
    position: absolute;
    width: 16%;
    height: 2px;
    background: #333;
    left: 0;
    top: 26px;
}

.title_head2 h2::after {
    left: initial;
    right: 0px;
}

.silent_features_img {
    position: relative;
    margin-bottom: 18px;
}

.slnt_ftr_row {
    justify-content: center;
    margin: 0;
    position: relative;
}

.slnt_ftr_row::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background: #333;
    z-index: 1;
}

.slnt_ftr_row .col-md-6 {
    padding: 12px 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.slnt_ftr_row .col-md-6:nth-child(1),
.slnt_ftr_row .col-md-6:nth-child(4),
.slnt_ftr_row .col-md-6:nth-child(5),
.slnt_ftr_row .col-md-6:nth-child(8),
.slnt_ftr_row .col-md-6:nth-child(9),
.slnt_ftr_row .col-md-6:nth-child(12),
.slnt_ftr_row .col-md-6:nth-child(13),
.slnt_ftr_row .col-md-6:nth-child(16),
.slnt_ftr_row .col-md-6:nth-child(17),
.slnt_ftr_row .col-md-6:nth-child(20),
.slnt_ftr_row .col-md-6:nth-child(21),
.slnt_ftr_row .col-md-6:nth-child(24) {
    background: linear-gradient(to left, #cae7c7, #efffed, #cae7c7);
}

.slnt_ftr_row .col-md-6:nth-child(2)::before,
.slnt_ftr_row .col-md-6:nth-child(3)::before,
.slnt_ftr_row .col-md-6:nth-child(6)::before,
.slnt_ftr_row .col-md-6:nth-child(7)::before,
.slnt_ftr_row .col-md-6:nth-child(10)::before,
.slnt_ftr_row .col-md-6:nth-child(11)::before,
.slnt_ftr_row .col-md-6:nth-child(14)::before,
.slnt_ftr_row .col-md-6:nth-child(15)::before,
.slnt_ftr_row .col-md-6:nth-child(18)::before,
.slnt_ftr_row .col-md-6:nth-child(19)::before,
.slnt_ftr_row .col-md-6:nth-child(22)::before,
.slnt_ftr_row .col-md-6:nth-child(23)::before {
    content: "";
    position: absolute;
    width: 23%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    background: #0e6f04;
    bottom: 0;
}

.slnt_ftr_row .col-md-6:hover {
    background: #0e6f04;
    color: #fff;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background-image: url(../images/footerbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(26 26 26 / 80%);
    content: "";
}

.main-footer .footer-upper {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    padding: 71px 0px 0px;
    margin-top: 0;
}

.main-footer .footer-upper .footer-column {
    position: relative;
    margin-bottom: 16px;
}

.main-footer .footer-upper .footer-column:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 137px;
    right: 12px;
    top: 83px;
}

.main-footer .footer-upper .footer-column:last-child:before {
    content: none;
}

.main-footer .footer-widget .widget-title {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.main-footer .footer-widget .widget-title::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 2px;
    border-bottom: 2px solid #f08533;
    left: 0;
    top: 32px;
}

a:hover {
    color: #57a07a;
    text-decoration: none;
}


/*Logo Widget*/

.logo-widget {
    position: relative;
    text-align: center;
    margin-bottom: 34px;
}

.logo-widget .logo img {
    position: relative;
    width: 257px;
    border-radius: 15px;
    margin-top: -147px;
}

.logo-widget .logo img:hover {
    opacity: 1;
}

.logo-widget .text {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 7px;
}

.add_bar_row {
    margin-top: 30px;
}


/*Links Widget*/

.main-footer .links-widget {
    position: relative;
}

.main-footer .activity-list {
    position: relative;
    padding-top: 10px;
}

.main-footer .activity-list li {
    position: relative;
    margin-bottom: 10px;
}

.main-footer .activity-list li:last-child {
    margin-bottom: 0;
}

.main-footer .activity-list li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #c8bfe3;
    padding: 10px 15px;
    padding-left: 30px;
    font-weight: 400;
    border: 1px solid rgba(255, 255, 255, .10);
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .activity-list li a:hover {
    border: 1px solid #ff4788;
}

.main-footer .list {
    position: relative;
}

.main-footer .list li {
    position: relative;
    display: block;
    margin-bottom: 7px;
    padding-left: 22px;
}

.main-footer .list li:before {
    position: absolute;
    left: 0;
    top: 8px;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    border: 2px solid #f08533;
    content: "";
}

.main-footer .list li a {
    position: relative;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer .list li a:hover {
    color: #f98023;
}

.footer_img_row .col-md-4 {
    padding: 0 10px;
}

.footer_gal_list {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 14px;
    border: 4px solid #f5f5f5;
    position: relative;
}

.footer_gal_list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 53%;
    background: linear-gradient(to top, #137c09, transparent);
    bottom: 0;
}

.footer_gal_list span {
    position: absolute;
    bottom: 0px;
    color: #fff;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 9px 11px;
    font-size: 17px;
}

.awards_head_title {
    text-align: center;
}

.awards_head_title h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 47px;
    margin: 0 0 13px;
}

.view_more_awards_link {
    position: absolute;
    right: 22px;
    top: 16px;
}

.view_more_awards_link a {
    display: inline-block;
    background: #17890b;
    color: #fff;
    padding: 8px 9px;
    font-size: 20px;
    border-radius: 5px;
}


/*COntact Widget*/

.main-footer .contact-widget {
    position: relative;
}

.main-footer .contact-info {
    position: relative;
}

.main-footer .contact-info li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    padding-left: 44px;
    margin-bottom: 20px;
}

.main-footer .contact-info li:last-child {
    margin-bottom: 0;
}

.main-footer .contact-info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #e81f31;
    text-align: center;
    color: #ffffff;
}

.main-footer .contact-info li a {
    color: #000000;
    display: inline-block;
    transition: all 300ms ease;
}

.main-footer .contact-info li a:hover {
    color: #f72f67;
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
}

.main-footer .footer-bottom:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .03;
    content: "";
}

.main-footer .footer-bottom .social-icon-two {
    position: relative;
    float: right;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    padding: 12px 0px;
    border-top: 1px dashed #fff;
    color: #eee;
}

.main-footer .footer-bottom .copyright a {
    color: #83d97a;
}

.main-footer .footer-bottom .copyright a:hover {
    text-decoration: underline;
}


/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    padding: 120px 0 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
    margin-bottom: 50px;
}

.sidebar-widget {
    position: relative;
    padding: 45px 50px;
    background-color: #f2f5f6;
    margin-bottom: 30px;
    border-radius: 7px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}


/* Sidebar Title */

.sidebar-title {
    position: relative;
    margin-bottom: 25px;
}

.sidebar-title h5 {
    position: relative;
    font-size: 22px;
    color: #1e2c67;
    font-weight: 700;
    line-height: 30px;
}


/*Search Box Widget*/

.sidebar .search-box {
    position: relative;
    padding: 50px;
    border-radius: 7px;
    background-color: #25bdd8;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 25px 30px;
    border: 1px solid transparent;
    background: #ffffff;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 80px;
    color: #696478;
    border-radius: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input[type="submit"],
.sidebar .search-box .form-group button {
    position: absolute;
    right: 30px;
    top: 25px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    background-color: transparent;
    color: #1e2c67;
    font-weight: normal;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button:hover {
    color: #ff4880;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus {
    border-color: #25bdd8;
}

.sidebar .search-box .sidebar-title h5 {
    color: #ffffff;
}


/* Categories */

.categories {
    position: relative;
    padding: 45px 50px 50px;
}

.category-list li {
    position: relative;
    margin-bottom: 20px;
}

.category-list li:last-child {
    margin-bottom: 0;
}

.category-list li a {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #696478;
    display: block;
    padding-left: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.category-list li a:before {
    position: absolute;
    left: 0;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 5px;
    background-color: #ff4986;
    content: "";
}

.category-list li.active a,
.category-list li a:hover {
    color: #ff4986;
}


/* Post Widget */

.posts-widget {
    position: relative;
}

.posts-widget .post {
    position: relative;
    margin-bottom: 35px;
}

.posts-widget .post:last-child {
    margin-bottom: 0;
}

.posts-widget .post .post-inner {
    position: relative;
    padding-left: 80px;
}

.posts-widget .post .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border-radius: 10px;
    overflow: hidden;
}

.posts-widget .post .image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.posts-widget .post .post-inner:hover .image img {
    opacity: .70;
}

.posts-widget .post .date {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #25bdd8;
    font-weight: 600;
    margin-bottom: 5px;
}

.posts-widget .post h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.5em;
    color: #393d72;
    font-weight: 700;
}

.posts-widget .post h5 a {
    color: #393d72;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.posts-widget .post h5 a:hover {
    color: #ff4986;
}


/*Popular Tags*/

.sidebar .popular-tags {
    position: relative;
}

.sidebar .tags-list li {
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar .tags-list a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #25bdd8;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .tags-list a:hover {
    background-color: #1e2c67;
    color: #ffffff;
}


/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .group-title {
    position: relative;
    margin-bottom: 30px;
}

.sidebar-page-container .group-title h3 {
    position: relative;
    font-size: 40px;
    color: #1e2c67;
    font-weight: 700;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    padding: 0 0 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e8e6ec;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    min-height: 70px;
    padding: 0px 0px 0px 150px;
    font-size: 14px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 120px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 110px;
    height: 115px;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 30px;
}

.sidebar-page-container .comments-area .comment-box strong {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #393d72;
    line-height: 30px;
    text-transform: capitalize;
    margin-right: 10px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    display: inline-block;
    font-size: 14px;
    color: #25bdd8;
    font-weight: 400;
    line-height: 30px;
}

.sidebar-page-container .comments-area .comment-box .text {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #696478;
}

.sidebar-page-container .comments-area .comment-box .reply-outer {
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #1e2c67;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    background-color: #25bdd8;
}


/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .row {
    margin: 0 -10px;
}

.comment-form .form-group {
    padding: 0 10px;
    margin-bottom: 20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #696478;
    line-height: 28px;
    padding: 25px 40px;
    height: 80px;
    background: #f2f5f6;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
    border-color: #25bdd8;
}

.comment-form .form-group textarea {
    height: 250px;
    resize: none;
}

.modal-dialog.app_dialouge {
    max-width: 394px;
    margin-top: 7%;
    text-align: center;
}

.app_content .modal-header {
    display: block;
    text-align: center;
    border: none;
    padding-bottom: 0;
}

.app_content .modal-header h4 {
    text-transform: uppercase;
    color: #333;
}

.app_content .modal-header .close {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #59ad83;
    opacity: 1;
    color: #fff;
    font-size: 37px;
    padding: 1px 6px;
    line-height: 39px;
}

.modal-dialog .btn-style-one {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 3px 11px;
    font-weight: 500;
    background: linear-gradient(to top, #57a07a, #171348);
    overflow: hidden;
    min-width: 110px;
    border-radius: 30px;
}

.appointment-form {
    position: relative;
    text-align: center;
    margin-top: -127px;
}

.appointment-form h3 {
    text-transform: uppercase;
    display: inline-block;
    background: #177a0d;
    color: #fff;
    padding: 7px 15px;
    font-size: 30px;
}

.appointment-form form {
    box-shadow: 0px 9px 10px #bbbbbb;
    padding: 38px 22px;
    background: #fff;
    border-top: 8px solid #177a0d;
}

.appointment-form .form-control {
    border: none;
    background-color: #efefef;
    height: 51px;
}

.appointment-form textarea.form-control {
    height: 122px;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
    /*fix flickering when used background-image instead of <img> (on Chrome)*/
    -webkit-perspective: 1000;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /* fix other elements on the page moving (in Chrome) */
    -webkit-transform: translateZ(0);
}


/** THEME
  ===================================*/

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 16px solid #fff;
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: relative;
    bottom: 0;
    width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    /* background: url('images/bx_loader.gif') center center no-repeat #ffffff; */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    padding: 12px 0 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    border: 2px solid #333;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 12px;
    margin: 0 3px;
    outline: 0;
    border-radius: 4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #23a516;
    border: 2px solid #23a516;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    /* background: url('images/controls.png') no-repeat 0 -32px; */
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    /* background: url('images/controls.png') no-repeat -43px -32px; */
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    /* background: url('images/controls.png') -86px -11px no-repeat; */
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    /* background: url('images/controls.png') -86px -44px no-repeat; */
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

.breadcrumb {
    text-align: center;
    display: block;
    padding: 145px 0;
    background-image: url(../images/breadcumb.jpg);
    position: relative;
    margin: 143px 0 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(20 20 20 / 71%);
    top: 0px;
    left: 0px;
}

.breadcrumb h1 {
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #6ae55e;
    font-weight: 600
}

.breadcrumb ul {
    display: inline-block;
    margin: auto;
    list-style: none;
    border-radius: 31px;
}

.breadcrumb ul li {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 0 14px;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0
}

.breadcrumb ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f140";
    position: absolute;
    right: -7px;
    top: 1px;
    color: #6ae55e;
    font-weight: 800;
    font-size: 12px;
}

.breadcrumb ul li a {
    color: #fff
}

.breadcrumb ul li:last-child:before {
    content: none
}

.breadcrumb::before {
    content: "";
    position: absolute;
    top: 0
}

.breadcrumb::after {
    content: "";
    position: absolute;
    z-index: -1
}

.inner_content_section {
    padding: 70px 0px 148px;
    position: relative;
    min-height: 50vh;
}

.serviceBox {
    color: var(--main-color);
    text-align: center;
    padding: 10px 15px 30px;
    position: relative;
    z-index: 1;
}

.serviceBox:before,
.serviceBox:after {
    content: "";
    background: linear-gradient(to left bottom, #eee, #fff, #fff);
    border-radius: 15px;
    position: absolute;
    top: 45px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    z-index: -1;
    min-height: 177px;
}

.serviceBox:after {
    background: var(--main-color);
    width: 50%;
    height: 50%;
    border-radius: 0 0 20px 0;
    box-shadow: none;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.serviceBox .service-icon {
    color: #fff;
    background: #0e6f04;
    font-size: 29px;
    line-height: 67px;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 30%), 0 0 0 8px #b2e1ad;
}

.serviceBox .title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px 10px;
    color: #0f830f;
}

.serviceBox .description {
    font-size: 15px;
    line-height: 25px;
    margin: 0 15px;
}

@media only screen and (max-width: 1199px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

._c_form_sub {
    position: relative;
    padding: 30px 10px;
    margin-top: 30px;
    text-align: center;
}

._c_form_sub h3 {
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #0e6f04;
    font-weight: 600;
    font-size: 37px;
}

._c_form_sub .form-control {
    background-color: transparent;
    height: 50px;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px dashed;
    color: #333;
}

._c_form_sub textarea.form-control {
    height: 120px;
}

._c_form_sub .form-control::placeholder {
    color: #333;
}

._c_form_sub .btn {
    margin-top: 40px;
    border: transparent;
}

._c_map iframe {
    margin-top: 47px;
    width: 100%;
    height: 293px;
    border: 10px solid #a5cda1;
}

.list_ {
    position: relative;
    padding-left: 25px;
}

.list_ li {
    position: relative;
    padding-left: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}

.list_ li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f140";
    position: absolute;
    left: 0px;
    top: 1px;
    color: #0e6f04;
    font-weight: 800;
    font-size: 14px;
}

.awrds_title_head {
    text-align: center;
    margin: 43px 0 25px;
}

.awrds_title_head h3 {
    text-transform: uppercase;
    color: #0e6f04;
}

.gallery_list .box {
    background: #17780c;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 163px;
    margin-bottom: 30px;
    border-radius: 19px;
}

.gallery_list .box:before,
.gallery_list .box:after {
    content: "";
    width: 20%;
    height: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: rotate(-40deg);
    transform-origin: top right;
    position: absolute;
    top: -6px;
    right: 0;
    z-index: 1;
    transition: all 0.5s ease;
}

.gallery_list .box:after {
    transform-origin: left bottom;
    top: auto;
    bottom: -6px;
    right: auto;
    left: 0;
}

.box:hover:before,
.box:hover:after {
    width: 30%;
    opacity: 1;
}

.box img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s;
}

.box:hover img {
    opacity: 0.3;
    filter: grayscale(100%);
}

.box .box-content {
    color: #fff;
    width: 85%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.6s ease;
}

.box:hover .box-content {
    opacity: 1;
}

.box .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0 0 3px;
}

.box .post {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
    display: block;
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}

.box .icon li {
    margin: 0 5px;
    display: inline-block;
}

.box .icon li a {
    color: #0e6f04;
    background-color: rgb(255 255 255);
    font-size: 15px;
    line-height: 33px;
    width: 33px;
    height: 33px;
    display: block;
    transition: all 0.35s;
}

.box .icon li a:hover {
    color: #104627;
    background: #fff;
    box-shadow: 3px 3px 1px rgba(255, 255, 255, .4);
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px;
    }
}

.team_head_inner_title {
    position: relative;
    text-align: center;
    margin: 40px 0 26px;
}

.team_head_inner_title h3 {
    text-transform: uppercase;
    display: inline-block;
    color: green;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding: 3px 0;
    font-weight: 600;
    font-size: 30px;
}

.inner_team_row .col-md-4 {
    padding: 0 8px;
}

.inner_team_list {
    text-align: center;
    position: relative;
    box-shadow: 0px 0px 5px #c9c9c9;
    border-radius: 10px;
    background: linear-gradient(to top, #c9c9c9, white, #ffffff);
    padding: 17px 5px;
    margin-bottom: 16px;
}

.inner_team_list h3 {
    text-transform: uppercase;
    color: #075a07;
    font-size: 24px;
    font-weight: 600;
}

.inner_team_list span {
    display: block;
    font-size: 16px;
    margin: 6px 0 0;
}

.mt-40 {
    margin-top: 40px;
}

.team_innerrow .col-md-3 {
    border: none;
}

.team_innerrow .col-md-3:hover {
    background: transparent;
}

.team_innerrow .team_list {
    position: relative;
    padding: 23px 0px;
    border-radius: 17px;
    min-height: 391px;
    box-shadow: 0px 0px 10px #ccc;
    background: #f3fff1;
}

.chi_enlv_list a {
    display: inline-block;
    background: green;
    color: #fff;
    font-size: 22px;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 19px 0 0;
}

.chi_enlv_list a.hm_link {
    display: initial;
    background: transparent;
    color: green;
    font-size: initial;
    padding: 0;
    border-radius: 6px;
    margin: 0;
}

.inner_abot_text h2 {
    color: #0e6f04;
    font-size: 32px;
    margin: 15px 0 3px;
}

.inner_abot_text h3 {
    color: #137c08;
    font-size: 22px;
    margin: 13px 0 9px;
}

.inner_abot_text p {
    margin-bottom: 10px;
}

.md_row .col-md-4 {
    background-color: green;
    color: #fff;
    text-align: center;
    border: 4px solid #fff;
    padding: 11px 11px;
    font-size: 17px;
}

.mnthpayvr_row {
    justify-content: center;
}

.mnthpayvr_row .col-md-3 {
    background-color: green;
    color: #fff;
    text-align: center;
    border: 4px solid #fff;
    padding: 11px 11px;
    font-size: 17px;
}

.inner_about_img {
    border: 7px solid #fff;
    box-shadow: 0px 0px 10px #a1a1a1;
}

.events_title_head {
    text-align: center;
}

.events_title_head h2 {
    text-transform: uppercase;
    color: #0e6f04;
    font-size: 17px;
    font-weight: 600;
    margin: 15px 0 16px;
    display: inline-block;
    border-bottom: 1px dashed;
    border-top: 1px dashed;
    padding: 3px 0;
}

.gallery_list {
    margin-bottom: 30px;
}

.main-timeline {
    position: relative;
}

.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    width: 50%;
    padding: 0 15px 30px 0;
    margin: 0 5px 30px 0;
    float: left;
}

.main-timeline .timeline-content {
    padding: 20px 120px 20px 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    display: block;
    position: relative;
    background: #f5f5f5;
}

.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.main-timeline .timeline-content:before {
    content: '';
    background: linear-gradient(to left, #0e6f04, #a4e59d);
    height: 30px;
    width: 100%;
    position: absolute;
    left: 30px;
    top: 100%;
}

.main-timeline .timeline-icon {
    color: #0e6f04;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    width: 100px;
    height: 100px;
    border-left: 1px solid #000;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
}

.main-timeline .title {
    color: #0e6f04;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.main-timeline .description {
    line-height: 23px;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    padding: 0 0 30px 15px;
    margin: 0 0 30px 5px;
    float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 20px 20px 20px 120px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 30px;
    background: linear-gradient(to right, #0e6f04, #a4e59d);
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
    right: auto;
    left: 0;
    border-left: none;
    border-right: 1px solid #000;
}

@media screen and (max-width:767px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        padding: 0 0 30px;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 120px 20px 20px;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:before {
        left: 0;
        right: auto;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        border: none;
        border-bottom: 1px solid #000;
        transform: translateX(-50%) translateY(0);
        top: 0;
        left: 50%;
        right: auto;
    }
}

.homeagain_section {
    position: relative;
}

.hm_agn_head {
    text-align: center;
}

.hm_agn_head h2 {
    text-transform: uppercase;
    color: #0e6f04;
    font-weight: 600;
    font-size: 62px;
    margin: 54px 0 15px;
}

.tab .nav-tabs {
    border-bottom: 5px solid #0e6f04;
    justify-content: center;
}

.tab .nav-tabs li a {
    display: block;
    padding: 7px 10px;
    border: 2px solid #222222;
    border-radius: 29px;
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #222222;
    text-align: center;
    margin: 0 5px 30px 0;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
}

.tab-content>.active {
    opacity: 1;
}

.tab .nav-tabs li a:hover,
.tab .nav-tabs li a.active {
    background: #0e6f04;
    color: #fff;
    border: 2px solid;
}

.tab .nav-tabs li a:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #0e6f04;
    border-radius: 50%;
    margin: 0 auto;
    position: absolute;
    bottom: -41px;
    left: 0;
    right: 0;
}

.tab .nav-tabs li a.active:before {
    background: #0e6f04;
    border: 2px solid #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
    transform: scale(2);
}

.tab .tab-content {
    padding: 20px;
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
    background: #fff;
    line-height: 30px;
    height: 490px;
    overflow-y: auto;
    box-shadow: 0px 7px 5px #a1a1a1;
}

.tab .tab-content h2 {
    font-size: 26px;
    margin: 14px 0 9px;
    color: #0e6f04;
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .tab .nav-tabs li a:before,
    .tab .nav-tabs li.active a:before {
        width: 0;
        height: 0;
        background: none;
        box-shadow: none;
        border: none;
        bottom: -10px;
        transform: scale(1);
    }
    .tab .nav-tabs li.active a:before {
        border-top: 10px solid #593082;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
}

.tb_content_ p {
    line-height: 26px;
    margin-bottom: 10px;
}

.trsuterow {
    text-align: center;
    margin: 0px;
}

.trsuterow .col-md-3 {
    padding: 20px 10px;
    border: 1px dashed #7a7a7a;
}

.trstee_list h3 {
    text-transform: uppercase;
    color: #0e6f04;
    font-size: 20px;
}

.trstee_list span {
    display: block;
}

._mvv_rows {
    text-align: center;
    margin: 0px;
}

._mvv_rows .col-md-6 {
    padding: 20px 18px;
    color: #fff;
    background-color: #0e6f04;
}

._mvv_rows .col-md-6:nth-child(2) {
    background-color: #126109;
}

.mvv_list h3 {
    text-transform: uppercase;
    font-size: 31px;
    margin: 0 0 10px;
}

.mvv_list p {
    margin-bottom: 6px;
    line-height: 26px;
    border-bottom: 1px dashed;
    padding-bottom: 6px;
}

.mvv_list p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.helplineimg {
    position: relative;
    text-align: center;
}

.magazine_img,
.library_img {
    text-align: center;
}

.cnt_head_title {
    text-align: center;
}

.cnt_head_title h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: green;
    font-size: 50px;
    margin: 37px 0 22px;
    display: inline-block;
    border-bottom: 2px dashed;
}

.home_again_event_title_head {
    text-align: center;
}

.home_again_event_title_head h2 {
    text-transform: uppercase;
    color: #0e6f04;
    font-weight: 600;
    font-size: 50px;
    margin: 24px 0 23px;
    display: inline-block;
    border-bottom: 2px dashed;
}

.hom_ag_evnt_row {
    position: relative;
    margin: 0px;
}

.hom_ag_evnt_row .col-md-4 {
    padding: 20px 10px;
}

.hom_ag_evnt_row .col-md-4:nth-child(1),
.hom_ag_evnt_row .col-md-4:nth-child(3),
.hom_ag_evnt_row .col-md-4:nth-child(5),
.hom_ag_evnt_row .col-md-4:nth-child(7),
.hom_ag_evnt_row .col-md-4:nth-child(9),
.hom_ag_evnt_row .col-md-4:nth-child(11) {
    background-color: #d8efd6;
}

.hmagn_evnt_list {
    position: relative;
    text-align: center;
}

.hmagn_evnt_list img {
    display: inline-block;
}

.hmagn_evnt_list span {
    display: block;
    margin: 11px 0 0;
}

.view_more_home_agn_envnts {
    text-align: center;
}

.view_more_home_agn_envnts a {
    display: inline-block;
    background: green;
    color: #fff;
    font-size: 22px;
    padding: 10px 15px;
    border-radius: 6px;
    margin: 19px 0 0;
}

.video_rows {
    justify-content: center;
    margin: 0px;
}

.video_rows .col-md-4 {
    box-shadow: 0px 0px 10px #ccc;
    background: #f7f7f7;
    padding: 13px;
    border-radius: 20px;
}

.video_list {
    text-align: center;
}

.video_list video {
    width: 100%;
    border-radius: 15px;
}

.video_list iframe {
    width: 100%;
    height: 197px;
    border-radius: 15px;
}

.video_list h2 {
    font-size: 20px;
    color: #0e6f04;
    margin: 8px 0 0;
}

.pp_modal .close {
    position: absolute;
    right: 16px;
    top: 0px;
    z-index: 9;
    opacity: 1;
    background: #35b335;
    color: #fff;
    font-size: 23px;
    padding: 7px 9px;
}

.pp_modal .modal-header {
    padding: 0px;
    border: 0px;
}

.pp_modal .modal-body {
    padding: 33px 0;
}

.pressrelase_title {
    text-align: center;
    margin: 27px 0 19px;
}

.pressrelase_title h2 {
    color: #0e6f04;
    margin: 0 0 0;
}

.itrwmsinfo,
.innal_wmns_day {
    margin-bottom: 30px;
}

.pp_content {
    text-align: center;
}

.pp_content h3 {
    font-size: 18px;
    margin: 0 0 7px;
}

.pp_content h2 {
    font-size: 23px;
    text-transform: uppercase;
    color: green;
    font-weight: 600;
}

.pp_content p {
    font-size: 16px;
    margin: 0 0 9px;
}

.pp_content a {
    display: inline-block;
    background: #ff7f24;
    color: #fff;
    font-size: 17px;
    padding: 5px 9px;
}

.modal-dialog.pp_dialouge {
    margin-top: 7%;
}
.modal-dialog.pp_dialouge1 {
    margin-top: 25%;
    max-width: 600px;
}
.pp_content h3 span {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #097209;
    display: block;
    padding-bottom: 7px;
}
/* Popup box styling */
.popup_box {
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
  }
  
  /* Heading styles */
  .popup_box h3 {
    color: #2b8e2b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  
  .popup_box p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  /* Button style */
  .open-gallery-btn {
    background-color: #ff7f2a;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s;
  }
  
  .open-gallery-btn:hover {
    background-color: #e66900;
  }
  
  /* Gallery section */
  .gallery-new {
    display: none;
    margin-top: 30px;  
  }
  
  .gallery-new-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }  
.gallery-new-images .row{
    width: 100%;
}

.team_m_content .close {
    position: absolute;
    background: #35b335;
    opacity: 1;
    color: #fff;
    padding: 10px 9px;
    right: 16px;
    top: 15px;
    z-index: 1;
}
  
  .team_modal_doilauge.modal-dialog {
    max-width: 682px;
    margin-top: 7%
  }
  
  .team_m_content.modal-content {
    border: 7px solid #d2d2d2;
    padding: 18px 0px;
  }
  .team_header h4 span {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 27px;
    color: #075a07;
}
.team_modal .modal-header {
    display: block;
    padding: 0px; 
    text-align: center;
}

.modal-body .gallery_list .box {
    height: 130px;
}
.team_modal .modal-body{
    padding: 60px 20px 10px;
}
.team_modal .modal-content {
    border: 7px solid #b5cce6;
    height: 550px;
    overflow-y: auto;
    overflow-x: hidden;
}