:root{
	--blue : #3a6ce8
}

body{
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 500;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

.preloader{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #fe60a1;
	background: linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: -webkit-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: -moz-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: -o-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	z-index: 9999;
}

.loader{
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	top: calc(50% - 15px);
	animation: loader 2s infinite ease;
}

.loader-inner{
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}

.btn-custom{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 14px 30px;
	min-width: 170px;
	text-align: center;
	color: #fff;
	box-shadow: 1px 2px 46px 0px rgba(0,0,0,0.1);
	background: #16c9f6;
	background: linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -webkit-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -moz-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
	background: -o-linear-gradient(to left, #3ccdbb 0%, #16c9f6 100%);
}

.btn-custom:hover{
	background: #16c9f6;
	color: #fff;
}

.container{
	max-width: 1160px;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

nav.navbar.main-menu{
	padding: 25px 0;
	background: none !important;
	z-index: 60;
	border-bottom: 1px solid transparent;
	box-shadow: 2px 1px 4px rgb(70 67 67 / 9%);
}

nav.navbar.main-menu .navbar-nav{
	transition: all 0.3s ease-in-out;
}

.navbar-brand{
	height: auto;
	transition: all 0.3s ease-in-out;
}

.navbar-right{
	margin-right: 0;
}

.main-nav{
	justify-content: flex-end;
}

nav.navbar.main-menu ul.nav > li{
	padding: 0 2px;
}

nav.navbar.main-menu ul.nav > li > a{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
	line-height: 1em;
	border-radius: 40px;
	letter-spacing: 0.05em;
	transition: all 0.3s ease-in-out;
}

nav.navbar.main-menu ul.nav > li > a:hover{
	background: rgb(21 57 137 / 88%) !important;
    color: #ffffff !important;
}

nav.navbar.main-menu ul.nav > li > a.active{
	background: rgb(21 57 137 / 88%) !important;
    color: #ffffff !important;
}


nav.navbar.main-menu.sticky-header{
	padding: 15px 0;
	background: #fe60a1 !important; 
    background: linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%) !important;
    background: -webkit-linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%) !important;
    background: -moz-linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%) !important;
    background: -o-linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%) !important;
    transition: all 0.3s ease-out;
}

nav.navbar.main-menu.sticky-header .navbar-brand{
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-toggler{
	float: right;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 0;
	padding: 6px 10px;
	outline: 0;
	box-shadow: none;
	margin-top: 4px;
}

nav.navbar .navbar-toggler:focus{
	outline: 0;
	box-shadow: none;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/

.swiper-button-prev{
	top: 70%;
	left: 20px;
}

.swiper-button-next{
	top: 30%;
	right: 20px;
}

.header-slider-btn{
	background: none;
	color: #1d4395;
	font-size: 60px;
}

.header-slider-btn:after{
	display: none;
}

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	overflow: hidden;
	background: #fe60a1;
	background: linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%);
	background: -webkit-linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%);
	background: -moz-linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%);
	background: -o-linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%);
	padding: 140px 0 60px;
}

.banner:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 0;
	width: 100%;
	overflow: hidden;
	border-width: 30vw 100vw 0px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent ;
}

.banner .row{
	position: relative;
	z-index: 1;
}

.header-content{
	padding-top: 40px;
}

.header-content h2{
	font-size: 35px;
    color: #fff;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 0.6em;
    text-transform: uppercase;

}

.header-content h2 span {
    background: #fff;
    color: #20bea7;
    text-transform: uppercase;
    font-size: 32px;
    padding: 6px 14px;
}

.header-content p{
	color: #fff;
	line-height: 1.5em;
	font-size: 18px;
	letter-spacing: 0.04em;
	margin-bottom: 1.8em;
}

.header-content p span{
	font-weight: 700;
}

.btn-buynow{
	display: inline-block;
    background: #3d6fe8;
    border: 2px solid #6f9df5;
	border-radius: 26px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	letter-spacing: 0.04em;
	font-weight: 600;
	transition: all 0.3s;
}

