

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);


@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
	box-sizing: border-box !important;
	transition: ease all 0.5s;
}

html {
	scroll-behavior: smooth;
}


/* fonts import */

@font-face {
	font-family: octinSportsRg;
	src: url('../fonts/octinSportsRg.ttf');
}

body {
	color: #666666;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.80857;
	font-weight: normal;
	overflow-x: hidden;
}

a {
	color: #1f1f1f;
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
	color: #111111;
	margin: 0
}

h1 {
	font-size: 24px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 18px
}

h4 {
	font-size: 16px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 13px
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #212121;
	text-decoration: none!important;
	opacity: 1
}

button:focus {
	outline: none;
}

ul,
li,
ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p {
	margin: 20px;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
}

a {
	color: #222222;
	text-decoration: none;
	outline: none !important;
}

a,
.btn {
	text-decoration: none !important;
	outline: none !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img {
	max-width: 100%;
	height: auto;
}

 :focus {
	outline: 0;
}

.paddind_bottom_0 {
	padding-bottom: 0 !important;
}

.btn-custom {
	margin-top: 20px;
	background-color: transparent !important;
	border: 2px solid #ddd;
	padding: 12px 40px;
	font-size: 16px;
}

.lead {
	font-size: 18px;
	line-height: 30px;
	color: #767676;
	margin: 0;
	padding: 0;
}

.form-control:focus {
	border-color: #ffffff !important;
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
	border: none !important;
}

.badge {
	font-weight: 500;
}

blockquote {
	margin: 20px 0 20px;
	padding: 30px;
}

button {
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.full {
	float: left;
	width: 100%;
}

.layout_padding {
	padding-top: 90px;
	padding-bottom: 0px;
}

.padding_0 {
	padding: 0px;
}


/* header section start */

.header_section {
	width: 100%;
	float: left;
	background-image: url(../images/banner-bg.jpg);
	height: auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bg-light {
	background-color: transparent !important;
}

.navbar {
	padding: 0px 40px 0px 0px;
}

.navbar-brand {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fc3e59;
    padding: 50px;
    text-align: center;
}

.login_text {
	font-size: 18px;
	color: #fff;
}

.login_text a {
	color: #fff;
}

.login_text a:hover {
	color: #ffffff;
}

.padding_15 {
	padding-left: 10px;
}

.search_icon {
	padding-left: 50px;
}

.navbar-expand-lg .navbar-collapse {
	top: -70px;
	position: relative;
}

.navbar-light .navbar-nav .nav-link {
	display: none;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #fc3e59;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #fc3e59;
}


/* header section end */


/* banner section start */

.banner_section {
	width: 100%;
	float: left;
}

.banner_section_left {
	width: 20%;
	float: left;
	background-color: #1C2C2E;
}

.custom_menu {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-left: 80px;
	border-bottom: 1px solid #393939;
	padding-bottom: 20px;
}

.custom_menu ul {
	margin: 0px;
	padding: 0px;
}

.custom_menu li {
	font-size: 16px;
	color: #ffffff;
	padding-top: 10px;
}

.custom_menu li a {
	color: #ffffff;
}

.custom_menu li a:hover {
	color: #fc3e59;
}

.custom_menu li.active a {
	color: #fc3e59;
}

.social_icon {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-left: 40px;
	border-bottom: 1px solid #393939;
	padding-bottom: 20px;
}

.social_icon ul {
	margin: 0px;
	padding: 0px;
}

.social_icon li {
	float: left;
	font-size: 16px;
	color: #ffffff;
	padding-top: 10px;
	padding-right: 9px;
}

.social_icon li a {
	color: #ffffff;
}

.social_icon li a:hover {
	color: #fc3e59;
}

.banner_section_right {
	width: 80%;
	float: left;

}

.banner_taital {
	width: 100%;
	float: left;
	font-size: 70px;
	color: #fff;
	text-transform: uppercase;
	font-family: octinSportsRg;
	font-weight: bold;
}

.banner_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	margin: 0px;
}

.contact_bt {
	width: 160px;
	float: left;
	padding-top: 30px;
}

.contact_bt a {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #ffffff;
	background-color: #fc3e59;
	text-align: center;
	padding: 10px 0px;
	font-family: octinSportsRg;
}

.contact_bt a:hover {
	color: #000;
	background-color: #ffffff;
}

#main_slider a.carousel-control-next {
	position: absolute;
	right: 0px;
	top: 80%;
}

#main_slider a.carousel-control-prev {
	position: absolute;
	left: 92%;
	top: 80%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
	width: 65px;
	height: 65px;
	background-color: transparent;
	opacity: 1;
	font-size: 18px;
	color: #ffffff;
}


