﻿/*------------------------------------
	Header
------------------------------------*/
header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    padding: 20px 0px;
	background: #fff;
}
@media (max-width: 1023px) {
	header {
		display: none;
	}
}
header.sticky-menu {
    position: fixed;
    animation: slide-down 0.7s;
	-moz-box-shadow: 0px 5px 21px rgba(255, 119, 101, 0.2);
    -webkit-box-shadow: 0px 5px 21px rgba(255, 119, 101, 0.2);
    box-shadow: 0px 5px 21px rgba(255, 119, 101, 0.2);
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}
header .col-lg-12 {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main {
	float: right;
}
.header-item {
	display: flex;
}
.nav-item {
	margin-right: 40px;
}
.nav-item a {
    color: #121619;
    font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.nav-item.active a, .nav-item:hover a {
	color: #EB3656;
}
.navbar-default {
	display: none;
}
@media (max-width: 1023px) {
	.navbar-default {
		display: block;
		padding: 10px 0px;
	}
	.collapse.in {
		display: block;
	}
	.navbar>.container, .navbar>.container-fluid {
		display: block;
	}
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}
.collapse {
    display: none;
}
.collapse.show {
    display: block;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
}
.navbar-nav {
    margin: 7.5px -15px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav>li {
    position: relative;
    display: block;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav>li>a {
    font-size: 15px;
    font-family: 'InterRegular';
    color: #333;
}
.navbar-default .navbar-nav>li>a:hover {
	font-weight: 700;
	color: #004ff0;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.dropdown, .dropup {
    position: relative;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}



/*--------------------------------------------------
	Banner
----------------------------------------------------*/
.swiper-slide {
	position: relative;
}
.swiper-slide h1 {
	font-size: 40px;
	color: #fff;
	position: absolute;
	top: 50%;
    left: 15%;
    transform: translate(-15%, -50%);
}
.swiper-container .swiper-slide:first-child h1 {
	color: #121619;
	top: 18%;
    left: 30%;
    transform: translate(-30%, -18%);
}
.swiper-container .swiper-slide:nth-of-type(2) h1 {
	left: 50%;
    transform: translate(-50%, -50%);
	text-align: center;
}
.swiper-container .swiper-slide:last-child h1 {
	color: #121619;
	top: 20%;
    right: 25%;
    transform: translate(25%, -20%);
    left: auto;
    text-align: right;
}
.swiper-slide h1 span {
	color: #EB3656;
	font-weight: 700;
}
.swiper-container .swiper-button-prev, .swiper-button-next {
	width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, .35);
}
.swiper-container .swiper-button-next:after, .swiper-container .swiper-container-rtl .swiper-button-prev:after,
.swiper-container .swiper-button-prev:after, .swiper-container .swiper-container-rtl .swiper-button-next:after {
    color: #fff;
    font-size: 30px;
}
.swiper-button-prev {
    left: 80px;
}
.swiper-button-next {
    right: 80px;
}
@media (max-width: 767px) {
	.swiper-slide h1 {
		font-size: 16px;
	}
	.swiper-container .swiper-button-prev, .swiper-button-next {
		width: 40px;
		height: 40px;
	}
	.swiper-container .swiper-button-next:after, .swiper-container .swiper-container-rtl .swiper-button-prev:after,
	.swiper-container .swiper-button-prev:after, .swiper-container .swiper-container-rtl .swiper-button-next:after {
		font-size: 20px;
	}
	.swiper-button-prev {
		left: 20px;
	}
	.swiper-button-next {
		right: 20px;
	}
}


/*--------------------------------------------------
	Products
----------------------------------------------------*/
.products-content-section {
	padding: 130px 0px;
}
.products-content-section h2 {
	font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.product-content-title ul {
	text-align: center;
    margin-bottom: 30px;
}
.product-content-title ul li {
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 20px;
    margin: 0px 5px;
	cursor: pointer;
}
.product-content-title ul li.active {
    color: #fff;
    background-color: #EB3656;
}
.product-content-list {
	display: flex;
}
.product-item-img {
	width: 25%;
    max-width: 25%;
    margin: 0px 5px 10px;
}
.product-btn {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border: 1px solid #EB3656;
	padding: 0 30px;
	margin: 30px 0px 0px;
	font-size: 16px;
	line-height: 48px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #EB3656;
    box-shadow: 0px 5px 16px 0px rgba(235, 54, 86, .65);
    text-transform: uppercase;
}    
.product-btn:hover {
    background-color: #fff;
    color: #EB3656;
    border-color: #EB3656;
}
@media (max-width: 767px) {
	.products-content-section {
		padding: 60px 0px;
	}
	.product-content-list {
		flex-direction: column;
	}
	.product-item-img {
		width: 100%;
		max-width: 100%;
		margin: 0px 0px 20px;
		padding: 0px 15px;
	}
	.product-item-img img {
		width: 100%;
	}
}



/*--------------------------------------------------
	Gallery
----------------------------------------------------*/
.gallery-content-section {
	padding: 130px 0px;
	background-color: rgba(235, 54, 86, 0.03);
}
.gallery-content-section h2 {
	font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.gallery-wrapper {
	display: flex;
    justify-content: space-between;
}
.gallery-item {
	width: 41.66666667%;
	max-width: 41.66666667%;
    margin: 0px 20px;
}
@media (max-width: 767px) {
	.gallery-content-section {
		padding: 60px 0px;
	}
	.gallery-wrapper {
		flex-direction: column;
	}
	.gallery-item {
		width: 100%;
		max-width: 100%;
		margin: 0px 0px 20px;
		padding: 0px 15px;
	}
	.gallery-item img {
		width: 100%;
	}
}

/*--------------------------------------------------
	About us
----------------------------------------------------*/
.about-content-section {
	padding: 125px 0px;
}
.about-content-section h2 {
	font-size: 36px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.about-content-section p {
	font-size: 15px;
	color: #646464;
	line-height: 30px;
}
.about-image {
	position: relative;
}
.about-image::before {
    position: absolute;
    content: '';
    background-image: url(../images/dots.jpg);
    background-position: center center;
    background-size: 100%;
    width: 375px;
    height: 350px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-image::before {
		display: block;
	}
}
@media (max-width: 767px) {
	.about-image::before {
		display: none;
	}
}

.about-image .single-image {
    width: 360px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.about-image .single-image {
		width: 280px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-image .single-image {
		width: 400px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-image .single-image {
		width: 360px;
	}
}
@media (max-width: 767px) {
	.about-image .single-image {
		width: 100%;
	}
}
.about-image .single-image.image-tow {
    margin-top: -200px;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.about-image .single-image.image-tow {
        margin-top: -150px;
    }
}
@media (max-width: 767px) {
	.about-image .single-image.image-tow {
        margin-top: 30px;
    }
	.about-content {
		margin-top: 40px;
	}
	.about-content-section {
		padding: 60px 0px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image.image-tow {
         margin-top: -200px;
     }
}
.float-right {
    float: right;
}



/*--------------------------------------------------
	Contact us
----------------------------------------------------*/
.contact-content-section {
	padding: 125px 0px 0px;
	background-color: rgba(235, 54, 86, 0.03);
}
.contact-content-section h2 {
	font-size: 36px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}
.contact-content-section p {
    font-size: 16px;
	color: #646464;
	text-align: center;
}
.form-group {
	margin: 30px 0px 0px;
}
.form-group textarea,
.form-group input{
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 30px;
    background-color: #fff;
    font-size: 16px;
}
.form-group textarea{
     height: 160px;
     padding-top: 20px;
     resize: none;
 }
.form-group textarea::placeholder,
.form-group input::placeholder{
    opacity: 1;
    color: #999;
}
.contact-btn {
	display: inline-block;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	border: 1px solid #EB3656;
	padding: 0 50px;
	font-size: 16px;
	line-height: 48px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background-color: #EB3656;
    box-shadow: 0px 5px 16px 0px rgba(235, 54, 86, .65);
    text-transform: uppercase;
}    
.contact-btn:hover {
    background-color: #fff;
    color: #EB3656;
    border-color: #EB3656;
}
.copyright {
	margin-top: 100px;
    border-top: 1px solid #e2e2e2;
    padding-top: 20px;
}  
@media (max-width: 767px) {
	.contact-content-section {
		padding: 60px 0px 0px;
	}
}
  
 /*--------------------------------------------------
	back-to-top
----------------------------------------------------*/  
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 46px;
    z-index: 99;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, .25);
    -moz-box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, .25);
    box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, .25);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    color: #fff;
    background-color: #EB3656;
}
.back-to-top:hover{
    color: #EB3656;
    background-color: #fff;
}
















