/* One Thimphu */


/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Manjari:100,400,700|Montserrat+Alternates:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/*
	font-family: 'Montserrat Alternates', sans-serif;
	font-family: 'Manjari', sans-serif;
*/

@import url('owl.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('custom-animate.css');

/*** 

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

 ***/

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


/*** 

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

 ***/

body {
    font-size: 15px;
    color: #757575;
    line-height: 1.6em;
    font-weight: 500;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Montserrat Alternates', sans-serif;
}

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

.theme_color {
    color: #779076;
}

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

.customh3 {
    color: #5cb352;
    text-align: center;
    position: relative;
    font-weight: bold;
    padding-top: 20px;
    font-size: 20px;
    background: none;
    line-height: 1.3em;
    font-family: 'Manjari', sans-serif;
}

.cus-text {
    font-family: 'Manjari', sans-serif;
    font-size: 15px;
}

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

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
    color: #779076;
}

h3 {
    font-size: 24px;
    color: #779076;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

input,
select,
button {
    font-family: 'Montserrat Alternates', sans-serif;
}

textarea {
    overflow: hidden;
    resize: none;
}

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

p {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0 0 15px;
}

.text {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0 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: #f1f1f1;
}

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

.auto-container2 {
    position: static;
    padding: 0px 15px;
    margin: 0 auto;
    background-color: #fef6e7;
}

.auto-container-home {
    position: static;
    max-width: 1400px;
    padding: 0px 15px;
    margin: 0 auto;
}

.auto-container-impact {
    position: static;
    max-width: 1200px;
    padding: 40px 15px;
    margin: 0 auto;
    background-color: #fef6e7;
}

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;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    font-family: 'Manjari', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 18px 30px 12px;
    background: #779076;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-title {
    background: #222222;
    color: #ffffff;
}


/*Btn Style Two*/

.btn-style-two {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    font-family: 'Manjari', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    padding: 18px 30px 12px;
    background: #ffffff;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    padding-right: 5px;
    font-size: 12px;
}

.btn-style-two:hover .btn-title {
    background: #779076;
    color: #ffffff;
}


/*Btn Style Three*/

.btn-style-three {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    font-family: 'Manjari', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-three .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    padding: 16px 35px 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-three .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    padding-right: 5px;
    font-size: 12px;
}

.btn-style-three:hover .btn-title {
    background: #779076;
    color: #ffffff;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

.fa {
    line-height: inherit;
}


/*** 

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

***/

/* Image Comparison Wrapper */
.image-comparison-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 50px 0 30px;
    background-color: #fef6e7;
}

/* Image Comparison Slider Styles */
.image-comparison-section {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}

.title-box {
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.image-comparison-section .section-title {
    margin: 0;
    font-size: 26px;
    color: #779076;
    text-align: center;
}

@media (max-width: 767px) {
    .image-comparison-section {
        min-width: 100%;
    }
}

.image-comparison {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.image-comparison .image-container {
    position: relative;
    height: 500px;
}

.image-comparison img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-comparison img:last-child {
    width: 50%;
}

.image-label {
    position: absolute;
    top: 30px;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 8px 16px 0px;
    border-radius: 4px;
    background-color: #779076;
    transition: opacity 0.3s ease;
    z-index: 20;
}

.image-label.before {
    left: 30px;
    font-family: 'Manjari',
        sans-serif;
}

.image-label.after {
    right: 30px;
    font-family: 'Manjari',
        sans-serif;
}

.slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    background-color: #fff;
    cursor: ew-resize;
    z-index: 10;
    transform: translateX(-50%);
}

.slider-handle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.slider-handle:after {
    content: '↔';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #333;
}

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 56px;
    height: 56px;
    color: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.20);
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222222;
    border-radius: 0px;
    display: none;
    -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 {
    border-color: #779076;
    background: #779076;
}

/* Counter Section Styles */
.counter-section {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.counter-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.counter-box {
    text-align: center;
    min-width: 200px;
}

.counter {
    font-size: 25px;
    font-weight: 700;
    color: #779076;
    margin-bottom: 10px;
}

.counter-box p {
    font-size: 18px;
    color: #333;
}

@media (max-width: 767px) {
    .counter-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .counter {
        font-size: 36px;
    }
}



/* Counter Section Styles */
.counter-section2 {
    padding: 0px 0;
    background-color: #f8f8f8;
}

.counter-wrapper2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
}

.counter-box2 {
    text-align: center;
    min-width: 200px;
}

.counter2 {
    font-size: 25px;
    font-weight: 700;
    color: #779076;
    margin-bottom: 10px;
}

.counter-box2 p {
    font-size: 18px;
    color: #333;
}

@media (max-width: 767px) {
    .counter-wrapper2 {
        flex-direction: column;
        align-items: center;
    }

    .counter2 {
        font-size: 36px;
    }
}




/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    background: none;
}

.header-top {
    position: relative;
}

.header-top .inner {
    position: relative;
}

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

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

.header-top-one {
    background: none;
    padding: 10px 40px;
    font-size: 14px;
    border-bottom: 1px solid #e2eef2;
    line-height: 30px;
    background: #222222;
    color: #ffffff;
}

.header-top-one .auto-container {
    max-width: none;
}

.header-top-one .mid-text {
    position: relative;
    float: left;
    margin-left: 50px;
    line-height: 28px;
    color: #a1a1a1;
}

.header-top-one .mid-text span {
    font-family: 'Manjari', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}

.header-top-one .welcome-text {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}

.header-top-one .welcome-text .flag {
    position: relative;
    top: 4px;
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/icons/icon-flag.png) left center no-repeat;
}

.header-top-one .welcome-text .arrow {
    position: relative;
    top: 6px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #3e3e3e;
    font-size: 7px;
    margin-left: 5px;
    border-radius: 50%;
}

.header-top-one .email {
    position: relative;
    float: left;
    font-weight: 500;
    margin-left: 20px;
    padding-left: 21px;
}

.header-top-one .email:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
}

.header-top-one .email a {
    color: #ffffff;
}

.header-top-one .email .icon {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #779076;
    padding-right: 7px;
}

.header-top-one .email a:hover {
    text-decoration: underline;
    color: #779076;
}

.header-top-one .hours {
    position: relative;
    float: left;
    margin-left: 20px;
    padding-left: 21px;
    z-index: 5;
}

.header-top-one .hours:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
}

.header-top-one .hours .hours-btn {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    display: block;
    background: #779076;
    line-height: 24px;
    padding: 3px 15px;
    border-radius: 15px;
    cursor: pointer;
}

.header-top-one .hours .hours-btn .arrow {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 8px;
    margin-left: 7px;
}

.header-top-one .hours .hours-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 10px;
}

.header-top-one .hours .hours-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    width: 200px;
    background: #222222;
    border-top: 2px solid #779076;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.header-top-one .hours:hover .hours-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header-top-one .hours .hours-dropdown li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-top-one .hours .hours-dropdown li:last-child {
    border: none;
}