/* banner section end */


/* about section start */

.about_section {
	width: 100%;
	float: left;
}

.about_section {
	width: 100%;
	float: left;
}

.about_taital {
	width: 100%;
	
	font-size: 40px;
	text-align: center;
	color: #262626;
	text-transform: uppercase;
	font-weight: bold;
	font-family: octinSportsRg;
	border-top: 1px solid #b7b7b7;
	padding-top: 30px;
}

.about_taital::after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/bg-icon.png);
	left: 0px;
	right: 0px;
	top: -13px;
}

.about_img {
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 40px;
}

.about_text {
	width: 93%;
	margin: 0 auto;
	font-size: 16px;
	color: #252525;
	text-align: center;
}

.read_bt {
	width: 160px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}

.read_bt a {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #ffffff;
	background-color: #0f0f0f;
	text-align: center;
	padding: 10px 0px;
	font-family: octinSportsRg;
}




/* about section end */


/* gallery section start */

.gallery_section {
	width: 100%;
	float: left;
	padding-bottom: 90px;
}

.gallery_text {
	width: 55%;
	margin: 0 auto;
	font-size: 16px;
	color: #252525;
	text-align: center;
}

.gallery_section_2 {
	width: 100%;
	float: left;
}

.gallery_section_main {
	width: 100%;
	float: left;
	padding-top: 30px;

}

.image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgb(252, 62, 89, 0.9);
	margin: 0 auto;
}

.container_main:hover .overlay {
	opacity: 1;
}

.container_main {
	position: relative;
}

.margin_top_30 {
	margin-top: 30px;
}

.text {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
}

.some_text {
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	padding-bottom: 0;
}

.jony_text {
	color: #ffffff;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-family: octinSportsRg;
	padding-bottom: 0;
	border-bottom: 2px solid #ffffff;
	width: 150px;
	margin: 10px auto;
	padding-bottom:10px;
}

.btn_main {
	width: 100%;
	text-align: center;
}

.buy_bt {
	margin: 0 auto;
	text-align: center;
	width: 150px;
}

.buy_bt a {
	width: 70%;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	padding: 8px 0px;
	background-color: transparent;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
}

.buy_bt a:hover {
	color: #1a1c18;
}


/* gallery section end */


/* story section start */

.story_section {
	width: 100%;
	float: left;
	background-color: #252525;
	height: auto;
}

.story_taital_main {
	width: 100%;
	float: left;
	padding-left: 100px;
}

.story_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 50px;
	font-family: octinSportsRg;
}

.story_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	margin-left: 0px;
}

.seemore_bt {
	width: 160px;
	float: left;
	padding-top: 30px;
}

.seemore_bt a {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #ffffff;
	background-color: #fc3e59;
	text-align: center;
	padding: 10px 0px;
	font-family: octinSportsRg;
}

.seemore_bt a:hover {
	color: #000;
	background-color: #ffffff;
}

.story_img {
	width: 100%;
	float: left;
}


/* story section end */


/* contact section start */

.contact_section {
	width: 100%;
	float: left;
}

.contact_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #252525;
	text-transform: uppercase;
	padding-top: 50px;
	font-weight: bold;
	font-family: octinSportsRg;
}

.contact_section_2 {
	width: 100%;
	float: left;
}

.mail_section_1 {
	width: 100%;
	float: left;
}

.mail_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #4f4e4e;
	border: 1px solid #8e8e8e;
	background-color: #ffff;
	padding: 15px;
	margin-top: 20px;
}

.massage-bt {
	color: #4f4e4e;
	width: 100%;
	height: 110px;
	font-size: 18px;
	background-color: #ffff;
	padding: 40px 15px 0px 15px;
	border: 1px solid #8e8e8e;
	height: 110px;
	margin-top: 20px;
}

