
@import url('css');

/*font-family: 'Poppins', sans-serif;
font-family: 'Lora', serif;
 font-family: 'Poppins', sans-serif;
font-family: 'Open Sans', sans-serif;*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('owl.css');
@import url('jquery.fancybox.css');

/***
====================================================================
	Reset & Global Settings
====================================================================
***/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #666666;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
}


.shadow {
    box-shadow: var(--bs-box-shadow) !important
}
.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important
}
.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important
}
.shadow-none {
    box-shadow: none !important
}

.p-0 {
    padding: 0 !important
}
.p-1 {
    padding: .25rem !important
}
.p-2 {
    padding: .5rem !important
}
.p-3 {
    padding: 1rem !important
}
.p-4 {
    padding: 1.5rem !important
}
.p-5 {
    padding: 3rem !important
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}
.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}
.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}
.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}
.pt-0 {
    padding-top: 0 !important
}
.pt-1 {
    padding-top: .25rem !important
}
.pt-2 {
    padding-top: .5rem !important
}
.pt-3 {
    padding-top: 1rem !important
}
.pt-4 {
    padding-top: 1.5rem !important
}
.pt-5 {
    padding-top: 3rem !important
}
.pe-0 {
    padding-right: 0 !important
}
.pe-1 {
    padding-right: .25rem !important
}
.pe-2 {
    padding-right: .5rem !important
}
.pe-3 {
    padding-right: 1rem !important
}
.pe-4 {
    padding-right: 1.5rem !important
}
.pe-5 {
    padding-right: 3rem !important
}
.pb-0 {
    padding-bottom: 0 !important
}
.pb-1 {
    padding-bottom: .25rem !important
}
.pb-2 {
    padding-bottom: .5rem !important
}
.pb-3 {
    padding-bottom: 1rem !important
}
.pb-4 {
    padding-bottom: 1.5rem !important
}
.pb-5 {
    padding-bottom: 3rem !important
}
.ps-0 {
    padding-left: 0 !important
}
.ps-1 {
    padding-left: .25rem !important
}
.ps-2 {
    padding-left: .5rem !important
}
.ps-3 {
    padding-left: 1rem !important
}
.ps-4 {
    padding-left: 1.5rem !important
}
.ps-5 {
    padding-left: 3rem !important
}
.gap-0 {
    gap: 0 !important
}
.gap-1 {
    gap: .25rem !important
}
.gap-2 {
    gap: .5rem !important
}
.gap-3 {
    gap: 1rem !important
}
.gap-4 {
    gap: 1.5rem !important
}
.gap-5 {
    gap: 3rem !important
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}



a {
    text-decoration: none;
    cursor: pointer;
    color: #008000;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0;
    background: none;
    line-height: 1.4em;
     font-family: 'Poppins', sans-serif;
}

p, .text {
    position: relative;
    line-height: 1.8em;
    font-family: 'Poppins', sans-serif;
}

img {
    display: inline-block;
    max-width: 100%;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-area img {
    height: 40px;
    width: auto;
    border-radius: 6px;
    padding: 3px;
}

.logo-text {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 2.45rem;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.logo-text span {
    display: block;
    font-size: 0.95rem;
    font-weight: 400;
    opacity: 0.9;
}

/***
====================================================================
	Utility Classes
====================================================================
***/

.no-padding {
    padding: 0 !important;
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 780px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.grey-bg {
    background-color: #fafafa;
}

.centered {
    text-align: center;
}

.theme_color {
    color: #008000;
}

/***
====================================================================
	Buttons
====================================================================
***/

.theme-btn {
    display: inline-block;
    text-align: center;
    -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;
}

.btn-style-one, .btn-style-two {
    position: relative;
    padding: 12px 51px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 2px solid;
    text-transform: uppercase;
     font-family: 'Poppins', sans-serif;
}

.btn-style-one {
    background: #008000;
    border-color: #008000;
}

.btn-style-one:hover {
    color: #008000;
    background: none;
}

.btn-style-two {
    background: #32CD32;
    border-color: #32CD32;
}

.btn-style-two:hover {
    color: #32CD32;
    background: none;
}

/***
====================================================================
	Section Title
====================================================================
***/

.sec-title {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.sec-title .text {
    position: relative;
    font-size: 17px;
    color: #777777;
    font-style: italic;
    font-family: 'Lora', serif;
}

.sec-title.centered {
    text-align: center;
}

.sec-title.centered::after {
    left: 50%;
    margin-left: -30px;
}

.sec-title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #008000;
}

.sec-title.light h2,
.sec-title.light .text {
    color: #ffffff;
}

/***
====================================================================
	Social Icons
====================================================================
***/

.social-icon-one, .social-icon-two, .social-icon-three {
    position: relative;
}

.social-icon-one li, .social-icon-three li {
    position: relative;
    margin: 0 2px;
    display: inline-block;
}

.social-icon-two li {
    position: relative;
    margin-left: 20px;
    display: inline-block;
}

.social-icon-one li a, .social-icon-two li a, .social-icon-three li a {
    position: relative;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a {
    width: 34px;
    height: 34px;
    color: #ffffff;
    font-size: 13px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.55);
}

.social-icon-one li a:hover {
    color: #ffffff;
    background-color: #008000;
}

.social-icon-two li a {
    color: #ffffff;
    font-size: 22px;
}

.social-icon-two li a:hover {
    color: #008000;
}

.social-icon-three li.share {
    color: #121212;
    font-size: 20px;
    margin-bottom: 15px;
    width: 100%;
    display: block;
    font-style: italic;
    font-family: 'Lora', serif;
}

.social-icon-three li a {
    width: 30px;
    height: 30px;
    color: #969696;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #969696;
}

.social-icon-three li a:hover {
    color: #ffffff;
    border-color: #008000;
    background-color: #008000;
}

/***
====================================================================
	Preloader & Scroll To Top
====================================================================
***/

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../images/icons/preloader.svg');
}

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background: #1c1c1c;
    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 {
    color: #ffffff;
    background: #008000;
}

/***
====================================================================
	Main Header Style
====================================================================
***/

.main-header, .sticky-header, .main-header .header-upper, .main-header .header-upper .inner-container {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}

.sticky-header {
    position: fixed;
    opacity: 0.75;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    padding: 16px 0;
    background: #008000;
    z-index: 0;
    border-bottom: 1px solid #cccccc;
}

.sticky-header .logo {
    padding: 2px 0;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -o-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.main-header .header-upper {
    position: relative;
    z-index: 5;
}

.main-header .header-upper .inner-container {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.22);
}

.main-header .header-upper .inner-container:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,0.22);
}

.header-style-two .header-upper {
    position: relative;
    background: #1a1f2e;
}

.header-style-two .logo-outer {
    padding: 5px 0 !important;
}

.main-header .logo-outer {
    position: relative;
    float: left;
    z-index: 25;
    padding: 45px 0;
    display: inline-block;
    max-width: 100%;
}

.logo img {
    width: 60%;
}

.main-header .header-upper .upper-right,
.main-header .header-upper .nav-outer {
    position: relative;
    float: right;
}

.main-header .nav-outer .more-options {
    position: relative;
    float: right;
    margin: 50px 0 25px 35px;
}

/***
====================================================================
	Search Box & Panel
====================================================================
***/

.main-header .nav-outer .dropdown-outer {
    position: relative;
}

.main-header .nav-outer .dropdown-outer .search-box-btn {
    position: relative;
    width: 45px;
    height: 45px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    line-height: 42px;
    border-radius: 50%;
    background-color: #008000;
}