.header-top-one .hours .hours-dropdown li a {
    position: relative;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.header-top-one .hours .hours-dropdown li a:hover {
    color: #779076;
}

.header-top-one .phone {
    position: relative;
    float: left;
    font-weight: 500;
    font-size: 14px;
}

.header-top-one .phone a {
    color: #ffffff;
}

.header-top-one .phone .icon {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #779076;
    padding-right: 7px;
}

.header-top-one .phone a:hover {
    text-decoration: underline;
    color: #779076;
}


/*=== Header Main Box ===*/

.main-header .header-upper {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    -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;
    z-index: 1;
}

.fixed-header.header-style-one .header-upper,
.fixed-header.header-style-two .header-upper,
.fixed-header .header-upper {
    position: fixed;
    -webkit-animation-name: slideInDown;
    -webkit-animation-duration: 700ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: slideInDown;
    -moz-animation-duration: 700ms;
    -moz-animation-timing-function: ease;
    -ms-animation-name: slideInDown;
    -ms-animation-duration: 700ms;
    -ms-animation-timing-function: ease;
    animation-name: slideInDown;
    animation-duration: 700ms;
    animation-timing-function: ease;
}

.header-style-one .header-upper .auto-container {
    max-width: none;
}

.header-style-one .header-upper .inner-container {
    position: relative;
    padding: 0px 0px;
}

.main-header .header-upper {
    position: relative;
    background: #ffffff;
}

.navigation {
    margin-left: auto !important;
    margin-right: 0 !important;
    display: flex;
    justify-content: flex-end;
}

.main-header .header-upper .logo-box {
    display: none;
}


/* Fixed Logo Bar */
.fixed-logo-bar {
    position: fixed;
    top: 50px;
    /* Adjusted to appear below navbar (approx. header height) */
    left: 0;
    width: 100%;
    background-color: transparent;
    /* Transparent background */
    text-align: left;
    padding: 10px 0 10px 15px;
    /* Left padding aligns with auto-container */
    z-index: 1000;
}

.fixed-logo-bar .auto-container {
    display: flex;
    justify-content: flex-start;
}

.fixed-logo-bar img {
    max-height: 70px;
    width: 100%;
}


.main-header .header-upper .logo-box .logo {
    position: relative;
    float: left;
    display: block;
}

.main-header .header-upper .logo-box .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    max-height: 100px;
    z-index: 1;
}

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

.main-header .search-btn-one {
    position: relative;
    float: left;
    margin-left: 25px;
    margin-top: 12px;
    padding-left: 21px;
}

.main-header .search-btn-one:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header .search-btn-one button {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Manjari', sans-serif;
    color: #757575;
    cursor: pointer;
}

.main-header .search-btn-one button .icon {
    position: absolute;
    top: 2px;
    color: #aaaaaa;
    display: inline-block;
    line-height: 30px;
    padding-left: 20px;
}

.main-header .nav-outer {
    position: relative;
    float: right;
    z-index: 1;
    width: 100%;
}

.header-style-one .header-upper .nav-outer {
    width: 100%;
    text-align: center;
}

.main-menu .nav-outer .main-menu {
    position: relative;
}

.header-style-one .header-upper .nav-outer .main-menu {
    position: relative;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    font-family: 'Montserrat Alternates', sans-serif;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    margin-right: 20px;
    -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:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li:last-child:after {
    display: none;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
    padding: 5px 0px;
    opacity: 1;
    -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.dropdown>a {
    padding-right: 15px;
    cursor: pointer;
    pointer-events: none;


}

.main-menu .navigation>li.dropdown>a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    position: absolute;
    right: 0px;
    line-height: 32px;
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 900;
}

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

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.header-style-two .header-upper .main-menu .navigation>li:hover>a,
.header-style-two .header-upper .main-menu .navigation>li.current>a,
.header-style-two .header-upper .main-menu .navigation>li.current>a:before,
.header-style-two .header-upper .main-menu .navigation>li:hover>a:before {
    color: #779076;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: #779076;
}

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

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 10px;
    width: 260px;
    z-index: 100;
    display: none;
    background: #ffffff;
    padding: 5px 0px;
    border: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -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:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
}

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

.main-menu .navigation>li>ul>li {
    position: relative;
    padding: 0px 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0px;
    padding-left: 22px;
    line-height: 26px;
    font-weight: 500;
    font-size: 14px;
    color: #757575;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a:before,
.main-menu .navigation>li>ul>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a:after,
.main-menu .navigation>li>ul>li>ul>li>a:after {
    content: '';
    position: absolute;
    left: -14px;
    top: 24px;
    width: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    background: #779076;
    border-color: #779076;
}

.main-menu .navigation>li>ul>li:hover>a:after,
.main-menu .navigation>li>ul>li>ul>li:hover>a:after {
    border-color: #779076;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

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

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

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 0;
    width: 260px;
    z-index: 100;
    display: none;
    background: #ffffff;
    padding: 5px 0px;
    border: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -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:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    width: 10px;
    height: 100%;
}

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

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    padding: 0px 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0px;
    padding-left: 22px;
    line-height: 26px;
    font-weight: 500;
    font-size: 14px;
    color: #757575;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

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

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

.main-menu .navigation li ul>li.dropdown:after {
    font-family: 'Manjari', sans-serif;
    content: "+";
    position: absolute;
    right: 30px;
    top: 10px;
    display: block;
    line-height: 30px;
    color: #757575;
    font-size: 24px;
    font-weight: 300;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    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;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    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;
}

.header-style-one .header-upper {
    position: relative;
}

.header-style-one .other-links {
    position: relative;
    float: right;
}

.c-tooltip {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 86px;
    margin-left: -43px;
    margin-top: 15px;
    text-align: center;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.c-tooltip .tooltip-inner {
    position: relative;
    display: block;
    margin-bottom: 12px;
    min-width: 86px;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 11px;
    color: #ffffff;
    background: #222222;
    text-transform: uppercase;
    border-radius: 7px;
}

.c-tooltip .tooltip-inner:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 100%;
    border: 5px solid transparent;
    border-bottom: 5px solid #222222;
}

.has-tooltip:hover .c-tooltip {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.header-style-one .other-links .social-links-one {
    position: relative;
    float: left;
    margin-left: 25px;
    margin-top: 30px;
    padding-left: 26px;
}

.header-style-one .other-links .social-links-one:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

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

.social-links-one li {
    position: relative;
    float: left;
    margin-left: 10px;
}

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

.social-links-one li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
    background: #ffffff;
    color: #aaaaaa;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.social-links-one li a:hover {
    background: #779076;
    border-color: #779076;
    color: #ffffff;
}

.header-style-one .other-links .language {
    position: relative;
    float: left;
    padding-top: 30px;
    z-index: 5;
}

.header-style-one .other-links .language .lang-btn {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: #757575;
    font-weight: 400;
    font-family: 'Manjari', sans-serif;
    cursor: pointer;
}

.header-style-one .other-links .language .lang-btn .icon {
    position: relative;
    top: -1px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}

.header-style-one .other-links .language .lang-btn .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-style-one .other-links .language .lang-btn .arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px;
}

.header-style-one .other-links .language .lang-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 26px;
}

.header-style-one .other-links .language .lang-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 26px;
    width: 180px;
    background: #222222;
    border-top: 2px solid #779076;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.header-style-one .other-links .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header-style-one .other-links .language .lang-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-style-one .other-links .language .lang-dropdown li:last-child {
    border: none;
}

.header-style-one .other-links .language .lang-dropdown li a {
    position: relative;
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.header-style-one .other-links .language .lang-dropdown li a:hover {
    color: #779076;
}

/*** 

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

***/

.sticky-header {
    display: none;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    -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: 99901;
    visibility: visible;
}

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

.sticky-header .main-menu .navigation>li {
    margin-left: 40px !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 {
    font-family: 'Font Awesome 5 Free';
    padding: 21px 0px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #25283a;
    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>ul>li>ul {
    left: auto;
    right: 100%;
}

.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;
}


/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.0);
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
}

.search-popup:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
}

