/* City Government CSS */

/*** 

====================================================================
	Reset
====================================================================

 ***/

 * {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption-text {
	text-align: center;
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.gallery-caption {
    display: block;
}
.bypostauthor {
	display: block;
}
.alignleft {
    float: left;
    clear: both;
    margin-right: 20px !important;
    margin-bottom: 20px;
}
.alignright {
    float: right;
    clear: both;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 1.75em;
}
select {
    max-width: 270px;
    width: 100%;
    background: #fff;
    margin-left: 0;
    height: 50px;
    padding: 10px;
    color: #061138;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    margin-bottom: 11px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 10px;
}
.unit-test ul+h2 {
    margin-top: 10px;
}
table, th, td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
th, td {
    padding: 0.3em;
    text-align: center;
}
blockquote {
    padding: 40px 20px 35px 90px !important;
    position: relative;
	margin: 30px 0 30px 0;
	border: none !important;
    background: #f9f6f0;
}
blockquote::before {
    content: "\f1c4";
    position: absolute;
    font-size: 40px;
    left: 38px;
    top: 30px;
    font-family: 'Flaticon';
}
blockquote p {
    margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.post-password-form input {
    display: block;
    border: 1px solid #e2e2e2;
    height: 50px;
    padding: 0 20px;
}
.post-password-form label {
    font-weight: 600;
    color: #333;
}
.post-password-form input[type=submit] {
    width: 100px;
    height: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    background-color: #00aa55;
    color: #fff;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 15px;
    color: #757575;
    line-height: 1.6em;
    font-weight: 500;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Montserrat Alternates', sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #00aa55;
}

.theme_color {
    color: #00aa55;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px 0px 15px;
    background: none;
    line-height: 1.3em;
    font-family: 'Manjari', sans-serif;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

input,
select,
button {
    font-family: 'Montserrat Alternates', sans-serif;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0 0 15px;
}

.text {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}


/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    font-family: 'Manjari', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 18px 30px 12px;
    background: #00aa55;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-title {
    background: #222222;
    color: #ffffff;
}


/*Btn Style Two*/

.btn-style-two {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    font-family: 'Manjari', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    padding: 18px 30px 12px;
    background: #ffffff;
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-two .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    padding-right: 5px;
    font-size: 12px;
}

.btn-style-two:hover .btn-title {
    background: #00aa55;
    color: #ffffff;
}


/*Btn Style Three*/

.btn-style-three {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0px;
    overflow: hidden;
    font-family: 'Manjari', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-three .btn-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    padding: 16px 35px 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0px;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.btn-style-three .icon {
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: top;
    line-height: 27px;
    padding-right: 5px;
    font-size: 12px;
}

.btn-style-three:hover .btn-title {
    background: #00aa55;
    color: #ffffff;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0);
}

.preloader .icon {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.page-loaded .preloader .icon {
    opacity: 0;
}

.preloader:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.page-loaded .preloader:before {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
}

.preloader:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ffffff;
    z-index: 2;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.page-loaded .preloader:after {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit !important;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 56px;
    height: 56px;
    color: rgba(255, 255, 255, 0.50);
    border: 1px solid rgba(255, 255, 255, 0.20);
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #222222;
    border-radius: 0px;
    display: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    border-color: #00aa55;
    background: #00aa55;
}


/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    background: none;
}

.header-top {
    position: relative;
}

.header-top .inner {
    position: relative;
}

.main-header .header-top .top-left {
    position: relative;
    float: left;
}

.main-header .header-top .top-right {
    position: relative;
    float: right;
}

.header-top-one {
    background: none;
    padding: 10px 40px;
    font-size: 14px;
    border-bottom: 1px solid #e2eef2;
    line-height: 30px;
    background: #222222;
    color: #ffffff;
}

.header-top-one .auto-container {
    max-width: none;
}
.header-top-one .single_items {
    background: #252625;
    border-radius: 30px;
}
.header-top-one .single_items .owl-dots {
    display: none;
}
.header-top-one .mid-text {
    position: relative;
    text-align: center;
    line-height: 28px;
    padding: 0px 30px;
    color: #ddd;
}
.header-top-one .mid-text p {
    position: relative;
    margin: 0px;
    padding: 5px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header-top-one .mid-text p a {
    color: #757575;
}
.header-top-one .mid-text i {
    color: #00aa55;
    margin-right: 10px;
    font-size: 16px;
}
.header-top-one .welcome-text {
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
}
.header-top-one .welcome-text .flag {
    position: relative;
    top: 7px;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.header-top-one .welcome-text .arrow {
    position: relative;
    top: 6px;
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #3e3e3e;
    font-size: 7px;
    margin-left: 5px;
    border-radius: 50%;
}

.header-top-one .email {
    position: relative;
    float: left;
    font-weight: 500;
    margin-left: 20px;
    padding-left: 21px;
}

.header-top-one .email:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
}

.header-top-one .email a {
    color: #ffffff;
}

.header-top-one .email .icon {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #00aa55;
    padding-right: 7px;
}

.header-top-one .email a:hover {
    text-decoration: underline;
    color: #00aa55;
}

.header-top-one .hours {
    position: relative;
    float: left;
    margin-left: 20px;
    padding-left: 21px;
    z-index: 5;
}

.header-top-one .hours:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.30);
}

.header-top-one .hours .hours-btn {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    display: block;
    background: #00aa55;
    line-height: 24px;
    padding: 3px 15px;
    border-radius: 15px;
    cursor: pointer;
}

.header-top-one .hours .hours-btn .arrow {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 8px;
    margin-left: 7px;
}
.header-top-one .hours .hours-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 10px;
}
.header-top-one .hours .hours-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    width: 200px;
    background: #222222;
    border-top: 2px solid #00aa55;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.header-top-one .hours:hover .hours-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.header-top-one .hours .hours-dropdown li {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.header-top-one .hours .hours-dropdown li:last-child {
    border: none;
}

.header-top-one .hours .hours-dropdown li a {
    position: relative;
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.header-top-one .hours .hours-dropdown li a:hover {
    color: #00aa55;
}

.header-top-one .phone {
    position: relative;
    float: left;
    font-weight: 500;
    font-size: 14px;
}

.header-top-one .phone a {
    color: #ffffff;
}

.header-top-one .phone .icon {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #00aa55;
    padding-right: 7px;
}

.header-top-one .phone a:hover {
    text-decoration: underline;
    color: #00aa55;
}


/*=== Header Main Box ===*/

.main-header .header-upper {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
    z-index: 1;
}

.fixed-header.header-style-one .header-upper,
.fixed-header.header-style-two .header-upper,
.fixed-header .header-upper {
    position: fixed;
    -webkit-animation-name: slideInDown;
    -webkit-animation-duration: 700ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: slideInDown;
    -moz-animation-duration: 700ms;
    -moz-animation-timing-function: ease;
    -ms-animation-name: slideInDown;
    -ms-animation-duration: 700ms;
    -ms-animation-timing-function: ease;
    animation-name: slideInDown;
    animation-duration: 700ms;
    animation-timing-function: ease;
}

.header-style-one .header-upper .auto-container {
    max-width: none;
}

.header-style-one .header-upper .inner-container {
    position: relative;
    padding: 0px 40px;
}

.main-header .header-upper {
    position: relative;
    background: #ffffff;
}

.main-header .header-upper .logo-box {
    position: relative;
    float: left;
    padding: 22px 0px;
    z-index: 10;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
    float: left;
    display: block;
}

.main-header .header-upper .logo-box .logo img {
    position: relative;
    display: inline-block;
    max-width: 149px;
    max-height: 50px;
    z-index: 1;
}

.main-header .header-upper .right-nav {
    position: relative;
    float: right;
}

.main-header .search-btn-one {
    position: relative;
    float: left;
    margin-left: 25px;
    margin-top: 8px;
    padding-left: 21px;
}

.main-header .search-btn-one:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header .search-btn-one button {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Manjari', sans-serif;
    color: #757575;
    cursor: pointer;
}

.main-header .search-btn-one button .icon {
    position: relative;
    top: 2px;
    color: #aaaaaa;
    display: inline-block;
    line-height: 30px;
    padding-left: 20px;
}

.main-header .nav-outer {
    position: relative;
    float: left;
    z-index: 1;
}

.header-style-one .header-upper .nav-outer {
    width: calc(100% - 550px);
    text-align: center;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.header-style-one .header-upper .nav-outer .main-menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    font-family: 'Montserrat Alternates', sans-serif;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 15px 0px;
    margin-right: 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li:last-child:after {
    display: none;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: #222222;
    padding: 15px 0px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px;
}

.main-menu .navigation>li.dropdown>a:before {
    font-family: 'Flaticon';
    content: "\f1b2";
    position: absolute;
    right: 0px;
    line-height: 32px;
    font-size: 9px;
    color: #aaaaaa;
}

.sticky-header .main-menu .navigation>li:before,
.sticky-header .main-menu .navigation>li.dropdown>a:before {
    display: none;
}

.main-menu .navigation>li.current-menu-item>a,
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.header-style-two .header-upper .main-menu .navigation>li:hover>a,
.header-style-two .header-upper .main-menu .navigation>li.current>a,
.header-style-two .header-upper .main-menu .navigation>li.current>a:before,
.header-style-two .header-upper .main-menu .navigation>li:hover>a:before {
    color: #00aa55;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: #00aa55;
}

.sticky-header .main-menu .navigation>li.dropdown {
    padding-right: 0px;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 10px;
    width: 260px;
    z-index: 100;
    display: none;
    background: #ffffff;
    padding: 5px 0px;
    border: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    padding: 0px 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0px;
    padding-left: 22px;
    line-height: 26px;
    font-weight: 500;
    font-size: 14px;
    color: #757575;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a:before,
.main-menu .navigation>li>ul>li>ul>li>a:before,
.main-menu .navigation>li>ul>li>ul>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a:after,
.main-menu .navigation>li>ul>li>ul>li>a:after,
.main-menu .navigation>li>ul>li>ul>li>ul>li>a:after {
    content: '';
    position: absolute;
    left: -14px;
    top: 24px;
    width: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li>ul>li>ul>li:hover>a:before {
    background: #00aa55;
    border-color: #00aa55;
}

.main-menu .navigation>li>ul>li:hover>a:after,
.main-menu .navigation>li>ul>li>ul>li:hover>a:after,
.main-menu .navigation>li>ul>li>ul>li>ul>li:hover>a:after {
    border-color: #00aa55;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:hover>a {
    color: #00aa55;
}

.main-menu .navigation>li>ul>li>ul,
.main-menu .navigation>li>ul>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 0;
    width: 260px;
    z-index: 100;
    display: none;
    background: #ffffff;
    padding: 5px 0px;
    border: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul:before,
.main-menu .navigation>li>ul>li>ul>li>ul:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    width: 10px;
    height: 100%;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li,
.main-menu .navigation>li>ul>li>ul>li>ul>li {
    position: relative;
    padding: 0px 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a,
.main-menu .navigation>li>ul>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0px;
    padding-left: 22px;
    line-height: 26px;
    font-weight: 500;
    font-size: 14px;
    color: #757575;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a,
.main-menu .navigation>li>ul>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:hover>a,
.main-menu .navigation>li>ul>li>ul>li>ul>li:hover>a {
    color: #00aa55;
}

.main-menu .navigation li ul>li.dropdown:after {
    font-family: 'Manjari', sans-serif;
    content: "+";
    position: absolute;
    right: 30px;
    top: 10px;
    display: block;
    line-height: 30px;
    color: #757575;
    font-size: 24px;
    font-weight: 300;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.header-style-one .header-upper {
    position: relative;
}

.header-style-one .other-links {
    position: relative;
    float: right;
}

.c-tooltip {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 86px;
    margin-left: -43px;
    margin-top: 15px;
    text-align: center;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.c-tooltip .tooltip-inner {
    position: relative;
    display: block;
    margin-bottom: 12px;
    min-width: 86px;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 11px;
    color: #ffffff;
    background: #222222;
    text-transform: uppercase;
    border-radius: 7px;
}

.c-tooltip .tooltip-inner:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 100%;
    border: 5px solid transparent;
    border-bottom: 5px solid #222222;
}

.has-tooltip:hover .c-tooltip {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.header-style-one .other-links .social-links-one {
    position: relative;
    float: left;
    margin-left: 25px;
    margin-top: 30px;
    padding-left: 26px;
}

.header-style-one .other-links .social-links-one:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.social-links-one {
    position: relative;
}

.social-links-one li {
    position: relative;
    float: left;
    margin-left: 10px;
}

.social-links-one li:first-child {
    margin-left: 0;
}

.social-links-one li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
    background: #ffffff;
    color: #aaaaaa;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.social-links-one li a:hover {
    background: #00aa55;
    border-color: #00aa55;
    color: #ffffff;
}

.header-style-one .other-links .language {
    position: relative;
    float: left;
    padding-top: 30px;
    z-index: 5;
}

.header-style-one .other-links .language .lang-btn {
    position: relative;
    display: block;
    line-height: 30px;
    font-size: 16px;
    text-transform: capitalize;
    color: #757575;
    font-weight: 400;
    font-family: 'Manjari', sans-serif;
    cursor: pointer;
}

.header-style-one .other-links .language .lang-btn .icon {
    position: relative;
    top: -1px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}

.header-style-one .other-links .language .lang-btn .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-style-one .other-links .language .lang-btn .arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px;
}

.header-style-one .other-links .language .lang-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 26px;
}

.header-style-one .other-links .language .lang-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 26px;
    width: 180px;
    background: #222222;
    border-top: 2px solid #00aa55;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.header-style-one .other-links .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header-style-one .other-links .language .lang-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-style-one .other-links .language .lang-dropdown li:last-child {
    border: none;
}

.header-style-one .other-links .language .lang-dropdown li a {
    position: relative;
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.header-style-one .other-links .language .lang-dropdown li a:hover {
    color: #00aa55;
}


/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two {
    position: relative;
}

.header-top-two {
    background: none;
    padding: 10px 0px;
    font-size: 14px;
    line-height: 30px;
    background: #f1f1f1;
    color: #757575;
}

.header-top-two .left-text {
    position: relative;
    top: 4px;
    float: left;
    color: #222222;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'Manjari', sans-serif;
}

.header-top-two .left-text .icon {
    position: relative;
    top: -1px;
    color: #00aa55;
    display: inline-block;
    vertical-align: top;
    padding-right: 7px;
}

.header-top-two .info {
    position: relative;
    float: left;
    margin-left: 25px;
}

.header-top-two .info li {
    position: relative;
    float: left;
    font-weight: 500;
    margin-right: 45px;
}

.header-top-two .info li:before {
    content: '';
    position: absolute;
    right: -23px;
    top: 5px;
    height: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.header-top-two .info li:last-child {
    margin-right: 0;
}

.header-top-two .info li:last-child:before {
    display: none;
}

.header-top-two .info li a {
    color: #111;
}

.header-top-two .info li .icon {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #00aa55;
    padding-right: 10px;
}

.header-top-two .info li a:hover {
    text-decoration: underline;
    color: #00aa55;
}

.header-top-two .language {
    position: relative;
    float: left;
    z-index: 5;
}

.header-top-two .language .lang-btn {
    position: relative;
    top: 2px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    cursor: pointer;
}

.header-top-two .language .lang-btn .icon {
    position: relative;
    top: -1px;
    font-size: 16px;
    color: #00aa55;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}

.header-top-two .language .lang-btn .txt {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.header-top-two .language .lang-btn .arrow {
    position: relative;
    top: -1px;
    color: #757575;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 14px;
}

.header-top-two .language .lang-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 10px;
}

.header-top-two .language .lang-dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 10px;
    width: 180px;
    background: #222222;
    border-top: 2px solid #00aa55;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.header-top-two .language:hover .lang-dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header-top-two .language .lang-dropdown li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.header-top-two .language .lang-dropdown li:last-child {
    border: none;
}

.header-top-two .language .lang-dropdown li a {
    position: relative;
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.header-top-two .language .lang-dropdown li a:hover {
    color: #00aa55;
}

.header-top-two .social-links-two {
    position: relative;
    float: left;
    margin-left: 20px;
}

.social-links-two {
    position: relative;
}

.social-links-two li {
    position: relative;
    float: left;
    margin-left: 8px;
}

.social-links-two li:first-child {
    margin-left: 0;
}

.social-links-two li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-align: center;
    background: none;
    color: #aaaaaa;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.social-links-two li a:hover {
    background: #00aa55;
    border-color: #00aa55;
    color: #ffffff;
}

.header-style-two .header-upper {
    background: #040404;
}

.header-style-two .header-upper .logo-box {
    position: relative;
    float: left;
    padding: 19px 0px;
    min-width: 200px;
    background: #ffffff;
}

.header-style-two .header-upper .logo-box:before {
    content: '';
    position: absolute;
    right: 100%;
    margin-right: -1px;
    top: 0;
    width: 2000px;
    height: 100%;
    background: #ffffff;
}

.header-style-two .header-upper .nav-outer {
    float: left;
    margin-left: 60px;
}

.header-style-two .header-upper .search-btn-one {
    position: relative;
    float: right;
    margin-left: 0px;
    margin-top: 23px;
}

.header-style-two .header-upper .search-btn-one:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.40);
}

.header-style-two .header-upper .search-btn-one button {
    color: #ffffff;
}

.header-style-two .header-upper .search-btn-one button .icon {
    color: #ffffff;
}

.header-style-two .header-upper .main-menu .navigation>li {
    padding: 10px 0px;
}

.header-style-two .header-upper .main-menu .navigation>li>a {
    color: #ffffff;
    font-size: 15px;
}


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    display: none;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0px;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 40px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 21px 0px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #25283a;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
}


/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.0);
    transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -webkit-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
}

.search-popup:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
}

