html,
body {
	font-family: 'Josefin Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smooth: antialiased;
}

*::before,
::after{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 600;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #585858;
	line-height: 1.6;
}


#facilities .title h2 {
	margin-bottom: 50px;
	font-size: 30px !important;
	font-weight: 600 !important;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}
.carousel-inner {
	position: relative;
	width: 80%;
	text-align: center;
	margin: auto;
	padding: auto;
	display: block;
}

.slide-num-holder {
    z-index: -100;
    font-size: 100px;
    font-weight: 700;
    position: relative;
	text-align: center !important;
}

.hero-slider {
	position: relative;
	width: 100%;
	text-align: center;
	margin: auto;
	padding: auto;
	display: block;
}

.hero-section {
	padding-bottom: 54px;
}

.hero-slider .hs-item {
	position: relative;
	height: 760px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

.hero-slider .hs-item span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 5px;
	display: block;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .hs-item h2 {
	font-size: 50px !important;
	text-transform: none !important;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .hs-item p {
	font-size: 25px !important;
	font-weight: 600 !important;
	margin-bottom: 35px;
	position: relative;
	color: #000 !important;
	top: 100px;
	opacity: 0;
}

.hero-slider .hs-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .hs-item .sb-line {
	margin-right: 5px;
}

.hero-slider .hs-item .container {
	position: relative;
	padding-top: 170px;
}

.hero-slider .hs-item .offer-card {
	position: absolute;
	right: 0;
	top: 226px;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	background: #131431;
	text-align: center;
	padding-top: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}

.hero-slider .hs-item .offer-card:after {
	position: absolute;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #C09E13;
	left: 5px;
	top: 5px;
	border-radius: 50%;
}

.hero-slider .hs-item .offer-card span {
	font-size: 18px;
	text-transform: lowercase;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .hs-item .offer-card h2 {
	font-size: 10px;
	font-weight: 400;
	line-height: 1;
}

.hero-slider .hs-item .offer-card p {
	text-transform: uppercase;
	line-height: 1;
	font-size: 14px;
}

.hero-slider .slider-nav-warp {
	max-width: 1145px;
	bottom: 0;
	margin: -78px auto 0;
}

.hero-slider .slider-nav {
	display: inline-block;
	padding: 0 38px;
	position: relative;
}

.hero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 9px;
}

.hero-slider .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #f50202;
	border-radius: 15px;
	margin-right: 10px;
	opacity: 0.25;
}

.hero-slider .owl-dots .owl-dot.active {
	opacity: 1;
}

.hero-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
	font-size: 27px;
	position: absolute;
	color: #ffffff;
	opacity: 0.5;
	bottom: -20px;
}

.hero-slider .owl-nav button.owl-next {
	right: 0;
}

.hero-slider .owl-nav button.owl-prev {
	left: 0;
}

.hero-slider .owl-item.active .hs-item h2,
.hero-slider .owl-item.active .hs-item span,
.hero-slider .owl-item.active .hs-item p,
.hero-slider .owl-item.active .hs-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-slider .owl-item.active .hs-item span {
	-webkit-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}

.hero-slider .owl-item.active .hs-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hs-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hs-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.slide-num-holder {
	float: right;
	z-index: 1;
	color: #fff;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin-top: -22px;
}

.slide-num-holder span:first-child {
	margin-right: 41px;
}

.slide-num-holder:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 1px;
	background: #131431;
	left: 50%;
	top: 0;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}


/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
}

.section-title h2 {
	font-size: 36px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 600;
	min-width: 167px;
	padding: 18px 47px 14px;
	border-radius: 50px;
	text-transform: uppercase;
	background: #131431;
	color: #000000;
	line-height: normal;
	cursor: pointer;
	text-align: center;
}

.site-btn:hover {
	color: #fff;
}

.site-btn.sb-white {
	background: #fff;
	color: #111111;
}

.site-btn.sb-line {
	background: transparent;
	color: #fff;
	-webkit-box-shadow: inset 0 0 0 1px #fff;
	box-shadow: inset 0 0 0 1px #fff;
}

.site-btn.sb-dark {
	background: #413a3a;
}

.site-btn.sb-dark.sb-line {
	background-color: transparent;
	color: #111111;
	-webkit-box-shadow: inset 0 0 0 1px #111111;
	box-shadow: inset 0 0 0 1px #111111;
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: rgb(153, 151, 151);
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 2s linear infinite;
	-webkit-animation: loader 2s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #000000;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #858585;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #000000;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #afafaf;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #000000;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #949494;
		border-left-color: transparent;
	}
}

.elements-section {
	padding-top: 100px;
}

.el-title {
	margin-bottom: 75px;
}

