/* Olez HTML Template  */

/*** 

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

***/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('jquery-ui-1.9.2.custom.min.css');
@import url('custom-animate.css');
@import url('flaticon.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('swiper.min.css');
@import url('nice-select.css');
@import url('scrollbar.css');
@import url('jquery.touchspin.css');
@import url('rtl.css');

/*** 

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

***/

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

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

***/

.page-wrapper {
	position: relative;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	margin: 0px auto;
	overflow: hidden;
}
body {
	font-size: 16px;
	color: #565872;
	line-height: 30px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background: rgb(255, 255, 255);
	font-family: 'Oswald', sans-serif;
}
.ff_opensans {
    font-family: 'Open Sans', sans-serif;
}
.ff_oswald {
    font-family: 'Oswald', sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover, a {
	color: var(--theme_primary);
}
a:hover, a:focus, a:visited {
	text-decoration: none !important;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
	font-weight: 500;
	line-height: 1.25em;
	margin: 0px;
	background: none;
	color: var(--theme_dark);
}
.text,
p {
    font-family: 'Open Sans', sans-serif;
}

.theme-color-two h1, .theme-color-two h2, .theme-color-two h3, .theme-color-two h4, .theme-color-two h5, .theme-color-two h6 {
	color: #011940;
}
textarea {
	overflow: hidden;
}
button {
	outline: none !important;
	cursor: pointer;
}

.va_middle {
    vertical-align: middle;
}

::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
	box-shadow: none;
	outline: none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
	background-color: inherit;
	border-color: inherit;
	color: inherit;
	border-radius: 0;
}
.bootstrap-select .dropdown-menu li a span.text {
	margin-bottom: 0;
}
.bootstrap-select .dropdown-menu li.active a span.text {
	color: #fff;
}
.bootstrap-select .dropdown-toggle .filter-option:after {
	font-family: 'Flaticon';
	content: "\f133";
	position: absolute;
	right: 0;
	top: 5px;
	display: block;
	line-height: 30px;
	font-size: 11px;
	text-align: center;
	z-index: 5;
	font-weight: 400;
	color: #a3a3a3;
}
.dropup .dropdown-toggle::after {
	display: none;
}
.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	z-index: 9;
	overflow: hidden;
}
.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
figure {
	margin-bottom: 0;
}
.centered {
	text-align: center !important;
}
.gray-bg {
	background-color: #f4f4f4 !important;
}
.light-bg {
	background-color: #fff !important;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.dropdown-toggle::after {
	display: none;
}
.fa {
	line-height: inherit;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background-color: #fff;
}
.owl-nav, .owl-dots {
	display: none;
}
.row {
	margin: 0 -15px;
}
.row>* {
	padding-left: 15px;
	padding-right: 15px;
}
.row.no-gutters {
    margin: 0;
}
.row.no-gutters>* {
	padding-left: 0;
	padding-right: 0;
}

.opacity_0 {
    opacity: 0;
}
.opacity_1 {
    opacity: 1;
}
.opacity_10 {
    opacity: .10;
}
.opacity_20 {
    opacity: .20;
}
.opacity_30 {
    opacity: .30;
}
.opacity_40 {
    opacity: .40;
}
.opacity_50 {
    opacity: .50;
}
.opacity_60 {
    opacity: .60;
}
.opacity_70 {
    opacity: .70;
}
.opacity_80 {
    opacity: .80;
}
.opacity_90 {
    opacity: .90;
}
.tx_50 {
    transform: translateX(50%);
}
.tx__50 {
    transform: translateX(-50%);
}
.ty_50 {
    transform: translateY(50%);
}
.ty__50 {
    transform: translateY(-50%);
}
/*** 

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

***/

.scroll-to-top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 70px;
	height: 70px;
	font-size: 15px;
	line-height: 70px;
	text-align: center;
	z-index: 100;
	cursor: pointer;
	margin-left: -26px;
	display: none;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #ffffff;
	border-radius: 50%;
	background-color: var(--theme_primary);
    box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
}
.scroll-to-top.style-two {
	border-radius: 50%;
}
.scroll-to-top:hover {
	color: #ffffff;
	background-color: #222;
}
/* Header Style */

/* header top */
.header-top .phone-number {
    background: var(--theme_primary);
    color: #fff;
    padding: 7px 30px;
    clip-path: polygon(9% 0, 100% 1%, 100% 70%, 91% 100%, 0 99%, 0 33%);
    font-size: 14px;
    font-weight: 700;
	transition: .5s;
}

.header-top .phone-number a {
	color: #fff;
	transition: .5s;
}

.header-top ul.social-icon {
    position: relative;
    display: flex;
}

.header-top ul.social-icon a {
    color: rgb(255 255 255 / 90%);
    font-size: 14px;
    transition: .5s;
}

.header-top ul.social-icon a:hover {
    color: var(--theme_primary);
}

.header-top ul.social-icon li {
    margin: 0 13px;
}

.header-top .language a {
    margin: 0 6px;
}

.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	top: 0px;
	left: 0px;
	background: none;
	clear: both;
}
/* Main menu */

.main-header .nav-outer .main-menu {
	position: relative;
}
.main-menu .inner-container {
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: -25px;
	background: #fff;
}
.main-menu .inner-container .nav-outer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}
.main-menu .navigation {
	position: relative;
	margin: 0px;
	margin-left: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.main-menu .navigation>li {
	position: relative;
	padding: 17px 0px;
	margin-right: 35px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation>li.dropdown {
	padding-right: 15px;
}

.main-menu .navigation>li:last-child {
	margin-right: 0px;
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
	padding: 3px 0px;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 240px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: .5s;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}
.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
}
.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}
.main-menu .navigation>li>ul>li:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 14px 30px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--theme_dark);
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li:last-child>a {
	border-bottom: 0px;
}
.main-menu .navigation>li>ul>li>a:hover {
	color: var(--theme_primary);
	padding-left: 46px;
}
.main-menu .navigation>li>ul>li>a:before {
	position: absolute;
	content: "\f101";
	left: 30px;
	top: 15px;
	display: block;
	line-height: 24px;
	font-size: 17px;
	font-family: flaticon !important;
	font-weight: 400;
	font-size: 12px;
	transition: .5s;
	opacity: 0;
	color: var(--theme_primary);
}
.main-menu .navigation>li>ul>li>a:hover:before {
	opacity: 1;
}
.main-menu .navigation>li>ul>li.dropdown>a:after {
	position: absolute;
	content: "\f105";
	right: 30px;
	top: 13px;
	display: block;
	line-height: 24px;
	font-size: 17px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}
.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 105%;
	top: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 240px;
    opacity: 0;
    visibility: hidden;
	z-index: 100;
	background-color: #fff;
	transition: .5s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}
.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}
.main-menu .navigation>li>ul>li>ul>li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}
.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 14px 30px;
	line-height: 24px;
	font-weight: 400;
	border-bottom: 1px solid #e3e3e3;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--theme_dark);
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li>ul>li:last-child>a {
	border-bottom: 0;
}
.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: var(--theme_primary);
	padding-left: 46px;
}
.main-menu .navigation>li>ul>li>ul>li>a:before {
	position: absolute;
	content: "\f101";
	left: 30px;
	top: 15px;
	display: block;
	line-height: 24px;
	font-family: flaticon !important;
	font-weight: 400;
	font-size: 11px;
	transition: .5s;
	opacity: 0;
}
.main-menu .navigation>li>ul>li>ul>li>a:hover:before {
	opacity: 1;
}
.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}
.header-upper .navbar-right-info {
	position: relative;
	margin-left: 40px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

/*** 

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

***/

.search-popup {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}
.search-popup.popup-visible {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	opacity: 1;
}
.search-popup .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}
.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
}
.search-popup .close-search:hover {
	opacity: 0.70;
}
.search-popup .search-form {
	position: relative;
	padding: 0px 15px 0px;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}
.search-popup .search-form fieldset {
	position: relative;
	border: 7px solid rgba(255, 255, 255, 0.50);
	border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"] {
	position: relative;
	height: 70px;
	padding: 20px 220px 20px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	border-radius: 5px;
}
.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	height: 70px;
	padding: 20px 10px 20px 10px;
	color: #ffffff !important;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px 5px 5px 0px;
	background-color: var(--theme_primary);
    border:none;
}
.search-popup .search-form fieldset input[type="submit"]:hover {
	background-color: var(--theme_primary);
}
.search-popup h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: none;
}
.search-popup .recent-searches {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	display: none;
}
.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 7px 15px;
	color: #ffffff;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.search-popup .search-form fieldset input[type="search"]:focus {
	border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*** 

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

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
	-webkit-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}

.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99901;
	visibility: visible;
}
/*** 

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

***/

.nav-outer .mobile-nav-toggler {
	position: relative;
	height: 50px;
	line-height: 44px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 20px;
	cursor: pointer;
	border-radius: 50%;
	float: right;
	margin: 13px 0;
	display: none;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}
.mobile-menu .mCSB_scrollTools {
	right: -6px;
}
.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
	margin-bottom: 100px;
	margin-top: 25px;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: rgb(24 23 22 / 25%);
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #0b101c;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation li>ul, .mobile-menu .navigation li>ul>li>ul {
	display: none;
}
.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}
.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


/* Header Top */
.header-top {
    position: relative;
}

.header-top .wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-left: 300px;
}

.header-top .info-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.header-top .info-list li {
    margin-right: 30px;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
}

