@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@100..900&display=swap');

html,
body {
	height: 100%;
	font-family: "Outfit", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Barlow", sans-serif;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 40px;
	font-weight: 900;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
    font-size: 16px;
    color: #282828;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
	color: #4d4d4d;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	margin-bottom: 50px;
	text-align: center;
}

.section-title h2 {
	color: #FFC000;
	font-weight: 700;
	position: relative;
	font-size: 50px;
	margin-bottom: 20px;
}
.section-title p{
    color: #333;
}


.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

/* buttons */

.primary-main-btn {
	display: inline-block;
	font-size: 20px;
	padding: 10px 45px 10px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	background: #fbb71c;
	letter-spacing: 0.5px;
	border-radius: 50px;
	transition: all 0.4s ease-in-out;
}
.primary-main-btn:hover{
    background-color: #FFC000;
    color: #fff;
}

.site-main-btn {
	    font-size: 14px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 30px 12px;
    background: #fbb71c;
    border: none;
    /* clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 43%); */
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
  Header
-----------------------*/

.header__top {
	background: #f5f5f5;
}

.header__top__left {
	padding: 10px 0 13px;
}

.header__top__left ul li {
	font-size: 14px;
	color: #1c1c1c;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.header__top__left ul li:after {
	position: absolute;
	right: -25px;
	top: 1px;
	height: 20px;
	width: 1px;
	background: #000000;
	opacity: 0.1;
	content: "";
}

.header__top__left ul li:last-child {
	margin-right: 0;
}

.header__top__left ul li:last-child:after {
	display: none;
}

.header__top__left ul li i {
	color: #252525;
	margin-right: 5px;
}

.header__top__right {
	text-align: right;
	padding: 10px 0 13px;
}

.header__top__right__social {
	position: relative;
	display: inline-block;
	margin-right: 35px;
}

.header__top__right__social:after {
	position: absolute;
	right: -20px;
	top: 1px;
	height: 20px;
	width: 1px;
	background: #000000;
	opacity: 0.1;
	content: "";
}

.header__top__right__social a {
	font-size: 14px;
	display: inline-block;
	color: #1c1c1c;
	margin-right: 20px;
}

.header__top__right__social a:last-child {
	margin-right: 0;
}

.header__top__right__language {
	position: relative;
	display: inline-block;
	margin-right: 40px;
	cursor: pointer;
}

.header__top__right__language:hover ul {
	top: 23px;
	opacity: 1;
	visibility: visible;
}

.header__top__right__language:after {
	position: absolute;
	right: -21px;
	top: 1px;
	height: 20px;
	width: 1px;
	background: #000000;
	opacity: 0.1;
	content: "";
}

.header__top__right__language img {
	margin-right: 6px;
}

.header__top__right__language div {
	font-size: 14px;
	color: #1c1c1c;
	display: inline-block;
	margin-right: 4px;
}

.header__top__right__language span {
	font-size: 14px;
	color: #1c1c1c;
	position: relative;
	top: 2px;
}

.header__top__right__language ul {
	background: #222222;
	width: 100px;
	text-align: left;
	padding: 5px 0;
	position: absolute;
	left: 0;
	top: 43px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.header__top__right__language ul li {
	list-style: none;
}

.header__top__right__language ul li a {
	font-size: 14px;
	color: #ffffff;
	padding: 5px 10px;
}

.header__top__right__auth {
	display: inline-block;
}

.header__top__right__auth a {
	display: block;
	font-size: 14px;
	color: #1c1c1c;
}

.header__top__right__auth a i {
	margin-right: 6px;
}

.header__logo {
	padding: 15px 0;
}

.header__logo a {
	display: inline-block;
	width: 200px;
}

.header__menu {
	padding: 24px 0 0 0;
	/* margin-bottom: -25px!important; */
}

.header__menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 50px;
	position: relative;
}

.header__menu ul li .header__menu__dropdown {
	position: absolute;
	left: 0;
	top: 50px;
	background: #222222;
	width: 180px;
	z-index: 9;
	padding: 5px 0;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	opacity: 0;
	visibility: hidden;
}

.header__menu ul li .header__menu__dropdown li {
	margin-right: 0;
	display: block;
}

.header__menu ul li .header__menu__dropdown li:hover>a {
	color: #fbb71c;
}

.header__menu ul li .header__menu__dropdown li a {
	text-transform: capitalize;
	color: #ffffff;
	font-weight: 400;
	padding: 5px 15px;
}

.header__menu ul li.active a {
	color: #fbb71c;
}

.header__menu ul li:hover .header__menu__dropdown {
	top: 30px;
	opacity: 1;
	visibility: visible;
}

.header__menu ul li:hover>a {
	color: #ef0f39;
}

.header__menu ul li:last-child {
	margin-right: 0;
}

.header__menu ul li a {
	font-size: 14px;
	color: #141b22;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	padding: 5px 0;
	display: block;
}

.header__cart {
	text-align: center;
	padding: 24px 0;
    margin-top: 5px;
}

.header__cart ul {
	display: inline-block;
	margin-right: 25px;
}

.header__cart ul li {
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.header__cart ul li:last-child {
	margin-right: 0;
}

.header__cart ul li a {
	position: relative;
}

.header__cart ul li a i {
	font-size: 22px;
    color: #141b22;
}

.header__cart ul li a span {
	height: 18px;
	width: 18px;
	background: #ef0f39;
	font-size: 13px;
	color: #ffffff;
	line-height: 13px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	top: -7px;
	right: -9px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__cart .header__cart__price {
	font-size: 16px;
	color: #000000;
	display: inline-block;
}

.header__cart .header__cart__price span {
	color: #141b22;
	font-weight: 700;
}

.humberger__menu__wrapper {
	display: none;
}

.humberger__open {
	display: none;
}

/*---------------------
  Hero
-----------------------*/

.hero {
	background-image: url(../img/banner-1.png);
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0;
	z-index: 1;
	min-height: 467px;
	background-position: center;
}

.hero.hero-normal {
	padding-bottom: 30px;
}

.hero.hero-normal .hero__categories {
	position: relative;
}

.hero.hero-normal .hero__categories ul {
	display: none;
	position: absolute;
	left: 0;
	top: 46px;
	width: 100%;
	z-index: 9;
	background: #ffffff;
}

.hero.hero-normal .hero__search {
	margin-bottom: 0;
}

.hero__categories__all {
	background: #fbb71c;
	position: relative;
	padding: 10px 25px 10px 40px;
	cursor: pointer;
}

.hero__categories__all i {
	font-size: 16px;
	color: #ffffff;
	margin-right: 10px;
}

.hero__categories__all span {
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

.hero__categories__all:after {
	position: absolute;
	right: 18px;
	top: 9px;
	content: "3";
	font-family: "ElegantIcons";
	font-size: 18px;
	color: #ffffff;
}

.hero__categories ul {
	border: 1px solid #ebebeb;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 12px;
}

.hero__categories ul li {
	list-style: none;
}

.hero__categories ul li a {
	font-size: 16px;
	color: #1c1c1c;
	line-height: 39px;
	display: block;
}

.hero__search {
	overflow: hidden;
	margin-bottom: 30px;
}

.hero__search__form {
	width: 610px;
	height: 50px;
	border: 1px solid #ebebeb;
	position: relative;
	float: left;
}

.hero__search__form form .hero__search__categories {
	width: 30%;
	float: left;
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	padding-left: 18px;
	padding-top: 11px;
	position: relative;
}

.hero__search__form form .hero__search__categories:after {
	position: absolute;
	right: 0;
	top: 14px;
	height: 20px;
	width: 1px;
	background: #000000;
	opacity: 0.1;
	content: "";
}

.hero__search__form form .hero__search__categories span {
	position: absolute;
	right: 14px;
	top: 14px;
}

.hero__search__form form input {
	width: 70%;
	border: none;
	height: 48px;
	font-size: 16px;
	color: #b2b2b2;
	padding-left: 20px;
}

.hero__search__form form input::placeholder {
	color: #b2b2b2;
}

.hero__search__form form button {
	position: absolute;
	right: 0;
	top: -1px;
	height: 50px;
}

.hero__search__phone {
	float: right;
}

.hero__search__phone__icon {
	font-size: 18px;
	color: #fbb71c;
	height: 50px;
	width: 50px;
	background: #f5f5f5;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}

.hero__search__phone__text {
	overflow: hidden;
}

.hero__search__phone__text h5 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 5px;
}

.hero__search__phone__text span {
	font-size: 14px;
	color: #6f6f6f;
}

.hero__item {
	display: flex;
	align-items: center;
	padding-top: 75px;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}

.hero__text h5 span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 4px;
	color: #fbb71c;
}

.hero__text h2 {
	font-size: 55px;
	color: #fff;
	line-height: 52px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 20px;
	line-height: 1.1;
}

.hero__text p {
	margin-bottom: 25px;
	color: #323232;
}

/*---------------------
  Categories
-----------------------*/

.categories__item {
	height: 270px;
	position: relative;
}

.categories__item h5 {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 20px;
	bottom: 20px;
	text-align: center;
}

.categories__item h5 a {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 12px 0 10px;
	background: #ffffff;
	display: block;
}

.categories__slider .col-lg-3 {
	max-width: 100%;
}

.categories__slider.owl-carousel .owl-nav button {
	font-size: 18px;
	color: #1c1c1c;
	height: 70px;
	width: 30px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #ebebeb;
	position: absolute;
	left: -35px;
	top: 50%;
	-webkit-transform: translateY(-35px);
	background: #ffffff;
}

.categories__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -35px;
}

/*---------------------
  Featured
-----------------------*/

.featured__controls {
	text-align: center;
	margin-bottom: 50px;
}

.featured__controls ul li {
	list-style: none;
	font-size: 18px;
	color: #1c1c1c;
	display: inline-block;
	margin-right: 25px;
	position: relative;
	cursor: pointer;
}

.featured__controls ul li.active:after {
	opacity: 1;
}

.featured__controls ul li:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #fbb71c;
	content: "";
	opacity: 0;
}

.featured__controls ul li:last-child {
	margin-right: 0;
}

.featured__item {
	margin-bottom: 50px;
	border: 1px solid #ddd;
}

.featured__item:hover .featured__item__pic .featured__item__pic__hover {
	bottom: 20px;
}

.featured__item__pic {
	height: 270px;
	position: relative;
	overflow: hidden;
	background-position: center center;
}

.featured__item__pic__hover {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	text-align: center;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.featured__item__pic__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.featured__item__pic__hover li:last-child {
	margin-right: 0;
}

.featured__item__pic__hover li:hover a {
	background: #fbb71c;
	border-color: #fbb71c;
}

.featured__item__pic__hover li:hover a i {
	color: #ffffff;
	transform: rotate(360deg);
}

.featured__item__pic__hover li a {
	font-size: 16px;
	color: #1c1c1c;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #FFC000;
	background: #FFC000;
	display: block;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.featured__item__pic__hover li a i {
	position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	color: #fff;
}

.featured__item__text {
	text-align: center;
	padding-top: 15px;
	background: #FFC000;
	padding: 20px 10px;
	clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 19%);
	border-radius: 7px;
}

.featured__item__text h6 {
	margin-bottom: 10px;
}

.featured__item__text h6 a {
	color: #ffffff;
	font-size: 21px;
}

.featured__item__text h5 {
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
}

/*---------------------
  Latest Product
-----------------------*/

.latest-product {
	padding-top: 80px;
	padding-bottom: 0;
}

.latest-product__text h4 {
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 45px;
}

.latest-product__slider.owl-carousel .owl-nav {
	position: absolute;
	right: 20px;
	top: -75px;
}

.latest-product__slider.owl-carousel .owl-nav button {
	height: 30px;
	width: 30px;
	background: #F3F6FA;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	color: #636363;
	margin-right: 10px;
	line-height: 30px;
	text-align: center;
}

.latest-product__slider.owl-carousel .owl-nav button span {
	font-weight: 700;
}

.latest-product__slider.owl-carousel .owl-nav button:last-child {
	margin-right: 0;
}

.latest-product__item {
	margin-bottom: 20px;
	overflow: hidden;
	display: block;
}

.latest-product__item__pic {
	float: left;
	margin-right: 26px;
}

.latest-product__item__pic img {
	height: 110px;
	width: 110px;
}

.latest-product__item__text {
	overflow: hidden;
	padding-top: 10px;
}

.latest-product__item__text h6 {
	color: #252525;
	margin-bottom: 8px;
}

.latest-product__item__text span {
	font-size: 18px;
	display: block;
	color: #252525;
	font-weight: 700;
}

/*---------------------
  Form BLog
-----------------------*/

.from-blog {
    position: relative;
    padding: 80px 0 0;
    z-index: 1;
}

.from-blog .blog__item {
	background: #FFC000;
	padding: 30px;
	border-radius: 12px;
	height: 100%;
	position: relative;
}

.from-blog__title {
	margin-bottom: 100px;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-section {
	display: flex;
	align-items: center;
	padding: 45px 0 60px;
	background: #FFC000;
}

.breadcrumb__text h2 {
	font-size: 46px;
	color: #ffffff;
	font-weight: 700;
}

.breadcrumb__option a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	margin-right: 20px;
	position: relative;
}

.breadcrumb__option a:after {
	position: absolute;
	right: -12px;
	top: 13px;
	height: 1px;
	width: 10px;
	background: #ffffff;
	content: "";
}

.breadcrumb__option span {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
}

/*---------------------
  Sidebar
-----------------------*/

.sidebar__item {
	margin-bottom: 35px;
}

.sidebar__item.sidebar__item__color--option {
	overflow: hidden;
}

.sidebar__item h4 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 25px;
}

.sidebar__item ul li {
	list-style: none;
}

.sidebar__item ul li a {
	font-size: 16px;
	color: #1c1c1c;
	line-height: 39px;
	display: block;
}

.sidebar__item .latest-product__text {
	position: relative;
}

.sidebar__item .latest-product__text h4 {
	margin-bottom: 45px;
}

.sidebar__item .latest-product__text .owl-carousel .owl-nav {
	right: 0;
}

.price-range-wrap .range-slider {
	margin-top: 20px;
}

.price-range-wrap .range-slider .price-input {
	position: relative;
}

.price-range-wrap .range-slider .price-input:after {
	position: absolute;
	left: 38px;
	top: 13px;
	height: 1px;
	width: 5px;
	background: #dd2222;
	content: "";
}

.price-range-wrap .range-slider .price-input input {
	font-size: 16px;
	color: #dd2222;
	font-weight: 700;
	max-width: 20%;
	border: none;
	display: inline-block;
}

.price-range-wrap .price-range {
	border-radius: 0;
}

.price-range-wrap .price-range.ui-widget-content {
	border: none;
	background: #ebebeb;
	height: 5px;
}

.price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
	height: 13px;
	width: 13px;
	border-radius: 50%;
	background: #ffffff;
	border: none;
	-webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
	outline: none;
	cursor: pointer;
}

.price-range-wrap .price-range .ui-slider-range {
	background: #dd2222;
	border-radius: 0;
}

.price-range-wrap .price-range .ui-slider-range.ui-corner-all.ui-widget-header:last-child {
	background: #dd2222;
}

.sidebar__item__color {
	float: left;
	width: 40%;
}

.sidebar__item__color.sidebar__item__color--white label:after {
	border: 2px solid #333333;
	background: transparent;
}

.sidebar__item__color.sidebar__item__color--gray label:after {
	background: #E9A625;
}

.sidebar__item__color.sidebar__item__color--red label:after {
	background: #D62D2D;
}

.sidebar__item__color.sidebar__item__color--black label:after {
	background: #252525;
}

.sidebar__item__color.sidebar__item__color--blue label:after {
	background: #249BC8;
}

.sidebar__item__color.sidebar__item__color--green label:after {
	background: #3CC032;
}

.sidebar__item__color label {
	font-size: 16px;
	color: #333333;
	position: relative;
	padding-left: 32px;
	cursor: pointer;
}

.sidebar__item__color label input {
	position: absolute;
	visibility: hidden;
}

.sidebar__item__color label:after {
	position: absolute;
	left: 0;
	top: 5px;
	height: 14px;
	width: 14px;
	background: #222;
	content: "";
	border-radius: 50%;
}

.sidebar__item__size {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 10px;
}

.sidebar__item__size label {
	font-size: 12px;
	color: #6f6f6f;
	display: inline-block;
	padding: 8px 25px 6px;
	background: #f5f5f5;
	cursor: pointer;
	margin-bottom: 0;
}

.sidebar__item__size label input {
	position: absolute;
	visibility: hidden;
}

/*---------------------
  Shop Grid
-----------------------*/

.product {
	padding-top: 80px;
	padding-bottom: 80px;
}

.product__discount {
	padding-bottom: 50px;
}

.product__discount__title {
	text-align: left;
	margin-bottom: 65px;
}

.product__discount__title h2 {
	display: inline-block;
}

.product__discount__title h2:after {
	margin: 0;
	width: 100%;
}

.product__discount__item:hover .product__discount__item__pic .product__item__pic__hover {
	bottom: 20px;
}

.product__discount__item__pic {
	height: 270px;
	position: relative;
	overflow: hidden;
}

.product__discount__item__pic .product__discount__percent {
	height: 45px;
	width: 45px;
	background: #dd2222;
	border-radius: 50%;
	font-size: 14px;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 15px;
}

.product__item__pic__hover {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	text-align: center;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__item__pic__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.product__item__pic__hover li:last-child {
	margin-right: 0;
}

.product__item__pic__hover li:hover a {
	background: #fbb71c;
	border-color: #fbb71c;
}

.product__item__pic__hover li:hover a i {
	color: #ffffff;
	transform: rotate(360deg);
}

.product__item__pic__hover li a {
	font-size: 16px;
	color: #1c1c1c;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__item__pic__hover li a i {
	position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__discount__item__text {
	text-align: center;
	padding-top: 20px;
}

.product__discount__item__text span {
	font-size: 14px;
	color: #b2b2b2;
	display: block;
	margin-bottom: 4px;
}

.product__discount__item__text h5 {
	margin-bottom: 6px;
}

.product__discount__item__text h5 a {
	color: #1c1c1c;
}

.product__discount__item__text .product__item__price {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
}

.product__discount__item__text .product__item__price span {
	display: inline-block;
	font-weight: 400;
	text-decoration: line-through;
	margin-left: 10px;
}

.product__discount__slider .col-lg-4 {
	max-width: 100%;
}

.product__discount__slider.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.product__discount__slider.owl-carousel .owl-dots button {
	height: 12px;
	width: 12px;
	border: 1px solid #b2b2b2;
	border-radius: 50%;
	margin-right: 12px;
}

.product__discount__slider.owl-carousel .owl-dots button.active {
	background: #707070;
	border-color: #6f6f6f;
}

.product__discount__slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}

.filter__item {
	padding-top: 45px;
	border-top: 1px solid #ebebeb;
	padding-bottom: 20px;
}

.filter__sort {
	margin-bottom: 15px;
}

.filter__sort span {
	font-size: 16px;
	color: #6f6f6f;
	display: inline-block;
}

.filter__sort .nice-select {
	background-color: #fff;
	border-radius: 0;
	border: none;
	display: inline-block;
	float: none;
	height: 0;
	line-height: 0;
	padding-left: 18px;
	padding-right: 30px;
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	cursor: pointer;
}

.filter__sort .nice-select span {
	color: #1c1c1c;
}

.filter__sort .nice-select:after {
	border-bottom: 1.5px solid #1c1c1c;
	border-right: 1.5px solid #1c1c1c;
	height: 8px;
	margin-top: 0;
	right: 16px;
	width: 8px;
	top: -5px;
}

.filter__sort .nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}

.filter__sort .nice-select .list {
	border-radius: 0;
	margin-top: 0;
	top: 15px;
}

.filter__sort .nice-select .option {
	line-height: 30px;
	min-height: 30px;
}

.filter__found {
	text-align: center;
	margin-bottom: 15px;
}

.filter__found h6 {
	font-size: 16px;
	color: #b2b2b2;
}

.filter__found h6 span {
	color: #1c1c1c;
	font-weight: 700;
	margin-right: 5px;
}

.filter__option {
	text-align: right;
	margin-bottom: 15px;
}

