:root {
    --thm-font: "Barlow", sans-serif;
    --heading-font: "Amatic SC", cursive;
    --thm-base: #eddd5e;
    --thm-base-rgb: 237, 221, 94;
    --thm-primary: #5b8c51;
    --thm-primary-rgb: 91, 140, 81;
    --thm-black: #404a3d;
    --thm-black-rgb: 64, 74, 61;
    --thm-gray: #eceeef;
}
body {
    font-family: var(--thm-font);
    color: #878986;
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
}
button:focus {
    outline: none;
}
a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.block-title {
    margin-bottom: 24px;
    margin-top: -6px;
}
.block-title p{
    margin: 0;
    text-transform: uppercase;
    color: #16639d;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 24px;
}
.block-title h3 {
    margin: 0;
    color: var(--thm-black);
    font-size: 44px;
    font-weight: 700;
    font-family: var(--heading-font);
    line-height: 1em;
}
@media (max-width: 425px) {
    .block-title h3 {
        font-size: 45px;
        line-height: 1.2;
    }
}
.block-title .leaf {
    padding-top: 5px;
}
.thm-btn {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: #ebc126;
    font-size: 16px;
    color: var(--thm-black);
    font-weight: 600;
    padding: 8px 46px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.thm-btn:hover {
    background-color: #16639d;
    color: #ffffff;
}
.thm-btn777 {
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    background-color: #ebc126;
    font-size: 16px;
    color: var(--thm-black);
    font-weight: 600;
    padding: 8px 46px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
}
.thm-btn777:hover {
    background-color: #16639d;
    color: #ffffff;
}
.owl-carousel.owl-dot-type1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.owl-carousel.owl-dot-type1 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    line-height: 12px;
    margin: 0 !important;
}
.owl-carousel.owl-dot-type1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border: 1px solid #2e343a;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}
.owl-carousel.owl-dot-type1 .owl-dots .owl-dot span {
    display: none;
}
.owl-carousel.owl-dot-type1 .owl-dots .owl-dot.active {
    border-color: #2e343a;
    background: #2e343a;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
    border-top: 1px solid var(--thm-gray);
}

.bootstrap-select .dropdown-menu > li.selected > a {
    background: #16639d;
    color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
    font-size: 16px;
    font-weight: 500;
    padding: 4px 20px;
    color: #ffffff;
    background: var(--thm-black);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
    background: #16639d;
    color: #fff;
    cursor: pointer;
}

/* datepicker */

.datepicker.dropdown-menu {
    min-width: 17rem;
}

.datepicker table {
    width: 100%;
}

.post-pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.post-pagination a {
    border-radius: 50%;
    background-color: var(--thm-gray);
    color: #9ca3a9;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 57px;
    height: 57px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.post-pagination a:hover {
    background-color: #16639d;
    color: #fff;
}

.post-pagination a.active {
    background-color: #ebc126;
    color: #fff;
    cursor: auto;
}

.post-pagination a + a {
    margin-left: 15px;
}

/* owl dots style */

.thm__owl-carousel .owl-dots {
    margin-top: 20px;
}

.thm__owl-carousel .owl-dots .owl-dot {
    outline: none;
}

.thm__owl-carousel .owl-dots .owl-dot span {
    margin: 0 2.5px;
    padding: 0;
    width: 14px;
    height: 14px;
    background-color: var(--thm-gray);
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm__owl-carousel .owl-dots .owl-dot:hover span,
.thm__owl-carousel .owl-dots .owl-dot.active span {
    background-color: #16639d;
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot span {
    background-color: #fff;
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot:hover span,
.thm__owl-carousel.light-dots .owl-dots .owl-dot.active span {
    background-color: #16639d;
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #16639d;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: #ebd954;
}

.scroll-to-top:hover i {
    color: #fff;
}

.thm-base-bg {
    background-color: #16639d;
}

.thm-base-bg-2 {
    background-color: #ebc126;
}

.thm-gray-bg {
    background-color: var(--thm-gray);
}


/* Cursor Style */
.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.site-header__header-one-wrap {
    position: relative;
    display: block;
}
.topbar-one {
    position: relative;
    background-color: #ffffff;
}
.topbar-one .topbar_bg {
    position: absolute;
    left: 0;
    bottom: -16px;
    right: 0;
    height: 16px;
    z-index: 1;
}
.topbar-one .container {
    min-height: 76px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.topbar-one__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.topbar-one__left a {
    color: #878986;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.topbar-one__left a span {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 10px;
    color: #16639d;
    font-size: 18px;
}
.topbar-one__left a:hover {
    color: #ebc126;
}
.topbar-one__left a + a {
    margin-left: 30px;
}

.topbar-one__middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.topbar-one__middle a {
    display: inline-block;
}

.topbar-one__right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.topbar-one__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.topbar-one__social a + a {
    margin-left: 10px;
}
.topbar-one__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: #f5f0e9;
    color: #474847;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	border:#999 solid 1px;
}
.topbar-one__social a:hover {
    background-color: #16639d;
    color: #fff;
}
.topbar-one__social.home-four a {
    opacity: 0.3;
}
.topbar-one__social.home-four a:hover {
    opacity: 1;
    color: #878986;
    background-color: #f5f0e9;
}

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
.main-nav__header-one {
    position: relative;
    background: #f5f0e9;
}
.main-nav__header-one .container {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.main-nav__left {
    width: 100%;
    max-width: 45px;
    display: block;
    margin-right: 100px;
    padding: 32px 0 15px;
}
.main-nav__search {
    position: relative;
    color: var(--thm-black);
    font-size: 25px;
    transition: all 500ms ease;
}
.main-nav__search:hover {
    color: #ebc126;
}
.main-nav__left .side-menu__toggler {
    position: relative;
    display: inline-block;
    margin-left: 30px;
    font-size: 20px;
    color: var(--thm-black);
}

.main_nav__left_four .side-menu__toggler {
    color: #fff;
}

.main-nav__main-navigation .main-nav__navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.main-nav__main-navigation .main-nav__navigation-box,
.main-nav__main-navigation .main-nav__navigation-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav__main-navigation .main-nav__navigation-box > li + li {
    margin-left: 30px;
}
.main-nav__main-navigation .main-nav__navigation-box > li {
    position: relative;
    padding: 30px 0px 15px;
}
.main-nav__main-navigation .main-nav__navigation-box > li > a {
    position: relative;
    display: inline-block;
    padding: 0px 2px;
    border-radius: 5px;
    color:#302f2f;
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
	font-family: "Barlow", sans-serif;
   font-family: "Amatic SC", cursive;
   letter-spacing:1px;
}
.main-nav__main-navigation .main-nav__navigation-box > li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 7px;
    background: #ebc126;
    content: "";
    transform: scaleX(0.5);
    opacity: 0;
    transition: all 500ms ease;
    z-index: -1;
}
.main-nav__main-navigation .main-nav__navigation-box > li:hover > a,
.main-nav__main-navigation .main-nav__navigation-box > li.current > a,
.main-nav__main-navigation
    .main-nav__navigation-box
    > li.current-menu-item
    > a {
    color: var(--thm-black);
}
.main-nav__main-navigation .main-nav__navigation-box > li:hover > a:before,
.main-nav__main-navigation .main-nav__navigation-box > li.current > a:before,
.main-nav__main-navigation
    .main-nav__navigation-box
    > li.current-menu-item
    > a:before {
    opacity: 1;
    transform: scaleX(1);
}

/* Dropdown menu */
.main-nav__main-navigation .dropdown-btn {
    display: none;
	
}
.main-nav__main-navigation .main-nav__navigation-box > li ul {
    position: absolute;
    width: 230px;
    background-color: #fff;
    border-top: 0px solid #f7f6f6;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    z-index: 991;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease,
        -webkit-transform 500ms ease;
}
.main-nav__main-navigation .main-nav__navigation-box > li ul > li {
    position: relative;
}
.main-nav__main-navigation .main-nav__navigation-box > li ul > li + li {
    border-top: 1px solid #f7f6f6;
}
.main-nav__main-navigation .main-nav__navigation-box > li ul > li > a {
    display: block;
    color: var(--thm-black);
    font-size: 21px;
    word-break: break-all;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
	font-family: "Barlow", sans-serif;
    font-family: "Amatic SC", cursive;
    letter-spacing: 1px;
	font-weight:600;
	
}
.main-nav__main-navigation .main-nav__navigation-box > li ul > li:hover > a {
    background-color: #ebc126;
}

/* Second level menu */
.main-nav__main-navigation .main-nav__navigation-box > li > ul {
    top: 100%;
    left: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);

    visibility: hidden;
    opacity: 0;
	
	overflow-y: auto;
direction: rtl;
max-height: 373px; 
}
.main-nav__main-navigation .main-nav__navigation-box > li:hover > ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

/* Third level menu */
.main-nav__main-navigation .main-nav__navigation-box > li > ul > li > ul {
    top: 0;
    left: 100%;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
}
.main-nav__main-navigation .main-nav__navigation-box > li > ul > li:hover > ul {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
}

/* After Third level menu */
.main-nav__main-navigation
    .main-nav__navigation-box
    > li
    > ul
    > li
    > ul
    > li
    ul {
    display: none;
}

.main-nav__right {
    margin-left: auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.main-nav__right .icon_cart_box {
    position: relative;
    display: block;
    padding: 32px 0 15px;
}
.main-nav__right .icon_cart_box a {
    color:#f3ede4;
    font-size: 26px;
	font-family: "Amatic SC", cursive;
    letter-spacing: 1px;
	font-weight: 600;
	border:2px solid #3389b3;
	border-radius:5px; padding:2px 16px 2px 16px;
	background:#3389b3;
}

/* stricky Menu Css */
.stricked-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #ffffff;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.stricked-menu.stricky-fixed {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.stricked-menu.stricky-fixed
    .main-nav__main-navigation
    .main-nav__navigation-box
    > li {
    position: relative;
    padding: 25px 0px 25px;
}
.stricked-menu.stricky-fixed .main-nav__left {
    padding: 29px 0 23px;
}
.stricked-menu.stricky-fixed .main-nav__right .icon_cart_box {
    padding: 29px 0 23px;
    top: 0;
}

/*--------------------------------------------------------------
# Site Header Header Five Wrap
--------------------------------------------------------------*/
.site_header__header_five_wrap {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}
.topbar-five {
    position: relative;
    display: block;
    background: transparent;
}
.topbar-five:before {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #f5f6f5;
    content: "";
    z-index: 10;
}

.logo-box-five {
    background: transparent;
    border-right: 1px solid #f5f6f5;
}

.main-nav__main-navigation.five .main-nav__navigation-box > li {
    position: relative;
    padding: 43px 0px 43px;
}
.main-nav__main-navigation.five .main-nav__navigation-box > li + li {
    margin-left: 35px;
}
.main-nav__main-navigation.five .main-nav__navigation-box > li > a {
    color: #878986;
}
.main-nav__main-navigation.five .main-nav__navigation-box > li:hover > a,
.main-nav__main-navigation.five .main-nav__navigation-box > li.current > a,
.main-nav__main-navigation.five
    .main-nav__navigation-box
    > li.current-menu-item
    > a {
    color: var(--thm-black);
}

.main_nav_right_three.five {
    position: relative;
    display: block;
}

.main_nav_right_three.five .icon_search_box a {
    color: var(--thm-black);
}

.main_nav_right_three.five .icon_cart_box a {
    color: var(--thm-black);
}
.topbar_three_right_box.five {
    border-left: 1px solid rgba(64, 74, 61, 0.05);
}
.topbar_three_right_box.five .topbar-one__social a {
    opacity: 1;
}
.topbar_three_right_box.five .topbar-one__social a:hover {
    background-color: #16639d;
    color: #fff;
}
.stricked-menu
    .main-nav__main-navigation.five
    .main-nav__navigation-box
    > li
    > a {
    color: #ffffff;
}
.stricked-menu
    .main-nav__main-navigation.five
    .main-nav__navigation-box
    > li:hover
    > a,
.stricked-menu
    .main-nav__main-navigation.five
    .main-nav__navigation-box
    > li.current
    > a,
.stricked-menu
    .main-nav__main-navigation.five
    .main-nav__navigation-box
    > li.current-menu-item
    > a {
    color: var(--thm-black);
}
.stricked-menu .main_nav_right_three.five .icon_search_box a {
    color: #ffffff;
}
.stricked-menu .main_nav_right_three.five .icon_cart_box a {
    color: #ffffff;
}

@media (min-width: 1200px) {
    .main-nav__left .side-menu__toggler {
        display: none;
    }
    .main-nav__main-navigation {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
    }

    .mobile_menu_icon_two .side-menu__toggler {
        display: none;
    }

    .mobile_menu_icon_three .side-menu__toggler {
        display: none;
    }
}

@media (max-width: 1199px) {
    .main-nav__logo-box {
        padding: 20px 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .main-nav__main-navigation {
        display: none;
    }
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.search-popup.active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
    cursor: none;
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}

.search-popup__form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    color: var(--thm-black);
    font-size: 18px;
    background-color: white;
    padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--thm-black);
}

.search-popup__form input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--thm-black);
}

.search-popup__form input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--thm-black);
}