.search-popup.popup-visible:before {
    transition: all 500ms ease 100ms;
    -moz-transition: all 500ms ease 100ms;
    -webkit-transition: all 500ms ease 100ms;
    -ms-transition: all 500ms ease 100ms;
    -o-transition: all 500ms ease 100ms;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup.popup-visible {
    opacity: 1;
    visibility: visible;
}

body.search-visible {
    overflow: hidden;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.70;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 10;
}

.search-popup.popup-visible .search-form {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease 500ms;
    -moz-transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.50);
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    background: #779076;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    background: #779076;
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .recent-searches li a:hover {
    color: #779076;
    border-color: #779076;
}


/*** 

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

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0px;
    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 .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.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(0, 0, 0, 0.70);
    -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: 0.70;
    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: 16px;
    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 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

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

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.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: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -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: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 3px solid #779076;
    -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:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    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>a {
    padding-right: 30px;
    pointer-events: none;
    cursor: pointer;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -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 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    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;
}


/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image {
    background: url(../images/icons/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}


/*** 

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

***/

.banner-section {
    position: relative;
    z-index: 1;
}

.banner-one {
    position: relative;
}

.banner-carousel {
    position: relative;
    z-index: 1;
}

.banner-carousel .slide-item {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 30px 0px;
    overflow: hidden;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
}

.banner-carousel .content-box {
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 700px;
    padding: 20px 0px;
    z-index: 5;
}

.banner-carousel .content-box .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0px;
}

.banner-carousel .content-box .inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 600px;
}

.banner-carousel .content-box .subtitle {
    display: block;
    font-size: 18px;
    line-height: 1.6em;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.banner-carousel .active .content-box .subtitle {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box h1 {
    display: block;
    font-size: 72px;
    line-height: 1.05em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 10px;
    text-transform: uppercase !important;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    text-transform: capitalize;
}

.banner-carousel .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-carousel .content-box .text {
    display: block;
    font-size: 16px;
    line-height: 1.7em;
    color: #ffffff;
    font-weight: 500;
    opacity: 0;
    margin-bottom: 35px;
    max-width: 450px;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel .active .content-box .text {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 700ms;
    -moz-transition-delay: 700ms;
    -ms-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms;
}

.banner-carousel .content-box .links-box {
    position: relative;
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}

.banner-carousel .active .content-box .links-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -ms-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.banner-carousel .links-box .theme-btn {
    vertical-align: top;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    min-width: 180px;
}

.banner-carousel .next-slide {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 650px;
    padding: 30px 80px 30px 50px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    -webkit-transform: translateX(120px);
    -moz-transform: translateX(120px);
    -ms-transform: translateX(120px);
    -o-transform: translateX(120px);
    transform: translateX(120px);
}

.banner-carousel .active .next-slide {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-carousel .next-slide .inner {
    position: relative;
    display: block;
    padding-left: 100px;
    padding-right: 30px;
}

.banner-carousel .next-slide .count {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    font-size: 36px;
    color: #779076;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    line-height: 60px;
}

.banner-carousel .next-slide .count:after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    height: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}

.banner-carousel .next-slide .text {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    line-height: 30px;
    padding: 15px 0px;
}

.banner-carousel .next-slide .arrow {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
}

.banner-section .owl-theme .owl-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -56.5px;
    width: 113px;
    height: 56px;
    -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-theme .owl-nav:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: -0.5px;
    height: 32px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.banner-section .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    background: none;
    height: 56px;
    width: 56px;
    border: none;
    text-align: center;
    line-height: 56px;
    color: #bcbcbc;
    font-size: 20px;
    border-radius: 0;
    opacity: 1;
    -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-theme .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    background: none;
    height: 56px;
    width: 56px;
    border: none;
    text-align: center;
    line-height: 56px;
    color: #bcbcbc;
    font-size: 20px;
    border-radius: 0;
    opacity: 1;
    -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-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    color: #779076;
    background: none;
}

.banner-section .owl-theme .owl-dots {
    display: none;
}


/*** 

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

***/
.clean-section {
    position: relative;
    padding: 40px 0px 0px;
    background: #fef6e7;
}

.clean-section2 {
    position: relative;
    background: #fef6e7;
}

.clean-section .sec-title {

    font-size: 18px;
}

.sec-title {
    position: relative;
    margin-bottom: 60px;
}

.sec-title.centered {
    margin: 0 auto 60px;
}

.sec-title2 {
    position: relative;
}

.sec-title2.centered {
    margin: 0 auto 20px;
}
.sec-title3 {
    position: relative;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 1.25em;
    color: #779076;
    font-weight: 700;
    margin-bottom: 0px;
}

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

.lower-text2 {
    position: relative;
    text-align: center;
    font-family: 'Niconne', cursive;
    display: block;
    font-size: 28px;
    line-height: 1.6em;
    font-weight: 500;
    color: #337c2b;
    padding: 20px 0px 0px;
}


.lower-text3 {
    position: relative;
    font-family: 'Niconne', cursive;
    display: block;
    font-size: 25px;
    font-weight: 200;
    line-height: 1.5em;
    color: #3d653c;
    padding: 20px 0px 0px;
}

.sec-title .lower-text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    color: #779076;
    padding: 20px 0px 0px;
}

.sec-title.centered .lower-text {
    max-width: 1000px;
    margin: 0 auto;
}

.sec-title.with-separator h2 {
    padding-bottom: 27px;
}

.sec-title.centered .separator {
    margin: 0 auto;
}

.sec-title .separator {
    position: relative;
    width: 26px;
    height: 0;
}

.sec-title .separator:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 100%;
    margin-left: 10px;
    width: 36px;
    border-bottom: 2px solid #779076;
}

.sec-title .separator:after {
    content: '';
    position: absolute;
    top: -7px;
    right: 100%;
    margin-right: 10px;
    width: 36px;
    border-bottom: 2px solid #779076;
    display: none;
}

.sec-title.centered .separator:after {
    display: block;
}

.sec-title .separator .cir {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #779076;
    border-radius: 50%;
}

.sec-title .separator .c-1 {
    left: 0;
}

.sec-title .separator .c-2 {
    left: 7px;
    background: #779076;
}

.sec-title .separator .c-3 {
    left: auto;
    right: 0;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after {
    border-color: #ffffff;
}

.sec-title.light .separator .cir {
    border-color: #ffffff;
}

.sec-title.light .separator .c-2 {
    background: #ffffff;
}

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

.list-style-one li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    padding-left: 25px;
}

.list-style-one li:before {
    content: "\f11c";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Flaticon';
    color: #779076;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section {
    position: relative;
    padding: 40px 0px 20px;
    background: #fef6e7;
}

.welcome-section .sec-title {
    margin-bottom: 10px;
}

.featured-block {
    position: relative;
    margin-bottom: 30px;
}

.featured-block .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.featured-block .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.featured-block .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

.featured-block .content-box {
    position: relative;
    display: block;
    padding: 50px 25px 50px 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;
}

.featured-block .content-box .content {
    position: relative;
    padding-left: 100px;
    min-height: 80px;
}

.featured-block .content-box .subtitle {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: 'Manjari', sans-serif;
}

.featured-block .content-box h4 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 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;
}

.featured-block .content-box h4 a {
    color: #222222;
}

.featured-block .content-box h4 a:hover {
    color: #779076;
}

.featured-block .content-box .icon-box {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 80px;
    height: 80px;
    color: #779076;
    font-size: 60px;
    line-height: 80px;
}

.featured-block .content-box .icon-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.featured-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.featured-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.featured-block .hover-box .inner {
    position: relative;
    display: block;
    padding: 35px 30px 15px;
}

.featured-block .hover-box h4 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.30em;
    max-width: 220px;
    margin: 0 0 10px;
}

.featured-block .hover-box h4 a {
    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;
}

.featured-block .hover-box h4 a:hover {
    color: #779076;
}

.featured-block .hover-box .text {
    color: #b2b2b2;
    line-height: 1.6em;
}

