@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:400,700&display=swap');

html, body
{
	overflow-x: hidden;
	font-family: 'Muli', sans-serif;
}

a:hover
{
	text-decoration:none !important;
}

.page-top
{
	min-height:600px;
}

#header-sroll
{
	/* background: rgb(255,255,255); */
    /* background: -moz-linear-gradient(180deg, rgba(255,255,255,0.5970763305322129) 0%, rgba(255,255,255,0) 100%); */
    /* background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.5970763305322129) 0%, rgba(255,255,255,0) 100%); */
    /* background: linear-gradient(180deg, rgba(255,255,255,0.5970763305322129) 0%, rgba(255,255,255,0) 100%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); */
	/* background:#fff; */
	background: #FFF031;
	/*background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,240,49,1) 83%, rgba(255,232,76,1) 100%);*/
	/*border-bottom:3px solid #ff0000; */
	width:100%; 
	z-index:999; 
	position:absolute;
}

.stickycartbg
{
	 background: #25d266 !important;
	padding: 13px !important;
    font-size: 24px !important;
}

/* Nav Menu */
.menubar {
  margin: 0;
}
.menubar nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menubar nav ul li {
  display: inline-block;
  margin: 0 25px 0 0;
}
.menubar nav ul li a {
  display: block;
  font-size: 16px;
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  padding: 10px 0;
  letter-spacing: 0.5px;
  color: #676767;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
.menubar nav ul li:hover > a {
  text-decoration: none;
  color: #dd7e2e;
}
.menubar nav ul li ul.mega-menu {
  width: 100%;
  display: block;
  position: absolute;
  background:#ffffff;
  top: 100%;
  left: 0;
  transition: 0.3s;
  box-shadow: 0px 5px 8px rgba(106, 106, 106, 0.4);
  border: 1px solid #ebebeb;
  padding: 24px 30px;
  visibility: hidden;
  opacity: 0;
}
.menubar nav ul li ul.mega-menu li {
  width: 25%;
  float: left;
  display: block;
  margin: 0;
  padding: 6px 0px;
}
.menubar nav ul li ul.mega-menu li > a {
  text-transform: uppercase;
  font-size: 16px;
  padding: 0;
  font-weight: 500;
  margin-bottom: 20px;
  color:#222;
}
.menubar nav ul li ul.mega-menu li:hover > a {
  color: #222222;
}
.menubar nav ul li ul.mega-menu li > ul {
  display: block;
}
.menubar nav ul li ul.mega-menu li > ul li {
  width: auto;
  float: none;
}
.menubar nav ul li ul.mega-menu li > ul li > a {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  margin: 0;
}
.menubar nav ul li ul.mega-menu li > ul li a:hover {
  color: #dd7e2e;
}
.menubar nav ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}


/*Meanmenu*/


/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  position: relative;
  width: 100%;
  z-index: 99;
}
.mean-container a.meanmenu-reveal {
	/* border: 1px solid #222222; */
	color: #ff0000;
	cursor: pointer;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1px;
	font-weight: 700;
	height: 40px;
	line-height: 37px;
	margin-top: -39px;
	padding: 5px 9px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 34px;
}
.mean-container a.meanmenu-reveal span {
	background: #ff0000;
	display: block;
	height: 3px;
	margin-top: 5px;
	position: relative;
	top: 6px;
}

.mean-container .mean-nav {
	background: #1d1d1d ;
	float: left;
	margin-top: 15px;
	width: 100%;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 10px 5%;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
	font-size: 12px;
}

.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  padding: 10px 10%;
  text-shadow: none;
  visibility: visible;
  width: 80%;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
	border-color: currentcolor currentcolor rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.4);
	border-image: none;
	border-style: none none solid solid;
	border-width: medium medium 1px 1px;
	font-weight: 700;
	height: 27px;
	margin-top: 1px;
	padding: 5px 12px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 26px;
	z-index: 2;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}


.transparent-header .mean-container a.meanmenu-reveal {
	border: 1px solid #FE4536;
	color: #FE4536;
}
.transparent-header .mean-container a.meanmenu-reveal span {
	background: #FE4536;
}
.transparent-header-2 .mean-container a.meanmenu-reveal {
	border: 1px solid #fff;
	color: #fff;
}
.transparent-header-2 .mean-container a.meanmenu-reveal span {
	background: #fff;
}