.element {
	margin-bottom: 100px;
}

.element:last-child {
	margin-bottom: 0;
}

/* Accordion */

.accordion-area {
	margin-top: 50px;
	border-top: 2px solid #e1e1e1;
}

.accordion-area .panel {
	border-bottom: 2px solid #e1e1e1;
}

.accordion-area .panel-link {
	background-image: url("../img/arrow-down.png");
	background-repeat: no-repeat;
	background-position: right 10px top 30px;
}

.faq-accordion.accordion-area .panel-link,
.faq-accordion.accordion-area .panel-link.active.collapsed {
	padding: 17px 100px 17px 20px;
}

.faq-accordion.accordion-area .panel-link:after {
	right: 44px;
}

.accordion-area .panel-header .panel-link.collapsed {
	background-image: url("../img/arrow-down.png");
}

.accordion-area .panel-link.active {
	background-image: url("../img/arrow-up.png");
}

.accordion-area .panel-link.active {
	background-color: transparent;
}

.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed {
	text-align: left;
	position: relative;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	color: #414141;
	padding: 0;
	text-transform: uppercase;
	line-height: 1;
	cursor: pointer;
	border: none;
	min-height: 69px;
	background-color: transparent;
	border-radius: 0;
}

.accordion-area .panel-body {
	padding-top: 10px;
}

.accordion-area .panel-body p {
	color: #8f8f8f;
	margin-bottom: 25px;
	line-height: 1.8;
}

.accordion-area .panel-body p span {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f51167;
}

.accordion-area .panel-body img {
	margin-bottom: 25px;
}

.accordion-area .panel-body h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

/*------------------
  Header section
---------------------*/
.main-navbar {
	text-align: center !important;
}
.navbar-light {
	background: #7d7f8698;
	color: rgb(255, 255, 255) !important;
	background-color: transparent !important;
}
.navbar-brand{
	margin-top: 10px;
	width: 150px;
	height: 150px;
	

}
.navbar-light1 {
	background: #7d7f8698;
	color: rgb(255, 255, 255) !important;
}

.main-menu .navbar-brand1 img{
	width: 110px;
	height: 100%;
	padding-right: 30px;
	text-align: center;
}


.header-section img {
background-size:cover;
height: 782px;

}
.header-top {
	padding: 18px 0 14px;
}

.site-logo {
	display: inline-block;
}


.user-panel .up-item {
	display: inline-block;
	font-size: 14px;
}

.user-panel .up-item i {
	font-size: 22px;
}

.user-panel .up-item a {
	font-size: 14px;
	color: #000;
}

.user-panel .up-item:first-child {
	margin-right: 29px;
}

.shopping-card {
	display: inline-block;
	position: relative;
}

.shopping-card span {
	position: absolute;
	top: -4px;
	left: 100%;
	height: 16px;
	min-width: 16px;
	color: #fff;
	font-size: 13px;
	background: #C09E13;
	text-align: center;
	border-radius: 30px;
	padding: 0 2px;
	margin-left: -7px;
}



.slicknav_menu {
	display: none;
}



.main-menu {
	list-style: none;
	background: transparent;
}

.main-menu li {
	display: inline-block;
	position: relative;

}

.main-menu li a {

	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 50px;
	line-height: 1;
	padding: 17px 0;
	position: relative;
	font-size: 19px !important;
	font-weight: 600 !important;
	

}
.main-menu li a:after{
	content: "";
	position: absolute;
	background-color: #7d7f8698;
	height: 3px;
	width: 0%;
	left: 0;
	bottom: 6px;
	transition: 0.6s;
}
.main-menu li a:hover{
	color: #000;
}
.main-menu li a:hover::after{
	width: 100%;

}