.filter__option span {
	font-size: 24px;
	color: #b2b2b2;
	margin-right: 10px;
	cursor: pointer;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.filter__option span:last-child {
	margin: 0;
}

.filter__option span:hover {
	color: #fbb71c;
}

.product__item {
	border-radius: 10px;
    height: 100%;
    border: 1px solid #D0D0D0;
    margin: 0 12px 30px;
    padding: 0 25px 25px;
}

.product__item:hover .product__item__pic .product__item__pic__hover {
	bottom: 20px;
}

.product__item__pic {
	height: 340px;
	position: relative;
	overflow: hidden;
    background-size: contain !important;
    background-position: center center !important;
}

.product__item__pic__hover {
	position: absolute;
	left: 0;
	bottom: -50px;
	width: 100%;
	text-align: center;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__item__pic__hover li {
	list-style: none;
	display: inline-block;
	margin-right: 6px;
}

.product__item__pic__hover li:last-child {
	margin-right: 0;
}

.product__item__pic__hover li:hover a {
	background: #fbb71c;
	border-color: #fbb71c;
}

.product__item__pic__hover li:hover a i {
	color: #ffffff;
	transform: rotate(360deg);
}

.product__item__pic__hover li a {
	font-size: 16px;
	color: #1c1c1c;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ebebeb;
	background: #ffffff;
	display: block;
	border-radius: 50%;
	-webkit-transition: all, 0.5s;
	-moz-transition: all, 0.5s;
	-ms-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	transition: all, 0.5s;
}

.product__item__pic__hover li a i {
	position: relative;
	transform: rotate(0);
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__item__text {
	text-align: center;
	/* padding-top: 15px;
	background: #FFC000;
	padding: 20px 10px;
	border-radius: 7px; */
	/* clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%, 0 19%); */
}

.product__item__text h6 {
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
    color: #141b22;
}

.product__item__text h6 a {
	color: #141b22;
	font-size: 20px;
}

.product__item__text h5 {
	color: #ef0f39;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
}

.product__pagination,
.blog__pagination {
	padding-top: 10px;
}

.product__pagination a,
.blog__pagination a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #b2b2b2;
	font-size: 14px;
	color: #b2b2b2;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	margin-right: 16px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.product__pagination a:hover,
.blog__pagination a:hover {
	background: #fbb71c;
	border-color: #fbb71c;
	color: #ffffff;
}

.product__pagination a:last-child,
.blog__pagination a:last-child {
	margin-right: 0;
}

/*---------------------
  Shop Details
-----------------------*/

.product-details {
	padding-top: 80px;
}

.product__details__pic__item {
	margin-bottom: 20px;
}

.product__details__pic__item img {
	min-width: 100%;
}

.product__details__pic__slider img {
	cursor: pointer;
}

.product__details__pic__slider.owl-carousel .owl-item img {
	width: auto;
}

.product__details__text h3 {
	color: #141b22;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
	
}

.product__details__text .product__details__rating {
	font-size: 14px;
	margin-bottom: 12px;
}

.product__details__text .product__details__rating i {
	margin-right: -2px;
	color: #EDBB0E;
}

.product__details__text .product__details__rating span {
	color: #dd2222;
	margin-left: 4px;
}

.product__details__text .product__details__price {
	font-size: 35px;
	color: #ef0f39;
	font-weight: 800;
	margin-bottom: 15px;
}

.product__details__text p {
	margin-bottom: 45px;
}

.product__details__text .primary-main-btn {
	padding: 16px 28px 14px;
	margin-right: 6px;
	margin-bottom: 5px;
}

.product__details__text .heart-icon {
	display: inline-block;
	font-size: 16px;
	color: #6f6f6f;
	padding: 13px 16px 13px;
	background: #f5f5f5;
}

.product__details__text ul {
	border-top: 1px solid #ebebeb;
	padding-top: 40px;
	margin-top: 50px;
}

.product__details__text ul li {
	font-size: 16px;
	color: #1c1c1c;
	list-style: none;
	line-height: 36px;
}

.product__details__text ul li b {
	font-weight: 700;
	width: 135px;
	display: inline-block;
}

.product__details__text ul li span samp {
	color: #dd2222;
}

.product__details__text ul li .share {
	display: inline-block;
}

.product__details__text ul li .share a {
	display: inline-block;
	font-size: 15px;
	color: #1c1c1c;
	margin-right: 25px;
}

.product__details__text ul li .share a:last-child {
	margin-right: 0;
}

.product__details__quantity {
	display: inline-block;
	margin-right: 6px;
}

.pro-qty {
	width: 140px;
	height: 50px;
	display: inline-block;
	position: relative;
	text-align: center;
	background: #f5f5f5;
	margin-bottom: 5px;
}

.pro-qty input {
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: #6f6f6f;
	width: 50px;
	border: none;
	background: #f5f5f5;
	text-align: center;
}

.pro-qty .qtymain-btn {
	width: 35px;
	font-size: 16px;
	color: #6f6f6f;
	cursor: pointer;
	display: inline-block;
}

.product__details__tab {
	padding-top: 85px;
}

.product__details__tab .nav-tabs {
	border-bottom: none;
	justify-content: center;
	position: relative;
}

.product__details__tab .nav-tabs:before {
	position: absolute;
	left: 0;
	top: 12px;
	height: 1px;
	width: 370px;
	background: #ebebeb;
	content: "";
}

.product__details__tab .nav-tabs:after {
	position: absolute;
	right: 0;
	top: 12px;
	height: 1px;
	width: 370px;
	background: #ebebeb;
	content: "";
}

.product__details__tab .nav-tabs li {
	margin-bottom: 0;
	margin-right: 65px;
}

.product__details__tab .nav-tabs li:last-child {
	margin-right: 0;
}

.product__details__tab .nav-tabs li a {
	font-size: 16px;
	color: #999999;
	font-weight: 700;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 0;
}

.product__details__tab .product__details__tab__desc {
	padding-top: 44px;
}

.product__details__tab .product__details__tab__desc h6 {
	font-weight: 700;
	color: #333333;
	margin-bottom: 26px;
}

.product__details__tab .product__details__tab__desc p {
	color: #666666;
}

/*---------------------
  Shop Details
-----------------------*/

.related-product {
	padding-bottom: 30px;
}

.related__product__title {
	margin-bottom: 70px;
}

/*---------------------
  Shop Cart
-----------------------*/

.shoping-cart {
	padding-top: 80px;
	padding-bottom: 80px;
}

.shoping__cart__table {
	margin-bottom: 30px;
}

.shoping__cart__table table {
	width: 100%;
	text-align: center;
}

.shoping__cart__table table thead tr {
	border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table thead th {
	font-size: 20px;
	font-weight: 700;
	color: #1c1c1c;
	padding-bottom: 20px;
}

.shoping__cart__table table thead th.shoping__product {
	text-align: left;
}

.shoping__cart__table table tbody tr td {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table tbody tr td.shoping__cart__item {
	width: 630px;
	text-align: left;
}

.shoping__cart__table table tbody tr td.shoping__cart__item img {
	display: inline-block;
	margin-right: 25px;
	width: 100px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item h5 {
	color: #1c1c1c;
	display: inline-block;
}

.shoping__cart__table table tbody tr td.shoping__cart__price {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	width: 100px;
}

.shoping__cart__table table tbody tr td.shoping__cart__total {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	width: 110px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close {
	text-align: right;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close span {
	font-size: 24px;
	color: #b2b2b2;
	cursor: pointer;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity {
	width: 225px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty {
	width: 120px;
	height: 40px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input {
	color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input::placeholder {
	color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty .qtymain-btn {
	width: 15px;
}

.primary-main-btn.cart-main-btn {
	color: #6f6f6f;
	padding: 14px 30px 12px;
	background: #f5f5f5;
}

.primary-main-btn.cart-main-btn span {
	font-size: 14px;
}

.primary-main-btn.cart-main-btn.cart-main-btn-right {
	float: right;
}

.shoping__discount {
	margin-top: 45px;
}

.shoping__discount h5 {
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 25px;
}

.shoping__discount form input {
	width: 255px;
	height: 46px;
	border: 1px solid #cccccc;
	font-size: 16px;
	color: #b2b2b2;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
}

.shoping__discount form input::placeholder {
	color: #b2b2b2;
}

.shoping__discount form button {
	padding: 15px 30px 11px;
	font-size: 12px;
	letter-spacing: 4px;
	background: #6f6f6f;
}

.shoping__checkout {
	background: #f5f5f5;
	padding: 30px;
	padding-top: 20px;
	margin-top: 50px;
}

.shoping__checkout h5 {
	color: #1c1c1c;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 28px;
}

.shoping__checkout ul {
	margin-bottom: 28px;
}

.shoping__checkout ul li {
	font-size: 16px;
	color: #1c1c1c;
	font-weight: 700;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 13px;
	margin-bottom: 18px;
}

.shoping__checkout ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.shoping__checkout ul li span {
	font-size: 18px;
	color: #dd2222;
	float: right;
}

.shoping__checkout .primary-main-btn {
	display: block;
	text-align: center;
}

/*---------------------
  Checkout
-----------------------*/

.checkout {
	padding-top: 80px;
	padding-bottom: 60px;
}

.checkout h6 {
	color: #999999;
	text-align: center;
	background: #f5f5f5;
	border-top: 1px solid #6AB963;
	padding: 12px 0 12px;
	margin-bottom: 75px;
}

.checkout h6 span {
	font-size: 16px;
	color: #6AB963;
	margin-right: 5px;
}

.checkout h6 a {
	text-decoration: underline;
	color: #999999;
}

.checkout__form h4 {
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.checkout__form p {
	column-rule: #b2b2b2;
}

.checkout__input {
	margin-bottom: 24px;
}

.checkout__input p {
	color: #1c1c1c;
	margin-bottom: 20px;
}

.checkout__input p span {
	color: #dd2222;
}

.checkout__input input, .checkout__input select {
	width: 100%;
	height: 46px;
	border: 1px solid #ebebeb;
	padding-left: 20px;
	font-size: 16px;
	color: #b2b2b2;
	border-radius: 4px;
}

.checkout__input input.checkout__input__add {
	margin-bottom: 20px;
}

.checkout__input input::placeholder {
	color: #b2b2b2;
}

.checkout__input__checkbox {
	margin-bottom: 10px;
}

.checkout__input__checkbox label {
	position: relative;
	font-size: 14px;
	color: #1c1c1c;
	padding-left: 40px;
	cursor: pointer;
}

.checkout__input__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.checkout__input__checkbox label input:checked~.checkmark {
	background: #fbb71c;
	border-color: #fbb71c;
}

.checkout__input__checkbox label input:checked~.checkmark:after {
	opacity: 1;
}

.checkout__input__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 16px;
	width: 14px;
	border: 1px solid #a6a6a6;
	content: "";
	border-radius: 4px;
}

.checkout__input__checkbox label .checkmark:after {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 10px;
	height: 8px;
	border: solid white;
	border-width: 3px 3px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	content: "";
	opacity: 0;
}

.checkout__order {
	background: #f5f5f5;
	padding: 40px;
	padding-top: 30px;
}

.checkout__order h4 {
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.checkout__order .checkout__order__products {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 10px;
}

.checkout__order .checkout__order__products span {
	float: right;
}

.checkout__order ul {
	margin-bottom: 12px;
}

.checkout__order ul li {
	font-size: 10px;
    color: #6f6f6f;
    line-height: 34px;
    list-style: none;
}

.checkout__order ul li span {
	font-weight: 700;
	float: right;
}

.checkout__order .checkout__order__subtotal {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.checkout__order .checkout__order__subtotal span {
	float: right;
}

.checkout__order .checkout__input__checkbox label {
	padding-left: 20px;
}

.checkout__order .checkout__order__total {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.checkout__order .checkout__order__total span {
	float: right;
	color: #dd2222;
}

.checkout__order button {
	font-size: 18px;
	letter-spacing: 2px;
	width: 100%;
	margin-top: 10px;
	background: #ef0f39;
	color: #fff;
	border: inherit;
	padding: 10px 0;
	text-transform: capitalize!important;
}

/*---------------------
  Blog
-----------------------*/

.blog__item {
}

.blog__item__pic img {
	min-width: 50px;
	width: 50px;
    filter: brightness(0) invert(1);
}

.blog__item__text {
	padding-top: 25px;
}

.blog__item__text ul {
	margin-bottom: 15px;
}

.blog__item__text ul li {
	font-size: 16px;
	color: #b2b2b2;
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.blog__item__text ul li:last-child {
	margin-right: 0;
}

.blog__item__text h5 {
	border-bottom: 1px solid #fff;
	width: fit-content;
}

.blog__item__text h5 a {
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.blog__item__text p {
	margin-top: 15px;
	margin-bottom: 0;
}

.blog__item__text .blog__main-btn {
	display: inline-block;
	font-size: 14px;
	color: #1c1c1c;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #b2b2b2;
	padding: 14px 20px 12px;
	border-radius: 25px;
}

.blog__item__text .blog__main-btn span {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.blog__pagination {
	padding-top: 5px;
	position: relative;
}

.blog__pagination:before {
	position: absolute;
	left: 0;
	top: -29px;
	height: 1px;
	width: 100%;
	background: #000000;
	opacity: 0.1;
	content: "";
}

/*---------------------
  Blog Sidebar
-----------------------*/

.blog__sidebar {
	padding-top: 50px;
}

.blog__sidebar__item {
	margin-bottom: 50px;
}

.blog__sidebar__item h4 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 25px;
}

.blog__sidebar__item ul li {
	list-style: none;
}

.blog__sidebar__item ul li a {
	font-size: 16px;
	color: #666666;
	line-height: 48px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__sidebar__item ul li a:hover {
	color: #fbb71c;
}

.blog__sidebar__search {
	margin-bottom: 50px;
}

.blog__sidebar__search form {
	position: relative;
}

.blog__sidebar__search form input {
	width: 100%;
	height: 46px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 15px;
	border: 1px solid #e1e1e1;
	border-radius: 20px;
}

.blog__sidebar__search form input::placeholder {
	color: #6f6f6f;
}

.blog__sidebar__search form button {
	font-size: 16px;
	color: #6f6f6f;
	background: transparent;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding: 0px 18px;
}

.blog__sidebar__recent .blog__sidebar__recent__item {
	display: block;
}

.blog__sidebar__recent .blog__sidebar__recent__item:last-child {
	margin-bottom: 0;
}

.blog__sidebar__recent__item {
	overflow: hidden;
	margin-bottom: 20px;
}

.blog__sidebar__recent__item__pic {
	float: left;
	margin-right: 20px;
}

.blog__sidebar__recent__item__text {
	overflow: hidden;
}

.blog__sidebar__recent__item__text h6 {
	font-weight: 700;
	color: #333333;
	line-height: 20px;
	margin-bottom: 5px;
}

.blog__sidebar__recent__item__text span {
	font-size: 12px;
	color: #999999;
	text-transform: uppercase;
}

.blog__sidebar__item__tags a {
	font-size: 16px;
	color: #6f6f6f;
	background: #f5f5f5;
	display: inline-block;
	padding: 7px 26px 5px;
	margin-right: 6px;
	margin-bottom: 10px;
}

/*---------------------
  Blog Details Hero
-----------------------*/

.blog-details-hero {
	height: 350px;
	display: flex;
	align-items: center;
}

.blog__details__hero__text {
	text-align: center;
}

.blog__details__hero__text h2 {
	font-size: 46px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 10px;
}

.blog__details__hero__text ul li {
	font-size: 16px;
	color: #ffffff;
	list-style: none;
	display: inline-block;
	margin-right: 45px;
	position: relative;
}

.blog__details__hero__text ul li:after {
	position: absolute;
	right: -26px;
	top: 0;
	content: "|";
}

.blog__details__hero__text ul li:last-child {
	margin-right: 0;
}

.blog__details__hero__text ul li:last-child:after {
	display: none;
}

/*---------------------
  Blog Details
-----------------------*/

.related-blog {
	padding-top: 70px;
	padding-bottom: 10px;
}

.related-blog-title {
	margin-bottom: 70px;
}

.blog-details {
	padding-bottom: 75px;
	border-bottom: 1px solid #e1e1e1;
}

.blog__details__text {
	margin-bottom: 45px;
}

.blog__details__text img {
	margin-bottom: 30px;
}

.blog__details__text p {
	font-size: 18px;
	line-height: 30px;
}

.blog__details__text h3 {
	color: #333333;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 30px;
}

.blog__details__author__pic {
	float: left;
	margin-right: 15px;
}

.blog__details__author__pic img {
	height: 92px;
	width: 92px;
	border-radius: 50%;
}

.blog__details__author__text {
	overflow: hidden;
	padding-top: 30px;
}

.blog__details__author__text h6 {
	color: #1c1c1c;
	font-weight: 700;
}

.blog__details__author__text span {
	font-size: 16px;
	color: #6f6f6f;
}

.blog__details__widget ul {
	margin-bottom: 5px;
}

.blog__details__widget ul li {
	font-size: 16px;
	color: #6f6f6f;
	list-style: none;
	line-height: 30px;
}

.blog__details__widget ul li span {
	color: #1c1c1c;
	font-weight: 700;
}

.blog__details__widget .blog__details__social a {
	display: inline-block;
	font-size: 20px;
	color: #6f6f6f;
	margin-right: 24px;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
}

.blog__details__widget .blog__details__social a:hover {
	color: #fbb71c;
}

.blog__details__widget .blog__details__social a:last-child {
	margin-right: 0;
}

/*---------------------
  Footer
-----------------------*/

.footer {
	/* background: url(../img/footer-bg.png); */
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 0;
	background: #01133c;
}

.footer__about {
	margin-bottom: 30px;
}

.footer__about ul li {
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
	list-style: none;
}

.footer__about__logo {
	margin-bottom: 15px;
}

.footer__about__logo a {
	display: inline-block;
	width: 260px;
}

.footer__widget {
	margin-bottom: 30px;
	overflow: hidden;
}

.footer__widget h6 {
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 20px;
	position: relative;
	padding-bottom: 30px;
	color: #ffffff;
}

.footer__widget ul {
	/* width: 50%; */
	float: left;
}

.footer__widget ul li {
	list-style: none;
}

.footer__widget ul li a {
	color: #d0d0d0;
    font-size: 15px;
    line-height: 32px;
}

.footer__widget p {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 30px;
}

.footer__widget form {
	position: relative;
	margin-bottom: 30px;
}

.footer__widget form input {
	width: 100%;
	font-size: 16px;
	padding-left: 20px;
	color: #1c1c1c;
	height: 46px;
	border: 1px solid #ededed;
}

.footer__widget form input::placeholder {
	color: #1c1c1c;
}

.footer__widget form button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 26px;
	height: 100%;
}

.footer__widget .footer__widget__social a {
	display: inline-block;
	height: 41px;
	width: 41px;
	font-size: 16px;
	color: #404040;
	border: 1px solid #ededed;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	background: #ffffff;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-ms-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	transition: all, 0.3s;
	margin-right: 10px;
}

.footer__widget .footer__widget__social a:last-child {
	margin-right: 0;
}

.footer__widget .footer__widget__social a:hover {
	background: #fbb71c;
	color: #ffffff;
	border-color: #ffffff;
}

.footer__copyright {
	border-top: 1px solid #ebebeb;
	padding: 15px 0;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.footer__copyright__text {
	font-size: 14px;
	color: #1c1c1c;
	line-height: 25px;
}

/*---------------------
  Contact
-----------------------*/

.contact {
	padding-top: 80px;
	padding-bottom: 50px;
}

.contact__widget {
	margin-bottom: 30px;
}

.contact__widget span {
	font-size: 36px;
	color: #fbb71c;
}

.contact__widget h4 {
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 18px;
}

.contact__widget p {
	color: #666666;
	margin-bottom: 0;
}

/*---------------------
  Map
-----------------------*/

.map {
	height: 500px;
	position: relative;
}

.map iframe {
	width: 100%;
}

.map .map-inside {
	position: absolute;
	left: 50%;
	top: 160px;
	-webkit-transform: translateX(-175px);
	-ms-transform: translateX(-175px);
	transform: translateX(-175px);
}

.map .map-inside i {
	font-size: 48px;
	color: #fbb71c;
	position: absolute;
	bottom: -75px;
	left: 50%;
	-webkit-transform: translateX(-18px);
	-ms-transform: translateX(-18px);
	transform: translateX(-18px);
}

.map .map-inside .inside-widget {
	width: 350px;
	background: #ffffff;
	text-align: center;
	padding: 23px 0;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
	box-shadow: 0 0 20px 5px rgba(12, 7, 26, 0.15);
}

.map .map-inside .inside-widget:after {
	position: absolute;
	left: 50%;
	bottom: -30px;
	-webkit-transform: translateX(-6px);
	-ms-transform: translateX(-6px);
	transform: translateX(-6px);
	border: 12px solid transparent;
	border-top: 30px solid #ffffff;
	content: "";
	z-index: -1;
}

.map .map-inside .inside-widget h4 {
	font-size: 22px;
	font-weight: 700;
	color: #1c1c1c;
	margin-bottom: 4px;
}

.map .map-inside .inside-widget ul li {
	list-style: none;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

/*---------------------
  Contact Form
-----------------------*/

.contact__form__title {
	margin-bottom: 50px;
	text-align: center;
}

.contact__form__title h2 {
	color: #1c1c1c;
	font-weight: 700;
}

.contact-form {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact-form form input {
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 20px;
	margin-bottom: 30px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
}

.contact-form form input::placeholder {
	color: #6f6f6f;
}

.contact-form form textarea {
	width: 100%;
	height: 150px;
	font-size: 16px;
	color: #6f6f6f;
	padding-left: 20px;
	margin-bottom: 24px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	padding-top: 12px;
	resize: none;
}

.contact-form form textarea::placeholder {
	color: #6f6f6f;
}

.contact-form form button {
	font-size: 18px;
	letter-spacing: 2px;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1229px;
	}
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header__menu ul li {
		margin-right: 45px;
	}
	.hero__search__form {
		width: 490px;
	}
	.hero__categories__all {
		padding: 10px 25px 10px 20px;
	}
	.hero__categories ul {
		padding-left: 20px;
	}
	.latest-product__slider.owl-carousel .owl-nav {
		right: 0;
	}
	.product__details__tab .nav-tabs:before {
		width: 265px;
	}
	.product__details__tab .nav-tabs:after {
		width: 265px;
	}
	.shoping__discount form input {
		width: 240px;
	}
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero__categories {
		margin-bottom: 30px;
	}
	.hero__search__form {
		width: 485px;
	}
	.categories__slider.owl-carousel .owl-nav button {
		left: -20px;
	}
	.categories__slider.owl-carousel .owl-nav button.owl-next {
		right: -20px;
	}
	.filter__sort .nice-select {
		padding-left: 5px;
		padding-right: 28px;
	}
	.product__details__quantity {
		margin-bottom: 10px;
	}
	.product__details__text .primary-main-btn {
		margin-bottom: 10px;
	}
	.product__details__tab .nav-tabs:before {
		width: 150px;
	}
	.product__details__tab .nav-tabs:after {
		width: 150px;
	}
	.blog__details__author {
		overflow: hidden;
		margin-bottom: 25px;
	}
	.humberger__open {
		display: block;
		font-size: 22px;
		color: #e3e3e3;
		height: 35px;
		width: 35px;
		line-height: 33px;
		text-align: center;
		border: 1px solid #1c1c1c;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 22px;
	}
	.header .container {
		position: relative;
	}
	.humberger__menu__wrapper {
		width: 300px;
		background: #ffffff;
		position: fixed;
		left: -300px;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 99;
		padding: 30px;
		padding-top: 50px;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.humberger__menu__wrapper.show__humberger__menu__wrapper {
		opacity: 1;
		left: 0;
	}
	.humberger__menu__logo {
		margin-bottom: 30px;
	}
	.humberger__menu__logo a {
		display: inline-block;
	}
	.humberger__menu__contact {
		padding: 10px 0 13px;
	}
	.humberger__menu__contact ul li {
		font-size: 14px;
		color: #1c1c1c;
		position: relative;
		line-height: 30px;
		list-style: none;
	}
	.humberger__menu__contact ul li i {
		color: #252525;
		margin-right: 5px;
	}
	.humberger__menu__cart ul {
		display: inline-block;
		margin-right: 25px;
	}
	.humberger__menu__cart ul li {
		list-style: none;
		display: inline-block;
		margin-right: 15px;
	}
	.humberger__menu__cart ul li:last-child {
		margin-right: 0;
	}
	.humberger__menu__cart ul li a {
		position: relative;
	}
	.humberger__menu__cart ul li a i {
		font-size: 18px;
		color: #1c1c1c;
	}
	.humberger__menu__cart ul li a span {
		height: 13px;
		width: 13px;
		background: #fbb71c;;
		font-size: 10px;
		color: #ffffff;
		line-height: 13px;
		text-align: center;
		font-weight: 700;
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: -12px;
	}
	.humberger__menu__cart .header__cart__price {
		font-size: 14px;
		color: #6f6f6f;
		display: inline-block;
	}
	.humberger__menu__cart .header__cart__price span {
		color: #252525;
		font-weight: 700;
	}
	.humberger__menu__cart {
		margin-bottom: 25px;
	}
	.humberger__menu__widget {
		margin-bottom: 20px;
	}
	.humberger__menu__widget .header__top__right__language {
		margin-right: 20px;
	}
	.humberger__menu__nav {
		display: none;
	}
	.humberger__menu__wrapper .header__top__right__social {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.humberger__menu__overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		content: "";
		z-index: 98;
		visibility: hidden;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.humberger__menu__overlay.active {
		visibility: visible;
	}
	.header__top {
		display: none;
	}
	.header__menu {
		display: none;
	}
	.header__cart {
		text-align: center;
		padding: 10px 0 24px;
	}
	.over_hid {
		overflow: hidden;
	}

}



/* Wide Mobile = 480px */

@media only screen and (max-width: 768px) {
	.hero__categories {
		margin-bottom: 30px;
	}
	.hero__search {
		margin-bottom: 30px;
	}
	.hero__search__form {
		width: 100%;
	}
	.hero__search__form form input {
		width: 100%;
	}
	.hero__search__form form .hero__search__categories {
		display: none;
	}
	.hero__search__phone {
		float: left;
		margin-top: 30px;
	}
	.categories__slider.owl-carousel .owl-nav {
		text-align: center;
		margin-top: 40px;
	}
	.categories__slider.owl-carousel .owl-nav button {
		position: relative;
		left: 0;
		top: 0;
		-webkit-transform: translateY(0);
	}
	.categories__slider.owl-carousel .owl-nav button.owl-next {
		right: -10px;
	}
	.footer__copyright {
		text-align: center;
	}
	.footer__copyright__text {
		float: none;
		margin-bottom: 25px;
	}
	.footer__copyright__payment {
		float: none;
	}
	.filter__item {
		text-align: center;
	}
	.filter__option {
		text-align: center;
	}
	.product__details__pic {
		margin-bottom: 40px;
	}
	.product__details__tab .nav-tabs:before {
		display: none;
	}
	.product__details__tab .nav-tabs:after {
		display: none;
	}
	.shoping__cart__table {
		overflow-y: auto;
	}
	.shoping__discount form input {
		margin-bottom: 15px;
	}
	.blog__details__author {
		overflow: hidden;
		margin-bottom: 25px;
	}
	.humberger__open {
		display: block;
		font-size: 22px;
		color: #d3d3d3;
		height: 35px;
		width: 35px;
		line-height: 33px;
		text-align: center;
		border: 1px solid #1c1c1c;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 22px;
	}
	.header .container {
		position: relative;
	}
	.humberger__menu__wrapper {
		width: 300px;
		background: #ffffff;
		position: fixed;
		left: -300px;
		top: 0;
		height: 100%;
		overflow-y: auto;
		z-index: 99;
		padding: 30px;
		padding-top: 50px;
		opacity: 0;
		display: block;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.humberger__menu__wrapper.show__humberger__menu__wrapper {
		opacity: 1;
		left: 0;
	}
	.humberger__menu__logo {
		margin-bottom: 30px;
	}
	.humberger__menu__logo a {
		display: inline-block;
	}
	.humberger__menu__contact {
		padding: 10px 0 13px;
	}

	.humberger__menu__contact ul{
		margin-top: 20px;
	}
	
	.humberger__menu__contact ul li {
		font-size: 14px;
		color: #1c1c1c;
		position: relative;
		list-style: none;
		display: flex;
		align-items: baseline;
		margin-bottom: 15px;
		gap: 10px;
	}
	.humberger__menu__contact ul li a{
		overflow-wrap: anywhere;
		display: inline-block;
		line-height: normal;
	}
	
	.humberger__menu__contact ul li i {
		color: #252525;
		margin-right: 5px;
	}
	.humberger__menu__cart ul {
		display: inline-block;
		margin-right: 25px;
	}
	.humberger__menu__cart ul li {
		list-style: none;
		display: inline-block;
		margin-right: 15px;
	}
	.humberger__menu__cart ul li:last-child {
		margin-right: 0;
	}
	.humberger__menu__cart ul li a {
		position: relative;
	}
	.humberger__menu__cart ul li a i {
		font-size: 18px;
		color: #1c1c1c;
	}
	.humberger__menu__cart ul li a span {
		height: 13px;
		width: 13px;
		background: #fbb71c;;
		font-size: 10px;
		color: #ffffff;
		line-height: 13px;
		text-align: center;
		font-weight: 700;
		display: inline-block;
		border-radius: 50%;
		position: absolute;
		top: 0;
		right: -12px;
	}
	.humberger__menu__cart .header__cart__price {
		font-size: 14px;
		color: #6f6f6f;
		display: inline-block;
		float: right;
	}
	.humberger__menu__cart .header__cart__price span {
		color: #252525;
		font-weight: 700;
	}
	.humberger__menu__cart {
		margin-bottom: 25px;
	}
	.humberger__menu__widget {
		margin-bottom: 20px;
	}
	.humberger__menu__widget .header__top__right__language {
		margin-right: 20px;
	}
	.humberger__menu__nav {
		display: none;
	}
	.humberger__menu__wrapper .header__top__right__social {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.humberger__menu__overlay {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.5);
		content: "";
		z-index: 98;
		visibility: hidden;
		-webkit-transition: all, 0.6s;
		-moz-transition: all, 0.6s;
		-ms-transition: all, 0.6s;
		-o-transition: all, 0.6s;
		transition: all, 0.6s;
	}
	.humberger__menu__overlay.active {
		visibility: visible;
	}
	.header__top {
		display: none;
	}
	.header__menu {
		display: none;
	}
	.header__cart {
		text-align: center;
		padding: 10px 0 24px;
	}
	.over_hid {
		overflow: hidden;
	}
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
	.hero__search__form form .hero__search__categories {
		display: none;
	}
	.featured__controls ul li {
		margin-bottom: 10px;
	}
	.product__details__text ul li b {
		width: 100px;
	}
	.product__details__tab .nav-tabs li {
		margin-right: 20px;
	}
	.shoping__cart__main-btns {
		text-align: center;
	}
	.primary-main-btn.cart-main-btn.cart-main-btn-right {
		float: none;
		margin-top: 10px;
	}
	.shoping__checkout .primary-main-btn {
		display: block;
		text-align: center;
		padding: 10px 15px 10px;
	}
	.map .map-inside {
		-webkit-transform: translateX(-125px);
		-ms-transform: translateX(-125px);
		transform: translateX(-125px);
	}
	.map .map-inside .inside-widget {
		width: 250px;
	}
	.product__details__tab .nav-tabs li {
		margin-right: 15px;
	}
	.shoping__discount form input {
		width: 100%;
	}
	.checkout__order {
		padding: 20px;
	}
	.blog__details__hero__text h2 {
		font-size: 24px;
	}
}
li {
    list-style: none;
}

#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #161e0f;
        padding: 15px;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 22px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 850px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookiemain-btns {
        display: inline-flex;
        gap: 10px;
    }

    .cookiemain-btns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #161e0f;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookiemain-btns button:last-child {
        background-color: #fff;
        color: #161e0f;
    }
    .hero__text {
    /* width: 60%; */
}
.banner__pic {
    background-size: cover;
    background-position: center;
    padding: 55px 30px 55px 220px;
}
.banner__pic h3{
    font-size: 26px;
    font-weight: 700;
}
.banner__pic p{}
a {
        color: #4e4e4e;
}

.shoping__cart__quantity button, .product__details__quantity button{
    width: 40px;
    height: 40px;
    font-size: 24px;
    padding: 15px 0 20px;
    line-height: 1px;
    border: 1px solid #ffffff;
    background-color: #ededed;
    color: #6c6c6c;
}

.shoping__cart__quantity input, .product__details__quantity input{
    width: 60px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #333;
    text-align: center;
}
.header{
    background: transparent;
    /* border-bottom: 1px solid #dddddd73; */
    /* position: absolute; */
    content: "";
    top: 25px;
    left: 0px;
    width: 100%;
    z-index: 9;
}
.header .second-header {
    background: none;
    margin-top: 0;
    margin-left: 265px;
    background: #050a1e;
}
.second-header {
    border: none;
    padding-bottom: 10px;
    background: #FFC000;
    padding-top: 10px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.header .second-header .header-cta {
    margin-right: 15px;
}
.header-cta ul li:first-child {
    margin-left: 0;
}

.header-cta ul li {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #e1e1e140;
}
.header-cta .call-box {
    display: flex;
    text-align: left;
}
.call-box .icon {
    display: inline-block;
}
.header-cta ul li i {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
    color: #a50e28;
}
.call-box .text {
    margin-left: 10px;
}
.second-header a, .second-header span {
    color: #fff;
}
.header-cta ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
}
.scrr-bann{
    width: auto;
    margin: 0 20px;
    border-radius: 20px;
    overflow: hidden;
}
.bann-height-light{
    position: absolute;
    top: 15%;
    right: 7%;
    background: #fbb71c;;
    padding: 30px;
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 13%);
    border-radius: 10px;
}
.bann-height-light h5{
    font-size: 25px;
    font-weight: 700;
}
.bann-height-light p{
    font-size: 35px;
    color: #000000;
    margin: 10px 0 40px;
}
.cc-border{
    border-bottom: 1px solid #dddddd80;
}
.hero__text h2 span{
    color: #ffffff;
}
.bann-height-light ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    border-bottom: 1px solid #00000082;
    padding-bottom: 20px;
}
.bann-prod-left h5{
    font-size: 17px;
    color: #4a4a4a;
    font-weight: 600;
}
.about-sec{
    padding: 100px 0;
}
.hed-title{
    /* border: 1px solid #000000; */
    color: #ffffff;
    font-size: 20px;
    display: inline;
    padding: 5px 25px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 43%);
    background: #FFC000;
    text-transform: uppercase;
    border-radius: 7px;
}
.ab-box h5{
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #FFC000;
    margin-bottom: 20px;
}
.ab-box p{
    color: #4c4c4c;
    font-size: 18px;
    line-height: 30px;
}
.ab-img img {
    /* margin-top: 30px; */
    /* clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%, 0 13%); */
    /* margin: 50px 30px 0 0; */
    /* width: -webkit-fill-available; */
}
.hover-section {
      display: flex;
      /* width: 80%; */
      /* max-width: 1200px; */
      /* background: #fff; */
      /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
      justify-content: space-between;
      margin-top: 40px;
    }

    .text-section {
      width: 40%;
      /* padding: 20px; */
      /* border-right: 1px solid #ddd; */
    }

    .text-section div {
      margin: 20px 0;
      font-size: 34px;
      cursor: pointer;
      transition: color 0.3s ease;
      color: #fff;
      
    }

    .text-section div:hover {
      color: #adadad;
    }

    .image-section {
      width: 54%;
      background-size: cover;
      background-position: center;
      transition: background-image 0.5s ease;
      clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
    }

    .image-section.default {
      background-image: url('../img/br.png'); 
    }
  .image-section.image1 {
      background-image: url('../img/br1.png'); 
    }
    .image-section.image2 {
      background-image: url('../img/br2.png'); 
    }

    .image-section.image3 {
      background-image: url('../img/br3.png'); 
    }

    .image-section.image4 {
      background-image: url('../img/br4.png'); 
    }
     .image-section.image5 {
      background-image: url('../img/br5.png'); 
    }
  

.prod-brand-title h5{
    font-size: 50px;
    
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 50px;
}
.prod-brand-title p{
    width: 100%;
    font-size: 22px;
    color: #c3c3c3;
    margin-top: 23px;
}
.prod-brand-title{
    width: 76%;
    margin: 0 auto;
}
.prod-brand-sec{
    padding: 60px 0;
    background: #FFC000;
}

.blog__item__pic {
    background: #fbb71c;
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: -35px;
    border-radius: 10px;
}
.faq-sec{
    padding: 60px 0;
}
.faq-sec h2{
    font-size: 50px;
    
    color: #FFC000;
    line-height: 45px;
    margin-bottom: 20px;
}
.faq-sec h2 span{
    font-size: 40px;
    color: #605e5e;
}
.faq-sec p{
    color: #000;
    text-align: center;
    font-size: 20px;
    color: #545454;
    max-width: 600px;
    margin: 0 auto 40px;
}
.accordion {
    /* width: 70%; */
    margin: 0 auto;
}
.accordion .card{
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
}
.accordion .card button{
    font-size: 18px;
    position: relative;
    color: #141b22;
    text-align: left;
    padding: 15px;
    width: 100%;
    background: #d0d0d0;
}

.accordion .card button::after{
	position: absolute;
	content:"\25be";
	font-size: 40px;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
}

.accordion .card .card-body{
    color: #707070;
    font-size: 18px;
    padding: 20px 10px;
}
.accordion .card .main-btn:focus{
    box-shadow: none;
}
.order_details{
    margin-bottom: 40px;
}
.order_details a{
    font-size: 30px;
}
.blog__item__text p{
    color: #dbdbdb;
    font-size: 15px;
}

.humberger__menu__logo img{
    filter: brightness(0);
}

.nav-mobile{
    background-color: #FFC000;
}

.nav-mobile li{
    padding: 10px;
}

.nav-mobile li a{
    color: #fff;
    transition: 0.5s all;
}

.nav-mobile li a:hover{
    color: #fbb71c;
}

@media (max-width: 992px) {
        .from-blog .row {
        row-gap: 60px;
    }
}

.footer__copyright__text p{
    margin: 0;
    color: #fff;
}

.footer__copyright__payment{
    margin: auto;
}






/*-------------------------------- NEW CSS --------------------------*/
.menu-area {
    position: relative;
}
.header .second-menu {
    background: #fff;
}
.second-menu {
    position: relative;
    z-index: 9;
}
.header .header__logo {
    background: #000000;
    width: 339px;
    height: 157px;
    display: flex;
    align-items: center;
    text-align: center;
    top: -68px;
    position: absolute;
    left: -140px;
}
.header .header__logo a {
    color: #fff;
    text-align: center;
    width: 100%;
}
.header .header__logo img {
    width: 305px;
}
.header__menu {
    position: relative;
    z-index: 9;
    margin-right: -70px;
}
.hero__text h4 {
    color: #ef0f3a;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 18px;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 600;
}
.hero__text h2 {
    margin-bottom: 25px;
    font-size: 62px;
    line-height: 1.2;
    color: #0d0d0d;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
.hero__text h2 span {
    color: #ef0f3a;
    position: relative;
    /* padding: 0 13px; */
}
.hero__text h2 span::before {
    content: "";
    width: 100%;
    height: 80%;
    background: #fff;
    position: absolute;
    top: 10px;
    z-index: -2;
    left: 0;
    transform: skew(-10deg);
}
.main-btn {
	border-radius: 10px;
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 30px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index:1;
	text-transform: capitalize;
	background: #ef0f3a;
	border: 1px solid #ef0f3a;
	overflow: hidden;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.main-btn::before {
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    content: "";
    background: #FFC000;
    top: -60PX;
    left: 10px;
    z-index: -1;    
    transition: all 0.3s ease 0s;
}
.main-btn:hover::before {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0px;
    content: "";
    background: #141b22;
    top: 0;
    left: 0;
    z-index: -1;
}
.main-btn:hover{
    color: #fff;
    border-color: #141b22;
}
.about-area {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 80px 0 0px;
}
.about-title h5 {
    color: #FFC000;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.s-about-content h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    color: #141b22;
    font-weight: 700;
}
.s-about-content p {
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    line-height: 26px;
}
.about-content .call-box {
    display: inline-flex;
    gap: 15px;
    align-items: center;
}
.about-content .call-box .icon {
    font-size: 50px;
    color: #FFC000;
}
.call-box .icon {
    display: inline-block;
}
.call-box .text {
    margin-left: 10px;
}
.about-content .call-box span {
    color: #777;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
.about-content strong {
    color: #FFC000;
}
.about-content .call-box strong a {
    color: #777;
    font-size: 18px;
    font-weight: 600;
}
.ab-img {
    margin-left: -68px;
}
.s-about-img img {
    width: 100%;
}
.counter-area {
    position: relative;
    z-index: 0;
    padding: 120px 0;
}
.count-bdr {
    border: 5px solid #ffffff1c;
    border-radius: 10px;
    padding: 60px 70px 30px 100px;
}
.p-relative {
    position: relative;
    z-index: 0;
}
.counter-area .single-counter {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
}
.single-counter {
    padding: 0 25px;
}
.counter {
    position: relative;
    z-index: 0;
}
.single-counter .icon {
    margin-bottom: 15px;
    display: block;
    width: 75px;
}
.count, .single-counter span {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}
.single-counter p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    padding-top: 5px;
    line-height: 22px;
}
.steps-area {
    position: relative;
    z-index: 0;
    padding: 20px 0 100px;
}
.section-title h5 {
    color: #ef0f39;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.section-title h2 {
    font-size: 60px;
    margin-bottom: 40px !important;
    position: relative;
    font-family: 'Poppins', sans-serif;
    color: #141b22;
    font-weight: 700;
}
.step-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-bottom: 5px solid #fff;
}
.step-box:hover{
    border-bottom: 5px solid #FFC000;
}
.step-box:hover .step-box-text-two .btn{
    background: #FFC000;
    border-color:  #FFC000;
}
.step-box:hover .number {
    color: #FFC000;
}
.step-box-text-one {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.step-box-text-one .line{
    width: 54%;
}
.step-box-text-one .line hr{
    width: 70%;
    border-bottom: 1px solid #D0D0D0;
    margin-left: 20px;
    opacity: 1;
}
.step-box-text-one .number {
    font-size: 70px;
    font-weight: 600;
    color: #11111114;
}
.step-box-text-one .icon{
    width: 26%;
}
.step-box-text-one .icon i {
    width: 100%;
    height: 85px;
    text-align: center;
    font-size: 42px;
    border: 1px dashed #999;
    line-height: 78px;
    border-radius: 10px;
    color: #ffc000;
}
.step-box-text-two h3{
    margin-bottom: 15px;
    font-size: 20px;
}
.step-box-text-two .btn{
    background: none;
    border: 1px solid #D0D0D0; 
    margin-top: 15px;
}
.step-box .text p,.service-detail .step-box .step-box-text-two  p{
    margin-bottom: 0;
}
.step-box .date-box {
    width: 65px;
    height: 65px;
    margin-right: 20px;
    text-align: center;
    position: relative;
    float: left;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 70px;
}
.booking {
    position: relative;
    z-index: 0;
    padding: 120px 0;
    background: #ededed82;
}
.booking ul {
    margin-top: 50px;
    padding-right: 20px;
}
.booking li {
    margin-bottom: 50px;
}
.booking-box {
    display: flex;
}
.booking-box .dnumber {
    width: 25%;
}
.booking-box .date-box {
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    color: #3e3e3e;
}
.booking-box h3 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #141b22;
    font-weight: 700;
    margin-bottom: 10px;
}
.booking-box .text p {
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #777;
    line-height: 26px;
}
.booking .section-title {
    margin-bottom: 20px;
    text-align: left;
}
.contact-bg02 {
    background: #fff;
    padding: 80px 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
    margin-top: -165px;
}
.cta-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 1;
    padding: 70px 0;
}
.cta-title p {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    color: #141b22;
}
.contact-bg02 .section-title {
    margin-bottom: 20px;
    text-align: left;
}
.contact-bg02 .section-title h4 {
    color: #ef0f39;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.contact-bg02 .section-title p {
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #141b22;
    line-height: 34px;
}
.cta-bg .section-title {
    margin-bottom: 0px !important;
    text-align: left;
}
.cta-bg .cta-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.courses {
    padding: 100px 0;
}
.breadcrumb-area {
    background-size: cover;
    position: relative;
    min-height: 450px;
    background-repeat: no-repeat;
    background-color: #000;
    padding-top: 180px;
}
.breadcrumb-wrap {
    text-align: left;
}
.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
    background-color: unset;
    position: relative;
}
.breadcrumb li {
    display: inline-block;
}
.breadcrumb li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.breadcrumb > .active {
    color: #fffc !important;
    font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 10px;
    color: #ddd;
    content: "|";
}
.breadcrumb-title h2 {
    font-size: 70px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
}

/**************/

:root {
    --white-color: #fff;
    --black-color: #010f34;
    --heading-color: #01133c;
    --body-color: #666;
    --ternary-color: #88a5ad;
    --accent-color: #ef0f3a;
    --gray-color: #f5f7fa;
    --gray2-color: #e8ebee;
    --border-color: #ecf1f5;
    --heading-font: "Archivo",sans-serif;
    --body-font: "Roboto",sans-serif
}

body,html {
    color: var(--body-color);
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.62em;
    font-weight: 400;
    overflow-x: clip
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    color: var(--heading-color);
    padding: 0;
    margin: 0 0 20px;
    font-weight: 700;
    line-height: 1.2em
}

.cs_heading_font,h1,h2,h3,h4,h5,h6 {
    font-family: var(--heading-font)
}

.cs_body_font {
    font-family: var(--body-font)
}

h1 {
    font-size: 56px
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

p {
    margin-bottom: 15px
}

ul {
    margin: 0 0 6px;
    list-style: square none outside
}

ol,ul {
    padding-left: 20px
}

ol {
    margin-bottom: 25px
}

blockquote,cite,dfn,em,i {
    font-style: italic
}

blockquote {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0
}

address {
    margin: 0 0 15px
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none
}

a,button {
    color: inherit;
    transition: all .3s ease
}

button {
    cursor: pointer
}

a:hover {
    text-decoration: none;
    color: var(--accent-color)
}

table {
    width: 100%;
    margin-bottom: 25px
}

table th {
    font-weight: 600;
    color: var(--body-color)
}

table td,table th {
    border-top: 1px solid var(--border-color);
    padding: 11px 10px
}

dl {
    margin-bottom: 25px
}

dl dt {
    font-weight: 600
}

b,strong {
    font-weight: 700
}

pre {
    color: var(--body-color);
    border: 1px solid var(--border-color);
    font-size: 18px;
    padding: 25px
}

kbd,pre {
    border-radius: 5px
}

kbd {
    font-size: 100%;
    background-color: var(--body-color)
}

input,textarea {
    color: var(--heading-color);
    transition: all .4s ease
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    transition: all 1s ease
}

#preloader.hide {
    opacity: 0;
    visibility: hidden;
    width: 0
}

#preloader .preloader-inner {
    position: absolute;
    z-index: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

#preloader .spinner {
    position: relative;
    width: 100%;
    max-width: 169px;
    height: 145px;
    margin: 0 auto 30px
}

#preloader .spinner img:first-child {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: .2
}

#preloader .spinner img.wheel {
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    filter: brightness(0) invert(1);
    animation: spinner 4s linear infinite
}

#preloader .loading-text {
    animation: scale1 4s linear infinite
}

@keyframes spinner {
    to {
        transform: translate(-50%,-50%) rotate(1turn)
    }
}

@keyframes scale1 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(1)
    }
}

.cs_mb_1 {
    margin-bottom: 1px
}

.cs_mb_2 {
    margin-bottom: 2px
}

.cs_mb_3 {
    margin-bottom: 3px
}

.cs_mb_4 {
    margin-bottom: 4px
}

.cs_mb_5 {
    margin-bottom: 5px
}

.cs_mb_6 {
    margin-bottom: 6px
}

.cs_mb_7 {
    margin-bottom: 7px
}

.cs_mb_8 {
    margin-bottom: 8px
}

.cs_mb_9 {
    margin-bottom: 9px
}

.cs_mb_10 {
    margin-bottom: 10px
}

.cs_mb_11 {
    margin-bottom: 11px
}

.cs_mb_12 {
    margin-bottom: 12px
}

.cs_mb_13 {
    margin-bottom: 13px
}

.cs_mb_14 {
    margin-bottom: 14px
}

.cs_mb_15 {
    margin-bottom: 15px
}

.cs_mb_16 {
    margin-bottom: 16px
}

.cs_mb_17 {
    margin-bottom: 17px
}

.cs_mb_18 {
    margin-bottom: 18px
}

.cs_mb_19 {
    margin-bottom: 19px
}

.cs_mb_20 {
    margin-bottom: 20px
}

.cs_mb_21 {
    margin-bottom: 21px
}

.cs_mb_22 {
    margin-bottom: 22px
}

.cs_mb_23 {
    margin-bottom: 23px
}

.cs_mb_24 {
    margin-bottom: 24px
}

.cs_mb_25 {
    margin-bottom: 25px
}

.cs_mb_26 {
    margin-bottom: 26px
}

.cs_mb_27 {
    margin-bottom: 27px
}

.cs_mb_28 {
    margin-bottom: 28px
}

.cs_mb_29 {
    margin-bottom: 29px
}

.cs_mb_30 {
    margin-bottom: 30px
}

.cs_mb_31 {
    margin-bottom: 31px
}

.cs_mb_32 {
    margin-bottom: 32px
}

.cs_mb_33 {
    margin-bottom: 33px
}

.cs_mb_34 {
    margin-bottom: 34px
}

.cs_mb_35 {
    margin-bottom: 35px
}

.cs_mb_36 {
    margin-bottom: 36px
}

.cs_mb_37 {
    margin-bottom: 37px
}

.cs_mb_38 {
    margin-bottom: 38px
}

.cs_mb_39 {
    margin-bottom: 39px
}

.cs_mb_40 {
    margin-bottom: 40px
}

.cs_mb_41 {
    margin-bottom: 41px
}

.cs_mb_42 {
    margin-bottom: 42px
}

.cs_mb_43 {
    margin-bottom: 43px
}

.cs_mb_44 {
    margin-bottom: 44px
}

.cs_mb_45 {
    margin-bottom: 45px
}

.cs_mb_46 {
    margin-bottom: 46px
}

.cs_mb_47 {
    margin-bottom: 47px
}

.cs_mb_48 {
    margin-bottom: 48px
}

.cs_mb_49 {
    margin-bottom: 49px
}

.cs_mb_50 {
    margin-bottom: 50px
}

.cs_mb_51 {
    margin-bottom: 51px
}

.cs_mb_52 {
    margin-bottom: 52px
}

.cs_mb_53 {
    margin-bottom: 53px
}

.cs_mb_54 {
    margin-bottom: 54px
}

.cs_mb_55 {
    margin-bottom: 55px
}

.cs_mb_56 {
    margin-bottom: 56px
}

.cs_mb_57 {
    margin-bottom: 57px
}

.cs_mb_58 {
    margin-bottom: 58px
}

.cs_mb_59 {
    margin-bottom: 59px
}

.cs_mb_60 {
    margin-bottom: 60px
}

.cs_mb_61 {
    margin-bottom: 61px
}

.cs_mb_62 {
    margin-bottom: 62px
}

.cs_mb_63 {
    margin-bottom: 63px
}

.cs_mb_64 {
    margin-bottom: 64px
}

.cs_mb_65 {
    margin-bottom: 65px
}

.cs_mb_66 {
    margin-bottom: 66px
}

.cs_mb_67 {
    margin-bottom: 67px
}

.cs_mb_68 {
    margin-bottom: 68px
}

.cs_mb_69 {
    margin-bottom: 69px
}

.cs_mb_70 {
    margin-bottom: 70px
}

@media screen and (min-width: 992px) {
    .cs_height_1 {
        height:1px
    }

    .cs_height_2 {
        height: 2px
    }

    .cs_height_3 {
        height: 3px
    }

    .cs_height_4 {
        height: 4px
    }

    .cs_height_5 {
        height: 5px
    }

    .cs_height_6 {
        height: 6px
    }

    .cs_height_7 {
        height: 7px
    }

    .cs_height_8 {
        height: 8px
    }

    .cs_height_9 {
        height: 9px
    }

    .cs_height_10 {
        height: 10px
    }

    .cs_height_11 {
        height: 11px
    }

    .cs_height_12 {
        height: 12px
    }

    .cs_height_13 {
        height: 13px
    }

    .cs_height_14 {
        height: 14px
    }

    .cs_height_15 {
        height: 15px
    }

    .cs_height_16 {
        height: 16px
    }

    .cs_height_17 {
        height: 17px
    }

    .cs_height_18 {
        height: 18px
    }

    .cs_height_19 {
        height: 19px
    }

    .cs_height_20 {
        height: 20px
    }

    .cs_height_21 {
        height: 21px
    }

    .cs_height_22 {
        height: 22px
    }

    .cs_height_23 {
        height: 23px
    }

    .cs_height_24 {
        height: 24px
    }

    .cs_height_25 {
        height: 25px
    }

    .cs_height_26 {
        height: 26px
    }

    .cs_height_27 {
        height: 27px
    }

    .cs_height_28 {
        height: 28px
    }

    .cs_height_29 {
        height: 29px
    }

    .cs_height_30 {
        height: 30px
    }

    .cs_height_31 {
        height: 31px
    }

    .cs_height_32 {
        height: 32px
    }

    .cs_height_33 {
        height: 33px
    }

    .cs_height_34 {
        height: 34px
    }

    .cs_height_35 {
        height: 35px
    }

    .cs_height_36 {
        height: 36px
    }

    .cs_height_37 {
        height: 37px
    }

    .cs_height_38 {
        height: 38px
    }

    .cs_height_39 {
        height: 39px
    }

    .cs_height_40 {
        height: 40px
    }

    .cs_height_41 {
        height: 41px
    }

    .cs_height_42 {
        height: 42px
    }

    .cs_height_43 {
        height: 43px
    }

    .cs_height_44 {
        height: 44px
    }

    .cs_height_45 {
        height: 45px
    }

    .cs_height_46 {
        height: 46px
    }

    .cs_height_47 {
        height: 47px
    }

    .cs_height_48 {
        height: 48px
    }

    .cs_height_49 {
        height: 49px
    }

    .cs_height_50 {
        height: 50px
    }

    .cs_height_51 {
        height: 51px
    }

    .cs_height_52 {
        height: 52px
    }

    .cs_height_53 {
        height: 53px
    }

    .cs_height_54 {
        height: 54px
    }

    .cs_height_55 {
        height: 55px
    }

    .cs_height_56 {
        height: 56px
    }

    .cs_height_57 {
        height: 57px
    }

    .cs_height_58 {
        height: 58px
    }

    .cs_height_59 {
        height: 59px
    }

    .cs_height_60 {
        height: 60px
    }

    .cs_height_61 {
        height: 61px
    }

    .cs_height_62 {
        height: 62px
    }

    .cs_height_63 {
        height: 63px
    }

    .cs_height_64 {
        height: 64px
    }

    .cs_height_65 {
        height: 65px
    }

    .cs_height_66 {
        height: 66px
    }

    .cs_height_67 {
        height: 67px
    }

    .cs_height_68 {
        height: 68px
    }

    .cs_height_69 {
        height: 69px
    }

    .cs_height_70 {
        height: 70px
    }

    .cs_height_71 {
        height: 71px
    }

    .cs_height_72 {
        height: 72px
    }

    .cs_height_73 {
        height: 73px
    }

    .cs_height_74 {
        height: 74px
    }

    .cs_height_75 {
        height: 75px
    }

    .cs_height_76 {
        height: 76px
    }

    .cs_height_77 {
        height: 77px
    }

    .cs_height_78 {
        height: 78px
    }

    .cs_height_79 {
        height: 79px
    }

    .cs_height_80 {
        height: 80px
    }

    .cs_height_81 {
        height: 81px
    }

    .cs_height_82 {
        height: 82px
    }

    .cs_height_83 {
        height: 83px
    }

    .cs_height_84 {
        height: 84px
    }

    .cs_height_85 {
        height: 85px
    }

    .cs_height_86 {
        height: 86px
    }

    .cs_height_87 {
        height: 87px
    }

    .cs_height_88 {
        height: 88px
    }

    .cs_height_89 {
        height: 89px
    }

    .cs_height_90 {
        height: 90px
    }

    .cs_height_91 {
        height: 91px
    }

    .cs_height_92 {
        height: 92px
    }

    .cs_height_93 {
        height: 93px
    }

    .cs_height_94 {
        height: 94px
    }

    .cs_height_95 {
        height: 95px
    }

    .cs_height_96 {
        height: 96px
    }

    .cs_height_97 {
        height: 97px
    }

    .cs_height_98 {
        height: 98px
    }

    .cs_height_99 {
        height: 99px
    }

    .cs_height_100 {
        height: 100px
    }

    .cs_height_101 {
        height: 101px
    }

    .cs_height_102 {
        height: 102px
    }

    .cs_height_103 {
        height: 103px
    }

    .cs_height_104 {
        height: 104px
    }

    .cs_height_105 {
        height: 105px
    }

    .cs_height_106 {
        height: 106px
    }

    .cs_height_107 {
        height: 107px
    }

    .cs_height_108 {
        height: 108px
    }

    .cs_height_109 {
        height: 109px
    }

    .cs_height_110 {
        height: 110px
    }

    .cs_height_111 {
        height: 111px
    }

    .cs_height_112 {
        height: 112px
    }

    .cs_height_113 {
        height: 113px
    }

    .cs_height_114 {
        height: 114px
    }

    .cs_height_115 {
        height: 115px
    }

    .cs_height_116 {
        height: 116px
    }

    .cs_height_117 {
        height: 117px
    }

    .cs_height_118 {
        height: 118px
    }

    .cs_height_119 {
        height: 119px
    }

    .cs_height_120 {
        height: 96px;
    }

    .cs_height_121 {
        height: 121px
    }

    .cs_height_122 {
        height: 122px
    }

    .cs_height_123 {
        height: 123px
    }

    .cs_height_124 {
        height: 124px
    }

    .cs_height_125 {
        height: 125px
    }

    .cs_height_126 {
        height: 126px
    }

    .cs_height_127 {
        height: 127px
    }

    .cs_height_128 {
        height: 128px
    }

    .cs_height_129 {
        height: 129px
    }

    .cs_height_130 {
        height: 130px
    }

    .cs_height_131 {
        height: 131px
    }

    .cs_height_132 {
        height: 132px
    }

    .cs_height_133 {
        height: 133px
    }

    .cs_height_134 {
        height: 134px
    }

    .cs_height_135 {
        height: 135px
    }

    .cs_height_136 {
        height: 136px
    }

    .cs_height_137 {
        height: 137px
    }

    .cs_height_138 {
        height: 138px
    }

    .cs_height_139 {
        height: 139px
    }

    .cs_height_140 {
        height: 140px
    }

    .cs_height_141 {
        height: 141px
    }

    .cs_height_142 {
        height: 142px
    }

    .cs_height_143 {
        height: 143px
    }

    .cs_height_144 {
        height: 144px
    }

    .cs_height_145 {
        height: 145px
    }

    .cs_height_146 {
        height: 146px
    }

    .cs_height_147 {
        height: 147px
    }

    .cs_height_148 {
        height: 148px
    }

    .cs_height_149 {
        height: 149px
    }

    .cs_height_150 {
        height: 150px
    }
}

@media screen and (max-width: 991px) {
    .cs_height_lg_1 {
        height:1px
    }

    .cs_height_lg_2 {
        height: 2px
    }

    .cs_height_lg_3 {
        height: 3px
    }

    .cs_height_lg_4 {
        height: 4px
    }

    .cs_height_lg_5 {
        height: 5px
    }

    .cs_height_lg_6 {
        height: 6px
    }

    .cs_height_lg_7 {
        height: 7px
    }

    .cs_height_lg_8 {
        height: 8px
    }

    .cs_height_lg_9 {
        height: 9px
    }

    .cs_height_lg_10 {
        height: 10px
    }

    .cs_height_lg_11 {
        height: 11px
    }

    .cs_height_lg_12 {
        height: 12px
    }

    .cs_height_lg_13 {
        height: 13px
    }

    .cs_height_lg_14 {
        height: 14px
    }

    .cs_height_lg_15 {
        height: 15px
    }

    .cs_height_lg_16 {
        height: 16px
    }

    .cs_height_lg_17 {
        height: 17px
    }

    .cs_height_lg_18 {
        height: 18px
    }

    .cs_height_lg_19 {
        height: 19px
    }

    .cs_height_lg_20 {
        height: 20px
    }

    .cs_height_lg_21 {
        height: 21px
    }

    .cs_height_lg_22 {
        height: 22px
    }

    .cs_height_lg_23 {
        height: 23px
    }

    .cs_height_lg_24 {
        height: 24px
    }

    .cs_height_lg_25 {
        height: 25px
    }

    .cs_height_lg_26 {
        height: 26px
    }

    .cs_height_lg_27 {
        height: 27px
    }

    .cs_height_lg_28 {
        height: 28px
    }

    .cs_height_lg_29 {
        height: 29px
    }

    .cs_height_lg_30 {
        height: 30px
    }

    .cs_height_lg_31 {
        height: 31px
    }

    .cs_height_lg_32 {
        height: 32px
    }

    .cs_height_lg_33 {
        height: 33px
    }

    .cs_height_lg_34 {
        height: 34px
    }

    .cs_height_lg_35 {
        height: 35px
    }

    .cs_height_lg_36 {
        height: 36px
    }

    .cs_height_lg_37 {
        height: 37px
    }

    .cs_height_lg_38 {
        height: 38px
    }

    .cs_height_lg_39 {
        height: 39px
    }

    .cs_height_lg_40 {
        height: 40px
    }

    .cs_height_lg_41 {
        height: 41px
    }

    .cs_height_lg_42 {
        height: 42px
    }

    .cs_height_lg_43 {
        height: 43px
    }

    .cs_height_lg_44 {
        height: 44px
    }

    .cs_height_lg_45 {
        height: 45px
    }

    .cs_height_lg_46 {
        height: 46px
    }

    .cs_height_lg_47 {
        height: 47px
    }

    .cs_height_lg_48 {
        height: 48px
    }

    .cs_height_lg_49 {
        height: 49px
    }

    .cs_height_lg_50 {
        height: 50px
    }

    .cs_height_lg_51 {
        height: 51px
    }

    .cs_height_lg_52 {
        height: 52px
    }

    .cs_height_lg_53 {
        height: 53px
    }

    .cs_height_lg_54 {
        height: 54px
    }

    .cs_height_lg_55 {
        height: 55px
    }

    .cs_height_lg_56 {
        height: 56px
    }

    .cs_height_lg_57 {
        height: 57px
    }

    .cs_height_lg_58 {
        height: 58px
    }

    .cs_height_lg_59 {
        height: 59px
    }

    .cs_height_lg_60 {
        height: 60px
    }

    .cs_height_lg_61 {
        height: 61px
    }

    .cs_height_lg_62 {
        height: 62px
    }

    .cs_height_lg_63 {
        height: 63px
    }

    .cs_height_lg_64 {
        height: 64px
    }

    .cs_height_lg_65 {
        height: 65px
    }

    .cs_height_lg_66 {
        height: 66px
    }

    .cs_height_lg_67 {
        height: 67px
    }

    .cs_height_lg_68 {
        height: 68px
    }

    .cs_height_lg_69 {
        height: 69px
    }

    .cs_height_lg_70 {
        height: 70px
    }

    .cs_height_lg_71 {
        height: 71px
    }

    .cs_height_lg_72 {
        height: 72px
    }

    .cs_height_lg_73 {
        height: 73px
    }

    .cs_height_lg_74 {
        height: 74px
    }

    .cs_height_lg_75 {
        height: 75px
    }

    .cs_height_lg_76 {
        height: 76px
    }

    .cs_height_lg_77 {
        height: 77px
    }

    .cs_height_lg_78 {
        height: 78px
    }

    .cs_height_lg_79 {
        height: 79px
    }

    .cs_height_lg_80 {
        height: 80px
    }

    .cs_height_lg_81 {
        height: 81px
    }

    .cs_height_lg_82 {
        height: 82px
    }

    .cs_height_lg_83 {
        height: 83px
    }

    .cs_height_lg_84 {
        height: 84px
    }

    .cs_height_lg_85 {
        height: 85px
    }

    .cs_height_lg_86 {
        height: 86px
    }

    .cs_height_lg_87 {
        height: 87px
    }

    .cs_height_lg_88 {
        height: 88px
    }

    .cs_height_lg_89 {
        height: 89px
    }

    .cs_height_lg_90 {
        height: 90px
    }

    .cs_height_lg_91 {
        height: 91px
    }

    .cs_height_lg_92 {
        height: 92px
    }

    .cs_height_lg_93 {
        height: 93px
    }

    .cs_height_lg_94 {
        height: 94px
    }

    .cs_height_lg_95 {
        height: 95px
    }

    .cs_height_lg_96 {
        height: 96px
    }

    .cs_height_lg_97 {
        height: 97px
    }

    .cs_height_lg_98 {
        height: 98px
    }

    .cs_height_lg_99 {
        height: 99px
    }

    .cs_height_lg_100 {
        height: 100px
    }

    .cs_height_lg_101 {
        height: 101px
    }

    .cs_height_lg_102 {
        height: 102px
    }

    .cs_height_lg_103 {
        height: 103px
    }

    .cs_height_lg_104 {
        height: 104px
    }

    .cs_height_lg_105 {
        height: 105px
    }

    .cs_height_lg_106 {
        height: 106px
    }

    .cs_height_lg_107 {
        height: 107px
    }

    .cs_height_lg_108 {
        height: 108px
    }

    .cs_height_lg_109 {
        height: 109px
    }

    .cs_height_lg_110 {
        height: 110px
    }
}

.cs_fs_12 {
    font-size: 12px;
    line-height: 2em
}

.cs_fs_14 {
    font-size: 14px;
    line-height: 1.714em
}

.cs_fs_16 {
    font-size: 16px;
    line-height: 1.625em
}

.cs_fs_18 {
    font-size: 18px;
    line-height: 1.556em
}

.cs_fs_20 {
    font-size: 20px;
    line-height: 1.5em
}

@media (max-width: 991px) {
    .cs_fs_20 {
        font-size:18px
    }
}

.cs_fs_24 {
    font-size: 24px;
    line-height: 1.417em
}

@media (max-width: 991px) {
    .cs_fs_24 {
        font-size:22px
    }
}

.cs_fs_30 {
    font-size: 30px;
    line-height: 1.333em
}

@media (max-width: 991px) {
    .cs_fs_30 {
        font-size:26px
    }
}

.cs_fs_36 {
    font-size: 36px;
    line-height: 1.278em
}

@media (max-width: 991px) {
    .cs_fs_36 {
        font-size:30px
    }
}

.cs_fs_45 {
    font-size: 45px;
    line-height: 1.208em
}

@media (max-width: 991px) {
    .cs_fs_45 {
        font-size:38px
    }
}

.cs_fs_50 {
    font-size: 50px;
    line-height: 1.208em
}

@media (max-width: 991px) {
    .cs_fs_50 {
        font-size:38px
    }
}

.cs_fs_56 {
    font-size: 56px;
    line-height: 1.208em
}

@media (max-width: 991px) {
    .cs_fs_56 {
        font-size:38px
    }
}

.cs_fs_64 {
    font-size: 64px;
    line-height: 1.156em
}

@media (max-width: 991px) {
    .cs_fs_64 {
        font-size:50px
    }
}

.cs_fs_70 {
    font-size: 70px;
    line-height: 1.143em
}

@media (max-width: 991px) {
    .cs_fs_70 {
        font-size:56px
    }
}

@media (max-width: 575px) {
    .cs_fs_70 {
        font-size:48px
    }
}

.cs_fs_100 {
    font-size: 100px;
    line-height: 1em
}

@media (max-width: 991px) {
    .cs_fs_100 {
        font-size:75px
    }
}

@media (max-width: 575px) {
    .cs_fs_100 {
        font-size:56px
    }
}

.cs_light {
    font-weight: 300
}

.cs_normal {
    font-weight: 400
}

.cs_medium {
    font-weight: 500
}

.cs_semibold {
    font-weight: 600
}

.cs_bold {
    font-weight: 700
}

.cs_extra_bold {
    font-weight: 800
}

.cs_black {
    font-weight: 900
}

.cs_radius_3 {
    border-radius: 3px
}

.cs_radius_5 {
    border-radius: 5px
}

.cs_radius_7 {
    border-radius: 7px
}

.cs_radius_10 {
    border-radius: 10px
}

.cs_radius_15 {
    border-radius: 15px
}

.cs_radius_25 {
    border-radius: 25px
}

.cs_radius_35 {
    border-radius: 35px
}

.cs_radius_50 {
    border-radius: 50%
}

.cs_mp_0 {
    list-style: none;
    margin: 0;
    padding: 0
}

.container-fluid {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto
}

@media (max-width: 1200px) {
    .container-fluid {
        padding:0 15px!important
    }
}

.cs_row_gap_30 {
    margin-left: -15px;
    margin-right: -15px
}

.cs_row_gap_30>* {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 1401px) {
    .cs_row_gap_40 {
        margin-left:-20px;
        margin-right: -20px
    }

    .cs_row_gap_40>* {
        padding-left: 20px;
        padding-right: 20px
    }
}

.cs_row_gap_60 {
    margin-left: -30px;
    margin-right: -30px
}

.cs_row_gap_60>* {
    padding-left: 30px;
    padding-right: 30px
}

.cs_row_gap_80 {
    margin-left: -40px;
    margin-right: -40px
}

.cs_row_gap_80>* {
    padding-left: 40px;
    padding-right: 40px
}

.cs_gap_y_30 {
    /* gap: 31px 0!important; */
    display: flex;
    /* flex-direction: column; */ /* stack vertically */
    gap: 10px; /* adds vertical spacing */
    margin: 0 10px 0 -120px;
    margin: 0;
    padding: 0;
}

.cs_gap_y_40 {
    gap: 40px 0
}

.cs_gap_y_50 {
    gap: 50px 0
}

.cs_gap_y_60 {
    gap: 60px 0
}

.cs_bg_filed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%
}

.cs_center {
    display: flex;
    align-items: center;
    justify-content: center
}

.cs_white_color {
    color: var(--white-color)
}

.cs_body_color {
    color: var(--body-color)
}

.cs_accent_color {
    color: var(--accent-color)
}

.cs_white_bg {
    background-color: var(--white-color)
}

.cs_heading_bg {
    background-color: var(--heading-color)
}

.cs_secondary_bg {
    background-color: var(--body-color)
}

.cs_gray_bg {
    background-color: var(--gray-color)
}

.cs_accent_bg {
    background-color: var(--accent-color)
}

.cs_accent_bg_light {
    background: rgba(239,15,58,.06)
}

.cs_half_screen_right {
    height: 100%;
    width: 50vw;
    margin-left: -12px
}

@media (max-width: 991px) {
    .cs_half_screen_right {
        width:100%;
        margin-left: 0
    }
}

.cs_full_screen_right {
    width: calc(50vw + 650px)
}

.cs_half_screen_thumbnail {
    height: 100%;
    width: 100%;
    min-height: 820px
}

@media (max-width: 1400px) {
    .cs_half_screen_thumbnail {
        min-height:600px
    }
}

@media (max-width: 1199px) {
    .cs_half_screen_thumbnail {
        min-height:500px
    }
}

@media (max-width: 767px) {
    .cs_half_screen_thumbnail {
        min-height:450px
    }
}

@media (max-width: 575px) {
    .cs_half_screen_thumbnail {
        min-height:380px
    }
}

@media (max-width: 420px) {
    .cs_half_screen_thumbnail {
        min-height:260px
    }
}

.cs_btn.cs_style_1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--white-color);
    gap: 10px;
    border: 1px solid var(--accent-color);
    padding: 12px 30px;
    line-height: 1.714em;
    background-color: var(--accent-color);
    position: relative
}

@media (max-width: 991px) {
    .cs_btn.cs_style_1 {
        padding:8px 20px
    }
}

.cs_btn.cs_style_1:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--heading-color);
    opacity: 0;
    transition: all .3s ease
}

.cs_btn.cs_style_1>* {
    position: relative;
    z-index: 1
}

.cs_btn.cs_style_1 i {
    transform: rotate(-45deg);
    transition: all .5s ease
}

.cs_btn.cs_style_1:hover {
    background-color: var(--accent-color);
    color: var(--white-color)
}

.cs_btn.cs_style_1:hover i {
    transform: rotate(-405deg) scale(1.4)
}

.cs_btn.cs_style_1:hover:before {
    opacity: .2
}

.cs_player_btn {
    position: relative;
    z-index: 10;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    padding: 0 0 0 3px;
    color: var(--white-color)
}

.cs_player_btn:after,.cs_player_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    border-radius: 50%
}

.cs_player_btn:before {
    z-index: 0;
    animation: pulse-border 1.5s ease-out infinite
}

.cs_player_btn:after {
    z-index: 1;
    transition: all .2s
}

.cs_player_btn span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 15px solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.cs_text_btn.cs_style_1 {
    display: inline-flex;
    align-items: center;
    gap: 10px
}

.cs_text_btn.cs_style_1 .cs_btn_icon {
    width: 18px;
    height: 18px;
    flex: none;
    overflow: hidden;
    transform: rotate(-45deg)
}

.cs_text_btn.cs_style_1 .cs_btn_icon i {
    transition: all .3s ease
}

.cs_text_btn.cs_style_1 .cs_btn_icon i:first-child {
    transform: translateX(-15px)
}

.cs_text_btn.cs_style_1 .cs_btn_icon i:nth-child(2) {
    transform: translateX(-7px)
}

.cs_text_btn.cs_style_1:hover .cs_btn_icon i:first-child {
    transform: translateX(7px)
}

.cs_text_btn.cs_style_1:hover .cs_btn_icon i:nth-child(2) {
    transform: translateX(10px)
}

.cs_social_btns.cs_style_1 {
    display: flex;
    align-items: center;
    gap: 13px
}

.cs_social_btns.cs_style_1 a {
    width: 26px;
    height: 26px;
    font-size: 11px;
    border: 1px solid;
    border-color: var(--body-color)
}

.cs_social_btns.cs_style_1 a:hover {
    background-color: var(--accent-color);
    color: var(--white-color);
    border-color: var(--accent-color)
}

.cs_scroll_top_btn {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    bottom: 30px;
    cursor: pointer;
    transform: scale(0);
    transition: all .3s ease-in-out
}

.cs_scroll_top_btn:before {
    content: "";
    width: 90%;
    height: 90%;
    background-color: var(--heading-color);
    border-radius: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: scallup 3.5s cubic-bezier(.18,2,.55,-.11) infinite
}

.cs_scroll_top_btn>* {
    position: relative;
    z-index: 1
}

.cs_scroll_top_btn.active {
    transform: scale(1)
}

.cs_section_heading svg {
    animation: spinAnimation 7s linear infinite
}

.cs_page_heading {
    height: 370px
}

.cs_page_heading .breadcrumb {
    margin: 0;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 600;
    color: var(--white-color)
}

.cs_page_heading .breadcrumb-item.active {
    color: var(--white-color)
}

.cs_page_heading .breadcrumb-item+.breadcrumb-item:before {
    content: "\F280";
    font-family: bootstrap-icons!important;
    font-weight: 700;
    color: var(--white-color);
    font-size: 14px
}

@media (max-width: 991px) {
    .cs_section_heading.cs_style_1 br {
        display:none
    }
}

.cs_section_heading.cs_style_1.cs_type_1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

@media (max-width: 991px) {
    .cs_section_heading.cs_style_1.cs_type_1 {
        flex-direction:column;
        align-items: flex-start;
        gap: 20px
    }
}

.cs_section_heading.cs_style_1 .cs_section_subtitle {
    display: inline-flex;
    align-items: center;
    gap: 7px
}

.cs_section_heading.cs_style_1 .cs_section_heading_left {
    max-width: 635px
}

.cs_section_heading.cs_style_1 .cs_section_heading_right {
    max-width: 530px
}

.cs_list.cs_style_1 {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.cs_list.cs_style_1 li {
    display: flex;
    gap: 10px
}

.cs_list.cs_style_1 .cs_list_icon {
    width: 18px;
    height: 18px;
    margin-top: 5px;
    border: 2px solid var(--accent-color);
    flex: none;
    font-size: 10px
}

.cs_progress_info_wrapper {
    display: flex;
    flex-direction: column;
    gap: 31px
}

.cs_progress {
    height: 10px;
    border-radius: 10px;
    max-width: 534px;
    background-color: var(--heading-color)
}

.cs_progress .cs_progress_in {
    height: 100%;
    border-radius: inherit;
    background-color: var(--accent-color);
    position: relative
}

.cs_progress .cs_progress_in:before {
    content: "";
    width: 20px;
    height: 20px;
    background-color: var(--accent-color);
    border: 5px solid var(--border-color);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.cs_progress .cs_progress_in span {
    position: absolute;
    top: -38px;
    right: 0
}

.cs_rating_container {
    max-width: 180px
}

.cs_rating {
    flex: none;
    width: 120px;
    height: 26px;
    position: relative;
    font-size: 16px;
    letter-spacing: 7px;
    color: #ffc131
}

.cs_rating:before {
    font-weight: 400
}

.cs_rating_percentage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

.cs_rating_percentage:before {
    font-weight: 900
}

.cs_accordian.cs_style_1.cs_type_1 {
    border: 1px solid var(--border-color)
}

.cs_accordian.cs_style_1 .cs_accordian_body {
    padding: 16px 50px 16px 20px;
    border-top: 1px solid var(--border-color)
}

.cs_accordian.cs_style_1 .cs_accordian_head {
    padding: 14px 50px 14px 20px;
    position: relative;
    cursor: pointer
}

@media (max-width: 1199px) {
    .cs_accordian.cs_style_1 .cs_accordian_head {
        padding:20px 40px 20px 20px
    }
}

.cs_accordian.cs_style_1 .cs_accordian_toggle {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 20px;
    right: 20px
}

.cs_accordian.cs_style_1 .cs_accordian_toggle i {
    position: absolute;
    color: var(--accent-color);
    transition: all .3s ease
}

.cs_accordian.cs_style_1 .cs_accordian_toggle i:nth-child(2) {
    opacity: 0
}

.cs_accordian.cs_style_1.active .cs_accordian_head {
    pointer-events: none
}

.cs_accordian.cs_style_1.active .cs_accordian_toggle i {
    color: var(--body-color)
}

.cs_accordian.cs_style_1.active .cs_accordian_toggle i:first-child {
    opacity: 0
}

.cs_accordian.cs_style_1.active .cs_accordian_toggle i:nth-child(2) {
    opacity: 1
}

.cs_accordian.cs_style_1.active.cs_type_1 {
    border-color: var(--accent-color)
}

.cs_accordian.cs_style_1.active.cs_type_1 .cs_accordian_toggle i {
    color: var(--heading-color)
}

.cs_accordians_wrapper.cs_style_1 {
    padding-right: 130px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

@media (max-width: 1400px) {
    .cs_accordians_wrapper.cs_style_1 {
        padding-right:50px
    }
}

@media (max-width: 991px) {
    .cs_accordians_wrapper.cs_style_1 {
        padding-right:0
    }
}

.cs_brands_wrapper {
    padding: 66px 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 50px 120px;
    margin-top: -90px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.08)
}

@media (max-width: 1400px) {
    .cs_brands_wrapper {
        gap:50px 75px
    }
}

@media (max-width: 460px) {
    .cs_brands_wrapper {
        flex-direction:column
    }
}

.cs_brands_wrapper .cs_brand {
    flex: none
}

.cs_brands_wrapper .cs_brand:hover svg g {
    opacity: 1
}

.cs_brands_wrapper svg g {
    transition: all .3s ease
}

.cs_video.cs_style_1 {
    width: 100%;
    height: 100%;
    min-height: 594px;
    padding: 100px 0
}

@media (max-width: 1400px) {
    .cs_video.cs_style_1 {
        min-height:524px
    }
}

@media (max-width: 991px) {
    .cs_video.cs_style_1 {
        min-height:480px;
        padding: 80px 0 140px
    }
}

.cs_video.cs_style_1 .cs_video_overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .85
}

.cs_video.cs_style_1 .cs_video_content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center
}

.cs_video.cs_style_1 .cs_player_btn {
    width: 86px;
    height: 86px;
    background-color: var(--accent-color)
}

.cs_video.cs_style_1 .cs_player_btn:after,.cs_video.cs_style_1 .cs_player_btn:before {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid var(--white-color);
    animation: pulse-border-2 2s ease-out infinite
}

.cs_video.cs_style_1 .cs_player_btn:after {
    animation-delay: 1s
}

.cs_video.cs_style_1 .cs_player_btn span {
    border-left: 25px solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent
}

.cs_video.cs_style_1 .cs_video_shape_1 {
    left: 0;
    bottom: 0
}

.cs_counter.cs_style_1 .cs_counter_overlay {
    width: 100%;
    height: 100%;
    opacity: .66;
    left: 0;
    top: 0
}

.cs_counter.cs_style_1 .cs_counter_banner_wrapper {
    transform: translateY(-120px)
}

@media (max-width: 991px) {
    .cs_counter.cs_style_1 .cs_counter_banner_wrapper {
        transform:translateY(0)
    }
}

.cs_counter.cs_style_1 .cs_counter_banner {
    padding-left: 45%;
    position: absolute;
    top: -90px;
    right: 0
}

@media (max-width: 991px) {
    .cs_counter.cs_style_1 .cs_counter_banner {
        position:static;
        padding-left: 0;
        margin-top: -170px
    }
}

.cs_counter.cs_style_1 .cs_counter_banner img {
    border: 20px solid var(--white-color)
}

@media (max-width: 991px) {
    .cs_counter.cs_style_1 .cs_counter_banner img {
        border-width:10px
    }
}

.cs_counter.cs_style_1 .cs_section_heading.cs_style_1 {
    position: relative;
    z-index: 1
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    to {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border-2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: .3
    }

    to {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.28);
        opacity: 0
    }
}

@keyframes spinAnimation {
    0% {
        transform: rotateX(-20deg) rotateY(0deg)
    }

    75% {
        transform: rotateX(-20deg) rotateY(1turn)
    }

    to {
        transform: rotateX(-20deg) rotateY(1turn)
    }
}

@keyframes scallup {
    0% {
        transform: translate(-50%,-50%) scale(0)
    }

    50% {
        transform: translate(-50%,-50%) scale(1)
    }

    to {
        transform: translate(-50%,-50%) scale(0)
    }
}

.cs_slider {
    position: relative
}

.slick-arrow {
    cursor: pointer
}

.draggable {
    cursor: url(/assets/img/drag.png) 16 9,ew-resize!important
}

.slick-slide>div {
    display: flex;
    flex-direction: column
}

.cs_remove_overflow .slick-list {
    overflow: visible
}

.cs_remove_overflow .slick-slide {
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear
}

.cs_remove_overflow .slick-slide.slick-active {
    opacity: 1;
    visibility: visible
}

.cs_slider_gap_24 .slick-slide {
    padding-left: 12px;
    padding-right: 12px
}

.cs_slider_gap_24 .slick-list {
    margin-left: -12px;
    margin-right: -12px
}

.cs_slider_gap_30 .slick-slide {
    padding-left: 15px;
    padding-right: 15px
}

.cs_slider_gap_30 .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.cs_slider_2_wrap {
    overflow: hidden;
    border-radius: 5px;
    position: relative
}

@media (min-width: 1200px) {
    .cs_slider.cs_style_2 {
        width:calc(100% + 280px);
        margin-left: -140px
    }
}

.cs_slider_arrows.cs_style_1 {
    display: flex;
    gap: 12px
}

.cs_slider_arrows.cs_style_1 .cs_left_arrow,.cs_slider_arrows.cs_style_1 .cs_right_arrow {
    height: 50px;
    width: 50px;
    flex: none;
    transition: all .4s ease
}

.cs_slider_arrows.cs_style_1 .cs_left_arrow:hover,.cs_slider_arrows.cs_style_1 .cs_right_arrow:hover {
    background-color: var(--accent-color)
}

@media (max-width: 1199px) {
    .cs_slider_arrows.cs_style_1 {
        display:flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 40px
    }
}

.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_left,.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width: 1199px) {
    .cs_slider_arrows.cs_style_1 .cs_arrow_wrap_left,.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_right {
        position:static;
        transform: translateY(0);
        flex: none
    }
}

.cs_slider_arrows.cs_style_1 .cs_arrow_wrap {
    width: calc((100vw - 1290px) / 2)
}

@media (max-width: 1400px) {
    .cs_slider_arrows.cs_style_1 .cs_arrow_wrap {
        width:calc((100vw - 1110px) / 2)
    }
}

@media (max-width: 1199px) {
    .cs_slider_arrows.cs_style_1 .cs_arrow_wrap {
        width:max-content
    }
}

.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_left {
    left: 0
}

.cs_slider_arrows.cs_style_1 .cs_arrow_wrap_right {
    right: 0
}

.cs_pagination.cs_style_1.cs_type_1 {
    position: static;
    transform: translateY(0);
    padding: 12px 0;
    margin-top: 80px
}

.cs_pagination.cs_style_1.cs_type_1:after,.cs_pagination.cs_style_1.cs_type_1:before {
    width: 77px;
    height: 2px
}

.cs_pagination.cs_style_1.cs_type_1:before {
    background: linear-gradient(270deg,#01133c,#ef0f3a);
    top: 50%;
    left: 62%;
    transform: translate(-62%,-50%)
}

.cs_pagination.cs_style_1.cs_type_1:after {
    background: linear-gradient(270deg,#ef0f3a,#01133c);
    top: 50%;
    left: 38%;
    transform: translate(-38%,-50%)
}

.cs_pagination.cs_style_1.cs_type_1 ul {
    flex-direction: row;
    justify-content: center
}

.cs_pagination.cs_style_1.cs_type_1 li {
    background-color: var(--accent-color)
}

.cs_pagination.cs_style_1:after,.cs_pagination.cs_style_1:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 77px;
    left: 50%;
    margin-left: -1px
}

@media (max-width: 1070px) {
    .cs_pagination.cs_style_1:after,.cs_pagination.cs_style_1:before {
        display:none
    }
}

.cs_pagination.cs_style_1:before {
    background: linear-gradient(180deg,#fff,rgba(1,15,52,.7));
    bottom: 100%
}

.cs_pagination.cs_style_1:after {
    background: linear-gradient(0deg,#fff,rgba(1,15,52,.7));
    top: 100%
}

.cs_pagination.cs_style_1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex!important;
    gap: 23px;
    flex-direction: column
}

@media (max-width: 1070px) {
    .cs_pagination.cs_style_1 ul {
        flex-direction:row
    }
}

.cs_pagination.cs_style_1 li {
    height: 13px;
    width: 13px;
    background-color: var(--heading-color);
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
    position: relative;
    transition: all .3s ease
}

.cs_pagination.cs_style_1 li:hover {
    background-color: var(--accent-color)
}

.cs_pagination.cs_style_1 li:before {
    content: "";
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 2px solid var(--accent-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease;
    opacity: 0
}

.cs_pagination.cs_style_1 li.slick-active {
    background-color: var(--accent-color)
}

.cs_pagination.cs_style_1 li.slick-active:before {
    opacity: 1
}

.cs_pagination.cs_style_1 button {
    display: none
}

.cs_show_md {
    display: none!important
}

@media (max-width: 767px) {
    .cs_show_md {
        display:flex!important
    }

    .cs_hide_md {
        display: none!important
    }
}

.slick-slide .cs_hero.cs_style_1 .cs_hero_text {
    position: relative;
    left: 50px;
    transition: all .4s ease;
    opacity: 0
}

.slick-slide.slick-current .cs_hero.cs_style_1 .cs_hero_text {
    opacity: 1;
    left: 0;
    transition-delay: .8s
}

.cs_horizontal_slider_wrapper:hover .cs_gallery_list {
    animation-play-state: paused
}

.cs_horizontal_in {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%
}

.cs_gallery_list {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 15px;
    animation: slide-left 40s linear infinite
}

@keyframes slide-left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.cs-pd-video .cs_video_open,.cs-sample-img .cs_video_open {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 68px;
    transition: all .3s ease;
    line-height: 48px
}

.cs-pd-video .cs_video_open:hover,.cs-sample-img .cs_video_open:hover {
    color: hsla(0,0%,100%,.7)
}

.cs_video_popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    left: -100%;
    transition-delay: .3s
}

.cs_video_popup.active {
    transition-delay: 0s;
    left: 0
}

.cs_video_popup-overlay {
    position: absolute;
    left: 0;
    right: 0;
    background: #000;
    transition: all .4s ease-out;
    opacity: 0
}

.cs_video_popup.active .cs_video_popup-overlay {
    opacity: .8;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.cs_video_popup-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 0;
    text-align: center;
    transition: all .4s ease-out;
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    padding: 15px
}

.cs_video_popup.active .cs_video_popup-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.cs_video_popup-content:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.cs_video_popup-container {
    display: inline-block;
    position: relative;
    text-align: left;
    background: #fff;
    max-width: 1380px;
    width: 100%;
    vertical-align: middle
}

.cs_video_popup-container .embed-responsive {
    width: 100%
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    height: 100%
}

.embed-responsive-16by9:before {
    display: block;
    content: "";
    padding-top: 56.25%
}

.embed-responsive iframe,.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.cs_video_popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #d90d0d;
    cursor: pointer;
    transition: all .4s ease-in-out
}

.cs_video_popup iframe {
    width: 100%;
    height: 100%;
    position: absolute
}

.cs_video_popup-close:before {
    transform: rotate(-45deg)
}

.cs_video_popup-close:after,.cs_video_popup-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 1px;
    background: #fff;
    margin-left: -10px;
    transition: all .4s ease-in-out
}

.cs_video_popup-close:after {
    transform: rotate(45deg)
}

.cs_video_popup-close:hover:after,.cs_video_popup-close:hover:before {
    background: #000
}

.cs_video_popup-layer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

.cs_video_popup-align {
    overflow: hidden
}

.cs_footer_contact_list li {
    position: relative;
    padding-left: 40px
}

.cs_footer_contact_list li:not(:last-child) {
    margin-bottom: 22px
}

.cs_footer_contact_list li i {
    height: 30px;
    width: 30px;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: -2px;
    background-color: hsla(0,0%,100%,.15);
    padding-left: 6px;
    padding-top: 3px
}

.cs_footer_widget .cs_social_btns.cs_style_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.cs_footer_widget .cs_social_btns.cs_style_1 a {
    height: 45px;
    width: 45px;
    border-radius: 6px;
    background-color: hsla(0,0%,41%,.3);
    color: #fff;
    font-size: 16px
}

.cs_footer_widget .cs_social_btns.cs_style_1 a:hover {
    background-color: var(--accent-color)
}

.cs_footer_widget_seperator {
    display: flex;
    gap: 5px;
    margin-bottom: 34px
}

.cs_footer_widget_seperator span {
    height: 5px;
    width: 80px;
    border-radius: 5px
}

.cs_footer_widget_seperator span:nth-child(2) {
    width: 15px
}

.cs_footer_widget_seperator span:nth-child(3) {
    width: 6px
}

.cs_footer_menu {
    list-style: none;
    padding: 0;
    margin: 0
}

.cs_footer_menu li {
    padding-left: 25px;
    position: relative
}

.cs_footer_menu li:not(:last-child) {
    margin-bottom: 12px
}

.cs_footer_menu li:before {
    content: "\F138";
    font-weight: 900;
    font-family: bootstrap-icons!important;
    position: absolute;
    left: 0;
    top: 0
}

.cs_working_hours {
    list-style: none;
    padding: 0;
    margin: 0
}

.cs_working_hours li {
    display: flex
}

.cs_working_hours li span:first-child {
    width: 130px
}

@media (max-width: 1199px) {
    .cs_working_hours li span:first-child {
        width:95px
    }
}

.cs_working_hours li:not(:last-child) {
    margin-bottom: 12px
}

.cs_recent_post {
    display: flex;
    align-items: center;
    gap: 20px
}

@media (max-width: 1199px) {
    .cs_recent_post {
        gap:15px
    }
}

.cs_recent_post .cs_recent_post_thumb {
    height: 80px;
    width: 80px;
    flex: none;
    overflow: hidden
}

.cs_recent_post .cs_recent_post_thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .6s ease
}

.cs_recent_post .cs_recent_post_thumb:hover img {
    transform: scale(1.08)
}

.cs_recent_post .cs_recent_posted_by {
    padding-left: 20px;
    position: relative;
    margin-bottom: 0
}

.cs_recent_post .cs_recent_posted_by i,.cs_recent_post .cs_recent_posted_by svg {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--accent-color)
}

.cs_recent_post_widget {
    list-style: none;
    padding: 0;
    margin: 0
}

.cs_recent_post_widget li:not(:last-child) {
    margin-bottom: 20px
}

.cs_footer_newsletter .cs_form_field {
    background-color: #353c4f;
    border-color: #353c4f;
    color: #fff;
    margin-bottom: 14px
}

.cs_text_widget img+p {
    margin-top: 35px
}

.cs_text_widget p {
    margin: 0
}

.cs_text_widget+.cs_social_btns.cs_style_1 {
    margin-top: 38px
}

.cs_footer_row {
    display: flex;
    gap: 40px 80px
}

@media (max-width: 1400px) {
    .cs_footer_row {
        gap:40px 20px
    }
}

@media (max-width: 991px) {
    .cs_footer_row {
        flex-wrap:wrap
    }
}

.cs_footer_row .cs_footer_col {
    flex: 1 1
}

.cs_footer_row .cs_footer_col:first-child {
    flex: 1.5 1
}

.cs_footer_row .cs_footer_col:nth-child(2) {
    flex: 1.1 1
}

.cs_footer_row .cs_footer_col:nth-child(3) {
    flex: 1.3 1
}

.cs_footer_row .cs_footer_col:nth-child(4) {
    flex: 1.5 1
}

@media (max-width: 1199px) {
    .cs_footer_row .cs_footer_col:nth-child(4) {
        flex:1.7 1
    }
}

@media (max-width: 991px) {
    .cs_footer_row .cs_footer_col {
        flex:none!important;
        width: calc(50% - 10px)
    }
}

@media (max-width: 575px) {
    .cs_footer_row .cs_footer_col {
        width:100%
    }
}

.cs_footer_contact_info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px 30px;
    padding: 40px 60px;
    border-radius: 10px
}

@media (max-width: 991px) {
    .cs_footer_contact_info {
        gap:20px 25px;
        padding: 40px 30px
    }
}

@media (max-width: 575px) {
    .cs_footer_contact_info {
        flex-direction:column;
        gap: 15px 0
    }
}

.cs_footer_contact_info .cs_footer_contact_list {
    display: flex;
    align-items: center;
    gap: 15px
}

.cs_footer_contact_info .cs_footer_contact_list_icon {
    height: 40px;
    width: 40px;
    flex: none;
    background-color: #fff;
    color: var(--accent-color);
    border-radius: 5px;
    font-size: 18px
}

.cs_footer_newsletter.cs_style_1 {
    display: flex;
    background-color: #000;
    margin-bottom: 75px
}

@media (max-width: 991px) {
    .cs_footer_newsletter.cs_style_1 {
        flex-direction:column
    }
}

.cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_left {
    min-height: 130px;
    flex: none;
    width: 100%;
    max-width: 340px;
    padding: 20px
}

@media (max-width: 1400px) {
    .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_left {
        max-width:300px
    }
}

@media (max-width: 1199px) {
    .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_left {
        max-width:200px
    }
}

@media (max-width: 991px) {
    .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_left {
        max-width:100%;
        min-height: 100px
    }
}

.cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1;
    padding: 31px 110px;
    gap: 15px 30px
}