.featured-block .more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    line-height: 30px;
    text-align: center;
    color: #779076;
    font-size: 18px;
    z-index: 2;
}

.featured-block .more-link a {
    position: relative;
    display: block;
    line-height: 42px;
    color: #779076;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .more-link a:before {
    content: '';
    position: absolute;
    right: -85px;
    bottom: -85px;
    width: 140px;
    height: 140px;
    background: #edd5b9;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .more-link a span,
.featured-block .more-link a i {
    position: relative;
    z-index: 1;
}

.featured-block .inner-box:hover .more-link a:before {
    background: #779076;
}

.featured-block .inner-box:hover .more-link a {
    color: #ffffff;
}


/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 100px 0px;
    background: #161616;
    color: #a7a7a7;
}

.about-section .sec-title {
    margin-bottom: 50px;
}

.about-section .content-box {
    position: relative;
}

.about-section .content {
    position: relative;
    max-width: 585px;
}

.about-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}

.about-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.about-section .upper-text {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.about-section .upper-text .big-letter {
    position: relative;
    display: block;
    color: #ffffff;
    background: #779076;
    float: left;
    font-family: 'Manjari', sans-serif;
    font-size: 60px;
    width: 72px;
    height: 72px;
    font-weight: 700;
    line-height: 72px;
    padding-top: 12px;
    text-align: center;
    margin: 0px 30px 10px 0px;
}

.about-section .text {
    position: relative;
    margin-bottom: 45px;
    line-height: 1.6em;
}

.about-section .signature {
    position: relative;
    margin-bottom: 35px;
}

.about-section .info {
    position: relative;
    font-size: 15px;
    color: #a7a7a7;
    line-height: 1.5em;
}

.about-section .info .name {
    position: relative;
    font-family: 'Manjari', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}

.about-section .quote-box {
    position: absolute;
    right: 100px;
    bottom: 100px;
    width: 60px;
    height: 60px;
}

.about-section .quote-box .round-point {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    background: #779076;
    color: #ffffff;
    font-weight: 300;
    cursor: pointer;
    border-radius: 50%;
}

.about-section .quote-box .round-point:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    background: #779076;
    opacity: 0.30;
    border-radius: 50%;
}

.about-section .quote-box .inner {
    position: absolute;
    right: 0px;
    bottom: 100%;
    margin-bottom: 60px;
    width: 350px;
    padding: 35px 30px 30px;
    line-height: 24px;
    color: #ffffff;
    background: #779076;
    -ms-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05), 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05), 0px 20px 30px 0px rgba(0, 0, 0, 0.05);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-section .quote-box .inner:before {
    content: '';
    position: absolute;
    right: 30px;
    top: 100%;
    border: 20px solid transparent;
    border-top: 20px solid #779076;
    border-right: 20px solid #779076;
}

.about-section .quote-box:hover .inner {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.about-section .quote-box .icon-one {
    position: absolute;
    right: -20px;
    top: 0px;
    line-height: 1em;
    font-size: 224px;
    color: rgba(0, 0, 0, 0.07);
}

.about-section .quote-box .icon-two {
    position: relative;
    line-height: 1em;
    font-size: 48px;
    color: #ffffff;
    margin-bottom: 15px;
}

.about-section .quote-box .text {
    position: relative;
    font-family: 'Manjari', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0;
}


/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: 40px 0px 10px;
    /* background: #f1f1f1; */
    background-image: url(../images/background/bg1.png);
    background-size: cover;
    /* Ensure the background image covers the entire section */
    background-position: center;
    /* Center the background image */
    display: flex;
    /* Use Flexbox to center content */
    align-items: center;
    /* Center content vertically */
    justify-content: center;
    /* Center content horizontally */
}

.services-section .image-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.services-section .image-left .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 390px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.services-section .image-left .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #779076;
    opacity: 0.65;
}

.featured-service-block {
    position: relative;
    margin-bottom: 30px;
}

.featured-service-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-right: 10px;
}

.featured-service-block .image-box {
    position: relative;
    display: block;
}

.featured-service-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.featured-service-block .lower-box {
    position: relative;
    display: block;
    padding: 35px 20px;
    color: #ffffff;
    background: #779076;
}

.featured-service-block .lower-box a {
    color: #ffffff;
}

.featured-service-block h3 {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.35em;
}

.featured-service-block .more-link {
    position: relative;
    display: block;
}

.featured-service-block .more-link a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Manjari', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
    line-height: 20px;
    border-bottom: 2px solid #ffffff;
}

.featured-service-block .more-link a:hover {
    color: #222222;
    border-color: #222222;
}

.services-section .column .col-inner {
    position: relative;
    margin-right: -320px;
}

.featured-block-two {
    position: relative;
    margin-bottom: 30px;
}

.featured-block-two .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 45px 50px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.featured-block-two .content-box {
    position: relative;
    display: block;
    padding-left: 100px;
    min-height: 162px;

}

.featured-block-two .content-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 71px;
    height: 162px;
    color: #779076;
    text-align: center;
}

.featured-block-two .content-box .icon-box:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 46px;
    bottom: 46px;
    width: 70px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.featured-block-two .inner-box:hover .content-box .icon-box {
    color: #ffffff;
}

.featured-block-two .inner-box:hover .content-box .icon-box:before {
    top: 0;
    bottom: 0;
    background: #779076;
}

.featured-block-two .content-box .icon-box:after {
    content: '';
    position: absolute;
    left: 35px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.featured-block-two .content-box .icon-box .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 42px;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-two .content-box .content {
    position: relative;
    display: block;

}

.featured-block-two .content-box h4 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 15px;

}

.featured-block-two .content-box h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-two .content-box h4 a:hover {
    color: #779076;
}

.featured-block-two .content-box .text {
    margin-bottom: 25px;


}

.featured-block-two .read-more a {
    position: relative;
    display: block;
    padding-top: 6px;
    color: #779076;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Manjari', sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.read-more-box {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid #779076;
    margin-top: 10px;
    transition: all 0.3s ease;
}

.read-more-box a {
    color: #779076;
    text-decoration: none;
    font-weight: 500;
}

.read-more-box:hover {
    background-color: #f5f5f5;
    border-color: #5a6e5b;
}

