/* Global CSS */
body{
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
}
a{
	text-decoration: none;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-ms-transition: all 0.35s;
	transition: all 0.35s;
}
a:hover{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Lobster', cursive;
}
.btn-primary{
	background: #EC1B23;
	border-color: #EC1B23;
	font-weight: 500;
	padding: 10px 30px;
	font-size: 14px;
	border-radius: 30px;
}
.btn-primary:hover{
	background: #ec2d34;
	border-color: #ec2d34;	
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle{
	background: #EC1B23;
	border-color: #EC1B23;
}
.btn-primary.focus, .btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus{
	box-shadow: none;
}
.form-control:focus{
	box-shadow: none;
	outline: none;
}
/* End of Global */
/* Top */
.top-bar{
	background: #FFF4EF;
	padding: 8px 0;
	font-weight: 500;
}
.top-bar p,.top-bar a{
	margin-bottom: 0;
	font-size: 16px;
	color: #56423E;
}
.top-bar p a{margin-left: 15px;}
.top-bar p a i{margin-right: 5px;}
.top-bar ul{text-align: right; margin-bottom: 0;}
.top-bar ul .list-inline-item:not(:last-child){margin-right: 10px;}
/* Navbar */
.navbar-light .navbar-nav .nav-link{font-size: 16px; text-transform: uppercase; color:#333333; padding: 0; font-weight: 500;}
.navbar-light .navbar-nav .list-inline-item{margin-right: 30px;}
.navbar-brand{margin-right: 0;}
.navbar-brand img{max-width: 60%;}
#mainNav{
	background: #ffffff url('../img/arrow-down.png') repeat-x !important;
	padding-top: 25px;
}
.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: #EC1B23;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #EC1B23;
}
.navbar-light .navbar-toggler{
	font-size: 16px;
	padding: 20px;
	color: #000000;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 0px;
}
.navbar-toggler:focus, .navbar-toggler:hover{
	outline: none;
}
/* Main Slider */
.main-slider{
	background: #ffffff;		
}
.owl-stage-outer{
	height: 600px;
	position: relative;
}
.owl-carousel-content{
	position: absolute;
	left: 20%;
	top: 15%;
	z-index: 2;
}
.owl-carousel-content h2{font-size: 60px; color:#ffffff; margin-bottom: 20px;}
.owl-carousel-content p{
	font-size: 20px;
	max-width: 400px;
	color: #ffffff;
	margin-bottom: 30px;
}
.main-slider .overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(52, 52, 77,0.5);
	z-index: 1;
}
.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: 0;
	position: absolute;
	left: 50%;
	bottom: 3%;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
	background: #EC1B23;
}
.owl-theme .owl-dots .owl-dot:focus{
	outline: none;
}
.owl-theme .owl-dots .owl-dot span{background: #ffffff;}
/* Feel free to change duration  */ 
.animated  {
  -webkit-animation-duration : 1000 ms  ;
  animation-duration : 1000 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}  
/* .owl-animated-out - only for current item */ 
/* This is very important class. Use z-index if you want move Out item above In item */ 
.owl-animated-out {
  z-index : 1 
   }
/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */ 
.owl-animated-in {
  z-index : 0 
   }
/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */ 
.fadeOut  {
  -webkit-animation-name : fadeOut  ;
  animation-name : fadeOut  ;
}  
@-webkit-keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
@keyframes  fadeOut  {
  0% {
    opacity : 1   ;
  }  
  100% {
    opacity : 0   ;
  }  
}
/* About us */
.about-us{
	padding: 80px 0px  120px;
}
.section-heading{margin-bottom:100px;}
.section-heading h2{
	font-size: 50px;
}
.about-us-left-content h2{
	font-size: 40px;
	margin-bottom: 30px;
}
.about-us-left-content p{
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 30px;
}
.about-us-left-content .btn{
	font-size: 16px;
	padding: 8px 40px;
}
/* Our Popular Product */
.product-deck .card{
	border: none;
	padding-bottom: 20px;
}
.our-popular-product{
	padding:30px 0px 120px;
	background: #F1F1F1;
}
.card-body-header{
	height: 96px;
}
.card-body-header h2{
	font-size: 30px;
	color: #34344D;
	line-height: 30px;
	margin-bottom: 12px;
}
.card-body-header p{
	font-size: 16px;
	font-weight: 500;
	color: #34344D;
}
.card-body-des p{
	font-size: 14px;
	color: #34344D;
	line-height: 24px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.card-body-des a{
	width: 100%;
}
.card-body-des p{
	height: 130px;	
}
/* Subscribe Now */
.subscribe-now{
	background: #000 url("../img/subscribe-now.jpg") no-repeat center;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	min-height: 450px;
	position: relative;
	z-index: 1;
}
.subscribe-now h2{
	font-size: 40px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 60px;
}
.subscribe-now .form-control{
	height: 50px;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
}
.subscribe-now .overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0,0.6);
	z-index: -1;
}
.subscribe-now-content{
	padding-top: 100px;
	z-index: 2;
}
.subscribe-now-content .btn-primary {
	border-radius: 5px;
}
/* Footer */
footer{
	padding: 80px 0px 0px;
	border-top: 1px solid #e2e2e2;
}
footer iframe{
	border: 5px solid #E5E5E5 !important;
}
footer .section-heading h2{
	font-size: 36px;
}
footer .section-heading{margin-bottom: 30px;}
footer .card{color:white; border-radius:8px; background: #005F6F; padding: 25px; font-weight: 500;}
footer .card hr{border:1px solid #ffffff;}
.footr-bottom{
	margin-top: 80px;
}
.footr-bottom p{
	font-size: 20px;
	font-family: 'Lobster', cursive;
	color:#434343;
}
.footr-bottom p a{
	color:#434343;
}
.footr-bottom p i{margin-right: 10px;}

.copyright-social{
	background: #F1F1F1;
	padding: 30px 0px;
	margin-top: 100px;
}
.copyright-social p{margin-bottom: 0; font-weight: 500; color:#434343;}
.footer-social{text-align: right; margin-bottom: 0;}
.footer-social a{color:#000000;}
/* Page Header */
.page-header{
	background: #56423E;
	padding: 30px 0px;
	text-align: center;
}
.page-header h2{color:white; margin-bottom: 0;}
.about-us-page-content{padding-top: 50px;}
.about-us-page-content h2{margin-bottom: 25px;}
.about-us-page-content p{margin-bottom: 50px;}
/* Products */
.all-product-list{
	padding: 40px 0px;
}
.all-product-list h2{
	font-size: 36px;
	margin-bottom: 24px;
}
.all-product-list p{
	line-height: 36px;
	font-weight: 500;
	text-transform: uppercase;
}
.product-inner{
	padding: 80px 0px 0px;
}
.product-tab{
	margin: 60px 0px 80px;
}
.nav-tabs .nav-link{font-weight: 500; color:#34344D;}
.tab-content{padding: 15px 20px; border-left:1px solid #dee2e6; border-right:1px solid #dee2e6; border-bottom:1px solid #dee2e6;}
.tab-content p{font-size: 16px; line-height: 30px;}
.nav-tabs .nav-link{border-color: #dee2e6;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: #EC1B23;
	color: #ffffff;
}
.nav-link{
	padding: 15px 30px;
}
.store-galllery a{display: block; text-decoration: none; position: relative; z-index: 1;}
.store-galllery a .overlay{
	position: absolute;
	top: 0px;
	left: 0px;
    background: rgba(52, 52, 77,0.5);
    z-index: 2;
    width: 100%;
    height: 100%;
}
.store-galllery .play-icon{
	position: absolute;
	top: 34%;
	left: 36%;
	z-index: 3;
}
.store-galllery{
	padding: 80px 0px;
}
.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.press{
	padding: 80px 0px;
}
.press .text-center{margin: 30px 0px;}
.press .text-center img{margin: 30px;}
.contact-us-form{margin-top: 40px;}
.contact-us-form label{
	font-size: 18px;
	font-weight: 500;
}
.contact-us-form input.form-control{
	border-radius: 0px;
	height:60px;
	padding-left: 15px;
}
.contact-us-form textarea{border-radius:0px;}
.contact-us-form .form-group{margin-bottom: 30px;}
.contact-us-form .btn{border-radius:0px;}
.contact-us-form{padding-bottom: 80px;}
.contact-us .section-heading{margin-bottom: 60px;}
.contact-us iframe{height: 500px;}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(236, 27, 35, 0.5);
  line-height: 45px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}
.scroll-to-top:hover {
  background: #EC1B23;
}
.scroll-to-top i {
  font-weight: 800;
}

.help-block ul{
	padding-left: 16px;
    margin-top: 20px;
    font-weight: 600;
}

.adam-img{
	height:600px;
	margin-bottom: 30px !important;
}





						/* Responsive Media Queries  */

/* Extra large devices (Extra large desktops, 1920 and Down) */
@media (max-width: 1919.98px) {
	.owl-carousel-content{
		left: 16%;
	}
}

/* Extra large devices (Extra large desktops, 1680 and Down) */
@media (max-width: 1679.98px) {
	.owl-carousel-content{
		left: 15%;
	}
}

/* Extra large devices (Extra large desktops, 1600px and Down) */
@media (max-width: 1599.98px) {
	.owl-carousel-content{
		left: 11%;
		top: 20%;
	}
	.owl-carousel-content{
		left: 11%;
	}
	.owl-carousel-content h2{margin-bottom: 10px; font-size: 50px;}
	.owl-carousel-content p{margin-bottom: 20px; font-size: 18px; line-height: 30px;}
}

/* Extra large devices (Extra large desktops, 1440px and Down) */
@media (max-width: 1439.98px) {
	.owl-carousel-content{
		left: 8%;
	}
}

/* Extra large devices (Extra large desktops, 1366px and Down) */
@media (max-width: 1365.98px) {
	.owl-carousel-content{
		left: 6%;
	}
	.owl-stage-outer{height: 500px;}
	.owl-theme .owl-nav.disabled+.owl-dots{left: 48%;}
	.contact-us iframe{height: 350px;}
}

/* Extra large devices (large desktops, 1200px and Down) */
@media (max-width: 1199.98px) {
	.owl-carousel-content {
	    left: 3%;
	}
	.owl-stage-outer{height: auto;}
	.owl-theme .owl-nav.disabled+.owl-dots {
	    left: 48%;
	}
	.subscribe-now-content .input-group{width: 80%; margin: 0 auto;}
	.section-heading {
	    margin-bottom: 40px;
	}
}

/* Large devices (desktops, 992px and Down) */
@media (max-width: 991.98px) {
	.navbar-nav{margin-top: 20px;}
	.navbar-light .navbar-nav .list-inline-item{margin-right: 0; margin-bottom: 15px;}
	.owl-theme .owl-nav.disabled+.owl-dots {
	    left: 45%;
	}
	.about-us{
	    padding: 50px 0px 100px;
	}
	.our-popular-product{
		padding: 50px 0px 50px;
	}
	.section-heading h2{
	    font-size: 40px;
	}
	.section-heading{margin-bottom: 50px;}
	.about-us-left-content{margin-bottom: 25px;}
	.product-deck,.product-deck .card{display: inline-block; text-align: center;}
	.product-deck .card{max-width: 50%; margin: 0 auto 20px; padding-bottom: 25px;}
	.card-body-header,.card-body-des p{height: auto;}
	.card-body-des a {
	    width: 65%;
	}
	.section-heading{margin-bottom: 30px;}
	.about-us-left-content h2{font-size: 36px;}
	.about-us {
	    padding: 50px 0px 80px;
	}
	footer {
	    padding: 50px 0px 0px;
	}
	.footr-bottom {
	    margin-top: 0;
	}
	footer .section-heading {
	    margin-bottom: 30px;
	    margin-top: 40px;
	}
	.about-us-left-content h2 {
	    font-size: 32px;
	    margin-bottom: 20px;
	}
	.about-us-left-content p{font-size: 16px;}
	.subscribe-now h2{font-size: 30px;}
	footer {
	    padding: 0px 0px 0px;
	}
	.subscribe-now-content{padding-top: 70px;}
	.subscribe-now{min-height: 350px;}
	.copyright-social p{margin-bottom: 15px;}
	.copyright-social,.footer-social{text-align: center;}
	.our-popular-product{padding: 50px 0px 60px;}
	footer .card{
		padding: 30px 15px;
	}
	.product-inner img{display: block; margin: 0 auto 30px;}
	.product-inner {
	    padding: 50px 0px 0px;
	}
	.store-galllery .play-icon {
	    position: absolute;
	    top: 30%;
	    left: 34%;
	    z-index: 3;
	    width: 60px;
	}
	.press {
	    padding: 30px 0px;
	}
	.press .text-center img{margin: 0px 0px 30px 0px;}
	.press .text-center{margin-top: 30px; margin-bottom: 0;}	
}

/* Medium devices (tablets, 768px and Down) */
@media (max-width: 767.98px) {
	.top-bar,.top-bar ul{text-align: center;}
	.top-bar p{margin-bottom: 5px;}
	.owl-carousel-content{max-width: 350px;}
	.owl-carousel-content h2{font-size: 30px;}
	.owl-carousel-content p{
		font-size: 14px;
	}
	.owl-carousel-content{top:15%;}
	.product-deck .card{max-width: 70%;}
	.section-heading h2{font-size: 36px;}
	.about-us-left-content h2{font-size: 26px;}
	.section-heading {
	    margin-bottom: 30px;
	}
	.about-us-left-content p {
    	font-size: 16px;
    	line-height: 30px;
	}
	.subscribe-now h2{font-size: 28px;}
	.subscribe-now-content .input-group{width: 100%;}
	.subscribe-now-content{padding-top: 80px;}
	.subscribe-now{min-height: 350px;}
	.store-galllery .play-icon{
		top: 25%;
		width: 50px;
		left: 32%;
	}
	.adam-img{
		height: auto;
	}
}

/* Small devices (landscape phones, 576px and Down) */
@media (max-width: 575.98px) {
	.navbar-brand{
		width: 150px;
	}
	.navbar-brand img {
	    max-width:100%;
	}
	.top-bar p, .top-bar a{font-size: 14px;}
	.owl-carousel-content h2{font-size: 24px;}
	.owl-carousel-content p{font-size: 14px; line-height: 24px;}
	.store-galllery .play-icon{
		top: 35%;
		left: 40%;
		width: 100px;
	}	
}


					/* Max Width */
/* Extra large devices (Extra large desktops, 1920 and down) */
@media (max-width: 1920px) {}

/* Extra large devices (Extra large desktops, 1680 and down) */
@media (max-width: 1680px) {}

/* Extra large devices (Extra large desktops, 1600px and down) */
@media (max-width: 1600px) {}

/* Extra large devices (Extra large desktops, 1440px and down) */
@media (max-width: 1440px) {}

/* Extra large devices (Extra large desktops, 1366px and down) */
@media (max-width: 1366px) {}

/* Extra large devices (large desktops, 1280px and down) */
@media (max-width: 1280px) {}

/* Extra large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {}

/* Large devices (desktops, 992px and down) */
@media (max-width: 992px) {}

/* Medium devices (tablets, 800px and down) */
@media (max-width: 800px) {}

/* Medium devices (tablets, 768px and down) */
@media (max-width: 768px) {}

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {}

/* Small devices (landscape phones, 480px and down) */
@media (max-width: 480px) {
	.nav-link {
	    padding: 15px 30px;
	    font-size: 14px;
	}
	.product-tab{margin: 30px 0px 60px;}
	footer .section-heading h2 {
	    font-size: 30px;
	    margin-bottom: 0;
	}
}

/* Small devices (landscape phones, 414px and down) */
@media (max-width: 414px) {
	.owl-theme .btn-primary{display: none;}
	.owl-theme .owl-nav.disabled+.owl-dots{left: 40%;}
	.product-deck .card{max-width: 100%;}
	.about-us {
	    padding: 30px 0px 40px;
	}
	.subscribe-now-content {
	    padding-top: 60px;
	}
	.subscribe-now h2 {
	    font-size: 24px;
	}
	.subscribe-now .form-control{font-size: 14px;}
	.subscribe-now .btn-primary {
	    font-size: 14px;
	    padding: 10px 20px;
	}
	.page-header h2{font-size: 30px;}
	.nav-link {
	    padding: 12px 12px;
	    font-size: 12px;
	}
	.tab-content p {
	    font-size: 14px;
	    line-height: 28px;
	}
	.tab-content{
		padding: 10px 10px;
	}
}

/* Small devices (landscape phones, 384px and down) */
@media (max-width: 384px) {}

/* Small devices (landscape phones, 360px and down) */
@media (max-width: 360px) {}

/* Small devices (landscape phones, 360px and down) */
@media (max-width: 320px) {}