@media (max-width: 1400px) {
    .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_right {
        padding:31px 50px
    }
}

@media (max-width: 1199px) {
    .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_right {
        padding:30px;
        gap: 15px 20px;
        padding: 30px 20px
    }
}

@media (max-width: 767px) {
    .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_right {
        flex-direction:column
    }

    .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_right .cs_fs_24 {
        text-align: center
    }
}

.cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_form {
    display: flex;
    width: 100%;
    max-width: 370px
}

@media (max-width: 575px) {
    .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_form {
        flex-direction:column;
        max-width: 100%
    }
}

.cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_form input {
    flex: 1 1;
    padding: 5px 15px;
    outline: none;
    border: none
}

@media (max-width: 575px) {
    .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_form input {
        height:46px;
        flex: none
    }
}

.cs_footer_contact_info_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
    flex: none;
    width: 100%;
    max-width: 720px;
    justify-content: space-between
}

@media (max-width: 1400px) {
    .cs_footer_contact_info_list {
        max-width:600px
    }
}

@media (max-width: 1199px) {
    .cs_footer_contact_info_list {
        max-width:500px
    }
}

@media (max-width: 991px) {
    .cs_footer_contact_info_list {
        max-width:100%
    }
}

.cs_footer_contact_info_list li {
    display: flex;
    align-items: center;
    gap: 25px
}