.search-popup__form input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--thm-black);
}

.search-popup__form button[type="submit"] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #ebc126;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search-popup__form button[type="submit"]:hover {
    background-color: var(--thm-black);
    color: #ebc126;
}

/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-menu__block.active {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
}

.side-menu__block-overlay .cursor-follower {
    background-color: rgba(var(--thm-black-rgb), 0.3);
}

.side-menu__block-inner {
    position: relative;
    max-width: 532px;
    width: 100%;
    margin-right: auto;
    height: 100vh;
    background-color: var(--thm-gray);
    z-index: 999999;
    overflow-y: auto;
    padding: 40px 0;
    padding-top: 20px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: space-between;
}

@media (max-width: 575px) {
    .side-menu__block-inner {
        max-width: 480px;
    }
}

@media (max-width: 480px) {
    .side-menu__block-inner {
        max-width: 400px;
    }
}

@media (max-width: 375px) {
    .side-menu__block-inner {
        max-width: 300px;
    }
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%;
}

.side-menu__top {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 40px;
}

.mobile-nav__container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
}
.mobile-nav__container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav__container li.dropdown ul {
    display: none;
    padding-left: 0.5em;
}

.mobile-nav__container li.dropdown {
    position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
    border: none;
    outline: none;
    background-color: transparent;
    color: #9ca3a9;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transfrom 500ms ease;
    transition: transfrom 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mobile-nav__container li + li {
    margin-top: 10px;
}

.mobile-nav__container li a {
    text-transform: uppercase;
    color: #9ca3a9;
    font-size: 18px;
    font-weight: 500;
    display: block;
    font-family: var(--thm-font);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
}

.mobile-nav__container li a:hover {
    color: #16639d;
}

.mobile-nav__container li.current-menu-item > a,
.mobile-nav__container li.current > a {
    color: #16639d;
}

.side-menu__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.side-menu__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 57px;
    height: 57px;
    background-color: #fff;
    color: #9ca3a9;
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side-menu__social a + a {
    margin-left: 10px;
}

.side-menu__social a:hover {
    background-color: #16639d;
    color: #ffffff;
}

.side-menu__content {
    padding-left: 100px;
    padding-right: 100px;
}

.side-menu__content p {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #9ca3a9;
    letter-spacing: 0.02em;
}
.side-menu__content p + p {
    margin-top: 30px;
}
.side-menu__content p a {
    color: #16639d;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.side-menu__content p a:hover {
    color: #000000;
}

.side-menu__sep {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #fff;
    margin-top: 70px;
    margin-bottom: 70px;
}

.side-menu__text p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #9ca3a9;
    margin: 0;
    margin-bottom: 25px;
}

.side-menu__text a {
    font-size: 20px;
    color: var(--thm-secondary);
    line-height: 30px;
    font-weight: 500;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.side-menu__text a:hover {
    color: #16639d;
}

.side-menu__block__copy {
    text-transform: uppercase;
    font-size: 16px;
    color: #9ca3a9;
    font-weight: 400;
    letter-spacing: 0.2em;
}

@media (max-width: 575px) {
    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .side-menu__sep {
        margin-top: 40px;
        margin-bottom: 40px;
        width: calc(100% - 100px);
    }
}

@media (max-width: 480px) {
    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .side-menu__sep {
        width: calc(100% - 50px);
    }

    .side-menu__social {
        margin-top: 40px;
    }

    .side-menu__social a {
        width: 45px;
        height: 45px;
    }
}
/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about_one {
    position: relative;
    display: block;
    padding: 60px 0 50px;
	background:#f5f0e9;
}
.about1_img {
    position: relative;
}
.about1_shape_1 {
    position: absolute;
    left: -215px;
    top: 70px;
    height: 430px;
    width: 430px;
    background: #f5f0e9;
    border-radius: 50%;
    z-index: -1;
}
.about1_img > img {
    border-radius: 5px;
}
.about1_icon-box {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-57.5px);
}
.about1_icon-box .circle {
    height: 115px;
    width: 115px;
    background: #ebc126;
    border-radius: 50%;
    position: absolute;
    text-align: center;
}
.about1_icon-box .circle:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 50%;
    border: 1px dashed #fff;
}
.about1_icon-box .circle span {
    color: var(--thm-black);
    font-size: 61px;
    line-height: 115px;
}
.about-img-2 {
    position: absolute;
}
.about_img_2 {
    position: absolute;
    left: 170px;
    bottom: -72px;
}
.about_img_2 img {
    width: 100%;
    border-radius: 5px;
}
.about_one .block-title {
    margin-bottom: 32px;
}

.about_content .text p {
    margin: 0;
	line-height:26px;
	color:#5a5a5a;
}
.about1_icon_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 39px;
    margin-top: 40px;
}