.main-header .nav-outer .dropdown-outer .dropdown-menu {
    top: 80px;
    padding: 0;
    width: 250px;
    border-radius: 0;
    border-top: 1px solid #ff0000;
}

.main-header .search-panel .form-container {
    padding: 20px;
}

.main-header .search-panel .form-group {
    position: relative;
    margin: 0;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
    display: block;
    width: 100%;
    color: #000000;
    line-height: 24px;
    padding: 7px 20px 7px 5px;
    height: 30px;
    border: 1px solid #e0e0e0;
    background: #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;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
    border-color: #008000;
}

.main-header .search-panel .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 20px;
    text-align: center;
    color: #555555;
    font-size: 12px;
    background: none;
    cursor: pointer;
}

/***
====================================================================
	Main Menu
====================================================================
***/
.navbar-collapse .navigation > li > a:hover {
    color: #ffffff;
}
.fixed-header .main-menu,
.header-style-two .main-menu {
    padding-top: 0;
}

.main-menu {
    position: relative;
    float: left;
    padding-top: 18px;
}

.main-menu .navbar-collapse {
    padding: 0;
}

.main-menu .navigation {
    position: relative;
    margin: 0;
}

.main-menu .navigation > li {
    position: relative;
    float: left;
    margin-right: 30px;
    padding: 15px 0 5px;
}

.main-menu .navigation > li:last-child {
    margin-right: 0;
}

.sticky-header .main-menu .navigation > li {
    padding: 0;
    margin-right: 0;
}

.main-menu .navigation > li > a {
    position: relative;
    display: block;
    padding: 2px 0;
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
    font-weight: 500;
    opacity: 1;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation > li > a:hover {
    color: #ffffff;
}

.header-style-two .header-upper .upper-right .social-boxed {
    margin-top: 35px;
}

.sticky-header .main-menu .navigation > li > a {
    padding: 13px 15px !important;
    color: #ffffff;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before {
    display: none;
}

.header-upper .main-menu .navigation > li:hover > a,
.header-upper .main-menu .navigation > li.current > a,
.header-upper .main-menu .navigation > li.current-menu-item > a {
    color: #ffffff;
    opacity: 1;
}

.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 {
    color: #ffffff !important;
}

.main-menu .navigation > li:hover > a:after {
    opacity: 1;
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    z-index: 100;
    display: none;
    background: #fefefe;
    -webkit-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);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul {
    left: 0;
    top: 100%;
    width: 240px;
    border-top: 1px solid #008000;
}

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0;
}

.main-menu .navigation > li > ul > li,
.main-menu .navigation > li > ul > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 1.00);
}

.main-menu .navigation > li > ul > li:last-child,
.main-menu .navigation > li > ul > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > a {
    position: relative;
    display: block;
    padding: 12px 20px;
    line-height: 22px;
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    text-align: left;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > a {
    text-transform: inherit;
}

.main-menu .navigation > li > ul > li > ul > li > a {
    text-transform: capitalize;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: #ffffff;
    background-color: #008000;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 12px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 21px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
    color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
    left: 100%;
    top: 0;
    width: 240px;
    border-top: 2px solid #008000;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    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 Two
====================================================================
***/

.header-style-two {
    position: relative;
}

.header-style-two .header-lower {
    position: relative;
    background-color: #ffffff;
}

.header-style-two .header-lower .search-form {
    position: relative;
    width: 270px;
    z-index: 12;
}

.header-style-two .header-lower .search-form .form-group {
    position: relative;
    display: block;
    margin: 0;
    max-width: 300px;
}

.header-style-two .header-lower .search-form .form-group input[type="text"],
.header-style-two .header-lower .search-form .form-group input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 23px;
    height: 25px;
    font-size: 14px;
    background: none;
    border-radius: 4px;
    border: 1px solid #ececec;
    padding: 10px 10px 10px 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;
}

.header-style-two .header-lower .search-form .form-group input[type="search"]:focus {
    border-color: #008000;
}

.header-style-two .search-form .form-group input[type="submit"],
.header-style-two .search-form button {
    position: absolute;
    right: 0;
    top: -2px;
    width: 50px;
    height: 45px;
    line-height: 48px;
    color: #b8b8b8;
    font-size: 16px;
    background: none;
}

.header-style-two .main-menu .navigation > li {
    padding: 0;
    margin-right: 30px;
}

.header-style-two.fixed-header .main-menu .navigation > li {
    margin-right: 0;
}

.header-style-two .main-menu .navigation > li > a {
    color: #222222;
    font-weight: 500;
    padding: 25px 0;
}

.header-style-two .main-menu .navigation > li.dropdown > a:before {
    right: 22px;
}

.header-style-two .nav-outer,
.header-style-two .outer-box {
    position: relative;
}

.header-style-two .outer-box {
    position: absolute;
    right: 0;
    top: 18px;
}
/***

====================================================================
	Main Slider One
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
	overflow:hidden;
}

.main-slider .tp-caption{
	z-index:5;
}

.tp-caption .icon-box img {
    width: 220px !important;
    height: 230px !important;
    max-width: none !important;
    object-fit: contain;
}
.main-slider .icon-box{
	position:relative;
	color:#ffffff;
	font-size:40px;
	line-height:1em;
}

.main-slider h2{
	font-size:44px;
	color:#ffffff;
	font-weight:800;
	line-height:1.3em;
	text-transform:uppercase;
}

.main-slider .text{
	font-weight:700;
	line-height:1.8em;
	color:#ffffff;
	font-size:22px;
	font-family: 'Lora', serif;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	overflow:hidden;
	height:30px;
}

.main-slider.alternate .tparrows.preview3{
	margin-top:30px !important;
	height:50px;
}

.main-slider .tparrows.preview3::after{
	top:0;
	color:#101010;
	font-size:26px;
	padding:0;
	background:rgba(255,255,255,0.70);
	font-weight:400;
	width:36px;
	height:30px;
	line-height:90px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3:hover::after{
	background:rgba(255,255,255,1);
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:0 !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:-36px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	display:none !important;
}

/***

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0;
	top:0;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;
}

.fancybox-type-image .fancybox-close{
	right:0;
	top:0;
	width:45px;
	height:45px;
	background:url('../images/icons/icon-cross.png') center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;
}

.fancybox-type-image .fancybox-skin{
	padding:0 !important;
}

/***

====================================================================
	Events Section
====================================================================

***/

.events-section{
	position:relative;
	padding:85px 0px 10px;
}

.event-block{
	position:relative;
	margin-bottom:40px;
}

.event-block .inner-box{
	position:relative;
}

.event-block .inner-box .image{
	position:relative;
}

.event-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.event-block .inner-box .lower-content{
	position:relative;
	padding:35px 22px;
	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;
	-webkit-box-shadow: 0 0px 18px 0px rgba(241,241,241,1);
	-moz-box-shadow: 0 0px 18px 0px rgba(241,241,241,1);
	box-shadow: 0 0px 18px 0px rgba(241,241,241,1);
}

.event-block .inner-box .lower-content h3{
	position:relative;
	font-size:16px;
	font-weight:700;
	margin-bottom:10px;
	text-transform:uppercase;
}

.event-block .inner-box .lower-content h3 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;
}

.event-block .inner-box .lower-content h3 a:hover{
	color:#008000;
}

.event-block .inner-box .lower-content .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:15px;
}

.event-block .inner-box .lower-content .read-more{
	position:relative;
	color:#008000;
	font-size:16px;
	font-style:italic;
	font-family: 'Lora', 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;
}

.event-block .inner-box .lower-content .read-more:hover{
	color:#32CD32;
}