.cs_footer_contact_info_list li svg {
    flex: none
}

.cs_footer.cs_style_1 {
    padding-top: 80px
}

.cs_footer.cs_style_1 .cs_footer_bottom {
    background-color: #000
}

.cs_footer.cs_style_1 .cs_footer_bottom_in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px 20px;
    padding: 23px 0;
    gap: 5px 20px
}

@media (max-width: 767px) {
    .cs_footer.cs_style_1 .cs_footer_bottom_in {
        flex-direction:column;
        justify-content: center;
        text-align: center;
        padding: 20px 0
    }
}

.cs_footer.cs_style_1 .cs_footer_bottom_in a:hover {
    color: var(--heading-color)
}

.cs_footer.cs_style_1 .cs_footer_copyright a {
    color: var(--accent-color)
}

.cs_footer.cs_style_1 .cs_footer_copyright a:hover {
    color: var(--accent-color);
    text-decoration: underline
}

.cs_footer.cs_style_1 .cs_main_footer {
    padding-bottom: 75px
}

.cs_footer.cs_style_1.cs_type_1 .cs_main_footer {
    padding-bottom: 0
}

.cs_footer.cs_style_1.cs_type_1 .cs_footer_bottom {
    background-color: transparent
}

.cs_footer.cs_style_1.cs_type_1 .cs_footer_bottom_in {
    border-top: 1px solid hsla(0,0%,100%,.2)
}