.header-top .info-list li i {
    margin-right: 5px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.header-top .info-list li a {
    color: #222;
    transition: .5s;
}

.header-top .info-list li a:hover {
    color: var(--theme_primary);
}

.header-top .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top .office-hour {
    margin-right: 30px;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
}

.header-top .office-hour i {
    margin-right: 5px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.header-top .office-hour a {
    color: #fff;
    
}

.header-top .social-links {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top .social-links li {
    margin-right: 15px;
}

.header-top .social-links li:last-child {
    margin-right: 0;
}

.header-top .social-links li a {
    font-size: 15px;
    transition: .5s;
    color: #222;
}

.header-top .social-links li a:hover {
    color: var(--theme_primary);
}

/* Header Upper */
.header-upper {
    position: relative;
}

.header-upper .inner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header-upper .right-column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-upper .navbar-right-info .search-toggler {
    position: relative;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #F0F4F9;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 15px;
    color: var(--theme_primary);
    cursor: pointer;
}

.header-upper .navbar-right-info .shopping-cart {
    position: relative;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background: #F0F4F9;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 15px;
    color: var(--theme_primary);
}

/* header style one */
.main-header.header-style-one {
    position: absolute;
    background: rgb(0 0 0 / 60%);
}

.main-header.header-style-one .header-upper .logo-box {
    position: absolute;
    left: 0;
    top: -21px;
}

.main-header.header-style-one .header-upper .navbar-right-info {
    position: relative;
    right: 0;
}

.main-header.header-style-one .main-menu .navigation {
    margin-left: 0;
}

.main-header.header-style-one .header-upper .inner-container {padding-left: 300px;}

.main-header.header-style-one .sticky-header .inner-container  {
    padding: 0;
    box-shadow: none;
}

.main-header.header-style-one .sticky-header .header-upper .logo-box {
    position: relative;
    top: 0;
    padding: 15px 0;
}

.sticky-header .header-upper .right-column {
    width: auto;
}




/*** 

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

***/

.banner-section {
    position: relative;
    background: #F7FCFE;
}

.banner-section .background-text {
    position: absolute;
    right: -280px;
    bottom: 190px;
    z-index: 99;
    text-transform: uppercase;
    font-size: 240px;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 200px;
    color: rgb(255 255 255 / 0.1);
    transform: rotate(-30deg);
}

.banner-section .background-text .text-2 {
    position: absolute;
    top: -5px;
    left: 15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
    color: transparent;
}

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-section .swiper-slide:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.0;
    content: "";
}

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    padding: 180px 15px 10px;
    min-height: 900px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    z-index: 1;
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .content-box h1 {
    color: #fff;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 40px;
    letter-spacing: 0;
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box .image {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    width: 100%;
    text-align: center;
    margin-top: 150px;
}

.banner-section .swiper-slide-active .image {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box .text {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 30px;
    text-transform: uppercase;
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .link-box {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}

.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #181614;
    cursor: pointer;
    z-index: 9;
    margin-right: 50px;
    font-size: 25px;
    background-color: rgb(255 255 255 / 0.8);
    transition: .5s;
    transform: rotate(180deg);
}

.banner-section .banner-slider-button-next:hover {
    color: #fff;
}

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #181614;
    cursor: pointer;
    z-index: 9;
    margin-left: 50px;
    font-size: 25px;
    background-color: rgb(255 255 255 / 0.80);
    transition: .5s;
}

.banner-section .banner-slider-button-prev:hover {
    color: #fff;
}

/* style one */
section.banner-section.style-one .content-box .image {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    left: 200px;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

/* Style Two */
.banner-section .banner-slider-nav.style-two {
    left: 0;
    right: auto;
    top: auto;
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-prev {
    width: 106px;
    height: 53px;
    border-radius: 0;
    margin: 0;
    line-height: 53px;
    background: #293e9c;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-next {
    height: 53px;
    width: 106px;
    border-radius: 0;
    margin: 0;
    line-height: 53px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-next i {
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.banner-section .banner-slider-nav.style-two .banner-slider-button-prev i {
    margin-right: 10px;
    top: 1px;
    position: relative;
}

.banner-section .content-box .image .image-two {
    position: absolute;
    left: 0;
    bottom: 0;
}

.banner-section .content-box .image .image-three {
    position: absolute;
    left: 0;
    top: 0px;
}

.banner-section .content-box .image .image-one {
    position: relative;
}

.banner-section .shape-one {
    position: absolute;
    top: 20%;
    left: -30px;
    z-index: 9;
    -webkit-animation: animationFramesOne infinite 25s;
    animation: animationFramesOne infinite 25s;
}

.banner-section .shape-two {
    position: absolute;
    top: 20%;
    right: -120px;
    z-index: 9;
    -webkit-animation: scale-up-one infinite 25s;
    animation: scale-up-one infinite 10s;
}

.banner-section .shape-three {
    position: absolute;
    bottom: 100px;
    left: -58px;
    z-index: 9;
}

.banner-section .shape-four {
    position: absolute;
    top: 38%;
    right: 37%;
    z-index: 9;
    -webkit-animation: animationFramesOne infinite 25s;
    animation: animationFramesOne infinite 35s;
}

.banner-section .shape-five {
    position: absolute;
    bottom: 69px;
    right: 14%;
    z-index: 9;
    -webkit-animation: rotated infinite 25s;
    animation: rotated infinite 25s;
}

/* theme btn */
.theme_btn_1.style_1 {
    border-radius: 0;
    background-color: var(--theme_primary);
    padding: 12px 30px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border: none;
}

.theme_btn_1.style_1:before {
    border-radius: 0;
    opacity: 0;
}

.theme_btn_1.style_1:hover:before {
    opacity: 1;
}

.theme_btn_1.style_2 {
    border-radius: 0;
    color: #222 !important;
    padding: 12px 33px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    border: none;
    background: #fff;
}

.theme_btn_1.style_1:after {
    position: absolute;
    content: '';
    right: 30px;
    top: 23px;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: #fae606;
    transition: .5s;
}

.theme_btn_1.style_1:hover:after {
    background-color: #fff;
}

.theme_btn_1.style_2:after {
    position: absolute;
    content: '';
    right: 30px;
    top: 23px;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: var(--theme_primary);
    transition: .5s;
}

.theme_btn_1.style_2:hover:after {
    background-color: #fae606;
}

.theme_btn_1.style_2:hover {
	color: #fff !important;
}

.theme_btn_1.style_2:before {
    border-radius: 0;
    opacity: 0;
    background: var(--theme_primary);
}

.theme_btn_1.style_2:hover:before {
    opacity: 1;
}

/*  */
.theme_btn_1.style_3 {
    border-radius: 0;
    color: #222 !important;
    padding: 12px 33px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    background-color: #ffffff;
    border: 1px solid #021515;
}

.theme_btn_1.style_3:after {
    position: absolute;
    content: '';
    right: 30px;
    top: 23px;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: var(--theme_primary);
    transition: .5s;
}

.theme_btn_1.style_3:hover:after {
    background-color: #fff;
}

.theme_btn_1.style_3:hover {
	color: #fff !important;
    border-color: var(--theme_primary);
}

.theme_btn_1.style_3:before {
    border-radius: 0;
    opacity: 0;
    background: var(--theme_primary);
}

.theme_btn_1.style_3:hover:before {
    opacity: 1;
}

.color_white {
    color: #fff;
}

.color_dark {
    color: #222;
}

.bg_white {
    background-color: #fff;
}

.bg_gray {
    background-color: #f5f6f6;
}


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

.mb-80 {
	margin-bottom: 80px !important;
}

.sec-title .icon {
	margin-bottom: 20px;
}

.sec-title h2 {
	position: relative;
	font-size: 48px;
	line-height: 60px;
	color: #021515;
	font-weight: 700;
	font-family: "Oswald";
	text-transform: uppercase;
}

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

/* services-section */
.services-section {
    position: relative;
    padding: 120px 0 90px;
}

.services-section .sec_bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;	
	left: 0;
	background-size: cover;
}

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

.service-block-one .inner-box {
	position: relative;
	box-shadow: 0px 5px 12.5px rgba(0,0,0,0.07);
	text-align: center;
	padding: 45px 0 30px;
	background-color: #fff;
}

.service-block-one .inner-box:before {
	position: absolute;
	content: '';
	border: 2px solid var(--theme_primary);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .5s;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
}

.service-block-one .inner-box:hover:before {
	transform: scaleY(1);
	opacity: 1;
}

.service-block-one .image {
	position: relative;
	margin-bottom: 30px;
    min-height: 100px;
}

.service-block-one h4 {
	position: relative;
	margin-bottom: 25px;
	font-size: 18px;
	color: #021515;
	font-weight: 700;
	font-family: "Oswald";
	text-transform: uppercase;
	display: inline-block;
}

.service-block-one h4:before {
	position: absolute;
	content: '';
	top: -7px;
	left: -18px;
	width: 36px;
	height: 36px;
	background-image: url(../images/shape/shape-1.png);
	background-repeat: no-repeat;
}

.service-block-one .text {
	position: relative;
	background: rgb(253 11 11 / 7%);
	margin-bottom: 29px;
	padding: 25px 20px;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
}

.service-block-one .link-btn {
	position: relative;
}

.service-block-one .link-btn a {
	font-size: 14px;
	color: #021515;
	font-weight: 400;
	font-family: "Oswald";
	text-align: right;
	position: relative;
}

.service-block-one .link-btn a:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 3px;
	background-color: var(--theme_primary);
	right: -13px;
	top: 10px;
}



.sec-title.style-two {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sec-title.style-two .icon {
    position: relative;
    margin-right: 15px;
}

/* About Section */
.about-section {
    position: relative;
	padding: 120px 0 90px;
}

.about-section .image {
    position: relative;
    text-align: right;
}

.about-section .border_shape {
	position: relative;
	height: 10px;
	width: 235px;
	background-color: var(--theme_primary);
}

.about-section .sec-title h2 {
    font-size: 38px;
}

.about-section .sec-title.style-two {
    margin-top: 45px;
}


.about-section .sec-title.style-two {
    margin-bottom: 30px;
}

.about-section .text {
    margin-bottom: 47px;
}

.about-section .text-two {
    margin-bottom: 63px;
    font-size: 18px;
    line-height: 33px;
    color: #021515;
    font-weight: 400;
    font-family: "Oswald";
}


.about-section .left-column {
    position: relative;
}

.about-section .big-title {
    position: absolute;
    left: -200px;
    top: 0;
    bottom: 0;
    text-transform: uppercase;
    font-size: 152px;
    font-weight: 700;
    line-height: 70px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(2 21 21 / 32%);
    color: transparent;
    z-index: 99;
    background: rgb(253 11 11 / 7%);
    width: 200px;
}

.about-section .big-title .title-wrapper {
	transform: rotate(90deg) translateY(49%) translateX(0);
	position: absolute;
	top: 44%;
	width: max-content;
}

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

.about-section .outer-box:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 100px;
    background: rgb(253 11 11 / 7%);
    z-index: -1;
	opacity: 0;
}

@media only screen and (min-width:768px) {
	.about-section .outer-box:before {
		opacity: 1;
		right: -49px;
	}
	.about-section .text-two {
		padding-top: 20px;
		margin-right: -20px;
	}
}

/* Shipping Section */
.shipping-section {
	position: relative;
	padding: 120px 0 90px;
}

.shipping-section .sec_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
}

.feature-block {
	position: relative;
}

.feature-block  .inner-box {
	position: relative;
	/*margin-bottom: 30px;*/
	text-align: center;
}

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

.feature-block h4 {
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	font-family: "Oswald";
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.feature-block .text {
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	font-weight: 400;
	font-family: "Open Sans";
	text-align: center;
}

.products-section {
    position: relative;
    padding: 120px 0 90px;
}

.product-block {
    position: relative;
}

.product-block .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.product-block .image {
    position: relative;
    margin-bottom: 25px;
}

.product-block ul.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: .5s;
    opacity: 0;
}

.product-block ul.overlay a {
    width: 70px;
    height: 70px;
    background: var(--theme_primary);
    display: inline-block;
    color: #fff;
    line-height: 70px;
    font-size: 22px;
}

.product-block .inner-box:hover ul.overlay {
    opacity: 1;
}

.product-block h4 {
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
    text-transform: uppercase;
}

.product-block h4 a {
    color: #021515;
    transition: .5s;
}

.product-block h4 a:hover {
    color: var(--theme_primary);
}

.product-block .lower-content {
    text-align: left;
    position: relative;
}

.product-block .rating {
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 14px;
    color: #c1c1c1;
}

.product-block .text {
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 10px;
}

.product-block .price {
    font-size: 16px;
    color: #021515;
    font-weight: 700;
    font-family: "Open Sans";
}

.product-block .price del {
    text-decoration: none;
    font-size: 14px;
    color: #777;
    margin-left: 20px;
    font-weight: 400;
}

/* Testimonials section */

section.testimonials-section {
    position: relative;
    padding: 120px 0;
}

section.testimonials-section .wrapper-box {
    max-width: 670px;
    margin: 0 auto;
    position: relative;
}

section.testimonials-section .image-left {
    position: absolute;
    left: -150px;
    top: 50%;
}

section.testimonials-section .image-right {
    position: absolute;
    right: -150px;
    top: 50%;
}

.testimonial-block-one {
    position: relative;
    text-align: center;
}

.testimonial-block-one .client-info {
    position: relative;
    display: inline-block;
    text-align: left;
    padding-left: 85px;
    margin-bottom: 20px;
    padding-top: 90px;
}

.testimonial-block-one .client-info:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 3px;
	height: 70px;
	background: #011515;
	transform: translateX(-50%);
	opacity: .3;
}

.testimonial-block-one .quote {
    width: 62px;
    height: 62px;
    border-radius: 31px;
    background-color: #021515;
    text-align: center;
    line-height: 62px;
    color: #fff;
    position: absolute;
    top: 90px;
    left: 0;
}

.testimonial-block-one .quote:before {
    position: absolute;
    content: '';
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.testimonial-block-one .client-name {
    font-size: 18px;
    line-height: 36px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
    text-transform: uppercase;
}

.testimonial-block-one .designation {
    font-size: 14px;
    line-height: 36px;
    color: var(--theme_primary);
    font-weight: 400;
    font-family: "Open Sans";
}

.testimonial-block-one .description {
    font-size: 32px;
    line-height: 48px;
    color: #021515;
    font-weight: 300;
    font-family: "Oswald";
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-block-one .rating {
    font-size: 18px;
    letter-spacing: 4px;
    color: #fae606;
}

/* Team section */
section.team-section {
    position: relative;
    padding: 120px 0 80px;
}

section.team-section .top-content .read-more-btn a {
    font-size: 14px;
    color: #021515;
    font-weight: 400;
    font-family: "Oswald";
    text-align: right;
    position: relative;
    transition: .5s;
    margin-right: 13px;
}

section.team-section .top-content .read-more-btn a:hover {
    color: var(--theme_primary);
}

section.team-section .top-content .read-more-btn a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: var(--theme_primary);
    right: -13px;
    top: 10px;
}

.team-block-one {
    position: relative;
}

.team-block-one .inner-box {
    position: relative;
    margin-bottom: 40px;
}

.team-block-one .image {
    position: relative;
    margin-bottom: 30px;
}

.team-block-one .overlay-box {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: .5s;
}

.team-block-one ul.social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.team-block-one .social-links li {
    margin: 0 5px;
}

.team-block-one .social-links li a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #eeeeee;
    display: inline-block;
    line-height: 40px;
    color: #777777;
    transition: .5s;
}

.team-block-one h4 {
    font-size: 18px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.team-block-one .designation {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    text-align: center;
}

.team-block-one .social-links li a:hover {
    color: #fff;
    background: var(--theme_primary);
}

.team-block-one .inner-box:hover .overlay-box {
    opacity: 1;
}

/* CTA */

section.cta-section {
    position: relative;
    padding: 120px 0;
    text-align: center;
}

section.cta-section .sec_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
}

section.cta-section .signature {
    margin-bottom: 25px;
	position: relative;
}

section.cta-section h1 {
	position: relative;
    text-transform: uppercase;
    font-size: 112px;
    font-weight: 700;
    line-height: 135px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    z-index: 99;
}


/* News section */

section.news-section {
    position: relative;
    padding: 120px 0 90px;
}

.news-block-one {
    position: relative;
}

.news-block-one .image {
    position: relative;
    margin-bottom: 30px;
}

.news-block-one .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.news-block-one .lower-content {
    position: relative;
    padding-left: 80px;
}

.news-block-one .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 18px;
    color: #777777;
    font-weight: 400;
    font-family: "Oswald";
    text-align: center;
    padding-top: 9px;
    transition: .5s;
}

.news-block-one .inner-box:hover .date {
    background: var(--theme_primary);
    color: #fff;
    border-color: var(--theme_primary);
}

.news-block-one h4 {
    font-size: 18px;
    line-height: 30px;
    color: #021515;
    font-weight: 500;
    font-family: "Oswald";
    text-transform: uppercase;
    margin-bottom: 17px;
}

.news-block-one h4 a {
    color: #021515;
}

.news-block-one .text {
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 20px;
}

.news-block-one .link-btn a {
    font-size: 14px;
    color: #021515;
    font-weight: 400;
    font-family: "Oswald";
    text-align: right;
    position: relative;
}

.news-block-one .link-btn a:before {
        position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: var(--theme_primary);
    right: -13px;
    top: 10px;
}

/* style two */
.news-block-one.style-two .lower-content {
    padding-left: 0;
    margin-bottom: 30px;
}

.news-block-one.style-two .date {
    position: relative;
    margin-bottom: 25px;
}

.news-block-one.style-two .inner-box {
    margin-bottom: 0;
}


/* client logo section */

section.client-logo-section {
    position: relative;
    padding: 120px 0  90px;
}

section.client-logo-section .bg-one {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45%;
    background-size: cover;
}

section.client-logo-section .bg-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
}

section.client-logo-section .bg-two {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 55%;
    background-size: cover;
}

section.client-logo-section .text {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans";
    position: relative;
    margin-bottom: 40px;
}

section.client-logo-section .link-btn {
    margin-bottom: 30px;
}

section.client-logo-section .sec-title h2 {
    text-transform: capitalize;
}

section.client-logo-section .sec-title.light {
    margin-bottom: 30px;
}

section.client-logo-section .client-logo-1 {
    position: relative;
    min-height: 120px;
}

/* Main footer */

footer.main-footer {
    position: relative;
    background: #0c0d0d;
    padding: 120px 0 0;
}

footer.main-footer:before {
    position: absolute;
	content: '';
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-image: url(../images/shape/shape-2.png);
    background-repeat: repeat-x;
}

footer.main-footer.style-two:before {
    display: none;
}

footer.main-footer .widgets-section {
    position: relative;
    margin-bottom: 50px;
}

footer.main-footer h3.widget-title {
	font-size: 24px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Oswald";
	margin-bottom: 30px;
	text-transform: uppercase;
}

.links-widget {
    position: relative;
}

.widget {
    margin-bottom: 40px;
}

.links-widget ul li {
	position: relative;
}

.links-widget ul li a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 48px;
    color: rgb(255 255 255 / 60%);
    font-weight: 300;
    font-family: "Oswald";
    transition: .5s;
}