.event-block .inner-box:hover .lower-content{
	-webkit-box-shadow: 0 0px 25px -3px rgba(164,163,163,1);
	-moz-box-shadow: 0 0px 25px -3px rgba(164,163,163,1);
	box-shadow: 0 0px 25px -3px rgba(164,163,163,1);
}

/***

====================================================================
	Subscribe Section
====================================================================

***/

.subscribe-section{
	position:relative;
	text-align:center;
	padding:110px 0px 110px;
	background:#32CD32 url('../images/background/pattern-1.png') left top no-repeat;
}

.subscribe-section.style-two{
	padding-top:210px;
}

.subscribe-section h2{
	position:relative;
	color:#ffffff;
	font-size:36px;
	font-weight:800;
	margin-bottom:12px;
}

.subscribe-section .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:30px;
}

/*newsletter form*/

.subscribe-section .subscribe-form{
	position:relative;
	max-width:535px;
	margin:0 auto;
}

.subscribe-section .subscribe-form .form-group{
	position:relative;
	display:block;
	margin-bottom:0;
}

.subscribe-section .subscribe-form .form-group input[type="text"],
.subscribe-section .subscribe-form .form-group input[type="tel"],
.subscribe-section .subscribe-form .form-group input[type="email"],
.subscribe-section .subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	color:#ffffff;
	line-height:40px;
	padding:10px 50px 10px 24px;
	height:50px;
	font-size:14px;
	border-radius:5px;
	border:1px solid #ffffff;
	background: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;
}

.subscribe-section .subscribe-form .form-group input[type="text"]:focus,
.subscribe-section .subscribe-form .form-group input[type="tel"]:focus,
.subscribe-section .subscribe-form .form-group input[type="email"]:focus,
.subscribe-section .subscribe-form .form-group textarea:focus{

}

.subscribe-section .subscribe-form .form-group input[type="submit"],
.subscribe-section .subscribe-form button{
	position:absolute;
	right:0;
	top:0;
	width:174px;
	height:50px;
	font-size:15px;
	line-height:30px;
	color:#ffffff;
	font-weight:800;
	background:#008000;
	text-transform:uppercase;
	border-radius:0 5px 5px 0;
	 font-family: 'Poppins', sans-serif;
}

.subscribe-section .subscribe-form .form-group input::-webkit-input-placeholder{
	color: #ffffff;
}

/***

====================================================================
	Speaker Section
====================================================================

***/

.speaker-section{
	position:relative;
	padding:145px 0px 150px;
}

.speaker-section.speaker-page{
	padding:120px 0px 80px;
}

.speaker-section.speaker-page .speaker-block{
	margin-bottom:40px;
}

.speaker-block{
	position:relative;
}

.speaker-block .inner-box{
	position:relative;
	padding-bottom:15px;
}

.speaker-block .inner-box .image{
	position:relative;
	overflow:hidden;
}

.speaker-block .inner-box .image .overlay-social-box{
	position:absolute;
	left:0;
	bottom:-100px;
	width:100%;
	text-align:center;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.speaker-block .inner-box:hover .image .overlay-social-box{
	bottom:30px;
}

.speaker-block .inner-box .image img{
	position:relative;
	border-radius:5px 5px 0px 0;
}

.speaker-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.speaker-block .inner-box .lower-box{
	position:relative;
	padding:20px 0;
	text-align:center;
	border-radius:0 0px 5px 5px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	-webkit-box-shadow: 0 0px 18px 0px rgba(241,241,241,1);
	-moz-box-shadow: 0 0px 18px 0px rgba(241,241,241,1);
	box-shadow: 0 0px 18px 0px rgba(241,241,241,1);
}

.speaker-block .inner-box .lower-box h3{
	position:relative;
	font-size:16px;
	font-weight:600;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.speaker-block .inner-box .lower-box h3 a{
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.speaker-block .inner-box .lower-box .designation{
	position:relative;
	font-size:13px;
	color:#777777;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.speaker-block .inner-box:hover .lower-box{
	background-color:#32CD32;
}


.speaker-block .inner-box:hover .lower-box h3 a,
.speaker-block .inner-box:hover .lower-box .designation{
	color:#ffffff;
}

.speaker-section .owl-nav{
	display:none;
}

.speaker-section .owl-dots{
	position:relative;
	text-align:center;
	margin-top:35px;
}

.speaker-section .owl-dots .owl-dot{
	position:relative;
	display:inline-block;
	margin:0 5px;
}

.speaker-section .owl-dots .owl-dot span{
	position:relative;
	display:block;
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#32CD32;
	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;
}

.speaker-section .owl-dots .owl-dot.active span,
.speaker-section .owl-dots .owl-dot:hover span{
	background:#008000;
}

.speaker-section .owl-dots .owl-dot:hover::before,
.speaker-section .owl-dots .owl-dot.active:before{
	position:absolute;
	content:'';
	left:-2px;
	top:-2px;
	right:-2px;
	bottom:-2px;
	border-radius:50%;
	border:1px solid #008000;
}

/***

====================================================================
	Price Section
====================================================================

***/

.price-section{
	position:relative;
	padding:150px 0px 130px;
}

.price-section.style-two{
	padding:120px 0px 0;
}

.price-section.style-two .price-content{
	padding:0;
	box-shadow:none;
}

.price-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:540px;
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.price-section .image-layer:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.80);
}

.price-section .price-content{
	position:relative;
	padding:30px 30px;
	background-color:#ffffff;
	-webkit-box-shadow: 0 0px 18px 0px rgba(241,241,241,1);
	-moz-box-shadow: 0 0px 18px 0px rgba(241,241,241,1);
	box-shadow: 0 0px 18px 0px rgba(241,241,241,1);
}

.price-block{
	position:relative;
}

.price-block .inner-box{
	position:relative;
	overflow:hidden;
	padding:50px 0px 50px;
	background-color:#fafafa;
	border:1px solid #ececec;
}

.price-block .inner-box .title-box{
	position:relative;
	text-align:center;
	padding-bottom:15px;
	margin-bottom:35px;
}

.price-block .inner-box .title-box h2{
	position:relative;
	font-size:20px;
	color:#222222;
	font-weight:500;
}

.price-block .inner-box .title-box .plan{
	position:relative;
	color:#777777;
	font-weight:300;
	font-size:14px;
}

.price-block .inner-box .title-box:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0;
	width:32px;
	height:1px;
	margin-left:-16px;
	background-color:#32CD32;
}

.price-block .inner-box .price{
	position:relative;
	font-size:40px;
	color:#222222;
	font-weight:500;
	text-align:center;
	line-height:1em;
	margin-bottom:35px;
}

.price-block .inner-box .price sup{
	position:relative;
	font-weight:400;
	font-size:22px;
}

.price-block .inner-box .price sub{
	position:relative;
	font-weight:300;
	font-size:14px;
}

.price-block .inner-box ul{
	position:relative;
}

.price-block .inner-box ul li{
	position:relative;
	text-align:left;
	color:#777777;
	font-size:15px;
	padding:14px 0px 14px 65px;
	border-top:1px dashed #e9e9e9;
	font-family: 'Open Sans', sans-serif;
}

.price-block .inner-box .detail-btn{
	margin-left:60px;
	padding:12px 36px;
	margin-top:15px;
}