.arrow-left i{
	padding-right: 10px;
}

.arrow-right i{
	padding-left: 10px;
}

.btn-buynow:hover{
	background: #fff;
	color: #fe7088;
}

.buy-button .btn-buynow{
	background: none;
	border-color: #fff;
	color: #fff;
}

.buy-button .btn-buynow:hover{
	background: #fff;
	color: #fe7088;
}

.slider-image{
	text-align: center;
}

/************************************/
/*****   04. Benefits area css  *****/
/************************************/

.section-title{
	text-align: center;
	margin-bottom: 80px;
}

.section-title p{
	text-transform: uppercase;
	color: #b7c2ca;
	letter-spacing: 0.04em;
}

.section-title h2{
	color: #333c4e;
	font-weight: 600;
	font-size: 36px;
	padding-bottom: 14px;
	position: relative;
}

.section-title h2:after{
	content: '';
	display: block;
	width: 40px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	background: #fe60a1;
	background: linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: -webkit-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: -moz-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: -o-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
}

.benefits{
	padding: 100px 0;
}

.benefits .section-title{
	text-align: left;
}

.benefits .section-title h2:after{
	left: 0;
	margin-left: 0;
}

.benefits .section-title{
	margin-bottom: 40px;
}

.benefits-content p{
	font-size: 16px;
	color: #7e8890;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.benefits-content ul{
	padding: 0;
	margin: 0 0 1.5em;
	list-style: none;
}

.benefits-content ul:after{
	content: '';
	display: block;
	clear: both;
}

.benefits-content ul li{
	font-size: 16px;
	color: #7e8890;
	float: left;
	width: 48%;
	padding: 6px 0 6px 30px;
	position: relative;
	margin-right: 2%;
}

.benefits-content ul li:before{
	content: '\f10e';
	display: block;
	font-family: "Flaticon";
	color: #fe7088;
	position: absolute;
	top: 6px;
	left: 0;
}

/************************************/
/*****   05. Order Now area css  ****/
/************************************/

.ordernow{
	padding: 60px 0;
	background: #fe60a1;
 	background: linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%) !important;
    background: -webkit-linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%) !important;
    background: -moz-linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%) !important;
    background: -o-linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%) !important;
	position: relative;
	width: 100%;
}

.ordernow-entry h2{
	color: #fff;
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 10px;
}

.ordernow-entry p{
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 1em;
}


.ordernow .btn-buynow{
	background: none;
	border-color: #fff;
	color: #fff;
}

.ordernow .btn-buynow:hover{
	background: #fff;
	color: #fe7088;
}

.ordernow-image{
	position: relative;
	margin-top: -194px;
	margin-bottom: -120px;
	text-align: center;
}

/************************************/
/*****   06. Benefits area css  *****/
/************************************/

.features{
	padding: 100px 0;
}

.features-single{
	position: relative;
	padding-left: 80px;
	padding-bottom: 30px;
}

.features-single:before{
	content: '';
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	border-left: 1px dashed #3d6fe9;
}

.features-single .icon-box{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding: 4px;
	border: 1px solid #3d6fe9;
}