.links-widget ul li a:hover {
    color: var(--theme_primary);
}

.about-widget {
    text-align: center;
}

.about-widget .logo {
    margin-bottom: 40px;
}

.about-widget .text {
    margin-bottom: 90px;
    font-size: 14px;
    line-height: 28px;
    color: rgb(255 255 255 / 60%);
    font-weight: 300;
    font-family: "Oswald";
    text-align: center;
}

.about-widget ul.social-icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.about-widget ul.social-icon li {
    margin: 0 8px;
}

.about-widget ul.social-icon li a {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: rgb(238 238 238 / 6%);
    color: #fff;
    display: inline-block;
    line-height: 50px;
    transition: .5s;
}

.about-widget ul.social-icon li a:hover {
    background: var(--theme_primary);
}

.contact-widget .text {
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 12px;
}

.contact-widget .phone-number {
    font-size: 36px;
    color: #fdfdfd;
    font-weight: 700;
    font-family: "Oswald";
    line-height: 45px;
    margin-bottom: 80px;
}

.contact-widget .phone-number a {
    color: #fff;
}

.links-widget .widget-content {
    margin-right: -30px;
}

.footer-bottom {
    background-color: #151616;
    padding: 20px 0 0px;
    position: relative;
}

.footer-bottom .wrapper-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .copyright-text {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Oswald";
    margin-bottom: 20px;
}

.footer-bottom .newsletter-form {
    width: 100%;
    max-width: 470px;
    position: relative;
    margin-bottom: 20px;
    background: #000;
}

.footer-bottom input#subscription-email {
    height: 60px;
    background-color: rgba(21,22,22,0);
    border: 1px solid rgba(255,255,255,0.1);
    width: calc(100% - 140px);
    padding: 0 30px;
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
}

.footer-bottom button.theme-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    padding: 0 45px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Oswald";
    text-align: right;
    background: rgb(255 255 255 / 10%);
    transition: .5s;
}

.footer-bottom button.theme-btn:hover {
    background-color: var(--theme_primary);
}

.footer-bottom label.subscription-label {
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-bottom:before {
    position: absolute;
    content: '';
    top: -20px;
    right: 0;
    bottom: 0;
    width: 50%;
    background: #000;
    transform: skewX(-25deg);
}


/* Header style two */
.main-header.header-style-two .header-top ul.social-icon a {
    color: #fff;
}

.main-header.header-style-two .header-top ul.social-icon a:hover {
    color: var(--theme_primary);
}

.main-header.header-style-two {
    position: absolute;
}

.main-header.header-style-two .header-upper .logo-box {
    position: absolute;
    left: 0;
    top: -44px;
    background: #000;
    padding: 23px 40px;
}

.main-header.header-style-two .header-upper .navbar-right-info {
    position: relative;
    right: 0;
}

.main-header.header-style-two .main-menu .navigation {
    margin-left: 0;
}

.main-header.header-style-two .header-upper .inner-container {
    padding-left: 300px;
    border-top: 1px solid rgb(255 255 255 / 20%);
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.main-header.header-style-two .sticky-header .inner-container  {
    padding: 0;
    box-shadow: none;
}

.main-header.header-style-two .sticky-header .header-upper .logo-box {
    position: relative;
    top: 0;
    padding: 15px 0;
    background-color: transparent;
}

/* banner section style two */
.banner-section.style-two .content-box .inner {
    width: 100%;
    max-width: 1030px;
}

.banner-section.style-two .content-box h1.style-one {
    text-align: right;
    margin-bottom: -240px;
    z-index: 1;
}

.banner-section.style-two .content-box h1.style-two {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
}

.banner-section.style-two .content-box .image-two {
    position: absolute;
    top: 0;
    z-index: 2;
}

.banner-section.style-two .content-box .image_box {
    position: relative;
    margin-bottom: 40px;
}

.banner-section .price {
    position: absolute;
    top: 20px;
    left: 0;
    width: 206px;
    height: 206px;
    border-radius: 103px;
    background-color: #fae606;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    font-family: "Oswald";
    text-align: center;
    line-height: 48px;
    padding-top: 50px;
}

.banner-section.style-two .content-box {
    min-height: 1040px;
}

/* services section two */

.services-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.services-section-two .sec_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
}

.service-block-two {
    position: relative;
}

.service-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    background-color: #ffffff;
    border: 2px solid rgba(2,21,21,0.07);
    padding: 40px 30px;
}