.main-menu li a .new {
	position: absolute;
	top: -8px;
	font-size: 10px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	line-height: 1;
	text-transform: uppercase;
	left: calc(50% - 21px);
	padding: 5px 9px 1px;
	border-radius: 15px;
	width: 42px;
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu li:hover>a {
	color: #000000;
}

.main-menu .sub-menu {
	position: absolute;
	list-style: none;
	width: 220px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #a0a0a7;
	z-index: 9999999;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
}

.main-menu .sub-menu li {
	display: block;
}

.main-menu .sub-menu li a {
	display: block;
	color: #000000;
	margin-right: 0;
	padding: 10px 22px;
}

.main-menu .sub-menu li a:hover {
	color: #ffffff;
}

.nav-switch {
	display: none;
}



.main-menu1 {
	position: top;
}

.main-menu1 li {
	display: inline-block;
	position: relative;
}

.main-menu1 li a {
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 50px;
	line-height: 1;
	padding: 15px 0;
	position: relative;

}
.main-menu1 li a:after{
	content: "";
	position: absolute;
	background-color: rgb(255, 255, 255);
	height: 3px;
	width: 0%;
	left: 0;
	bottom: 5px;
	transition: 0.5s;
}
.main-menu1 li a:hover{
	color: #000;
}
.main-menu1 li a:hover::after{
	width: 100%;

}

.main-menu1 li a .new {
	position: absolute;
	font-size: 10px;
	font-weight: 700;
	color: rgb(0, 0, 0);
	line-height: 1;
	text-transform: uppercase;
	left: calc(50% - 21px);
	padding: 5px 9px 1px;
	border-radius: 15px;
	width: 22px;
}

.main-menu1 li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu1 li:hover>a {
	color: #000000;
}

.main-menu1 .sub-menu {
	position: absolute;
	list-style: none;
	width: 180px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #a0a0a7;
	z-index: 9999999;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.05);
}

.main-menu1 .sub-menu li {
	display: block;
}

.main-menu1 .sub-menu li a {
	display: block;
	color: #000000;
	margin-right: 0;
	padding: 10px 22px;
}

.main-menu1 .sub-menu li a:hover {
	color: #ffffff;
}

/* ----------------
  Features
---------------------*/

.header-section {
	max-width: fit-content;
}
.hero-slider .hs-item {
	position: relative;
	height: 700px;
}
.hero-slider .hs-item .set-bg {
	width: 100%;
	height: 720px;
}
.hero-slider .hs-item span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 5px;
	display: block;
	position: relative;
	top: 50px;
	opacity: 0;
}


.hero-slider .hs-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .hs-item .sb-line {
	margin-right: 5px;
}

.hero-slider .hs-item .container {
	position: relative;
	padding-top: 170px;
}

.hero-slider .hs-item .offer-card {
	position: absolute;
	right: 0;
	top: 226px;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	background: #131431;
	text-align: center;
	padding-top: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}

.hero-slider .hs-item .offer-card:after {
	position: absolute;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #C09E13;
	left: 5px;
	top: 5px;
	border-radius: 50%;
}

.hero-slider .hs-item .offer-card span {
	font-size: 18px;
	text-transform: lowercase;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .hs-item .offer-card h2 {
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
}

.hero-slider .hs-item .offer-card p {
	text-transform: uppercase;
	line-height: 1;
	font-size: 14px;
}

.hero-slider .slider-nav-warp {
	max-width: 1145px;
	bottom: 0;
	margin: -78px auto 0;
}

.hero-slider .slider-nav {
	display: inline-block;
	padding: 0 38px;
	position: relative;
}

.hero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 9px;
}

.hero-slider .owl-dots .owl-dot {
	width: 8px;
	height: 8px;
	background: #C09E13;
	border-radius: 15px;
	margin-right: 10px;
	opacity: 0.25;
}

.hero-slider .owl-dots .owl-dot.active {
	opacity: 1;
}

.hero-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
	font-size: 27px;
	position: absolute;
	color: #ffffff;
	opacity: 0.5;
	bottom: -20px;
}

.hero-slider .owl-nav button.owl-next {
	right: 0;
}

.hero-slider .owl-nav button.owl-prev {
	left: 0;
}

.hero-slider .owl-item.active .hs-item h2,
.hero-slider .owl-item.active .hs-item span,
.hero-slider .owl-item.active .hs-item p,
.hero-slider .owl-item.active .hs-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-slider .owl-item.active .hs-item span {
	-webkit-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
}

.hero-slider .owl-item.active .hs-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hs-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hs-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.slide-num-holder {
	float: right;
	z-index: 1;
	color: #fff;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin-top: -22px;
}

.slide-num-holder span:first-child {
	margin-right: 41px;
}