.send_bt {
	width: 170px;
	float: left;
}

.send_bt a {
	width: 100%;
	float: left;
	background-color: #e81d42;
	color: #fefeff;
	text-align: center;
	padding: 10px 0px;
	font-size: 16px;
	margin-top: 40px;
	border-radius: 5px;
}

.send_bt a:hover {
	background-color: #363636;
	color: #ffffff;
}

.enjoy_text {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	position: absolute;
	top: 50%;
	font-size: 28px;
	font-family: octinSportsRg;
}

.map_main {
	width: 100%;
	float: left;
	border: 2px solid #e83d56;
	margin-top: 40px;
}

.customer_section {
	width: 100%;
	float: left;
	padding-bottom: 90px;
}

.customer_section_2 {
	width: 100%;
	float: left;
	padding-top: 40px;
}

.box_main {
	width: 100%;
	height: auto;
	background-color: #ffffff;
	border-radius: 5px;
	padding-bottom: 50px;
	box-shadow: 0px 7px 22px 2px #e0dede;
}

.color_bg {
	width: 100%;
	background-color: #e83d56;
	height: 150px;
	border-radius: 5px;
}

.client_img {
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

.customer_name_text {
	width: 100%;
	font-size: 16px;
	text-align: center;
	color: #e83d56;
	text-transform: uppercase;
	font-family: octinSportsRg;
	font-weight: bold;
	display: inline-block;
    padding: 100px 30px 0px;
}

.customer_text {
	width: 80%;
	font-size: 16px;
	text-align: center;
	color: #707070;
	margin: 0 auto;
}

.quick_icon {
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

#custom_slider a.carousel-control-next {
	position: absolute;
	right: -100px;
	top: 45%;
}

#custom_slider a.carousel-control-prev {
	position: absolute;
	left: -100px;
	top: 45%;
}

#custom_slider .carousel-control-prev,
#custom_slider .carousel-control-next {
	width: 65px;
	height: 65px;
	background-color: #000;
	opacity: 1;
	font-size: 30px;
	color: #ffffff;
}

#custom_slider i.fa.fa-arrow-right {
	font-size: 18px;
}

#custom_slider i.fa.fa-arrow-left {
	font-size: 18px;
}

.customer_section_2 .carousel-inner {
	overflow: initial;
}


/* contact section end */


/* footer section start */

.footer_section {
	width: 100%;
	float: left;
	background-color: #fc3e59;
	height: auto;
	padding-bottom: 20px;
}

.footer_logo {
	width: 100%;
	text-align: center;
}

.contact_taxt {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.contact_taxt a {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.contact_taxt a:hover {
	color: red;
}

.contact_main {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	border-bottom: 1px solid #fff;
	text-align: center;
}

.contact_main ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	text-align: center;
}

.contact_main li {
	float: left;
	font-size: 16px;
	color: #ffffff;
	padding: 30px 30px 30px 30px;
}

.contact_main li a {
	color: #ffffff;
}

.contact_main li a:hover {
	color: #fc3e59;
}


/* footer section end */


/* copyright section start */

.copyright_section {
	width: 100%;
	float: left;
	background-color: #fc3e59;
	height: auto;
}

.copyright_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-left: 0px;
}

.copyright_text a {
	color: #ffffff;
}

.copyright_text a:hover {
	color: #e81d42;
}


/* copyright section end */

.margin_top90 {
	margin-top: 90px;
}

.margin_90 {
	margin: 90px 0px;
}
.text-white{ color:#fff !important;}
.text-prime{color:#fc3e59 !important;}
.mt-15{ margin-top:15px;}
.mb-30{ margin-bottom:30px;}
.has_bj1{ background:url(../images/bj1.jpg) no-repeat,#1C2C2E; padding:80px 50px ;}
.has_bj2{ background:url(../images/bj2.jpg) no-repeat;}
.has_bj3{ background:url(../images/bj3.jpg) no-repeat;}
.has_bj4{ background:url(../images/bj4.jpg) no-repeat; min-height:900px;}
.product-title2{ font-size:16px; margin-bottom:10px; color:#fff;}