.service-block-two .inner-box:before {
	position: absolute;
	content: '';
	border: 2px solid var(--theme_primary);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: .5s;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
}

.service-block-two .inner-box:hover:before {
	transform: scaleY(1);
	opacity: 1;
}

.service-block-two .top-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.service-block-two .image {
    margin-right: 20px;
}

.service-block-two h4 {
    font-size: 18px;
    line-height: 32px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
}

.service-block-two .text {
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 30px;
}

/* About Section two */
section.about-section-two {
    position: relative;
    padding: 120px 0 90px;
}

section.about-section-two .sec-title.style-two h2 {
    font-size: 38px;
    color: #021515;
    font-weight: 600;
    text-transform: capitalize;
}

section.about-section-two .sec-title.style-two {
    margin-bottom: 40px;
}

section.about-section-two .text {
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 50px;
}

section.about-section-two .text-two {
    font-size: 48px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
    margin-bottom: 30px;
    line-height: 55px;
}

section.about-section-two .text-three {
    font-size: 133px;
    color: var(--theme_primary);
    font-weight: 700;
    font-family: "Oswald";
    line-height: 150px;
    margin-bottom: 30px;
}

section.about-section-two .text-four {
    font-size: 28px;
    line-height: 72px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
}

.about-section-two .big-title {
    position: absolute;
    right: 80px;
    height: 327px;
    bottom: 25px;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(2 21 21 / 32%);
    color: transparent;
    z-index: 99;
    background: rgb(253 11 11 / 7%);
    width: 70px;
    letter-spacing: 10px;
}

.about-section-two .big-title .title-wrapper {
	transform: rotate(-90deg) translateY(-115px) translateX(55px);
	position: absolute;
	top: 44%;
	width: max-content;
	transform-origin: bottom;
}

section.about-section-two .image-block img {
    float: left;
    max-width: none;
}

section.about-section-two .content-wrapper {
    position: relative;
}

/* Pricing section */
section.pricing-section {
    position: relative;
    padding: 120px 0 90px;
}

.pricing-block {
    position: relative;
}

.pricing-block .inner-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 70px;
}

.pricing-block .category {
    background-color: var(--theme_primary);
    position: absolute;
    top: 0;
    right: 100%;
    padding: 5px 21px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Oswald";
    transform: rotate(
-90deg) translateY(41px) translateX(40px);
    transform-origin: bottom right;
    width: max-content;
    text-transform: uppercase;
}

.pricing-block .price {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate( 
-90deg) translateY(32px) translateX(0);
    transform-origin: bottom left;
    font-size: 32px;
    color: rgb(2 21 21 / 40%);
    font-weight: 700;
    font-family: "Oswald";
    text-transform: uppercase;
}

.pricing-block .image {
    position: relative;
}

.pricing-block .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

.pricing-block .image:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    transition: .5s;
}

.pricing-block .inner-box:hover .image:before {
    opacity: .3;
}

/* Communicate section */
section.communicate-section {
    position: relative;
    background-size: cover;
}

section.communicate-section .content {
    position: relative;
    background: #fff;
    margin-top: 200px;
    padding: 100px 50px 80px;
}

section.communicate-section h2 {
    font-size: 48px;
    line-height: 72px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
    margin-bottom: 30px;
    text-transform: uppercase;
}

section.communicate-section .phone-number {
    font-size: 48px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
    line-height: 55px;
}

section.communicate-section .phone-number a {
    color: #021515;
}

section.communicate-section .text-two {
    width: 96px;
    height: 96px;
    border-radius: 48px;
    background-color: var(--theme_primary);
    position: absolute;
    top: 80px;
    right: 104px;
    font-size: 14px;
    line-height: 24px;
    color: #feffff;
    font-weight: 700;
    font-family: "Oswald";
    text-align: center;
    padding-top: 23px;
}

section.communicate-section .image {
    position: relative;
    margin-top: -90px;
}

section.communicate-section .text {
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 82px;
}

section.communicate-section .image img {
    float: left;
    max-width: none;
}

/* Testimonials section two */

section.testimonials-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .client-info {
    position: relative;
    display: inline-block;
    text-align: left;
    padding-left: 80px;
    margin-bottom: 35px;
}

.testimonial-block-two .client-info:before {
	position: absolute;
	content: '';
	top: 36px;
	right: -125px;
	height: 3px;
	width: 70px;
	background: #011515;
	transform: translateX(-50%);
	opacity: .3;
}

.testimonial-block-two .quote {
    width: 62px;
    height: 62px;
    border-radius: 31px;
    background-color: #021515;
    text-align: center;
    line-height: 62px;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 0;
}

.testimonial-block-two .quote:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.testimonial-block-two .client-name {
    font-size: 18px;
    line-height: 32px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
    text-transform: uppercase;
}

.testimonial-block-two .designation {
    font-size: 14px;
    line-height: 36px;
    color: #777;
    font-weight: 400;
    font-family: "Open Sans";
}

.testimonial-block-two .description {
    font-size: 32px;
    line-height: 48px;
    color: #021515;
    font-weight: 300;
    font-family: "Oswald";
    margin-bottom: 30px;
}

.testimonial-block-two .rating {
    font-size: 18px;
    letter-spacing: 4px;
    color: #fae606;
}

/* Gallery section */
section.gallery-section {
    position: relative;
    padding: 120px 0 90px;
    background-color: rgba(0, 0, 0, 0.05);
}

section.gallery-section .wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -15px;
}

section.gallery-section .auto-container {
    max-width: 1550px;
}

.gallery-block {
    position: relative;
    margin-bottom: 30px;
    padding: 0 15px;
}

.gallery-block .image {
    position: relative;
    overflow: hidden;
}

.gallery-block .image img {
    transition: .5s;
}

.gallery-block .inner-box:hover .image img {
    transform: scale(1.1);
}

.gallery-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    transition: .5s;
    opacity: 0;
    transform: scaleY(1.25);
    background: rgb(2 21 21 / 80%);
    justify-content: center;
}

.gallery-block .image:hover .overlay {
    opacity: 1;
    transform: scaleY(1);
}

.gallery-block .link-btn {
    position: relative;
}

.gallery-block .link-btn a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #fff;
    display: inline-block;
    font-size: 25px;
    border-radius: 50%;
    transition: .5s;
}

.gallery-block .link-btn a:hover {
    color: #fff;
    background-color: var(--theme_primary);
}

.gallery-block .link-btn span {
    position: relative;
    display: inline-block;
}

.gallery-block .image .link-btn a:hover span {
    transform: rotate(360deg);
}

/* funfacts section */
section.funfacts-section {
    position: relative;
    padding: 120px 0 90px;
}

.funfact-block {
    position: relative;
}

.funfact-block .inner-box {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    padding: 47px 0;
}

.funfact-block .count-box {
    font-size: 24px;
    line-height: 48px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
    text-align: center;
}

.funfact-block .text {
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    font-family: "Oswald";
    text-align: center;
    margin: 0;
}

.funfact-block .inner-box:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/shape/shape-3.png);
    background-position: center;
    background-repeat: no-repeat;
}

.funfact-block:nth-child(2) .inner-box:before {
    background-image: url(../images/shape/shape-4.png);
}

.funfact-block:nth-child(3) .inner-box:before {
    background-image: url(../images/shape/shape-5.png);
}

.funfact-block:nth-child(4) .inner-box:before {
    background-image: url(../images/shape/shape-6.png);
}

.links-widget ul li a span.ribbon {
    width: 39px;
    height: 20px;
    background-color: var(--theme_primary);
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Oswald";
    display: inline-block;
    padding-left: 5px;
    position: relative;
}

.links-widget ul li a span.ribbon:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background-color: #0c0d0d;
    right: 4px;
    top: 8px;
}

/* Header style three */
.main-header.header-style-three .header-top ul.social-icon a {
    color: #fff;
}

.main-header.header-style-three .header-top ul.social-icon a:hover {
    color: var(--theme_primary);
}

.main-header.header-style-three {
    position: absolute;
    top: 30px;
}

.main-header.header-style-three .header-upper .logo-box {
    position: relative;
}

.main-header.header-style-three .header-upper .navbar-right-info {
    position: relative;
    right: 0;
    margin-left: 0;
}

.main-header.header-style-three .main-menu .navigation {
    margin-left: 0;
}

.main-header.header-style-three .sticky-header .inner-container  {
    padding: 0;
    box-shadow: none;
}

.main-header.header-style-three .sticky-header .header-upper .logo-box {
    position: relative;
    top: 0;
    padding: 15px 0;
}

.main-header.header-style-three .header-upper .right-column {
    width: auto;
}

.main-header.header-style-three  .nav-outer .main-menu {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.header-upper .language {
    margin-right: 60px;
}

.header-upper .language a {
    margin: 0 4px;
}

/* Banner section style three */
.banner-section.style-three .content-box h1 {
    font-size: 202px;
    line-height: 232px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Oswald";
    text-align: center;
    z-index: 9;
}

.banner-section.style-three .content-box .image_box {
    position: absolute;
    margin-bottom: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner-section.style-three .content-box .image {
    margin-top: 0;
}

.banner-section.style-three .content-box h1 span {
    margin-left: 80px;
}

.banner-section.style-three .content-box {
    min-height: 1040px;
    padding-top: 100px;
}

.banner-section.style-three .content-box h1 mark {
    padding: 0;
    background: transparent;
    color: #fff;
    position: relative;
}

.banner-section.style-three .content-box h1 mark:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    background: var(--theme_primary);
    z-index: -1;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 140px;
}

/* Product section */

.products-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.products-section-two .top-content .read-more-btn a {
    font-size: 14px;
    color: #021515;
    font-weight: 400;
    font-family: "Oswald";
    text-align: right;
    position: relative;
    transition: .5s;
    margin-right: 13px;
}

.products-section-two .top-content .read-more-btn a:hover {
    color: var(--theme_primary);
}

.products-section-two .top-content .read-more-btn a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background-color: var(--theme_primary);
    right: -13px;
    top: 10px;
}