.price-block .inner-box .ribbon{
	position:absolute;
	right:-35px;
	top:25px;
	width:150px;
	color:#ffffff;
	padding:4px 0;
	text-align:center;
	background-color:#32CD32;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/***

====================================================================
	Schedule Section
====================================================================

***/

.schedule-section{
	position:relative;
	padding:150px 0px 150px;
}

/***

====================================================================
	Product Tabs Style
====================================================================

***/

.tab-section .prod-tabs{
	position:relative;
}

.tab-section .prod-tabs .tab-btns{
	position:relative;
	z-index:1;
	margin-bottom:20px;
	border:1px solid #ececec;
	background-color:#ffffff;
}

.tab-section .prod-tabs .tab-btns .tab-btn .date{
	position:relative;
	color:#b7b7b7;
	font-size:13px;
	font-weight:400;
	display:block;
}

.tab-section .prod-tabs .tab-btns .tab-btn{
	position:relative;
	display:block;
	font-size:18px;
	color:#222222;
	font-weight:500;
	cursor:pointer;
	line-height:1.6em;
	padding:15px 30px 16px;
	transition:all 500ms ease;
	text-transform:capitalize;
	border-bottom:1px solid #ececec;
}

.tab-section .prod-tabs .tab-btns .tab-btn:last-child{
	border:0;
}

.tab-section .prod-tabs .tab-btns .tab-btn:hover .date,
.tab-section .prod-tabs .tab-btns .tab-btn.active-btn .date{
	color:rgba(255,255,255,0.60);
}

.tab-section .prod-tabs .tab-btns .tab-btn.active-btn,
.tab-section .prod-tabs .tab-btns .tab-btn:hover{
	color:#ffffff;
	background-color:#008000;
}

.tab-section .prod-tabs .tab-btns .tab-btn.active-btn:before{
	opacity:1;
}

.tab-section .prod-tabs .tabs-content{
	position:relative;
}

.tab-section .prod-tabs .tabs-content .tab{
	position:relative;
	padding:0;
	display:none;
}

.tab-section .prod-tabs .tabs-content .tab.active-tab{
	display:block;
}

.tab-section .prod-tabs .tabs-content .tab .author-box{
	position:relative;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box{
	position:relative;
	padding:30px 30px 30px;
	background-color:#f4f4f4;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box .content{
	position:relative;
	padding-left:125px;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box .content .author-image{
	position:absolute;
	left:0;
	top:0;
	width:96px;
	height:96px;
	border-radius:50%;
	overflow:hidden;
	border:8px solid #ffffff;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box .content .name{
	position:relative;
	font-size:14px;
	color:#222222;
	font-weight:500;
	display:inline-block;
	margin-bottom:5px;
	 font-family: 'Poppins', sans-serif;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box .content .post-date{
	position:relative;
	color:#777777;
	font-size:13px;
	margin-left:40px;
	margin-bottom:5px;
	display:inline-block;
	 font-family: 'Poppins', sans-serif;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box .content h3{
	position:relative;
	font-weight:700;
	font-size:18px;
	color:#222222;
	margin-bottom:8px;
}

.tab-section .prod-tabs .tabs-content .tab .author-box .inner-box .content .text{
	position:relative;
	color:#666666;
	font-size:13px;
	line-height:1.8em;
}

.tab-section .prod-tabs .tabs-content .tab .author-box:nth-child(2n + 0) .inner-box{
	background-color:#ffffff;
}

.tab-section .prod-tabs .tabs-content .tab .author-box:nth-child(2n + 0) .inner-box .content .author-image{
	border-color:#f1f1f1;
}

/***

====================================================================
	Product Tabs Style
====================================================================

***/

.default-section{
	position:relative;
	padding:145px 0px 80px;
	background:#32CD32 url('../images/background/pattern-2.png') left bottom no-repeat;
}

.default-section .testimonial-column .owl-dots,
.default-section .testimonial-column .owl-nav{
	display:none;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	padding-left:70px;
}

.testimonial-block .inner-box .quote-icon{
	position:absolute;
	left:0;
	top:5px;
}

.testimonial-block .inner-box .quote-icon .icon{
	position:relative;
	color:#ffffff;
	font-size:40px;
	line-height:1em;
}

.testimonial-block .inner-box h3{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:15px;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#bfb9f6;
	font-size:17px;
	font-style:italic;]
	line-height:1.8em;
	margin-bottom:15px;
	font-family: 'Lora', serif;
}

.testimonial-block .inner-box .author{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
}

.testimonial-block .inner-box  span{
	color:#bfb9f6;
	font-size:17px;
	font-weight:400;
	font-style:italic;
	font-family: 'Lora', serif;
}

.default-section .client-column{
	position:relative;
}

.default-section .client-column .column{
	position:relative;
	margin-bottom:50px;
}

.default-section .client-column .column .image{
	text-align:center;
}

.default-section .client-column .column .image img{
	opacity:0.5;
}

.default-section .client-column .column .image img:hover{
	opacity:1;
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:145px 0px 120px;
}

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
	background-color:#fafafa;
}

.news-block .inner-box .image-column{
	position:relative;
}

.news-block .inner-box .image-column .image{
	position:relative;
}

.news-block .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .content-column{
	position:relative;
}

.news-block .inner-box .content-column .content{
	position:relative;
	padding:40px 20px;
}

.news-block .inner-box .content-column .content h3{
	position:relative;
	font-size:22px;
	font-weight:600;
	margin-bottom:4px;
}

.news-block .inner-box .content-column .content h3 a{
	color:#222222;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block .inner-box .content-column .content h3 a:hover{
	color:#008000;
}

.news-block .inner-box .content-column .content .post-date{
	position:relative;
	color:#ababab;
	font-size:13px;
	font-weight:400;
	padding-bottom:15px;
	margin-bottom:30px;
}

.news-block .inner-box .content-column .content .post-date:after{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:60px;
	height:1px;
	background-color:#e0e0e0;
}

.news-block .inner-box .content-column .content .text{
	position:relative;
	margin-bottom:22px;
	color:#777777;
	font-size:14px;
}

.news-block .inner-box .content-column .content .theme-btn{
	padding:8px 26px;
	font-size:14px;
}

/*News Block Two*/

.news-block-two{
	position:relative;
	margin-bottom:30px;
}

.news-block-two .inner-box{
	position:relative;
	background-color:#fafafa;
}

.news-block-two .inner-box .image-column{
	position:relative;
}

.news-block-two .inner-box .image-column .image{
	position:relative;
}

.news-block-two .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-two .inner-box .lower-content{
	position:relative;
	padding:30px 40px;
}

.news-block-two .inner-box .lower-content h3{
	position:relative;
	font-size:22px;
	font-weight:600;
	margin-bottom:4px;
}

.news-block-two .inner-box .lower-content h3 a{
	color:#222222;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box .lower-content h3 a:hover{
	color:#008000;
}

.news-block-two .inner-box .lower-content .post-date{
	position:relative;
	color:#ababab;
	font-size:13px;
	font-weight:400;
	padding-bottom:15px;
	margin-bottom:30px;
}

.news-block-two .inner-box .lower-content .post-date:after{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:60px;
	height:1px;
	background-color:#e0e0e0;
}

.news-block-two .inner-box .lower-content .text{
	position:relative;
	margin-bottom:22px;
	color:#777777;
	font-size:14px;
}

.news-block-two .inner-box .lower-content .theme-btn{
	padding:8px 26px;
	font-size:14px;
}

.news-block-two.alternate .inner-box .lower-content{
	padding:45px 40px;
}

/*News Block Three*/

.news-block-three{
	position:relative;
	margin-bottom:30px;
}

.news-block-three .inner-box{
	position:relative;
}

.news-block-three .inner-box .upper-box{
	position:relative;
	text-align:center;
	background-color:#32CD32;
}

.news-block-three .inner-box .upper-box a{
	padding:50px 0;
	display:block;
}

.news-block-three .inner-box .upper-box .icon{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1em;
	margin-bottom:20px;
	display:block;
}

.news-block-three .inner-box .upper-box .link-text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:400;
}

.news-block-three .inner-box .lower-box{
	position:relative;
	padding:38px 35px 28px;
	background-color:#fafafa;
}

.news-block-three .inner-box .lower-box .theme-btn{
	padding:8px 26px;
}

/***

====================================================================
	Newsletter Section
====================================================================

***/

.newsletter-section{
	position:relative;
	padding:100px 0px 80px;
	background-size:cover;
	background:#f4f4f4 url('../images/background/pattern-3.png') left top no-repeat;
}

.newsletter-section h2{
	position:relative;
	color:#222222;
	font-size:28px;
	font-weight:700;
	text-align:center;
	margin-bottom:35px;
	 font-family: 'Poppins', sans-serif;
}

/*Subscribe widget*/

.subscribe-form{
	position:relative;
	max-width:780px;
	margin:0 auto;
}

.subscribe-form .row{
	margin:0 -7px;
}

.subscribe-form .column{
	position:relative;
	padding:0 7px;
}

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin-bottom:20px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 20px;
	height:48px;
	font-size:14px;
	background:#ffffff;
	color:#848484;
	border-radius:5px;
	border:1px solid transparent;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.subscribe-form .form-group input[type="text"]:focus,
.subscribe-form .form-group input[type="email"]:focus{
	border-color:#008000;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button{
	padding:10px 30px;
	width:100%;
}

/***

====================================================================
	Newsletter Section
====================================================================

***/

.main-footer{
	position:relative;
	background-color:#008000;
}

.main-footer .footer-upper{
	position:relative;
	padding:40px 0px 10px;
	background-color:#008000;
}

.main-footer .footer-upper .scroll-top{
    position:absolute;
	left:50%;
    bottom: -24px;
    width: 50px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #008000;
	margin-left:-25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
	-ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-footer .footer-upper .scroll-top .fa{
	left: -6px;
    position: relative;
	-ms-transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    transform: rotate(-44deg);
}

.main-footer .footer-info-section{
	position:relative;
}

.main-footer .footer-info-section .column:nth-child(2){
	text-align:center;
}

.main-footer .footer-info-section .column:nth-child(3){
	text-align:right;
}

.main-footer .footer-info-section .column:nth-child(3) .footer-info:after{
	display:none;
}

/*Footer Info*/

.main-footer .footer-info{
	position:relative;
	min-height:60px;
	margin-bottom:30px;
}

.main-footer .footer-info .inner{
	position:relative;
	padding-left:90px;
	padding-top:8px;
	display:inline-block;
}

.main-footer .footer-info:after{
	position:absolute;
	content:'';
	right:0;
	top:0;
	width:1px;
	height:100%;
	background-color:#008000;
}

.main-footer .footer-info .inner .icon{
	position:absolute;
	left:0;
	top:0;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:20px;
	line-height:60px;
	text-align:center;
	border-radius:50%;
	margin-bottom:20px !important;
	background:rgba(255,255,255,0.12);
}

.main-footer .footer-info .inner .text{
	color:#ffffff;
	font-size:15px;
	line-height:1.8em;
	text-align:left;
}

.main-footer .footer-lower{
	position:relative;
	text-align:center;
	padding:40px 0px 80px;
}

.main-footer .footer-lower .logo-box{
	position:relative;
	margin-bottom:25px;
}

.main-footer .footer-lower .footer-nav{
	position:relative;
	padding-bottom:25px;
	display:inline-block;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-lower .footer-nav li{
	position:relative;
	margin:0 25px;
	display:inline-block;
}

.main-footer .footer-lower .footer-nav li:first-child{
	margin-left:0;
}

.main-footer .footer-lower .footer-nav li:last-child{
	margin-right:0;
}

.main-footer .footer-lower .footer-nav li a{
	position:relative;
	color:#ababab;
	font-size:14px;
	font-weight:500;
	padding-bottom:12px;
	text-transform:uppercase;
	font-family: 'Poppins', 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;
}

.main-footer .footer-lower .footer-nav li a:hover{
	color:#ffffff;
}

.main-footer .footer-lower{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:#ffffff;
	margin-top:20px;
	font-family: 'Poppins', sans-serif;
    background: red;
}
.copyright{
    position:relative;
    font-size:15px;
    font-weight:400;
    color:#ffffff;
    margin-top:20px;
    background: #0f5132;
}

/***

====================================================================
	Timer Section
====================================================================

***/

.timer-section{
	position:relative;
	padding:80px 0px 50px;
}

.timer-section .title-column{
	position:relative;
}

.timer-section .title-column .date{
	position:relative;
	color:#777777;
	font-size:14px;
	font-weight:500;
	margin-bottom:5px;
	font-family: 'Poppins', sans-serif;
}

.timer-section .title-column h2{
	position:relative;
	color:#222222;
	font-size:24px;
	font-weight:800;
	text-transform:uppercase;
	line-height:1.1em;
}

.timer-section .btns-column{
	position:relative;
	text-align:right;
}

.timer-section .btns-column .theme-btn{
	padding:12px 36px;
}

/***

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:140px 0px 120px;
}

.about-section .about-column{
	position:relative;
	margin-bottom:30px;
}

.about-section .product-info-tabs{
	position:relative;
	margin-bottom:30px;
}

.about-section .prod-tabs{
	position:relative;
}

.about-section .prod-tabs .tab-btns{
	position:relative;
}

.about-section .prod-tabs .tab-btns .tab-btn{
	position:relative;
	float:left;
	font-size:15px;
	color:#777777;
	font-weight:400;
	padding:9px 24px;
	line-height:24px;
	cursor:pointer;
	border-radius:5px;
	margin-right:5px;
	margin-bottom:5px;
	text-transform:capitalize;
	border:1px solid #ececec;
	-webkit-box-shadow:2px 2px 40px 1px rgba(0,0,0,0.05) inset,-2px 0px 5px 1px rgba(0,0,0,0.05) inset;
	-ms-box-shadow:2px 2px 40px 1px rgba(0,0,0,0.05) inset,-2px 0px 5px 1px rgba(0,0,0,0.05) inset;
	-o-box-shadow:2px 2px 40px 1px rgba(0,0,0,0.05) inset,-2px 0px 5px 1px rgba(0,0,0,0.05) inset;
	-moz-box-shadow:2px 2px 40px 1px rgba(0,0,0,0.05) inset,-2px 0px 5px 1px rgba(0,0,0,0.05) inset;
	box-shadow:2px 2px 40px 1px rgba(0,0,0,0.05) inset,-2px 0px 5px 1px rgba(0,0,0,0.05) inset;
}

.about-section .prod-tabs .tab-btns .tab-btn.active-btn{
	-webkit-box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05) inset,-2px 0px 5px 1px rgba(0,0,0,0.05) inset;
	-ms-box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05) inset,-2px 0px 5px 1px rgba(0,0,0,0.05) inset;
	-o-box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05) inset,-2px 0px 5px 1px rgba(0,0,0,0.05) inset;
	-moz-box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05) inset,-2px 0px 5px 1px rgba(0,0,0,0.05) inset;
	box-shadow:2px 2px 15px 1px rgba(0,0,0,0.05) inset,-2px 0px 5px 1px rgba(0,0,0,0.05) inset;
}

.about-section .prod-tabs .tab-btns .tab-btn:last-child{
	border-right:1px solid #eeeeee;
}

.about-section .prod-tabs .tabs-container{
	position:relative;
	border-top:0;
	padding:25px 0px 0;
}

.about-section .prod-tabs .tabs-container .tab{
	position:relative;
	display:none;
}

.about-section .prod-tabs .tabs-container .tab.active-tab{
	display:block;
}

.about-section .prod-tabs .tabs-container .tab .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.8em;
}

.about-section .about-column .btns-box .theme-btn{
	padding:12px 35px;
}

.about-section .images-column{
	position:relative;
}

.about-section .images-column .column{
	position:relative;
	padding:0 5px;
}

.about-section .images-column .row{
	margin:0 -5px;
}

.about-section .images-column .column .image{
	position:relative;
	margin-bottom:10px;
}

.about-section .images-column .column .image img{
	position:relative;
	width:100%;
	display:block;
}

/***

====================================================================
	Sponsors Section
====================================================================

***/

.sponsors-section{
	position:relative;
	padding:140px 0px 140px;
}

.sponsors-section .sec-title{
	margin-bottom:30px;
}

.sponsors-section .owl-dots,
.sponsors-section .owl-nav{
	display:none;
}

.sponsors-section .sec-text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.8em;
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
}

/***

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:140px 0px 115px;
	background-size:cover;
	background:#f6f5f6 url('../images/background/pattern-4.png') left top no-repeat;
}

/*Gallery Item*/

.gallery-item{
	position:relative;
	margin-bottom:30px;
}

.gallery-item .inner-box{
	position:relative;
}

.gallery-item .inner-box .image-box{
	position:relative;
}

.gallery-item .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-item .inner-box .image-box .overlay-box{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	background-color:rgba(0,0,0,0.65);
}

.gallery-item .inner-box .image-box .overlay-box .content{
	position:relative;
    width: 100%;
    height: 100%;
}

.gallery-item .inner-box .image-box .overlay-box .content a{
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.gallery-item .inner-box .image-box .overlay-box .content .icon{
	position:absolute;
	left:50%;
	top:50%;
	width:40px;
	height:40px;
	color:#524c94;
	font-size:13px;
	margin-top:-20px;
	margin-left:-20px;
	border-radius:50%;
	line-height:40px;
	z-index:10;
	background-color:#ffffff;
}

.gallery-item .inner-box .image-box .overlay-box .content .icon:after{
	position: absolute;
    content: '';
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.30);
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
}

/***

====================================================================
	Travel Section
====================================================================

***/

.travel-section{
	position:relative;
	padding:145px 0px 0;
}

.travel-section .travel-box{
	position:relative;
	margin-bottom:-110px;
	z-index:10;
	border:10px solid #ffffff;
	background-color:#ffffff;
}

.travel-block{
	position:relative;
	padding:0;
}

.travel-block .inner-box{
	position:relative;
	overflow:hidden;
	padding:30px 20px 30px 35px;
	background-color:#f8f8f8;
}

.travel-block .inner-box:before{
	position:absolute;
	content:'';
	left:-100%;
	top:0;
	width:100%;
	height:100%;
	display:block;
	background-color:#008000;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
}

.travel-block .inner-box:hover:before{
	left:0;
}

.travel-block .inner-box:hover .content .icon-box,
.travel-block .inner-box:hover .content h3 a,
.travel-block .inner-box:hover .content .text{
	color:#ffffff;
}

.travel-block .inner-box .content{
	position:relative;
	padding-left:60px;
	z-index:1;
}

.travel-block .inner-box .content .icon-box{
	position:absolute;
	left:0;
	top:0;
	font-size:36px;
	color:#000000;
	line-height:1em;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
}

.travel-block .inner-box .content h3{
	position:relative;
	font-size:18px;
	font-weight:700;
	margin-bottom:12px;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
}

.travel-block .inner-box .content h3 a{
	color:#222222;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
}

.travel-block .inner-box .content .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:1.8em;
	transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
}

/***

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two{
	position:relative;
	background-color:#181818;
}

.footer-style-two .widgets-section{
	position:relative;
	padding:75px 0px 40px;
}

.footer-style-two .widgets-section .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.footer-style-two .widgets-section .logo-widget .footer-logo{
	margin-bottom:20px;
}

.footer-style-two .widgets-section .logo-widget .widget-content{
	position:relative;
}

.footer-style-two .widgets-section .logo-widget .widget-content .text{
	position:relative;
	color:#ababab;
	font-size:14px;
	line-height:2em;
	margin-bottom:15px;
}

.footer-style-two .widgets-section .logo-widget .widget-content .read-more{
	position:relative;
	color:#008000;
	font-size:14px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
}

.footer-style-two .widgets-section .logo-widget .widget-content .read-more .arrow{
	position:relative;
	top:1px;
	font-size:13px;
	margin-left:6px;
}

/*Footer Title*/

.footer-style-two .footer-title{
	position:relative;
	margin-bottom:25px;
}

.footer-style-two .footer-title h2{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	text-transform:capitalize;
}

/*List Widget*/

.footer-style-two .links-widget .list li{
	position:relative;
	margin-bottom:6px;
}

.footer-style-two .links-widget .list li a{
	position:relative;
	display:block;
	line-height:24px;
	font-size:14px;
	font-weight:400;
	padding:4px 0px 4px 0;
	text-transform:capitalize;
	color:#909090;
	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;
}

.footer-style-two .links-widget .list li a:hover,
.footer-style-two .links-widget .list li a:hover::before{
	color:#008000;
}

/*Post Widget*/

.footer-style-two .posts-widget .post{
	position:relative;
	min-height:58px;
	padding-left:90px;
	margin-bottom:30px;
}

.footer-style-two .posts-widget .post:last-child{
	margin-bottom:0;
}

.footer-style-two .posts-widget .post .post-thumb{
	position:absolute;
	left:0;
	top:0;
	width:70px;
}

.footer-style-two .posts-widget .post .post-thumb img{
	display:block;
	width:100%;
}

.footer-style-two .posts-widget .post .desc-text{
	position:relative;
	font-size:14px;
	color:#ffffff;
	line-height:1.6em;
	font-weight:400;
}

.footer-style-two .posts-widget .post .desc-text a{
	color:#ffffff;
}

.footer-style-two .posts-widget .post .time{
	position:relative;
	color:#ababab;
	line-height:24px;
	margin-top:4px;
	font-weight:400;
}

.footer-style-two .instagram-widget .owl-dots{
	display:none;
}

.footer-style-two .instagram-widget .owl-nav{
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	margin-top:-32px;
}

.footer-style-two .instagram-widget .owl-nav .owl-prev,
.footer-style-two .instagram-widget .owl-nav .owl-next{
	position:absolute;
	width:28px;
	height:64px;
	color:#ffffff;
	line-height:60px;
	text-align:center;
	background-color:rgba(255,255,255,0.50);
}

.footer-style-two .instagram-widget .owl-nav .owl-next{
	right:0;
}

.footer-style-two .footer-bottom{
	position:relative;
	padding:22px 0;
	border-top:1px solid rgba(255,255,255,0.10);
}

.footer-style-two .footer-bottom .copyright{
	position:relative;
	color:#ffffff;
	text-align:center;
	font-size:15px;
	font-weight:400;
}

/***

====================================================================
	Page Title Style
====================================================================

 ***/

.page-title{
	position:relative;
	padding:245px 0px 120px;
	text-align:center;
	background-size:cover;
	backgrround-repeat:no-repeat;
	background-position:center center;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%;
	/*background-color:rgba(0,0,0,0.75);*/
}

.page-title .inner-box{
	position:relative;
}

.page-title h1{
	font-size:48px;
	font-weight:800;
	color:#ffffff;
	letter-spacing:1px;
	line-height:1.4em;
	text-transform:uppercase;
}

.page-title .bread-crumb{
	position:relative;
	color:#ffffff;
}

.page-title .bread-crumb li{
	position:relative;
	color:#008000;
	margin-right:10px;
	font-size:22px;
	font-weight:500;
	font-style:italic;
	padding-right:10px;
	display:inline-block;
	text-transform:capitalize;
	font-family: 'Lora', serif;
}

.page-title .bread-crumb li:after{
	position:absolute;
	content:'/';
	right:-5px;
	top:0;
	color:#ffffff;
	font-size:14px;
}

.page-title .bread-crumb li a{
	position:relative;
	color:#ffffff;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.page-title .bread-crumb li a:hover,
.page-title .bread-crumb li a.current{
	position:relative;
	color:#008000;
}

.page-title .bread-crumb li:last-child{
	padding-right:0;
	margin-right:0;
}

.page-title .bread-crumb li:last-child::after{
	display:none;
}

/***

====================================================================
	Project Filter Section
====================================================================

***/

.project-section{
	position:relative;
	padding:120px 0px 120px;
}

.project-section .filters{
	position:relative;
	text-align:center;
	padding-bottom:20px;
}

.project-section .filters li{
	position: relative;
    display: inline-block;
    line-height: 24px;
    color: #222222;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px 10px;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.project-section .filters li:hover,
.project-section .filters li.active{
	color: #008000;
}

.gallery-item.mix{
	display:none;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination ul{
	position:relative;
	display:inline-block;
}

.styled-pagination li{
	position:relative;
	display:block;
	float:left;
	margin:0 6px 6px 0;
}

.styled-pagination li a.prev,
.styled-pagination li a.next{
	line-height:34px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:36px;
	height:36px;
	font-size:16px;
	min-width:36px;
	background:none;
	color:#888888;
	font-weight:500;
	text-align:center;
	border-radius:5px;
	transition:all 500ms ease;
	background-color:#f4f4f4;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background-color:#008000;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.map-section{
	position:relative;
	padding:120px 0px 70px;
}

.map-section .map-outer{
	position:relative;
}

.map-section .map-outer .map-info{
	position:absolute;
	top:130px;
	left:90px;
	max-width:260px;
	width:100%;
	padding:25px 30px;
	border-radius:5px;
	background-color:#008000;
}

.map-section .map-outer .map-info h2{
	position:relative;
	font-size:24px;
	font-weight:800;
	color:#ffffff;
	margin-bottom:15px;
}

.map-section .map-outer .map-info .text{
	position:relative;
	margin-bottom:15px;
}

.map-section .map-outer .map-info .text p{
	position:relative;
	line-height:1.8em;
	font-size:14px;
	margin-bottom:15px;
	color:rgba(255,255,255,0.80);
}

.map-section .map-outer .map-info h3{
	position:relative;
	font-weight:600;
	color:#ffffff;
	font-size:16px;
}

/***

====================================================================
	Map Section Style
====================================================================

***/

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:500px;
}

/***

====================================================================
	Hotel Section
====================================================================

***/

.hotel-section{
	position:relative;
	padding:40px 0px 80px;
}

.hotel-block{
	position:relative;
	margin-bottom:40px;
}

.hotel-block .inner-box{
	position:relative;
}

.hotel-block .inner-box .image{
	position:relative;
}

.hotel-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:5px;
}

.hotel-block .inner-box .lower-box{
	position:relative;
	padding:25px 15px 0;
}

.hotel-block .inner-box .lower-box h3{
	position:relative;
	font-size:18px;
	font-weight:700;
	margin-bottom:3px;
	text-transform:uppercase;
}

.hotel-block .inner-box .lower-box h3 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;
}

.hotel-block .inner-box .lower-box h3 a:hover{
	color:#008000;
}

.hotel-block .inner-box .lower-box .location{
	position:relative;
	color:#777777;
	font-size:14px;
}

.hotel-block .inner-box .lower-box .price{
	position:relative;
	color:#222222;
	font-size:22px;
	font-weight:600;
	text-align:right;
}

.hotel-block .inner-box .lower-box .price span{
	color:#008000;
	font-size:14px;
	font-weight:500;
}

/*Contact Info Section*/

.contact-info-section{
	position:relative;
	padding:0 0px 30px;
}

.contact-info-section .column:nth-child(2){
	text-align:center;
}

.contact-info-section .column:nth-child(3){
	text-align:right;
}

.contact-info-section .column:nth-child(3) .footer-info:after{
	display:none;
}

/*Footer Info*/

.contact-info-section .footer-info{
	position:relative;
	min-height:70px;
	margin-bottom:30px;
}

.contact-info-section .footer-info .inner{
	position:relative;
	padding-left:100px;
	padding-top:8px;
	display:inline-block;
}

.contact-info-section .footer-info:after{
	position:absolute;
	content:'';
	right:0;
	top:0;
	width:1px;
	height:100%;
	background-color:#ededed;
}

.contact-info-section .footer-info .inner .icon{
	position:absolute;
	left:0;
	top:0;
	width:70px;
	height:70px;
	color:#777777;
	font-size:28px;
	line-height:62px;
	text-align:center;
	border-radius:50%;
	margin-bottom:20px;
	border:4px solid transparent;
	background-color:#f4f4f4;
	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;
}

.contact-info-section .footer-info .inner .text{
	color:#777777;
	font-size:14px;
	line-height:1.8em;
	text-align:left;
}

.contact-info-section .footer-info .inner:hover .icon{
	color:#ffffff;
	border-color:rgba(255,255,255,0.50);
	background-color:#008000;
}

/***

====================================================================
	Contact Form Section
====================================================================

***/

.contact-form-section{
	position:relative;
	padding-bottom:80px;
}

.contact-form-section .sec-title h2{
	font-size:26px;
}

/***

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form{
	margin-top:10px;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 20px;
	color:#222222;
	border:1px solid #e5e5e5;
	height:46px;
	background:#ffffff;
	border-radius:5px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#008000;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e5e5e5;
	height:205px;
	background:#ffffff;
	resize:none;
	border-radius:5px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form button{
	position:relative;
	margin-top:10px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#00EE00 !important;
}

.contact-form label.error{
	line-height:24px;
	padding:5px 0px 0;
	margin:0;
	text-transform:uppercase;
	font-size:11px;
	color:#00EE00;
	font-weight:500;
}

/***

====================================================================
	Error Section
====================================================================

***/

.eror-section{
	position:relative;
	text-align:center;
	padding:125px 0px 150px;
}

.eror-section .error-image{
	position:relative;
	margin-bottom:35px;
}

.eror-section h4{
	color:#333333;
	font-size:44px;
	font-weight:400;
	font-style:italic;
	text-transform:capitalize;
	font-family: 'Lora', serif;
}

.eror-section .text{
	color:#666666;
	font-size:16px;
	margin-top:10px;
	margin-bottom:25px;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:120px 0px 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 55px;
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:30px;
}

.sidebar-title h2{
    font-size: 16px;
    color: #222222;
    font-weight: 700;
    line-height: 1.2em;
	padding-bottom:15px;
    text-transform: uppercase;
}

.sidebar-title h2:after{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:38px;
	height:2px;
	background-color:#008000;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:23px;
	padding:10px 50px 10px 20px;
	border:1px solid #ececec;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height:45px;
	border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#008000;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0;
	top:0;
	height:45px;
	width:50px;
	display:block;
	font-size:16px;
	color:#888888;
	line-height:100%;
	background:none;
	font-weight:normal;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0 0;
	padding-left:100px;
	min-height:70px;
	margin-bottom:25px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0;
	 top:0;
	 width:80px;
}

.sidebar .popular-posts .post:hover .post-thumb img{
	opacity:0.70;
}

.sidebar .popular-posts .post .post-thumb 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;
}

.sidebar .popular-posts .post .text{
	position:relative;
	font-size:14px;
	margin:0 0px 0;
	font-weight:500;
	color:#222222;
	line-height:1.5em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text 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;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#008000;
}

.sidebar .popular-posts .post-info{
	font-size:13px;
	color:#b3b3b3;
}

/***

====================================================================
	Gallery Widget
====================================================================

***/

.sidebar .gallery-widget .image{
	position:relative;
	float:left;
	width:33.333%;
	padding:0 6px 6px 0;
}

.sidebar .gallery-widget .image img{
	position:relative;
	display:block;
	width:100%;
}

/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:6px 15px 6px;
	margin:0 3px 8px 0;
	color:#777777;
	text-align:center;
	font-size:14px;
	text-transform:capitalize;
	background:#f4f4f4;
	border-radius:4px;
	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 .popular-tags a:hover{
	background-color:#008000;
	color:#ffffff;
}

.news-block-four{
	position:relative;
	margin-bottom:40px;
}

.news-block-four .inner-box{
	position:relative;
}

.news-block-four .inner-box .facebook-link{
	position:relative;
	text-align:center;
	background-color:#32CD32;
}

.news-block-four .inner-box .facebook-link a{
	position:relative;
	display:block;
	padding:50px 0px 50px;
}

.news-block-four .inner-box .facebook-link .icon{
    position: relative;
    color: #ffffff;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 20px;
    display: block;
}

.news-block-four .inner-box .facebook-link .text{
	position:relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}

.news-block-four .inner-box .image{
	position:relative;
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-four .inner-box .lower-box{
	position:relative;
	padding:35px 35px;
	background-color:#fafafa;
}

.news-block-four .inner-box .lower-box h3{
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
}

.news-block-four .inner-box .lower-box h3 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-four .inner-box .lower-box h3 a:hover{
	color:#008000;
}

.news-block-four .inner-box .lower-box .post-date{
    position: relative;
    color: #ababab;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.news-block-four .inner-box .lower-box .post-date:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #e0e0e0;
}

.news-block-four .inner-box .lower-box .text{
	position:relative;
    margin-bottom: 22px;
    color: #777777;
    font-size: 14px;
}

.news-block-four .inner-box .lower-box .theme-btn{
    padding: 8px 26px;
    font-size: 14px;
}

.blog-single{
	position:relative;
	margin-bottom:60px;
}

.blog-single .inner-box{
	position:relative;
}

.blog-single .inner-box .image{
	position:relative;
	margin-bottom:30px;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-box{
	position:relative;
}

.blog-single .inner-box .lower-box h2{
    position: relative;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
	color: #222222;
}

.blog-single .inner-box .lower-box .post-date{
    position: relative;
    color: #ababab;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.blog-single .inner-box .lower-box .post-date:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #e0e0e0;
}

.blog-single .inner-box .lower-box .text{
	position:relative;
	margin-bottom:30px;
}

.blog-single .inner-box .lower-box .text p{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:2em;
	margin-bottom:0;
}

.blog-single .inner-box .lower-box .text h3{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:700;
	margin-bottom:18px;
}

/***

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:60px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:40px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:24px;
	color:#232323;
	font-weight:700;
	padding-bottom:20px;
}

.sidebar-page-container .group-title h2:after{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	width:35px;
	height:2px;
	background-color:#008000;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	padding-bottom:0;
	margin-bottom:0;
}

.sidebar-page-container .comments-area .comment-box:last-child:after{
	display:none;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0 0px 40px;
	margin-bottom:40px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1){
	padding-top:0;
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#222222;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0 0px 0px 140px;
	font-size:14px;
	min-height:115px;
}

.sidebar-page-container .comments-area .comment-box:after{
	position:absolute;
	content:'';
	left:0;
	bottom:0;
	height:1px;
	width:300px;
	background-color:#ececec;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:absolute;
	right:0;
	top:0;
	color:#222222;
	font-size:14px;
	text-align:center;
	font-weight:400;
	display:inline-block;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply .icon{
	position:relative;
	line-height:1em;
	top:2px;
	color:#008000;
}

.sidebar-page-container .comments-area .comment .comment-reply:hover{
	color:#008000;
}

.sidebar-page-container .comments-area .reply-comment{
	padding-left:130px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0;
	top:0;
	margin-bottom:20px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:115px;
	display:block;
	border-radius:50%;
}

.sidebar-page-container .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:14px;
	font-weight:700;
	color:#232323;
	line-height:16px;
	display:inline-block;
	text-transform:uppercase;
	 font-family: 'Poppins', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#777777;
	font-size:14px;
    margin-top: 14px;
    line-height: 1.6em;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	font-size:14px;
	color:#777777;
	margin-top:4px;
	padding-left:10px;
	margin-left:10px;
	display:inline-block;
	line-height:1em;
	border-left:1px solid #c1c1c1;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 30px;
	font-size:12px;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}

/***

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

.comment-form .row{
	margin:0 -12px;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:24px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	height:50px;
	font-size:15px;
	border:1px solid #ececec;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus{
	border-color:#008000;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:20px 20px;
	color:#a5a5a5;
	height:160px;
	font-size:15px;
	resize:none;
	border:1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.comment-form button{
	border:0;
	text-align:right;
	border-radius:0;
	color:#008000;
	font-size:16px;
	background:none;
	font-family: 'Lora', serif;
	font-style:italic;
}

.comment-form button .arrow{
	font-size:12px;
	margin-left:4px;
	font-weight:600;
	font-style:normal;
}




/***

====================================================================
	Countdown style
====================================================================

***/


.time-counter .time-countdown{
	position:relative;
	text-align:center;
}

.time-countdown .counter-column{
	position:relative;
	display:block;
	display:inline-block;
	padding:0 8px;
	color:#777777;
	font-size:15px;
	line-height:24px;
	text-align:center;
	font-weight:400;
	text-transform:capitalize;
	 font-family: 'Poppins', sans-serif;
}

.time-countdown .counter-column .inner{
	position:relative;
}

.time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:20px;
	line-height:1.4em;
	padding:0 0;
	color:#ffffff;
	font-weight:600;
	letter-spacing:10px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#333333;
	margin-bottom:10px;
	border-radius:3px;
	font-family: 'Poppins', sans-serif;
}

.time-countdown .counter-column:after{
	position:absolute;
	content:':';
	right:-3px;
	top:11px;
	color:#333333;
	font-size:18px;
	font-weight:700;
}

.time-countdown .counter-column:last-child::after{
	display:none;
}

.time-counter.style-two  .counter-column .count{
	background-color:#32CD32;
}

.time-counter.style-two .counter-column,
.time-counter.style-two .counter-column:after{
	color:#ffffff;
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}
.card > hr {
    margin-right: 0;
    margin-left: 0
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}
.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}
.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}
.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}
.card-text:last-child {
    margin-bottom: 0
}
.card-link + .card-link {
    margin-left: var(--bs-card-spacer-x)
}
.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}
.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}
.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}
.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}
.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}
.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}
.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}
.card-img, .card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}
.card-img, .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}
.card-group > .card {
    margin-bottom: var(--bs-card-group-margin)
}
@media (min-width:576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}