.header-2 .mean-container a.meanmenu-reveal {
    border: 1px solid #fff;
    color: #fff;
}
.header-2 .mean-container a.meanmenu-reveal span {
	background: #fff;
}

/*---------------------search--------------------*/


  /* search start  */

        .search-inline {
            width: 100%;
            left: 0;
            padding-left: 15px;
            padding-right: 15px;
            top: 65px;
            height: 50px;
            position: absolute;
            opacity: 0;
            visibility: hidden;
            background-color: #efefef;
            z-index: 9;
            transition: all .5s ease-in-out;
        }

        .search-inline.search-visible {
            opacity: 1;
            visibility: visible;
            animation: fadeInDown 0.4s ease-in-out;
        }

        .search-inline button[type="submit"] {
            position: absolute;
            right: 52px;
            top: 0;
            background-color: transparent;
            border: 0px;
            top: 0;
            right: 80px;
            padding: 0px;
            cursor: pointer;
            width: 80px;
            height: 99%;
            background: #222;
            color: #fff;
        }

        .search-inline .form-control {
            border: 0px;
            padding-left: 10px;
            font-size: 1.2rem;
            position: absolute;
            left: 1%;
            top: 0;
            height: 100%;
            width: 99%;
            font-family: "Montserrat", sans-serif;
            outline: none;
        }

        .search-inline .search-close {
            position: absolute;
            top: 0;
            right: 0;
            color: #fff;
            width: 80px;
            height: 100%;
            text-align: center;
            display: flex;
			justify-content: center;
			align-items: center;
            background: #ff0000;
            text-decoration: none;
        }

        .search-inline .search-close i {
            display: table-cell;
            vertical-align: middle;
        }
		
		 @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translate3d(0, -20%, 0);
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0);
            }
        }

/*--------------------banner------------ */

.banner-height
{
	object-fit:cover;
	object-position:bottom center;
	height:100vh;
	width:100%;
}

.bx-wrapper
{
	box-shadow:none !important;
	border:0 !important;
	margin-bottom:0 !important;
}

.banner-title
{

	color:#222;
}

.bx-wrapper .bx-pager.bx-default-pager a
{
	width: 30px !important;
    height: 5px !important;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
	bottom:30px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus
{
	background:#ff0000 !important;
}

@media screen and (max-width: 1024px)
{
	.banner-description
	{
		top:15% !important;
	}
	
	.background-layer-position
	{
		position:relative !important;
	}
	
	.banner-height
	{
		height:60vh;
	}
	
	.banner-title h1
	{
		font-size:2rem;
	}
	
	.banner-title h3
	{
		font-size:1.5rem;
	}
}

@media screen and (max-width: 768px)
{
	.banner-description
	{
		top:15% !important;
		background: none !important;
	}
	
	.banner-height
	{
		height:45vh;
	}
	
	.page-top
	{
		min-height:300px;
	}
	
	.logo-img-mobile
	{
		width:260px;
	}
	
	.news-box-img
	{
		height:100% !important;

	}
}

@media screen and (max-width: 500px)
{
	.banner-description
	{
	   top:30% !important;
	   padding: 10px !important;
	}

}

@media screen and (max-width: 320px)
{
	.logo-img-mobile
	{
		width:230px;
	}

}



/*-----------------end banner------------ */
@media screen and (min-width: 1400px)
{
	.wide-container
	{
		    max-width: 1399px !important;
	}
}


/*---------------tweenMax-------------------------*/

.tweenmax{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.tweenmax .tweenmax-card{
  width: 100%;
  height: 100vh;
  display: flex;
  background: #fff;
}
.tweenmax .card-img{
  background-position: center;
  /* width: 50%; */
  width:100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tweenmax .card-content{
  padding: 10% 5%;
  box-sizing: border-box;
  width: 50%;
  background: #0A0A0A;
}
.tweenmax .card-theme{
  font-weight: 900;
  font-size: 1.7vmin;
  text-transform: uppercase;
  font-family: Poppins;
  letter-spacing: 10px;
  color: grey;
}
.tweenmax .card-header{
  font-weight: 700;
  font-size: 42px;
  text-transform: capitalize;
  line-height: 1;
  margin: 3vmin 0 3.5vmin;
  color: #fff;
  font-family: Poppins;
}
.tweenmax .card-para{
  font-size: 1.6vmin;
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 2.5vmin;
  color: #fff;
  font-family: Poppins;
}
.tweenmax .card-link{
  color: #fff;
  font-family: Poppins;
  font-size: 1.8vmin;
  display: block;
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.tweenmax .card-link:after{
  font-family: "Font Awesome 5 Free";
  content: "\f30b";
  font-weight: 900;
  margin-left:10px;
}
.prevnext{
  position: absolute;
  width: 4vmin;
  height: 8vmin;
  right: 2%;
  bottom: 0;
  top: 80%;
  color: #fff;
  margin: auto 0;
}
.pn-btn{
  color: #fff;
  width: 100%;
  height: 50%;
  border: 0;
  background-color: transparent;
  font-size: 20px;
}
#prev, #next{
  position: relative;
  cursor: pointer;
}
#prev:focus, #next:focus{
  outline: none;
}
#prev:hover:after, #next:hover:after{
  opacity: 1;
}
#prev:after, #next:after{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
#prev:after{
  font-family: "Font Awesome 5 Free";
  content: "\f062";
  font-weight: 900;
}
#next:after{
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-weight: 900;
}