.search-popup.popup-visible:before {
    transition: all 500ms ease 100ms;
    -moz-transition: all 500ms ease 100ms;
    -webkit-transition: all 500ms ease 100ms;
    -ms-transition: all 500ms ease 100ms;
    -o-transition: all 500ms ease 100ms;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup.popup-visible {
    opacity: 1;
    visibility: visible;
}

body.search-visible {
    overflow: hidden;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
}

.search-popup .close-search:hover {
    opacity: 0.70;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 10;
}

.search-popup.popup-visible .search-form {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease 500ms;
    -moz-transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form fieldset {
    position: relative;
    border: 7px solid rgba(255, 255, 255, 0.50);
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 220px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    background: #00aa55;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    background: #00aa55;
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.search-popup .recent-searches li a:hover {
    color: #00aa55;
    border-color: #00aa55;
}


/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 32px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0px;
    color: #222222;
    margin: 25px 0px 0px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.70);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 3px solid #00aa55;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown>a {
    padding-right: 30px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image {
    background: url(../images/icons/image-bg.svg) center center no-repeat;
}

img.lazy-image.loaded {
    background-image: none;
}

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}





/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 60px;
}

.sec-title.centered {
    max-width: 600px;
    margin: 0 auto 60px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 36px;
    line-height: 1.25em;
    color: #222222;
    font-weight: 700;
    margin-bottom: 0px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title .lower-text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    color: #757575;
    padding: 20px 0px 0px;
}

.sec-title.centered .lower-text {
    max-width: 500px;
    margin: 0 auto;
}

.sec-title.with-separator h2 {
    padding-bottom: 27px;
}

.sec-title.centered .separator {
    margin: 0 auto;
}

.sec-title .separator {
    position: relative;
    width: 26px;
    height: 0;
}

.sec-title .separator:before {
    content: '';
    position: absolute;
    top: -7px;
    left: 100%;
    margin-left: 10px;
    width: 36px;
    border-bottom: 2px solid #00aa55;
}

.sec-title .separator:after {
    content: '';
    position: absolute;
    top: -7px;
    right: 100%;
    margin-right: 10px;
    width: 36px;
    border-bottom: 2px solid #00aa55;
    display: none;
}

.sec-title.centered .separator:after {
    display: block;
}

.sec-title .separator .cir {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #00aa55;
    border-radius: 50%;
}

.sec-title .separator .c-1 {
    left: 0;
}

.sec-title .separator .c-2 {
    left: 7px;
    background: #00aa55;
}

.sec-title .separator .c-3 {
    left: auto;
    right: 0;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after {
    border-color: #ffffff;
}

.sec-title.light .separator .cir {
    border-color: #ffffff;
}

.sec-title.light .separator .c-2 {
    background: #ffffff;
}

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    padding-left: 25px;
}

.list-style-one li:before {
    content: "\f11c";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Flaticon';
    color: #00aa55;
}



/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background: #222222;
    color: #ddd;
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0px 20px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .widget-title {
    position: relative;
}

.main-footer .widget-content {
    position: relative;
}

.footer-widget .elementor-widget-container > h5,
.main-footer .widget-title h4 {
    position: relative;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0;
    font-size: 20px;
    margin-bottom: 20px;
}