.product-block-two {
    position: relative;
}

.product-block-two .inner-box {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-block-two .inner-box:before {
    position: absolute;
    content: '';
    left: 100px;
    bottom: 0;
    height: 1px;
    right: 0;
    background: rgb(2 21 21 / 10%);
}

.product-block-two .right-side {
    text-align: right;
}

.product-block-two .image {
    margin-right: 30px;
}

.product-block-two .content {
    position: relative;
}

.product-block-two h4 {
    font-size: 16px;
    color: #021515;
    font-weight: 400;
    font-family: "Oswald";
    text-transform: uppercase;
    margin-bottom: 5px;
}

.product-block-two .text {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
}

.product-block-two .left-side {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-block-two .price {
    font-size: 24px;
    color: #021515;
    font-weight: 400;
    font-family: "Oswald";
}

.product-block-two .category {
    font-size: 14px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
}

.product-block-two h4 a {
    color: #021515;
}


/* About Section three */
.about-section-three {
    position: relative;
    padding: 120px 0 90px;
    background-color: rgba(0, 0, 0, 0.07);
    background-size: cover;
}

.about-section-three .image {
    position: relative;
    text-align: right;
}

.about-section-three .sec-title h2 {
    font-size: 38px;
}

.about-section-three .sec-title.style-two {
    margin-top: 45px;
}


.about-section-three .sec-title.style-two {
    margin-bottom: 30px;
}

.about-section-three .text {
    margin-bottom: 47px;
}

.about-section-three .text-two {
    margin-bottom: 63px;
    font-size: 18px;
    line-height: 33px;
    color: #021515;
    font-weight: 400;
    font-family: "Oswald";
    z-index: 1;
    position: relative;
}


.about-section-three .left-column {
    position: relative;
}

.about-section-three .outer-box {
    position: relative;
}

.about-section-three .outer-box:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: -120px;
    left: 100px;
    background: #fff1f1;
    z-index: 0;
    opacity: 0;
}

@media only screen and (min-width:768px) {
	.about-section-three .outer-box:before {
		opacity: 1;
		right: -49px;
	}
	.about-section-three .text-two {
		padding-top: 20px;
		margin-right: -20px;
	}
}


/* About Section four */
section.about-section-four {
    position: relative;
    padding: 120px 0 90px;
}

section.about-section-four .sec-title.style-two h2 {
    font-size: 38px;
    color: #021515;
    font-weight: 600;
    text-transform: capitalize;
}

section.about-section-four .sec-title.style-two {
    margin-bottom: 40px;
}

section.about-section-four .sec-title h2 {
    font-size: 112px;
    font-weight: 600;
    line-height: 120px;
    margin-bottom: 90px;
}

section.about-section-four .sec-title h2 span {
    position: absolute;
    background-color: var(--theme_primary);
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Oswald";
    line-height: 47px;
    padding: 0 20px;
    bottom: 51px;
}

section.about-section-four .text {
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 50px;
}

section.about-section-four .text-two {
    font-size: 48px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
    margin-bottom: 30px;
    line-height: 55px;
}

section.about-section-four .text-three {
    font-size: 133px;
    color: #d5d6d6;
    font-weight: 700;
    font-family: "Oswald";
    line-height: 130px;
    margin-bottom: 35px;
}

section.about-section-four .text-three mark {
    padding: 0;
    background: transparent;
    color: #d5d6d6;
    position: relative;
    font-weight: 600;
    z-index: 2;
}

section.about-section-four .text-three mark:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    background: #000;
    z-index: -1;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 90px;
}

section.about-section-four .text-four {
    font-size: 28px;
    line-height: 35px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
}

section.about-section-four .image-block.mb_30 img {
    float: left;
    max-width: none;
}

section.about-section-four .content-wrapper {
    position: relative;
    margin-bottom: 30px;
}


/* Communicate section two */
section.communicate-section-two {
    position: relative;
    background-size: cover;
}

section.communicate-section-two .content {
    position: relative;
    margin-top: 150px;
    margin-right: -50px;
}

section.communicate-section-two h2 {
    text-transform: uppercase;
    font-size: 102px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Oswald";
    margin-bottom: 120px;
}

section.communicate-section-two .phone-number {
    line-height: 55px;
    font-size: 72px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Oswald";
    z-index: 1;
    position: relative;
}

section.communicate-section-two .phone-number a {
    color: #fff;
}

section.communicate-section-two .text-two {
    position: absolute;
    bottom: 35px;
    right: -5px;
    font-size: 24px;
    line-height: 132px;
    color: #feffff;
    font-weight: 700;
    font-family: "Oswald";
    text-align: center;
    width: 132px;
    height: 132px;
    border-radius: 66px;
    background-color: var(--theme_primary);
    text-transform: uppercase;
}

section.communicate-section-two .image {
    position: relative;
    margin-top: 30px;
    margin-left: 20px;
}

section.communicate-section-two .text {
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 82px;
}

section.communicate-section-two .image img {
    float: left;
    max-width: none;
}


/* Testimonials section three */

section.testimonials-section-three {
    position: relative;
    padding: 120px 0 90px;
}

.testimonial-block-three {
    position: relative;
}

.testimonial-block-three .inner-box {
    position: relative;
    border: 1px solid rgba(12,9,12,0.1);
    padding: 45px;
    transition: .5s;
    margin-bottom: 30px;
}

.testimonial-block-three .inner-box:hover {
    border-color: var(--theme_primary);
}

.testimonial-block-three .client-info {
    position: relative;
    display: inline-block;
    text-align: left;
    padding-left: 80px;
    margin-bottom: 35px;
}

.testimonial-block-three .quote {
    width: 62px;
    height: 62px;
    border-radius: 31px;
    background-color: #021515;
    text-align: center;
    line-height: 62px;
    color: #fff;
    position: absolute;
    top: 1px;
    left: 0;
}

.testimonial-block-three .quote:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.testimonial-block-three .client-name {
    font-size: 18px;
    line-height: 32px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
    text-transform: uppercase;
}

.testimonial-block-three .designation {
    font-size: 14px;
    line-height: 36px;
    color: #777;
    font-weight: 400;
    font-family: "Open Sans";
}

.testimonial-block-three .description {
    font-size: 32px;
    line-height: 48px;
    color: #021515;
    font-weight: 300;
    font-family: "Oswald";
    margin-bottom: 30px;
}

.testimonial-block-three .rating {
    font-size: 18px;
    letter-spacing: 4px;
    color: #fae606;
}

/* Client logo section three */

section.client-logo-section-two {
    position: relative;
    padding: 120px 0 20px;
}

section.client-logo-section-two .column {
    flex: 0 0 auto;
    width: 20%;
}

section.client-logo-section-two .client-logo-1 {
    position: relative;
    min-height: 120px;
}

/* page title */
section.page-title {
    position: relative;
    padding: 270px 0;
}

section.page-title h1 {
    position: relative;
    font-size: 102px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Oswald";
    text-transform: uppercase;
}


/* Video btn */
.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-btn span {
    position: relative;
    border-radius: 50%;
}

.video-btn .ripple:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-color: rgb(255 255 255 / 25%);
    border-radius: 50%;
    transition: .7s;
}

.video-btn .ripple:hover:before {
    transform: scale(1.3);
}

.video-btn .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-btn .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

section.video-section .video-box {
    max-width: 770px;
    margin: 0 auto;
    position: relative;
}

.video-box {
    position: relative;
}

.video-box:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 20px solid #fff;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.08));
}