.slide-num-holder:after {
	position: absolute;
	content: "";
	height: 30px;
	width: 1px;
	background: #131431;
	left: 50%;
	top: 0;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

/* ------------------
  Features section
---------------------*/

.feature {
	text-align: center;
	background: #f8f8f8;
	height: 100%;
}

.feature:nth-child(2) {
	background: #f51167;
}

.feature:nth-child(2) h2 {
	color: #fff;
}

.feature .feature-inner {
	padding: 20px 25px;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.feature .feature-icon {
	display: inline-block;
	margin-right: 15px;
}

.feature h2 {
	font-size: 24px;
	text-transform: uppercase;
	display: inline-block;
}

/* ----------------------
  Latest product section
------------------------*/
.box-btn-line {
    text-align: center;
    text-transform: capitalize;
    transition: 0.5s;
	background: #7d7f8698;
    cursor: pointer;
    letter-spacing: 2px;
    color: rgb(255, 255, 255) !important;
    display: inline-block;
    padding: 14px 47px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    border: 0.5px solid;
}
.box-btn-line:hover {
    color: #000000 !important;
    border: 1px solid #001D38;
    background: #ffffff;
}
.nav-item .dropdown-menu {
	z-index: -9999999;
	height: 100px;
}
.top-letest-product-section {
	padding-top: 70px;
	padding-bottom: 60px;
}

.top-letest-product-section .section-title {
	margin-bottom: 70px;
	color:  #131431;
}

.product-slider .owl-nav {
	position: absolute;
	top: calc(50% - 60px);
	width: 100%;
	left: 0;
}

.product-slider .owl-nav button.owl-next,
.product-slider .owl-nav button.owl-prev {
	color: #C09E13;
	font-size: 42px;
	position: relative;
}

.product-slider .owl-nav button.owl-next {
	float: right;
	right: -92px;
}

.product-slider .owl-nav button.owl-prev {
	float: left;
	left: -92px;
}

.product-item .pi-pic {
	position: relative;
	display: block;
}

.product-item .tag-new,
.product-item .tag-sale {
	position: absolute;
	right: 16px;
	top: 14px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: #f51167;
	line-height: 1;
	text-transform: uppercase;
	padding: 5px 9px 1px;
	border-radius: 15px;
	width: 42px;
}

.product-item .tag-sale {
	text-align: center;
	padding: 5px 0px 1px;
	min-width: 65px;
	background: #f51167;
}

.product-item .pi-links {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 18px;
	z-index: 9;
	padding-right: 15px;
	text-align: right;
}

.product-item .pi-links a {
	display: inline-table;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 60px;
	font-size: 18px;
	line-height: 18px;
	padding-top: 9px;
	overflow: hidden;
	color: #000;
	position: relative;
	-webkit-box-shadow: 1px 0 32px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 0 32px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}

.product-item .pi-links a i {
	display: inline-block;
	color: #C09E13;
}

.product-item .pi-links a.add-card {
	padding-top: 8px;
	background: #131431;
	color: #C09E13;
}

.product-item .pi-links a.add-card span {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	right: 19px;
	top: 20px;
	opacity: 0;
	background: #131431;
	color: #C09E13;
}

.product-item .pi-links a.add-card:hover {
	width: 148px;
	padding: 8px 18px 0;
	text-align: left;
	background: #131431;
	color: #C09E13;
}

.product-item .pi-links a.add-card:hover span {
	opacity: 1;
	top: 10px;
	-webkit-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
}

.product-item .pi-text {
	padding-top: 22px;
	height: 87px;
}

.product-item .pi-text h6 {
	float: right;
	padding-left: 40px;
	overflow: hidden;
	font-weight: 700;
	color: #C09E13;
}

.product-item .pi-text p {
	font-size: 16px;
	color: #131431;
	margin-bottom: 0;
}

/* -----------------------
  Product filter section
-------------------------*/

.product-filter-section {
	padding-bottom: 60px;
}

.product-filter-section .section-title {
	margin-bottom: 70px;
}

.product-filter-menu {
	list-style: none;
	margin: 0 -10px;
	padding-bottom: 15px;
}

.product-filter-menu li {
	margin: 0 10px 10px;
	display: inline-block;
}

.product-filter-menu li a {
	background: #131431;
	color: #C09E13;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	width: 100%;
	padding: 10px 34px;
	border-radius: 31px;
}

/* ----------------
  Banner section
---------------------*/

.banner {
	padding: 50px 34px 47px;
	position: relative;
	margin-bottom: 70px;
	color: #C09E13;
}

.banner .tag-new {
	position: absolute;
	right: 26px;
	top: 27px;
	font-size: 24px;
	font-weight: 700;
	background: #131431;
	color: #c91414;
	line-height: 1;
	text-transform: uppercase;
	padding: 7px 16px 1px;
	border-radius: 80px;
}

.banner span {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 5px;
	display: block;
	color: #c91414;
}

.banner h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	color: #c91414;
}
.text-center .site-btn.sb-dark{
	background: #131431;
	color: #C09E13;}

/* ----------------
  Footer section
---------------------*/

.footer-section {
	background: #7d7f8698;
	padding-top: 5px;
}
.footer-section img{
	margin: 0%;
	padding: 0%;
	width: 50%;
	height: 50%;
	text-align: center;
}

.footer-logo {
	padding-bottom: 5px;
}

.footer-widget {
	margin-bottom: 10px;
	overflow: hidden;
}

.footer-widget h2 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 25px;
}

.footer-widget p {
	color: #000000;
}

.footer-widget.about-widget p {
	margin-bottom: 50px;
	letter-spacing: -0.01em;
}
.footer-widget.about-widget img {
	text-align: center;
	height: 30px;
	width: 300px;
}


.footer-widget ul {
	list-style: none;
	float: left;
	margin-right: 37px;
}

.footer-widget ul:last-child {
	margin-right: 0;
}

.footer-widget ul li a {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	color: #050400;
	margin-bottom: 6px;
}

.footer-widget ul li a:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	left: 0;
	top: 8px;
	border: 1px solid #C09E13;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.footer-widget ul li a:hover {
	color: rgb(0, 0, 0);
}