.read-more-box:hover a {
    color: #5a6e5b;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


/*** 

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    background: #fff6e7;
    overflow: hidden;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
    background-color: #f1f1f1;
}

.owl-theme .news-block {
    margin-bottom: 0;
}

.news-section .news-carousel .owl-stage-outer {
    overflow: visible;
}

.news-section .news-carousel .news-block {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-section .news-carousel .active .news-block {
    opacity: 1;
    visibility: visible;
}

.news-block .inner-box {
    position: relative;
    display: block;
}

.news-block .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block .image,
.news-block .image img {
    display: block;
	height: 300px;
    object-fit: cover;
    width: 100%;
}

.news-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.news-block .hover-box .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.0);
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .hover-box .link a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #ffffff;
    text-align: center;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block .hover-box .link a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin: -15px 0px 0px -15px;
}

.news-block .hover-box .single-link {
    left: auto;
    right: 0;
}

.news-block .hover-box .single-link a {
    background: #779076;
}

.news-block .lower-box {
    position: relative;
    display: block;
    padding: 30px 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    font-family: 'Manjari', sans-serif;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.news-block .lower-box .upper-info {
    position: relative;
    padding-bottom: 20px;
}

.news-block .lower-box h4 {
    position: relative;
    margin-bottom: 12px;
    font-weight: 700;
    z-index: 1;
}

.news-block .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block .lower-box h4 a:hover {
    color: #779076;
    text-decoration: underline;
}

.news-block .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
}

.news-block .lower-box .cat-info a {
    color: #757575;
}

.news-block .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 14px;
    color: #779076;
}

.news-block .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 20px;
}

.news-block .author-info {
    position: relative;
    float: left;
    padding-left: 65px;
    min-height: 50px;
    padding-top: 8px;
}

.news-block .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%;
}

.news-block .author-info .author-title {
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 600;
}

.news-block .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase;
}

.news-block .comments-info {
    position: relative;
    float: right;
    padding: 13px 0px;
    line-height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 15px;
}

.news-block .comments-info a {
    font-size: 14px;
    color: #757575;
    display: block;
}

.news-block .comments-info a .fa {
    padding-right: 3px;
    color: #aaaaaa;
}

.news-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -122px;
}

.news-carousel .owl-nav button.owl-next,
.news-carousel .owl-nav button.owl-prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 62px;
    height: 62px;
    line-height: 60px;
    color: #cccccc;
    font-size: 24px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-carousel .owl-nav .owl-next:hover,
.news-carousel .owl-nav .owl-prev:hover {
    border-color: #779076;
    color: #779076;
}

.news-carousel .owl-dots {
    position: relative;
    display: block;
    padding-top: 40px;
    width: 100%;
    text-align: center;
    display: none;
}

.news-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0px 10px;
}

.news-carousel .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 3px;
    height: 3px;
    background: #aaaaaa;
    outline: 2px solid rgba(0, 0, 0, 0);
    outline-offset: 4px;
}

.news-carousel .owl-dots .owl-dot.active span {
    background: #779076;
    outline-color: #779076;
}

/*** 

====================================================================
	Facts Section
====================================================================

***/

.facts-section {
    position: relative;
    padding: 90px 0px 40px;
    background-color: #f1f1f1;
}

.facts-section .row {
    margin: 0px -20px;
}

.facts-section .fact-column {
    position: relative;
    padding: 0px 20px;
    margin-bottom: 50px;
}

.facts-section .fact-column .inner {
    position: relative;
    display: block;
    min-height: 50px;
}

.facts-section .fact-column .fact-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    line-height: 30px;
    padding: 8px 10px;
    min-height: 50px;
    font-size: 30px;
    font-weight: 500;
    color: #779076;
    font-family: 'Manjari', sans-serif;
    text-align: center;
    border: 2px solid #779076;
}

.facts-section .fact-column .fact-box span {
    position: relative;
}

.facts-section .fact-column .fact-box:before {
    content: '';
    position: absolute;
    left: 100%;
    margin-left: -10px;
    width: 40px;
    top: 24px;
    border-bottom: 1px solid #779076;
}

.facts-section .fact-title {
    position: relative;
    color: #222222;
    font-weight: 700;
    line-height: 25px;
    padding-left: 160px;
    margin-bottom: 30px;
}


/*** 

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

***/

.main-footer {
    position: relative;
    background: #779076;
    color: #999999;
    padding-bottom: 0;
}