/* Pagination */
.page-pagination {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.page-pagination li {
	display: inline-block;
	margin: 0 4px 10px;
}

.page-pagination li a {
	text-align: center;
	-o-transition: .5s ease;
	transition: .5s ease;
	width: 28px;
	height: 28px;
	border-radius: 3px;
	background-color: rgba(2,21,21,0.03137254901960784);
	border: 1px solid rgba(2,21,21,0.1);
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	color: #777;
	font-weight: 400;
	font-family: "Open Sans";
}

.page-pagination li span {
	font-size: 12px;
}

.page-pagination li.active a,
.page-pagination li a:hover {
	color: #fff;
	border-color: transparent;
    background-color: var(--theme_primary);
}


.blog-single-post {
    position: relative;
}

.blog-single-post blockquote {
    background-size: cover;
    border-left: 10px solid var(--theme_primary);
    padding: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Oswald";
    margin: 40px 0;
}

.blog-single-post .news-block-one .image {
    margin-bottom: 50px;
}


/* Comments */

.comments-title {
	position: relative;
	margin-bottom: 35px;
}
.comments-title h4 {
	text-transform: capitalize;
	margin: 0;
	font-size: 32px;
	line-height: 32px;
	color: #021515;
	font-weight: 400;
	font-family: "Oswald";
}
.comments-title p {
	font-size: 13px;
	color: #555;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 5px;
}
.comments-area {
	position: relative;
	margin-bottom: 70px;
}
.comments-area .comment-box {
	position: relative;
	margin-bottom: 30px;
}
.comments-area .comment-box.comment-reply {
    margin-left: 70px;
}
.comments-area .comment {
	position: relative;
	min-height: 80px;
	padding-left: 130px;
}
.comments-area .comment-box .author-thumb {
	position: absolute;
	left: 0px;
	top: 0;
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	overflow: hidden;
}
.comments-area .comment-box .author-thumb img {
	width: 100%;
}
.comments-area .comment-box .info-wrap {
	position: relative;
}
.comments-area .comment-box .info {
	position: relative;
	margin-bottom: 15px;
	line-height: 24px;
}
.comments-area .comment-box .info .name {
	position: relative;
	display: block;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 32px;
	color: #021515;
	font-weight: 400;
	font-family: "Oswald";
}
.comments-area .comment-box .info .comment-date {
	position: absolute;
	font-size: 16px;
	line-height: 24px;
	color: var(--theme_dark);
	right: 0;
	top: 0;
}
.blog-single-post .comments-area .comment-box .text {
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(82 84 124 / 20%);
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #798795;
	font-weight: 400;
	font-family: "Open Sans";
}
.comments-area .comment-box .reply-btn {
	position: relative;
	top: 0;
	right: 0;
}
.comments-area .comment-box .reply-btn a {
	transition: .5s;
	font-size: 13px;
	line-height: 32px;
	color: #a4a4a4;
	display: inline-block;
	margin-right: 10px;
    transition: .5s;
}
.comments-area .comment-box .reply-btn a:hover {
    color: var(--theme_primary);
}
.comments-area .comment-box .reply-btn a i {
    margin-right: 5px;
}
.comments-area .comment-box .theme-btn .btn-title {
	line-height: 30px;
	color: #222;
	text-transform: uppercase;
}
.comments-area .comment-box .theme-btn:hover .btn-title {
	color: #fff;
}
.comments-area .comment-box .theme-btn:after {
	position: absolute;
}
.comments-area .comment-box .theme-btn .btn-title i {
	font-size: 10px;
	margin-left: 2px;
}
/* Leave Comments Form */

.leave-comments {
	position: relative;
	margin-bottom: 30px;
}
.leave-comments form .form-group {
	margin-bottom: 30px;
	position: relative;
}
.leave-comments form .form-group input {
	height: 40px;
	width: 100%;
	background-color: rgba(82,84,124,0);
	border: 1px solid rgba(82,84,124,0.1);
	font-size: 14px;
	line-height: 126px;
	color: #777777;
	font-weight: 400;
	font-family: "Open Sans";
	padding: 0 17px;
}
.leave-comments form .form-group textarea {
	height: 115px;
	width: 100%;
	background-color: rgba(82,84,124,0);
	border: 1px solid rgba(82,84,124,0.1);
	padding: 10px 17px;
	font-size: 14px;
	color: #777777;
	font-weight: 400;
	font-family: "Open Sans";
}
.leave-comments form .form-group .theme-btn {
    padding: 18px 35px;
}

.post-share-info {
    position: relative;
    border-top: 1px solid rgb(82 84 124 / 20%);
    padding-top: 25px;
    margin-top: 35px;
    margin-bottom: 70px;
}

.post-share-info span {
    font-size: 14px;
    line-height: 36px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
    margin-right: 20px;
    text-transform: uppercase;
}

.post-share-info a {
    border: 1px solid rgba(100,73,80,0.05);
    font-size: 13px;color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    line-height: 25px;
    display: inline-block;padding: 0 12px;transition: .5s;margin-right: 6px;}

.post-share-info a:hover {
    color: #fff;
    border-color: var(--theme_primary);
    background-color: var(--theme_primary);
}

.leave-comments .form-group {
    padding-left: 100px;
}

.leave-comments label {
    position: absolute;
    top: 6px;
    left: 0;
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    font-weight: 600;
    font-family: "Open Sans";
}

h3.widget_title {
    font-size: 18px;
    line-height: 32px;
    color: #021515;
    font-weight: 400;
    font-family: "Oswald";
    margin-bottom: 30px;
}

.search-widget input {
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    width: 100%;
    height: 55px;
    background-color: #ffffff;
    border: 1px solid rgba(82,84,124,0.07);
    padding: 0 20px;
}

.search-widget button {
    color: var(--theme_primary);
    position: absolute;
    top: 9px;
    right: 20px;
    background: transparent;
}

.search-widget .form-group {
    position: relative;
}

.categories-widget ul.list {
    position: relative;
}

.categories-widget li {
    margin-bottom: 20px;
}

.categories-widget a {
    font-size: 14px;
    line-height: 38px;
    color: #777777;
    font-weight: 300;
    font-family: "Oswald";
    padding: 0 20px;
    background-color: rgb(2 21 21 / 3%);
    display: block;
    transition: .5s;
}

.categories-widget a:hover {
    color: #fff;
    background-color: var(--theme_primary);
}

.newsletter-widget {
    position: relative;
    border: 5px solid #021515;
    text-align: center;
    padding: 60px 25px;
}

.newsletter-widget h3.widget_title {
    font-size: 32px;
    color: #021515;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.newsletter-widget input#subscription-email {
    width: 310px;
    height: 72px;
    background-color: #e5e7e7;
    padding: 0 30px;
    font-size: 16px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 40px;
}


.newsletter-widget ul.social-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.newsletter-widget ul.social-icon a {
    color: #777;
    font-size: 14px;
    transition: .5s;
}

.newsletter-widget ul.social-icon a:hover {
    color: var(--theme_primary);
}

.newsletter-widget ul.social-icon li {
    margin: 0 13px;
}

section.page-title.style-two {
    padding-bottom: 460px;
}

/* Contact section */
section.contact-section {
    position: relative;
}

section.contact-section .wrapper-box {
    position: relative;
    margin-top: -290px;
    background: #fff;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-bottom: 70px;
}

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

section.contact-section .contact-info .top-info {
    background-color: #021515;
    padding: 70px 0;
    padding-left: 50px;
}

section.contact-section .contact-info .top-info h4 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Oswald";
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.contact-section .contact-info .top-info .text {
    font-size: 14px;
    line-height: 28px;
    color: #a9a9a9;
    font-weight: 400;
    font-family: "Open Sans";
    margin-bottom: 20px;
}

section.contact-section .contact-info .top-info h5 {
    font-size: 36px;
    color: var(--theme_primary);
    font-weight: 700;
    font-family: "Oswald";
}

section.contact-section .contact-info .top-info h5 a {
    color: var(--theme_primary);
}

section.contact-section .contact-info .bottom-info {
    background-color: var(--theme_primary);
    padding-top: 70px;
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 35px;
}

section.contact-section .contact-info .bottom-info ul {
    padding-bottom: 5px;
}

section.contact-section .contact-info .bottom-info li {
    position: relative;
    padding-left: 105px;
    margin-bottom: 40px;
}

section.contact-section .contact-info .bottom-info h5 {
    font-size: 24px;
    line-height: 48px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Oswald";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

section.contact-section .contact-info .bottom-info a {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans";
}

section.contact-section .contact-info .bottom-info p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Open Sans";
}

section.contact-form-section {
    position: relative;
    padding: 120px 0 90px;
}

section.gallery-section.style-two {
    background: #fff;
}


/*Error Section*/

.error-section{
    position:relative;
    padding: 110px 0px;
}

.error-section .content{
    position:relative;
    text-align:center;
}

.error-section h1{
    position:relative;
    font-size:200px;
    font-weight: 700;
    line-height:1em;
    margin-bottom:10px;
}

.error-section h2{
    position:relative;
    font-size: 48px;
    font-weight: 700;
    line-height:1.2em;
    margin-bottom: 20px;
}

.error-section .text{
    position:relative;
    font-size: 20px;
    font-weight: 400;
    margin-top:10px;
    margin-bottom: 50px;
}

.error-section .theme-btn{
    position: relative;
}




/* faq section */

.faq-section {
    position: relative;
    padding: 100px 0 70px;
}

/* Accordion box */

.accordion-box {
    position: relative;
    margin-bottom: 30px;
}

.accordion-box .block {
    position: relative;
    padding-top: 0px;
    margin-bottom: 35px;
}

.accordion-box .block:last-child {
    margin-bottom: 0px;
}

.accordion-box .block .acc-btn {
    position: relative;
    cursor: pointer;
    line-height: 1.2em;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-size: 16px;
    color: #021515;
    font-weight: 400;
    font-family: "Oswald";
    padding-left: 50px;
}

.accordion-box .block .icon-outer {
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 14px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    text-align: center;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: rgb(2 21 21 / 7%);
    line-height: 30px;
    border-radius: 5px;
    font-size: 12px;
    color: #777777;
    font-weight: 400;
}

.accordion-box .block.active-block .icon-outer {
    color: #fff;
    background: var(--theme_primary);
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 18px;
    font-weight: normal;
    line-height: 1em;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transform: translate(-50%, -50%);
}

.accordion-box .block .active .icon-outer span:before {
    content: "\f068";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    border-top: 0;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    padding-left: 50px;
    margin-top: 15px;
    margin-bottom: 44px;
}

.accordion-box .block .content .text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
}

.accordion-box .block .acc-btn strong {
    font-size: 24px;
    color: #c2c0bb;
    width: 76px;
    text-align: center;
    border-right: 1px solid #e9e5df;
    margin-right: 30px;
    display: inline-block;
    line-height: 75px;
}

.faq-section .bg-area {
    position: relative;
    background-color: rgb(2 21 21 / 4%);
    padding: 70px 100px;
    padding-right: 80px;
}

/* Single product section */

.single-product-section {
    position: relative;
    padding: 120px 0 90px;
}

.swiper-container.product-thumb {
    max-width: 455px;
}

.product-details .product-thumb .thumb {
    position: relative;
    text-align: center;
    cursor: pointer;
    min-height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.product-details .single-product .image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
}

.product-details .product-content {
    position: relative;
}

.product-details .product-content h5 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-details .product-content h4 {
    position: relative;
    margin-bottom: 35px;
    font-size: 48px;
    line-height: 48px;
    color: #021515;
    font-weight: 400;
    font-family: "Oswald";
}

.product-details .product-content h4 a {
    transition: .5s;
    color: #1e2843;
}

.product-details .product-content .price {
    margin-bottom: 25px;
    font-size: 32px;
    color: #021515;
    font-weight: 700;
    font-family: "Open Sans";
    position: relative;
    display: inline-block;
    padding-right: 120px;
}

.product-details .product-content .price del {
    font-size: 14px;
    color: #bfbfbf;
    margin-left: 20px;
    text-decoration: none;
    font-weight: 400;
}

.product-details .product-content .rating {
    font-size: 14px;
    color: #fec104;
    margin-bottom: 15px;
    position: absolute;
    bottom: -12px;
    right: 0;
}

.product-details .product-content .text {
    margin-bottom: 30px;
}

.product-details .product-content .link-btn {
    position: relative;
    margin-bottom: 20px;
}

.product-details .product-content .product-quantity {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.product-details .product-content .qity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 20px;
    flex-wrap: wrap;
}
  
.product-details .product-content .qity h5 {
    margin-right: 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}

.product-details .product-content .qity .stock-available {
    margin-left: 15px;
    font-size: 16px;
    font-weight: 400;
}

.product-details .product-content .qity .stock-available span {
    color: #222;
}

.product-details .product-content .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn {
    position: relative;
    display: block;
    float: none;
    margin-left: 0px;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #848484;
    padding: 12px 11px;
    cursor: pointer;
}

.product-details .product-content .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0
}
  
.product-details .product-content .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    margin-top: -2px;
}
  
.product-details .product-content .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
    content: "\f0d8";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 5px 5px 5px;
}
  
.product-details .product-content .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
    content: "\f0d7";
    font-family: FontAwesome;
    color: #848484;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 5px 5px;
}

.item-quantity .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    max-width: 50px;
    width: 100%;
    height: 50px;
}