.cs_footer.cs_style_1.cs_type_1 .cs_footer_row {
    gap: 40px 0
}

@media (max-width: 991px) {
    .cs_footer.cs_style_1.cs_type_1 .cs_footer_row {
        gap:0
    }
}

.cs_footer.cs_style_1.cs_type_1 .cs_footer_row .cs_footer_col {
    border-top: 1px solid hsla(0,0%,100%,.2);
    padding: 50px
}

@media (max-width: 1400px) {
    .cs_footer.cs_style_1.cs_type_1 .cs_footer_row .cs_footer_col {
        padding:50px 20px
    }
}

@media (max-width: 575px) {
    .cs_footer.cs_style_1.cs_type_1 .cs_footer_row .cs_footer_col {
        border-right:0!important;
        padding: 30px 0 35px
    }
}

.cs_footer.cs_style_1.cs_type_1 .cs_footer_row .cs_footer_col:not(:last-child) {
    border-right: 1px solid hsla(0,0%,100%,.2)
}

.cs_footer.cs_style_1.cs_type_1 .cs_footer_row .cs_footer_col:first-child {
    padding-left: 0
}

.cs_footer.cs_style_1.cs_type_1 .cs_footer_row .cs_footer_col:last-child {
    padding-right: 0
}

@media (max-width: 991px) {
    .cs_footer.cs_style_1.cs_type_1 .cs_footer_row .cs_footer_col:nth-child(2) {
        border-right:0;
        padding-right: 0
    }

    .cs_footer.cs_style_1.cs_type_1 .cs_footer_row .cs_footer_col:nth-child(3) {
        padding-left: 0
    }
}

.cs_footer.cs_style_1 .cs_footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px
}

@media (max-width: 991px) {
    .cs_footer.cs_style_1 .cs_footer_top {
        flex-direction:column;
        gap: 25px 0
    }
}

.cs_footer.cs_style_1 .cs_footer_top .cs_footer_newsletter.cs_style_1 {
    background-color: transparent;
    flex: none;
    margin: 0;
    width: 370px
}

@media (max-width: 991px) {
    .cs_footer.cs_style_1 .cs_footer_top .cs_footer_newsletter.cs_style_1 {
        width:100%
    }

    .cs_footer.cs_style_1 .cs_footer_top .cs_footer_newsletter.cs_style_1 .cs_footer_newsletter_form {
        max-width: 100%
    }
}

.cs_hero.cs_style_1 {
    min-height: 600px;
    height: calc(100vh - 140px);
    max-height: 1000px;
    position: relative;
    padding: 80px 0
}

@media (max-width: 575px) {
    .cs_hero.cs_style_1 {
        height:auto;
        max-height: none
    }
}

.cs_hero.cs_style_1 .cs_hero_text {
    max-width: 680px;
    position: relative;
    z-index: 1
}

@media (max-width: 991px) {
    .cs_hero.cs_style_1 .cs_hero_text {
        max-width:500px
    }
}

.cs_hero.cs_style_1 .cs_hero_subtitle {
    max-width: 620px
}

.cs_hero.cs_style_1 .cs_hero_mini_title {
    letter-spacing: 1.8px
}

.cs_hero.cs_style_1 .cs_hero_btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 40px
}

@media (max-width: 991px) {
    .cs_hero.cs_style_1 .cs_hero_btns {
        gap:15px 25px
    }
}

.cs_hero.cs_style_1 .cs_hero_mini_title img {
    flex: none
}

.cs_hero.cs_style_1 .cs_hero_mini_title.cs_white_color img {
    filter: brightness(0) invert(1)
}

.cs_hero.cs_style_1 .cs_hero_player_btn {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 500
}

.cs_hero.cs_style_1 .cs_hero_player_btn:hover .cs_hero_play_btn_text:before {
    width: 100%
}

.cs_hero.cs_style_1 .cs_hero_play_btn_text {
    position: relative
}

.cs_hero.cs_style_1 .cs_hero_play_btn_text:before {
    content: "";
    height: 1px;
    width: 0;
    background-color: var(--accent-color);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease
}

.cs_hero.cs_style_1 .cs_hero_number {
    display: flex;
    align-items: center;
    gap: 15px
}

.cs_hero.cs_style_1 .cs_hero_number_icon {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    flex: none
}

@media (max-width: 991px) {
    .cs_hero.cs_style_1 .cs_hero_number_icon {
        height:44px;
        width: 44px;
        font-size: 16px
    }
}

@media (max-width: 1199px) {
    .cs_hero.cs_style_1.cs_type_1 {
        background-position:0
    }
}

.cs_slide .cs_hero.cs_style_1 {
    padding-bottom: 150px
}

.cs_iconbox.cs_style_1 {
    display: flex;
    align-items: center;
    gap: 20px
}