.about1_icon_single {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.about1_icon_single + .about1_icon_single {
    margin-left: 18px;
}
.about1_icon_single .about1_icon {
    height: 60px;
    width: 60px;
    margin-right: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}
.about1_icon_single .about1_icon span {
    color: #5f8f55;
    font-size: 61px;
}
.about1_icon_single p {
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.bottom_text p {
    margin: 0;
}
.about1__button-block {
    margin-top: 49px;
}
/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
.video-one {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 135px;
    padding-bottom: 115px;
    background-attachment: fixed;
}

.video-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(57, 67, 54, 0.5);
}

.video-one .container {
    position: relative;
}

.video-one p {
    color: #fff;
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	margin-top:30px;
}

.video-one .textu {
    color: #ebc126;
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
	margin-top:30px;
}

.video-one__btn {
    position: relative;
    width: 94px;
    height: 94px;
    background-color: #ebc126;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    color: var(--thm-black);
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 63px;
    border-radius: 5px;
}

.video-one__btn:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.video-one__btn:hover {
    background-color: #16639d;
    color: #ebc126;
}

.video-one h3 {
    color: #fff;
    margin: 0;
    font-size: 60px;
    margin-top: 14px;
    font-weight: 700;
    line-height: 1;
}

/*--------------------------------------------------------------
# Recent Project
--------------------------------------------------------------*/
.recent-project {
    position: relative;
    display: block;
    padding: 70px 0 0px;
    z-index: 10;
}
.recent-project .block-title {
    margin-bottom: 24px;
}
.recent_project_single {
    position: relative;
    display: block;
    overflow: hidden;
}
.project_img_box {
    position: relative;
    display: block;
}
.project_img_box img {
    width: 100%;
    border-radius: 5px;
}
.project_content {
    position: absolute;
    bottom: 40px;
    left: 0px;
    right: 0px;
}
.project_content span{font-size:20px; color:#000000;}
.project_content h3 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    margin: 0
}
.recent_project_single:hover .hover_box {
    bottom: 50px;
}
.recent_project_single .hover_box {
    position: absolute;
    bottom: -50px;
    right: 40px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.recent_project_single .hover_box span {
    color: var(--thm-black);
    font-size: 15px;
    line-height: 50px;
    transform: rotate(180deg);
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #ebc126;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.recent_project_single .hover_box span:hover {
    color: #ebc126;
    background: #16639d;
}

/*--------------------------------------------------------------
# Product One
--------------------------------------------------------------*/
.product-one {
    position: relative;
    display: block;
    padding: 70px 0 0px;
    background: #f5f0e9;
}
.product_img {
    position: relative;
    display: block;
}
.product_img img {
    width: 100%;
}
.experience_box {
    position: absolute;
    left: 30px;
    bottom: -60px;
    height: 172px;
    width: 270px;
    background: #ebc126;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.experience_box h2 {
    color: var(--thm-black);
    font-size: 60px;
    text-transform: uppercase;
    margin: 0;
}
.experience_box p {
    letter-spacing: 0.2em;
    color: var(--thm-black);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    line-height: 26px;
}
.growing_product {
    background: #ffffff;
    position: relative;
    display: block;
    padding: 60px 100px 0px;
    margin-top: 100px;
    margin-left: -149px;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.growing_product:before {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    height: 40px;
    content: "";
    background: #ffffff;
    z-index: 1;
}

.growing_product:after {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    height: 120px;
    content: "";
    background: #ffffff;
    z-index: -1;
    -webkit-box-shadow: 0px 5px 11px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 5px 11px 2px rgba(0, 0, 0, 0.04);
}

.growing_product .block-title {
    margin-bottom: 24px;
}
.growing_product_text {
    margin-bottom: 10px;
}
.growing_product_text p {
    margin: 0;
	line-height: 24px;
}
.progress-levels {
    position: relative;
    display: block;
}
.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 8px;
}
.progress-levels .progress-box.last-child {
    margin-bottom: 0;
}

.progress-levels .progress-box .inner {
    position: relative;
    display: block;
}

.progress-levels .progress-box .bar {
    position: relative;
    display: block;
}
.progress-levels .progress-box .bar .bar-innner {
    position: relative;
    width: 100%;
    height: 13px;
    background: #f5f0e9;
    border-radius: 10px;
}
.progress-levels .progress-box .bar .bar-fill {
    position: absolute;
    top: 0%;
    left: 0px;
    bottom: 0%;
    width: 0px;
    height: 13px;
    border-radius: 10px;
    background: #16639d;
    transition: all 2000ms ease 300ms;
}
.progress-levels .progress-box .bar .bar-innner .skill-percent {
    position: absolute;
    top: -43px;
    right: 0;
    width: 40px;
    height: 25px;
    display: block;
    text-align: center;
    padding: 0;
    z-index: 1;
}
.progress-levels .progress-box .inner .count-text {
    position: relative;
    color: #878986;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    float: none;
}
.progress-levels .progress-box .inner .percent {
    position: relative;
    color: #878986;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    display: inline-block;
    float: none;
    margin-left: -2px;
}

.progress-levels .progress-box .inner .text {
    position: relative;
    color: var(--thm-black);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Product One
--------------------------------------------------------------*/
.blog-one {
    position: relative;
    display: block;
    padding: 40px 0 30px;
}
.blog_one_single {
    position: relative;
    display: block;
}
.blog_one_image {
    position: relative;
    display: block;
}
.blog_one_image .blog_image {
    position: relative;
    overflow: hidden;
}
.blog_one_image .blog_image img {
    width: 100%;
	height:260px;
	object-fit:cover;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease,
        -webkit-transform 500ms ease;
}
.blog_one_single:hover .blog_image img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog_one_date_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    width: 113px;
    background: #ebc126;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 0;
    margin: 0 auto;
}
.blog_one_date_box p {
    margin: 0;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
}
.blog-one__content {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 20px 10px 24px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.blog_one_single:hover .blog-one__content {
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.06);
}

.blog-one__meta {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

.blog-one__meta li a {
    letter-spacing: 0.2em;
    color: #16639d;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__meta li a:hover {
    color: #ebc126;
}
.blog-one__meta li i {
    color: #1b74b7;
    font-size: 15px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__meta li a:hover i {
    color: #ebc126;
}
.blog-one__meta li + li {
    margin-left: 25px;
}
.blog-one__content h3 {
    text-transform: unset;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
	font-family: "Barlow", sans-serif;
    font-family: "Amatic SC", cursive;
    letter-spacing: 1px;
}
.blog-one__content a {
    font-size: 24px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-one__content a:hover {
    color: #1b74b7;
}
.blog_one_text {
    margin-top: 8px;
    margin-bottom: 29px;
}
.blog_one_text p {
    margin: 0;
	line-height:22px;
	display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*--------------------------------------------------------------
# recipe-fee One
--------------------------------------------------------------*/
.recipe-fee-one {
    position: relative;
    display: block;
    padding: 40px 0 30px;
}
.recipe-fee_one_single {
    position: relative;
    display: block;
}
.recipe-fee_one_image {
    position: relative;
    display: block;
}
.recipe-fee_one_image .recipe-fee_image {
    position: relative;
    overflow: hidden;
}
.recipe-fee_one_image .recipe-fee_image img {
    width: 100%;
	
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease,
        -webkit-transform 500ms ease;
}
.recipe-fee_one_single:hover .recipe-fee_image img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.recipe-fee_one_date_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    width: 113px;
    background: #ebc126;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 0;
    margin: 0 auto;
}
.recipe-fee_one_date_box p {
    margin: 0;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
}
.recipe-fee-one__content {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 20px 10px 24px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
    border-radius: 5px;
    transition: all 500ms ease;
}

.recipe-fee_one_single:hover .recipe-fee-one__content {
    -webkit-box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.06);
}

.recipe-fee-one__meta {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}

.recipe-fee-one__meta li a {
    letter-spacing: 0.2em;
    color: #16639d;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.recipe-fee-one__meta li a:hover {
    color: #ebc126;
}
.recipe-fee-one__meta li i {
    color: #1b74b7;
    font-size: 15px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.recipe-fee-one__meta li a:hover i {
    color: #ebc126;
}
.recipe-fee-one__meta li + li {
    margin-left: 25px;
}
.recipe-fee-one__content h3 {
    text-transform: unset;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
	font-family: "Barlow", sans-serif;
    font-family: "Amatic SC", cursive;
    letter-spacing: 1px;
}
.recipe-fee-one__content a {
    font-size: 24px;
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.recipe-fee-one__content a:hover {
    color: #1b74b7;
}
.recipe-fee_one_text {
    margin-top: 8px;
    margin-bottom: 29px;
}
.recipe-fee_one_text p {
    margin: 0;
	line-height:22px;
	
}

/*--------------------------------------------------------------
# Cta One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    padding: 68px 0 60px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.cta-one:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(48, 79, 137, 0.9);
    z-index: -1;
}
.cta_one_content {
    text-align: center;
}
.cta_one_content h1 {
    color: #ffffff;
    font-size: 44px;
    line-height: 56px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 22px;
}
.cta_one_content p {
    color: #ffffff;
    font-size: 18px;
    margin: 0;
	line-height: 26px;
}
.cta_one__button-block {
    margin-top: 55px;
}

.cta_one__button-block .cta_one__btn:hover {
    color: #ffffff;
    background: var(--thm-black);
}
/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background: var(--thm-black);
    padding: 44px 0 8px;
}
.site-footer_farm_image {
    position: absolute;
    bottom: -22%;
    right: -1%;
    opacity: 0.07;
}

.footer-widget__column.margin_left_30 {
    margin-left: 30px;
}

.footer-widget__about {
    padding-right: 70px;
}
.footer-widget__title {
    position: relative;
    display: block;
    margin-bottom: 16px;
}
.footer-widget__title h3 {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-widget__title:before {
    position: absolute;
    bottom: -8px;
    left: 0;
  
    content: "";
    border-radius: 5px;
}

.footer-widget_about_text p {
    color: #c5c9c4;
    font-size: 16px;
    margin: 0;
}
.footer_input-box {
    position: relative;
    display: block;
    margin-top: 29px;
}
.footer_input-box input {
    height: 70px;
    width: 100%;
    background: #394336;
    border: none;
    padding: 0 30px;
    border-radius: 5px;
}

.footer_input-box input[type="Email"] {
    font-size: 16px;
    color: #c5c9c4;
    height: 54px;
    width: 100%;
    background: #394336;
    border: none;
    padding: 0 30px;
    border-radius: 5px;
}
.footer_input-box .button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 5px;
    background: #394336;
}
.footer_input-box .button i {
    color: #ebc126;
}

.footer_input-box input[type="email"]:focus {
    outline: none;
}
.footer_input-box input[type="email"]::-webkit-input-placeholder {
    color: #c5c9c4;
}
.footer_input-box input[type="email"]:-moz-placeholder {
    color: #c5c9c4;
}
.footer_input-box input[type="email"]::-moz-placeholder {
    color: #c5c9c4;
}
.footer_input-box input[type="email"]:-ms-input-placeholder {
    color: #c5c9c4;
}

.footer-widget__links-list li a {
    position: relative;
    color: #c5c9c4;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget__links-list li a:hover {
    padding-left: 15px;
    color: #16639d;
}
.footer-widget__links-list li a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: #ebc126;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget__links-list li a:hover::before {
    opacity: 1;
}
.footer-widget__news {
    position: relative;
    display: block;
    margin: 0;
    padding-top: 2px;
    margin-left: 7px;
}
.footer-widget__news li {
    position: relative;
    display: block;
    padding-left: 70px;
    padding-bottom: 28px;
}
.footer-widget__news_image {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    overflow: hidden;
    height: 50px;
    width: 50px;
    border-radius: 5px;
}
.footer-widget__news_image img {
    width: 100%;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget__news_image img:hover {
    opacity: 0.5;
}

.footer-widget__news_text p {
    margin: 0;
    line-height: 29px;
}
.footer-widget__news_text a {
    color: #c5c9c4;
    font-size: 16px;
    transition: 500ms;
}
.footer-widget__news_text a:hover {
    color: #fff;
}

.footer-widget__news_date_box p {
    font-size: 14px;
    color: #ebc126;
    font-weight: 600;
    margin: 0;
}
.footer-widget__contact {
    padding-left: 50px;
}
.footer-widget_contact p {
    color: #c5c9c4;
    font-size: 16px;
    margin: 0;
    margin-bottom: 14px;
}
.footer-widget_contact a {
    color: #ebc126;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget_contact a:hover {
    color: #16639d;
}
.site-footer__social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 19px;
}

.site-footer__social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: #fff;
    color: var(--thm-black);
    font-size: 16px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.site-footer__social a + a {
    margin-left: 10px;
}

.site-footer__social a:hover {
    background-color: #16639d;
    color: #ffffff;
}

.site-footer_bottom {
    position: relative;
    display: block;
    padding: 18px 0 19px;
    background: #394336;
}
.site-footer_bottom .container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.site-footer_bottom_copyright p {
    color: #c5c9c4;
    font-size: 16px;
    margin: 0;
}
.site-footer_bottom_copyright a {
    color: #c5c9c4;
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.site-footer_bottom_copyright a:hover {
    color: #ebc126;
}

.site-footer_bottom_menu ul {
    margin: 0;
}
.site-footer_bottom_menu ul li {
    display: inline-block;
    margin-right: 20px;
}
.site-footer_bottom_menu ul li:last-child {
    margin-right: 0;
}
.site-footer_bottom_menu ul li a {
    color: #c5c9c4;
    font-size: 16px;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.site-footer_bottom_menu ul li a:hover {
    color: #ebc126;
}

.site-footer.site-footer_two {
    background:#f1f1f1;
}
.site-footer_farm_image.site-footer_two_img {
    opacity: 1;
}

.site-footer.site-footer_two .footer-widget__title h3 {
    color: var(--thm-black);
}
.site-footer.site-footer_two .footer-widget_about_text p {
  color:#5a5a5a;
}
.site-footer.site-footer_two .footer_input-box input[type="Email"] {
    background: #f5f0e9;
	border:1px solid #a9a6a6;
}
.site-footer.site-footer_two .footer_input-box .button {
    background: #ebc126;
}
.site-footer.site-footer_two .footer_input-box .button i {
    color: #fff;
	font-size:24px;
}
.site-footer.site-footer_two .footer_input-box input[type="email"]:focus {
    outline: none;
}
.site-footer.site-footer_two
    .footer_input-box
    input[type="email"]::-webkit-input-placeholder {
    color: #a9a6a6;
}
.site-footer.site-footer_two
    .footer_input-box
    input[type="email"]:-moz-placeholder {
    color: #878986;
}
.site-footer.site-footer_two
    .footer_input-box
    input[type="email"]::-moz-placeholder {
   color:#5a5a5a;
}
.site-footer.site-footer_two
    .footer_input-box
    input[type="email"]:-ms-input-placeholder {
    color: #878986;
}

.footer-widget__links-list.type2 li a {
    color:#5a5a5a;
}
.site-footer.site-footer_two .footer-widget__news_text a {
   color:#5a5a5a;
}
.site-footer.site-footer_two .footer-widget__news_date_box p {
    color: #16639d;
}
.site-footer.site-footer_two .footer-widget_contact p {
   color:#5a5a5a;
}
.site-footer.site-footer_two .footer-widget_contact a {
    color: #16639d;
}
.site-footer.site-footer_two .footer-widget_contact a:hover {
    color: #ebc126;
}
.site-footer.site-footer_two .site-footer__social a {
    background: #58595a;
    color: #ffffff;
}
.site-footer.site-footer_two .site-footer__social a:hover {
    color: #ffffff;
    background: #16639d;
}
.site-footer_bottom.site-footer-bottom-two {
    background: #f5f0e9;
}
.site-footer_bottom.site-footer-bottom-two .site-footer_bottom_copyright p {
    color: #5a5a5a;
}
.site-footer_bottom.site-footer-bottom-two .site-footer_bottom_copyright a {
   color: #5a5a5a;
}
.site-footer_bottom.site-footer-bottom-two .site-footer_bottom_menu ul li a {
  color: #5a5a5a;
}
.site-footer_bottom.site-footer-bottom-two
    .site-footer_bottom_menu
    ul
    li
    a:hover {
    color: #16639d;
}
/*--------------------------------------------------------------
# Need All
--------------------------------------------------------------*/
.need_all {
    position: relative;
    display: block;
    padding: 108px 0 120px;
    background: #ebc126;
}

.left_content h2 {
    font-size: 50px;
    color: var(--thm-black);
    margin: 0;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 53px;
}

.need_image img {
    width: 100%;
    border-radius: 5px;
    max-height: 261px;
}

.need_text {
    margin-bottom: 55px;
}
.need_text p {
    color: var(--thm-black);
    font-size: 16px;
    margin: 0;
}
.need_icon_single {
    position: relative;
    display: block;
    background: var(--thm-black);
    padding: 43.5px 22px 34px 40px;
    border-radius: 5px;
}
.need_icon_single .need_icon {
    margin-bottom: 16px;
}
.need_icon_single .need_icon span {
    font-size: 60px;
    color: #ebc126;
}
.need_icon_single h3 {
    font-size: 20px;
    text-transform: unset;
    color: #ffffff;
    margin: 0;
    margin-bottom: 9px;
    font-weight: 600;
    font-family: var(--thm-font);
}
.need_icon_single p {
    color: #c5c9c4;
    margin: 0;
}

/*--------------------------------------------------------------
# Details One
--------------------------------------------------------------*/

.details_one_single {
    position: relative;
    background: #16639d;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    padding: 47px 40px 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}
.details_one_single:before {
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    right: 0;
    background: #ebc126;
    height: 5px;
    transition: 500ms;
}
.details_one_single:hover:before {
    height: calc(100% + 5px);
}
.details_one_icon {
    margin-right: 20px;
    position: relative;
}
.details_one_icon span {
    color: #ebc126;
    font-size: 60px;
    transition: 500ms;
}
.details_one_single:hover .details_one_icon span {
    color: var(--thm-black);
}

.details_one_content h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    position: relative;
    transition: 500ms;
}
.details_one_single:hover .details_one_content h2 {
    color: var(--thm-black);
}
.details_one_count_box {
    position: absolute;
    bottom: -50px;
    right: 0;
    opacity: 0.1;
}
.details_one_count_box h3 {
    font-size: 100px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact_one {
    position: relative;
    display: block;
    padding: 0px 0 0px;
    background: #ffffff;
}

.contact_one_form_box {
    position: relative;
    display: block;
    padding: 120px 0;
    z-index: 1;
}
.contact_one_form_box:before {
    border-top-right-radius: 5px;
    position: absolute;
    top: 0;
    left: -50000px;
    bottom: 0;
    right: -40px;
    background: #16639d;
    content: "";
    z-index: -1;
}

.contact_one_form_box .block-title {
    margin-bottom: 55px;
}
.contact_one_form_box .block-title p {
    color: #ffffff;
}
.contact_one_form_box .block-title h3 {
    color: #ffffff;
}

.contact_one_form {
    position: relative;
    display: block;
    margin-right: 200px;
}

.contact_one_form .input_box input[type="text"] {
    height: 80px;
    width: 100%;
    border: none;
    background: #ffffff;
    padding: 0 40px;
    margin-bottom: 20px;
    border-radius: 5px;
    outline: none;
}
.contact_one_form .input_box textarea {
    display: block;
    height: 170px;
    width: 100%;
    background: #ffffff;
    padding: 30px 40px 30px;
    border: none;
    border-radius: 5px;
    outline: none;
}
.contact_one_btn {
    background: #ebc126;
    margin-top: 20px;
    color: var(--thm-black);
}
.contact_one_btn:hover {
    background: var(--thm-black);
    color: #ffffff;
}

.google_map_home5 {
    position: relative;
    display: block;
    margin-top: 120px;
    z-index: 10;
}
.google-map__home5 {
    border-radius: 5px;
    margin-left: -100px;
    width: 480px;
    border: none;
    outline: none;
    display: block;
    height: 650px;
    z-index: 10;
}

/*--------------------------------------------------------------
#  Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    overflow: hidden;
    padding: 105px 0 0px;
    background-size: cover;
}
.page-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--thm-black);
    opacity: 0.3;
}
.page-header .container {
    position: relative;
    text-align: center;
}
.page-header h2 {
    color: #ffffff;
    font-size: 70px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 56px;
}
.thm-breadcrumb {
    display: -webkit-box;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.thm-breadcrumb li a.shop_style {
    color: #ffffff;
    background: #16639d;
    border-top-left-radius: 0;
}
.thm-breadcrumb li a,
.thm-breadcrumb li span {
    font-size: 12px;
    color: var(--thm-black);
    background: #ffffff;
    display: inline-block;
    padding: 8px 40px;
    border-top-left-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.thm-breadcrumb li span {
    background:#586068;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 0;
}

/*--------------------------------------------------------------
#  Page Header
--------------------------------------------------------------*/
.page-header-22 {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    overflow: hidden;
    padding: 30px 0 0px;
    background-size: cover;
}
.page-header-22::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:#dbb010;
}
.page-header-22 .container {
    position: relative;
    text-align: center;
}
.page-header-22 h2 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 16px;
}
.thm-breadcrumb {
    display: -webkit-box;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.thm-breadcrumb li a.shop_style {
    color: #ffffff;
    background:#1979c1;
    border-top-left-radius: 0;
}
.thm-breadcrumb li a,
.thm-breadcrumb li span {
    font-size: 15px;
    color: var(--thm-black);
    background: #ffffff;
    display: inline-block;
    padding: 8px 40px;
    border-top-left-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.thm-breadcrumb li span {
    background:#586068;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 0;
}
/*--------------------------------------------------------------
#  Service Detail
--------------------------------------------------------------*/
.service_detail {
    position: relative;
    display: block;
    padding: 40px 0 40px;
}

.service_all_list {
    overflow: hidden;
    border-radius: 5px;
    margin: 0;
    margin-bottom: 30px;
	
	width:100%;
	height:400px;
	line-height:3em;
	overflow:scroll;
	padding:5px;
	color:#714D03;
}

.service_all_list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: var(--thm-black);
    padding-left: 50px;
    line-height: 49px;
    background: #f5f0e9;
    text-transform: capitalize;
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.service_all_list li.active a {
    color: #16639d;
    background: #ffffff;
}
.service_all_list li a:hover {
    color: #16639d;
    background: #ffffff;
}
.need_help_box {
    border-radius: 5px;
    position: relative;
    display: block;
    padding: 24px 50px;
    background: #16639d;
}
.need_help_box h2 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    padding-bottom: 5px;
}
.need_help_box p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}
.need_help_box h3 {
    color: #ebc126;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding-top: 3px;
}
.need_help_box span {
    margin-right: 20px;
}
.service_details_One_img {
    margin-bottom: 25px;
}
.service_details_One_img img {
    width: 100%;
    border-radius: 5px;
	height:400px; object-fit:cover;
}
.harvest_innovations {
    margin-bottom: 19px;
}
.harvest_innovations h2 {
    font-size: 40px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.harvest_innovations_bottom_text {
    padding-top: 1px;
	line-height:24px;

}
.service_details_single_img_box {
    margin-bottom: 52px;
}
.service_details_single_img_box img {
    width: 100%;
    border-radius: 5px;
}

.about30_solutions h3 {
    font-size: 40px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.about30_solutions p {
    margin: 0;
	line-height:24px;
	  color: var(--thm-black);
}
.about30_solutions{background:#f3f3f3;padding:20px; margin-top:20px; border-left:3px solid #b5b2b2; padding-bottom:38px;}
.menu_solutions{background:#fff9e4;padding:20px; margin-top:20px; border-left:3px solid #cfa407; padding-bottom:38px;}
.menu_solutions h4{margin-top:20px; color:var(--thm-black); font-size: 17px; font-weight: 600; font-family:"Barlow", sans-serif;text-transform: capitalize;}
.menu_solutions p{ color:var(--thm-black); margin-bottom:20px;}
.menu_solutions h3 {
    font-size: 40px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    margin-top: 14px;
    text-transform: uppercase;
}
.menu_solutions p {
    margin: 0;
	line-height:24px;
}
.description_solutions{background:#e4f6ff;padding:20px; margin-top:20px; border-left:3px solid #89b4d5;padding-bottom:38px;}
.description_solutions h3 {
    font-size: 40px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    margin-top: 14px;
    text-transform: uppercase;
}
.description_solutions p {
    margin: 0;
	line-height:24px;
}
.service_details_right ul {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 9px;
}
.service_details_right ul li {
    font-size: 16px;
    color: var(--thm-black);
    font-weight: 600;
    line-height: 41px;
}
.service_details_right ul i {
    color: #16639d;
    font-size: 12px;
    margin-right: 10px;
}
.service_details_last_text {
    margin: 0;
    margin-bottom: 49px;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.blog-one.news {
    padding-bottom: 40px;
}
.blog_one_single.mb-30 {
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
# News Details
--------------------------------------------------------------*/
.news_detail {
    position: relative;
    display: block;
    padding: 50px 0 50px;
}
.news_detail_left {
    position: relative;
    display: block;
}
.news_detail_image_box {
    position: relative;
    display: block;
}
.news_detail_image_box img {
    width: 100%;
    border-radius: 5px;
	width:100%;
	height:400px;
	object-fit:cover;
}
.news_detail_date_box {
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    width: 113px;
    background: #ebc126;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    right: 0;
    margin: 0 auto;
}
.news_detail_date_box p {
    margin: 0;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
}
.news_detail__meta {
    margin: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
}

.news_detail__meta li + li {
    margin-left: 25px;
}
.news_detail__meta li a {
    color: #16639d;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news_detail__meta li a:hover {
    color: #ebc126;
}
.news_detail__meta li i {
    color: #1b74b7;
    font-size: 15px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news_detail__meta li a:hover i {
    color: #ebc126;
}
.news_detail_content {
    border-bottom: 1px solid #f6f1ea;
    padding-bottom: 20px;
}
.news_detail_content h2 {
    text-transform: unset;
    color: var(--thm-black);
    font-size: 40px;
    font-weight:600;
    margin: 0;
    font-family: "Barlow", sans-serif;
    font-family:"Amatic SC", cursive;
    letter-spacing:1px;
    line-height:33px;
    margin-bottom:25px;
	margin-top:20px;
}

.news_detail_two_text {
    padding-top: 16px;
    padding-bottom: 16px;
}

.news_detail__bottom {
    margin-top: 50px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news_detail__bottom p {
    margin: 0;
    padding-bottom: 6px;
}

.news_detail__tags span {
    color: var(--thm-black);
    font-size: 30px;
    margin: 0;
    font-family: var(--heading-font);
}
.news_detail__tags a {
    color: #878986;
}
.news_detail__social-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.news_detail__social-list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: #f5f0e9;
    color: #878986;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.news_detail__social-list a + a {
    margin-left: 10px;
}

.news_detail__social-list a:hover {
    color: #ffffff;
    background-color: #16639d;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__single {
    border-radius: 5px;
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 23px;
}
.sidebar__search {
    background-color: #ebc126;
    border-radius: 5px;
}

.sidebar__search-form {
    position: relative;
}

.sidebar__search-form input[type="search"] {
    display: block;
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 500;
    padding-left: 50px;
    height: 100px;
}

.sidebar__search-form ::-webkit-input-placeholder {
    color: var(--thm-black);
    opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
    color: var(--thm-black);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-black);
    opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-black);
    opacity: 1;
}

.sidebar__search-form ::placeholder {
    color: var(--thm-black);
    opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
    color: var(--thm-black);
}

.sidebar__search-form ::-ms-input-placeholder {
    color: var(--thm-black);
}

.sidebar__search-form button[type="submit"] {
    background-color: transparent;
    color: var(--thm-black);
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    outline: none;
    border: none;
}
.sidebar__post {
    position: relative;
    display: block;
    padding: 44px 50px 50px;
    background: #f5f0e9;
}
.sidebar__post-list {
    margin: 0;
}
.sidebar__post-list li {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.sidebar__post-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar__post-image {
    margin-right: 20px;
}

.sidebar__post-image > img {
    width: 80px;
}

.sidebar__post-content h3 {
    color: var(--thm-black);
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    font-family: var(--thm-font);
    line-height: 26px;
}
.sidebar__post-content .sidebar__post-content_meta {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #16639d;
    font-size: 12px;
    display: block;
}
.sidebar__post-content .sidebar__post-content_meta i {
    margin-right: 4px;
}
.sidebar__post-content h3 {
    text-transform: unset;
}
.sidebar__post-content h3 a {
    color: var(--thm-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
    color: #ebc126;
}

.sidebar__category {
    position: relative;
    display: block;
    background: #f5f0e9;
    padding: 24px 50px 40px;
	overflow-y: auto;
    direction: rtl;
    max-height: 350px;
}
.sidebar__category-list {
    margin: 0;
    margin-top: -11px;
}

.sidebar__category-list li + li {
    margin-top: 15px;
}

.sidebar__category-list li a {
    color: #636463;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__category-list li a:hover {
    padding-left: 15px;
    color: #16639d;
}

.sidebar__category-list li a::before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    color: var(--thm-black);
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__category-list li a:hover::before {
    opacity: 1;
}

.sidebar__tags {
    position: relative;
    display: block;
    background: #f5f0e9;
    padding: 44px 50px 40px;
}
.sidebar__tags-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -10px;
}

.sidebar__tags-list a {
    font-size: 14px;
    color: #9ca3a9;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    display: -webkit-box;
    margin-right: 5px;
}

.sidebar__tags-list a:hover {
    color: #16639d;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one{margin-top:20px; margin-bottom:20px;}
.contact-one__form__wrap {
    position: relative;
    display: block;
    padding: 50px 0 60px;
    margin-right: -20px;
    z-index: 1;
}
.contact-one__form__wrap:before {
    border-top-right-radius: 5px;
    position: absolute;
    content: "";
    top: 0;
    left: -10000px;
    bottom: 0;
    right: 0;
    background: #16639d;
    z-index: -1;
}
.contact-one__form__wrap .block-title {
    margin-bottom: 25px;
}
.contact-one__form__wrap .block-title p {
    color: #ffffff;
}
.contact-one__form__wrap .block-title h3 {
    color: #ffffff;
}
.contact-one__form {
    margin-right: 114px;
}
.contact-one__form .row.low-gutters {
    margin-left: -5px;
    margin-right: -5px;
}

.contact-one__form .row.low-gutters > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.contact-one__form .input-group {
    margin-bottom: 20px;
}
.input-group.contact__btn {
    margin-bottom: 0;
}
.contact-one__form
    .input-group
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.contact-one__form .input-group textarea {
    width: 100%;
    height: 80px;
    display: block;
    border: none;
    outline: none;
    background-color: #eceeef;
    font-size: 16px;
    font-weight: 500;
    color: #878986;
    padding-left: 30px;
    border-radius: 5px;
}

.contact-one__form .input-group textarea {
    height: 170px;
    padding-top: 20px;
}

.contact-one__btn:hover {
    background: var(--thm-black);
}

.contact-one__form .input-group ::-webkit-input-placeholder {
    color: #878986;
    opacity: 1;
}

.contact-one__form .input-group ::-moz-placeholder {
    color: #878986;
    opacity: 1;
}

.contact-one__form .input-group :-ms-input-placeholder {
    color: #878986;
    opacity: 1;
}

.contact-one__form .input-group ::-ms-input-placeholder {
    color: #878986;
    opacity: 1;
}

.contact-one__form .input-group ::placeholder {
    color: #878986;
    opacity: 1;
}

.contact-one__form .input-group :-ms-input-placeholder {
    color: #878986;
}

.contact-one__form .input-group ::-ms-input-placeholder {
    color: #878986;
}

.have_questions {
    position: relative;
    display: block;
    text-align: center;
    margin-left: 40px;
}
.have_questions .image_box {
    margin-bottom: 20px;
}
.have_questions .image_box img {
    width: 100%;
    border-radius: 5px;
}
.have_questions .block-title {
    margin-bottom: 23px;
}

.have_questions_btn {
    margin-top: 42px;
}
.have_questions_btn .thm-btn {
    font-size: 16px;
    padding: 13px 40px;
}

/*--------------------------------------------------------------
# Product
--------------------------------------------------------------*/
.product {
    position: relative;
    display: block;
    padding: 40px 0 30px;
}
.sidebar-search-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
}
.single-sidebar {
    position: relative;
    overflow: hidden;

}

.single-sidebar .title h3 {
    color: var(--thm-black);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}
.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 5px;
    background: #ebc126;
    color: var(--thm-black);
    border: none;
    outline: none;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 9px;
    width: 60px;
    height: 80px;
    color: var(--thm-black);
    background: #ebc126;
    display: block;
    text-align: center;
    border: 0;
    transition: all 500ms ease 0s;
    line-height: 80px;
}
.sidebar-search-box .search-form button i {
    font-size: 22px;
}
.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
    border-color: #337ce8;
}
.sidebar-search-box .search-form input[type="text"]:focus + button,
.sidebar-search-box .search-form button:hover {
    outline: none;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: var(--thm-black);
}
.sidebar-search-box .search-form input:-moz-placeholder {
    color: var(--thm-black);
}
.sidebar-search-box .search-form input::-moz-placeholder {
    color: var(--thm-black);
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: var(--thm-black);
}

.price_sidebar {
    position: relative;
    overflow: hidden;
    padding: 34px 30px 26px;
    margin: 30px 0 30px;
    border: 1px solid #f5f0e9;
    border-radius: 5px;
}
.price_sidebar h3 {
    font-size: 26px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.price_sidebar.price-ranger {
    margin-top: 7px;
    margin-bottom: 0px;
}
.price_sidebar .price-ranger .ui-widget-content {
    background: #eaeceb;
    border: none;
    height: 4px;
}
.price_sidebar .price-ranger .ui-slider-handle {
    position: absolute;
    top: -7px;
    background: #ffffff;
    border: 2px solid #16639d;
    height: 18px;
    width: 4px !important;
    border-radius: 0%;
    margin-left: -4px;
    outline: medium none;
    cursor: pointer;
    z-index: 2;
}
.price_sidebar .price-ranger .ui-slider .ui-slider-range {
    background: #16639d;
}
.price_sidebar .price-ranger #slider-range {
    margin-left: 4px;
    margin-right: 6px;
    margin-top: 0;
}
.price_sidebar .price-ranger .ranger-min-max-block {
    position: relative;
    display: block;
    margin-top: 10px;
}
.price_sidebar .price-ranger .ranger-min-max-block input {
    display: inline-block;
}
.price_sidebar .price-ranger .ranger-min-max-block input[type="submit"] {
    position: relative;
    display: inline-block;
    background: #ebc126;
    float: right;
    text-align: center;
    width: 70px;
    border: none;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
    border-radius: 5px;
    text-transform: capitalize;
    cursor: pointer;
}
.price_sidebar .price-ranger .ranger-min-max-block input[type="text"] {
    position: relative;
    display: inline-block;
    color: #878986;
    font-size: 14px;
    width: 40px;
    line-height: 40px;
    border: none;
    padding: 0;
    text-align: center;
}
.price_sidebar .price-ranger .ranger-min-max-block span {
    position: relative;
    display: inline-block;
    color: #25283a;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}
.single-sidebar .categories-box {
    position: relative;
    display: block;
    border: 1px solid #efe5d7;
    border-radius: 5px;
    padding: 35px 30px 9px;
}
.single-sidebar .categories-box p {
    margin: -9px 0 6px;
}
.single-sidebar .categories {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    margin-top: 7px;
}
.single-sidebar .categories li {
    position: relative;
    display: block;
    line-height: 50px;
}

.single-sidebar .categories li a {
    color: #878986;
    font-size: 16px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.single-sidebar .categories li:hover a {
    color: #16639d;
}
.single-sidebar .top_sellers {
    position: relative;
    display: block;
    border: 1px solid #f5f0e9;
    border-radius: 5px;
    padding: 34px 0 0;
    margin-top: 30px;
}
.single-sidebar .top_sellers .title {
    padding-left: 30px;
    margin-bottom: 25px;
}
.single-sidebar .top-products {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
}
.single-sidebar .top-products li {
    position: relative;
    display: block;
    padding: 0 30px 22px;
    border-bottom: 1px solid #f5f0e9;
    margin-bottom: 30px;
}
.single-sidebar .top-products li .product_item {
    overflow: hidden;
    position: relative;
    display: block;
    padding-left: 71px;
}
.single-sidebar .top-products li:last-child {
    margin-bottom: 0;
}
.single-sidebar .top-products li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 10px;
}
.single-sidebar .top-products li .img-box img {
    width: 100%;
}
.single-sidebar .top-products li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(91, 140, 81, 0.5);
    border-radius: 10px;
    transform: translate3d(0px, -71px, 0px);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.single-sidebar .top-products li:hover .img-box .overlay-content {
    transform: translate3d(0px, 0px, 0px);
}
.single-sidebar .top-products li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 20px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar .top-products li .title-box {
    position: relative;
    display: block;
    padding-top: 5px;
    padding-left: 20px;
    min-height: 75px;
}
.single-sidebar .top-products li .title-box h4 {
    font-size: 16px;
    color: var(--thm-black);
    font-family: var(--thm-font);
    font-weight: 600;
}
.single-sidebar .top-products li .title-box h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar .top-products li .title-box h4 a:hover {
    color: #337ce8;
}
.single-sidebar .top-products li .title-box .value {
    color: #16639d;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 26px;
}

.showing-result-shorting {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.showing-result-shorting .left {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.showing-result-shorting .showing p {
    color: var(--thm-black);
    margin: 0;
}

.showing-result-shorting
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 300px !important;
    height: 70px;
}
.showing-result-shorting .bootstrap-select > .dropdown-toggle {
    max-width: 300px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: 1px solid #f5f0e9;
    padding: 0 30px;
    outline: none;
    border-radius: 5px;
    background: transparent;
    color: #878986;
    font-size: 16px;
}

.all_products_single {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 26px;
}
.all_product_item_image {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    display: block;
}
.all_product_item_image img {
    width: 100%;
	height:300px;
    border-radius: 5px;
}
.all_product_hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    z-index: 1;
}
.all_product_hover:before {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(91, 140, 81, 0.5);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: translate3d(-100%, 0px, 0px);
    z-index: -1;
}

.all_product_icon span {
    height: 70px;
    width: 70px;
    color: #ecdc5e;
    font-size: 25px;
    background: var(--thm-black);
    display: inline-block;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.all_product_icon span:hover {
    background: #16639d;
    color: #ffffff;
}
.all_products_single h4 {
    font-size: 24px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 17px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.all_products_single h4 a {
    color: inherit;
    transition: 500ms;
}
.all_products_single h4 a:hover {
    color: #16639d;
}
.all_products_single p {
    font-size: 20px;
    color: #878986;
    margin: 0;
    line-height: 28px;
}
.all_products_single:hover .all_product_hover:before {
    transform: translate3d(0px, 0px, 0px);
}
.all_products_single:hover .all_product_icon span {
    transform: scale(1);
}
.all_products_single:hover h4 {
    color: #16639d;
}
/*--------------------------------------------------------------
# Product Detail
--------------------------------------------------------------*/
.product_detail {
    position: relative;
    display: block;
    padding-top: 40px;
}

.product_detail_image img {
    width: 100%;
    border-radius: 5px;
}
.product_detail_content {
    margin-top: -11px;
}
.product_detail_content h2 {
    font-size: 50px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.product_detail_review_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f5f0e9;
    border-bottom: 1px solid #f5f0e9;
    padding: 4px 0 4px;
    margin: 1px 0 2px;
}

.product_detail_price_box p {
    color: #878986;
    font-size: 20px;
    margin: 0;
}

.product_detail_review a {
    color: #ebc126;
    font-size: 16px;
}
.product_detail_review a.deactive {
    color: #f5f0e9;
}
.product_detail_review a + a {
    margin-left: 5px;
}
.product_detail_review span {
    margin-left: 6px;
}

.product_detail_address {
    margin: 0;
    padding-top: 6px;
}
.product_detail_address li {
    position: relative;
    display: block;
    padding-left: 17px;
}
.product_detail_address li:before {
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    width: 7px;
    height: 1px;
    background: #878986;
    content: "";
}

.product-quantity-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 28px 0 28px;
}
.product-quantity-box .input-group.bootstrap-touchspin {
    position: relative;
    width: 60px;
    height: 60px;
}
.product-quantity-box input.quantity-spinner.form-control {
    position: relative;
    display: block;
    padding: 0;
    width: 60px;
    flex: none;
    height: 60px;
    color: #878986;
    font-size: 16px;
    outline: none;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    border: 1px solid #f5f0e9;
}

.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: relative;
    display: block;
    margin-left: 0px;
    background: #ffffff;
    border: 1px solid #f5f0e9;
    color: #878986;
    cursor: pointer;
    height: 30px;
    width: 30px;
    margin: 0;
    padding: 0;
}
.product-quantity-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-up {
    border-top-right-radius: 5px;
    position: absolute;
    top: 0;
    right: -50%;
    border-left: none;
}
.product-quantity-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-down {
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: 0;
    right: -50%;
    border-left: none;
}
.product-quantity-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    .btn.bootstrap-touchspin-up:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "-";
    color: #878986;
    font-size: 30px;
    padding: 0;
    line-height: 30px;
}
.product-quantity-box
    .bootstrap-touchspin
    .input-group-btn-vertical
    .btn.bootstrap-touchspin-down:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: "icomoon" !important;
    content: "\e910";
    color: #878986;
    font-size: 12px;
    padding: 0;
    line-height: 30px;
}
.addto-cart-box {
    position: relative;
    display: block;
    margin-left: 10px;
    padding-right: 10px;
}
.addto-cart-box button.thm-btn {
    padding: 13px 40px;
    font-size: 16px;
}

.product-quantity-box .wishlist_btn {
    position: relative;
    display: block;
}
.product-quantity-box .wishlist_btn .thm-btn {
    padding: 13px 40px;
    font-size: 16px;
    color: #878986;
    background: #f5f0e9;
}
.product-quantity-box .wishlist_btn .thm-btn:hover {
    color: #ffffff;
    background: #16639d;
}
.category_tag_list {
    margin: 0;
}

.product_detail_share_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f5f0e9;
    border-bottom: 1px solid #f5f0e9;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 35px;
}

.share_box_title h2 {
    color: var(--thm-black);
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.share_box_social {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.share_box_social a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    width: 45px;
    height: 45px;
    background-color: #f5f0e9;
    color: #878986;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.share_box_social a + a {
    margin-left: 10px;
}
.share_box_social a:hover {
    color: #ffffff;
    background-color: #16639d;
}

.product-tab-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 115px;
}
.product-tab-box .tab-btns {
    position: relative;
    display: block;
    z-index: 1;
    margin: 0;
}
.product-tab-box .tab-btns .tab-btn {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.product-tab-box .tab-btns .tab-btn:last-child {
    margin-right: 0;
}
.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    background: #f5f0e9;
    margin: 0;
    padding: 23px 80px;
    color: #8a8d91;
    font-size: 26px;
    font-weight: 700;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--heading-font);
    cursor: pointer;
}
.product-tab-box .tab-btns .tab-btn.active-btn span,
.product-tab-box .tab-btns .tab-btn:hover span {
    color: #ffffff;
    background: #16639d;
}

.product-tab-box .tabs-content {
    position: relative;
    display: block;
    padding: 0;
}
.product-tab-box .tabs-content .tab {
    position: relative;
    padding: 0px;
    display: none;
}
.product-tab-box .tabs-content .tab.active-tab {
    display: block;
}

.product-details-content {
    position: relative;
    display: block;
    overflow: hidden;
    border: 1px solid #f5f0e9;
    padding: 48px 60px 33px;
}
.product-details-content .desc-content-box {
    position: relative;
    display: block;
}
.product-details-content .desc-content-box p {
    font-size: 18px;
    color: #878986;
    margin: 0;
}
.product-details-content .desc-content-box .desc-content-box_bottom {
    margin-top: 38px;
}

.all_products_two {
    position: relative;
    display: block;
    padding: 40px 0 40px;
}
.all_products_two .block-title {
    margin-bottom: 25px;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart {
    position: relative;
    display: block;
    padding: 41px 0 40px;
}
.cart_table_box {
    position: relative;
    width: 100%;
    overflow-x: auto;
}
.cart_table {
    min-width: 1024px;
    width: 100%;
}
.cart_table_head {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f5f0e9;
}

.cart_table_head tr th {
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 160px;
    padding: 34px 0px;
    border: 0px solid #ededed;
    font-family: var(--heading-font);
}

.cart_table tbody tr {
    border-bottom: 1px solid #f5f0e9;
}
.cart_table tbody tr td {
    min-width: 160px;
    padding: 10px 20px 10px 0;
    border: 0px solid #ededed;
}
.cart_table tbody tr .colum_box {
    position: relative;
    min-height: 115px;
}
.cart_table tbody tr .colum_box .prod_thum {
    width: 115px;
}

.cart_table tbody tr .colum_box .title {
    padding-left: 40px;
}
.cart_table tbody tr .colum_box .title .prod-title {
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
.cart_table tbody tr .colum_box .prod_thum,
.cart_table tbody tr .colum_box .title {
    display: table-cell;
    vertical-align: middle;
}
.cart_table tbody tr td.pro_price,
.cart_table tbody tr td.pro_sub_total {
    font-size: 18px;
    color: #16639d;
}

.cart_table tbody tr td .pro_remove i {
    color: var(--thm-black);
    font-size: 15px;
}
.cart_apply_coupon_box {
    display: flex;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #f5f0e9;
    padding-bottom: 20px;
    padding-top: 28px;
}
.apply_coupon {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.apply_coupon_input_box input[type="text"] {
    font-size: 16px;
    color: #878986;
    height: 50px;
    max-width: 365px;
    width: 100%;
    padding: 0 30px;
    background: #f5f0e9;
    border-radius: 5px;
    border: none;
    outline: none;
}
.apply-coupon-button {
    margin-left: 10px;
}

.total_box {
    margin: 0;
    float: right;
    text-align: right;
}
.total_box li {
    color: #878986;
    font-size: 18px;
    padding-bottom: 6px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.total_box li:hover {
    color: #16639d;
}
.total_box li:last-child {
    padding-bottom: 0;
}
.total_box li span {
    font-size: 26px;
    color: var(--thm-black);
    font-weight: 700;
    margin-right: 65px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}
.button_box {
    position: relative;
    display: block;
    float: right;
    margin-top: 60px;
}
.button_box .update_btn {
    margin-right: 5px;
    background: #f5f0e9;
    color: #878986;
}
.button_box .update_btn:hover {
    color: #ffffff;
    background: #16639d;
}

/*--------------------------------------------------------------
# Bx Testimonial
--------------------------------------------------------------*/
.bx-testimonial {
    position: relative;
    background: #f5f0e9;
    padding: 200px 0 110px;
}
.bx-testimonial_title {
    font-size: 70px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 80px;
    font-weight: 700;
    transform: rotate(-90deg);
    display: inline-block;
    font-family: var(--heading-font);
    position: absolute;
    top: 0;
    left: 35px;
    bottom: 0;
}

.bx_testimonial_slider {
    position: relative;
    display: block;
}

.bx-testimonial_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 420px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    opacity: 0.3;
}

.bx_testimonial_slider .slider-pager {
    position: relative;
    display: block;
}
.bx_testimonial_slider .slider-pager .thumb-box {
    position: relative;
    display: block;
    margin-top: -8px;
    margin-bottom: -8px;
}
.bx_testimonial_slider .slider-pager .thumb-box li {
    position: relative;
    display: inline-block;
    margin: 0 8px 0;
}
.bx_testimonial_slider .slider-pager .thumb-box li a {
    position: relative;
    display: block;
    overflow: hidden;
}
.bx_testimonial_slider .slider-pager .thumb-box li a .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}
.bx_testimonial_slider .slider-pager .thumb-box li a .img-holder img {
    transition: all 0.5s ease-in-out 0.6s;
    width: 100%;
    border-radius: 50%;
    opacity: 0.4;
}
.bx_testimonial_slider .slider-pager .thumb-box li a.active .img-holder img {
    transform: scale(1);
    opacity: 1;
}

.bx_testimonial_slider .quote_testimonial {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #16639d;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
}
.bx_testimonial_slider .quote_testimonial img {
    width: auto !important;
}

.bx_testimonial_slider .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
}
.bx_testimonial_slider .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0px solid;
    left: 0px;
    background: transparent;
    transform: translatez(0);
    max-width: 800px;
    margin: 41px auto 0;
}

.bx_testimonial_single {
    position: relative;
    display: block;
}
.bx_testimonial_text {
    position: relative;
}
.bx_testimonial_text p {
    color: var(--thm-black);
    font-size: 30px;
    line-height: 50px;
    margin: 0;
    font-weight: 300;
}
.bx_testimonial_text h3 {
    color: #16639d;
    font-size: 26px;
    line-height: 34px;
    font-weight: 700;
    margin: 27px 0 4px;
}
.bx_testimonial_text h6 {
    letter-spacing: 0.2em;
    color: #878986;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: var(--thm-font);
}

.bx-testimonial2 {
    position: relative;
    padding: 248px 0 110px;
    margin-top: -120px;
}

.bx-testimonial2.about_bx-testimonial2 {
    padding: 120px 0 109px;
    margin-top: 0;
}

#testi-bx-pager {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
}

#testi-bx-pager li + li {
    margin-top: 6px;
}
#testi-bx-pager li a {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
}
#testi-bx-pager li a.active {
    background-color: #ebc126;
}
.google-map__contact {
    width: 100%;
    border: none;
    outline: none;
    display: block;
    height: 560px;
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout {
    position: relative;
    display: block;
    padding: 50px 0 50px;
}

.billing_title {
    margin-bottom: 12px;
}
.billing_title p {
    font-size: 16px;
    color: #878986;
    line-height: 26px;
    margin: 0;
}
.billing_title span {
    font-size: 16px;
    color: #16639d;
    line-height: 26px;
}
.billing_title h2 {
    font-size: 40px;
    color: var(--thm-black);
    line-height: 60px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3px;
}

.billing_details_form
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    height: 65px;
    margin-bottom: 20px;
}
.billing_details_form .bootstrap-select > .dropdown-toggle {
    position: relative;
    display: block;
    outline: none !important;
    border-radius: 5px;
    background-color: #f5f0e9 !important;
    max-width: 100%;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: #848484 !important;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: normal;
    text-transform: capitalize;
    box-shadow: none !important;
}
.billing_details_form .btn-light {
    border: none;
}
.billing_details_form .btn-light:hover {
    border: none;
}

.billing_input_box input[type="text"],
.billing_input_box input[type="email"],
.billing_input_box input[type="tel"] {
    height: 54px;
    width: 100%;
    border: none;
    outline: none;
    background: #f5f0e9;
    padding: 0 30px;
    margin-bottom: 30px;
}

.ship_different_address_title {
    margin-top: 30px;
}

.ship_different_address_form .ship_different_input textarea {
    height: 100px;
    width: 100%;
    border: none;
    outline: none;
    background: #f5f0e9;
    padding: 30px 30px;
    border-radius: 5px;
}

.your_order {
    padding-top: 40px;
}
.your_order h2 {
    color: var(--thm-black);
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.order_table_box {
    position: relative;
    width: 100%;
}
.order_table_detail {
    width: 100%;
}
.order_table_head {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #f5f0e9;
    border-top: 1px solid #f5f0e9;
}

.order_table_head th {
    font-size: 26px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    padding: 21px 0 22px;
    text-transform: uppercase;
    font-family: var(--heading-font);
}

.order_table_detail tbody td {
    padding: 10px 0 2px;
}
.order_table_detail tbody td.pro__title {
    color: var(--thm-black);
    font-size: 16px;
}
.order_table_detail tbody td.pro__price {
    color: #878986;
    font-size: 16px;
    text-align: right;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.order_table_detail tbody td.pro__price:hover {
    color: #16639d;
}
.payments_part {
    position: relative;
    display: block;
    background: #f5f0e9;
    padding: 52px 50px 46px;
}

.direct .checkbox span {
    color: var(--thm-black);
    font-size: 26px;
    font-weight: 700;
    font-family: var(--heading-font);
    margin-left: 10px;
    text-transform: uppercase;
}
.payments_part_text {
    padding-left: 27px;
    line-height: 28px;
    margin: 12px 0 24px;
}
.payments_part_text p {
    margin: 0;
}

.paypal_payment .checkbox span {
    color: var(--thm-black);
    font-size: 26px;
    font-weight: 700;
    font-family: var(--heading-font);
    margin-left: 10px;
    text-transform: uppercase;
}
.paypal_payment .checkbox .paypal_card {
    position: relative;
    top: -6px;
    padding-left: 12px;
}

.place_order_btn {
    margin-top: 20px;
    float: right;
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about_two {
    position: relative;
    display: block;
    padding: 40px 0 40px;
}
.about_two .block-title {
    margin-bottom: 55px;
}
.about_two_text {
    margin-top: 28px;
}
.about_two_text p {
    margin: 0;
	color: #5a5a5a;
}
.about_two_left {
    margin-right: 70px;
}
.about_two_left img {
    width: 100%;
    border-radius: 5px;
}
.about_two_middle {
    margin-right: 140px;
    margin-left: -70px;
}
.about_two_middle img {
    width: 100%;
    border-radius: 5px;
}
.about_two-right {
    position: relative;
    display: block;
    margin-left: -140px;
}
.about_two-right img {
    width: 100%;
    border-radius: 5px;
}
.about_two_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.about_two_content h2 {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin: 0;
}
/*--------------------------------------------------------------
# Best Company
--------------------------------------------------------------*/
.best_company {
    position: relative;
    display: block;
    padding: 50px 0 40px;
}
.company_image {
    margin-right: 12px;
}
.company_image img {
    width: 100%;
    border-radius: 5px;
}

.company_content .block-title {
    margin-bottom: 13px;
}
.company_list_box {
    margin: 0;
    margin-bottom: 40px;
}
.company_list_box li {
    color: #878986;
    font-size: 18px;
    padding-bottom: 8px;
}
.company_list_box li:last-child {
    padding-bottom: 0;
}
.company_list_box li i {
    color: #16639d;
    font-size: 16px;
    margin-right: 20px;
}
.company_button_box {
    display: flex;
    align-items: center;
    flex-direction: row;
    background: #ebc126;
    max-width: 270px;
    padding: 16px 30px;
    border-radius: 5px;
}

.company_text {
    margin-left: 20px;
}
.company_text p {
    color: var(--thm-black);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}
/*--------------------------------------------------------------
# Company Solutions
--------------------------------------------------------------*/
.company_solutions {
    position: relative;
    display: block;
    padding: 120px 0 79px;
}
.company_solutions .block-title {
    margin-bottom: 55px;
}
.company_solutions_single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.company_solutions_image img {
    width: 100%;
    border-radius: 5px;
}
.company_solutions_single h2 {
    font-size: 36px;
    color: var(--thm-black);
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    line-height: 44px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.company_solutions_single p {
    margin: 0;
}

/*--------------------------------------------------------------
# Gallery Two
--------------------------------------------------------------*/
.gallery_two {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}
.gallery_two_single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.gallery_two_image {
    position: relative;
    overflow: hidden;
}
.gallery_two_image img {
    width: 100%;
    border-radius: 5px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease,
        -webkit-transform 500ms ease;
}
.gallery_two_single:hover .gallery_two_image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.gallery_two_hover_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    z-index: 1;
}
.gallery_two_hover_box:before {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(91, 140, 81, 0.9);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}
.gallery_two_single:hover .gallery_two_hover_box:before {
    top: 0;
}
.gallery_two_icon {
    position: absolute;
    top: -150%;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.gallery_two_single:hover .gallery_two_icon {
    top: 0px;
}
.gallery_two_icon span {
    height: 80px;
    width: 80px;
    background: #ebc126;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    font-size: 22px;
    color: #656a44;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.gallery_two_icon span:hover {
    background: #ffffff;
    color: #16639d;
}

/***
====================================================================
	Banner Four Section
====================================================================
***/
.banner_four_section {
    position: relative;
    z-index: 1;
}
.banner-carousel-four {
    position: relative;
    z-index: 1;
}
.banner-carousel-four .slide-item {
    position: relative;
    display: block;
    background-color: #111111;
    color: #ffffff;
    overflow: hidden;
}
.banner-carousel-four .slide-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #232a21;
    opacity: 0.6;
    z-index: 1;
}
.banner-carousel-four .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.banner-carousel-four .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
}

.banner-carousel-four .content-box {
    position: relative;
    z-index: 11;
}
.banner-carousel-four .content-box .content {
    position: relative;
    padding: 334px 0px 160px;
}
.banner-carousel-four .content-box .inner {
    position: relative;
    display: block;
}
.banner-carousel-four .content-box h1 {
    position: relative;
    display: block;
    margin: 0 0 32px;
    color: #ffffff;
    font-size: 120px;
    line-height: 1.1em;
    font-weight: 400;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.banner-carousel-four .content-box h1 span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    color: var(--thm-black);
    z-index: 1;
}
.banner-carousel-four .content-box h1 span:before {
    position: absolute;
    top: 6px;
    left: 0;
    bottom: 6px;
    right: 0;
    background: #ebc126;
    border-radius: 7px;
    content: "";
    z-index: -1;
}
.banner-carousel-four .active .content-box h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}
.banner-carousel-four .content-box .link-box {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.banner-carousel-four .content-box .link-box a {
    color: var(--thm-black);
    background: #ffffff;
}
.banner-carousel-four .content-box .link-box a:hover {
    background: #ebc126;
}
.banner-carousel-four .active .content-box .link-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner_four_section .owl-dots {
    position: absolute;
    bottom: 50%;
    left: 50%;
    text-align: center;
    transform: translateY(50%) translateX(-50%);
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.banner_four_section .owl-theme .owl-dots .owl-dot {
    position: relative;
    display: block;
    vertical-align: top;
    margin: 4px 0px;
    outline: none;
}
.banner_four_section .owl-theme .owl-dots .owl-dot span {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: none;
}
.banner_four_section .owl-theme .owl-dots .owl-dot.active span {
    background: #ebc126;
}

/***
====================================================================
	Banner Five Section
====================================================================
***/
.banner-section {
    position: relative;
    z-index: 1;
}
.banner_five_bg {
    border-bottom-left-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    z-index: 10;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-carousel.five .slide-item {
    position: relative;
    display: block;
    background-color: #ffffff;
    overflow: hidden;
}
.banner-carousel.five .slide-item:before {
    display: none;
}
.banner-carousel.five .active .slide-item {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.banner-carousel.five .content-box {
    position: relative;
    z-index: 11;
}
.banner-carousel.five .content-box .content {
    position: relative;
    padding: 100px 0px 110px;
}
.banner-carousel.five .content-box .inner {
    position: relative;
    display: block;
}
.banner-carousel.five .content-box .large-title {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 110px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    font-family: var(--heading-font);
}
.banner-carousel.five .content-box .large-title:before {
    position: absolute;
    left: 0px;
    bottom: -43px;
    height: 24px;
    width: 167px;
    background: url(../images/main-slider/slider-5-leafs.png);
    background-repeat: no-repeat;
    content: "";
}

.banner-carousel.five .active .content-box .large-title {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.banner-carousel.five .content-box p {
    position: relative;
    display: block;
    margin: 81px 0 40px;
    color: #878986;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    opacity: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
}
.banner-carousel.five .active .content-box p {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1300ms;
    -moz-transition-delay: 1300ms;
    -ms-transition-delay: 1300ms;
    -o-transition-delay: 1300ms;
    transition-delay: 1300ms;
}

.banner-carousel.five .content-box .link-box {
    position: relative;
    display: block;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.banner-carousel.five .active .content-box .link-box {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -ms-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}

.banner-section.banner-five .owl-dots {
    display: none;
}

.banner-section.banner-five .round_1 {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 2;
    -webkit-animation: planeMove 5s ease-in infinite;
    animation: planeMove 5s ease-in infinite;
}
.banner-section.banner-five .round_2 {
    position: absolute;
    left: 5%;
    bottom: 10px;
    z-index: 2;
    -webkit-animation: planeMove 5s ease-in infinite;
    animation: planeMove 5s ease-in infinite;
}
.banner-section.banner-five .certified_logo {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    -webkit-animation: sunMove 10s linear infinite;
    animation: sunMove 10s linear infinite;
}

@-webkit-keyframes sunMove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes sunMove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    75% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes planeMove {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    75% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes planeMove {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    25% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    75% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes bridMove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes bridMove {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    50% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    75% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.google-map__contact1 {
    width: 100%;
    border: none;
    outline: none;
    display: block;
    height: 560px;
    z-index: 10;
}
.xrr{background:#fff; padding:10px; opacity:0.9;}
.blog-one__content a.gee{
	background:#fff;
	border:2px solid #999;
	padding-top:8px;
	padding-bottom:8px;
	font-size:15px;
	text-transform: uppercase;
    letter-spacing: 0.1em;}
	
.blog-one__content a.gee:hover{
	background:#fff;
	border:2px solid #999;
	padding-top:8px;
	padding-bottom:8px;
	font-size:15px;
	text-transform: uppercase;
    letter-spacing: 0.1em; color:#000;}
.news_detail_one_text{line-height:24px;}
.ingreadient_two_left h4{font-size:28px; color:#444; margin-bottom:20px; font-weight: 600;}
.ingreadient_two_left {border-right:1px solid #ddd8d8;}
.direction_two_right h4{font-size:28px; color:#444; margin-bottom:20px; font-weight: 600;}
.all_products_single p{margin-top:8px; margin-bottom:8px; font-size:16px;}
.all_products_single p span{margin-top:8px; margin-bottom:8px; color:#333; font-size:20px;}
.center {
  text-align:left;
}
.pagination {
  display: inline-block;
  margin-top:10px;
}
.pagination a {
  color: black;
  float: left;
  padding: 4px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}
.pagination a.active {
  background-color: #428ec7;
  color: white;
  border: 1px solid #428ec7;
}
.pagination a:hover:not(.active) {background-color: #ddd;}

.product_detail_text p{line-height:22px;}
.product_detail_text h4{font-size:32px; color:#333;}


#sectionless {
  width: 100%;
 
  word-wrap: break-word;
}
.moretext {
  display: none;
}
.moretextone {
  display: none;
}

.dt{line-height:22px;}
.growing_product_text p{margin-bottom:20px;}
.growing_product_text h4{color:#666; font-weight:700}
.list-unstyled li span{font-size:18px; font-weight:300}
.list-unstyled li strong{font-size:18px;font-weight:700}
.kk p{margin-top:100px;}
.harvest_innovations  h4{color: var(--thm-black);
    font-size: 30px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    text-transform: capitalize;}
	.harvest_innovations  span{color: var(--thm-black);
    font-size: 18px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
    text-transform: capitalize;}
	.formbill{background:#f9f8f7;}
	.jh{height: 54px;
    width: 100%;
    border: none;
    outline: none;
    background: #f5f0e9;
    padding: 0 30px;
    margin-bottom: 30px}
		.jh8{height: 44px;
    width: 100%;
    border: none;
    outline: none;
    background: #f5f0e9;
    padding: 0 30px;
    margin-bottom: 30px}
	
.404error_section {
  padding: 33px 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .404error_section {
    padding: 47px 0 60px;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 767px) {
  .404error_section {
    padding: 42px 0 60px;
    border-top: 1px solid #ededed;
  }
}
/*404 page css end*/
.policy_section {
  padding: 33px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .policy_section {
    padding: 47px 0 10px;
    border-top: 1px solid #ededed;
  }
}
@media only screen and (max-width: 767px) {
  .policy_section {
    padding: 42px 0 10px;
    border-top: 1px solid #ededed;
  }
}
.privacy100 h3{font-weight:700;color:#222}
/*policy_section page css end*/	
.404error_form h1{color:#000; font-weight:700;}
	
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoone8d3.eot?esr9ov');
  src:  url('../fonts/icomoone8d3.eot?esr9ov#iefix') format('embedded-opentype'),
  url('../fonts/icomoone8d3.ttf?esr9ov') format('truetype'),
  url('../fonts/icomoone8d3.woff?esr9ov') format('woff'),
  url('../fonts/icomoone8d3.svg?esr9ov#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-left-arrow:before {
  content: "\e900";
}
.icon-message:before {
  content: "\e901";
}
.icon-phone-call:before {
  content: "\e902";
}
.icon-magnifying-glass:before {
  content: "\e903";
}
.icon-shopping-cart:before {
  content: "\e904";
}
.icon-cart:before {
  content: "\e909";
}
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_horizontal.mCSB_inside>.mCSB_container{margin-right:0;margin-bottom:30px}.mCSB_horizontal.mCSB_outside>.mCSB_container{min-height:100%}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal{width:auto;height:16px;top:auto;right:0;bottom:0;left:0}.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:-26px}.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer{margin:0 20px}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:2px;margin:7px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{width:30px;height:100%;left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:12px;margin:2px auto}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:8px;margin:4px 0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{display:block;position:absolute;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{left:0}.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{right:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{background-image:url();background-repeat:no-repeat;opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:rgba(0,0,0,.85)}.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:rgba(0,0,0,.9)}.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px auto}.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0}.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px}.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px}.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px}.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail{width:4px;background-color:#fff;background-color:rgba(255,255,255,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background-color:#fff;background-color:rgba(255,255,255,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:4px;margin:6px 0}.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px}.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px}.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px}.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px}.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.1)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%}.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto}.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px}.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px}.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,.mCS-rounded.mCSB_scrollTools .mCSB_dragger{height:14px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:14px;margin:0 1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger{width:14px}.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:14px;margin:1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:16px;height:16px;margin:-1px 0}.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:4px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{height:16px;width:16px;margin:0 -1px}.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:4px;margin:6px 0}.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{background-position:0 -72px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -92px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -112px}.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -128px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.15)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px -72px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -92px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -112px}.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail{width:4px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{background-color:transparent;background-position:center}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);background-repeat:repeat-y;opacity:.3;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail{height:4px;margin:6px 0;background-repeat:repeat-x}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px -72px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -92px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -112px}.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -128px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px -72px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -92px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -112px}.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-y;background-image:-moz-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{background-repeat:repeat-x;background-image:-moz-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,.5)),color-stop(100%,rgba(255,255,255,0)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-o-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:-ms-linear-gradient(top,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%)}.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger{height:70px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger{width:70px}.mCS-3d-dark.mCSB_scrollTools,.mCS-3d.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools .mCSB_draggerRail{width:8px;background-color:#000;background-color:rgba(0,0,0,.2);box-shadow:inset 1px 0 1px rgba(0,0,0,.5),inset -1px 0 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:8px;margin:4px 0;box-shadow:inset 0 1px 1px rgba(0,0,0,.5),inset 0 -1px 1px rgba(255,255,255,.2)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:4px auto}.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1);box-shadow:inset 1px 0 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{box-shadow:inset 0 1px 1px rgba(0,0,0,.1)}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=30)";-ms-filter:"alpha(opacity=30)"}.mCS-3d-thick-dark.mCSB_scrollTools,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,.mCS-3d-thick.mCSB_scrollTools,.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical{right:1px}.mCS-3d-thick-dark.mCSB_scrollTools_vertical,.mCS-3d-thick.mCSB_scrollTools_vertical{box-shadow:inset 1px 0 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,.mCS-3d-thick.mCSB_scrollTools_horizontal{bottom:1px;box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.5)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;box-shadow:inset 1px 0 0 rgba(255,255,255,.4);width:12px;margin:2px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4);height:12px;width:auto}.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#555}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{background-color:#000;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-3d-thick-dark.mCSB_scrollTools{box-shadow:inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{box-shadow:inset 0 1px 1px rgba(0,0,0,.1),inset 0 0 14px rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 1px 0 0 rgba(255,255,255,.4),inset -1px 0 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{box-shadow:inset 0 1px 0 rgba(255,255,255,.4),inset 0 -1px 0 rgba(0,0,0,.2)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#777}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{background-color:#fff;background-color:rgba(0,0,0,.05);box-shadow:inset 1px 1px 16px rgba(0,0,0,.1)}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{right:0;margin:12px 0}.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal{bottom:0;margin:0 12px}.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical{left:0;right:auto}.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger{height:50px}.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger{width:50px}.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.2);filter:"alpha(opacity=20)";-ms-filter:"alpha(opacity=20)"}.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.5);filter:"alpha(opacity=50)";-ms-filter:"alpha(opacity=50)"}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail{width:6px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px}.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:6px;margin:5px 0}.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:12px}.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{height:12px;margin:2px 0}.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:12px;background-color:#000;background-color:rgba(0,0,0,.2)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;margin:3px 5px;position:absolute;height:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{height:6px;margin:5px 3px;position:absolute;width:auto;top:0;bottom:0;left:0;right:0}.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail{width:100%;height:12px;margin:2px 0}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px -72px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -92px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -112px}.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.1)}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px -72px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -92px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -112px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -128px}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail{background-color:transparent;border-width:1px;border-style:solid;border-color:#fff;border-color:rgba(255,255,255,.2);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{border-color:#000;border-color:rgba(0,0,0,.2)}.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;background-color:rgba(255,255,255,.6)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.6)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.75)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.85)}.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#000;background-color:rgba(0,0,0,.9)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85)}.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9)}
.rttc{background:#edece9;}	
.rtt{background:#e7f2ff;}	
.block-title5 {font-size:24px; color:#416daf;}
.signup-form {
  max-width: 550px;
  margin: 0 auto;
  background: #f9f8f7;
  padding: 50px;
}
.signup-form h2 {
  color: #373535;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
}
.signup-form .form-group {
  margin-bottom: 20px;
}
.signup-form .form-group input[type=checkbox] {
  width: auto;
}
.yh{background:#efefef;}
.ff{margin-bottom:20px;}