.item-quantity input.quantity-spinner {
    line-height: 50px;
    height: 50px;
    width: 50px !important;
    padding: 0px !important;
    box-shadow: none !important;
    border: none;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #1e1e2a;
    border: 1px solid #e1e5e9;
    border-radius: 5px;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
    position: absolute;
    height: 50px;
    width: 50px;
    background: transparent;
    padding: 0px 0px;
    border-right: none;
    border-radius: 0;
    left: 0;
    top: 0;
    border-right: 1px solid #eee;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
    position: absolute;
    height: 50px;
    width: 50px;
    background: transparent;
    padding: 0px 0px;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
    margin-top: 0px;
    right: 0;
    top: 0;
    border-left: 1px solid #eee;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f067";
    font-size: 12px;
    font-style: normal;
    color: #0c2957;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f068";
    font-size: 12px;
    font-style: normal;
    color: #0c2957;
    font-weight: 700;
    font-family: 'Font Awesome 5 Pro';
}

.bootstrap-touchspin .input-group-btn-vertical{
    position: absolute;
    width: 100%;
    top: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i{
    top: 9px;
    left: 19px;
    font-size: inherit !important;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
    margin-top: 0px;
}

.product-details .quantity-spinner.form-control {
    padding: 0 45px;
    text-align: center;
    width: 150px;
    height: 50px;
    border-radius: 0px !important;
}

.product-details .social-links {
    position: relative;
    display: inline-block;
}

.product-details .social-links li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.product-details .social-links li:last-child {
    margin-right: 0;
}

.product-details .social-links li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    transition: .5s;
}

.product-details .social-links li a:hover {
    border-radius: 50%;
}

.product-details .social-links a.facebook {
    background-color: #516eb1;
}

.product-details .social-links a.twitter {
    background-color: #449bd5;
}

.product-details .social-links a.pinterest {
    background-color: #ac1e23;
}


/* Product Tab */

.product-tab-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 120px;
    margin-bottom: 80px;
    border: 1px solid #ddd;
    border-top: 5px solid var(--theme_primary);
    padding: 50px;
}

.product-tab-box .tab-btns {
    position: relative;
    display: block;
    margin-bottom: 15px;
    z-index: 1;
}

.product-tab-box .tab-btns .tab-btn {
    display: inline-block;
    float: none;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.product-tab-box .tab-btns .tab-btn span {
    position: relative;
    display: block;
    background: #222;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
    padding: 13px 14px;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    min-width: 120px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Oswald";
    text-transform: uppercase;
}

.product-tab-box .tab-btns .tab-btn.active-btn span {
    color: #fff;
    background-color: var(--theme_primary);
}

.product-tab-box .tab-btns .tab-btn span:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 1px;
    content: "";
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.product-tab-box .tab-btns .tab-btn.active-btn span:before,
.product-tab-box .tab-btns .tab-btn:hover span:before {
    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;
}

.product-tab-box .owl-nav-style-two .owl-nav .owl-next,
.product-tab-box .owl-nav-style-two .owl-nav .owl-prev {
    background: transparent;
    width: 20px;
    height: 20px;
    top: -40px;
    font-size: 30px;
}

.review-box-holder {
    position: relative;
    display: block;
}

.review-box-holder .single-review-box {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 40px;
    border: 1px solid #ededed;
    padding: 40px;
    padding-left: 135px;
}

.review-box-holder .single-review-box .image-holder {
    position: absolute;
    left: 40px;
    top: 40px;
}

.review-box-holder .single-review-box .image-holder img {
    width: 100%;
    border-radius: 50%;
}

.review-box-holder .single-review-box .text-holder {
    position: relative;
    display: block;
}

.review-box-holder .single-review-box .text-holder .top {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 17px;
}

.review-box-holder .single-review-box .text-holder .top .name h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 6px;
    text-transform: capitalize;
}