.cs_iconbox.cs_style_1.cs_type_1 .cs_iconbox_icon {
    width: 30px;
    height: 30px
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon {
    width: 60px;
    height: 60px
}

.cs_iconbox.cs_style_1 .cs_iconbox_icon img {
    transition: all .6s ease
}

.cs_iconbox.cs_style_1:hover img {
    transform: rotatey(180deg)
}

.cs_iconbox.cs_style_2 {
    display: flex;
    gap: 25px
}

@media (max-width: 575px) {
    .cs_iconbox.cs_style_2 {
        gap:15px
    }
}

.cs_iconbox.cs_style_2 .cs_iconbox_icon {
    width: 70px;
    height: 70px;
    flex: none;
    padding: 12px;
    transition: all .4s ease-in-out
}

@media (max-width: 575px) {
    .cs_iconbox.cs_style_2 .cs_iconbox_icon {
        width:60px;
        height: 60px
    }
}

.cs_iconbox.cs_style_2 img {
    transition: all .3s ease
}

.cs_iconbox.cs_style_2:hover .cs_iconbox_icon {
    background-color: var(--accent-color)
}

.cs_iconbox.cs_style_2:hover img {
    filter: brightness(0) invert(1)
}

.cs_iconbox.cs_style_3 {
    height: 100%;
    border: 1px solid var(--border-color)
}

.cs_iconbox.cs_style_3 .cs_iconbox_icon {
    width: 70px;
    height: 70px;
    border: 1px solid var(--border-color);
    margin-top: -35px;
    margin-left: 20px
}

.cs_iconbox.cs_style_3 .cs_iconbox_content {
    padding: 6px 25px 25px
}

.cs_iconbox.cs_style_4 {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 1
}

@media (max-width: 1200px) {
    .cs_iconbox.cs_style_4 {
        gap:20px
    }
}

.cs_iconbox.cs_style_4 .cs_iconbox_icon {
    position: relative;
    flex: none;
    width: 90px;
    height: 90px;
    border-radius: 20px 0 20px 0;
    border: 1px solid var(--accent-color)
}

.cs_iconbox.cs_style_4 .cs_iconbox_icon:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    opacity: .33;
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0
}

.cs_iconbox.cs_style_4 .cs_iconbox_icon img {
    z-index: 1
}

.cs_iconbox.cs_style_4 .cs_iconbox_number {
    display: flex;
    align-items: center
}

.cs_iconbox.cs_style_5 {
    display: flex;
    gap: 20px
}

.cs_iconbox.cs_style_5 .cs_iconbox_icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
    flex: none;
    transition: all .3s ease
}

.cs_iconbox.cs_style_5:hover .cs_iconbox_icon {
    background-color: var(--accent-color);
    color: var(--border-color)
}

.cs_iconbox.cs_style_6 {
    display: flex;
    align-items: center;
    gap: 15px
}

.cs_iconbox.cs_style_6 .cs_iconbox_icon {
    width: 40px;
    height: 40px;
    border: 1px solid var(--body-color)
}

.cs_post.cs_style_1 {
    position: relative;
    z-index: 1
}

.cs_post.cs_style_1.cs_type_1 {
    padding: 25px 30px 0 0
}

@media (max-width: 575px) {
    .cs_post.cs_style_1.cs_type_1 {
        padding:20px 20px 0 0
    }
}

.cs_post.cs_style_1.cs_type_1:before {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 17px);
    border: 1px solid var(--border-color);
    position: absolute;
    top: 0;
    right: 0
}

.cs_post.cs_style_1.cs_type_1 .cs_post_thumbnail {
    position: relative;
    z-index: 1
}

.cs_post.cs_style_1.cs_type_1 .cs_post_content_wrapper {
    padding: 0 0 0 50px;
    margin-top: 0
}

@media (max-width: 575px) {
    .cs_post.cs_style_1.cs_type_1 .cs_post_content_wrapper {
        padding:0 0 0 40px
    }
}

.cs_post.cs_style_1.cs_type_1 .cs_post_content {
    padding: 0;
    box-shadow: none
}

.cs_post.cs_style_1.cs_type_1 .cs_text_btn.cs_style_1 {
    display: inline-flex;
    padding: 8px 9px;
    border: 1px solid var(--border-color);
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out
}

.cs_post.cs_style_1.cs_type_1 .cs_text_btn.cs_style_1:hover {
    border-color: var(--accent-color)
}

.cs_post.cs_style_1.cs_type_1 .cs_post_date {
    top: 0;
    left: 0
}

.cs_post.cs_style_1.cs_type_1 .cs_post_date:after {
    display: none
}

.cs_post.cs_style_1 .cs_post_content_wrapper {
    padding: 0 35px;
    margin-top: -58px;
    position: relative;
    z-index: 1
}

@media (max-width: 1400px) {
    .cs_post.cs_style_1 .cs_post_content_wrapper {
        padding-right:0
    }
}

.cs_post.cs_style_1 .cs_post_thumbnail {
    display: inline-block;
    width: 100%;
    overflow: hidden
}

.cs_post.cs_style_1 .cs_post_thumbnail img {
    width: 100%;
    transition: all .4s ease-in-out
}

.cs_post.cs_style_1 .cs_post_content {
    padding: 40px 30px;
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.08)
}

.cs_post.cs_style_1 h3,.cs_post.cs_style_1 p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cs_post.cs_style_1 .cs_post_date {
    width: 58px;
    height: 58px;
    padding: 13px 14px;
    top: 0;
    left: 0;
    line-height: 1.2em
}

.cs_post.cs_style_1 .cs_post_date:after {
    content: "";
    width: 60%;
    height: 40%;
    background-color: #bd0528;
    -webkit-clip-path: polygon(0 100%,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 100%,100% 0,100% 100%,0 100%);
    position: absolute;
    left: 0;
    bottom: 1px;
    transform: rotatex(180deg);
    transform-origin: bottom
}

.cs_post.cs_style_1:hover .cs_post_thumbnail img {
    transform: scale(1.06)
}

.cs_post_meta_wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.cs_post_meta_wrapper .cs_post_meta {
    display: flex;
    align-items: center;
    gap: 10px
}

.cs_tyres_shape {
    left: 0;
    bottom: 0
}

.cs_post_details img {
    width: 100%;
    margin-bottom: 27px
}

.cs_post_details h2 {
    font-size: 30px;
    line-height: 1em;
    margin-bottom: 17px
}

.cs_post_details p {
    margin-bottom: 17px
}

.cs_post_details blockquote {
    padding: 30px;
    background: rgba(239,15,58,.06);
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 36px
}

@media (max-width: 575px) {
    .cs_post_details blockquote {
        padding:30px 20px;
        flex-direction: column;
        text-align: center;
        gap: 20px
    }
}

.cs_post_details blockquote img {
    width: max-content;
    flex: none;
    margin-bottom: 0
}

.cs_post_share_wrapper {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    border: 1px solid var(--border-color);
    border-right: 0;
    border-left: 0;
    margin: 35px 0 48px
}

.cs_post_share_wrapper h3 {
    margin-bottom: 0
}

.cs_post_share_wrapper .cs_post_socials,.cs_post_share_wrapper .cs_post_tags.cs_style_1 {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

.cs_post_share_wrapper .cs_tags_links,.cs_tags_links {
    display: flex;
    align-items: center;
    gap: 10px
}

.cs_tags_links {
    flex-wrap: wrap
}

.cs_tags_links .cs_tag_link {
    padding: 5px 18px
}

.cs_tags_links .cs_tag_link:hover {
    background-color: var(--accent-color);
    color: var(--white-color)
}

.cs_comment_list {
    flex-direction: column
}

.cs_comment_body,.cs_comment_list {
    display: flex;
    gap: 30px
}

@media (max-width: 575px) {
    .cs_comment_body {
        flex-direction:column;
        gap: 15px
    }
}

.cs_comment_body:nth-child(2n) {
    padding-left: 80px
}

@media (max-width: 991px) {
    .cs_comment_body:nth-child(2n) {
        padding-left:0
    }
}

.cs_comment_body .cs_comment_thumbnail {
    flex: none;
    width: 80px;
    height: 80px
}

.cs_comment_body .cs_post_meta {
    display: flex;
    align-items: center;
    gap: 10px
}

.cs_comment_body .cs_reply_btn {
    display: inline-block;
    padding: 5px 20px;
    position: absolute;
    top: 10px;
    right: 0
}

@media (max-width: 575px) {
    .cs_comment_body .cs_reply_btn {
        position:static;
        margin-top: 15px
    }
}

.cs_comment_body .cs_reply_btn:hover {
    background-color: var(--accent-color);
    color: var(--white-color)
}

.cs_sidebar.cs_style_1 {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.cs_sidebar_widget {
    padding: 40px
}

@media (max-width: 575px) {
    .cs_sidebar_widget {
        padding:30px 20px
    }
}

.cs_sidebar_widget .cs_search {
    display: flex;
    align-items: center;
    width: 100%
}

.cs_sidebar_widget .cs_search input {
    flex: 1 1;
    border: none;
    outline: none;
    padding: 20px 30px;
    background-color: transparent
}

@media (max-width: 575px) {
    .cs_sidebar_widget .cs_search input {
        padding:20px
    }
}

.cs_sidebar_widget .cs_search .cs_search_icon {
    padding: 25px 30px;
    cursor: pointer;
    transition: all .3s ease-in-out
}

@media (max-width: 575px) {
    .cs_sidebar_widget .cs_search .cs_search_icon {
        padding:25px
    }
}

.cs_sidebar_widget .cs_search .cs_search_icon:hover {
    background-color: var(--heading-color)
}

.cs_sidebar_widget .cs_separator {
    width: 100%;
    height: 1px;
    position: absolute;
    top: 90px;
    left: 0
}

@media (max-width: 575px) {
    .cs_sidebar_widget .cs_separator {
        top:80px
    }
}

.cs_sidebar_widget .cs_separator:after,.cs_sidebar_widget .cs_separator:before {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.cs_sidebar_widget .cs_separator:before {
    width: 100%;
    background-color: var(--heading-color);
    opacity: .2
}

.cs_sidebar_widget .cs_separator:after {
    width: 40px;
    background-color: var(--accent-color);
    left: 40px
}

@media (max-width: 575px) {
    .cs_sidebar_widget .cs_separator:after {
        left:20px
    }
}

.cs_sidebar_widget .cs_recent_post_wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px
}

.cs_categories {
    display: flex;
    flex-direction: column;
    gap: 0
}

.cs_categories li:first-child a {
    padding-top: 0
}

.cs_categories li:last-child a {
    padding-bottom: 0
}

.cs_categories li:last-child a:after {
    display: none
}

.cs_categories a {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all .3s ease
}

.cs_categories a:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--heading-color);
    opacity: .2;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease
}

.cs_categories a:hover {
    color: var(--accent-color)
}

.cs_newsletter.cs_style_1 .cs_newsletter_content_wrapper {
    padding: 80px 60px;
    border: 30px solid var(--white-color);
    border-bottom: 0;
    margin-top: -140px;
    overflow: hidden
}

@media (max-width: 1400px) {
    .cs_newsletter.cs_style_1 .cs_newsletter_content_wrapper {
        padding:30px 20px;
        border-width: 10px;
        margin-top: -80px
    }
}

.cs_newsletter.cs_style_1 .cs_newsletter_title {
    flex: none
}

.cs_newsletter.cs_style_1 .cs_newsletter_content {
    display: flex;
    gap: 25px;
    position: relative;
    z-index: 1
}

@media (max-width: 1200px) {
    .cs_newsletter.cs_style_1 .cs_newsletter_content {
        flex-direction:column
    }

    .cs_newsletter.cs_style_1 .cs_newsletter_content br {
        display: none
    }
}

.cs_newsletter.cs_style_1 .cs_newsletter_form {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px
}

@media (max-width: 767px) {
    .cs_newsletter.cs_style_1 .cs_newsletter_form {
        flex-direction:column;
        align-items: flex-start
    }
}

.cs_newsletter.cs_style_1 .cs_form_field_wrapper {
    flex: 1 1;
    width: 100%
}

.cs_newsletter.cs_style_1 .cs_text_btn.cs_style_1 {
    border: none;
    outline: none;
    padding: 14px 25px
}

@media (max-width: 767px) {
    .cs_newsletter.cs_style_1 .cs_text_btn.cs_style_1 {
        width:100%;
        padding: 14px 24px;
        justify-content: space-between
    }
}

.cs_newsletter.cs_style_1 .cs_text_btn.cs_style_1:hover {
    color: var(--accent-color)
}

.cs_newsletter.cs_style_1 .cs_form_field {
    background-color: transparent;
    outline: none;
    border: 1px solid var(--border-color);
    color: var(--white-color);
    border-radius: 0
}

.cs_newsletter.cs_style_1 .form-select:focus+.cs_input_icon {
    transform: translateY(-50%) rotateX(180deg)
}

.cs_newsletter.cs_style_1 option {
    color: var(--heading-color)
}

.cs_newsletter.cs_style_1 .cs_input_icon {
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all .3s ease-in-out
}

.cs_newsletter.cs_style_1 .cs_newsletter_shape {
    top: 0;
    left: 0;
    transform: scale(1.15);
    opacity: .3
}

.cs_testimonial.cs_style_1 {
    padding: 33px 20px 33px 40px
}

@media (max-width: 1200px) {
    .cs_testimonial.cs_style_1 {
        padding:20px
    }
}

.cs_testimonial.cs_style_1:before {
    content: "";
    width: 50%;
    height: 100%;
    background-color: var(--accent-color);
    position: absolute;
    left: 0;
    top: 0
}

.cs_testimonial.cs_style_1:after {
    content: "";
    width: 20px;
    height: 50%;
    background-color: var(--accent-color);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.cs_testimonial.cs_style_1 .cs_testimonial_content {
    padding: 40px 25px;
    position: relative;
    z-index: 1
}

@media (max-width: 575px) {
    .cs_testimonial.cs_style_1 .cs_testimonial_content {
        padding:30px 20px
    }
}

.cs_testimonial.cs_style_1 .cs_testimonial_header {
    display: flex;
    align-items: center;
    gap: 40px
}

@media (max-width: 1200px) {
    .cs_testimonial.cs_style_1 .cs_testimonial_header {
        gap:20px
    }
}

@media (max-width: 575px) {
    .cs_testimonial.cs_style_1 .cs_testimonial_header {
        flex-direction:column;
        align-items: start
    }
}

.cs_testimonial.cs_style_1 .cs_testimonial_thumbnail {
    width: 90px;
    height: 90px;
    flex: none
}

.cs_testimonial.cs_style_1 .cs_quote_icon {
    top: 50px;
    right: 40px
}

@media (max-width: 575px) {
    .cs_testimonial.cs_style_1 .cs_quote_icon {
        top:25px;
        right: 20px
    }
}

.cs_testimonial.cs_style_1 blockquote {
    font-style: normal
}

.cs_testimonial.cs_style_2 {
    position: relative;
    z-index: 1;
    padding-right: 20px;
    display: flex;
    align-items: center;
    gap: 109px
}

@media (max-width: 1400px) {
    .cs_testimonial.cs_style_2 {
        gap:30px
    }
}

@media (max-width: 991px) {
    .cs_testimonial.cs_style_2 {
        flex-direction:column;
        align-items: flex-start;
        padding-right: 0
    }
}

.cs_testimonial.cs_style_2 .cs_testimonial_header {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 991px) {
    .cs_testimonial.cs_style_2 .cs_testimonial_header {
        align-items:flex-start
    }
}

.cs_testimonial.cs_style_2 .cs_testimonial_thumbnail {
    width: 232px;
    height: 232px;
    flex: none;
    position: relative;
    z-index: 1
}

@media (max-width: 991px) {
    .cs_testimonial.cs_style_2 .cs_testimonial_thumbnail {
        width:150px;
        height: 150px
    }
}

.cs_testimonial.cs_style_2 .cs_testimonial_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit
}

.cs_testimonial.cs_style_2 .cs_section_heading.cs_style_1 {
    position: relative;
    z-index: 1
}

.cs_testimonial.cs_style_2 blockquote {
    color: var(--white-color);
    font-size: 24px;
    font-style: italic;
    font-family: var(--heading-font);
    line-height: 1.42em;
    margin-bottom: 27px;
    position: relative;
    z-index: 1
}

@media (max-width: 575px) {
    .cs_testimonial.cs_style_2 blockquote {
        font-size:20px
    }
}

.cs_testimonial.cs_style_2 .cs_polygon_shape {
    top: 0;
    right: 0;
    transform: translate(60px,-60px)
}

.cs_team.cs_style_1 {
    height: 100%;
    padding: 30px 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

@media (max-width: 1400px) {
    .cs_team.cs_style_1 {
        padding:20px
    }
}

.cs_team.cs_style_1:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--gray2-color);
    position: absolute;
    left: 0;
    top: 0
}

.cs_team.cs_style_1 .cs_team_info,.cs_team.cs_style_1 .cs_team_thumbnail {
    position: relative;
    z-index: 1
}

.cs_team.cs_style_1 .cs_team_thumbnail {
    padding-bottom: 20px;
    width: 100%
}

.cs_team.cs_style_1 .cs_team_thumbnail img {
    width: 100%
}

.cs_team.cs_style_1 .cs_social_btns.cs_style_1 {
    border-radius: 25px;
    padding: 18px 17px 68px;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    position: absolute;
    left: 20px;
    bottom: 1px;
    transform: translateY(-10px);
    opacity: 0;
    transition: all .4s ease-in-out
}

.cs_team.cs_style_1 .cs_social_btns.cs_style_1 a {
    width: max-content;
    height: max-content;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    color: var(--heading-color)
}

.cs_team.cs_style_1 .cs_social_btns.cs_style_1 a:hover {
    color: var(--accent-color)
}

.cs_team.cs_style_1 .cs_share_btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--accent-color);
    color: var(--white-color);
    position: absolute;
    left: 20px;
    bottom: 0;
    transition: all .3s ease
}

.cs_team.cs_style_1 .cs_share_btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s ease
}

.cs_team.cs_style_1 .cs_share_btn i:first-child {
    opacity: 0
}

.cs_team.cs_style_1 .cs_share_btn i:nth-child(2) {
    opacity: 1
}

.cs_team.cs_style_1 .cs_team_shape {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .05;
    transition: all .6s ease-in-out
}

.cs_team.cs_style_1 .cs_team_shape img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cs_team.cs_style_1:hover .cs_social_btns.cs_style_1 {
    transform: translateY(0);
    opacity: 1
}

.cs_team.cs_style_1:hover .cs_share_btn {
    background-color: var(--heading-color)
}

.cs_team.cs_style_1:hover .cs_share_btn i:first-child {
    opacity: 1
}

.cs_team.cs_style_1:hover .cs_share_btn i:nth-child(2) {
    opacity: 0
}

.cs_team.cs_style_1:hover .cs_team_shape {
    opacity: 1
}

.cs_team_details_content .cs_team_features_list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 12px;
    gap: 12px
}

@media (max-width: 575px) {
    .cs_team_details_content .cs_team_features_list {
        grid-template-columns:repeat(1,1fr)
    }
}

.cs_team_details_content .cs_team_features_list li {
    padding-left: 20px;
    position: relative
}

.cs_team_details_content .cs_team_features_list li:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--accent-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px
}

.cs_team_details_content .cs_iconbox_wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
    gap: 20px
}

@media (max-width: 575px) {
    .cs_team_details_content .cs_iconbox_wrapper {
        grid-template-columns:repeat(1,1fr)
    }
}

.cs_team_details_content .cs_social_btns.cs_style_1 a {
    width: 30px;
    height: 30px
}

.cs_pricing_table.cs_style_1 {
    display: flex;
    flex-direction: column;
    align-items: center
}

.cs_pricing_table.cs_style_1 .cs_pricing_info_wrapper {
    width: 100%;
    min-height: 630px;
    filter: drop-shadow(0 10px 50px rgba(0,0,0,.08));
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 190px 40px 0;
    margin-top: -150px;
    position: relative;
    transition: all .4s ease-in-out
}

@media (max-width: 1199px) {
    .cs_pricing_table.cs_style_1 .cs_pricing_info_wrapper {
        background-color:var(--white-color);
        border-radius: 40px;
        border: 2px solid transparent
    }
}

.cs_pricing_table.cs_style_1 .cs_pricing_info_wrapper svg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) scale(1);
    transition: all .4s ease
}

@media (max-width: 1400px) {
    .cs_pricing_table.cs_style_1 .cs_pricing_info_wrapper svg {
        transform:translateX(-50%) scale(.9)
    }
}

@media (max-width: 1199px) {
    .cs_pricing_table.cs_style_1 .cs_pricing_info_wrapper svg {
        display:none
    }
}

.cs_pricing_table.cs_style_1 .cs_pricing_info_wrapper svg:nth-child(2) {
    color: var(--accent-color);
    opacity: 0
}

.cs_pricing_table.cs_style_1 .cs_pricing_head {
    width: 255px;
    height: 255px;
    border: 15px solid var(--border-color);
    position: relative;
    z-index: 1;
    transition: all .4s ease
}

.cs_pricing_table.cs_style_1 .cs_pricing_head_inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 15px solid var(--gray-color)
}

.cs_pricing_table.cs_style_1 .cs_pricing_head_subtitle {
    transition: all .4s ease-in-out
}

.cs_pricing_table.cs_style_1 .cs_pricing_plan {
    position: relative;
    z-index: 1
}

.cs_pricing_table.cs_style_1 .cs_pricing_feature_list {
    margin-bottom: 34px;
    position: relative;
    z-index: 1
}

.cs_pricing_table.cs_style_1 .cs_pricing_feature_list li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 9px
}

.cs_pricing_table.cs_style_1 .cs_pricing_feature_list li:last-child {
    margin-bottom: 0
}

.cs_pricing_table.cs_style_1 .cs_pricing_feature_list span {
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-family: Font Awesome\ 6 Free;
    margin-right: 9px;
    border: 1px solid var(--body-color)
}

.cs_pricing_table.cs_style_1 .cs_pricing_feature_list span.cs_accent_bg {
    border: none
}

.cs_pricing_table.cs_style_1 .cs_pricing_btn {
    padding: 12px 30px;
    border: 1px solid var(--heading-color);
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out
}

.cs_pricing_table.cs_style_1 .cs_pricing_btn:hover {
    letter-spacing: 1px
}

.cs_pricing_table.cs_style_1.active .cs_pricing_head,.cs_pricing_table.cs_style_1.active .cs_pricing_info_wrapper,.cs_pricing_table.cs_style_1:hover .cs_pricing_head,.cs_pricing_table.cs_style_1:hover .cs_pricing_info_wrapper {
    border-color: var(--accent-color)
}

.cs_pricing_table.cs_style_1.active .cs_pricing_info_wrapper svg:first-child,.cs_pricing_table.cs_style_1:hover .cs_pricing_info_wrapper svg:first-child {
    opacity: 0
}

.cs_pricing_table.cs_style_1.active .cs_pricing_info_wrapper svg:nth-child(2),.cs_pricing_table.cs_style_1:hover .cs_pricing_info_wrapper svg:nth-child(2) {
    opacity: 1
}

.cs_pricing_table.cs_style_1.active .cs_pricing_btn,.cs_pricing_table.cs_style_1:hover .cs_pricing_btn {
    background-color: var(--accent-color);
    border-color: var(--white-color);
    color: var(--white-color)
}

.cs_card.cs_style_1 {
    height: 100%
}

.cs_card.cs_style_1 .cs_card_thumbnail {
    padding: 0 35px;
    margin-bottom: -98px;
    z-index: 2
}

@media (max-width: 1199px) {
    .cs_card.cs_style_1 .cs_card_thumbnail {
        padding:0 20px
    }
}

.cs_card.cs_style_1 .cs_card_icon {
    width: 90px;
    height: 90px;
    transition: all .4s ease-in-out
}

.cs_card.cs_style_1 .cs_card_info {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 50px 43px 30px;
    margin-top: -98px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.06);
    border: 1px solid transparent;
    transition: all .4s ease-in-out
}

@media (max-width: 1199px) {
    .cs_card.cs_style_1 .cs_card_info {
        padding:50px 20px 30px
    }
}

.cs_card.cs_style_1 .cs_card_subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.cs_card.cs_style_1:hover .cs_card_icon {
    background-color: var(--accent-color)
}

.cs_card.cs_style_1:hover .cs_card_info {
    border-color: var(--accent-color)
}

.cs_card.cs_style_2 {
    width: 100%;
    height: 100%;
    padding-bottom: 20px
}

.cs_card.cs_style_2 .cs_card_thumbnail {
    display: inline-block;
    width: 100%
}

.cs_card.cs_style_2 .cs_card_thumbnail:after {
    content: "";
    width: 100%;
    height: 0;
    background-color: var(--heading-color);
    opacity: .3;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .6s ease-in-out
}