@media screen and (max-width: 768px)
{
	
	body
	{
		overflow-x:hidden;
	}
	
	.tweenmax .card-content 
	{
		box-sizing: border-box;
		width: 100%;
		background: #0A0A0A;
		position: absolute;
		height:30vh;
		bottom: 0;
	}
	
	.tweenmax .card-header
	{
		font-size: 16px;
	}
	
	.tweenmax .card-img
	{
		background-position:bottom center !important;
	}
}
/*--------------breadcrumb--------------------*/

.breadcrumb
{
	background-color:transparent !important;
}

div.breadcrumb {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    margin-bottom: 0;
    padding: 7px 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .8em;
}

.breadcrumb a
{
	
	color:#222;
}

ol.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb {
    padding: 15px 0;
    margin-bottom: 25.22845459px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

ol.breadcrumb>li {
    color: #aaa;
	margin-right: 10px;
}
/*------------------other-----------------------*/

.news-box-img
{
	width:100%;
	height:300px;
	object-fit:cover;
}

@media screen and (max-width: 1280px)
{
	.sub-cat h4
	{
		font-size:18px;
	}
	
	.sub-cat p
	{
		font-size:12px;
	}
	
	.sub-cat a
	{
		font-size:12px;
	}
}

.cat-overlay
{
	position:absolute;
	background:rgba(0,0,0,0.7);
	padding:25px;
	z-index:2;
	bottom:0;
	right:0;
	color:#fff;
	width:50%;
}

.cat-overlay-1
{
	position:absolute;
	background:rgba(255,255,255,0.7);
	padding:25px;
	z-index:2;
	bottom:0;
	left:0;
	color:#222;
	width:50%;
}

.cat-img
{
	height:640px;
	object-fit:cover;
}

.cat-img-1
{
	height:320px;
	object-fit:cover;
}

.border-creative
{
	background: #0a0a0a !important;
}

.border-creative2
{
	background: #0a0a0a !important;
}

.sec-title h2:after
{
	background-color: #0a0a0a !important;
}

.ref-cat
{
	margin-top:40%;
}

.ref-cat-img
{
	height:300px; 
	object-fit:cover;
}

.list-style
{
	padding-left:0;
	list-style-type:none;
	line-height:250%;
}

.list-style li a
{
	color:#666;
	font-size:18px;
}

@media screen and (max-width: 992px)
{
	
	.sub-cat p
	{
		font-size:inherit;
	}
	
	.sub-cat a
	{
		font-size:inherit;
	}
	
	.cat-overlay
	{
		width:100%;
	}
	
	.cat-overlay-1
	{
		width:100%;
	}
	
	.ref-cat
	{
		margin-top:5%;
	}
	
	.ref-cat-img
	{
		height:200px; 
	}
	
}

.find-btn:hover
{
	font-weight:bold;
	transition:0.3s;
}

.form-style
{
	height: calc(3rem + 2px) !important;
	border-radius:0 !important;
}

.cate-hover
{
	color:#222;
	cursor:pointer;
}

.cate-hover:hover
{
	text-decoration:none;
	color:#222;
}

[data-pagination] a
{
	    padding: 1em !important;
}

#product-slider .slick-slide
{
	display:inherit !important;
}

.para-font
{
	font-family: 'Muli', sans-serif;
	font-size:18px;
	line-height: 180%;
}

.muli-font
{
	font-family: 'Muli', sans-serif;
}

.btn-common
{
	background:#fff;
}

.btn-common:hover
{
	background:#222;
	color:#fff;
	transition:0.3s;
}

.sec-title h1:before
{
	background-color: #EDB112 !important;
}

@media screen and (min-width: 768px)
{
.small a {
    font-size: 14px !important;
}

.small .logo-img
{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	width:440px;
}

.position-fixed
{
	background: #FFF031 !important;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	box-shadow: 0px 5px 25px 0 rgba(46, 61, 73, 0.2);
}
}

.index-pos
{
	margin-top:-380px;
	z-index:9;
	position:relative;
}

.h6{
    font-size: 1.2rem !important;
}

.zoom-hover .image-box {
    position: relative;
    margin: auto;
    overflow: hidden;
	border-bottom:4px solid #f2d046;
}
.zoom-hover .image-box img {
    max-width: 100%;
    transition: all 0.3s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
	
}

.zoom-hover .image-box:hover img{
    transform: scale(1.1);
}


.zoom-hover:hover img 
{
	 transform: scale(1.1);
}
.hvr-underline-from-left:before
{
	background: #f2d046 !important;
    height: 3px !important;
    min-width: 50px;
}


@media screen and (max-width: 767px)
{
.index-pos
{
	margin-top:auto !important;

}
}


/*-------------------contact---------------------*/

.form-control:focus
{
	box-shadow:none !important;
}

.form-control,
.form-group .form-control {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 0 2px, 100% 1px;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center -webkit-calc(100% - 1px);
    background-position: center bottom, center calc(100% - 1px);
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.form-control::-moz-placeholder,
.form-group .form-control::-moz-placeholder {
    color: #BDBDBD;
    font-weight: 400
}

.form-control:-ms-input-placeholder,
.form-group .form-control:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 400
}

.form-control::-webkit-input-placeholder,
.form-group .form-control::-webkit-input-placeholder {
    color: #BDBDBD;
    font-weight: 400
}

.form-control[disabled],
.form-control[readonly],
.form-group .form-control[disabled],
.form-group .form-control[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .form-group .form-control {
    background-color: rgba(0, 0, 0, 0)
}

.form-control[disabled],
.form-group .form-control[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .form-group .form-control {
    background-image: none;
    border-bottom: 1px dotted #D2D2D2
}

.form-group {
    position: relative
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-static label.control-label {
    position: absolute;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}

.form-group.label-floating label.control-label {
    will-change: left, top, contents
}

.form-group.label-placeholder:not(.is-empty) label.control-label {
    display: none
}

.form-group .help-block {
    position: absolute;
    display: none
}

.form-group.is-focused .form-control {
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009688), to(#009688)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#009688, #009688), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#009688, #009688), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
    -webkit-background-size: 100% 2px, 100% 1px;
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.form-group.is-focused .form-control .material-input:after {
    background-color: #009688
}

.form-group.is-focused label,
.form-group.is-focused label.control-label {
    color: #009688
}

.form-group.is-focused.label-placeholder label,
.form-group.is-focused.label-placeholder label.control-label {
    color: #BDBDBD
}

.form-group.is-focused .help-block {
    display: block
}

.form-group.has-warning .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-warning.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff5722), to(#ff5722)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#ff5722, #ff5722), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#ff5722, #ff5722), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#ff5722, #ff5722), linear-gradient(#D2D2D2, #D2D2D2)
}

.form-group.has-warning .help-block,
.form-group.has-warning label.control-label {
    color: #ff5722
}

.form-group.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-error .help-block,
.form-group.has-error label.control-label {
    color: #f44336
}

.form-group.has-success .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-success.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4caf50), to(#4caf50)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#4caf50, #4caf50), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#4caf50, #4caf50), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#4caf50, #4caf50), linear-gradient(#D2D2D2, #D2D2D2)
}

.form-group.has-success .help-block,
.form-group.has-success label.control-label {
    color: #4caf50
}

.form-group.has-info .form-control {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-group.has-info.is-focused .form-control {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#03a9f4), to(#03a9f4)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2));
    background-image: -webkit-linear-gradient(#03a9f4, #03a9f4), -webkit-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: -o-linear-gradient(#03a9f4, #03a9f4), -o-linear-gradient(#D2D2D2, #D2D2D2);
    background-image: linear-gradient(#03a9f4, #03a9f4), linear-gradient(#D2D2D2, #D2D2D2)
}

.form-group.has-info .help-block,
.form-group.has-info label.control-label {
    color: #03a9f4
}

.form-group textarea {
    resize: none
}

.form-group textarea~.form-control-highlight {
    margin-top: -11px
}

.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-group select~.material-input:after {
    display: none
}

.form-control {
    margin-bottom: 7px
}

.form-control::-moz-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

.form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

.form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}
.checkbox label,
.radio label,
label {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

label.control-label {
    font-size: 12px;
    line-height: 1.07142857;
    font-weight: 400;
    margin: 16px 0 0 0
}

.help-block {
    margin-top: 0;
    font-size: 12px
}

.form-group {
    padding-bottom: 7px;
    margin: 28px 0 0 0
}

.form-group .form-control {
    margin-bottom: 7px
}

.form-group .form-control::-moz-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

.form-group .form-control:-ms-input-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

.form-group .form-control::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

.form-group .checkbox label,
.form-group .radio label,
.form-group label {
    font-size: 16px;
    line-height: 1.42857143;
    color: #BDBDBD;
    font-weight: 400
}

.form-group label.control-label {
    font-size: 12px;
    line-height: 1.07142857;
    font-weight: 400;
    margin: 16px 0 0 0
}

.form-group .help-block {
    margin-top: 0;
    font-size: 12px
}

.form-group.label-floating label.control-label,
.form-group.label-placeholder label.control-label {
    top: -7px;
    font-size: 16px;
    line-height: 1.42857143
}

.form-group.label-floating.is-focused label.control-label,
.form-group.label-floating:not(.is-empty) label.control-label,
.form-group.label-static label.control-label {
    top: -30px;
    left: 20px;
    font-size: 14px;
    line-height: 1.07142857
}

.form-group.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
    top: -30px;
    left: 20px;
    font-size: 12px;
    line-height: 1.07142857
}

.form-group.form-group-sm {
    padding-bottom: 3px;
    margin: 21px 0 0 0
}

.form-group.form-group-sm .form-control {
    margin-bottom: 3px
}

.form-group.form-group-sm .form-control::-moz-placeholder {
    font-size: 11px;
    line-height: 1.5;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-sm .form-control:-ms-input-placeholder {
    font-size: 11px;
    line-height: 1.5;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-sm .form-control::-webkit-input-placeholder {
    font-size: 11px;
    line-height: 1.5;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-sm .checkbox label,
.form-group.form-group-sm .radio label,
.form-group.form-group-sm label {
    font-size: 11px;
    line-height: 1.5;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-sm label.control-label {
    font-size: 9px;
    line-height: 1.125;
    font-weight: 400;
    margin: 16px 0 0 0
}

.form-group.form-group-sm .help-block {
    margin-top: 0;
    font-size: 9px
}

.form-group.form-group-sm.label-floating label.control-label,
.form-group.form-group-sm.label-placeholder label.control-label {
    top: -11px;
    font-size: 11px;
    line-height: 1.5
}

.form-group.form-group-sm.label-floating.is-focused label.control-label,
.form-group.form-group-sm.label-floating:not(.is-empty) label.control-label,
.form-group.form-group-sm.label-static label.control-label {
    top: -25px;
    left: 0;
    font-size: 9px;
    line-height: 1.125
}

.form-group.form-group-sm.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
    top: -25px;
    left: 0;
    font-size: 9px;
    line-height: 1.125
}

.form-group.form-group-lg {
    padding-bottom: 9px;
    margin: 30px 0 0 0
}

.form-group.form-group-lg .form-control {
    margin-bottom: 9px
}

.form-group.form-group-lg .form-control::-moz-placeholder {
    font-size: 18px;
    line-height: 1.3333333;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-lg .form-control:-ms-input-placeholder {
    font-size: 18px;
    line-height: 1.3333333;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-lg .form-control::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1.3333333;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-lg .checkbox label,
.form-group.form-group-lg .radio label,
.form-group.form-group-lg label {
    font-size: 18px;
    line-height: 1.3333333;
    color: #BDBDBD;
    font-weight: 400
}

.form-group.form-group-lg label.control-label {
    font-size: 14px;
    line-height: .99999998;
    font-weight: 400;
    margin: 16px 0 0 0
}

.form-group.form-group-lg .help-block {
    margin-top: 0;
    font-size: 14px
}

.form-group.form-group-lg.label-floating label.control-label,
.form-group.form-group-lg.label-placeholder label.control-label {
    top: -5px;
    font-size: 18px;
    line-height: 1.3333333
}

.form-group.form-group-lg.label-floating.is-focused label.control-label,
.form-group.form-group-lg.label-floating:not(.is-empty) label.control-label,
.form-group.form-group-lg.label-static label.control-label {
    top: -32px;
    left: 0;
    font-size: 14px;
    line-height: .99999998
}

.form-group.form-group-lg.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
    top: -32px;
    left: 0;
    font-size: 14px;
    line-height: .99999998
}

select.form-control {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0
}

.form-group.is-focused select.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #D2D2D2
}

.form-group.is-focused select.form-control[multiple],
select.form-control[multiple] {
    height: 85px
}

.input-group-btn .btn {
    margin: 0 0 7px 0
}

.form-group.form-group-sm .input-group-btn .btn {
    margin: 0 0 3px 0
}

.form-group.form-group-lg .input-group-btn .btn {
    margin: 0 0 9px 0
}

.input-group .input-group-btn {
    padding: 0 12px
}

.input-group .input-group-addon {
    border: 0;
    background: 0 0
}

.form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}
.contact-widget-section .single-contact-widget {
    background: #f9f9f9;
    padding: 20px 25px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.26);
    height: 260px;
    margin-top: 25px;
    transition: all 0.3s ease-in-out
}

.contact-widget-section .single-contact-widget i {
    font-size: 75px
}

.contact-widget-section .single-contact-widget h3 {
    font-size: 20px;
    color: #333;
    font-weight: 700;
    padding-bottom: 10px
}

.contact-widget-section .single-contact-widget p {
    line-height: 16px
}

.contact-widget-section .single-contact-widget:hover {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.46);
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.btn-common
{
	background:#fff;
	padding:15px 30px !important;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.btn-common:hover
{
	background:#222;
	color:#fff;
	transition:0.3s;
}

#contactForm {
    margin-top: -10px
}

#contactForm .form-group label.control-label {
    color: #8c8c8c
}

#contactForm .form-control {
    font-weight: 500;
    height: auto
}

/********************* Shopping Demo-5 **********************/

.product-image5 .pic-1,
.product-image5 .pic-2 {
	backface-visibility: hidden;
	transition: all .5s ease 0s
}

.product-grid5 {
	font-family: Poppins, sans-serif;
	position: relative;
}

.product-grid5 .product-image5 {
	overflow: hidden;
	position: relative
}

.product-grid5 .product-image5 a {
	display: block;
	background: #f1f1ef;
}

.product-grid5 .product-image5 img {
	width: 100%;
	height: 380px;
	object-fit:cover;
}

.product-image5 .pic-1 {
	opacity: 1
}

.product-grid5:hover .product-image5 .pic-1 {
	opacity: 0
}

.product-image5 .pic-2 {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0
}

.product-grid5:hover .product-image5 .pic-2 {
	opacity: 1
}

.product-grid5 .social {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 10px
}

.product-grid5 .social li {
	display: block;
	margin: 0 0 10px;
	transition: all .5s
}

.product-grid5 .social li:nth-child(2) {
	opacity: 0;
	transform: translateY(-50px)
}

.product-grid5:hover .social li:nth-child(2) {
	opacity: 1;
	transform: translateY(0)
}

.product-grid5 .social li:nth-child(3) {
	opacity: 0;
	transform: translateY(-50px)
}

.product-grid5:hover .social li:nth-child(3) {
	opacity: 1;
	transform: translateY(0);
	transition-delay: .2s
}

.product-grid5 .social li a {
	color: #888;
	background: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	display: block;
	transition: .5s ease 0s;
	padding-top: 12px;
}

.product-grid5 .social li a:hover {
	color: #fff;
	background: #222;
}

.product-grid5 .select-options {
	color: #777;
	background-color: #fff !important;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	padding: 15px 5px;
	margin: 0 auto;
	opacity: 0;
	display: block;
	position: absolute;
	width: 92%;
	left: 0;
	bottom: -100px;
	right: 0;
	transition: .5s ease 0s
}

.product-grid5 .select-options:hover {
	color: #fff;
	background-color: #222 !important;
	text-decoration: none
}

.product-grid5:hover .select-options {
	opacity: 1;
	bottom: 10px
}

.product-grid5 .product-content {
	padding: 20px 10px
}

.product-grid5 .title {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	margin: 0 0 10px;
	transition: all .3s ease 0s
}

.product-grid5 .title a {
	color: #222
}

.product-grid5 .title a:hover {
	color: #1e3799
}

.product-grid5 .price {
	color: #222;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px
}
