:root { --thm-font: 'ËÎÌå'; --thm-base: #236674; --thm-base-rgb: 255, 255, 255; --thm-primary: #C52C30; --thm-primary-rgb: 252, 60, 60; --thm-black: #332d2b; --thm-black-rgb: 22, 28, 38; --thm-gray: #828892; }

body { font-family: var(--thm-font); color: var(--thm-gray); font-size: 18px; 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 { color: var(--thm-black); margin: 0; }
ul,
li { margin: 0; padding: 0; }
.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: 55px; margin-top: -6px; }
.block-title h4 { font-size: 14px; font-weight: 600; color: var(--thm-primary); text-transform: uppercase; line-height: 24px; letter-spacing: 0.2em; }
.block-title h2 { font-size: 50px; font-weight: 800; text-transform: capitalize; line-height: 66px; }
.block-title p { margin: 0; }

.thm-btn { display: inline-block; vertical-align: middle; border: none; outline: none; background-color: var(--thm-black); font-size: 15px; color: #ffffff; font-weight: 500; padding: 15.5px 25px; border-radius: 4px; text-transform: uppercase; letter-spacing: 0.2em; -webkit-transition: all 0.4s ease; transition: all 0.4s ease; border-top-left-radius: 0; border-bottom-left-radius:0 }

.thm-btn:hover { color: #ffffff; }

.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 { 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 { border: 0; 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 rgba(255, 255, 255, 0.2); }

.bootstrap-select .dropdown-menu > li.selected > a { background: var(--thm-primary); 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: var(--thm-primary); 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: var(--thm-primary); color: #fff; }

.post-pagination a.active { background-color: var(--thm-base); 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: var(--thm-primary); }

.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: var(--thm-primary); }

.preloader { position: fixed; background-color: #fff; background-position: center center; background-repeat: no-repeat; top: 0; left: 0; right: 0; bottom: 0; z-index: 99999999999999999; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; text-align: center; }

.preloader__image { -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: flipInY; animation-name: flipInY; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.scroll-to-top { display: inline-block; width: 45px; height: 45px; background: #C52C30; 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: #c52c30; }

.scroll-to-top:hover i { color: #fff; }

/* 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); }

/*--------------------------------------------------------------
    Site Header Header one wrap
--------------------------------------------------------------*/
.site-header__header-one-wrap { position: absolute; left: 0px; top: 0px; width: 100%; z-index: 999; transition: all 500ms ease; }
.header_top_one { position: relative; display: block; overflow: hidden; background: #11161f; border-bottom: 1px solid rgba(255, 255, 255, 0.05); padding: 3px 0 5px; }
.header_top_one_container { position: relative; display: block; padding: 0 60px; overflow: hidden; }
.header_top_one_inner { position: relative; display: block; }
.header_top_one_inner_left { position: relative; }
.header_social_1 { position: relative; display: block; }
.header_social_1 ul { overflow: hidden; }
.header_social_1 ul li { position: relative; display: block; float: left; line-height: 30px; margin-right: 25px; }
.header_social_1 ul li:last-child { margin-right: 0; }
.header_social_1 ul li a { color: #959ca7; font-size: 13px; font-weight: 600; transition: all 500ms ease; }
.header_social_1 ul li a i { position: relative; display: inline-block; padding-right: 5px; font-weight: 400; }
.header_social_1 ul li a:hover { color: var(--thm-primary); }

.header_top_one_inner_right { position: relative; }
.header_topmenu_1 { position: relative; }
.header_topmenu_1 ul { overflow: hidden; }
.header_topmenu_1 ul li { position: relative; display: block; float: left; line-height: 30px; margin-right: 25px; }
.header_topmenu_1 ul li:last-child { margin-right: 0; }
.header_topmenu_1 ul li a { color: #959ca7; font-size: 13px; font-weight: 600; transition: all 500ms ease; }
.header_topmenu_1 ul li a:hover { color: var(--thm-primary); }
.header_topmenu_1 ul li a i { position: relative; display: inline-block; padding-right: 5px; }

.main-nav__header-one { position: relative; display: block; }
.header-navigation.one.original { position: relative; }
.header-navigation.one.original:before { position: absolute; left: 0; bottom: 0; right: 0; height: 1px; background: #ffffff; opacity: 0.1; content: ""; }

.main-nav__header-one .container-box { position: relative; display: block; padding-left: 60px; padding-right: 60px; }

.main-nav__left { position: relative; display: block; }
.main-nav__search { position: relative; color: var(--thm-black); font-size: 25px; transition: all 500ms ease; }
.main-nav__search:hover { color: var(--thm-base); }
.main-nav__left .side-menu__toggler { position: relative; display: inline-block; margin-left: 30px; font-size: 20px; color: var(--thm-base); }

.main-nav__left_one { position: relative; display: block; width: 15%; }

.logo_one { position: relative; display: block; padding: 14px 0; }
.logo_one a { display: inline-block; }

.main-nav__main-navigation.one { position: relative; width: 65%; display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap; }
.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: 60px; }
.main-nav__main-navigation .main-nav__navigation-box > li { position: relative; padding: 31px 0px 31px; }
.main-nav__main-navigation .main-nav__navigation-box > li > a { position: relative; display: inline-block; padding: 0px 0px; color: #ffffff; font-size: 16px; line-height: 30px; font-weight: 600; text-transform: capitalize; -webkit-transition: all 500ms ease; transition: all 500ms ease; z-index: 1; }
.main-nav__main-navigation .main-nav__navigation-box > li > a:before { position: absolute; top: -35px; left: 0; right: 0; height: 2px; background: #C52C30; 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: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); }

.main-nav__main-navigation .main-nav__navigation-box > li.dropdown > a { padding-right: 15px; }
.main-nav__main-navigation .main-nav__navigation-box > li.dropdown > a:after { position: absolute; top: 2px; right: 0px; content: "\f0da"; font-family: "Font Awesome 5 Free"; line-height: 30px; font-size: 16px; font-weight: 900; transform: rotate(90deg); }

/* 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: 15px; font-weight: 600; 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; }
.main-nav__main-navigation .main-nav__navigation-box > li ul > li:hover > a { color: var(--thm-primary); }

/* 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; }
.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_one { position: relative; display: block; width: 20%; }

.main-nav__right { position: relative; display: block; }
.main-nav__right .icon-search-box { position: relative; display: block; float: right; margin-right: 30px; padding: 35px 0; }
.main-nav__right .icon-search-box a { color: var(--thm-base); font-size: 25px; transition: all 500ms ease; }
.main-nav__right .icon-search-box a:hover { color: var(--thm-primary); }

.main-nav__right .icon_cart_box { position: relative; display: block; float: right; margin-right: 30px; padding: 29px 0; }
.main-nav__right .icon_cart_box a { color: var(--thm-base); font-size: 25px; transition: all 500ms ease; }
.main-nav__right .icon_cart_box a:hover { color: var(--thm-primary); }

.header_btn_1 { position: relative; display: block; float: right; padding: 20px 0; }
.header_btn_1 a { position: relative; display: inline-block; background: var(--thm-primary); padding: 0 30px; color: #ffffff; font-size: 12px; line-height: 55px; font-weight: 600; letter-spacing: 0.2em; border-radius: 4px; text-transform: uppercase; transition: all 500ms ease; }
.header_btn_1 a:hover { background-color: #fff; color: var(--thm-black); }
.header_btn_1 a span:before { position: relative; display: inline-block; padding-right: 7px; }

.header_three_wrap .header_btn_1 a:hover { background-color: var(--thm-black); color: #fff; }

/* stricky Menu Css */
.stricked-menu { position: fixed; top: 0; left: 0; right: 0; z-index: 999999999999; background-color: #11161f; 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; width: 100%; margin: 0 auto; -webkit-transform: translateY(0%); transform: translateY(0%); }

.stricked-menu.stricky-fixed .logo_one { padding: 8px 0; }
.stricked-menu.stricky-fixed
.main-nav__main-navigation
.main-nav__navigation-box > li { position: relative; padding: 23px 0px 23px; }
.stricked-menu.stricky-fixed .header_btn_1 { padding: 12px 0 13px; }
.stricked-menu.stricky-fixed .main-nav__right .icon_cart_box { padding: 21px 0 22px; }
.stricked-menu.stricky-fixed .main-nav__right .icon-search-box { padding: 27px 0 28px; }

/*--------------------------------------------------------------
# Site Header Header Two Wrap
--------------------------------------------------------------*/
.site_header__header_two_wrap { position: relative; display: block; background: #ffffff; left: 0px; top: 0px; width: 100%; z-index: 999999; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; }

.header_top_two { position: relative; display: block; overflow: hidden; }
.header_top_two:before { position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: #dee2e8; content: ""; }
.header_top_two_inner { position: relative; display: block; }
.header_top_two_inner_left { position: relative; }

.header_contact_1 { position: relative; display: block; }
.header_contact_1 ul { overflow: hidden; }
.header_contact_1 ul li { position: relative; display: block; float: left; line-height: 30px; margin-right: 21px; padding: 4px 0; }
.header_contact_1 ul li:last-child { margin-right: 0; }
.header_contact_1 ul li a { color: #828892; font-size: 13px; font-weight: 600; transition: all 500ms ease; }
.header_contact_1 ul li a i { position: relative; display: inline-block; padding-right: 7px; font-weight: 900; }
.header_contact_1 ul li a:hover { color: var(--thm-primary); }

.header_top_two_inner_right { position: relative; }

.header_social_2 { position: relative; display: block; float: left; }
.header_social_2 ul { overflow: hidden; }
.header_social_2 ul li { position: relative; display: block; float: left; line-height: 30px; margin-right: 25px; padding: 4px 0; }
.header_social_2 ul li:last-child { margin-right: 0; }
.header_social_2 ul li a { color: #959ca7; font-size: 13px; font-weight: 600; transition: all 500ms ease; }
.header_social_2 ul li a i { position: relative; display: inline-block; padding-right: 5px; font-weight: 400; }
.header_social_2 ul li a:hover { color: var(--thm-primary); }

.header_btn_1.btn_2 { float: right; padding: 0; margin-left: 25px; }
.header_btn_1.btn_2 a { line-height: 40px; border-radius: 0; }
.header_btn_1.btn_2 a:hover { background-color: var(--thm-black); color: #fff; }

.main-nav__header-two { position: relative; display: block; }
.main-nav__header-two-content { position: relative; display: block; }
.main-nav__main-navigation.two { margin-left: 80px; }
.main-nav__main-navigation.two .main-nav__navigation-box > li + li { margin-left: 40px; }
.main-nav__main-navigation.two .main-nav__navigation-box > li { }
.main-nav__main-navigation.two .main-nav__navigation-box > li > a { color: #332C2B; }
.main-nav__main-navigation.two .main-nav__navigation-box > li:hover > a,
.main-nav__main-navigation.two .main-nav__navigation-box > li.current > a,
.main-nav__main-navigation.two
.main-nav__navigation-box > li.current-menu-item > a { color: #161c26; }
.main-nav__main-navigation.two .main-nav__navigation-box > li.current > a { color: #C52C30 }

.main-nav__right-two { position: relative; display: block; }
.main-nav__right-two { display: flex; height: 96px; justify-content: center; flex-flow: column; }
.main-nav__right-two .icon_cart_box { padding: 0 }

.main-nav__right-two .icon-search-box { position: relative; display: block; float: right; margin-right: 30px; padding: 35.5px 0; }
.main-nav__right-two .icon-search-box a { color: #161c26; font-size: 25px; transition: all 500ms ease; }
.main-nav__right-two .icon-search-box a:hover { color: var(--thm-primary); }

.main-nav__right-two .icon_cart_box { position: relative; display: block; float: right; margin-right: 30px; padding: 0 0; }
.main-nav__right-two .icon_cart_box a { color: #161c26; font-size: 20px; transition: all 500ms ease; }
.main-nav__right-two .icon_cart_box a:hover { color: var(--thm-primary); }
.main-nav__right-two .icon_heart_box { position: relative; display: block; float: right; margin-right: 30px; padding: 29.5px 0; }
.main-nav__right-two .icon_heart_box a { color: #161c26; font-size: 25px; transition: all 500ms ease; }
.main-nav__right-two .icon_heart_box a:hover { color: var(--thm-primary); }
.main-nav__header-two .stricked-menu.stricky-fixed { opacity: 1; max-width: 100%; width: 100%; margin: 0 auto; background: #ffffff; -webkit-transform: translateY(0%); transform: translateY(0%); }
.stricked-menu.stricky-fixed .main-nav__right-two .icon_cart_box { /* padding: 21px 0 22px; */ }
.stricked-menu.stricky-fixed .main-nav__right-two .icon-search-box { padding: 27px 0 28px; }
.stricked-menu.stricky-fixed .main-nav__right-two .icon_heart_box { padding: 24px 0 19px; }

.header_three_wrap { }
.header-navigation.three.original { position: relative; }
.main-nav__main-navigation.three { position: relative; width: 65%; display: flex; flex-direction: row; align-items: center; justify-content: center; flex-wrap: wrap; }
.main-nav__main-navigation.three .main-nav__navigation-box > li + li { margin-left: 50px; }
.main-nav__main-navigation.three .main-nav__navigation-box > li { }
.main-nav__main-navigation.three .main-nav__navigation-box > li > a { color: #828892; }
.main-nav__main-navigation.three .main-nav__navigation-box > li:hover > a,
.main-nav__main-navigation.three .main-nav__navigation-box > li.current > a,
.main-nav__main-navigation.three
.main-nav__navigation-box > li.current-menu-item > a { color: #161c26; }
.main-nav__right.three .icon-search-box a { color: #161c26; transition: all 500ms ease; }
.main-nav__right.three .icon-search-box a:hover { color: var(--thm-primary); }
.main-nav__right.three .icon_cart_box a { color: #161c26; transition: all 500ms ease; }
.main-nav__right.three .icon_cart_box a:hover { color: var(--thm-primary); }

@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; }
}
/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 9999999999999; -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: #000000; position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.8; z-index: 999; }
.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: #161c26; 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: #ffffff; 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: #cfd0d2; font-size: 14px; letter-spacing: 0.2em; font-weight: 600; 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: #ffffff; }
.mobile-nav__container li.current-menu-item > a,
.mobile-nav__container li.current > a { color: #ffffff; }

.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: var(--thm-black); 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: var(--thm-primary); 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: #cfd0d2; letter-spacing: 0.2em; }
.side-menu__content p + p { margin-top: 30px; }
.side-menu__content p a { color: #cfd0d2; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.side-menu__content p a:hover { color: #cfd0d2; }

.side-menu__sep { width: calc(100% - 200px); margin-left: auto; margin-right: auto; height: 1px; background-color: #fff; margin-top: 70px; margin-bottom: 70px; opacity: 0.3; }
.side-menu__text p { font-size: 14px; line-height: 30px; font-weight: 500; color: #9ca3a9; margin: 0; margin-bottom: 25px; letter-spacing: 0; }
.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: var(--thm-primary); }
.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; }
}

/***
====================================================================
	Banner Section
====================================================================
***/
.banner-one { position: relative; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; background-position: left center; z-index: 1; overflow: hidden; background-color: var(--thm-black); }
.banner-one .banner-bg-slide { width: 100%; height: 100% !important; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.banner-one .container { position: relative; }

.content-box { position: relative; display: block; text-align: center; }
.content-box .top-title { }
.content-box .top-title .sub-title { position: relative; display: inline-block; font-size: 80px; line-height: 30px; color: var(--thm-primary); font-weight: 400; margin: 0; z-index: 1; font-family: "Sacramento", cursive; }
.content-box .top-title h1 { position: relative; display: block; font-size: 60px; line-height: 60px; color:#fff; font-weight: 800; text-transform: uppercase; margin-bottom: 26px; text-shadow: 0 0 26px #717171; letter-spacing: 6px; }

.content-box .top-title p {color:#fff; font-size: 20px; line-height: 30px; display: block; margin: 0; text-shadow: 0 0 26px #717171; margin-bottom: 74px; }



.select_one
.input_box
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { height: 65px; }
.select_one .input_box .bootstrap-select > .dropdown-toggle { width: 100%; height: 65px; line-height: 65px; border: 0px solid #f5f0e9; padding: 0 30px; outline: none; border-radius: 4px; background: #ffffff; color: var(--thm-gray); font-size: 16px; font-weight: 500; }
.input_box.banner_one_select_one .bootstrap-select > .dropdown-toggle { border-radius: 0; }
.input_box.banner_one_select_two .bootstrap-select > .dropdown-toggle { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.banner_one_form .banner_one_form_btn { width:auto;display:inline-block;float:right; }
.banner_one_form .banner_one_form_btn button { background-color: var(--thm-primary); transition: all 500ms ease; }
.banner_one_form .banner_one_form_btn button:hover { color:#fff; }
.banner_one_form .banner_one_form_btn button span { padding-right: 7px; }

.banner_one_bottom { position: relative; display: block; width: 100%; float: left; text-align: center; padding-top: 171px; }
.banner_one_bottom p { font-size: 40px; color: var(--thm-base); font-weight: 400; line-height: 50px; margin: 0; font-family: "Sacramento", cursive; }

/*--------------------------------------------------------------
# Banner Two
--------------------------------------------------------------*/
.banner-two { position: relative; display: block;height:742px; background-color: #11161f; }
.product-tab-box { position: relative; display: block; margin: 0 auto; }
.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: 40px; }
.product-tab-box .tab-btns .tab-btn:last-child { margin-right: 0; }
.product-tab-box .tab-btns .tab-btn span { position: relative; display: block; margin: 0; color: var(--thm-base); font-size: 18px; font-weight: 800; transition: all 500ms ease; cursor: pointer; text-align: center; text-transform: capitalize; }
.product-tab-box .tab-btns .tab-btn span:before { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; content: ""; background: var(--thm-primary); opacity: 0; transition: all 500ms ease; }
.product-tab-box .tab-btns .tab-btn.active-btn span:before,
.product-tab-box .tab-btns .tab-btn:hover span { color: var(--thm-primary); opacity: 1; }

.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; }

.banner-two .content-box .top-title { margin-bottom: 42px; }
.banner-two .banner_one_form { margin-top: 20px;max-width:736px; }
 
/*--------------------------------------------------------------
# Popular Places
--------------------------------------------------------------*/
.popular_places { position: relative; display: block; padding: 120px 0 110px; }
.popular_places .container-fullwidth { position: static; max-width: 1600px; padding: 0px 15px; margin: 0 auto; }

.popular_places .block-title { margin-bottom: 52px; }
.popular_places_single { position: relative; display: block; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.popular_places_image { position: relative; display: block; width: 100%; }
.popular_places_image img { border-radius: 4px; }
 
.popular_places_text { position: absolute; bottom: 45px; left: 50%; text-align: center; transform: translateX(-50%) rotate(0); -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.popular_places_text p { font-size: 34px; color: var(--thm-primary); margin: 0; font-family: "Sacramento", cursive; }
.popular_places_text h3 { font-size: 44px; color: var(--thm-base); font-weight: 800; line-height: 44px; }
.popular_places_hover { background: #ffffff; text-align: center; padding: 51px 0 45px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; position: absolute; bottom: 0; left: 0; right: 0; transform: scaleX(0); -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.popular_places_hover p { font-size: 34px; color: var(--thm-primary); margin: 0; font-family: "Sacramento", cursive; }
.popular_places_hover h3 { font-size: 44px; color: var(--thm-black); font-weight: 800; line-height: 44px; }
.popular_places_single:hover .popular_places_text { transform: rotate(90deg); }
.popular_places_single:hover .popular_places_hover { transform: scaleX(1); }
.popular_places_hover_circle { position: absolute; bottom: 150px; right: 50px; height: 45px; width: 45px; background: var(--thm-primary); border-radius: 50%; text-align: center; display: flex; align-items: center; justify-content: center; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.popular_places_hover_circle a { color: var(--thm-base); }
.popular_places_hover_circle:hover { background: var(--thm-black); }

.popular_places_carousel.owl-carousel .owl-stage-outer { padding-top: 17px; }
.popular_places_carousel.owl-carousel .owl-dots { margin-top: 51px !important; }
.popular_places_carousel.owl-carousel .owl-dots .owl-dot { position: relative; display: inline-block; width: 9px; height: 9px; background: #d0d2d4; border: none; margin: 0px 4px; padding: 0px; border-radius: 50%; transition: all 100ms linear; transition-delay: 0.1s; }
.popular_places_carousel.owl-carousel .owl-dots .owl-dot:before { position: absolute; top: -2.5px; left: -2.5px; right: -2.5px; bottom: -2.5px; background: var(--thm-primary); content: ""; border-radius: 50%; opacity: 0; transition: all 100ms linear; transition-delay: 0.1s; }
.popular_places_carousel.owl-carousel .owl-dot.active:before { opacity: 1; }
.popular_places_carousel.owl-carousel .owl-dots .owl-dot span { display: none; }

/*--------------------------------------------------------------
# Food Lovers
--------------------------------------------------------------*/
.food_lovers { position: relative; display: block; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: center center; padding: 120px 0 225px; }
.food_lovers:before { position: absolute; height: 100%; width: 100%; top: 1px; left: 0; bottom: 0; content: ""; background: rgba(17, 22, 31, 0.7); }
.food_lover_inner_shape-1 { position: absolute; top: 0; left: calc(50% - 262.5px); background-repeat: no-repeat; width: 525px; animation: ImgBounce2 5s linear 0s infinite alternate; height: 382px; background-position: center center; }

/*--------------------------------------------------------------
# Counter One
--------------------------------------------------------------*/
.counter_one { position: relative; display: block; min-height: 220px; }
.counter_one_shape { position: absolute; top: 0; left: 0; background-repeat: no-repeat; background-position: top left; width: 383px; height: 583px; z-index: 100; }
.counter_one_content { position: relative; display: block; }
.counter_one_content:before { position: absolute; top: 0; left: -50000px; border-top-right-radius: 4px; right: 0; height: 10px; background: var(--thm-primary); content: ""; z-index: 100; }





 
 

@-webkit-keyframes bgSlide {
    0% { background-position: 0 0; }
    20% { background-position: -40px 0; }
    40% { background-position: -80px 0; }
    60% { background-position: -120px 0; }
    80% { background-position: -40px 0; }
    100% { background-position: 0px 0; }
}

@keyframes bgSlide {
    0% { background-position: 0 0; }
    20% { background-position: -100px 0; }
    40% { background-position: -200px 0; }
    60% { background-position: -150px 0; }
    80% { background-position: -100px 0; }
    100% { background-position: 0px 0; }
}

 
.thm-btn:hover { background: var(--thm-base); color: var(--thm-black); }
 
  

@keyframes service_hexagon_2 {
    0% { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); }
    100% { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }
}

.rotate-me { animation-name: rotateme; animation-duration: 24s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: rotateme; -webkit-animation-duration: 24s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: rotateme; -moz-animation-duration: 24s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: rotateme; -ms-animation-duration: 24s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: rotateme; -o-animation-duration: 24s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; }

@keyframes rotateme {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@-webkit-keyframes rotateme {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-moz-keyframes rotateme {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}

@-o-keyframes rotateme {
    from { -o-transform: rotate(0deg); }
    to { -o-transform: rotate(360deg); }
}

 

.four_boxes { position: relative; display: block; padding: 60px 0 116px; }

.four_boxes_single { position: relative; display: block; text-align: center; background-color: var(--thm-base); padding: 48px 60px 39px; overflow: hidden; -webkit-transition: all 500ms ease; transition: all 500ms ease; border-radius: 4px; }
.four_boxes_icon span { font-size: 63px; color: var(--thm-primary); -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.four_boxes_single h3 { font-size: 22px; font-weight: 600; line-height: 32px; margin-bottom: 28px; margin-top: 18px; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.four_boxes_single p { font-size: 16px; margin: 0; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.four_boxes_shape { position: absolute; height: 250px; width: 250px; background: rgba(22, 28, 38, 0); border-radius: 50%; bottom: -60px; right: -78px; -webkit-transition: all 1500ms ease; transition: all 1500ms ease; }
.four_boxes_single:hover { background: var(--thm-primary); }
.four_boxes_single:hover .four_boxes_icon span { color: var(--thm-base); }
.four_boxes_single:hover h3 { color: var(--thm-base); }
.four_boxes_single:hover p { color: var(--thm-base); }
.four_boxes_single:hover .four_boxes_shape { background: rgba(22, 28, 38, 0.1); }
.four_boxes_bottom { text-align: center; border-top: 1px solid #dee2e8; margin-top: 60px; padding-top: 40px; }
.four_boxes_bottom p { font-size: 20px; margin: 0; }
.four_boxes_bottom a { color: var(--thm-primary); transition: all 500ms ease; }
.four_boxes_bottom a:hover { color: var(--thm-black); }
 
 
.site-footer { position: relative; display: block; background: var(--thm-black); padding: 120px 0 120px; overflow: hidden; }
.site_footer_shape-1 { position: absolute; top: 0; left: 0; width: 432px; height: 385px; background-repeat: no-repeat; background-position: top left; -webkit-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: bounce; animation-name: bounce; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-duration: 5s; animation-duration: 5s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

.site_footer_map { position: absolute; top: 0; right: 0; width: 551px; height: 458px; background-repeat: no-repeat; background-position: top right; opacity: 0.04; }
.footer-widget__about { margin-right: 70px; }
.footer-widget__logo { }
.footer-widget__logo img { }
.footer-widget_about_text { padding-top: 28px; border-bottom: 1px solid rgba(239, 240, 241, 0.1); padding-bottom: 29px; margin-bottom: 40px; }
.footer-widget_about_text p { font-size: 16px; color: #cfd0d2; margin: 0; }
.footer_contact_info { display: flex; align-items: center; }
.footer_contact_icon span { font-size: 45px; color: var(--thm-primary); position: relative; top: 4px; }
.footer_contact_number { margin-left: 20px; }
.footer_contact_number p { font-size: 14px; color: #959ca7; font-weight: 400; letter-spacing: 0.2em; text-transform: uppercase; margin: 0; line-height: 25px; }
.footer_contact_number h4 { font-size: 20px; font-weight: 600; line-height: 30px; }
.footer_contact_number h4 a { color: var(--thm-base); transition: all 500ms ease; }
.footer_contact_number h4 a:hover { color: var(--thm-primary); }
.footer-widget__title { padding-bottom: 20px; }
.footer-widget__title h3 { font-size: 20px; color:#fff; font-weight: 800; line-height: 30px; }

.footer-widget__explore { }
.footer-widget__explore-list { }
.footer-widget__explore-list li + li { margin-top: 4px; }
.footer-widget__explore-list li a { position: relative; color:#cfd0d2; font-size: 16px; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.footer-widget__explore-list li a:hover { padding-left: 11px; color: #C52C30; }
.footer-widget__explore-list li a::before { content: "\f0da"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-41%); transform: translateY(-41%); font-size: 12px; color: var(--thm-primary); opacity: 0; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.footer-widget__explore-list li a:hover::before { opacity: 1; }

 
.footer-widget__newsletter { }
.footer-widget_newsletter_address { padding-bottom: 24px; }
.footer-widget_newsletter_address li { font-size: 16px; color: #959ca7; }
.footer-widget_newsletter_address li a { color: #959ca7; }
.footer_input-box input[type="Email"] { font-size: 16px; color: #828892; height: 65px; width: 100%; background: var(--thm-base); border: none; padding: 0 30px; border-radius: 4px; text-align: center; }
.footer_input-box .button { height: 65px; width: 100%; border: none; background: var(--thm-primary); border-radius: 4px; margin-top: 10px; color: var(--thm-base); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.2em; text-align: center; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.footer_input-box .button i { padding-right: 10px; }
.footer_input-box .button:hover { background: #fff; color: var(--thm-black); }
.footer_input-box input[type="email"]:focus { outline: none; }
.footer_input-box input[type="email"]::-webkit-input-placeholder { color: #828892; }
.footer_input-box input[type="email"]:-moz-placeholder { color: #828892; }
.footer_input-box input[type="email"]::-moz-placeholder { color: #828892; }
.footer_input-box input[type="email"]:-ms-input-placeholder { color: #828892; }

/*--------------------------------------------------------------
# Site Footer Bottom
--------------------------------------------------------------*/
.site-footer_bottom { position: relative; display: block; background: #11161f; border-top: 1px solid rgba(239, 240, 241, 0.1); padding: 27.5px 0; }
.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 { }

.site-footer_bottom_copyright p, .site-footer_bottom_copyright p a { font-size: 16px; color: #959ca7; margin: 0; }
.site-footer_bottom_copyright a { color: #b4b8c3; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.site-footer_bottom_copyright a:hover { color: var(--thm-primary); }

/*--------------------------------------------------------------
# Explore Categories
--------------------------------------------------------------*/
.explore_categories { position: relative; display: block; padding: 120px 0 90px; }
.explore_categories .container-full-width { position: relative; display: block; padding: 0 60px; }
.explore_categories_single { position: relative; display: block; margin-bottom: 30px; }
.explore_categories_image { position: relative; display: block; }
.explore_categories_image img { width: 100%; border-top-left-radius: 4px; border-top-right-radius: 4px; }
.explore_categories_content { position: relative; display: block; text-align: center; background: #f0f3f6; padding: 22.5px 0; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.explore_categories_content::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: calc(100% - 0px); background: #f0f3f6; z-index: 10; transition: all 500ms ease; }
.explore_categories_single:hover .explore_categories_content::after { background-color: #fff; }

.explore_categories_content:before { position: absolute; bottom: -3px; left: 0; right: 0; width: 0; height: 5px; background: var(--thm-primary); content: ""; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; -webkit-transition: all 500ms ease; transition: all 500ms ease; z-index: 9; }
.explore_categories_single:hover .explore_categories_content { background: var(--thm-base); box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); }
.explore_categories_single:hover .explore_categories_content:before { width: 100%; }
.explore_categories_content h3 { font-size: 20px; font-weight: 600; line-height: 30px; position: relative; z-index: 11; }
.explore_categories_content p { font-size: 14px; font-weight: 600; margin: 0; line-height: 30px; position: relative; z-index: 11; }
.explore_categories_arrow { position: absolute; top: -23px; right: 30px; height: 45px; width: 45px; background: var(--thm-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--thm-base); transform: scale(0); -webkit-transition: all 500ms ease; transition: all 500ms ease; z-index: 11; }
.explore_categories_arrow:hover { background: var(--thm-black); color: #fff; }
.explore_categories_single:hover .explore_categories_arrow { transform: scale(1); }
.explore_categories_arrow span { }

 
 
/*--------------------------------------------------------------
# Discover Local
--------------------------------------------------------------*/
.discover_local { position: relative; display: block; background-size: cover; background-repeat: no-repeat; background-position: center center; background-attachment: fixed; z-index: 1; }
.discover_local:before { position: absolute; top: 0; left: 0; height: 100%; width: 100%; content: ""; background: rgba(17, 22, 31, 0.7); z-index: -1; }


 
 
/*--------------------------------------------------------------
# Two Boxes
--------------------------------------------------------------*/
.two_boxes { position: relative; display: block; padding: 120px 0 120px; }
.box_one { position: relative; display: block; }
.box_one_img { position: relative; display: block; overflow: hidden; background-color: var(--thm-black); border-radius: 4px; }
.box_one_img:before { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: rgba(22, 28, 38, 0.3); content: ""; }
.box_one_img img { width: 100%; border-radius: 4px; transform: scale(1); overflow: hidden; opacity: 1; transition: transform 500ms ease, opacity 500ms ease; }
.box_one:hover .box_one_img img { transform: scale(1.05); opacity: 0.5; }
.box_one_text { position: absolute; top: 60px; left: 50%; text-align: center; right: 0; transform: translateX(-50%); height: 100%; width: 100%; }
.box_one_text p { font-size: 34px; color: var(--thm-base); margin: 0; font-family: "Sacramento", cursive; }
.box_one_text h2 { font-size: 44px; color: var(--thm-base); line-height: 50px; font-weight: 800; text-transform: uppercase; }
.box_one_btn { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.box_one_btn a { color: var(--thm-base); font-size: 14px; background: var(--thm-primary); padding: 4px 30px; display: inline-block; font-weight: 600; border-top-left-radius: 4px; border-top-right-radius: 4px; transition: all 500ms ease; }
.box_one_btn a:hover { background-color: #fff; color: var(--thm-black); }

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog_one.two { padding-top: 0; }
/*--------------------------------------------------------------
# Download
--------------------------------------------------------------*/
.download { }





/*--------------------------------------------------------------
# Four Boxes Two
--------------------------------------------------------------*/
.four_boxes-two { position: relative; display: block; padding: 120px 0 90px; }
.four_boxes_tow_map_bg { position: absolute; top: -38px; left: 0; width: 644px; height: 520px; opacity: 0.05; }
.four_boxes-two_single { position: relative; display: block; margin-bottom: 30px; }
.four_boxes-two_image { position: relative; display: block; }
.four_boxes-two_image:before { position: absolute; top: 0; left: 0; height: 100%; width: 100%; content: ""; background: rgba(22, 28, 38, 0.3); border-radius: 4px; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.four_boxes-two_single:hover .four_boxes-two_image:before { background: rgba(22, 28, 38, 0.7); }
.four_boxes-two_image img { width: 100%; border-radius: 4px; }
.four_boxes-two_content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; transform: scale(1); -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.four_boxes-two_single:hover .four_boxes-two_content { transform: scale(0); }
.four_boxes-two_content h3 { font-size: 34px; color: var(--thm-base); line-height: 44px; font-weight: 800; }
.four_boxes_two_hover_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; transform: scaleX(0); -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.four_boxes-two_single:hover .four_boxes_two_hover_content { transform: scaleX(1); }
.four_boxes_two_hover_content p { color: var(--thm-base); font-size: 18px; margin: 0; font-weight: 600; line-height: 29px; }
.four_boxes_two_hover_content_btn { margin-top: 9px; }
.four_boxes_two_hover_content_btn a { font-size: 12px; color: var(--thm-base); font-weight: 600; background: var(--thm-primary); display: inline-block; padding: 0 20px; line-height: 32px; border-radius: 4px; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.four_boxes_two_hover_content_btn a:hover { background-color: #fff; color: var(--thm-black); }

/*--------------------------------------------------------------
# Four Boxes Two
--------------------------------------------------------------*/
.food_lovers_two { position: relative; display: block; background-repeat: no-repeat; background-size: cover; background-position: center center; padding: 118px 0 120px; background-attachment: fixed; }
.food_lovers_two:before { position: absolute; top: 0; left: 0; height: 100%; width: 100%; content: ""; background: rgba(17, 22, 31, 0.7); }
.food_lovers_two_btn { margin-top: 46px; }
.food_lovers_two_btn .thm-btn { background: var(--thm-primary); }
.food_lovers_two_btn .thm-btn:hover { background-color: #fff; color: var(--thm-black); }
.food_lovers_two_btn .thm-btn span { padding-right: 8px; }
 
/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why_choose { position: relative; display: block; background: #f0f3f6; padding: 120px 0 120px; }
.why_choose_shape-1 { position: absolute; top: 0; right: 0; background-repeat: no-repeat; background-position: top right; width: 579px; height: 650px; }





.why_choose_search { height: 125px; width: 125px; background: var(--thm-primary); border-radius: 50%; color: var(--thm-base); font-size: 50px; display: flex; align-items: center; justify-content: center; position: absolute; left: 125px; top: 136px; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.why_choose_search:hover { background: var(--thm-black); }
.why_choose_search i { position: relative; transform: rotate(90deg); }


.why_choose_right_text { margin-bottom: 42px; }
.why_choose_right_text p { color: var(--thm-primary); font-weight: 600; margin: 0; }
.why_choose_right_bottom_text { }
.why_choose_right_bottom_text_single { }
.why_choose_right_bottom_text_single + .why_choose_right_bottom_text_single { margin-top: 42px; }
.why_choose_right_bottom_text_single .title { }
.why_choose_right_bottom_text_single .title h4 { font-size: 20px; font-weight: 600; line-height: 30px; margin-bottom: 5px; }
.why_choose_right_bottom_text_single .title h4 i { font-size: 15px; color: var(--thm-primary); padding-right: 10px; }
.why_choose_right_bottom_text_single .title p { margin: 0; }
.why_choose_btn .thm-btn { margin-top: 50px; }
.why_choose_btn .thm-btn { background: var(--thm-primary); }
.why_choose_btn .thm-btn:hover { background: var(--thm-black); }

/*--------------------------------------------------------------
# Two Section
--------------------------------------------------------------*/
.two_section { position: relative; display: block; overflow: hidden; }
.two_section .container-full-width { }
.two_section .container-full-width .row { }
.two_section .container-full-width .col-xl-6 { padding: 0; }
 
 
/*--------------------------------------------------------------
#  Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    overflow: hidden;
    padding: 160px 0 140px;
    background-color: #7b9499;
    background-repeat: no-repeat; background-attachment: scroll; background-position: center center; 
    background-size: cover;
/*    background: linear-gradient(-180deg, #7b9499, #b68256);*/
}


.page-header .container { position: relative; text-align: center; }
.page-header h2 { color: #ffffff; font-size: 50px; font-weight: 800; margin: 0; line-height: 60px; text-transform: uppercase; margin-bottom: 10px; }
.thm-breadcrumb { display: flex; justify-content: center; align-items: center; }
.thm-breadcrumb li + li { }
.thm-breadcrumb li { position: relative; display: flex; align-items: center; }
.thm-breadcrumb li:not(:last-of-type):after { height: 2px; width: 9px; content: ""; background: #fff; opacity: 0.7; margin-left: 10px; margin-right: 10px; position: relative; top: 2px; }
.thm-breadcrumb li:last-child:before { display: none; }
.thm-breadcrumb li a,
.thm-breadcrumb li span { font-size: 20px; color: #ffffff; font-weight: 500; display: inline-block; line-height: 30px; opacity: 0.7; }

.blog_one.two.blog-page { padding-top: 120px; padding-bottom: 90px; }
.blog_one.two.blog-page .blog_one_single { margin-bottom: 30px; }

/*--------------------------------------------------------------
#  Page Header
--------------------------------------------------------------*/
.bdframe { position: relative; display: block; padding: 120px 0 120px; }
.bdframe_left { }
.bd_frame_image_box { position: relative; display: block; }
.bd_frame_image_box img { width: 100%; border-radius: 4px; }
.bd_frame__content { position: relative; display: block; padding: 18px 30px 0px; top: -70px; background:#fff; margin-right: 30px; }
.bd_frame__meta { margin: 0; display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; }
.bd_frame__meta li { }
.bd_frame__meta li + li { margin-left: 15px; }
.bd_frame__meta li a { font-size: 14px; color: var(--thm-gray); }
.bd_frame__meta li a i { color: var(--thm-primary); padding-right: 3px; }
.bdframe_title { }
.bdframe_title h3 { font-size: 30px; font-weight: 600; line-height: 40px; margin-top: 10px; margin-bottom: 30px; }
.bdframe_title h3 a { color: var(--thm-black); }
.bdframe_text { }
.bdframe_text_1 { }
.bdframe_text_2 { padding: 22px 0 22px; }
.bdframe_text_3 { margin: 0; }
.bdframe_date { height: 70px; width: 70px; background: var(--thm-primary); padding-top: 15px; position: absolute; top: 0; right: 0; border-top-right-radius: 4px; border-bottom-left-radius: 4px; }
.bdframe_date p { font-size: 16px; margin: 0; font-weight: 800; color: #fff; line-height: 20px; text-align: center; }

.bdframe__bottom { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: justify; justify-content: space-between; flex-wrap: wrap; border-top: 1px solid #dee2e8; padding: 30px 0 30px; }
.bdframe__bottom p { margin: 0; padding-bottom: 6px; }

.bdframe__tags span { color: var(--thm-black); font-size: 20px; margin: 0; }
.bdframe__tags a { font-size: 16px; color: var(--thm-gray); }
.bdframe__social-list { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; }
.bdframe__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: 40px; height: 40px; background-color: #f0f3f6; color: var(--thm-black); font-size: 14px; border-radius: 50%; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.bdframe__social-list a + a { margin-left: 10px; }

.bdframe__social-list a:hover { color: #ffffff; background-color: var(--thm-primary); }


@media (max-width: 991px) {
    .page-header { padding: 80px 0 70px; }
    .blog_one.two.blog-page { padding-top: 50px; padding-bottom: 50px; }
    .site-footer { padding: 40px 0 40px; }
}

 
/*--------------------------------------------------------------
# Story
--------------------------------------------------------------*/
.story { position: relative; display: block; padding: 120px 0 110px; }

/*--------------------------------------------------------------
# Discover Local Two
--------------------------------------------------------------*/
.discover_local.two { position: relative; display: block; }

.discover_local_two_btn { margin-top: 46px; }
.discover_local_two_btn .thm-btn { background: var(--thm-primary); }
.discover_local_two_btn .thm-btn:hover { background: var(--thm-black); }
.discover_local_two_btn .thm-btn span { padding-right: 8px; }

.about_one { position: relative; display: block; padding: 120px 0 120px; }
.about_one_image { position: relative; display: block; }
.about_one_image img { width: 100%; }


/*--------------------------------------------------------------
# Counter Two
--------------------------------------------------------------*/
.counter_two { position: relative; display: block; margin-bottom: -120px; z-index: 2; }
.counter_two_content { position: relative; display: block; border-radius: 4px; background-color: rgb(255, 255, 255); box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.05); padding-bottom: 120px; }
.counter_two_content:before { position: absolute; top: 0; left: 0; right: 0; height: 10px; background: var(--thm-primary); content: ""; z-index: 2; border-top-left-radius: 4px; border-top-right-radius: 4px; }






/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team_one { position: relative; display: block; padding: 120px 0 90px; }
.team_one_single { position: relative; display: block; margin-bottom: 30px; }
.team_one_image { position: relative; display: block; }
.team_one_image img { width: 100%; border-radius: 4px; }
.team_one_content { position: relative; border-radius: 4px; background-color: transparent; box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0); display: block; text-align: center; padding: 22px 0 30px; margin-left: 15px; margin-right: 15px; margin-top: -45px; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.team_one_content * { position: relative; z-index: 10; }
.team_one_single:hover .team_one_content { background-color: var(--thm-primary); box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07); }
.team_one_content:before { position: absolute; top: 0; left: 0; right: 0; height: calc(100% - 2px); content: ""; background: #fff; border-radius: 4px; width: 100%; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.team_one_single:hover .team_one_content:before { width: 100%; }
.team_member_info { }
.team_member_info h3 { font-size: 20px; font-weight: 600; line-height: 30px; }
.team_member_info p { font-size: 16px; font-weight: 600; margin: 0; line-height: 22px; }
.team_one_social { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; justify-content: center; margin-top: 15px; transform: scaleX(0); -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.team_one_single:hover .team_one_social { transform: scaleX(1); }
.team_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: 40px; height: 40px; background-color: #f0f3f6; color: var(--thm-black); font-size: 15px; border-radius: 50%; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.team_one_social a + a { margin-left: 10px; }
.team_one_social a:hover { background: var(--thm-primary); color: var(--thm-base); }
 
.four_boxes.three { padding-top: 120px; }

/*--------------------------------------------------------------
# Contact Details
--------------------------------------------------------------*/
.contact_details { position: relative; display: block; padding: 120px 0 40px; padding-top: 170px; }
.contact_details_single { position: relative; display: block; border-radius: 4px; background-color: rgb(255, 255, 255); box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, 0.07); margin-bottom: 80px; }
.contact_details_single::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-color: #fff; z-index: 10; }
.contact_details_single:before { position: absolute; bottom: -3px; left: 0; right: 0; z-index: 9; content: ""; background: var(--thm-primary); width: 0%; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; height: 5px; -webkit-transition: all 500ms ease; transition: all 500ms ease; z-index: 2; }
.contact_details_single:hover:before { width: 100%; }
.contact_details_icon { height: 100px; width: 100px; color: var(--thm-base); font-size: 64px; background: var(--thm-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; top: -50px; left: 50%; transform: translateX(-50%); -webkit-transition: all 500ms ease; transition: all 500ms ease; z-index: 11; }
.contact_details_single:hover .contact_details_icon { background: var(--thm-black); }
.contact_details_icon span { }
.contact_details_inner { display: block; overflow: hidden; position: relative; padding: 82px 0 55px; }
.contact_details_content { position: relative; display: block; text-align: center; z-index: 13; }
.contact_details_content h3 { font-size: 20px; font-weight: 600; line-height: 30px; position: relative; z-index: 11; }
.contact_details_content p { margin: 0; position: relative; z-index: 11; }
.contact_details_content p a { color: var(--thm-gray); }
.contact_details_hover_icon { position: absolute; bottom: -51px; right: -47px; z-index: 11; font-size: 180px; color: #f0f3f6; transform: rotate(-33deg); opacity: 0; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.contact_details_hover_icon span { }

.contact_details_single:hover .contact_details_hover_icon { opacity: 1; }
/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one { position: relative; display: block; padding-bottom: 120px; }
.contact-one-left__social { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; }
.contact-one-left__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: 40px; height: 40px; background-color: #f0f3f6; color: var(--thm-black); font-size: 15px; border-radius: 50%; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.contact-one-left__social a + a { margin-left: 10px; }
.contact-one-left__social a:hover { background: var(--thm-primary); color: var(--thm-base); }

.contact-one__form__wrap { }
.contact-one__form { }
.contact-one__form .input-group { }
.contact-one__form .input-group input { }
.contact-one__form .input-group input[type="text"],
.contact-one__form .input-group input[type="Email"] { height: 65px; width: 100%; background: #f0f3f6; border: none; outline: none; padding: 0 30px; font-size: 16px; color: var(--thm-gray); margin-bottom: 30px; border-radius: 4px; }
.contact-one__form .input-group textarea { font-size: 16px; color: var(--thm-gray); height: 205px; background: #f0f3f6; width: 100%; border: none; outline: none; padding: 18px 30px; border-radius: 4px; }
.contact-one__form .contact__btn { position: relative; display: block; margin-top: 30px; }
.contact-one__form .contact__btn .contact-one__btn { background: var(--thm-primary); }
.contact-one__form .contact__btn .contact-one__btn:hover { background: var(--thm-black); }
  

.input_box
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { height: 65px; }
 

.filter_by_tags { position: relative; display: block; padding-top: 3px; }
.filter_by_tags h3 { font-size: 18px; font-weight: 600; line-height: 30px; margin-bottom: 24px; }
.single_tags_check__box + .single_tags_check__box { margin-top: 10px; }
.single_tags_check__box label { position: relative; display: inline-block; padding-left: 40px; margin-right: 0px; margin-bottom: 0; color: #828892; font-size: 16px; line-height: 30px; font-weight: 500; cursor: pointer; }
.single_tags_check__box input[type="checkbox"] { display: none; }
.single_tags_check__box input[type="checkbox"] + label span { position: absolute; display: block; top: 4px; left: 0; width: 25px; height: 25px; vertical-align: middle; background-color: #f0f3f6; cursor: pointer; border-radius: 4px; transition: all 300ms ease; }
.single_tags_check__box label span:before { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; font-family: "Font Awesome 5 Free"; content: "\f00c"; color: #ffffff; font-size: 10px; line-height: 25px; text-align: center; border-radius: 50%; opacity: 0; font-weight: 900; background-color: transparent; transition: all 300ms ease; }
.single_tags_check__box input[type="checkbox"]:checked + label span { border-color: #16232a; background: var(--thm-primary); }
.single_tags_check__box input[type="checkbox"]:checked + label span:before { opacity: 1; }
  
.progress_bar { position: relative; display: block; padding-top: 40px; padding-right: 105px; padding-bottom: 60px; }
.progress-levels { position: relative; display: block; }
.progress-levels .progress-box { position: relative; display: block; margin-bottom: 40px; padding-left: 86px; }
.progress-box.marb { margin-bottom: 0; }
.progress-levels .progress-box .text { position: absolute; color: var(--thm-black); font-size: 16px; font-weight: 600; text-transform: capitalize; top: -16px; left: 0; width: 90px; }
.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: 5px; background: #ffffff; border-radius: 10px; }
.progress-levels .progress-box .bar .bar-fill { position: absolute; top: 0%; left: 0px; bottom: 0%; width: 0px; height: 5px; border-radius: 10px; background: var(--thm-primary); transition: all 2000ms ease 300ms; }
.progress-levels .progress-box .bar .bar-innner .skill-percent { position: absolute; top: -16px; right: -48px; 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; }
 
.contact_info { position: relative; display: block; padding: 30px 50px 50px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.contact_info_list { }
.contact_info_list li { font-size: 16px; }
.contact_info_list li i { font-size: 15px; color: var(--thm-primary); padding-right: 12px; }
.contact_info_list a { color: var(--thm-gray); }

.contact_info__social { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; margin-top: 20px; }
.contact_info__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: 40px; height: 40px; background-color: var(--thm-base); color: var(--thm-black); font-size: 15px; border-radius: 50%; -webkit-transition: all 500ms ease; transition: all 500ms ease; }
.contact_info__social a + a { margin-left: 10px; }
.contact_info__social a:hover { background: var(--thm-primary); color: var(--thm-base); }

 
   

@-webkit-keyframes videoBtnAnim {
    0% { -webkit-transform: scale(0.8); transform: scale(0.8); }

    25% { -webkit-transform: scale(1); transform: scale(1); }

    50% { -webkit-transform: scale(1.2); transform: scale(1.2); }

    75% { -webkit-transform: scale(1); transform: scale(1); }

    100% { -webkit-transform: scale(0.8); transform: scale(0.8); }
}

@keyframes videoBtnAnim {
    0% { -webkit-transform: scale(0.8); transform: scale(0.8); }

    25% { -webkit-transform: scale(1); transform: scale(1); }

    50% { -webkit-transform: scale(1.2); transform: scale(1.2); }

    75% { -webkit-transform: scale(1); transform: scale(1); }

    100% { -webkit-transform: scale(0.8); transform: scale(0.8); }
}

@-webkit-keyframes ImgBounce {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }

    100% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}

@keyframes ImgBounce {
    0% { -webkit-transform: translateY(0); transform: translateY(0); }

    100% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

    40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }

    70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }

    90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

    40%, 43% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); }

    70% { -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); -webkit-transform: translate3d(0, -15px, 0); transform: translate3d(0, -15px, 0); }

    90% { -webkit-transform: translate3d(0, -4px, 0); transform: translate3d(0, -4px, 0); }
}

.bounce { -webkit-animation-name: bounce; animation-name: bounce; -webkit-transform-origin: center bottom; transform-origin: center bottom; }

@-webkit-keyframes banner3Shake {
    0% { -webkit-transform: rotate3d(0, 1, 0, 0deg); transform: rotate3d(0, 1, 0, 0deg); }

    30% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); }

    60% { -webkit-transform: rotate3d(1, 0, 0, 0deg); transform: rotate3d(1, 0, 0, 0deg); }

    80% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); }

    100% { -webkit-transform: rotate3d(0, 1, 0, 0deg); transform: rotate3d(0, 1, 0, 0deg); }
}

@keyframes banner3Shake {
    0% { -webkit-transform: rotate3d(0, 1, 0, 0deg); transform: rotate3d(0, 1, 0, 0deg); }

    30% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); }

    60% { -webkit-transform: rotate3d(1, 0, 0, 0deg); transform: rotate3d(1, 0, 0, 0deg); }

    80% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg); }

    100% { -webkit-transform: rotate3d(0, 1, 0, 0deg); transform: rotate3d(0, 1, 0, 0deg); }
}

@-webkit-keyframes animate-left-right {
    0% { -webkit-transform: translateX(500px); transform: translateX(500px); }

    50% { -webkit-transform: translateX(-10px); transform: translateX(-10px); }

    100% { -webkit-transform: translateX(500px); transform: translateX(500px); }
}

@keyframes animate-left-right {
    0% { -webkit-transform: translateX(500px); transform: translateX(500px); }

    50% { -webkit-transform: translateX(-10px); transform: translateX(-10px); }

    100% { -webkit-transform: translateX(500px); transform: translateX(500px); }
}

.animate-left-right { animation-name: animate-left-right; animation-duration: 70s; animation-iteration-count: infinite; animation-timing-function: linear; -webkit-animation-name: animate-left-right; -webkit-animation-duration: 70s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; -moz-animation-name: animate-left-right; -moz-animation-duration: 70s; -moz-animation-iteration-count: infinite; -moz-animation-timing-function: linear; -ms-animation-name: animate-left-right; -ms-animation-duration: 70s; -ms-animation-iteration-count: infinite; -ms-animation-timing-function: linear; -o-animation-name: animate-left-right; -o-animation-duration: 70s; -o-animation-iteration-count: infinite; -o-animation-timing-function: linear; }


.bannnerImg { max-width: 100%; margin: 0 auto; display: block; }
.myswiper { overflow: hidden; }
.mblcss { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: -1; filter: blur(20px) blur(20px); }