.cs_card.cs_style_2 .cs_card_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cs_card.cs_style_2 .cs_card_info {
    width: 100%;
    max-width: 390px;
    padding: 35px;
    border-radius: 0 30px 0 0;
    border: 1px solid transparent;
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.08);
    position: absolute;
    left: -25px;
    bottom: 0;
    overflow: hidden;
    transition: all .4s ease
}

.cs_card.cs_style_2 .cs_card_subtitle,.cs_card.cs_style_2 .cs_card_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.cs_card.cs_style_2 .cs_card_title {
    -webkit-line-clamp: 2
}

.cs_card.cs_style_2 .cs_card_subtitle {
    -webkit-line-clamp: 3
}

.cs_card.cs_style_2 .cs_card_subtitle,.cs_card.cs_style_2 .cs_text_btn {
    text-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    margin-bottom: -60px;
    transition: all .5s ease-in-out
}

.cs_card.cs_style_2 .cs_text_btn.cs_style_1 {
    display: flex
}

.cs_card.cs_style_2:hover .cs_card_thumbnail:after {
    height: 100%
}

.cs_card.cs_style_2:hover .cs_card_info {
    border-color: var(--accent-color)
}

.cs_card.cs_style_2:hover .cs_card_title,.cs_card.cs_style_2:hover .cs_text_btn {
    color: var(--accent-color);
    text-align: left
}

.cs_card.cs_style_2:hover .cs_card_subtitle,.cs_card.cs_style_2:hover .cs_text_btn {
    visibility: visible;
    opacity: 1;
    margin-bottom: 0
}

.cs_card.cs_style_2:hover .cs_card_subtitle {
    margin-bottom: 25px
}

.cs_card.cs_style_3 {
    height: 100%;
    padding: 20px 16px;
    /* margin-right: 20px; */
    /* margin: 0 0px 0; */
}

.cs_card.cs_style_3 svg {
    color: var(--heading-color);
    transition: all .4s ease
}

.cs_card.cs_style_3 svg:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0
}

.cs_card.cs_style_3 svg:nth-child(3) {
    position: absolute;
    left: 0;
    bottom: 0
}

.cs_card.cs_style_3 svg:nth-child(4) {
    position: absolute;
    top: 8px;
    left: 5px
}

.cs_card.cs_style_3 .cs_card_content {
    height: 100%;
    padding: 31px 22px;
    filter: drop-shadow(0 10px 50px rgba(0,0,0,.08));
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1
}

.cs_card.cs_style_3 .cs_card_icon {
    width: 60px;
    height: 60px
}

.cs_card.cs_style_3:hover svg {
    color: var(--accent-color)
}

.cs_card.cs_style_4 {
    display: flex;
    min-height: 630px;
    transition: all .4s ease
}

@media (max-width: 767px) {
    .cs_card.cs_style_4 {
        flex-direction:column;
        align-items: center
    }
}

.cs_card.cs_style_4:not(:last-child) .cs_card_index_wrap {
    border-right: 1px solid var(--body-color)
}

.cs_card.cs_style_4 .cs_card_index_wrap {
    padding: 30px 58px;
    flex: none;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden
}

@media (max-width: 1400px) {
    .cs_card.cs_style_4 .cs_card_index_wrap {
        padding:30px
    }
}

@media (max-width: 767px) {
    .cs_card.cs_style_4 .cs_card_index_wrap {
        width:100%;
        padding: 30px 20px
    }
}

.cs_card.cs_style_4 .cs_card_index {
    writing-mode: vertical-lr;
    transform: rotate(180deg)
}

@media (max-width: 767px) {
    .cs_card.cs_style_4 .cs_card_index {
        writing-mode:horizontal-tb;
        transform: rotate(0deg)
    }
}

.cs_card.cs_style_4 .cs_card_content_wrapper {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.08);
    overflow: hidden
}

@media (max-width: 767px) {
    .cs_card.cs_style_4 .cs_card_content_wrapper {
        opacity:1
    }
}

.cs_card.cs_style_4 .cs_card_content {
    display: flex;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
    transition: all 1s ease-in-out
}

@media (max-width: 1199px) {
    .cs_card.cs_style_4 .cs_card_content {
        flex-direction:column;
        overflow-y: auto
    }
}

@media (max-width: 767px) {
    .cs_card.cs_style_4 .cs_card_content {
        min-height:630px;
        position: static;
        transform: translateX(0);
        visibility: visible;
        opacity: 1
    }
}

.cs_card.cs_style_4 .cs_card_thumbnail {
    display: inline-block;
    flex: 1 1
}

.cs_card.cs_style_4 .cs_card_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cs_card.cs_style_4 .cs_card_info {
    flex: 1 1;
    padding: 60px
}

@media (max-width: 1400px) {
    .cs_card.cs_style_4 .cs_card_info {
        padding:30px 20px
    }
}

.cs_card.cs_style_4.active {
    flex: 1 1
}

.cs_card.cs_style_4.active .cs_card_index_wrap {
    background-color: var(--accent-color)
}

.cs_card.cs_style_4.active .cs_card_content_wrapper {
    visibility: visible;
    opacity: 1
}

.cs_card.cs_style_4.active .cs_card_content {
    visibility: visible;
    opacity: 1;
    transform: translateX(0)
}

.cs_card.cs_style_5 {
    height: 100%;
    grid-row: auto/span 1
}

.cs_card.cs_style_5:nth-child(2) {
    grid-row: auto/span 2
}

.cs_card.cs_style_5 .cs_card_thumbnail {
    width: 100%;
    height: 100%
}

.cs_card.cs_style_5 .cs_card_thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cs_card.cs_style_5 .cs_card_info_wrapper {
    width: 90%;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 17px 93px 17px 25px;
    left: 50%;
    bottom: 30px;
    transform: scale(.5) translate(-50%,30px);
    opacity: 0;
    transition: all .4s ease-in-out
}

@media (max-width: 1399px) {
    .cs_card.cs_style_5 .cs_card_info_wrapper {
        width:100%;
        padding: 15px 93px 15px 15px;
        bottom: 15px
    }
}

.cs_card.cs_style_5 .cs_text_btn.cs_style_1 {
    padding: 22px 25px;
    height: 100%;
    -webkit-clip-path: polygon(10% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(10% 0,100% 0,100% 100%,0 100%);
    position: absolute;
    top: 0;
    right: 0
}

.cs_card.cs_style_5 .cs_text_btn.cs_style_1 img {
    transition: all .4s ease
}

.cs_card.cs_style_5 .cs_text_btn.cs_style_1:hover img {
    transform: rotate(45deg)
}

.cs_card.cs_style_5:hover .cs_card_info_wrapper {
    transform: scale(1) translate(-50%);
    opacity: 1
}

.cs_card.cs_style_6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.cs_card.cs_style_6 .cs_call_text {
    color: var(--white-color)
}

.cs_card.cs_style_6 .cs_card_btn {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid var(--white-color);
    color: var(--white-color)
}

.cs_card.cs_style_6 .cs_card_btn:hover {
    background-color: var(--white-color);
    color: var(--accent-color)
}

.cs_card_wrapper.cs_style_1 {
    display: flex
}

@media (max-width: 767px) {
    .cs_card_wrapper.cs_style_1 {
        flex-direction:column;
        gap: 30px
    }
}

.cs_cards_grid.cs_style_1 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
    gap: 30px
}

@media (max-width: 991px) {
    .cs_cards_grid.cs_style_1 {
        grid-template-columns:repeat(2,1fr)
    }
}

@media (max-width: 767px) {
    .cs_cards_grid.cs_style_1 {
        grid-template-columns:repeat(1,1fr)
    }
}

.cs_about.cs_style_1 .cs_about_thumbnail_wrapper {
    padding-right: 46%;
    display: flex;
    flex-direction: column;
    gap: 12px
}

@media (max-width: 575px) {
    .cs_about.cs_style_1 .cs_about_thumbnail_wrapper {
        padding-right:0
    }
}

.cs_about.cs_style_1 .cs_about_thumbnail_wrapper .cs_about_thumbnail:nth-child(3) {
    position: absolute;
    z-index: 2;
    /* right: 0; */
    top: 43%;
    transform: translateY(-70%);
    padding-left: 46%;
    left: 3%;
    width: 100%;
}

@media (max-width: 575px) {
    .cs_about.cs_style_1 .cs_about_thumbnail_wrapper .cs_about_thumbnail:nth-child(3) {
        display:none
    }
}

.cs_about.cs_style_1 .cs_about_thumbnail_wrapper .cs_about_thumbnail:nth-child(3) img {
    border: 10px solid var(--white-color)
}

.cs_about.cs_style_1 .cs_about_thumbnail_wrapper .cs_about_thumbnail img {
    width: 100%;
    position: relative;
    z-index: 1
}

.cs_about.cs_style_1 .cs_esperience_text {
    max-width: 275px;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 3
}

.cs_about.cs_style_1 .cs_esperience_text:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 1199px) {
    .cs_about.cs_style_1 .cs_esperience_text {
        right:auto;
        left: 56%
    }
}

@media (max-width: 767px) {
    .cs_about.cs_style_1 .cs_esperience_text {
        left:51%
    }
}

@media (max-width: 575px) {
    .cs_about.cs_style_1 .cs_esperience_text {
        max-width:300px;
        left: auto;
        right: 0;
        padding: 10px
    }

    .cs_about.cs_style_1 .cs_esperience_text:after {
        opacity: .3
    }
}

.cs_about.cs_style_1 .cs_experience_title {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px;
    position: relative;
    z-index: 1
}

.cs_about.cs_style_1 .cs_experience_title span {
    display: inline-block
}

@media (max-width: 1400px) {
    .cs_about.cs_style_1 .cs_experience_title .cs_fs_100 {
        font-size:80px
    }

    .cs_about.cs_style_1 .cs_experience_title .cs_fs_50 {
        font-size: 40px
    }
}

.cs_about.cs_style_1 .cs_about_text {
    padding-left: 30px
}

@media (max-width: 1199px) {
    .cs_about.cs_style_1 .cs_about_text {
        padding-left:0
    }
}

.cs_about.cs_style_1 .cs_features_list {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1199px) {
    .cs_about.cs_style_1 .cs_features_list {
        justify-content:flex-start;
        gap: 50px
    }
}

@media (max-width: 575px) {
    .cs_about.cs_style_1 .cs_features_list {
        flex-direction:column;
        align-items: start;
        gap: 30px
    }
}

.cs_about.cs_style_1 .cs_iconbox.cs_style_1 {
    max-width: 260px
}

@media (max-width: 575px) {
    .cs_about.cs_style_1 .cs_iconbox.cs_style_1 {
        max-width:100%
    }
}

.cs_about.cs_style_1 .cs_iconbox.cs_style_1:nth-child(2) {
    padding-left: 50px;
    border-left: 1px solid var(--border-color)
}

@media (max-width: 767px) {
    .cs_about.cs_style_1 .cs_iconbox.cs_style_1:nth-child(2) {
        padding-left:0;
        border-left: 0
    }
}

.cs_about.cs_style_1 .cs_about_btns {
    display: flex;
    align-items: center;
    gap: 38px
}

@media (max-width: 440px) {
    .cs_about.cs_style_1 .cs_about_btns {
        flex-direction:column-reverse;
        align-items: flex-start;
        gap: 30px
    }
}

.cs_about.cs_style_1 .cs_avatar.cs_style_1 {
    display: flex;
    align-items: center;
    gap: 20px
}

.cs_about.cs_style_1 .cs_avatar.cs_style_1 .cs_avatar_thumbnail {
    width: 60px;
    height: 60px;
    padding: 5px;
    border: 1px solid var(--accent-color)
}

.cs_about.cs_style_1 .cs_avatar.cs_style_1 .cs_avatar_thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: inherit
}

.cs_about.cs_style_1 .cs_phone_call {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    z-index: 5;
    right: 13px;
    bottom: 10px;
    top: 259px;
}

@media (max-width: 1199px) {
    .cs_about.cs_style_1 .cs_phone_call {
        right:auto;
        left: 56%
    }
}

@media (max-width: 575px) {
    .cs_about.cs_style_1 .cs_phone_call {
        left:inherit;
        right: 0;
        position: static;
        margin-top: 10px
    }
}

.cs_about.cs_style_1 .cs_phone_call .cs_phone_icon {
    width: 55px;
    height: 55px;
    flex: none;
    position: relative
}

@media (max-width: 575px) {
    .cs_about.cs_style_1 .cs_phone_call .cs_phone_icon {
        color:var(--white-color)
    }
}

.cs_about.cs_style_1 .cs_phone_call .cs_phone_icon:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    opacity: .12;
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 575px) {
    .cs_about.cs_style_1 .cs_phone_call .cs_phone_icon:after {
        opacity:1
    }
}

.cs_about.cs_style_1 .cs_phone_call .cs_phone_icon i {
    position: relative;
    z-index: 1
}

.cs_about.cs_style_1 .cs_about_shape_1 {
    top: 50px;
    left: -50px
}

.cs_about.cs_style_1 .cs_about_shape_1 img {
    animation: circular-rotation 30s linear infinite;
    animation-direction: reverse
}

@media (max-width: 1199px) {
    .cs_about.cs_style_1 .cs_about_shape_1 {
        display:none
    }
}

.cs_about.cs_style_1 .cs_about_shape_2 {
    bottom: 50px;
    left: -120px
}

@media (max-width: 1550px) {
    .cs_about.cs_style_1 .cs_about_shape_2 {
        left:-50px
    }
}

@media (max-width: 1199px) {
    .cs_about.cs_style_1 .cs_about_shape_2 {
        display:none
    }
}

.cs_about.cs_style_1 .cs_about_shape_2 img {
    animation: circular-rotation 40s linear infinite
}

.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail_wrapper {
    padding-right: 60px;
    padding-bottom: 34%
}

@media (max-width: 575px) {
    .cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail_wrapper {
        padding-bottom:185px
    }
}

.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:first-child {
    padding-right: 13%
}

@media (max-width: 575px) {
    .cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:first-child {
        padding-right:10px
    }
}

.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(2) {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    padding-left: 43%
}

@media (max-width: 450px) {
    .cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(2) {
        padding-left:175px
    }
}

.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(2) img {
    border-top: 24px solid var(--white-color);
    border-left: 28px solid var(--white-color)
}

@media (max-width: 575px) {
    .cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(2) img {
        border-width:10px
    }
}

.cs_about.cs_style_1.cs_type_1 .cs_esperience_text {
    color: transparent;
    -webkit-text-stroke: 1px var(--accent-color);
    display: -webkit-box;
    writing-mode: vertical-rl;
    top: 0;
    left: 82%;
    right: auto
}

@media (max-width: 575px) {
    .cs_about.cs_style_1.cs_type_1 .cs_esperience_text {
        left:auto;
        right: 0;
        padding-top: 0
    }
}

.cs_about.cs_style_1.cs_type_1 .cs_esperience_text:after {
    display: none
}

.cs_about.cs_style_1.cs_type_1 .cs_servicing_year {
    width: 172px;
    height: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5%;
    bottom: 3%;
    z-index: 2
}

@media (max-width: 575px) {
    .cs_about.cs_style_1.cs_type_1 .cs_servicing_year {
        left:10px;
        bottom: 5px
    }
}

.cs_about.cs_style_1.cs_type_1 .cs_servicing_year svg {
    position: absolute;
    left: 0;
    top: 0;
    animation: circular-rotation 30s linear infinite
}

.cs_about.cs_style_1.cs_type_1 .cs_about_text {
    padding-left: 0
}

.cs_about.cs_style_1.cs_type_1 .cs_features_list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    gap: 30px
}

@media (max-width: 767px) {
    .cs_about.cs_style_1.cs_type_1 .cs_features_list {
        grid-template-columns:repeat(1,1fr);
        gap: 65px;
        margin-top: 65px
    }
}

@keyframes circular-rotation {
    to {
        transform: rotate(1turn)
    }
}

.cs_features_thumbnail_1,.cs_features_thumbnail_2 {
    height: 100%
}

.cs_features_thumbnail_1:after,.cs_features_thumbnail_2:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 2px solid var(--accent-color);
    position: absolute
}

@media (max-width: 575px) {
    .cs_features_thumbnail_1:after,.cs_features_thumbnail_2:after {
        display:none
    }
}

.cs_features_thumbnail_1 img,.cs_features_thumbnail_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.cs_features_thumbnail_1:after {
    left: -25px;
    top: -25px
}

.cs_features_thumbnail_2:after {
    right: -25px;
    bottom: -25px
}

.cs_features_thumbnail_3 {
    padding-left: 50%;
    position: absolute;
    bottom: 0;
    right: 0
}

.cs_features_thumbnail_3 img {
    border-top: 10px solid var(--white-color);
    border-left: 10px solid var(--white-color);
    border-radius: 2px
}

.cs_portfolio_details img {
    margin-bottom: 32px
}

.cs_portfolio_details h2 {
    font-size: 30px;
    margin-bottom: 16px
}

.cs_portfolio_details p {
    margin-bottom: 20px
}

.cs_portfolio_details p:last-child {
    margin-bottom: 0
}

.cs_portfolio_details .cs_list.cs_style_1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 16px;
    gap: 16px
}

@media (max-width: 767px) {
    .cs_portfolio_details .cs_list.cs_style_1 {
        grid-template-columns:repeat(1,1fr)
    }
}

.cs_portfolio_details .cs_categories {
    gap: 20px
}

.cs_portfolio_details .cs_categories li {
    padding: 0 0 20px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
    gap: 5px;
    position: relative
}

.cs_portfolio_details .cs_categories li:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: var(--heading-color);
    opacity: .2;
    position: absolute;
    left: 0;
    bottom: 0
}

.cs_portfolio_details .cs_rating_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 20px 0 30px
}

.cs_portfolio_details .cs_social_btns.cs_style_1 a {
    color: var(--heading-color)
}

.cs_portfolio_details .cs_social_btns.cs_style_1 a:hover {
    color: var(--white-color)
}

.cs_service_details img {
    margin-bottom: 36px
}

.cs_service_details h2 {
    font-size: 30px;
    margin-bottom: 16px
}

.cs_service_details p {
    margin-bottom: 16px
}

.cs_tab {
    display: none
}

.cs_tab.active {
    display: block
}

.cs_tabs_overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .81
}

.cs_tab_links.cs_style_1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: -60px
}

@media (max-width: 1400px) {
    .cs_tab_links.cs_style_1 {
        margin-top:50px
    }
}

@media (max-width: 991px) {
    .cs_tab_links.cs_style_1 {
        justify-content:flex-start
    }
}

.cs_tab_links.cs_style_1.cs_type_1 {
    gap: 0
}

.cs_tab_links.cs_style_1.cs_type_1 a {
    background-color: var(--border-color);
    box-shadow: none;
    padding: 6px 25px
}

.cs_tab_links.cs_style_1.cs_type_2 {
    gap: 0;
    flex-wrap: wrap
}

@media (max-width: 575px) {
    .cs_tab_links.cs_style_1.cs_type_2 {
        gap:10px
    }
}

.cs_tab_links.cs_style_1.cs_type_2 a {
    padding: 10px 35px;
    position: relative;
    background-color: transparent;
    z-index: 1
}

.cs_tab_links.cs_style_1.cs_type_2 li {
    position: relative
}

.cs_tab_links.cs_style_1.cs_type_2 li:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--accent-color);
    opacity: .15;
    position: absolute;
    left: 0;
    top: 0;
    transform: skew(-16deg,0deg)
}

.cs_tab_links.cs_style_1.cs_type_2 li.active a,.cs_tab_links.cs_style_1.cs_type_2 li:hover a {
    background-color: transparent
}

.cs_tab_links.cs_style_1.cs_type_2 li.active:after,.cs_tab_links.cs_style_1.cs_type_2 li:hover:after {
    opacity: 1
}

.cs_tab_links.cs_style_1 a {
    display: inline-block;
    padding: 12px 15px;
    background-color: var(--white-color);
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.08)
}

.cs_tab_links.cs_style_1 li.active a,.cs_tab_links.cs_style_1 li:hover a {
    background-color: var(--accent-color);
    color: var(--white-color)
}

.cs_tab_links.cs_style_2 {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px
}

@media (max-width: 991px) {
    .cs_tab_links.cs_style_2 {
        flex-direction:row;
        justify-content: flex-start
    }
}

.cs_tab_links.cs_style_2 li {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid transparent
}

.cs_tab_links.cs_style_2 li a {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: inherit
}

.cs_tab_links.cs_style_2 li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: inherit
}

.cs_tab_links.cs_style_2 li:first-child {
    transform: translate(-30px,-35px)
}

.cs_tab_links.cs_style_2 li:nth-child(3) {
    transform: translateX(-90px)
}

.cs_tab_links.cs_style_2 li.active {
    border-color: var(--accent-color)
}

@media (max-width: 991px) {
    .cs_tab_links.cs_style_2 li {
        transform:translate(0)!important
    }
}

.cs_tab_body {
    padding-top: 60px
}

@media (max-width: 991px) {
    .cs_tab_body {
        padding-top:50px
    }
}

.cs_tabs.cs_style_2 {
    padding-bottom: 84px
}

label {
    display: inline-block;
    margin-bottom: 4px
}

.cs_form_field {
    display: block;
    width: 100%;
    border: 1px solid var(--border-color);
    min-height: 54px;
    padding: 12px 20px;
    background-color: var(--border-color);
    resize: none;
    outline: none;
    transition: all .4s ease
}

.cs_form_field.form-select {
    box-shadow: none
}

.cs_form_field:focus {
    background-color: var(--white-color);
    border-color: var(--body-color)
}

.cs_contact_info_wrapper {
    padding-bottom: 22%
}

@media (max-width: 575px) {
    .cs_contact_info_wrapper {
        padding-bottom:50%
    }
}

.cs_contact_info {
    width: 100%;
    max-width: 434px;
    padding: 60px 40px;
    border: 1px solid var(--accent-color);
    border-radius: 60px 0 0 0;
    box-shadow: 0 10px 50px 0 rgba(0,0,0,.08);
    position: relative;
    z-index: 1
}

@media (max-width: 575px) {
    .cs_contact_info {
        max-width:100%
    }
}

.cs_contact_info .cs_line_shape {
    width: 92px;
    height: 3px
}

.cs_contact_thumbnail {
    padding-left: 30%;
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width: 575px) {
    .cs_contact_thumbnail {
        padding-left:0
    }
}

.cs_client_info_wapper {
    padding: 20px 25px;
    box-shadow: 0 4px 30px 0 rgba(0,0,0,.06);
    position: absolute;
    top: 33%;
    right: 0;
    transform: translateY(-33%);
    z-index: 2
}

@media (max-width: 1199px) {
    .cs_client_info_wapper {
        top:50%;
        right: 0;
        transform: translateY(-50%)
    }
}

@media (max-width: 575px) {
    .cs_client_info_wapper {
        top:80%;
        right: 30%
    }
}

.cs_client_info_wapper h3 {
    margin-bottom: -2px
}

.cs_form_wrapper.cs_style_1 {
    padding: 40px
}

@media (max-width: 575px) {
    .cs_form_wrapper.cs_style_1 {
        padding:30px 20px
    }
}

.cs_form_wrapper.cs_style_1 form,.cs_form_wrapper.cs_style_1 h3,.cs_form_wrapper.cs_style_1 p {
    position: relative;
    z-index: 1
}

.cs_form_wrapper.cs_style_1 .cs_form_field {
    background-color: var(--white-color);
    border-color: transparent
}

.cs_form_wrapper.cs_style_1 .cs_form_field:focus {
    border-color: var(--accent-color)
}

.cs_form_wrapper.cs_style_1 .cs_btn.cs_style_1 i {
    transform: rotate(0)
}

.cs_form_wrapper.cs_style_1 .cs_btn.cs_style_1:hover i {
    transform: translateX(3px)
}

.cs_contact_info_grid {
    display: grid;
    grid-template-columns: repeat(2,auto);
    grid-gap: 60px 15px;
    gap: 60px 15px
}

@media (min-width: 1400px) {
    .cs_contact_info_grid {
        padding-right:40px
    }
}

@media (max-width: 1199px) {
    .cs_contact_info_grid {
        grid-template-columns:repeat(1,auto);
        gap: 30px
    }
}

@media (max-width: 991px) {
    .cs_contact_info_grid {
        grid-template-columns:repeat(2,auto);
        gap: 30px
    }
}

@media (max-width: 767px) {
    .cs_contact_info_grid {
        grid-template-columns:repeat(1,auto);
        gap: 30px
    }
}

.cs_social_desc .cs_social_btns.cs_style_1 {
    gap: 10px
}

.cs_social_desc .cs_social_btns.cs_style_1 a {
    width: 45px;
    height: 45px;
    font-size: 16px;
    border: 0
}

.cs_social_desc .cs_social_btns.cs_style_1 a:hover {
    background-color: var(--accent-color);
    color: var(--white-color)
}

.cs_navigation_map iframe {
    width: 100%;
    height: 100%;
    min-height: 550px;
    margin-bottom: -8px;
    filter: grayscale(50%) brightness(100%)
}