.main-footer .widgets-section {
    position: relative;
    padding: 10px 0 0 0;
    margin-bottom: 0;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.main-footer .widget-title {
    position: relative;
    margin-bottom: 20px;
}

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

.main-footer .widget-title h4 {
    position: relative;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0;
}

.main-footer .about-widget .logo {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer .about-widget h5 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}

.main-footer .about-widget .address {
    position: relative;
    margin-bottom: 20px;
}

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

.main-footer .links-widget .column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .links-widget .links li {
    position: relative;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 15px;
}

.main-footer .links-widget .links li:last-child {
    margin-bottom: 0;
}

.main-footer .links-widget .links li a {
    position: relative;
    display: block;
    color: #000000;
    line-height: 24px;
    font-size: 15px;
    text-transform: none;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .links-widget .links li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 0px;
    border-bottom: 2px solid #779076;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.main-footer .links-widget .links li:hover a:before {
    opacity: 1;
    width: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-footer .links-widget .links li a:hover {
    color: #000000;
    padding-left: 20px;
}

.main-footer .num-links li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    font-size: 15px;
}

.main-footer .num-links li:last-child {
    margin-bottom: 0;
}

.main-footer .num-links li a {
    position: relative;
    display: block;
    color: #000000;
    line-height: 24px;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .num-links li .hvr-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.main-footer .num-links li a:hover .hvr-info {
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
}

.main-footer .num-links li a .hvr-info:before {
    content: "\f1be";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: 0;
    color: #000000;
}

.main-footer .num-links li:hover a:before {
    opacity: 1;
    width: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-footer .num-links li a:hover {
    color: #000000;
}

.main-footer .footer-bottom {
    position: relative;
    line-height: 24px;
}

.main-footer .footer-bottom .inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0 5px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .footer-bottom .copyright {
    position: relative;
}

.main-footer .footer-bottom .copyright strong {
    color: #edd5b9;
}

.main-footer .footer-bottom .copyright a {
    color: #edd5b9;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

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

.main-footer .social-links {
    position: relative;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.main-footer .social-links ul {
    position: relative;
}

.main-footer .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 7px;
    line-height: 24px;
}

.main-footer .social-links li a {
    color: #000000;
    font-size: 14px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

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

/*** 

====================================================================
	Default Form
====================================================================

***/

.default-form {
    position: relative;
}

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

.default-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.default-form .row .form-group {
    padding: 0 5px;
}

.default-form .form-group .field-label {
    position: relative;
    display: block;
    color: #7f8a99;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    font-family: 'Manjari', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 15px;
    color: #222222;
    line-height: 28px;
    font-weight: 400;
    padding: 12px 20px 8px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0px;
    font-family: 'Manjari', sans-serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea {
    height: 105px;
    padding-top: 12px;
    resize: none;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
    border-color: #779076;
}

.default-form ::-webkit-input-placeholder {
    color: #757575;
}

.default-form ::-moz-input-placeholder {
    color: #757575;
}

.default-form ::-ms-input-placeholder {
    color: #757575;
}

.default-form label.error {
    color: #ff0000;
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    font-family: 'Manjari', sans-serif;
    padding-top: 5px;
}

.default-form .check-block {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.default-form .check-block input {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.default-form .check-block label {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.default-form .check-block label:before {
    content: '';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    color: #779076;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    border: 1px solid #d0d0d0;
    font-weight: 800;
}

.default-form .check-block input:checked+label:before {
    content: '\f00c';
    border-color: #779076;
}

.content-box .default-form label.error {
    color: #ffffff;
    font-size: 16px;
    padding-top: 10px;
}


/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 52px;
    padding: 10px 20px;
    line-height: 28px;
    font-family: 'Manjari', sans-serif;
    color: #222222;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    right: -5px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    font-style: normal;
    color: #aaaaaa;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    font-family: 'Montserrat Alternates', sans-serif;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 9px 25px !important;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #779076;
}


/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
    position: relative;
    background: #ffffff;
    padding: 170px 0px 120px;
}

.error-section .content {
    position: relative;
    max-width: 580px;
    text-align: center;
    margin: 0 auto;
}

.error-section .big-text {
    position: relative;
    line-height: 0.7em;
    font-size: 240px;
    color: #222222;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
}

.error-section .med-text {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    padding: 10px 10px 0px;
    line-height: 40px;
    font-size: 30px;
    color: #779076;
    background: #ffffff;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
}

.error-section h2 {
    font-weight: 700;
    color: #222222;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.error-section .text {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 30px;
}

.error-section .link-box {
    position: relative;
}

.error-section .link-box .theme-btn {
    position: relative;
    min-width: 200px;
}


/*** 

====================================================================
	Coming Soon
====================================================================

***/

.comming-soon {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}

.comming-soon .outer-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.comming-soon .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
}

.comming-soon .content-inner {
    position: relative;
    width: 100%;
    padding: 50px 5px;
    display: table-cell;
    vertical-align: middle;
}

.comming-soon:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: #000000;
    opacity: 0.60;
}

.comming-soon .logo-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.comming-soon .logo-box img {
    height: 42px;
}

.comming-soon h1 {
    position: relative;
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.comming-soon .social-links {
    position: relative;
    padding-top: 10px;
    text-align: center;
}

.comming-soon .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 7px;
}

.comming-soon .social-links li a {
    position: relative;
    display: block;
    color: #757575;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.comming-soon .social-links li a:hover,
.comming-soon .social-links li a:hover {
    color: #ffffff;
    background: #779076;
    border-color: #779076;
}

.comming-soon .newsletter-form {
    position: relative;
    display: block;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.comming-soon .newsletter-form .instruction {
    position: relative;
    display: block;
    color: #ffffff;
    line-height: 1.5em;
    padding-top: 25px;
}

.comming-soon .newsletter-form .instruction span {
    color: #779076;
}

.comming-soon .newsletter-form form {
    position: relative;
}

.comming-soon .newsletter-form .form-group {
    position: relative;
    margin: 0 0;
    padding-right: 200px;
}

.comming-soon .newsletter-form .form-group input[type="text"],
.comming-soon .newsletter-form .form-group input[type="tel"],
.comming-soon .newsletter-form .form-group input[type="email"],
.comming-soon .newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 12px 20px;
    height: 54px;
    display: block;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.40);
    font-weight: 400;
    color: #ffffff;
    border: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comming-soon .newsletter-form .form-group input::-webkit-input-placeholder {
    color: #ffffff;
}

.comming-soon .newsletter-form .theme-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    display: block;
    line-height: 30px;
    padding: 12px 20px;
    text-align: center;
    background: #779076;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    text-align: center;
}

.comming-soon .newsletter-form .theme-btn:hover {
    background: #ffffff;
    color: #779076;
}


/*** 

====================================================================
	Contact Section
====================================================

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    padding: 110px 0px 70px;
    background: #ffffff;
}

.contact-section .sec-title {
    margin-bottom: 40px;
}

.contact-section .left-col,
.contact-section .right-col {
    position: relative;
    margin-bottom: 20px;
}

.contact-section .right-col .inner {
    position: relative;
    display: block;
}

.contact-section .left-col .inner-box {
    position: relative;
    display: block;
}

.contact-section .left-col .images {
    position: relative;
    margin-right: 210px;
}

.contact-section .left-col .image {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.contact-section .left-col .image img {
    display: block;
    width: 100%;
}

.contact-section .left-col .image:last-child {
    margin-left: 70px;
    margin-bottom: 0;
}

.contact-section .form-box {
    position: relative;
}

.contact-section .form-box .form-group {
    margin-bottom: 20px;
}

.contact-section .form-box .form-group input,
.contact-section .form-box .form-group textarea,
.contact-section .form-box .form-group .ui-selectmenu-button.ui-button {
    font-size: 14px;
    font-family: 'Montserrat Alternates', sans-serif;
}

.contact-section .form-box .form-group textarea {
    height: 140px;
}

.contact-section .form-box button {
    display: block;
    width: 100%;
}

.contact-section .form-box button .btn-title {
    padding: 11px 20px 8px;
}

.map-section {
    position: relative;
}

.map-data {
    text-align: center;
    font-size: 15px;
    color: #7f8a99;
    font-weight: 400;
    line-height: 1.7em;
}

.map-data h6 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #061138;
}

.map-canvas {
    height: 500px;
}

.contact-info-box {
    position: relative;
}

.contact-section .left-col .contact-info-box {
    position: absolute;
    right: 30px;
    top: 60px;
    width: 300px;
    background: #ffffff;
}

.contact-info-box .inner {
    position: relative;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}

.contact-info-box .info-header {
    position: relative;
    padding: 20px 30px 15px;
    background: #779076;
    color: #ffffff;
}

.contact-info-box .info-header h4 {
    font-weight: 700;
    margin: 0;
}

.contact-info-box .info {
    position: relative;
    padding: 10px 30px;
    background: #ffffff;
}

.contact-info-box .info li {
    position: relative;
    padding: 30px 0px 25px;
    line-height: 24px;
    font-size: 15px;
    color: #757575;
    font-family: 'Manjari', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.contact-info-box .info li .content {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-left: 62px;
    min-height: 60px;
}

.contact-info-box .info li a {
    color: #757575;
}

.contact-info-box .info li a:hover {
    text-decoration: underline;
    color: #779076;
}

.contact-info-box .info li:last-child {
    border-bottom: 0;
}

.contact-info-box .info li strong {
    display: block;
    position: relative;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
}

.contact-info-box .info li .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 60px;
    font-size: 40px;
    color: #779076;
}

.contact-info-box .info h4 {
    font-size: 18px;
    color: #222222;
    font-weight: 700;
    margin-bottom: 10px;
}


/*** 

====================================================================
	History Section
====================================================================

***/


.sidebar .recent-posts {
    position: relative;
}

.sidebar .recent-posts-box {
    position: relative;
    background: #ffffff;
    padding: 40px 20px 32px;
}

.sidebar .recent-posts-box .post {
    position: relative;
    margin-bottom: 30px;
}

.sidebar .recent-posts-box .post:last-child {
    margin-bottom: 0px;
}

.sidebar .recent-posts .post .inner {
    position: relative;
    display: block;
}

.sidebar .recent-posts .post-thumb {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
}

.sidebar .recent-posts .post-thumb .overlink {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .recent-posts .post:hover .post-thumb .overlink {
    opacity: 1;
}

.sidebar .recent-posts .post-thumb .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0px 0px -15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.sidebar .recent-posts .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar .recent-posts .title {
    font-size: 18px;
    line-height: 1.3em;
    color: #222222;
    font-family: 'Manjari', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.sidebar .recent-posts .title a {
    color: #222222;
}

.sidebar .recent-posts .title a:hover {
    color: #779076;
}

.sidebar .recent-posts .post-date {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Manjari', sans-serif;
    color: #757575;
    margin-bottom: 5px;
}




/*** 

====================================================================
		Post Details
====================================================================

***/

.single-post {
    position: relative;
}

.post-details {
    position: relative;
    padding-bottom: 20px;
}

.post-details .main-image-box {
    position: relative;
    margin-bottom: 35px;
}

.post-details .main-image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.post-details p {
    margin-bottom: 25px;
}

.post-details h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
    padding-top: 10px;
    margin-bottom: 10px;
}

.post-details blockquote {
    position: relative;
    padding-left: 82px;
    min-height: 60px;
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 40px;
    margin-top: 30px;
}

.post-details blockquote:before {
    font-family: 'Flaticon';
    content: "\f1c4";
    position: absolute;
    left: 0;
    top: 7px;
    width: 50px;
    height: 50px;
    background: #779076;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
}

.post-details blockquote p {
    position: relative;
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.post-details blockquote .author-title {
    position: relative;
    font-size: 13px;
    color: #779076;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: 'Manjari', sans-serif;
    font-weight: 700;
}

.post-details .images {
    position: relative;
    padding: 10px 0px;
}

.post-details .images .image {
    margin-bottom: 30px;
}

.post-details .images img {
    display: block;
    width: 100%;
}

.share-post {
    position: relative;
    padding: 50px 10px 40px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
}

.share-post strong {
    position: relative;
    display: block;
    font-weight: 700;
    color: #222222;
    font-size: 18px;
    font-family: 'Manjari', sans-serif;
    margin-bottom: 20px;
}

.share-post ul {
    position: relative;
    display: block;
}

.share-post ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 10px;
}

.share-post ul li a {
    position: relative;
    display: block;
    text-align: center;
    min-width: 140px;
    font-size: 14px;
    padding: 10px 25px;
    line-height: 24px;
    color: #ffffff;
    background: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.share-post ul li a .icon {
    position: relative;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 10px;
}

.share-post ul .facebook a {
    background: #3b5998;
}

.share-post ul .twitter a {
    background: #55acee;
}

.share-post ul .linkedin a {
    background: #dc4e41;
}

.share-post ul .pinterest a {
    background: #bd081c;
}

.share-post ul li a:hover {
    background: #779076;
}

.single-post .author-box {
    position: relative;
    display: block;
    padding: 40px;
    background: #779076;
    color: #ffffff;
    margin-bottom: 50px;
}

.single-post .author-box .inner-box {
    position: relative;
    display: block;
    padding-left: 140px;
    min-height: 100px;
}

.single-post .author-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.single-post .author-box .thumb img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.single-post .author-box h4 {
    position: relative;
    display: block;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.single-post .author-box h4 span {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.single-post .author-box .link {
    line-height: 24px;
    margin-bottom: 15px;
}

.single-post .author-box .text {
    font-size: 14px;
    margin-bottom: 25px;
}

.single-post .author-box .follow-me {
    position: relative;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Manjari', sans-serif;
    font-weight: 700;
}

.single-post .author-box .follow-me a {
    color: #ffffff;
}

.author-box .follow-me .icon {
    position: relative;
    font-weight: 400;
    padding-right: 5px;
}



/*** 

====================================================================
		Leave Comments Form
====================================================================

 ***/

.leave-comments {
    position: relative;
    margin-bottom: 60px;
}

.leave-comments .instruction {
    position: relative;
    padding-top: 5px;
    font-weight: 500;
}

.leave-comments .default-form .row {
    margin: 0px -10px;
}

.leave-comments .default-form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.leave-comments .default-form button {
    background: none;
}

.leave-comments .default-form button .btn-title {
    padding: 13px 40px 10px;
}

.leave-comments form .form-group textarea {
    height: 140px;
}


/*** 

====================================================================
	Events Section
====================================================================

***/

.events-section-two {
    position: relative;
    padding: 40px 0px;
    background: #f1f1f1;
}

.events-section-two .load-more {
    position: relative;
    padding-top: 20px;
}

.events-section-two .load-more .theme-btn {
    min-width: 180px;
}

.events-section-two .upper-info {
    position: relative;
    margin-bottom: 30px;
}

.events-section-two .upper-info .items-label {
    position: relative;
    float: right;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    padding: 10px 0;
    margin-bottom: 20px;
}

.events-section-two .upper-info .items-label span {
    color: #222222;
    font-weight: 600;
}

.events-section-two .upper-info .sort-by {
    position: relative;
    float: left;
    width: 250px;
    max-width: 100%;
    margin-bottom: 20px;
}

.event-block-two {
    position: relative;
    margin-bottom: 30px;
}

.event-block-two .inner-box {
    position: relative;
    display: block;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

.event-block-two .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.event-block-two .image-box img {
    display: block;
	object-fit: cover;
	height: 500px;
    width: 100%;
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.event-block-two .inner-box:hover .image-box img {
    -ms-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg);
}

.event-block-two .lower-box {
    position: relative;
    display: block;
    background: #fef6e7;
    padding: 35px 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;
}

.event-block-two .inner-box:hover .lower-box {
    background: #779076;
}

.event-block-two .content-box {
    position: relative;
    display: block;
    padding-left: 130px;
    min-height: 160px;
}

.event-block-two .content-box .date-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 101px;
    height: 160px;
    color: #779076;
    text-align: center;
    font-family: 'Manjari', sans-serif;
}

.event-block-two .inner-box:hover .content-box .date-box {
    color: #779076;
}

.event-block-two .content-box .date-box:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.event-block-two .inner-box:hover .date-box:before {
    border-color: rgba(255, 255, 255, 0.20);
}

.event-block-two .content-box .date-box .date {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    width: 100px;
    height: 100px;
    padding-top: 25px;
    font-size: 30px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    z-index: 3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event-block-two .inner-box:hover .lower-box .date {
    background: #fef6e7;
    border-color: rgba(255, 255, 255, 0.20);
}

.event-block-two .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 30px;
}

.event-block-two .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #757575;
    line-height: 20px;
}

.event-block-two .inner-box:hover .lower-box .date .month {
    color: rgba(0, 0, 0, 0.5);
}

.event-block-two .content-box .content {
    position: relative;
    display: block;
}

.event-block-two .content-box .cat-info {
    position: relative;
    margin-bottom: 20px;
}

.event-block-two .content-box .cat-info a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    color: #ffffff;
    background: #779076;
    padding: 3px 10px;
    border-radius: 13px;
}

.event-block-two .content-box h3 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 5px;
}

.event-block-two .content-box h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event-block-two .content-box h3 a:hover {
    color: #779076;
}

.event-block-two .inner-box:hover h3 a {
    color: #ffffff;
}

.event-block-two .content-box .location {
    position: relative;
}

.event-block-two .inner-box:hover .location {
    color: #aaaaaa;
}

.event-block-two .read-more {
    position: relative;
    display: block;
    padding-top: 20px;
}

.event-block-two .read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.event-block-two .read-more a:before {
    content: "\f1bd";
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    line-height: 24px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.event-block-two .read-more a:hover,
.event-block-two .inner-box:hover .read-more a {
    color: #ffffff;
    padding-left: 20px;
}

.event-block-two .read-more a:hover:before,
.event-block-two .inner-box:hover .read-more a:before {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.drop-list-one {
    position: relative;
    display: block;
    width: 100%;
}

.drop-list-one .dropdown-outer {
    position: relative;
}

.drop-list-one .btn-box {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    color: #757575;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 0px 12px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.drop-list-one .btn-box:before {
    content: "\f107";
    font-family: 'Flaticon';
    position: absolute;
    right: 0px;
    top: 11px;
    height: 24px;
    display: block;
    color: #999999;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    z-index: 5;
}

.drop-list-one .dropdown-menu {
    width: 100%;
    padding: 8px 20px;
    margin: 0px;
    background: #ffffff;
    border-radius: 0px;
    border-top: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-top: none;
}

.drop-list-one .dropdown-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 8px 0px;
    line-height: 24px;
}

.drop-list-one .dropdown-menu li:last-child {
    border-bottom: none;
}

.drop-list-one .dropdown-menu li a {
    position: relative;
    display: block;
    color: #757575;
    font-size: 14px;
    text-transform: capitalize;
}

.drop-list-one .dropdown-menu li a:hover {
    color: #779076;
}




/*** 

====================================================================
		Event Banner
====================================================================

***/

.event-banner {
    position: relative;
    padding: 0;
    color: #ffffff;
    background: #061138;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.event-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
}

.event-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.event-banner .cat-info {
    position: relative;
    display: block;
    margin-bottom: 20px;
    z-index: 1;
}

.event-banner .cat-info a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    padding: 10px 25px;
    border-radius: 22px;
    background: #779076;
    color: #ffffff;
}

.event-banner .inner-container {
    position: relative;
    padding: 130px 0px 200px;
}

.event-banner h1 {
    position: relative;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0;
}



/* Social links container */
.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
    /* Spacing between buttons */
}

/* Social circle button */
.social-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #edd5b9;
    /* Coral background color */
    color: #779076;
    /* Icon color */
    text-align: center;
    line-height: 40px;
    /* Vertically center the icon */
    font-size: 1.5rem;
    /* Icon size */
    transition: background-color 0.3s;
    /* Smooth hover effect */
}

/* Hover effect */
.social-circle:hover {
    background-color: #779076;
    /* Slightly darker on hover */
}

/* Flex container to center the icons horizontally */
.social-links {
    display: flex;
    justify-content: center;
    gap: 1rem;
}


.card {
    display: inline-block;
    width: 30%;
    margin: 1%;
    vertical-align: top;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: auto;
}

.card-title {
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}


.cuscontainer {
    background-color: #fef6e7;
}


/*** 

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

***/

.page-banner {
    position: relative;
    padding: 0;
    color: #ffffff;
    background: #f8f9fa;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

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

.page-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
}

.page-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.page-banner .inner-container {
    position: relative;
    padding: 240px 0px 40px;
}

.page-banner h1 {
    position: relative;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.page-banner .page-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
}

.page-banner .bread-crumb {
    position: relative;
    display: inline-block;
}

.page-banner .bread-crumb li {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 24px;
    color: #bababa;
    font-weight: 700;
    text-transform: uppercase;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
}

.page-banner .bread-crumb li:before {
    position: absolute;
    right: -15px;
    width: 30px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    color: #bababa;
    font-weight: 400;
    content: "_";
}

.page-banner .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before {
    display: none;
}

.page-banner .bread-crumb li a {
    color: #bababa;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
    color: #ffffff;
}

.text-small {
    font-size: 20px;
}


/* Why Thimphu Section Styles */
.why-thimphu-section {
    padding: 60px 0;
    position: relative;
}

.why-thimphu-section2 {
    position: relative;
    background-color: #fef6e7;
}

.why-thimphu-section3 {
    padding: 20px 0;
    position: relative;
}

.why-thimphu-bg-light {
    background-color: #f1f1f1;
}

.why-thimphu-bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.why-thimphu-bg-accent {
    background-color: #fef6e7;
}

.why-thimphu-content {
    padding: 20px 0;

}

.why-thimphu-content .text {
    margin-bottom: -20px;
}

.why-thimphu-content h3 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}

.why-thimphu-content h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #779076;
    transform: translateX(-50%);
}

.why-thimphu-image {
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-thimphu-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/*** 

====================================================================
		Overlapping Image Sections
====================================================================

***/

.text-section {
    position: relative;
    padding: 50px 0;
    background: #fef6e7;
}

/* Image Gallery Styles */
.image-gallery-section {
    padding: 60px 0;
    background: #fef6e7;
}

.image-gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    /*     flex-wrap: wrap; */
}

.image-gallery img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.image-gallery img:hover {
    transform: translateY(-5px);
}

@media (max-width: 991px) {
    .text-section {
        padding: 60px 0;
    }

    .overlap-image-container {
        margin: -60px 0;
    }

    .overlap-image {
        width: 450px;
        height: 300px;
    }

    .image-gallery {
        gap: 15px;
    }

    .image-gallery img {
        width: 250px;
        height: 150px;
    }
}

@media (max-width: 767px) {
    .image-gallery {
        flex-direction: column;
        align-items: center;
    }

    .image-gallery img {
        width: 100%;
        max-width: 350px;
        height: auto;
        margin-bottom: 15px;
    }
}

/* Bow Section Styles */
.bow-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    position: relative;
}

.bow-column {
    flex: 1;
    padding: 40px;
    background: #fff;
    border-radius: 0 0 100px 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.bow-column:first-child {
    border-radius: 0 0 0 100px;
}

.bow-column:last-child {
    border-radius: 0 0 100px 0;
}

.bow-title {
    color: #779076;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.bow-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #779076;
}

.bow-text {
    text-align: center;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .bow-container {
        gap: 20px;
    }

    .bow-column {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .bow-container {
        flex-direction: column;
        gap: 30px;
    }

    .bow-column {
        border-radius: 0 0 30px 30px !important;
    }
}


.challanges-container {
    background-color: #f1f1f1;
}

@media only screen and (max-width: 991px) {

    .main-menu .navigation li.dropdown>a::after,
    .main-menu .navigation li.menu-item-has-children>a::after {
        display: inline-block !important;
        content: '\f107';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-left: 5px;
    }

    .main-menu .navigation li .dropdown-btn {
        display: inline-block;
        cursor: pointer;
        margin-left: 5px;
        font-size: 16px;
    }

    .main-menu .navigation li .sub-menu {
        display: none;
    }

    .main-menu .navigation li.open .sub-menu {
        display: block;
    }
}

/* Icon styling for safe-and-sustainable page */
.icon-img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.icon-item {
    padding: 15px;
}


/* Button */

.snip1582 {
    background-color: #779076;
    border: none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Manjari', sans-serif;
    font-size: 14px;
    line-height: 1em;
    margin: 15px 40px;
    outline: none;
    padding: 12px 40px 10px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.snip1582:before,
.snip1582:after {
    border-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}

.snip1582:before {
    border-color: #779076;
    border-top-width: 2px;
    left: 0px;
    top: -5px;
}

.snip1582:after {
    border-bottom-width: 2px;
    border-color: #779076;
    bottom: -5px;
    right: 0px;
}

.snip1582:hover,
.snip1582.hover {
    background-color: #779076;
}

.snip1582:hover:before,
.snip1582.hover:before,
.snip1582:hover:after,
.snip1582.hover:after {
    height: 100%;
    width: 100%;
}





/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two {
    position: relative;
    padding: 100px 0px 80px;
    background: #fef6e7
/*     background-image: "<php echo get_template_directory_uri();?>/images/background/after2.jpg"; */
}

.services-section-two .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.services-section-two .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    opacity: 0.85;
}

.services-section-two .outer {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0px -15px;
}

.services-section-two .nav-column {
    position: relative;
    float: left;
    width: 26.5%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.services-section-two .nav-column .inner {
    padding: 15px 0px 12px;
    background: #779076;
    color: #ffffff;
}

.services-section-two .nav-column ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.services-section-two .nav-column ul li:last-child {
    border-bottom: none;
}

.services-section-two .nav-column ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    color: #ffffff;
    padding: 13px 28px;
    line-height: 30px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-section-two .nav-column ul li a:after {
    content: "";
    font-family: 'Font Awesome 5 Free';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: 0;
    top: 0;
    padding-left: 5px;
    font-size: 18px;
    font-weight: 400;
}

.services-section-two .nav-column ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #779076;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-section-two .nav-column ul li:hover:before {
    opacity: 1;
    left: -10px;
    right: -10px;
    top: -1px;
    bottom: -1px;
}

.services-section-two .image-column {
    position: relative;
    float: left;
    width: 47%;
    padding: 0px 15px;
    margin-bottom: 30px;
}

.services-section-two .image-column .inner {
    position: relative;
    display: block;
}

.services-section-two .image-box {
    position: relative;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #779076;
}

.services-section-two .image-box img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-section-two .image-box .over-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 100px 20px 20px;
}

.services-section-two .image-box .icon-box {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 76px;
    border: 2px solid #ffffff;
    margin: 0 auto 20px;
    border-radius: 50%;
}

.services-section-two .image-box .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.services-section-two .image-box:hover .image img {
    opacity: 0.50;
}

.services-section-two h1 {
color: #779076;
}
 .comparison-row {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 30px;
     margin-bottom: 30px;
 }
    
 .image-comparison-wrapper.col {
     margin: 0;
 }
    
 @media (max-width: 768px) {
     .comparison-row {
         grid-template-columns: 1fr !important;
     }
 }
.overview-section {
    padding: 20px 0;
	 background: #fff6e7;
}

.overview-section .overview {
    font-size: 16px;
    line-height: 1.6;
	 background:#fff6e7;
}