.main-footer .about-widget .logo {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.main-footer .about-widget .logo img {
    max-width: 149px;
}

.main-footer .about-widget h5 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.main-footer .about-widget .address {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .links-widget {
    position: relative;
}

.main-footer .links-widget .column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .links-widget .menu li {
    position: relative;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 15px;
}

.main-footer .links-widget .menu li:last-child {
    margin-bottom: 0;
}

.main-footer .links-widget .menu li a {
    position: relative;
    display: block;
    color: #ddd;
    line-height: 24px;
    font-size: 15px;
    text-transform: none;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .links-widget .menu li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 0px;
    border-bottom: 2px solid #00aa55;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.main-footer .links-widget .menu li:hover a:before {
    opacity: 1;
    width: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-footer .links-widget .menu li a:hover {
    color: #ffffff;
    padding-left: 20px;
}

.main-footer .num-widget ul li {
    position: relative;
    margin-bottom: 7px;
    line-height: 24px;
    font-size: 15px;
}

.main-footer .num-widget ul li:last-child {
    margin-bottom: 0;
}

.main-footer .num-widget ul li a {
    position: relative;
    display: block;
    color: #ddd;
    line-height: 24px;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .num-widget ul li .hvr-info {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.main-footer .num-widget ul li a:hover .hvr-info {
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
}

.main-footer .num-widget ul li a .hvr-info:before {
    content: "\f1be";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: 0;
    color: #00aa55;
}

.main-footer .num-widget ul li:hover a:before {
    opacity: 1;
    width: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-footer .num-widget ul li a:hover {
    color: #ffffff;
}

.main-footer .footer-bottom {
    position: relative;
    line-height: 24px;
}

.main-footer .footer-bottom .inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 40px 0px;
    border-top: 1px solid #e2eef2;
}

.main-footer .footer-bottom .inner {
    position: relative;
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.main-footer .footer-bottom .copyright {
    position: relative;
}

.main-footer .footer-bottom .copyright strong {
    color: #222222;
}

.main-footer .footer-bottom .copyright a {
    text-transform: capitalize;
    color: #00aa55;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .footer-bottom .copyright a:hover {
    text-decoration: underline;
}

.main-footer .social-links {
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.main-footer .social-links ul {
    position: relative;
}

.main-footer .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 7px;
    line-height: 24px;
}

.main-footer .social-links li a {
    color: #ddd;
    font-size: 14px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .social-links li a:hover {
    color: #00aa55;
}

/*** 

====================================================================
	Default Form
====================================================================

***/

.default-form {
    position: relative;
}

.default-form .row {
    margin: 0 -10px;
}

.default-form .form-group {
    position: relative;
    margin-bottom: 10px;
}

.default-form .row .form-group {
    padding: 0 5px;
}

.default-form .form-group .field-label {
    position: relative;
    display: block;
    color: #7f8a99;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    font-family: 'Manjari', sans-serif;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    font-size: 15px;
    color: #222222;
    line-height: 28px;
    font-weight: 400;
    padding: 12px 20px 8px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-radius: 0px;
    font-family: 'Manjari', sans-serif;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea {
    height: 105px;
    padding-top: 12px;
    resize: none;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active {
    border-color: #00aa55;
}

.default-form ::-webkit-input-placeholder {
    color: #757575;
}

.default-form ::-moz-input-placeholder {
    color: #757575;
}

.default-form ::-ms-input-placeholder {
    color: #757575;
}

.default-form label.error {
    color: #ff0000;
    font-size: 14px;
    text-transform: capitalize;
    text-align: left;
    display: block;
    font-family: 'Manjari', sans-serif;
    padding-top: 5px;
}

.default-form .check-block {
    position: relative;
    display: block;
    margin-bottom: 5px;
}

.default-form .check-block input {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.default-form .check-block label {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 26px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.default-form .check-block label:before {
    content: '';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    color: #00aa55;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    border: 1px solid #d0d0d0;
    font-weight: 800;
}

.default-form .check-block input:checked+label:before {
    content: '\f00c';
    border-color: #00aa55;
}

.content-box .default-form label.error {
    color: #ffffff;
    font-size: 16px;
    padding-top: 10px;
}


/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 52px;
    padding: 10px 20px;
    line-height: 28px;
    font-family: 'Manjari', sans-serif;
    color: #222222;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.form-group .ui-button .ui-icon {
    background: none;
    position: relative;
    top: 3px;
    right: -5px;
    text-indent: 0px;
    color: #333333;
}

.form-group .ui-button .ui-icon:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    position: absolute;
    right: 0px;
    top: 2px !important;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    font-style: normal;
    color: #aaaaaa;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    z-index: 5;
}

.ui-widget.ui-widget-content {
    border: 1px solid #e0e0e0;
    font-family: 'Montserrat Alternates', sans-serif;
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child {
    border: none;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 9px 25px !important;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    background: #00aa55;
}

.quantity-spinner {
    position: relative;
    display: block;
}

.quantity-spinner .inner-box {
    position: relative;
    display: block;
}

.quantity-spinner input {
    position: relative;
    display: block;
    font-size: 15px;
    color: #7f8a99;
    line-height: 30px;
    height: 52px;
    width: 100%;
    padding: 10px 40px;
    border: 1px solid #e5e5e5;
    background: none;
    margin: 0px;
    font-weight: 400;
    text-align: center;
}

.quantity-spinner .minus {
    position: absolute;
    left: 0px;
    top: 1px;
    width: 53px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    background: none;
    font-weight: 400;
    color: #7f8a99;
    border-right: 1px solid #e5e5e5;
    z-index: 1;
    cursor: pointer;
}

.quantity-spinner .plus {
    position: absolute;
    right: 0px;
    top: 1px;
    width: 53px;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    background: none;
    font-weight: 400;
    color: #7f8a99;
    border-left: 1px solid #e5e5e5;
    z-index: 1;
    cursor: pointer;
}

#ui-datepicker-div {
    z-index: 10 !important;
}


/*** 

====================================================================
	Get Info Section
====================================================================

***/

.get-info-section {
    position: relative;
    padding: 110px 0px 105px;
    background: #ffffff;
}

.get-info-section .sec-title {
    margin-bottom: 50px;
}

.get-info-section .left-col,
.get-info-section .right-col {
    position: relative;
    margin-bottom: 30px;
}

.get-info-section .left-col .inner,
.get-info-section .right-col .inner {
    position: relative;
    display: block;
}

.get-info-section .form-box {
    position: relative;
    padding: 30px 30px 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.get-info-section .form-box button {
    display: block;
    width: 100%;
}

.get-info-section .form-box button .btn-title {
    padding: 13px 20px 8px;
}

.get-info-section .see-more {
    position: relative;
    display: block;
    padding-top: 20px;
    text-align: center;
}


/*** 

====================================================================
	Main Footer Two
====================================================================

***/

.main-footer-two {
    position: relative;
    background: #222222;
    padding: 50px 0px 0px;
    color: #ddd;
}

.main-footer-two .upper-logo-box {
    position: relative;
    padding: 25px 0px 30px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.main-footer-two .upper-logo-box .logo img {
    max-width: 149px;
}
.main-footer-two .widgets-section {
    position: relative;
    padding: 50px 0px 40px;
}

.main-footer-two .widgets-section .column {
    position: relative;
    padding: 0px 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    margin-bottom: 40px;
}

.main-footer-two .widgets-section .column:last-child {
    border: none;
}

.main-footer-two .footer-widget {
    position: relative;
}

.main-footer-two .widget-title {
    position: relative;
    margin-bottom: 20px;
}

.main-footer-two .widget-content {
    position: relative;
}

.main-footer-two .widget-title h4 {
    position: relative;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0;
}

.main-footer-two .about-widget .logo {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer-two .about-widget h5 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.main-footer-two .about-widget .address {
    position: relative;
    margin-bottom: 20px;
}

.main-footer-two .links-widget {
    position: relative;
}

.main-footer-two .links-widget .column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer-two .links-widget .menu li {
    position: relative;
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 15px;
}

.main-footer-two .links-widget .menu li:last-child {
    margin-bottom: 0;
}

.main-footer-two .links-widget .menu li a {
    position: relative;
    display: block;
    color: #ddd;
    line-height: 24px;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer-two .links-widget .menu li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.main-footer-two .twitter-widget .feed {
    position: relative;
}

.main-footer-two .twitter-widget .feed .text {
    position: relative;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.main-footer-two .twitter-widget .feed a {
    position: relative;
    color: #00aa55;
}

.main-footer-two .twitter-widget .info {
    position: relative;
    padding-left: 45px;
    min-height: 50px;
}

.main-footer-two .twitter-widget .info .name {
    position: relative;
    display: block;
    font-family: 'Manjari', sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4em;
    text-transform: capitalize;
}

.main-footer-two .twitter-widget .info .icon {
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 30px;
    color: #00aa55;
    font-size: 26px;
}

.main-footer-two .newsletter-form {
    position: relative;
    display: block;
}

.main-footer-two .newsletter-form .instruction {
    position: relative;
    display: block;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.main-footer-two .newsletter-form form {
    position: relative;
}

.main-footer-two .newsletter-form .form-group {
    position: relative;
    margin: 0 0;
}

.main-footer-two .newsletter-form .form-group input[type="text"],
.main-footer-two .newsletter-form .form-group input[type="tel"],
.main-footer-two .newsletter-form .form-group input[type="email"],
.main-footer-two .newsletter-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 24px;
    padding: 0px 0px 6px;
    height: 30px;
    display: block;
    font-size: 15px;
    background: none;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer-two .newsletter-form .form-group input[type="text"]:focus,
.main-footer-two .newsletter-form .form-group input[type="email"]:focus,
.main-footer-two .newsletter-form .form-group input[type="tel"]:focus {
    border-color: #00aa55;
}

.main-footer-two .newsletter-form .form-group input::-webkit-input-placeholder {
    color: #757575;
}

.main-footer-two .newsletter-form .theme-btn {
    position: relative;
    display: block;
    background: none;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;
}

.main-footer-two .newsletter-form .theme-btn .arrow {
    padding-right: 7px;
}

.main-footer-two .footer-bottom {
    position: relative;
    line-height: 24px;
    background: #1d1d1d;
}

.main-footer-two .footer-bottom .inner {
    position: relative;
    display: block;
    padding: 25px 0px;
}

.main-footer-two .footer-bottom .copyright {
    position: relative;
    float: left;
    width: 50%;
    line-height: 24px;
    text-align: center;
}

.main-footer-two .footer-bottom .copyright strong {
    color: #222222;
}

.main-footer-two .footer-bottom .copyright a {
    text-transform: capitalize;
    color: #00aa55;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer-two .footer-bottom .copyright a:hover {
    text-decoration: underline;
}

.main-footer-two .social-links {
    position: relative;
    float: left;
    width: 25%;
}

.main-footer-two .social-links ul {
    position: relative;
}

.main-footer-two .social-links li {
    position: relative;
    float: left;
    margin-right: 15px;
    line-height: 24px;
}

.main-footer-two .social-links li a {
    color: #ddd;
    font-size: 14px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer-two .social-links li a:hover {
    color: #00aa55;
}

.main-footer-two .footer-links {
    position: relative;
    float: right;
}

.main-footer-two .footer-links ul {
    position: relative;
}

.main-footer-two .footer-links li {
    position: relative;
    float: left;
    margin-left: 25px;
    line-height: 24px;
}

.main-footer-two .footer-links li:first-child {
    margin-left: 0px;
}

.main-footer-two .footer-links li a {
    color: #ddd;
    font-size: 14px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer-two .footer-links li a:hover {
    color: #00aa55;
}


/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section {
    position: relative;
    background: #ffffff;
    padding: 170px 0px 120px;
}

.error-section .content {
    position: relative;
    max-width: 580px;
    text-align: center;
    margin: 0 auto;
}

.error-section .big-text {
    position: relative;
    line-height: 0.7em;
    font-size: 240px;
    color: #222222;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
}

.error-section .med-text {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    padding: 10px 10px 0px;
    line-height: 40px;
    font-size: 30px;
    color: #00aa55;
    background: #ffffff;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
}

.error-section h2 {
    font-weight: 700;
    color: #222222;
    line-height: 1.1em;
    margin-bottom: 10px;
}

.error-section .text {
    position: relative;
    line-height: 1.7em;
    margin-bottom: 30px;
}

.error-section .link-box {
    position: relative;
}

.error-section .link-box .theme-btn {
    position: relative;
    min-width: 200px;
}

/*** 

====================================================================
	Countdown style
====================================================================

***/

.time-counter {
    position: relative;
}

.time-counter .time-countdown {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
}

.time-counter .time-countdown .counter-column {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 120px;
    color: #ffffff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0px 35px 50px;
}

.time-counter .time-countdown .counter-column:after {
    content: ':';
    position: absolute;
    right: -65px;
    top: 5px;
    width: 60px;
    font-size: 60px;
    color: #00aa55;
    line-height: 1em;
}

.time-counter .time-countdown .counter-column:last-child:after {
    display: none;
}

.time-counter .time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 72px;
    line-height: 1em;
    color: #ffffff;
    font-weight: 700;
}


/*** 

====================================================================
		Page Banner
====================================================================

***/

.page-banner {
    position: relative;
    padding: 0;
    color: #ffffff;
    background: #061138;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
}

.page-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.page-banner .inner-container {
    position: relative;
    padding: 140px 0px;
}

.page-banner h1 {
    position: relative;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.page-banner .page-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 15px;
    text-align: left;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
}

.page-banner .bread-crumb {
    position: relative;
    display: inline-block;
}

.page-banner .bread-crumb li {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 24px;
    color: #bababa;
    font-weight: 700;
    text-transform: uppercase;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px;
}

.page-banner .bread-crumb li:before {
    position: absolute;
    right: -15px;
    width: 30px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    color: #bababa;
    font-weight: 400;
    content: "_";
}

.page-banner .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before {
    display: none;
}

.page-banner .bread-crumb li a {
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active {
    color: #ffffff;
}


/*** 

====================================================================
		Styled Pagination
====================================================================

***/

.pagination-box {
    position: relative;
    clear: both;
}

.styled-pagination {
    position: relative;
    font-family: 'Manjari', sans-serif;
}

.styled-pagination .page-numbers {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
}

.styled-pagination .page-numbers:last-child {
    margin-right: 0;
}

.styled-pagination .post-page-numbers,
.styled-pagination .page-numbers {
    position: relative;
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    height: 40px;
    min-width: 40px;
    padding: 8px 5px;
    text-align: center;
    color: #757575;
    font-weight: 700;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.10);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.styled-pagination .next {
    margin-left: 10px;
}

.styled-pagination .next {
    font-size: 16px;
    text-transform: capitalize;
    color: #222222 !important;
    border: none !important;
    padding: 10px 0px 0px !important;
    background: none !important;
    line-height: 24px;
}

.styled-pagination .next span {
    font-size: 14px;
    padding-left: 3px;
}

.styled-pagination .prev span {
    font-size: 14px;
    padding-right: 3px;
}

.styled-pagination .prev {
    margin-right: 17px;
}

.styled-pagination .prev {
    font-size: 16px;
    text-transform: capitalize;
    color: #222222 !important;
    border: none !important;
    padding: 10px 0px 0px !important;
    background: none !important;
    line-height: 24px;
}

.styled-pagination .prev span {
    font-size: 14px;
}

.styled-pagination .prev:hover,
.styled-pagination .next:hover {
    color: #00aa55 !important;
}
.styled-pagination .post-page-numbers:hover,
.styled-pagination .post-page-numbers.current,
.styled-pagination .page-numbers:hover,
.styled-pagination .page-numbers.current {
    color: #ffffff;
    background: #00aa55;
    border-color: #00aa55;
}

.portfolio-mixitup .pagination-box {
    position: relative;
    padding-top: 10px;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.pattern-container {
    position: relative;
    display: block;
    background: #ffffff url(../images/background/pattern-3.jpg) left top repeat;
}

.services-section-three {
    position: relative;
    padding: 110px 0px 110px;
    background: #ffffff;
}

.featured-block-six {
    position: relative;
    z-index: 3;
}

.featured-block-six:hover {
    z-index: 5;
}

.featured-block-six .inner-box {
    position: relative;
    display: block;
}

.featured-block-six .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-six .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}

.featured-block-six .inner-box:hover .image-layer {
    opacity: 1;
}

.featured-block-six .content-box {
    position: relative;
    display: block;
    padding: 35px 30px;
    background: #f1f1f1;
    z-index: 2;
}

.featured-block-six .content-box .content {
    position: relative;
    padding-top: 15px;
    padding-left: 95px;
    min-height: 70px;
    z-index: 1;
}

.featured-block-six .content-box .subtitle {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: 'Manjari', sans-serif;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-selectmenu-text {
    font-weight: 500;
}

.featured-block-six .content-box h4 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
}

.featured-block-six .content-box h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-six .content-box h4 a:hover {
    color: #00aa55;
}

.featured-block-six .inner-box:hover .content-box h4 a,
.featured-block-six .inner-box:hover .content-box .subtitle {
    color: #ffffff;
}

.featured-block-six .content-box .text {
    position: relative;
    margin-top: 15px;
    line-height: 1.65em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-six .inner-box:hover .content-box .text {
    color: #b2b2b2;
}

.featured-block-six .content-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 75px;
    height: 70px;
    color: #00aa55;
    font-size: 54px;
    line-height: 70px;
}

.featured-block-six .content-box .icon-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.featured-block-six .inner-box:hover .content-box .icon-box:before {
    border-color: rgba(255, 255, 255, 0.30);
}

.featured-block-six .hvr-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 10px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.featured-block-six .inner-box:hover .hvr-dropdown {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.featured-block-six .hvr-dropdown ul {
    position: relative;
    display: block;
}

.featured-block-six .hvr-dropdown ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 10px 0px;
    line-height: 24px;
}

.featured-block-six .hvr-dropdown ul li:last-child {
    border-bottom: none;
}

.featured-block-six .hvr-dropdown ul li a {
    position: relative;
    display: block;
    color: #757575;
    font-size: 14px;
    text-transform: capitalize;
}

.featured-block-six .hvr-dropdown ul li a:hover {
    color: #00aa55;
}


/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
    position: relative;
    background: #ffffff;
    padding: 110px 0px 110px;
    overflow: hidden;
}

.sidebar-page-container .content-side {
    position: relative;
}

.sidebar-page-container .content-inner {
    position: relative;
    display: block;
    margin-right: -30px;
    padding-right: 35px;
}


/* Sidebar */

.sidebar-page-container .sidebar-side {
    position: relative;
}

.sidebar-page-container .sidebar {
    position: relative;
    display: block;
    padding-left: 90px;
}

.sidebar-page-container .sidebar .bg-layer {
    position: absolute;
    left: 30px;
    top: -110px;
    width: 3000px;
    min-width: 100%;
    height: 5000px;
    min-height: 120%;
}

.sidebar-page-container .sidebar .bg-layer .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left top;
}

.sidebar-page-container .sidebar .bg-layer .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    opacity: 0.90;
}

.featured-block-six .inner-box:hover .image-layer {
    opacity: 1;
}

.sidebar-page-container .blog-sidebar {
    padding-left: 30px;
}

.sidebar .sidebar-widget {
    position: relative;
    display: block;
    margin-bottom: 50px;
}
.sidebar .sidebar-widget:last-child {
    margin-bottom: 0px;
}

.sidebar-widget .widget-inner {
    position: relative;
    display: block;
}

.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.30em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 30px;
    padding: 12px 50px 12px 20px;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    color: #061138;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 56px;
    border-radius: 2px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    font-weight: 500;
}

.sidebar .search-box .form-group input:focus {
    border-color: #00aa55;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 56px;
    width: 60px;
    line-height: 56px;
    display: block;
    font-size: 18px;
    color: #aaaaaa;
    background: none;
    font-weight: normal;
}

.sidebar .search-box .form-group input:focus+button,
.sidebar .search-box .form-group button:hover {
    color: #00aa55;
}

.sidebar .services-widget {
    position: relative;
}

.sidebar .services-widget .links {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}

.sidebar .services-widget .links li {
    position: relative;
    display: block;
    font-size: 17px;
    color: #222222;
    text-transform: capitalize;
    font-family: 'Manjari', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.sidebar .services-widget .links li:last-child {
    border-bottom: 0;
}

.sidebar .services-widget .links li a {
    position: relative;
    display: block;
    padding: 28px 0px 22px;
    line-height: 30px;
    padding-left: 80px;
    min-height: 80px;
    color: #222222;
    font-weight: 700;
    box-shadow: 0px 25px 30px 0px rgba(0, 0, 0, 0.07);
    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 .services-widget .links li a:hover,
.sidebar .services-widget .links li.current a {
    background: #00a352;
    color: #ffffff;
}

.sidebar .services-widget .links li .icon {
    position: absolute;
    left: 20px;
    top: 10px;
    line-height: 60px;
    font-size: 40px;
    color: #00aa55;
    font-weight: 400;
}

.sidebar .services-widget .links li a:hover .icon,
.sidebar .services-widget .links li.current a .icon {
    color: #ffffff;
}

.sidebar .cat-widget {
    position: relative;
}

.sidebar .widget_nav_menu,
.sidebar .widget_rss,
.sidebar .widget_recent_entries,
.sidebar .widget_recent_comments,
.sidebar .widget_meta,
.sidebar .widget_pages,
.sidebar .widget_calendar,
.sidebar .widget_archive,
.sidebar .widget_categories {
    position: relative;
    background: #ffffff;
    padding: 20px 20px 12px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}

.sidebar .widget_archive li,
.sidebar .widget_categories li {
    position: relative;
    display: block;
    font-size: 16px;
    color: #222222;
    text-transform: capitalize;
    font-family: 'Manjari', sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.sidebar .widget_archive li:last-child,
.sidebar .widget_categories li:last-child {
    border-bottom: 0;
}
.sidebar .widget_nav_menu li a,
.sidebar .widget_meta li a,
.sidebar .widget_pages li a,
.sidebar .widget_archive li a,
.sidebar .widget_categories li a {
    position: relative;
    display: inline-block;
    padding: 15px 0px 11px;
    padding-left: 30px;
    line-height: 30px;
    min-height: 50px;
    color: #222222;
    font-weight: 700;
    font-size: 16px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.sidebar .widget_nav_menu li a,
.sidebar .widget_meta li a,
.sidebar .widget_pages li a {
    padding: 0;
    display: block;
    min-height: unset;
    font-family: 'Manjari', sans-serif;
}
.sidebar .widget_archive li a:before,
.sidebar .widget_categories li a:before {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 12px;
    color: #00a352;
    font-weight: 400;
}

.sidebar .widget_archive li a:after,
.sidebar .widget_categories li a:after {
    content: "\f005";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 12px;
    color: #00a352;
    opacity: 0;
}

.sidebar .widget_archive li a:hover,
.sidebar .widget_categories li a:hover,
.sidebar .widget_archive li.current a ,
.sidebar .widget_categories li.current a {
    color: #00a352;
}

.sidebar .widget_archive li a:hover:after,
.sidebar .widget_categories li a:hover:after,
.sidebar .widget_archive li.current a:after,
.sidebar .widget_categories li.current a:after {
    opacity: 1;
}

.sidebar .widget_tag_cloud {
    margin-bottom: 40px;
}
.wp-block-tag-cloud a,
.sidebar .tagcloud a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 8px 20px;
    background: #ffffff;
    text-align: center;
    font-size: 14px !important;
    font-weight: 500;
    color: #757575;
    text-transform: capitalize;
    border-radius: 0px;
    margin: 0px 1px 6px 0px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.wp-block-tag-cloud a{
    background: #f3f3f3;
}
.wp-block-tag-cloud a:hover,
.sidebar .tagcloud a:hover {
    background-color: #00aa55;
    border-color: #00aa55;
    color: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
}

.newsletter-box-two {
    position: relative;
    display: block;
    text-align: center;
}

.newsletter-box-two .image-box {
    position: relative;
    display: block;
    background: #000000;
    padding: 35px 20px;
    color: #ffffff;
    z-index: 1;
}

.newsletter-box-two .image-box .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.40;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.newsletter-box-two .image-box .text {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}

.newsletter-box-two form {
    position: relative;
}

.newsletter-box-two .form-group {
    position: relative;
    margin: 0 0 5px;
}

.newsletter-box-two .form-group input[type="text"],
.newsletter-box-two .form-group input[type="tel"],
.newsletter-box-two .form-group input[type="email"],
.newsletter-box-two .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 10px;
    height: 50px;
    display: block;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.30);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newsletter-box-two .form-group input[type="text"]:focus,
.newsletter-box-two .form-group input[type="email"]:focus,
.newsletter-box-two .form-group input[type="tel"]:focus {
    border-color: #00aa55;
}

.newsletter-box-two .form-group input::-webkit-input-placeholder {
    color: #eeeeee;
}

.newsletter-box-two .form-group .theme-btn {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 12px;
    text-align: center;
}

.newsletter-box-two .form-group .theme-btn .btn-title {
    padding: 13px 10px 9px;
}

.sidebar .recent-posts {
    position: relative;
}

.sidebar .recent-posts-box {
    position: relative;
    background: #ffffff;
    padding: 40px 20px 32px;
}

.sidebar .recent-posts-box .post {
    position: relative;
    margin-bottom: 30px;
}

.sidebar .recent-posts-box .post:last-child {
    margin-bottom: 0px;
}

.sidebar .recent-posts .post .inner {
    position: relative;
    display: block;
}

.sidebar .recent-posts .post-thumb {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 16px;
}

.sidebar .recent-posts .post-thumb .overlink {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.sidebar .recent-posts .post:hover .post-thumb .overlink {
    opacity: 1;
}

.sidebar .recent-posts .post-thumb .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0px 0px -15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.sidebar .recent-posts .post-thumb img {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar .recent-posts .title {
    font-size: 18px;
    line-height: 1.3em;
    color: #222222;
    font-family: 'Manjari', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.sidebar .recent-posts .title a {
    color: #222222;
}

.sidebar .recent-posts .title a:hover {
    color: #00aa55;
}

.sidebar .recent-posts .post-date {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Manjari', sans-serif;
    color: #757575;
    margin-bottom: 5px;
}


/*** 

====================================================================
	Services Details
====================================================================

***/

.service-details {
    position: relative;
    color: #757575;
}

.service-details h2 {
    font-weight: 700;
    color: #222222;
    font-size: 30px;
    margin-bottom: 20px;
}

.service-details h3 {
    position: relative;
    display: block;
    padding-bottom: 7px;
    font-weight: 700;
    color: #222222;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.service-details h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-bottom: 2px solid #00aa55;
}

.service-details p {
    margin-bottom: 25px;
}

.service-details .text-block {
    position: relative;
    padding-bottom: 20px;
}

.service-details .two-col {
    position: relative;
    margin-bottom: 20px;
}

.service-details .two-col .image-col {
    position: relative;
    margin-bottom: 30px;
}

.service-details .two-col .image-col img {
    position: relative;
    display: block;
    width: 100%;
}

.service-details .two-col .owl-theme .owl-dots {
    display: none;
}

.service-details .two-col .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    height: 0;
}

.service-details .two-col .owl-theme .owl-nav .owl-next,
.service-details .two-col .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 20px;
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #aaaaaa;
    background: #ffffff;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.service-details .two-col .owl-theme .owl-nav .owl-next {
    right: 20px;
    left: auto;
}

.service-details .two-col .owl-theme .owl-nav .owl-next:hover,
.service-details .two-col .owl-theme .owl-nav .owl-prev:hover {
    background: #00aa55;
    color: #ffffff;
}

.service-details .two-col .text-col {
    position: relative;
    margin-bottom: 30px;
}

.service-details .service-list {
    position: relative;
}

.service-details .service-list li {
    position: relative;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
    padding-left: 30px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.service-details .service-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.service-details .service-list li a {
    color: #757575;
}

.service-details .service-list li:hover,
.service-details .service-list li a:hover {
    color: #00aa55;
}

.service-details .service-list li:before {
    font-family: 'Flaticon';
    content: "\f134";
    position: absolute;
    left: 0px;
    line-height: 30px;
    font-size: 14px;
    color: #00aa55;
}

.service-details .service-list li:after {
    font-family: 'Flaticon';
    content: "\f134";
    position: absolute;
    left: 4px;
    margin-top: 0px;
    line-height: 30px;
    font-size: 14px;
    color: #00aa55;
}

.service-details .infra-structure {
    position: relative;
    margin-bottom: 30px;
}

.service-details .infra-structure .row {
    margin: 0px -5px;
}

.infra-block {
    position: relative;
    margin-bottom: 30px;
}

.service-details .infra-structure .row .infra-block {
    padding: 5px;
    margin-bottom: 0px;
}

.infra-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 40px 40px;
    min-height: 100%;
    background: #f1f1f1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.infra-block .inner-box:hover {
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
}

.infra-block .icon-box {
    position: relative;
    display: block;
    color: #00aa55;
    line-height: 1em;
    font-size: 48px;
    margin-bottom: 15px;
}

.infra-block h4 {
    position: relative;
    display: block;
    color: #222222;
    font-weight: 700;
    margin-bottom: 10px;
}

.infra-block h4 a {
    color: #222222;
}

.service-details .download-links {
    position: relative;
}

.service-details .download-links ul {
    position: relative;
    display: block;
    background: #00aa55;
    padding: 20px 35px 5px;
}

.service-details .download-links ul li {
    position: relative;
    line-height: 24px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.service-details .download-links ul li:last-child {
    border-bottom: 0;
}

.service-details .download-links ul li a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 0px;
    padding-left: 30px;
    color: #ffffff;
}

.service-details .download-links ul li .icon {
    position: absolute;
    left: 0;
    top: 9px;
    line-height: 24px;
    font-size: 20px;
}

.service-details .download-links ul li .ttl {
    position: relative;
    float: left;
}

.service-details .download-links ul li .info {
    position: relative;
    float: right;
}


/*** 

====================================================================
		Blog Banner
====================================================================

***/

.blog-banner {
    position: relative;
    padding: 0;
    color: #ffffff;
    background: #061138;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blog-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
}

.blog-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.blog-banner .meta-info {
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 20px;
    font-family: 'Manjari', sans-serif;
    z-index: 1;
}

.blog-banner .meta-info a {
    color: #ffffff;
}

.blog-banner .meta-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: #00aa55;
}

.blog-banner .inner-container {
    position: relative;
    padding: 110px 0px;
}

.blog-banner h1 {
    position: relative;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 25px;
    word-break: break-word;
}

.blog-banner .author-info {
    position: relative;
    margin: 0px;
}

.blog-banner .author-info .image {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-banner .author-info .image img {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.blog-banner .author-info h6 {
    text-transform: uppercase;
    text-decoration: underline;
}

.blog-banner .other-info {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
}

.blog-banner .other-info .date {
    position: relative;
    float: left;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #00aa55;
    font-family: 'Manjari', sans-serif;
    z-index: 5;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog-banner .other-info .tags {
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 24px;
    margin-left: 30px;
    padding: 10px 0px;
    padding-left: 30px;
}

.blog-banner .other-info .tags:before {
    position: absolute;
    left: 0px;
    top: 9px;
    font-size: 14px;
    color: #00aa55;
    font-weight: 700;
    content: "\f02c";
    font-family: 'Font Awesome 5 Free';
}

.blog-banner .other-info .tags a {
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-banner .bread-crumb li a:hover,
.blog-banner .bread-crumb li.active {
    color: #ffffff;
}


/*** 

====================================================================
		Post Details
====================================================================

***/

div.single-post {
    position: relative;
}

.post-details {
    position: relative;
    padding-bottom: 20px;
    overflow-y: hidden;
}

.post-details .main-image-box {
    position: relative;
    margin-bottom: 35px;
}

.post-details .main-image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.post-details p {
    margin-bottom: 25px;
}

.post-details h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
    padding-top: 10px;
    margin-bottom: 10px;
}

.post-details blockquote {
    position: relative;
    padding-left: 82px;
    min-height: 60px;
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 40px;
    margin-top: 30px;
}

.post-details blockquote:before {
    font-family: 'Flaticon';
    content: "\f1c4";
    position: absolute;
    left: 0;
    top: 7px;
    width: 50px;
    height: 50px;
    background: #00aa55;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    color: #ffffff;
}

.post-details blockquote p {
    position: relative;
    font-size: 20px;
    color: #222222;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.post-details blockquote .author-title {
    position: relative;
    font-size: 13px;
    color: #00aa55;
    line-height: 1.5em;
    text-transform: uppercase;
    font-family: 'Manjari', sans-serif;
    font-weight: 700;
}

.post-details .images {
    position: relative;
    padding: 10px 0px;
}

.post-details .images .image {
    margin-bottom: 30px;
}

.post-details .images img {
    display: block;
    width: 100%;
}

.share-post {
    position: relative;
    padding: 50px 10px 40px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    margin-bottom: 50px;
}

.share-post strong {
    position: relative;
    display: block;
    font-weight: 700;
    color: #222222;
    font-size: 18px;
    font-family: 'Manjari', sans-serif;
    margin-bottom: 20px;
}

.share-post ul {
    position: relative;
    display: block;
}

.share-post ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 5px 10px;
}

.share-post ul li a {
    position: relative;
    display: block;
    text-align: center;
    min-width: 140px;
    font-size: 14px;
    padding: 10px 25px;
    line-height: 24px;
    color: #ffffff;
    background: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.share-post ul li a .icon {
    position: relative;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 10px;
}

.share-post ul .facebook a {
    background: #3b5998;
}

.share-post ul .twitter a {
    background: #55acee;
}

.share-post ul .linkedin a {
    background: #dc4e41;
}

.share-post ul .pinterest a {
    background: #bd081c;
}

.share-post ul li a:hover {
    background: #00aa55;
}

.single-post .author-box {
    position: relative;
    display: block;
    padding: 40px;
    background: #00aa55;
    color: #ffffff;
    margin-bottom: 50px;
}

.single-post .author-box .inner-box {
    position: relative;
    display: block;
    padding-left: 140px;
    min-height: 100px;
}

.single-post .author-box .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.single-post .author-box .thumb img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.single-post .author-box h4 {
    position: relative;
    display: block;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.single-post .author-box h4 span {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.single-post .author-box .link {
    line-height: 24px;
    margin-bottom: 15px;
}

.single-post .author-box .link a {
    color: #ffffff;
}

.single-post .author-box .text {
    font-size: 14px;
    margin-bottom: 25px;
}

.single-post .author-box .follow-me {
    position: relative;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Manjari', sans-serif;
    font-weight: 700;
}

.single-post .author-box .follow-me a {
    color: #ffffff;
}

.author-box .follow-me .icon {
    position: relative;
    font-weight: 400;
    padding-right: 5px;
}


/*** 

====================================================================
		Post Controls
====================================================================

 ***/

.post-controls {
    position: relative;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.post-controls .inner {
    position: relative;
    display: block;
}

.post-controls .nav-previous {
    position: relative;
    float: left;
    text-align: left;
    width: 50%;
}

.post-controls .nav-previous a {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-top: 5px;
    font-size: 18px;
    line-height: 25px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Manjari', sans-serif;
}

.post-controls .nav-previous .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: rgba(0, 0, 0, 0.10);
    font-size: 24px;
    font-weight: 400;
}

.post-controls .nav-previous:hover .icon {
    color: #00aa55;
    border-color: #00aa55;
}

.post-controls .nav-previous .icon:after {
    content: 'Prev';
    position: absolute;
    left: -1px;
    right: -1px;
    min-width: 100%;
    top: 100%;
    line-height: 20px;
    height: 20px;
    padding-top: 2px;
    font-size: 12px;
    background: #00aa55;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Manjari', sans-serif;
    opacity: 0;
}

.post-controls .nav-next {
    position: relative;
    float: right;
    text-align: right;
    width: 50%;
}

.post-controls .nav-next a {
    position: relative;
    display: block;
    padding-right: 70px;
    padding-top: 5px;
    font-size: 18px;
    line-height: 25px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Manjari', sans-serif;
}

.post-controls .nav-next .icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.10);
    color: rgba(0, 0, 0, 0.10);
    font-size: 24px;
    font-weight: 400;
}

.post-controls .nav-next:hover .icon {
    color: #00aa55;
    border-color: #00aa55;
}

.post-controls .nav-next .icon:after {
    content: 'Next';
    position: absolute;
    left: -1px;
    right: -1px;
    min-width: 100%;
    top: 100%;
    line-height: 20px;
    height: 20px;
    padding-top: 2px;
    font-size: 12px;
    background: #00aa55;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Manjari', sans-serif;
    opacity: 0;
}

.post-controls .nav-next:hover .icon:after,
.post-controls .nav-previous:hover .icon:after {
    opacity: 1;
}

.newsletter-box-two .form-group {
    position: relative;
    margin: 0 0 5px;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

.comments-area {
    position: relative;
    margin-top: 50px;
}

.group-title {
    position: relative;
    margin-bottom: 30px;
}

.group-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.30em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.group-title h2 span {
    color: #00aa55;
}

.comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
}

.comments-area .comment-box:last-child {
    margin-bottom: 0;
}

.comments-area .comment-item {
    position: relative;
    min-height: 70px;
    padding-left: 100px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    margin-bottom: 20px;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-box .info {
    position: relative;
    top: -2px;
    margin-bottom: 5px;
}

.comments-area .comment-box .info .name {
    position: relative;
    font-family: 'Manjari', sans-serif;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    text-transform: capitalize;
}
.comments-area .comment-box .info .name a {
    color: #222222;   
}

.comments-area .comment-box .info .date {
    position: relative;
    display: block;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.comments-area .comment-box .text {
    font-size: 15px;
    line-height: 1.7em;
}

.comments-area .comment-box .reply-link {
    position: relative;
    display: block;
    font-family: 'Manjari', sans-serif;
}

.comments-area .comment-box .reply-link a {
    font-size: 16px;
    line-height: 1.5em;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
}

.comments-area .comment-box .reply-link a:hover {
    color: #00aa55;
}

/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two {
    position: relative;
    padding: 110px 0px 80px;
    background: #ffffff;
}

.news-block-two {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
}

.news-block-two .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block-two .image-box:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, 0.30);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.0));
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.news-block-two .inner-box:hover .image-box:before {
    opacity: 0;
}

.news-block-two .image-box:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, 0.0);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}

.news-block-two .inner-box:hover .image-box:after {
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

.news-block-two .image,
.news-block-two .image img {
    display: block;
    width: 100%;
}

.news-block-two .image-box .cat-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 30px 15px;
    color: #ffffff;
    font-family: 'Manjari', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    opacity: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 2;
}

.news-block-two .inner-box:hover .image-box .cat-info {
    opacity: 0;
    visibility: hidden;
}

.news-block-two .image-box .cat-info a {
    color: #ffffff;
}

.news-block-two .image-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: #00aa55;
}

.news-block-two .image-box .hover-link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 30px 15px;
    color: #ffffff;
    font-family: 'Manjari', sans-serif;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 3;
}

.news-block-two .inner-box:hover .image-box .hover-link {
    opacity: 1;
    visibility: visible;
}

.news-block-two .image-box .hover-link a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 24px;
    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-two .image-box .hover-link .arrow {
    font-size: 14px;
    font-weight: 400;
    padding-right: 7px;
}

.news-block-two .image-box .hover-link a:hover {
    color: #00aa55;
}

.news-block-two .lower-box {
    position: relative;
    display: block;
    padding: 40px 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    font-family: 'Manjari', sans-serif;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
}

.news-block-two .lower-box .upper-info {
    position: relative;
    padding-bottom: 20px;
}

.news-block-two .upper-title {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.news-block-two .upper-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.news-block-two .lower-box h4 {
    position: relative;
    margin-bottom: 0px;
    font-weight: 700;
    z-index: 1;
}

.news-block-two .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-two .lower-box h4 a:hover {
    color: #00aa55;
    text-decoration: underline;
}

.news-block-two .lower-box .post-info {
    position: relative;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
    line-height: 20px;
}

.news-block-two .text {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.news-block-two .more-link {
    position: relative;
    font-family: 'Manjari', sans-serif;
}

.news-block-two .more-link a {
    font-size: 16px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 24px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-two .more-link a:before {
    content: "\f1bd";
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: -3px;
    width: 15px;
    line-height: 24px;
    color: #00aa55;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.news-block-two .more-link a:hover,
.news-block-two .inner-box:hover .more-link a {
    color: #00aa55;
    padding-left: 20px;
}

.news-block-two .more-link a:hover:before,
.news-block-two .inner-box:hover .more-link a:before {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-three {
    position: relative;
    margin-bottom: 30px;
}

.news-block-three .inner-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 45px 30px;
    background: #00aa55;
    color: #ffffff;
}

.news-block-three .over-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news-block-three .cat-info {
    position: relative;
    display: block;
    margin-bottom: 20px;
    color: #ffffff;
    font-family: 'Manjari', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.news-block-three .cat-info a {
    color: #ffffff;
}

.news-block-three .cat-info .fa {
    padding-right: 5px;
    font-size: 14px;
    color: #ffffff;
}

.news-block-three .post-info {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Manjari', sans-serif;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
}

.news-block-three .text {
    position: relative;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 20px;
    padding: 0px 30px;
    padding-bottom: 20px;
}

.news-block-three .text:before {
    content: '';
    position: absolute;
    left: 70px;
    right: 70px;
    bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.news-block-four {
    position: relative;
    margin-bottom: 50px;
}

.owl-theme .news-block-four {
    margin-bottom: 0;
}

.news-block-four .inner-box {
    position: relative;
    display: block;
}

.news-block-four .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block-four .image,
.news-block-four .image img {
    display: block;
}

.news-block-four .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 2;
}

.news-block-four .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.news-block-four .image-box .date {
    position: absolute;
    right: 30px;
    bottom: 0;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #00aa55;
    font-family: 'Manjari', sans-serif;
    z-index: 5;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-four .inner-box:hover .date {
    opacity: 0;
    visibility: hidden;
}

.news-block-four .hover-box .more-link {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-family: 'Manjari', sans-serif;
}

.news-block-four .hover-box .more-link a {
    position: relative;
    display: block;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #00aa55;
    text-transform: capitalize;
}

.news-block-four .lower-box {
    position: relative;
    display: block;
    padding: 40px 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    font-family: 'Manjari', sans-serif;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}

.news-block-four .lower-box .upper-info {
    position: relative;
    padding-bottom: 15px;
}

.news-block-four .lower-box h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 7px;
    font-weight: 700;
    z-index: 1;
    word-break: break-word;
}

.news-block-four .lower-box h2 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 .lower-box h2 a:hover {
    color: #00aa55;
    text-decoration: underline;
}

.news-block-four .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
}

.news-block-four .lower-box .cat-info a {
    color: #757575;
}

.news-block-four .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: #00aa55;
}

.news-block-four .lower-box .text {
    position: relative;
    margin-bottom: 25px;
}

.news-block-four .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 20px;
}

.news-block-four .author-info {
    position: relative;
    float: left;
    padding-left: 65px;
    min-height: 50px;
    padding-top: 20px;
}

.news-block-four .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%;
}

.news-block-four .author-info .author-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}

.news-block-four .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase;
}

.news-block-four .share-it {
    position: relative;
    float: right;
    margin-top: 5px;
}

.news-block-four .share-it .share-btn {
    position: relative;
    float: left;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    width: 30px;
    height: 38px;
    line-height: 30px;
    padding: 4px 0px;
    color: #aaaaaa;
    background: none;
    text-align: right;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.news-block-four .share-it .share-btn:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.news-block-four .share-it:hover .share-btn {
    color: #00aa55;
}

.news-block-four .share-it:hover .share-btn:before {
    display: none;
}

.news-block-four .share-it .share-list {
    position: absolute;
    right: 100%;
    top: 0;
    height: 38px;
    width: 110px;
    color: #757575;
    background: #f1f1f1;
    text-align: center;
    border-radius: 19px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.news-block-four .share-it:hover .share-list {
    opacity: 1;
    visibility: visible;
}

.news-block-four .share-it .share-list li {
    position: relative;
    display: block;
    float: left;
    width: 36px;
    padding: 4px 0px;
    line-height: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
}

.news-block-four .share-it .share-list li:last-child {
    border: none;
}

.news-block-four .share-it .share-list li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px;
    height: 30px;
    line-height: 32px;
    color: #aaaaaa;
}

.news-block-four .share-it .share-list li a:hover {
    color: #00aa55;
}

.news-block-five {
    position: relative;
    margin-bottom: 40px;
}

.owl-theme .news-block-five {
    margin-bottom: 0;
}

.news-block-five .inner-box {
    position: relative;
    display: block;
}

.news-block-five .image-box {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.news-block-five .image,
.news-block-five .image img {
    display: block;
    width: 100%;
}

.news-block-five .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 2;
}

.news-block-five .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.news-block-five .image-box .date {
    position: absolute;
    right: 20px;
    bottom: 0;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #00aa55;
    font-family: 'Manjari', sans-serif;
    z-index: 5;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.news-block-five .inner-box:hover .date {
    opacity: 0;
    visibility: hidden;
}

.news-block-five .hover-box .more-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: 'Manjari', sans-serif;
}

.news-block-five .hover-box .more-link a {
    position: relative;
    display: block;
    padding: 12px 30px 8px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #00aa55;
    text-transform: capitalize;
}

.news-block-five .lower-box {
    position: relative;
    display: block;
    padding: 35px 30px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    font-family: 'Manjari', sans-serif;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
}

.news-block-five .lower-box .upper-info {
    position: relative;
    padding-bottom: 15px;
}

.news-block-five .lower-box h4 {
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
    z-index: 1;
}

.news-block-five .lower-box h4 a {
    color: #222222;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-five .lower-box h4 a:hover {
    color: #00aa55;
    text-decoration: underline;
}

.news-block-five .lower-box .cat-info {
    position: relative;
    color: #757575;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1;
}

.news-block-five .lower-box .cat-info a {
    color: #757575;
}

.news-block-five .lower-box .cat-info .fa {
    padding-right: 5px;
    font-size: 12px;
    color: #00aa55;
}

.news-block-five .lower-box .text {
    position: relative;
    margin-bottom: 25px;
}

.news-block-five .lower-box .meta-info {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 20px;
}

.news-block-five .author-info {
    position: relative;
    float: left;
    padding-left: 55px;
    min-height: 40px;
    padding-top: 8px;
}

.news-block-five .author-info .author-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #959595;
    background: #f1f1f1;
    border-radius: 50%;
}

.news-block-five .author-info .author-title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}

.news-block-five .author-info .date {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
    text-transform: uppercase;
}

.news-block-five .comments-info {
    position: relative;
    float: right;
    padding: 8px 0px;
    line-height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 15px;
}

.news-block-five .comments-info a {
    font-size: 14px;
    color: #757575;
    display: block;
}

.news-block-five .comments-info a .fa {
    padding-right: 3px;
    color: #aaaaaa;
}


/*** 

====================================================================
		Leave Comments Form
====================================================================

 ***/

.leave-comments {
    position: relative;
}

.leave-comments .instruction {
    position: relative;
    padding-top: 5px;
    font-weight: 500;
}

.leave-comments .default-form .row {
    margin: 0px -10px;
}

.leave-comments .default-form .form-group {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.leave-comments .default-form button {
    background: none;
}

.leave-comments .default-form button .btn-title {
    padding: 13px 40px 10px;
}

.leave-comments form .form-group textarea {
    height: 140px;
}


/*** 

====================================================================
	Events Section tow
====================================================================

***/

.events-section-two {
    position: relative;
    padding: 110px 0px 80px;
    background: #ffffff;
}

.events-section-two .load-more {
    position: relative;
    padding-top: 20px;
}

.events-section-two .load-more .theme-btn {
    min-width: 180px;
}

.events-section-two .upper-info {
    position: relative;
    margin-bottom: 30px;
}

.events-section-two .upper-info .items-label {
    position: relative;
    float: right;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    padding: 10px 0;
    margin-bottom: 20px;
}

.events-section-two .upper-info .items-label span {
    color: #222222;
    font-weight: 600;
}

.events-section-two .upper-info .sort-by {
    position: relative;
    float: left;
    width: 250px;
    max-width: 100%;
    margin-bottom: 20px;
}

.drop-list-one {
    position: relative;
    display: block;
    width: 100%;
}

.drop-list-one .dropdown-outer {
    position: relative;
}

.drop-list-one .btn-box {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    color: #757575;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 0px 12px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.drop-list-one .btn-box:before {
    content: "\f107";
    font-family: 'Flaticon';
    position: absolute;
    right: 0px;
    top: 11px;
    height: 24px;
    display: block;
    color: #999999;
    line-height: 24px;
    font-size: 12px;
    font-weight: 400;
    z-index: 5;
}

.drop-list-one .dropdown-menu {
    width: 100%;
    padding: 8px 20px;
    margin: 0px;
    background: #ffffff;
    border-radius: 0px;
    border-top: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-top: none;
}

.drop-list-one .dropdown-menu li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 8px 0px;
    line-height: 24px;
}

.drop-list-one .dropdown-menu li:last-child {
    border-bottom: none;
}

.drop-list-one .dropdown-menu li a {
    position: relative;
    display: block;
    color: #757575;
    font-size: 14px;
    text-transform: capitalize;
}

.drop-list-one .dropdown-menu li a:hover {
    color: #00aa55;
}

.event-block-three {
    position: relative;
    margin-bottom: 30px;
}

.event-block-three .inner-box {
    position: relative;
    display: block;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

.event-block-three .image-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.event-block-three .image-box img {
    display: block;
    width: 100%;
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.event-block-three .inner-box:hover .image-box img {
    -ms-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg);
}

.event-block-three .lower-box {
    position: relative;
    display: block;
    padding: 60px 30px 25px;
    min-height: 70px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event-block-three .inner-box:hover .lower-box {
    background: #222222;
}

.event-block-three .content-box {
    position: relative;
    display: block;
}

.event-block-three .content-box .date-box {
    position: absolute;
    left: 0px;
    top: -80px;
    width: 70px;
    height: 70px;
    color: #222222;
    text-align: center;
    font-family: 'Manjari', sans-serif;
}

.event-block-three .inner-box:hover .content-box .date-box {
    color: #00aa55;
}

.event-block-three .content-box .date-box .date {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 70px;
    padding-top: 10px;
    font-size: 20px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    z-index: 3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event-block-three .inner-box:hover .lower-box .date {
    background: #222222;
    border-color: rgba(255, 255, 255, 0.20);
}

.event-block-three .content-box .date-box .date .day {
    position: relative;
    display: block;
    line-height: 24px;
}

.event-block-three .content-box .date-box .date .month {
    position: relative;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #757575;
    line-height: 20px;
}

.event-block-three .inner-box:hover .lower-box .date .month {
    color: rgba(255, 255, 255, 0.50);
}

.event-block-three .content-box .content {
    position: relative;
    display: block;
}

.event-block-three .content-box .cat-info {
    position: absolute;
    left: 90px;
    top: -75px;
}

.event-block-three .content-box .cat-info a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 20px;
    color: #ffffff;
    background: #00aa55;
    padding: 3px 10px;
    border-radius: 13px;
}

.event-block-three .content-box h4 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 0 5px;
}

.event-block-three .content-box h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.event-block-three .content-box h4 a:hover {
    color: #00aa55;
}

.event-block-three .inner-box:hover h4 a {
    color: #ffffff;
}

.event-block-three .content-box .location {
    position: relative;
    font-size: 14px;
}

.event-block-three .inner-box:hover .location {
    color: #aaaaaa;
}
.event-block-three .content-box h3 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.event-block-three .content-box h3 a :hover{
    color: #00aa55;
}
.event-block-three .image-box figure.image {
    margin: 0;
}
.event-block-three .read-more {
    position: relative;
    display: block;
    padding-top: 15px;
}

.event-block-three .read-more a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manjari', sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.event-block-three .read-more a:before {
    content: "\f1bd";
    font-family: 'Flaticon';
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    line-height: 24px;
    color: #00aa55;
    font-size: 16px;
    font-weight: 700;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.event-block-three .read-more a:hover,
.event-block-three .inner-box:hover .read-more a {
    color: #00aa55;
    padding-left: 20px;
}

.event-block-three .read-more a:hover:before,
.event-block-three .inner-box:hover .read-more a:before {
    opacity: 1;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}



/*** 

====================================================================
		Event Banner
====================================================================

***/

.event-banner {
    position: relative;
    padding: 0;
    color: #ffffff;
    background: #061138;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.event-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.event-banner .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
}

.event-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center;
    z-index: 2;
}

.event-banner .cat-info {
    position: relative;
    display: block;
    margin-bottom: 20px;
    z-index: 1;
}

.event-banner .cat-info span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 24px;
    padding: 10px 25px;
    border-radius: 22px;
    background: #00aa55;
    color: #ffffff;
}

.event-banner .inner-container {
    position: relative;
    padding: 130px 0px 200px;
}

.event-banner h1 {
    position: relative;
    font-size: 48px;
    color: #ffffff;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0;
}


/*** 

====================================================================
		Event Details
====================================================================

***/

.event-details-section {
    position: relative;
    padding: 0px 0px 50px;
    background: #f1f1f1;
}

.event-details {
    position: relative;
}

.event-details .content-column {
    position: relative;
    margin-bottom: 30px;
}

.event-details .content-column .content-inner {
    position: relative;
    display: block;
    margin-top: -63px;
    z-index: 2;
}

.event-details .info-blocks {
    position: relative;
    padding-bottom: 20px;
}

.event-details .info-block {
    position: relative;
    margin-bottom: 30px;
}

.event-details .info-block .inner-box {
    position: relative;
    padding: 45px 65px;
    text-align: center;
    background: #00aa55;
    color: #ffffff;
    overflow: hidden;
}

.event-details .info-block .icon {
    position: absolute;
    right: -30px;
    top: 20px;
    line-height: 1em;
    font-size: 120px;
    color: rgba(0, 0, 0, 0.07);
}

.event-details .info-block h4 {
    position: relative;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.event-details .info-block h4:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 0;
    width: 150px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.event-details .content-column .main-image {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.event-details .content-column .main-image img {
    width: 100%;
    display: block;
}

.event-details .content-column .text-block p {
    margin-bottom: 20px;
}

.event-details .content-column .text-block {
    padding-bottom: 20px;
}

.event-details .content-column h2 {
    font-size: 30px;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
    padding-top: 5px;
    margin-bottom: 15px;
}

.event-details .related-posts {
    position: relative;
}

.event-details .related-posts h2,
.event-details .special-guest h2 {
    margin-bottom: 20px;
}

.event-details .special-guest {
    position: relative;
    margin-bottom: 50px;
}


.event-details .info-column {
    position: relative;
    margin-bottom: 50px;
}

.event-details .info-column .info-inner {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-top: -63px;
    z-index: 2;
}

.event-details .info-column .title {
    position: relative;
    padding: 22px 30px 16px;
    background: #00aa55;
    color: #ffffff;
}

.event-details .info-column .title h4 {
    margin: 0;
}

.event-details .info-column .content {
    position: relative;
    display: block;
    padding: 30px 30px;
    background: #ffffff;
}

.event-details .contact-box {
    position: relative;
    display: block;
}

.event-details .contact-box .info {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.event-details .contact-box .info li {
    position: relative;
    line-height: 24px;
    margin-bottom: 15px;
}

.event-details .contact-box .info li .ttl {
    position: relative;
    top: 2px;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    font-family: 'Manjari', sans-serif;
}

.event-details .contact-box .info li .dtl {
    position: relative;
    display: block;
    float: right;
    font-size: 13px;
}

.event-details .contact-box .info li a {
    color: #757575;
}

.event-details .contact-box .info li a:hover {
    color: #00aa55;
    text-decoration: underline;
}

.event-details .location-box {
    position: relative;
    margin-bottom: 50px;
}

.event-details .location-box .map-canvas iframe,
.event-details .location-box .map-canvas  {
    height: 350px;
}

.event-details .booking-form {
    position: relative;
}

.event-details .booking-form h4 {
    font-weight: 700;
    color: #222222;
    margin-bottom: 20px;
}

.event-details .booking-form .form-group {
    margin-bottom: 20px;
}

.event-details .booking-form input[type="text"],
.event-details .booking-form input[type="email"],
.event-details .booking-form input[type="tel"],
.event-details .booking-form select,
.event-details .booking-form textarea {
    font-family: 'Montserrat Alternates', sans-serif;
    background: #f1f1f1;
    border-color: #f1f1f1;
    font-size: 14px;
    height: 48px;
    line-height: 30px;
    padding: 8px 20px;
}

.event-details .booking-form textarea {
    height: 100px;
}

.event-details .booking-form .theme-btn,
.event-details .booking-form button {
    display: block;
    width: 100%;
}

.event-details .booking-form .theme-btn .btn-title {
    padding: 13px 0px 10px;
}





.load-more-item {
    display: none;
}

.loadmore {
    position: relative;
    text-align: center;
}

.loadmore .loadmore-button,
.loadmore .loadmore-less {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    min-width: 180px;
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 18px 30px 12px;
    background: #00aa55;
    border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    font-family: 'Manjari', sans-serif;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.loadmore .loadmore-button:hover,
.loadmore .loadmore-less:hover {
    background: #222222;
    color: #ffffff;
}

.loadmore .loadmore-less,
.loadmore .loadmore-button[disabled="disabled"] {
    display: none;
}
/* style add by farid */
.service-header-padding{
    padding-bottom: 0px !important;
 }
 
 .service-padding-content{
     padding-top: 0px !important;
 }
 
 .welcome-content-page{
     padding-bottom: 0px !important;
  }
 
  .welcome-padding-content{
     padding-top: 0px !important;
 }
 
 
 .contact-section .form-box input[type='submit']{
     display: block;
     width: 100%;
 }
 
 .contact-section .form-box input[type='submit'] .btn-title{
     padding: 11px 20px 8px;
 }

/* Pagination Style */
 .styled-pagination.custom-pagination-style .page-numbers {
    font-size: 18px;
    color: #757575;
    background-color: #fff;
    padding: 8px 15px;
    padding-top: 11px;
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.10);
    display: inline-block;
    transition: all 500ms ease;
    margin: 0 4px;
    line-height: 25px;
}
.styled-pagination.custom-pagination-style .page-numbers.current{
    background-color: #00aa55;
    color: #fff;
}
.styled-pagination.custom-pagination-style .page-numbers:hover {
    background-color: #00aa55;
    color: #fff;
}
.styled-pagination.custom-pagination-style .page-numbers.prev, .styled-pagination.custom-pagination-style .page-numbers.next{
    border: 1px solid transparent;
    padding: 8px 5px;
    color: #222222;
    font-size: 16px;
    text-transform: capitalize;
}
.styled-pagination.custom-pagination-style .page-numbers.prev span {
    font-size: 14px;
    margin-right: 8px;
}
.styled-pagination.custom-pagination-style .page-numbers.next span{
    font-size: 14px;
    margin-left: 8px;
}


.styled-pagination.custom-pagination-style .page-numbers.prev:hover, .styled-pagination.custom-pagination-style .page-numbers.next:hover{
    background-color: transparent;
    color: #00aa55;
}



.departments-carousel .owl-nav button.owl-next,
.departments-carousel .owl-nav button.owl-prev {
    line-height: 58px!important;
    color: #cccccc!important;
    font-size: 24px!important;
    border: 1px solid rgba(0, 0, 0, 0.10)!important;
    
}
.departments-carousel .owl-nav .owl-next:hover,
.departments-carousel .owl-nav .owl-prev:hover {
    border-color: #00aa55!important;
    color: #00aa55!important;
}


.highlights-section .owl-stage-outer {
    overflow: visible!important;
}
.admin-bar .search-popup {
    top: 32px;
}
.admin-bar .mobile-menu {
    top: 46px;
}


.reviews-carousel .owl-nav button.owl-next,
.reviews-carousel .owl-nav button.owl-prev {
    
    line-height: 58px!important;
    color: #cccccc!important;
    font-size: 24px!important;
    border: 1px solid rgba(0, 0, 0, 0.10)!important;
}

.reviews-carousel .owl-nav .owl-next:hover,
.reviews-carousel .owl-nav .owl-prev:hover {
    border-color: #00aa55!important;
    color: #00aa55!important;
}


.gallery-block .cap-box h4 {
    color: #ffffff;
    -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;
}

.gallery-block .cap-box h4:hover {
    color: #00aa55;
}

.gallery-block .lower-box h4 {
    color: #222222;
    -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;
}

.gallery-block .lower-box h4:hover {
    color: #00aa55;
}
.gallery-block .cap-box h3 {
    color: #ffffff;
    -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;
}

.gallery-block .cap-box h3:hover {
    color: #00aa55;
}
.admin-bar .main-header.fixed-header .header-upper {
    top: 32px;
}
.sticky_post_icon {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 25px;
    color: #00aa55;
}
.leave-comments .default-form .row.clearfix .form-group {
    margin-bottom: 0;
}
/* unit test */
.wp-block-button {
    margin-bottom: 10px;
}
.wp-block-cover.has-background-dim p {
    color: #fff !important;
}
figcaption.blocks-gallery-caption {
    margin-bottom: 1.5em;
}
.unit-test ol, .unit-test ul, .content-inner .single-post ol, .content-inner .single-post ul {
    padding-left: 22px;
}
.unit-test ul li, .content-inner .single-post ul li {
    list-style: disc;
}
.unit-test ol li, .content-inner .single-post ol li {
    list-style: decimal;
}
ul.blocks-gallery-grid {
    padding-left: 0 !important;
    margin-top: 10px !important;
}
.wp-block-group.has-background {
    padding: 15px;
}
.comments-area .comment-box .comment-box {
    margin-left: 100px;
    margin-top: 30px;
}
.comments-area .comment-item.yes-ping {
    padding-left: 0;
}
.sidebar-widget ul ul {
    margin-left: 15px;
}
.widget_rss ul li {
    margin-bottom: 10px;
}
.no-results h1.page-title{
    margin-bottom: 0;
}
section.no-results.not-found {
    color: #222;
}
.nothing-found-search.sidebar {
    padding-left: 0;
    max-width: 500px;
}
.leave-comments {
    clear: both;
    margin-top: 50px;
}
.page-content .leave-comments {
    display: none;
}
#ctf .ctf-item {
    padding: 0;
}
div.wpcf7 .ajax-loader {
    display: none !important;
}
.logged-in-as {
    margin-bottom: 10px;
}
#ctf svg:not(:root).svg-inline--fa, #ctf_lightbox svg:not(:root).svg-inline--fa {
    color: #fff;
}
@media only screen and (max-width: 600px){
    .admin-bar .main-header.fixed-header .header-upper {
        top: 0;
    }
}

.header-style-two .c-tooltip {
    display: none;
}
#ctf #ctf-more {
    display: none;
}


.contact_form_outer {
    position: relative;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
    padding: 50px;
}
.contact_form_outer .theme-btn {
    margin-top: 20px;
}

.main-footer.footer-unit-test .widgets-section {
    padding:0;
}
section.welcome-section-two.welcome-content-page {
    padding-top: 0;
}
.sidebar-page-container .events-list .event-block:last-child {
    margin-bottom: 0;
}
.comment-respond .group-title h2 {
    font-size: 24px;
}
h2.comment-title {
    font-size: 24px;
}
.form-group.comment-submit-btn {
    margin-bottom: 0 !important;
}
.group-title.comment-form-title {
    margin-bottom: 0;
}
.margin-none{
    margin: 0 !important;
}
.banner-carousel .next-slide .arrow {
    display: none;
}
.header-style-one.unit-test-header .header-upper .nav-outer {
    margin-left: 100px
}
.main-header.header-sticky-off .header-upper {
    position: relative !important;
    top: 0 !important;
}
.comments-area  .comment-respond {
    margin-bottom: 40px;
}
.sidebar-page-container.unit-test {
    overflow: unset;
}
.sidebar-page-container .sidebar.sidebar_left_side {
    padding-left: 0;
    padding-right: 90px;
}
.sidebar-page-container .sidebar.sidebar_left_side .bg-layer{
    left: unset;
    right: 30px;
}
.sidebar-page-container .sidebar.sidebar_left_side .bg-layer .image-layer {
    background-position: right top;
}
#tribe-events-pg-template, .tribe-events-pg-template {
    max-width: 100%;
}
.download-links i {
    float: left;
    line-height: 1.4;
    margin-right: 1em;
}
.download-links svg {
    float: left;
    height: 16px;
    margin-right: 1em;
}
.download-links span.ttl {
    margin-right: 3em;
}