.features-single .icon-box i,.features-single .icon-box img{
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 30px;
	padding-top: 4px;
	border-radius: 50%;
	background: #fe60a1;
	background: linear-gradient(45deg, #3c6ee9 0%, #719ff5 100%);
	background: -webkit-linear-gradient(45deg, #3c6ee9 0%, #719ff5 100%);
	background: -moz-linear-gradient(45deg, #3c6ee9 0%, #719ff5 100%);
	background: -o-linear-gradient(45deg, #3c6ee9 0%, #719ff5 100%);
}

.features-single h3{
	color: #333c4e;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 0;
}

.features-single p{
    font-size: 16px;
    color: #7e8890;
    line-height: 1.5em;
    margin: 0;
}

.features-single .btn-buynow{
	margin-top: 20px;
}

/******************************************/
/*****   07. Testimonials area css    *****/
/******************************************/

.testimonials{
	padding: 100px 0;
	position: relative;
	background: url(../images/testimonial.jpg) no-repeat center center fixed;
	background-size: cover;
}

.testimonials:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fe60a1;
	background: linear-gradient(45deg, #92c743 0%, #65ffb1 100%);
	background: -webkit-linear-gradient(45deg, #92c743 0%, #65ffb1 100%);
	background: -moz-linear-gradient(45deg, #92c743 0%, #65ffb1 100%);
	background: -o-linear-gradient(45deg, #92c743 0%, #65ffb1 100%);
	opacity: 0.9;
}

.testimonials .container{
	position: relative;
	z-index: 1;
}

.testimonials .section-title{
	text-align: left;
	margin-bottom: 40px;
}

.testimonials .section-title p,
.testimonials .section-title h2{
	color: #fff;
}

.testimonials .section-title h2:after{
	left: 0;
	margin-left: 0;
	background: #fff;
}

.testimonial-heading p{
	color: #fff;
}

.testimonial-single{
	background: #fff;
	padding: 30px;
	margin-top: 40px;
	padding-top: 50px;
}

.testimonial-author{
	width: 80px;
	position: absolute;
	top: 0;
	background: #fff;
	padding: 8px;
}

.testimonial-single p{
	font-size: 14px;
    color: #7e8890;
    line-height: 1.5em;
}

.testimonial-single h3{
	font-size: 16px;
    color: #333c4e;
	font-weight: 600;
}

.testimonial-single h3 span{
	font-size: 14px;
	font-weight: 400;
	color: #fe7088;
	padding-left: 6px;
}

.testimonial-pagination{
	padding-top: 20px;
	text-align: center;
}

.testimonial-pagination .swiper-pagination-bullet{
	background: none;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	border-radius: 0;
}

/*****************************************/
/*****     08. Products area css     *****/
/*****************************************/

.products{
	padding: 20px 0 100px 0;
	background: #f4fff7c7;

}

.products .btn-buynow{
	padding: 5px 20px;
}
.product-image{
	position: relative;
}

.product-image figure{
	position: relative;
	overflow: hidden;
}
.product-information {
    background: #f4f4f4;
    padding: 10px 10px 20px 10px;
    text-align: center;
}

.product-image figure::before{
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.product-single:hover .product-image figure:before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

.cut20 h2{
	color: #333c4e;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px 0;
    padding: 0;
    margin: 0;
}

@-webkit-keyframes shine{
	100% {
		left: 125%;
	}
}

@keyframes shine{
	100% {
		left: 125%;
	}
}

.product-information h3{
	font-size: 18px;
	font-weight: 700;
	color: #333c4e;
	padding-top: 20px;
}

.product-information h3 a{
	float: right;
	font-size: 12px;
	color: #7e8890;
	font-weight: 400;
	padding-top: 4px;
}

.product-information h3 a:hover{
	color: #fe7088;
}

.product-rating{
	font-size: 12px;
	color: #fe7088;
	margin-bottom: 6px;
}

.price{
	font-size: 26px;
	color: #333c4e;
}

.price del{
	position: relative;
	text-decoration: none;
	color: #b7c2ca;
}

.price del:after{
	content: '';
	display: block;
	position: absolute;
	top: 52%;
	left: 2px;
	right: 0;
	height: 1px;
	background: #7e8890;
	transform: rotate(20deg);
}

.price del:before{
	content: '';
	display: block;
	position: absolute;
	top: 52%;
	left: 2px;
	right: 0;
	height: 1px;
	background: #7e8890;
	transform: rotate(-20deg);
}


/*****************************************/
/*****     08. videos area css     *****/
/*****************************************/

.videos{
	padding: 20px 0 100px 0;
	background: #f4fff7c7;

}
.youtube {
    background-color: #000;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 8px;
}
.wrapper-col {
    border-radius: 8px;
    border: 2px solid white;
    box-shadow: 0px 9px 20px 0 rgba(15, 17, 15, 0.44);
    margin: 0 10px;
}
.youtube iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/**************************************/
/*****  09. Newsletters area css  *****/
/**************************************/

.newsletter{
	background: #fe60a1;
	background: linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: -webkit-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: -moz-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: -o-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	padding: 100px 0;
	position: relative;
}

.newsletter:before{
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 40px solid transparent;
	border-left: calc(100vw - 17px) solid #fff;
}

.newsletter:after{
	content: '';
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 40px solid #fff;
	border-right: calc(100vw - 17px) solid transparent;
}

.newsletter-box{
	position: relative;
	padding-left: 80px;
}

.newsletter-box:before{
	content: '\f003';
	display: block;
	position: absolute;
	top: -6px;
	left: 0;
	font-size: 60px;
	color: #fff;
	font-family: FontAwesome;
}

.newsletter-box h2{
	color: #fff;
	font-weight: 400;
	font-size: 36px;
}

.newsletter-box p{
	color: #fff;
	margin: 0;
}

.newsletter-form{
	max-width: 480px;
	margin-top: 16px;
	border-radius: 4px;
	background: none;
	border: 2px solid #fff;
	box-sizing: content-box;
	overflow: hidden;
}

.newsletter-form .form-group{
	width: 100%;
}

.newsletter-form .form-control{
	float: left;
	width: 70%;
	border: none;
	background: none;
	height: 48px;
	outline: 0;
	box-shadow: none;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
}

.newsletter-form .form-control::-webkit-input-placeholder{
	color: white;
}

.newsletter-form .form-control:-moz-placeholder{
	color: white;
}

.newsletter-form .form-control::-moz-placeholder {
	color: white;
}
.newsletter-form .form-control:-ms-input-placeholder{
	color: white;
}

.newsletter-form .form-control::-ms-input-placeholder{ 
	color: white;
}

.btn-subscribe{
	height: 48px;
	background: #fff;
	border: none;
	width: 30%;
	color: #fe7088;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	outline: 0;
	box-shadow: none;
}

/**************************************/
/*****    10. Contact area css    *****/
/**************************************/

.contact{
	padding: 100px 0;
}

.contact h2{
	color: #333c4e;
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 14px;
    position: relative;
	margin-bottom: 50px;
}

.contact h2:after{
	content: '';
    display: block;
    width: 40px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fe60a1;
    background: linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
    background: -webkit-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
    background: -moz-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
    background: -o-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
}

.contact-form .form-control{
	width: 100%;
    font-size: 16px;
    color: #636363;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.contact-form  textarea.form-control {
    width: 100%;
    resize: none;
    font-size: 16px;
    color: #636363;
    height: 150px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 35px;
}
.contact-widget .cw-item {
    background: #ffffff;
    margin-bottom: 11px;
    -webkit-box-shadow: 0px 8px 35px 10px #E8E8E8;
    box-shadow: 0px 8px 35px 10px #E8E8E8;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}
.contact-widget .cw-item .ci-icon {
    float: left;
    margin-top: 12px;
}
.contact-widget .cw-item .ci-icon i {
    font-size: 30px;
    color: #b2b2b2;
}
.btn-contact{
	display: inline-block;
    background: #fe7088;
    border: 2px solid #fe7088;
    border-radius: 26px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 30px 10px 20px;
    letter-spacing: 0.04em;
    font-weight: 600;
	outline: 0;
	box-shadow: none;
    transition: all 0.3s;
}

.btn-contact i{
	padding-right: 10px;
}

.btn-contact:hover{
	background: #fff;
	color: #fe7088;
}

.offer-pagination{
	padding: 20px 0;
	text-align: center;
}

.offer-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius: 0;
	background: #fe7088;
}

.with-errors ul{
	margin: 0;
	color: #a94442;
}

/******************************************/
/*****    11. Our Process area css    *****/
/******************************************/

.our-process,.our-icons{
	padding: 80px 0;
	background: #fe60a1;
    background: linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%);
	background: -webkit-linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%);
	background: -moz-linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%);
	background: -o-linear-gradient(45deg, #3a6ce8 0%, #72a0f5 100%);
}

.process-header h2{
	color: #fff;
	font-weight: 600;
	padding-top: 12px;
}

.process-header p{
	color: #fff;
	margin: 0;
}

.process-single{
	text-align: center;
}

.process-single .icon-box{
	width: 50%;
    height: 50%;
    margin: 0 auto;
    color: #fff;
    font-size: 40px;
    padding-top: 0px;
    border-radius: 50%;
    border: 1px dashed rgba(255,255,255,0.5);
}

.process-single h3{
	font-weight: 600;
	color: #fff;
	font-size: 18px;
	margin: 10px 0 0;
	letter-spacing: 0.02em;
}

/*************************************/
/*****    12. Footer area css    *****/
/*************************************/

footer{
	padding: 60px 0;
	background: #28385a;
}

.footer-siteinfo img{
	margin-bottom: 20px;
}

.footer-siteinfo p{
	color: #7e8890;
}

.footer-quicklinks h3{
	font-size: 18px;
	font-weight: 600;	
	color: #ffffff;
}

.footer-quicklinks ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-quicklinks ul li a{
	display: block;
	font-size: 14px;
	color: #7e8890;
	padding: 3px 0;
}

.footer-contacts,.quick {
    padding-top: 20px;
    border-top: 1px dotted rgba(255, 255, 255, 0.11);
}
.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}
.footer-contacts li i {
    float: left;
    padding-right: 12px;
    position: relative;
    top: 2px;
    color: #635dd0;
}
.footer-contacts li {
    float: left;
    list-style-type: none;
    width: 100%;
    padding: 0px 0;
    /* letter-spacing: 2px; */
    font-size: 12px;
    font-weight: 600;
}
.footer-contacts li span {
    float: left;
    text-align: left;
    color: #999;
    padding-right: 12px;
}
.footer-contacts li a {
    float: left;
    text-align: left;
    color: #fff;
}
.footer-socilal ul {
    padding: 0;
}
.footer-socilal li, .order-wrap li {
    float: left;
    position: relative;
    margin-right: 20px;
    list-style-type: none;
}
.footer-socilal li a, .order-wrap li a {
    float: left;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: rgba(255, 255, 255);
    font-size: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: #9191918c;
}
.footer-socilal li a:hover, .order-wrap li a:hover {
    border-radius: 100%;
    color: #fff;
}
#myModalLabel {
    font-size: 1.5em;
    text-align: left;
    padding-bottom: 10px;
    display: block;
}
#mdlForm input[type="text"], #mdlForm select, #mdlForm input[type="tel"], #mdlForm input[type="email"], #mdlForm textarea {
  background: #e7171700!important;
  border-radius: 5px;
  margin-bottom: 15px;
}
.modal-header .close {
    margin-top: -21px;
    position: absolute;
    color: #000;
    font-size: 2.5em;
    right: 20px;
    z-index: 9;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
#mdlForm .close {
    float: right;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
#mdlForm .close:hover{
	color: red;
}
.topqick{
	right: 0;
    top: 0;
    position: fixed;
    width: 100px;
    border-radius: 0;
    height: 94px;
    text-align: center;
    font-size: 30px;
    padding-top: 21px;
    z-index: 999;
    transition: all 0.3s ease-out;
}
.lowHeight{
	height: 71px!important;
    padding-top: 10px!important;
}
/************************************/
/*****    13. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px){
	.navbar-default .navbar-nav>li>a:after{
		padding: 0 12px 0 14px;
	}
}

@media only screen and (max-width: 991px){
	
	nav.navbar.main-menu .navbar-header{
		width: 100%;
		padding: 0;
		position: relative;
	}
	
	nav.navbar.main-menu .navbar-collapse{
		background: #fe60a1;
		background: linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
		background: -webkit-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
		background: -moz-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
		background: -o-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
		padding: 10px 20px 0;
		margin: 0 -15px;
	}
	
	nav.navbar.main-menu .navbar-nav{
		margin: 0;
		padding: 0;
	}
	
	nav.navbar.main-menu.sticky-header ul.nav > li > a,
	nav.navbar.main-menu ul.nav > li > a{
		padding: 12px 0;
		border: none;
		margin: 0;
		background: transparent !important;
	}

	nav.navbar.main-menu ul.nav > li > a.active{
		background: transparent !important;
	}
	
	nav.navbar.main-menu ul.nav > li > a:after{
		display: none;
	}
	
	nav.navbar.main-menu ul.nav > li > a:hover{
		background: rgba(255,255,255,0) !important;
		color: #333c4e !important;
	}

	nav.navbar.main-menu ul.nav > li.active > a{
		background: rgba(255,255,255,0) !important;
		color: #333c4e !important;
	}
	
	nav.navbar.main-menu.sticky-header .navbar-nav{
		padding-top: 0;
	}
	
	.swiper-button-group{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		text-align: center;
		padding-bottom: 10px;
	}
	
	.swiper-button-next,
	.swiper-button-prev{
		display: inline-block;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		color: #fe7088;
		margin: 0 8px;
	}
	
	.feature-image{
		text-align: center;
		margin-bottom: 40px;
	}
	
	.features-single:before{
		display: none;
	}
	
	.testimonial-slider{
		margin-top: 30px;
	}
	
	.newsletter-box{
		margin-bottom: 30px;
	}

	.newsletter-form{
		margin-top: 0;
	}
	
	.contact-form{
		margin-bottom: 40px;
	}
	
	.process-header{
		margin-bottom: 30px;
	}
	
	.footer-siteinfo,
	.footer-quicklinks{
		margin-bottom: 30px;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	
	nav.navbar.bootsnav.sticky-header .navbar-brand,
	nav.navbar.bootsnav .navbar-brand{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	nav.navbar.bootsnav .navbar-toggle{
		right: 15px;
	}
	
	nav.navbar.bootsnav .navbar-collapse{
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.banner:before{
		display: none;
	}
	
	.section-title{
		margin-bottom: 60px;
	}
	
	.section-title h2,
	.contact h2{
		font-size: 26px;
	}
	
	.section-title p{
		font-size: 14px;
	}
	
	.header-content{
		margin-bottom: 40px;
	}
	
	.header-content h2{
		font-size: 36px;
	}
	
	.header-content p{
		font-size: 16px;
	}
	
	.swiper-button-group{
		padding-bottom: 30px;
	}
	
	.swiper-button-next,
	.swiper-button-prev{
		color: #fff;
		font-size: 40px;
	}
	
	.banner{
		padding: 80px 0;
	}
	
	.benefits,
	.features,
	.testimonials,
	.products,
	.newsletter,
	.contact,
	.our-process{
		padding: 60px 0;
	}
	
	.benefits-image{
		text-align: center;
		margin-bottom: 30px;
	}
	
	.benefits-content ul li{
		width: 100%;
		margin-right: 0;
	}
	
	.ordernow-entry{
		text-align: center;
		margin-bottom: 40px;
	}
	
	.ordernow-image{
		margin: 0;
	}
	
	.newsletter:after,
	.newsletter:before{
		display: none;
	}
	
	.newsletter-form{
		border: none;
		text-align: center;
	}
	
	.newsletter-form .form-control{
		border: 2px solid #fff;
		width: 100%;
		margin-bottom: 20px;
	}

	.btn-subscribe{
		display: inline-block;
		width: 160px;
		border-radius: 2px;
	}
	
	.newsletter-box{
		padding-left: 0;
		padding-top: 70px;
		text-align: center;
	}
	
	.newsletter-box:before{
		line-height: 1em;
		left: 50%;
		transform: translate(-50%,0);
	}
	
	.newsletter-box h2{
		font-size: 24px;
	}
	
	.process-single{
		margin-bottom: 30px;
	}
}

/* Small Mobile Layout */

@media only screen and (max-width: 480px) {
	.features-single{
		padding-left: 0;
		padding-top: 60px;
		margin-bottom: 30px;
	}

	.features-single:last-child{
		margin-bottom: 0;
	}
	
	footer{
		padding-bottom: 30px;
	}
}