@media (max-width: 991px) {
    .cs_navigation_map iframe {
        min-height:400px
    }
}

.cs_before_after_slider.cs_style_1 {
    padding-bottom: 30px
}

@media (max-width: 575px) {
    .cs_before_after_slider.cs_style_1 {
        padding-bottom:0
    }
}

.cs_before_after_slider.cs_style_1 .cs_section_heading.cs_style_1 {
    position: relative;
    z-index: 1
}

.cs_before_after_slider.cs_style_1 .cs_before_after_overlay {
    width: 100%;
    height: 63%;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 991px) {
    .cs_before_after_slider.cs_style_1 .cs_before_after_overlay {
        min-height:450px
    }
}

@media (max-width: 575px) {
    .cs_before_after_slider.cs_style_1 .cs_before_after_overlay {
        min-height:350px
    }
}

.cs_before_after {
    width: 100%;
    position: relative;
    height: 575px
}

@media (max-width: 1400px) {
    .cs_before_after {
        height:496px
    }
}

@media (max-width: 1199px) {
    .cs_before_after {
        height:416px
    }
}

@media (max-width: 991px) {
    .cs_before_after {
        height:310px
    }
}

@media (max-width: 767px) {
    .cs_before_after {
        height:200px
    }
}

@media (max-width: 575px) {
    .cs_before_after {
        height:228px
    }
}

.cs_before_badge {
    padding: 2px 25px;
    top: 50%;
    transform: translateY(-50%);
    left: 100px
}

@media (max-width: 991px) {
    .cs_before_badge {
        left:20px;
        top: 30px;
        transform: translateY(0)
    }
}

.cs_after_badge {
    padding: 2px 25px;
    top: 50%;
    right: 100px;
    transform: translateY(-50%)
}

@media (max-width: 991px) {
    .cs_after_badge {
        right:20px;
        top: 30px;
        transform: translateY(0)
    }
}

.cs_before_after:after,.cs_before_after:before {
    content: "";
    width: calc(50% - 30px);
    height: calc(100% - 30px);
    border: 1px solid var(--accent-color);
    position: absolute;
    bottom: -30px
}

@media (max-width: 575px) {
    .cs_before_after:after,.cs_before_after:before {
        display:none
    }
}

.cs_before_after:before {
    left: -30px
}

.cs_before_after:after {
    right: -30px
}

.cs_before_after .cs_single_slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    border-radius: inherit;
    z-index: 1
}

.cs_before_after .cs_single_slide.cs_before {
    right: 50%;
    overflow: hidden
}

.cs_before_after .cs_handle_before_after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    left: 50%;
    margin-left: -15px;
    cursor: ew-resize
}

.cs_handle_before_after span {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    padding: 20px;
    background-color: var(--accent-color);
    border: 5px solid var(--white-color);
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

@media (max-width: 991px) {
    .cs_handle_before_after span {
        transform:translate(-50%,-50%) scale(.75)
    }
}

@media (max-width: 575px) {
    .cs_handle_before_after span {
        transform:translate(-50%,-50%) scale(.5)
    }
}

.cs_before_after .cs_handle_before_after:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 3px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    background: var(--accent-color);
    z-index: 2
}

.cs_handle_before_after span:after,.cs_handle_before_after span:before {
    content: "";
    color: var(--white-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.cs_handle_before_after span:before {
    content: "";
    left: 20px;
    border-right: 10px solid
}

.cs_handle_before_after span:after,.cs_handle_before_after span:before {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent
}

.cs_handle_before_after span:after {
    border-left: 10px solid;
    right: 20px
}

.cs_site_header {
    position: absolute;
    width: 100%;
    z-index: 101;
    left: 0;
    top: 0;
    transition: all .4s ease
}

.cs_site_header.cs_style_1 .cs_main_header_in {
    height: 100px
}

.cs_site_header.cs_style_1 .cs_top_header_in {
    height: 45px
}

.cs_site_header.cs_style_1 .cs_main_header_right {
    display: flex;
    align-items: center;
    height: 100%
}

.cs_site_header.cs_style_1.cs_type_1 .cs_main_header {
    background-color: transparent
}

.cs_site_header.cs_style_1.cs-sticky-active {
    background-color: #000;
    box-shadow: 0 10px 10px -10px rgba(33,43,53,.1)
}

.cs_top_nav {
    list-style: none
}

.cs_top_nav li:not(:last-child):after {
    content: "/";
    margin: 0 15px;
    color: #666;
    position: relative;
    top: 1px
}

.cs_site_header_full_width .container {
    max-width: 1320px
}

.cs_site_header_style1 {
    border-bottom: 1px solid #1a188d
}

.cs_site_header_style1 .cs_main_header_right {
    display: flex;
    align-items: center
}

.cs_site_header_style1 .cs_nav .cs_nav_list>li.current-menu-item>a:before {
    bottom: -4px;
    background-color: #fff
}

.cs_header_search_form {
    box-shadow: 0 4px 4px hsla(0,0%,76%,.25);
    width: 350px;
    top: 50px;
    opacity: 0;
    visibility: hidden
}

.cs_header_search_form input {
    height: 60px;
    background: #f3f3f3;
    border: 1px solid rgba(62,62,62,.2);
    border-radius: inherit;
    outline: none;
    width: 100%;
    padding: 5px 70px 5px 22px;
    transition: all .3s ease
}

.cs_header_search_form input:focus {
    border-color: rgba(62,62,62,.4)
}

.cs_header_search_form .cs_header_search_sumbit_btn {
    position: absolute;
    top: 50%;
    right: 21px;
    transform: translateY(-50%);
    height: 56px;
    width: 60px;
    border: none;
    background-color: transparent;
    border-radius: 5px
}

.cs_header_search_form .cs_header_search_sumbit_btn:hover {
    color: #e9a132
}

.cs_header_search_wrap.active .cs_header_search_form {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width: 1199px) {
    .cs_main_header .container {
        max-width:100%
    }

    .cs_site_header.cs_style_1 .cs_nav {
        display: flex
    }
}

.cs_nav {
    color: #fff
}

.cs_nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.cs_sticky_header {
    position: fixed!important;
    width: 100%;
    z-index: 999
}

.cs-gescout_sticky {
    position: fixed!important;
    top: -110px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    background-color: #ddd
}

.cs-gescout_show {
    top: 0!important;
    opacity: 1;
    visibility: visible
}

.cs_site_branding {
    display: inline-block
}

.cs_site_branding+.cs_nav {
    margin-left: 65px
}

.cs_header_contact {
    display: flex;
    align-items: center
}

.cs_header_contact .cs_header_contact_icon {
    flex: none;
    margin-right: 12px
}

.cs_toolbox {
    display: flex;
    align-items: center
}

.cs_toolbox>:not(:first-child) {
    margin-left: 40px
}

.cs_header_search_btn {
    transition: all .4s ease;
    color: #fff;
    cursor: pointer
}

.cs_header_search_btn:hover {
    color: #e9a132
}

.cs_site_header.cs_style_1.cs_color_1 {
    background-color: #fff
}

.cs_site_header.cs_style_1.cs_color_1 .cs_main_header {
    border-color: #d6d6d6
}

.cs_site_header.cs_style_1.cs_color_1 .cs_nav_list>li>a {
    color: #18191d
}

.cs_site_header.cs_style_1.cs_color_1 .cs_nav_list>li>a:hover {
    color: #e9a132
}

@media screen and (min-width: 1200px) {
    .cs_main_header {
        position:relative
    }

    .cs_main_header_center,.cs_top_header_center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%)
    }

    .cs_site_header.cs_style_1 .cs_main_header_center {
        width: 100%;
        max-width: calc(100% - 300px)
    }

    .cs_site_header.cs_style_1 .cs_main_header_center,.cs_site_header.cs_style_1 .cs_main_header_left {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%
    }

    .cs_nav {
        display: flex;
        align-items: center;
        height: 100%;
        color: #fff
    }

    .cs_nav .cs_nav_list {
        display: flex!important;
        flex-wrap: wrap;
        height: inherit
    }

    .cs_nav .cs_nav_list li:not(.cs-mega_menu) {
        position: relative
    }

    .cs_nav .cs_nav_list>li {
        margin-right: 35px;
        height: inherit
    }

    .cs_nav .cs_nav_list>li:last-child {
        margin-right: 0
    }

    .cs_nav .cs_nav_list>li>a {
        padding: 10px 0;
        display: inline-flex;
        position: relative;
        height: inherit;
        align-items: center;
        color: var(--heading-color)
    }

    .cs_nav .cs_nav_list>li>ul {
        left: 0;
        top: calc(100% + 15px)
    }

    .cs_nav .cs_nav_list>li:hover>ul {
        top: 90%;
        opacity: 1;
        visibility: visible;
        transition: all .4s ease
    }

    .cs_nav .cs_nav_list>li.menu-item-has-children>a {
        position: relative
    }

    .cs_nav .cs_nav_list>li.menu-item-has-children>a:after {
        content: "\f282";
        font-family: bootstrap-icons!important;
        font-weight: 900;
        display: inline-block;
        border-left: 0;
        border-top: 0;
        margin-left: 6px;
        position: relative;
        top: 0;
        font-size: 9px;
        color: currentColor
    }

    .cs_nav .cs_nav_list ul {
        width: 230px;
        background-color: #fff;
        position: absolute;
        border-top: 2px solid #ff3c00;
        box-shadow: 0 1px 2px 0 rgba(2,0,181,.1);
        padding: 10px 0;
        z-index: 100;
        opacity: 0;
        visibility: hidden;
        display: block!important;
        border-radius: 0 0 5px 5px;
        transition: all .4s ease;
        color: var(--heading-color)
    }

    .cs_nav .cs_nav_list ul li:not(:last-child) a {
        position: relative
    }

    .cs_nav .cs_nav_list ul li:not(:last-child) a:after {
        content: "";
        position: absolute;
        height: 1px;
        width: calc(100% - 40px);
        left: 20px;
        bottom: 0;
        background-color: hsla(0,0%,100%,.1)
    }

    .cs_nav .cs_nav_list ul li:hover ul {
        top: 0
    }

    .cs_nav .cs_nav_list ul li:hover>ul {
        opacity: 1;
        visibility: visible;
        transition: all .4s ease
    }

    .cs_nav .cs_nav_list ul a {
        display: block;
        line-height: inherit;
        padding: 10px 20px
    }

    .cs_nav .cs_nav_list ul ul {
        top: 15px;
        left: 100%
    }

    .cs-munu_dropdown_toggle,.cs-munu_toggle {
        display: none
    }

    .cs-gescout_sticky .cs_nav .cs_nav_list li a {
        color: #000
    }

    .cs-gescout_sticky .cs_main_header {
        padding-top: 0
    }

    .main-page-area3 .cs_main_header {
        padding: 0 90px 0 140px
    }

    .main-page-area3 .cs_top_header {
        padding: 0 124px 0 170px
    }
}

@media screen and (max-width: 1550px) {
    .cs_site_header_full_width .container {
        padding:0 30px
    }

    .cs_site_branding+.cs_nav {
        margin-left: 35px
    }

    .cs_toolbox>:not(:first-child) {
        margin-left: 25px
    }

    .cs_nav .cs_nav_list>li {
        margin-right: 35px
    }
}

@media screen and (max-width: 1199px) {
    .cs_nav .cs_nav_list>li {
        margin-right:0
    }

    .cs_site_header.cs_style_1 .cs_main_header_right {
        padding-right: 55px
    }

    .cs_site_header_full_width .container {
        padding: 0 15px
    }

    .cs-munu_dropdown_toggle {
        position: absolute;
        height: 30px;
        width: 30px;
        right: 20px;
        top: 5px
    }

    .cs-munu_dropdown_toggle:after,.cs-munu_dropdown_toggle:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        height: 2px;
        width: 10px;
        background-color: #fff;
        transition: all .3s ease
    }

    .cs-munu_dropdown_toggle:before {
        transform: translate(-50%,-50%) rotate(90deg)
    }

    .cs-munu_dropdown_toggle.active:before {
        transform: translate(-50%,-50%) rotate(0deg)
    }

    .cs_nav .cs_nav_list {
        position: absolute;
        width: 100vw;
        left: -15px;
        background-color: #181818;
        padding: 10px 0;
        display: none;
        top: 100%;
        border-top: 52 solid #4d4d4d;
        border-bottom: 52 solid #4d4d4d;
        overflow: auto;
        max-height: calc(100vh - 80px);
        line-height: 1.6em
    }

    .cs_nav .cs_nav_list ul {
        padding-left: 15px;
        display: none;
        text-transform: capitalize
    }

    .cs_nav .cs_nav_list a {
        display: block;
        padding: 8px 20px
    }

    .cs_nav .menu-item-has-children {
        position: relative
    }

    .cs-munu_toggle {
        display: inline-block;
        width: 30px;
        height: 27px;
        cursor: pointer;
        position: absolute;
        top: 27px;
        right: 30px
    }

    .cs-munu_toggle span,.cs-munu_toggle span:after,.cs-munu_toggle span:before {
        width: 100%;
        height: 2px;
        background-color: currentColor;
        display: block
    }

    .cs-munu_toggle span {
        margin: 0 auto;
        position: relative;
        top: 12px;
        transition-duration: 0s;
        transition-delay: .2s
    }

    .cs-munu_toggle span:before {
        margin-top: -9px
    }

    .cs-munu_toggle span:after,.cs-munu_toggle span:before {
        content: "";
        position: absolute;
        transition-property: margin,transform;
        transition-duration: .2s;
        transition-delay: .2s,0s
    }

    .cs-munu_toggle span:after {
        margin-top: 9px
    }

    .cs_site_header.cs_style_1 .cs-munu_toggle {
        top: 50%;
        right: 0;
        margin-top: -13px;
        color: #000
    }

    .cs-toggle_active span {
        background-color: transparent;
        transition-delay: .2s
    }

    .cs-toggle_active span:before {
        margin-top: 0;
        transform: rotate(45deg);
        transition-delay: 0s,.2s
    }

    .cs-toggle_active span:after {
        margin-top: 0;
        transform: rotate(-45deg);
        transition-delay: 0s,.2s
    }

    .cs_nav .cs_nav_list a {
        position: relative
    }

    .cs_site_header .current-menu-item>a:before {
        display: none
    }

    .cs_site_header.cs_style_1 {
        top: 0
    }

    .cs_site_header.cs_style_1.cs_color_1 .cs-munu_dropdown_toggle,.cs_site_header.cs_style_1.cs_color_1 .cs-munu_toggle,.cs_site_header.cs_style_1.cs_color_1 .cs_nav .cs_nav_list ul {
        color: #18191d
    }

    .cs_site_header.cs_style_1.cs_color_1 .cs_nav .cs_nav_list {
        background-color: #fff
    }
}

@media screen and (max-width: 991px) {
    .cs_site_header .container {
        max-width:100%
    }

    .cs_site_header.cs_style_1 .cs-action_box>:not(:last-child) {
        margin-right: 25px
    }

    .cs_site_header.cs_style_1 .cs_btn {
        padding: 8px
    }
}

@media screen and (max-width: 767px) {
    .cs_site_header.cs_style_1 .cs_top_header_in {
        justify-content:center
    }

    .cs_site_header.cs_style_1 .cs_main_header_right,.cs_site_header.cs_style_1 .cs_top_header_left {
        display: none
    }
}

@media screen and (max-width: 575px) {
    .cs_site_header.cs_style_1 .cs_btn span {
        display:none
    }

    .cs_site_header.cs_style_1 .cs_btn svg {
        margin-right: 0;
        width: 20px;
        height: 20px
    }
}

@media screen and (max-width: 500px) {
    .cs_header_contact {
        display:none
    }
}

.cs_nav .cs-munu_toggle.cs_teggle_active+.cs_nav_list,.cs_nav .cs_nav_list span.cs-munu_dropdown_toggle.active+ul {
    display: block
}

.cs_site_header.cs_color_1 .cs_header_search_btn {
    color: initial
}

@media (max-width: 575px) {
    .cs_site_header.cs_color_1 .cs_header_search_btn {
        display:none!important
    }
}

@media (max-width: 767px) {
    .cs_header_search_form {
        left:50%;
        transform: translateX(-50%)
    }
}

@media (max-width: 575px) {
    .cs_header_search_form {
        display:none
    }

    .cs_header_search_btn {
        display: none!important
    }
}

.cs_site_header_spacing_130 {
    height: 100px
}

.cs_site_header_spacing_140 {
    height: 140px
}

.cs_site_header.cs_style_1 .cs_top_header .container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #ff3c00;
    border-radius: 0 0 60px 0;
    right: -6%;
    top: 0
}

.cs_site_header.cs_style_1 .cs_top_header {
    background-color: #050a1e
}

.cs_site_header.cs_style_1 .cs_top_header_in {
    height: 40px
}

.cs_main_header,.cs_site_header.cs_style_1 .cs_top_header .container {
    position: relative
}

.cs_site_header.cs_style_1 .cs_main_header .container:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100vw;
    background-color: #fff;
    border-radius: 60px 0 0;
    left: -6%;
    top: 0
}

.cs_site_header.cs_style_1 .cs_main_header .container {
    position: relative
}

.cs_site_header.cs_style_1 .cs_main_header_in {
    position: relative;
    z-index: 1;
    height: 90px
}

.cs_nav .cs_nav_list>li>a:hover {
    color: var(--accent-color)
}

.cs_header_social_links_wrap {
    display: flex;
    align-items: center;
    gap: 20px
}

.cs_header_social_links {
    font-size: 14px;
    gap: 20px
}

.cs_site_header.header_style_2.cs_style_1 .cs_main_header .container {
    max-width: 1550px
}

.cs_site_header.header_style_2.cs_style_1 .cs_main_header_right {
    display: flex;
    align-items: center;
    gap: 10px 40px
}

.cs_site_header.header_style_2.cs_style_1 .cs_main_header_in {
    height: 110px
}

.cs_site_header.header_style_2.cs_style_1 .container:before {
    border-radius: 0;
    background-color: #ff3c00;
    left: 100%;
    margin-left: -27.7%;
    opacity: 0
}

.cs_site_header.header_style_2.cs_style_1.cs-gescout_sticky .container:before {
    opacity: 1
}

@media (max-width: 767px) {
    .cs_site_header.cs_style_1 .cs_top_header {
        display:none
    }

    .cs_site_header_spacing_130 {
        height: 90px
    }

    .cs_site_header_spacing_140 {
        height: 100px
    }

    .cs_site_header.header_style_2.cs_style_1 .cs_main_header_in {
        height: 90px
    }
}

@media (max-width: 1199px) {
    .cs_site_header.cs_style_1 .cs_main_header .container:before {
        left:0;
        border-radius: 0
    }

    .cs_site_header.header_style_2.cs_style_1 .cs_header_social_links {
        display: none
    }

    .cs_site_header.header_style_2.cs_style_1.cs-gescout_sticky .container:before {
        opacity: 0
    }

    .main-page-area {
        padding: 0
    }

    .cs_nav .cs_nav_list li a {
        color: #fff
    }
}

.cs_logo_wrap {
    position: relative;
    height: calc(100% + 50px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -50px
}

.cs_site_branding {
    position: relative;
    z-index: 3;
    max-width: 225px
}

.cs_logo_bg_shape {
    position: absolute;
    right: -155px;
    bottom: 0;
    z-index: 2
}

.cs_logo_bg_shape:before {
    content: "";
    position: absolute;
    right: 90px;
    height: 100%;
    width: 100vw;
    background-color: var(--accent-color)
}

.cs_logo_bg_shape img {
    position: absolute;
    top: 0;
    right: 70px
}

.cs_site_header.cs_style_1 .cs_top_header_in {
    height: 50px;
    position: relative;
    z-index: 1
}

.cs_site_header.cs_style_1 .cs_main_header_in,.cs_site_header.cs_style_1 .cs_top_header_in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative
}

.cs_sticky_header .cs_top_header_in {
    overflow: hidden;
    transition: all .3s ease
}

.cs_site_header.cs_style_1 .cs_top_header_left {
    padding-left: 31.6%
}

.cs_header_contact_list {
    display: flex;
    gap: 5px 30px
}

.cs_header_contact_list li {
    display: flex;
    gap: 10px;
    align-items: center
}

.cs_header_contact_list li i {
    color: var(--accent-color)
}

.cs_top_header_left .cs_header_contact_list a,.cs_top_header_left .cs_header_contact_list span {
    color: #fff
}

.cs_header_social_links {
    display: flex;
    font-size: 15px;
    line-height: 1.6em;
    gap: 5px 20px
}

.cs_main_header .container-fluid,.cs_top_header .container-fluid {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto
}

.cs_header_social_links i {
    color: #fff
}

.cs_heading_color {
    color: var(--heading-color)
}

.cs_site_header.cs_style_1.cs_type_1 .cs_logo_wrap {
    width: 316px;
    align-items: flex-end;
    padding-bottom: 4px
}

@media (max-width: 1600px) {
    .cs_logo_bg_shape {
        right:-100px
    }
}

@media (max-width: 1400px) {
    .cs_logo_bg_shape {
        right:-80px
    }
}

@media (max-width: 1199px) {
    .cs_logo_bg_shape {
        right:-55px
    }

    .cs_logo_wrap {
        margin-top: 0;
        height: 80px
    }

    .cs_site_header.cs_style_1 .cs_main_header_in {
        height: 80px
    }

    .cs_site_branding {
        max-width: 180px
    }

    .cs_logo_bg_shape svg {
        height: 80px;
        width: 289px
    }

    .cs_site_header.cs_style_1 .cs_top_header {
        display: none
    }
}

.cs_site_header.cs_style_1.cs_type_1 .cs_logo_bg_shape {
    right: auto;
    left: 0;
    width: 100%
}

.cs_site_header.cs_style_1.cs_type_1 .cs_logo_bg_shape svg {
    width: 100%
}

@media (max-width: 1280px) {
    .cs_site_header.cs_style_1.cs_type_1 .cs_logo_bg_shape svg {
        height:120px
    }

    .cs_site_header.cs_style_1.cs_type_1 .cs_logo_wrap {
        width: 270px
    }
}

.cs_site_header.cs_style_1.cs_type_1 .cs_logo_bg_shape:before {
    display: none
}

@media (max-width: 1199px) {
    .cs_site_header.cs_style_1.cs_type_1 .cs_logo_bg_shape svg {
        height:80px
    }

    .cs_site_header.cs_style_1.cs_type_1 .cs_logo_wrap {
        width: 180px;
        padding: 35px 25px 3px
    }
}

@media (min-width: 1200px) {
    .cs_site_header.cs_style_1.cs_type_1 .cs_main_header .cs_btn.cs_style_1 {
        background-color:#fff;
        color: var(--accent-color)
    }

    .cs_site_header.cs_style_1.cs_type_1 .cs_main_header:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 50vw;
        left: 74%;
        background-color: var(--accent-color);
        transform: skewX(35deg)
    }
}

.cs_slider.cs_style_1 .slick-dots {
    list-style: none;
    margin: 0;
    display: flex!important;
    gap: 10px;
    flex-direction: column;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5.5%;
    padding: 20px 0
}

.cs_slider.cs_style_1 .slick-dots:after,.cs_slider.cs_style_1 .slick-dots:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 77px;
    left: 50%;
    margin-left: -1px
}

.cs_slider.cs_style_1 .slick-dots li button {
    border-radius: 50px;
    width: 30px;
    height: 28px;
    border: unset;
    background-color: var(--accent-color);
    color: #fff
}

.cs_slider.cs_style_1 .slick-dots:before {
    background: -webkitGradient(linear,left top,left bottom,from(#fff),to(rgba(1,15,52,.7)));
    background: linear-gradient(180deg,#fff,rgba(1,15,52,.7));
    bottom: 100%
}

.cs_slider.cs_style_1 .slick-dots:after {
    background: -webkitGradient(linear,left bottom,left top,from(#fff),to(rgba(1,15,52,.7)));
    background: linear-gradient(0deg,#fff,rgba(1,15,52,.7));
    top: 100%
}

@media (max-width: 1600px) {
    .cs_slider.cs_style_1 .slick-dots {
        left:2%
    }
}

@media (max-width: 1200px) {
    .cs_slider.cs_style_1 .slick-dots {
        display:none!important
    }
}

@media (max-width: 1199px) {
    .cs_site_header_spacing_140 {
        height:80px
    }
}

.rating-area i {
    font-size: 16px;
    letter-spacing: 7px;
    color: #ffc131
}

.cs_pricing_info_wrapper svg {
    fill: #fff
}

.cs_card.cs_style_4 .cs_card_index_wrap {
    cursor: pointer
}

.cs_accordian.active .cs_accordian_body {
    display: block
}

.cs_accordian .cs_accordian_body {
    display: none
}
.header-top-two{
    background: #050a1e;
}
.cs_card h3{
    font-size: 18px;
}