.footer-widget ul li a:hover:after {
	width: 7px;
	height: 7px;
	top: 6px;
	background: #000000;
}
.fw-latest-post-widget .lp-item {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}

.fw-latest-post-widget .lp-thumb {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 22px;
}

.fw-latest-post-widget .lp-content {
	overflow: hidden;
	padding-top: 2px;
}

.fw-latest-post-widget .lp-content h6 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0.25;
	color: #000000;
	margin-bottom: 1px;
}

.fw-latest-post-widget .lp-content span {
	display: block;
	font-size: 12px;
	color: #000000;
	margin-bottom: 4px;
}

.fw-latest-post-widget .lp-content .readmore {
	font-size: 12px;
	color: #C09E13;
}

.contact-widget .con-info span {
	float: left;
	color: #C09E13;
	margin-right: 15px;
	overflow: hidden;
}

.social-links-warp {
	padding: 26px 26px;
	text-align: center;
}

.social-links a {
	margin-right: 60px;
	display: inline-block;
}

.social-links a:last-child {
	margin-right: 0;
}

.social-links a i {
	font-size: 30px;
	color: #000000;
	float: left;
	margin-right: 19px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.social-links a span {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	padding-top: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.social-links a.instagram:hover i {
	color: #2F5D84;
}

.social-links a.linkedin:hover i {
	color: #12029e;
}

.social-links a.twitter:hover i {
	color: #5abed6;
}


.social-links a.facebook:hover i {
	color: #39599F;
}

.social-links a.twitter:hover i {
	color: #5abed6;
}


.social-links a:hover span {
	color: rgb(0, 0, 0);
}

/* --------------
  Other Pages
------------------*/

.page-top-info {
	background: #f8f7f7;
	padding: 60px 0 70px;
}

.page-top-info h4 {
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.site-pagination {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
}

.site-pagination a {
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
}
.text-white {
	color: #0a0a07 !important;

}

/* --------------
  Product page
------------------*/


.product-section {
	padding-top: 70px;
	padding-bottom: 65px;
}

.back-link {
	padding-bottom: 50px;
}

.back-link a {
	font-size: 12px;
	color: #414141;
}

.product-pic-zoom {
	margin-bottom: 35px;
}

.product-thumbs-track {
	width: 1200px;
}

.product-thumbs .pt {
	width: 116px;
	height: 116px;
	float: left;
	margin-right: 31px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.product-thumbs .pt:last-child {
	margin-right: 0;
	background: #131431;

}

.product-thumbs .pt.active:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 2px solid #C09E13;
	background: #131431;
	z-index: 1;
}

.product-details .p-title {
	font-size: 18px;
	font-weight: 700;
	color: #414141;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.product-details .p-price {
	font-size: 24px;
	color: #414141;
	font-weight: 700;
	margin-bottom: 20px;
}

.product-details .p-stock {
	font-size: 12px;
	color: #000;
	font-weight: 700;
	color: #414141;
	margin-bottom: 10px;
}

.product-details .p-stock span {
	color: #C09E13;
}

.product-details .p-rating {
	margin-bottom: 15px;
}

.product-details .p-rating i {
	color: #C09E13;
}

.product-details .p-rating i.fa-fade {
	color: #131431;
}

.product-details .p-review {
	margin-bottom: 30px;
}

.product-details .p-review a {
	color: #131431;
	font-size: 14px;
	margin-right: 12px;
	margin-left: 12px;
}

.product-details .p-review a:first-child {
	margin-left: 0;
}

.product-details .fw-size-choose {
	border-bottom: none;
	margin-bottom: 30px;
	padding-bottom: 0;
}

.product-details .fw-size-choose p {
	float: left;
	margin-right: 38px;
	text-transform: uppercase;
	font-weight: 700;
	color: #131431;
	padding-top: 10px;
	margin-bottom: 0;
}

.product-details .fw-size-choose label {
	width: 33px;
	height: 33px;
	font-size: 12px;
	border: 2px solid #131431;
}


.product-details .fw-size-choose input[type=radio]:checked+label {
	border: 2px solid #000000;
	background: #131431;
	color: #C09E13;
}

.product-details .fw-size-choose .disable label {
	border: 2px solid #131431;
	color: #ee0000;
}

.product-details .site-btn {
	min-width: 190px;
}

.product-details .social-sharing {
	padding-top: 50px;
}

.product-details .social-sharing a {
	color: #131431;
	margin-right: 23px;
	font-size: 14px;
}

.product-details .social-sharing a:hover {
	color: #414141;
}

.quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.quantity p {
	float: left;
	margin-right: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #414141;
	padding-top: 10px;
	margin-bottom: 0;
}

.quantity .pro-qty {
	width: 94px;
	height: 36px;
	border: 1px solid #ddd;
	padding: 0 15px;
	border-radius: 40px;
	float: left;
}

.quantity .pro-qty .qtybtn {
	width: 15px;
	display: block;
	float: left;
	line-height: 36px;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	color: #404040;
}

.quantity .pro-qty input {
	width: 28px;
	float: left;
	border: none;
	height: 36px;
	line-height: 40px;
	padding: 0;
	font-size: 14px;
	text-align: center;
	background-color: transparent;
}

.related-product-section {
	padding-bottom: 70px;
}

.related-product-section .section-title h2 {
	font-size: 24px;
	margin-bottom: 60px;
}

/* ----------------
  Contact Page
---------------------*/

.contact-section {
	padding-top: 25px;
	padding-bottom: 0;
	position: relative;
	
}
.page-top-info {
	background: #747581;
	color: #000000 !important;
}

.contact-info h3 {
	margin-bottom: 10px;
	color: #000000;
}
.contact-info h4 {
	margin-bottom: 10px;
	color: #000000;
	font-size: 20px !important;
}
.contact-info li {
	font-size: 15px !important;
}

.contact-info p {
	font-size: 15px !important;
}

.contact-social {
	text-align: center;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	padding-top: 5px;
}

.contact-social a {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 32px;
	height: 32px;
	background: #f0f0f0;
	color: #414141;
	font-size: 14px;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 12px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.contact-social a:hover {
	background: #b6b8ca;
	color: #000000;
}

.map {
	position: absolute;
	width: calc(50% - 15px);
	height: 100%;
	right: 0;
	top: 0;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.card2g .fa{
	font-size: 50px;
	margin-bottom: 10px;

}
.card2gs {
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 1);
	height: 100px;
	font-size: 200px !important;
	font-weight: 600 !important;
}
.card2gs h5 {
	font-size: 20px !important;
	font-weight: 600 !important;

}
.card2gsa {
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 1);
	height: fit-content;

}


.card {
	height: 480px;
}
.card {
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 1);
}
.card a:hover {
	color: rgb(247, 153, 99);
	text-decoration: none;
}
.carousel-inner {
	box-shadow: 5px 5px 1000px 5px rgba(1, 1, 1, 1);
}
.carousel-inner a:hover {
	color: rgb(247, 153, 99);
	text-decoration: none;
}
/* ----------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}
	.card2s {
		max-width: 1000%;
		padding-left: 10px;
	}
	.hero-slider {
		position: relative;
		width: 100%;
		text-align: center;
		margin: auto;
		padding: auto;
		display: block;
		color: #001D38;
	}
}

@media (max-width: 1350px) {
	.product-slider .owl-nav {
		position: relative;
		left: 0;
		top: 0;
		text-align: center;
		padding-top: 20px;
	}
	.product-slider .owl-nav button.owl-prev,
	.product-slider .owl-nav button.owl-next {
		float: none;
		left: 0;
		right: 0;
		margin: 0 10px;
	}
	.card {
		max-width: 100%;
		display: flex;
	}
	.card2s {
		max-width: 100%;
	}
	.h3 {
		font-size: 100px;
	}
	.hero-slider {
		position: relative;
		width: 100%;
		text-align: center;
		margin: auto;
		padding: auto;
		display: block;
		color: #001D38;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-slider .slider-nav-warp {
		max-width: 930px;
	}
	.footer-widget ul {
		margin-right: 5px;
	}
	.social-links a {
		margin-right: 20px;
	}
	.card {
		max-width: 100%;
		display: flex;
	}

	.navbar-brand1 img {
		width: 50px;
	}
	.hero-slider .set-bg {
		max-width: 100%;
	}
	.card2s {
		max-width: 310%;
		padding-left: 30px;
	}
	.hero-slider {
		position: relative;
		width: 100%;
		text-align: center;
		margin: auto;
		padding: auto;
		display: block;
		color: #001D38;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site-logo {
		margin-bottom: 10px;
	}
	.header-search-form {
		margin-bottom: 15px;
	}
	.user-panel {
		text-align: center;
	}
	.main-menu {
		text-align: center;
	}
	.sub-menu {
		text-align: left;
	}
	.main-menu li a {
		margin-right: 30px;
	}
	.hero-slider .slider-nav-warp {
		max-width: 100%;
	}
	.hero-slider .hs-item .offer-card {
		top: 20px;
	}

	.product-filter-menu {
		text-align: center;
	}
	.product-filter-menu li {
		margin: 0 5px 10px;
	}
	.social-links {
		text-align: center;
	}
	.social-links a {
		margin-right: 20px;
	}
	.social-links a span {
		display: none;
	}
	.cart-table,
	.checkout-cart,
	.product-thumbs {
		margin-bottom: 50px;
	}
	.map {
		position: relative;
		width: 100%;
		background: #ddd;
		height: 400px;
		margin-top: 70px;
	}
	.card {
		max-width: 100%;
		display: flex;
	}


	.hero-slider .set-bg {
		max-width: 100%;
	}
	.card2s {
		max-width: 320%;
		padding-left: 15px;
	}
	.hero-slider {
		position: relative;
		width: 100%;
		text-align: center;
		margin: auto;
		padding: auto;
		display: block;
		color: #001D38;
	}

}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.site-logo {
		margin-bottom: 10px;
	}
	.hero-slider .hs-item h2 {
		font-size: 10px !important;
		text-transform: none !important;
		position: relative;
		top: 50px;
		opacity: 0;
	}
	
	.hero-slider .hs-item p {
		font-size: 10px !important;
		position: relative;
		top: 100px;
		opacity: 0;
	}

	.header-search-form {
		margin-bottom: 15px;
	}
	.user-panel {
		text-align: center;
	}
	.main-menu {
		display: none;
		color: #000;
	}
	.slicknav_btn {
		background-color: #a3a3a3;
		color: #fff;
	}
	.slicknav_menu {
		background: #7d7f8698;
		color: #000 !important;
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;

	}
	.slicknav_menu .new {
		font-size: 5px;
		font-weight: 700;
		color: rgb(0, 0, 0);
		background: transparent;
		line-height: 1;
		text-transform: uppercase;
		border-radius: 20px;
		width: 100px;
	}
	.hero-slider .set-bg {
		max-width: 90%;
		height: 720px;
	}
	.hero-slider .hs-item .offer-card {
		display: none;
	}
	.product-filter-menu {
		text-align: center;
	}
	.product-filter-menu li {
		margin: 0 2px 10px;
	}
	.footer-widget ul {
		margin-right: 25px;
	}
	.social-links {
		text-align: center;
	}
	.social-links a {
		margin-right: 15px;
	}
	.social-links a span {
		display: none;
	}
	.address-rb {
		text-align: left;
	}
	.map {
		position: relative;
		width: 100%;
		background: #ddd;
		height: 400px;
		margin-top: 70px;
	}
	.col-md-4 {
		width: 50%;
	}
	.card {
		max-width: 522%;
		display: inline-block;
	}

	.card2s {
			max-width: 522%;
	}


	.flaticon-left-arrow-1 {
		text-align: center;
	}

	.hero-slider {
		position: relative;
		width: 100%;
		text-align: center;
		margin: auto;
		padding: auto;
		display: block;
		color: #001D38;
	}
	.card2gs {
		height: fit-content;
	}
	.carousel-inner {
		width: 92%;
	}
}

/* Medium Mobile :480px. */

@media only screen and (min-width: 576px) and (max-width: 766px) {
	.hero-slider .slider-nav-warp {
		padding: 0 15px;
	}
	.hero-slider .hs-item h2 {
		font-size: 10px !important;
		text-transform: none !important;
		position: relative;
		top: 50px;
		opacity: 0;
	}
	
	.hero-slider .hs-item p {
		font-size: 10px !important;
		position: relative;
		top: 100px;
		opacity: 0;
	}


	.banner .tag-new {
		position: relative;
		display: inline-block;
		margin-bottom: 18px;
		right: 0;
		top: 0;
	}
	.col-md-4 {
	width: 50%;
	}
	.card {
		max-width: 522%;
		display: inline-block;
		height: fit-content;

	}

	.hero-slider .set-bg {
		max-width: 90%;
		height: 720px;
	}
	.card2s {
		max-width: 550%;
		padding-left: 10px;
	}

	.hero-slider {
		position: relative;
		width: 100%;
		text-align: center;
		margin: auto;
		padding: auto;
		display: block;
		color: #001D38;
	}
	.card2gs {
		height: fit-content;
	}
	.carousel-inner {
		width: 92%;
	}

}
/* Small Mobile : 500px. */

@media only screen and (min-width: 350px) and (max-width: 500px) {
	.hero-slider .slider-nav-warp {
		max-width: 510px;
		padding: 0 15px;
	}
	.hero-slider .hs-item h2 {
		font-size: 10px !important;
		text-transform: none !important;
		position: relative;
		top: 50px;
		opacity: 0;
	}
	
	.hero-slider .hs-item p {
		font-size: 10px !important;
		position: relative;
		top: 100px;
		opacity: 0;
	}


	.hero-slider .hs-item .sb-line {
		margin-bottom: 15px;
	}

	.banner .tag-new {
		position: relative;
		display: inline-block;
		margin-bottom: 18px;
		right: 0;
		top: 0;
	}
	.social-links {
		text-align: center;
	}
	.social-links a i {
		font-size: 20px;
		margin-right: 0;
	}
	.social-links a span {
		display: none;
	}
	.col-md-4 {
		width: 25%;
	}
	.card {
		max-width: 522%;
		display: inline-block;
		height: fit-content;

	}

	.hero-slider .set-bg {
		max-width: 90%;
		height: 720px;
	}
	.card2s {
		max-width: 500%;
		padding-left: 15px;
	}
	.hero-slider {
		position: relative;
		width: 100%;
		text-align: center;
		margin: auto;
		padding: auto;
		display: block;
		color: #001D38;
	}
	.card2gs {
		height: fit-content;
	}
	.carousel-inner {
		width: 92%;
	}

}
/* Small Mobile :375px. */

@media only screen and (min-width: 350px) and (max-width: 375px) {
	.hero-slider .slider-nav-warp {
		max-width: 510px;
		padding: 0 15px;
	}
	.hero-slider .hs-item h2 {
		font-size: 10px !important;
		text-transform: none !important;
		position: relative;
		top: 50px;
		opacity: 0;
	}
	
	.hero-slider .hs-item p {
		font-size: 10px !important;
		position: relative;
		top: 100px;
		opacity: 0;
	}

	.hero-slider .hs-item .sb-line {
		margin-bottom: 15px;
	}

	.banner .tag-new {
		position: relative;
		display: inline-block;
		margin-bottom: 18px;
		right: 0;
		top: 0;
	}
	.social-links {
		text-align: center;
	}
	.social-links a i {
		font-size: 20px;
		margin-right: 0;
	}
	.social-links a span {
		display: none;
	}
	.col-md-4 {
		width: 25%;
	}
	.card {
		max-width: 522%;
		display: inline-block;
		height: fit-content;

	}

	.hero-slider .set-bg {
		max-width: 90%;
		height: 200px;
	}
	.card2s {
		max-width: 650%;
		padding-left: 10px;
	}
	.hero-slider {
		position: relative;
		width: 100%;
		text-align: center;
		margin: auto;
		padding: auto;
		display: block;
		color: #001D38;
	}
	.card2gs {
		height: fit-content;
	}
	.carousel-inner {
		width: 92%;
	}

}
/* Small Mobile :350px. */

@media only screen and (max-width: 350px) {
	.hero-slider .slider-nav-warp {
		max-width: 510px;
		padding: 0 15px;
	}
	.hero-slider .hs-item h2 {
		font-size: 10px !important;
		text-transform: none !important;
		position: relative;
		top: 50px;
		opacity: 0;
	}
	
	.hero-slider .hs-item p {
		font-size: 10px !important;
		position: relative;
		top: 100px;
		opacity: 0;
	}


	.hero-slider .hs-item .sb-line {
		margin-bottom: 15px;
	}
	.banner .tag-new {
		position: relative;
		display: inline-block;
		margin-bottom: 18px;
		right: 0;
		top: 0;
	}
	.social-links {
		text-align: center;
	}
	.social-links a i {
		font-size: 20px;
		margin-right: 0;
	}
	.social-links a span {
		display: none;
	}
	.col-md-4 {
		width: 25%;
	}
	.card {
		max-width: 522%;
		display: inline-block;
		height: fit-content;
	}

	.hero-slider .set-bg {
		max-width: 90%;
		height: 200px;
	}
	.card2s {
		max-width: 560%;
		padding-left: 10px;
	}
	.hero-slider {
		position: relative;
		width: 100%;
		text-align: center;
		margin: auto;
		padding: auto;
		display: block;
		color: #001D38;
	}
	.card2gs {
		height: fit-content;
	}
	.carousel-inner {
		width: 92%;
	}

}