.review-box-holder .single-review-box .text-holder .top .name h3 span {
    font-size: 16px;
    font-weight: 400;
    color: #838d9e;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul {
    position: relative;
    display: block;
    overflow: hidden;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li {
    display: inline-block;
    margin-right: 3px;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li:last-child {
    margin-right: 0;
}

.review-box-holder .single-review-box .text-holder .top .review-box ul li i {
    font-size: 14px;
    color: var(--theme_primary);
}

.review-box-holder .single-review-box .text-holder .text p {
    margin: 0;
    font-size: 18px;
}

.product-tab-box .review-form {
    padding: 40px;
    border: 1px solid #e1e5e9;
    margin-bottom: 70px;
}

.product-tab-box .review-form .shop-page-title {
    padding-bottom: 25px;
}

.shop-page-title {
    position: relative;
    display: block;
}

.shop-page-title .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
    font-family: var(--fira-sans);
    text-transform: capitalize;
    margin-bottom: 40px;
}

.shop-page-title .title-two {
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: var(--theme_dark);
    font-family: 'Jost', sans-serif;
}

.shop-page-title .title span {
    font-weight: 400;
}

.shop-page-title p {
    margin: 0;
    font-size: 18px;
}

.shop-page-title p b {
    font-weight: 400;
}

.product-tab-box .review-form .add-rating-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-tab-box .review-form .add-rating-box .add-rating-title {
    position: relative;
    float: left;
}

.product-tab-box .review-form .add-rating-box .add-rating-title h4 {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    text-transform: capitalize;
}

.product-tab-box .review-form .add-rating-box .review-box {
    position: relative;
    float: left;
    padding-left: 20px;
}

.product-tab-box .review-form .add-rating-box .review-box ul li {
    position: relative;
    float: left;
    line-height: 20px;
    margin-right: 5px;
    cursor: pointer;
}

.product-tab-box .review-form .add-rating-box .review-box ul li:last-child {
    margin-right: 0px;
}

.product-tab-box .review-form .add-rating-box .review-box ul li i {
    color: #b5b5b5;
    font-size: 16px;
    line-height: 20px;
    opacity: 1;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.product-tab-box .review-form .input-box p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}

.product-tab-box .review-form .input-box p span {
    color: var(--theme-color);
}

.product-tab-box .review-form form input[type="text"],
.product-tab-box .review-form form input[type="email"],
.product-tab-box .review-form form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 60px;
    border: 1px solid #ededed;
    color: #252525;
    font-size: 15px;
    padding: 0 20px;
    margin-bottom: 30px;
    border-radius: 0px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.product-tab-box .review-form form textarea {
    height: 170px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.product-tab-box .review-form form input[type="text"]:focus {
    border-color: #e1dddd;
}

.product-tab-box .review-form form input[type="email"]:focus {
    border-color: #e1dddd;
}

.product-tab-box .review-form form textarea:focus {
    border-color: #e1dddd;
}

/* Related Products */

.related-products {
    position: relative;
}

.related-products .owl-theme .owl-nav {
	position: absolute;
	display: flex;
	width: auto;
	margin: 0 auto;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	top: -130px;
	right: 0;
}

.related-products .owl-theme .owl-nav .owl-prev {
	margin: 0 10px;
	height: 50px;
	position: relative;
	width: 50px;
	border-radius: 50%;
	border: none;
	text-align: center;
	color: rgba(0, 0, 0, 0);
	line-height: 60px;
	font-size: 0px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9;
}

.related-products .owl-theme .owl-nav .owl-prev:after {
	font-family: "Flaticon";
	content: "\f102";
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	left: 0;
	background: #ffedea;
	font-size: 18px;
	border-radius: 5px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.related-products .owl-theme .owl-nav .owl-next {
	margin: 0 10px;
	position: relative;
	height: 50px;
	width: 50px;
	color: rgba(0, 0, 0, 0);
	font-size: 0px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 9;
}

.related-products .owl-theme .owl-nav .owl-next:after {
	font-family: "Flaticon";
	content: "\f102";
	position: absolute;
	top: 0px;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #ffedea;
	border-radius: 5px;
	font-size: 18px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}



  
  /** cart-section **/
  
  .cart-section{
    position: relative;
    padding: 120px 0px;
  }
  
  .cart-section .cart-title{
    position: relative;
    margin-bottom: 14px;
  }

  .cart-section .cart-title .text {
      margin-bottom: 0;
  }

  .cart-section .cart-title .text span {
      font-size: 16px;
      font-weight: 600;
      color: #222;
  }
  
  .cart-outer{
    position:relative;  
  }
  
  .cart-outer .table-outer{
    position:relative;
    width:100%;
    overflow-x: auto;
    margin-bottom:40px;
  }
  
  .cart-outer .cart-table{
    width:100%;
    min-width:900px;
    border-bottom:1px solid #e3e3e3;
    border-radius: 5px;
  }
  
  .cart-outer .cart-table tbody{
    padding-bottom:30px;
  }
  
  .cart-table .cart-header{
    position:relative;
    width:100%;
    border:1px solid #e3e3e3;
  }
  
  .cart-table thead tr th{
    line-height:28px;
    padding: 16px 28px 15px 40px;
    font-weight:600;
    font-size: 16px;
    color: #212121;
    border-right:1px solid #e3e3e3;
  }
  
  .cart-table thead tr th .fa{
    font-size:18px; 
  }
  
  .cart-table tbody tr td{
    padding: 30px 30px 30px 30px;
  }
  
  .cart-table tbody tr .qty .item-quantity{
    border:1px solid #dddddd;
  }
  
  .cart-table tbody tr .qty .quantity-spinner{
    background:#ffffff; 
  }
  
  .cart-table tbody tr .prod-column .column-box{
    position: relative;
    min-height: 80px;
    padding-top: 13px;
    padding-left: 140px;
    font-size: 17px;
    color: #4b4b4b;
  }
  
  .cart-table tbody tr td.prod-column{
    position: relative;
  }
  
  .cart-table tbody tr td.prod-column:before{
    position: absolute;
    content: '';
    background: #e3e3e3;
    width: 1px;
    height: 100%;
    left: 140px;
    top: 0px;
  }
  
  .cart-table tbody tr .prod-column .column-box .prod-thumb{
    position:absolute;
    left:0px;
    top: 0;
    transition: all 500ms ease;
    width: 75px;
    text-align: center;
  }
  
  .cart-table tbody tr .prod-column .column-box .prod-thumb img{
    width: 70px;
    border-radius: 5px;
  }
  
  .cart-table tbody tr .prod-column .column-box h4{
    position:relative;
    font-size:18px;
    line-height: 26px;
    color: var(--theme_dark);
    margin: 0px;
    margin-top: 20px;
  }
  
  .cart-table tbody tr .sub-total{
    font-size: 16px;
    color: var(--theme_dark);
  }
  
  .cart-table tbody tr .remove-btn{
    position:relative;
    display: inline-block;
    font-size:18px;
    color:#bfbfc9;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #bfbfc9;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    transition:all 500ms ease;
  }
  
  .cart-table tbody tr td{
    vertical-align:middle;
    border-left:1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
  }
  
  .cart-table tbody tr .total-price{
    font-size: 16px;
    color: var(--theme_dark);
  }
  
  .cart-table tbody tr td:last-child{
    border-right:1px solid #e3e3e3;
    text-align: center;
  }
  
  .cart-section .cart-outer .totle-table{
    position: relative;
    margin-bottom: 12px;
  }
  
  .cart-section .cart-outer .totle-table p{
    font-weight: 500;
  }
  
  .cart-section .cart-outer .totle-table p span{
    color: #1e1e2a;
  }
  
  .cart-table tbody tr td.qty input{
    width: 90px;
    height: 50px;
    text-align: center;
    padding: 10px 10px;
    padding-right: 0;
    font-size: 16px;
    color: var(--theme_dark);
    border: 1px solid #e3e3e3;
  }
  
  .cart-section .apply-coupon .form-group{
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  
  .cart-section .apply-coupon .form-group:last-child{
    margin-right: 0px;
  }
  
  .cart-section .apply-coupon .form-group input[type="text"] {
    position: relative;
    display: block;
    border: 1px solid #e3e3e3;
    width: 250px;
    height: 60px;
    font-size: 17px;
    font-weight: 400;
    color: #4b4b4b;
    padding: 10px 20px;
    background: #ffffff;
    transition: all 500ms ease;
  }
 
  .cart-section .apply-coupon .form-group button{
    background: #f8f8f8;
    padding: 15px 42px;
    font-size: 17px;
    font-weight: 500;
    transition: .5s;
    border: none;
  }
  
  .cart-section .btn-box button{
    float: left;
    margin-right: 20px;
  }
  
  .cart-section .btn-box button:last-child{
    margin-right: 0px;
  }
  
  .cart-section .btn-box .cart-btn{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    background: #212121;
    padding: 15px 46px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 500ms ease;
    border: none;
  }
  
  .cart-section .btn-box .cart-btn:hover{
    color: #ffffff;
  }
  
  .cart-section .btn-box button.theme-btn-four{
    padding: 15px 56px;
    color: #212121;
    font-size: 17px;
    font-weight: 500;
    transition: .5s;
    border: none;
  }

  .cart-section .btn-box button.theme-btn-four:hover {
      background-color: var(--theme_primary);
      color: #fff;
  }

/** checkout **/

.checkout-page-section{
    position: relative;
    padding: 120px 0px 90px;
  }
  
  .checkout-page-section .information-inner{
    position: relative;
    display: block;
    border-radius: 5px;
    padding: 54px 60px 36px 60px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  }
  
  .checkout-page-section h3{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 22px;
  }
  
  .checkout-page-section .information-inner .field-input{
    position: relative;
    display: block;
    margin-bottom: 20px;
    min-height: 30px;
  }
  
  .checkout-page-section .information-inner .field-input input[type='text'],
  .checkout-page-section .information-inner .field-input input[type='email']{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    font-size: 17px;
    color: #4b4b4b;
    padding: 10px 20px;
    transition: all 500ms ease;
  }
  
  .checkout-page-section .information-inner .bootstrap-select>.dropdown-toggle {
      width: 100%;
      background: #f8f8f8;
      padding: 17px 20px;
      border-radius: 0;
  }

  .checkout-page-section .information-inner .bootstrap-select .dropdown-toggle .filter-option:after {
      top: 14px;
      right: 20px;
  }

  .checkout-page-section .information-inner .dropdown.bootstrap-select {
      width: 100%;
  }
  
  .checkout-page-section .information-inner .field-input .nice-select{
    border: 1px solid #f8f8f8 !important;
    color: #646578;
    background: #f8f8f8;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    padding: 0px 20px;
    width: 100%;
  }
  
  .checkout-page-section .information-inner .field-input .nice-select:after{
    right: 20px;
    color: #646578;
    top: 29px;
  }
  
  .checkout-page-section .information-inner .custom-control.material-checkbox .material-control-indicator{
    top: 2px;
  }
  
  .checkout-page-section .information-inner .description{
    position: relative;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
    font-size: 15px;
    color: #4b4b4b;
  }
  
  .checkout-page-section .information-inner .custom-controls-stacked{
    position: relative;
    margin-top: -8px;
    /* margin-left: -20px; */
  }
  
  .checkout-page-section .information-inner .contact-information{
    position: relative;
    padding-bottom: 22px;
  }
  
  .checkout-page-section .order-summary{
    position: relative;
    display: block;
    padding: 33px 30px 34px 30px;
    border: 1px solid #e3e3e3;
  }
  
  .checkout-page-section .order-summary h4{
    margin-bottom: 15px;
  }
  
  .checkout-page-section .order-summary .inner-box .single-item{
    position: relative;
    padding-left: 65px;
    padding-bottom: 24px;
    margin-bottom: 23px;
    border-bottom: 1px solid #d0d4dd;
    min-height: 108px;
  }

  .checkout-page-section .order-summary .inner-box .single-item .count {
      position: absolute;
      top: 5px;
      left: 0;
      width: 46px;
      height: 46px;
      text-align: center;
      background: #f8f8f8;
      border-radius: 50%;
      line-height: 46px;
      font-size: 20px;
      font-weight: 600;
  }
  
  .checkout-page-section .order-summary .inner-box .single-item:last-child{
    margin-bottom: 0px;
  }
  
  .checkout-page-section .order-summary .inner-box .single-item .image-box{
    position: absolute;
    left: 0px;
    top: 7px;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border: 1px solid #d0d4dd;
    border-radius: 5px;
  }
  
  .checkout-page-section .order-summary .inner-box .single-item p{
    margin-bottom: 7px;
    font-size: 17px;
    color: #4b4b4b;
  }

  .checkout-page-section .order-summary .inner-box .single-item h6 {
      font-size: 18px;
      font-weight: 500;
  }
  
  .checkout-page-section .order-summary .total-box{
    position: relative;
    display: block;
    padding: 22px 0px 24px 0px;
    border-bottom: 1px solid #d0d4dd;
  }
  
  .checkout-page-section .order-summary .total-box li{
    position: relative;
    display: block;
    color: #212121;
    margin-bottom: 8px;
  }
  
  .checkout-page-section .order-summary .total-box li:last-child{
    margin-bottom: 0px;
  }
  
  .checkout-page-section .order-summary .total-box li span{
    float: right;
    color: #646578;
  }
  
  .checkout-page-section .order-summary .tax-box{
    position: relative;
    display: block;
    padding: 18px 0px 15px 0px;
    border-bottom: 1px solid #d0d4dd;
    margin-bottom: 30px;
  }
  
  .checkout-page-section .order-summary .tax-box h5{
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
  }
  
  .checkout-page-section .order-summary .tax-box h5 span{
    float: right;
  }
  
  .checkout-page-section .order-summary .btn-box .theme-btn-four{
    padding: 16px 60px;
  }
  
  .checkout-page-section .order-information{
    position: relative;
    margin-bottom: 94px;
  }
  
  .checkout-page-section .accordion .payment-info .field-input{
    position: relative;
    margin-bottom: 20px;
  }
  
  .checkout-page-section .payment-info .field-input input[type='date'],
  .checkout-page-section .payment-info .field-input input[type='text']{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #e3e3e3;
    font-size: 17px;
    color: #4b4b4b;
    padding: 10px 20px;
    transition: all 500ms ease;
    margin-bottom: 30px;
  }
  
  .checkout-page-section .payment-info .field-input .theme-btn-four{
    display: block;
    width: 100%;
    transition: .5s;
  }

  .checkout-page-section .payment-info .field-input .theme-btn:hover {
    color: #fff;
    background-color: #222;
  }
  
  .checkout-page-section .accordion-box .block .acc-content{
    background: #ffffff;
    padding: 20px 30px 18px;
  }
  
  .checkout-page-section .accordion-box .block{
    background: #fff;
    margin-bottom: 10px;
  }
  
  .checkout-page-section .accordion-box .block:last-child{
    margin-bottom: 0px;
  }
  
  .checkout-page-section .accordion-box .block.active-block{
    padding-bottom: 0;
    padding-top: 30px;
  }
  
  .checkout-page-section .payment-method h3{
    margin-bottom: 32px;
  }
  
  .checkout-page-section .accordion-box .block .acc-btn .icon-outer{
    background: transparent !important;
    border-color: transparent !important;
    color: #646578 !important;
  }
  
  .checkout-page-section .accordion-box .block .acc-btn.active .icon-outer i:before{
    content: "\f0dd";
  }
  
.cart-table tbody tr .remove-btn:hover{
	color: var(--theme_primary);
	border-color: var(--theme_primary);
}

.cart-section .apply-coupon .form-group input:focus{
	border-color: var(--theme_primary) !important;
}

.cart-section .apply-coupon .form-group button{
	color: #212121;
}

.cart-section .apply-coupon .form-group button:hover {
    color: #fff;
    background-color: var(--theme_primary);
}

.cart-section .btn-box .cart-btn{
	color: #fff;
}

.cart-section .btn-box .cart-btn:hover{
  background: var(--theme_primary);
  border-color: var(--theme_primary);
}

.checkout-page-section .payment-info .field-input .theme-btn {
    border-radius: 0;
    padding: 15px 30px;
    border: none;
    transition: .5s;
}

.product-details .product-contentd ul.list {
    position: relative;
    margin-bottom: 30px;
}

.product-details .product-content ul.list {
    position: relative;
    margin-bottom: 20px;
}

.product-details .product-content ul.list li {
    font-size: 13px;
    line-height: 20px;
    color: var(--theme_primary);
    font-weight: 700;
    font-family: "Open Sans";
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-details .product-content ul.list li span {
    font-size: 13px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    font-family: "Open Sans";
    margin-left: 20px;
}

.product-details .product-content ul.list li strong {
    font-size: 13px;
    line-height: 16px;
    color: #021515;
    font-weight: 700;
    font-family: "Open Sans";
    margin-left: 5px;
}

.product-details .product-content .share {
    position: relative;
}

.product-details .product-content .fa-facebook {
    color: #45619d;
}

.product-details .product-content .fa-google-plus-g {
    color: #cf4539;
}

.product-details .product-content .fa-twitter {
    color: #42c0fb;
}

.product-details .product-content .fa-skype {
    color: #009ee5;
}

.product-details .product-content .fa-feed {
    color: #ec9f21;
}

.product-details .product-content .share span {
    font-size: 13px;
    line-height: 22px;
    color: #021515;
    font-weight: 700;
    font-family: "Oswald";
    text-transform: uppercase;
    margin-right: 10px;
}

.product-details .product-content .share i {
    margin-right: 8px;
    font-size: 14px;
}














