@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
html {
    -webkit-text-size-adjust: 100%;
}
body, html{
	height: 100%;
	width:100%;	
}
body{	
    font-weight: 300;
    font-size: .8rem;    
    font-family: 'Montserrat', sans-serif;    
}
@font-face {
  font-family: MerryChristmasStar;
  src: url(https://nocqua.com/wp-content/themes/nocqua/assets/fonts/MerryChristmasStar.ttf);
}

/* ak */
.entry-content strong {
    font-weight: 600;
}
/* ak */
/* FOR PRODUCT PAGE SPECTRUM 25mar*/
.entry-summary .gen_text {
    color: #35CBDF;
	font-weight: 500;
}
.custom_section_video{width: 48%; float: left; }
.custom_section_video .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	width:100% !important	;
}
 .style-4 del {
        color: rgba(darkgray, 0.5);
        text-decoration: none;
        position: relative;
        font-size: 20px;
        font-weight: 400;
     }
    .style-4 del:before {
      content: " ";
      display: block;
      width: 100%;
      border-top: 2px solid red;
      height: 4px;
      position: absolute;
      bottom: 10px;
      left: 0;
      transform: rotate(-11deg);
    }
     .style-4 del:after {
      content: " ";
      display: block;
      width: 100%;
      border-top: 2px solid red;
      height: 4px;
      position: absolute;
      bottom: 10px;
      left: 0;
      transform: rotate(11deg);
    }

.light_me_up {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.light_me_up span {
        max-width: 75%;
}
.light_me_up .light_me_link a {
    width: 120px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #35cbdf;
    box-shadow: none;
    padding: 5px 0px;
}
    
/* FOR PRODUCT PAGE SPECTRUM 25mar ends here* /

/* ========== Universal Stylings ========== */
a{text-decoration:none !important;}
h1,h2,h3,h4,h5{
	position: relative;
	font-family: 'Montserrat', sans-serif !important;
}
h1, h6{
	position: relative;
	text-transform: uppercase;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 1rem;
}
.m-heading {
    font-size: 1.5rem !important;
    font-family: 'Montserrat', sans-serif !important;
}
.bg-primary{
	background-color: #35CBDF!important;
}
.text-inverse{
	color: #074052;
}
.text-primary{
	color: #35CBDF!important;
}
.btn{
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 600;
	
}
.btn-primary{
	background-color: #35CBDF;
	border-color: #35CBDF;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4)
}
.btn-primary:hover,.btn-primary:focus{
	background-color: #00BED7;
	border-color: #00BED7;
}
.btn-capsul{
	border-radius: 50px;
}
i.box-circle-outline{
	border-color: inherit;
	border-width: 1px;
	border-style:solid;
	border-radius: 50%;
	height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
}
i.box-circle-solid{
	background-color:#35CBDF;
	border-radius: 50%;
    color: #fff;
    font-size: 22px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    width: 55px;
}
.text-underline-white:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:50%;
	margin-left:-50px;
	background:#fff;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-rb-white:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:0;
	background:#fff;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-primary:before{
	content:"";
	position: absolute;
	width:50px;
	height: 4px;
	left:50%;
	margin-left:-25px;
	background:#35CBDF;
	bottom: -15px;
	border-radius: 10px;
}
.text-underline-rb-primary:before{
	content:"";
	position: absolute;
	width:100px;
	height: 4px;
	left:0;
	background:#35CBDF;
	bottom: -15px;
	border-radius: 10px;
}
.bg-overlay:before{
	content:"";
	background:rgba(0,0,0,0.7);
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	top:0;
	z-index: -1;
}
.bg-overlay-light:before{
	content:"";
	background:rgba(0,0,0,0.4);
	position: absolute;
	height: 100%;
	width:100%;
	left:0;
	top:0;
	z-index: -1;
}
.parallax{
	background-attachment: fixed!important;
}

/* ========== Loader ========== */

.loaders {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
}
.loaders .loader {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	align-items: center;
	justify-content: center;
}
.loader {
	display: table;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 1200;
}
.loader-bg {
	background: #35CBDF;
}
.loader-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.loader .ball-clip-rotate-pulse {
    left: 50%;
    position: absolute;
    top: 50%;
}

/* ========== Top Navigation ========== */
.top-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    height: 80px;
    transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}
.top-nav .navbar-nav li .nav-link {
    color: #fff;
    font-size: .8rem;
    padding:29px 15px;
    font-weight: 300;
	height: 100%;
	 letter-spacing: .075rem;
    text-transform: uppercase;
    transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}
.top-nav li a.nav-link:hover, .top-nav .nav-item.active a.nav-link{
    border-bottom: 3px solid #35cbdf;
    color: #35cbdf;
    transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}
.top-nav .navbar-brand{
	font-size: 28px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
.img-responsive {    max-width: 100%;}
.navbar-brand {    color: #fff;    max-width: 150px;}
a.nav-link.search-icon, a.nav-link.search-icon-mobile, a.nav-link.cart-icon {    width: 50px !important;}
.search-icon:after, .search-icon-mobile:after{
	content:" ";width: 15px;height: 15px;background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUyLjk2NiA1Mi45NjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUyLjk2NiA1Mi45NjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8cGF0aCBkPSJNNTEuNzA0LDUxLjI3M0wzNi44NDUsMzUuODJjMy43OS0zLjgwMSw2LjEzOC05LjA0MSw2LjEzOC0xNC44MmMwLTExLjU4LTkuNDItMjEtMjEtMjFzLTIxLDkuNDItMjEsMjFzOS40MiwyMSwyMSwyMSAgYzUuMDgzLDAsOS43NDgtMS44MTcsMTMuMzg0LTQuODMybDE0Ljg5NSwxNS40OTFjMC4xOTYsMC4yMDUsMC40NTgsMC4zMDcsMC43MjEsMC4zMDdjMC4yNSwwLDAuNDk5LTAuMDkzLDAuNjkzLTAuMjc5ICBDNTIuMDc0LDUyLjMwNCw1Mi4wODYsNTEuNjcxLDUxLjcwNCw1MS4yNzN6IE0yMS45ODMsNDBjLTEwLjQ3NywwLTE5LTguNTIzLTE5LTE5czguNTIzLTE5LDE5LTE5czE5LDguNTIzLDE5LDE5ICBTMzIuNDU5LDQwLDIxLjk4Myw0MHoiIGZpbGw9IiNGRkZGRkYiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
	position: absolute;
	background-size: cover;
	background-position: center center;
	display: inline-block;
	cursor: pointer;
	padding: 10px;
}
.cart-icon:before {content:" ";width: 15px;height: 15px;background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ1OS41MjkgNDU5LjUyOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDU5LjUyOSA0NTkuNTI5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMTcsNTUuMjMxaDQ4LjczM2w2OS40MTcsMjUxLjAzM2MxLjk4Myw3LjM2Nyw4Ljc4MywxMi40NjcsMTYuNDMzLDEyLjQ2N2gyMTMuMzVjNi44LDAsMTIuNzUtMy45NjcsMTUuNTgzLTEwLjIgICAgbDc3LjYzMy0xNzguNWMyLjI2Ny01LjM4MywxLjctMTEuMzMzLTEuNDE3LTE2LjE1Yy0zLjExNy00LjgxNy04LjUtNy42NS0xNC4xNjctNy42NUgyMDYuODMzYy05LjM1LDAtMTcsNy42NS0xNywxNyAgICBzNy42NSwxNywxNywxN0g0MTYuNWwtNjIuOSwxNDQuNUgxNjQuMzMzTDk0LjkxNywzMy42OThjLTEuOTgzLTcuMzY3LTguNzgzLTEyLjQ2Ny0xNi40MzMtMTIuNDY3SDE3Yy05LjM1LDAtMTcsNy42NS0xNywxNyAgICBTNy42NSw1NS4yMzEsMTcsNTUuMjMxeiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTxwYXRoIGQ9Ik0xMzUuNDMzLDQzOC4yOThjMjEuMjUsMCwzOC41MzMtMTcuMjgzLDM4LjUzMy0zOC41MzNzLTE3LjI4My0zOC41MzMtMzguNTMzLTM4LjUzM1M5Ni45LDM3OC41MTQsOTYuOSwzOTkuNzY0ICAgIFMxMTQuMTgzLDQzOC4yOTgsMTM1LjQzMyw0MzguMjk4eiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTxwYXRoIGQ9Ik0zNzYuMjY3LDQzOC4yOThjMC44NSwwLDEuOTgzLDAsMi44MzMsMGMxMC4yLTAuODUsMTkuNTUtNS4zODMsMjYuMzUtMTMuMzE3YzYuOC03LjY1LDkuOTE3LTE3LjU2Nyw5LjM1LTI4LjA1ICAgIGMtMS40MTctMjAuOTY3LTE5LjgzMy0zNy4xMTctNDEuMDgzLTM1LjdjLTIxLjI1LDEuNDE3LTM3LjExNywyMC4xMTctMzUuNyw0MS4wODMgICAgQzMzOS40MzMsNDIyLjQzMSwzNTYuMTUsNDM4LjI5OCwzNzYuMjY3LDQzOC4yOTh6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
position: absolute;
	background-size: cover;
	background-position: center center;
	display: inline-block;
	border: 0;
	cursor: pointer;
	padding: 10px;
}
.mobile_only{ display: none;}


/*For Stickey Nav*/
.top-nav.light-header{
	height: 60px;
	background: rgba(0,0,0, .7);
	box-shadow: 0 0 10px rgba(0,0,0,0.23);
	transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	/*top: 0 !important; new banner*/
}
.top-nav.light-header .navbar-nav li .nav-link{ padding: 23px 15px 16px 15px; }
.light-header .main-navigation ul li a{ padding: 23px 15px 16px 15px; }

/*Wordpress Nav*/
.main-navigation ul li a{text-transform: uppercase;
font-size: .8rem;
font-weight: 300;
letter-spacing: .075rem;
height: 100%;
	padding: 29px 15px;
	color: #fff;
	border-bottom: 3px solid transparent;
	transition: 0.5s ease-in;
-webkit-transition: 0.5s ease-in;
-moz-transition: 0.5s ease-in;
}
.main-navigation ul li a:hover {	border-bottom: 3px solid #35cbdf;	color: #35cbdf;}
.main-navigation ul li.current-menu-item a {	border-bottom: 3px solid #35cbdf;	color: #35cbdf;}

/*Wordpress sub Nav*/
.main-navigation ul ul.sub-menu { background: rgba(255,255,255, 255); border: none; }
.main-navigation ul ul.sub-menu li a {  color: #35cbdf; border-bottom: 3px solid #eee; padding: 0.75em 1.25em !important; }
.main-navigation li ul.sub-menu li:hover, .main-navigation li ul.sub-menu li.focus {	background: #eee;}

/*For Login Menu*/
.login_block{ display: none; position: absolute; left: 18px;  background: rgba(255,255,255, 255); width: 150px;}
.login-dropdown:hover .login_block{ display: block;} 
.nav-item { position: relative;}
.main-navigation .menu-scroll-down{ display: none;}
.top-nav .navbar-nav li .login_block .nav-link {  color: #35cbdf; border-bottom: 3px solid #eee; padding: 10px 15px; }
.top-nav .navbar-nav li .login_block .nav-link:hover {	background: #eee;}
.login_block::before {
	border-style: solid;
	border-width: 0 6px 6px;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	z-index: 100000;
	border-color: transparent transparent #fff;
	top: -6px;
	left: 30px;
}
.noccqua_badge {
	color: #fff;
	background: #35cbdf;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	display: block;
	text-align: center;
	line-height: 19px;
	padding: 0 0 0 2px;
	margin: -8px 0 0 18px;
}

/*For Mobile Menu*/
.top-nav.light-header  .navbar-collapse.show {top: 52px !important;	}
.top-nav  .navbar-collapse.show {    background-color: #fff;    text-align: center;   top: 52px !important;    position: absolute;    width: 100%!important;  left: 0;    }
.top-nav .show .navbar-nav li .nav-link{ color: #000!important; text-align: left; padding: 10px 15px;  height: auto; border-bottom: 1px solid #eee;}
.show .login_block{display: block!important; position: static; width: 100%; }
.show .login_block::before{ display: none;}
.top-nav .show .navbar-nav li .login_block .nav-link {	color: #000; text-align: left;	padding: 10px 15px;  border-bottom: 1px solid #eee;}
.top-nav .show .navbar-nav li .login_block .nav-link:hover{background: #fff;}

.show .menu-toggle { display: none!important;}
.show .main-navigation ul {	display: block !important;	padding: 0;	border: none;}
.show .main-navigation ul ul.sub-menu li a {	color: #000;	border-bottom: 1px solid #eee;	padding: 10px 15px!important;	text-transform: uppercase;	letter-spacing: .075rem;	background: #fff !important;}
.show .main-navigation ul li{ border-bottom: none; }
.show .main-navigation ul li a{border-bottom: 1px solid #eee; padding: 10px 15px; color: #000;}
.show .icon, .show .dropdown-toggle{ display: none;}
.show .navbar-nav{height: 280px; overflow: auto;}

/* ========== For Search CSS ========== */
.top-nav .search-box{
    top: 94px;
    transition: 0.5s ease-in;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
}
.light-header .search-box{
    top: 74px;
}
.search-box{  background: rgba(255, 255, 255, .5);  position: absolute;  right:0;  width: 300px;  height: 60px;  line-height: 60px;  box-shadow: 0 0 10px rgba(0,0,0,0.5);  border-top:4px solid #41ace0;  display: none;z-index:9;}
.search-box:before, .search-box-mobile:before{  content: "";  position: absolute;  top: -30px;  right: 13px;  border-left: 12px solid transparent;  border-right: 12px solid transparent;  border-top: 14px solid transparent;
  border-bottom: 14px solid #41ace0;}
.search-box input[type="text"] {
	width: 200px;
	padding: 1px 10px 4px 10px;
	margin-left: 10px;
	border: 1px solid #41ace0;
	outline: none;
	display: inline-block;
}
.search-box input[type="submit"] {
	width: 70px;
	padding: 7px 0;
	background: #41ace0;
	color: #fff;
	margin: 0 0 0 5px;
	border: 1px solid #41ace0;
	outline: none;
	cursor: pointer;
}

/* ========== Intro Header ========== */
.intro{
	float: left;
	width:100%;
	display: flex;
	align-items:center;
	height:100%;
	position: relative;
	z-index: 1;
}
.intro.intro-small{
	height: 60%;
}
.intro-bg{
	background:url("../img/intro-bg-03.jpg");
	background-repeat:no-repeat;
	background-position: center center;
	background-size:cover;
}
.caption-container{
	width:50rem;
	margin:0 auto;
}
.caption-two-panel{
	display: flex;
	align-items:center;
}
.intro h1{
	font-weight: 700;
}
.intro-caption .btn i{
	float: left;
	margin-right:15px;
}
.intro .carousel-item{
	height: 100vh;
}
.intro .carousel-item::before{
	content:"";
	/*background:rgba(0,0,0,0.6);*/
	position: absolute;
	width:100%;
	height: 100vh;
}
.intro .carousel-caption {
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}

/* ========== section 2 ========== */
section.featured-prod {
    display: flex;
    position: relative;
    width: 100%;
}
ul#pills-tab {
    text-align: center;
    justify-content: center;
    align-items: center;
	margin-bottom:30px;
}
ul.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #43ade0;
}
ul.nav-pills .nav-link {
    border-radius: 2px;
	color:#777;
}
.post-img {
    position: relative;
	margin: 0 13px 13px;
	overflow: inherit !important;
}
.rect-image {
    position: absolute;
    bottom: -15px;
    left: -15px;
}
.rect-image p {
    position: absolute;
    /*bottom: 20px;*/
    left: 30px;
    bottom: 06px;
}
.rect-image p.w-text-new {
    bottom: 30px; 
    width: 10px;
    font-size: 14px;
}
.post-slide2 .post-img{box-shadow: 0 1px 2px rgba(43,59,93,0.30);}

/* ========== section 3 ========== */
.container-col {
    display: flex;
    width: 100%;
    position: relative;	
}
.section_4 .col-n{ width: 33.33%; }
.img-fluid{width:100%;}
.col-l, .col-r, .col-n {position: relative; }
.section_3 .col-l, .section_3 .col-r{width: 50%;}
.mid-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    padding: 15px;
}
.mid-content {    
    width: 80%;
    position: relative;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
a.read-more {
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    color: #888;
    padding: 8px 30px;
    width: auto;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
	margin:15px 0;
}
a.read-moreb {
    background-color: #41ace0;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 8px 30px;
    width: auto;
    display: inline;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
	margin:15px 0;
}
.blue-text{color:#41ace0 !important;}
.g-text{color:#77ad77 !important;}
.b-text{color:#333 !important;}
.w-text{color:#fff !important;}
.r-text{text-align:right !important;}
.l-text{text-align:left !important;}
.c-text{text-align:center !important;}
.m-auto{margin:0 auto !important;}
.u-text{text-transform: uppercase !important;}
.b-cont{border:1px solid #fff !important;}
.p-50{padding:50px !important;}
.p-t-b-40{padding-top:40px !important;padding-bottom:40px !important;}
.p-t-b-30{padding-top:30px !important;padding-bottom:30px !important;}
.p-t-b-20{padding-top:20px !important;padding-bottom:20px !important;}

.section_3 .b-cont{border:none !important;}

/* ========== We Know Adventure1 ========== */
h6.m-heading:before, h1.m-heading:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: 50%;
    margin-left: -25px;
    background: #888;
    bottom: -9px;
    border-radius: 10px;
}
section.adventure1 {
    min-height:560px;
}
.adventure1-box {
    margin-top: 0%;
}
img.ad-image {
    position: absolute;
    right: 0;
    max-width: 35% !important;
    width: 100%;
}
img.ad-logo-image{max-width: 160px !important;}
#social-fb, #social-tw, #social-gp, #social-em {color: #000;padding: 10px 8px 0;font-size: 1.2rem;}

/* ========== section 4 ========== */
a.icon-btn {
    display: block;
    width: 100%;
    position: relative;
}
.section_4 .mid-content{width: 100%; display: block;}

/* ========== Stickers & Apparel ========== */
.intro-apparel .carousel-caption {
    position: absolute;
    right: 0;
    top: 50%;
    left: 50%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
	width: 100%;
}
section.section_apparel, section.section_lighting, section.section_power {
    display: flex;
    width: 100%;
    position: relative;
    padding-top: 50px;
	padding-bottom: 50px;
	flex-flow: row wrap;
}
.head-box {
    width: 100%;
    flex-flow: row wrap;
    justify-content: center;
}
h2.display-4 {
    font-size: 2.2rem;
}
p.lead {
    font-size: 1.5rem !important;
}
.inbox_people {
    background: transparent none repeat scroll 0 0;
    float: left;
    overflow: hidden;
    width: 100%;
    border-right: 1px solid #c4c4c4;
}

.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%; 
}
.headind_srch {
    padding: 10px 5px 10px 0px;
    overflow: hidden;
    border-bottom: 1px solid #c4c4c4;
}

.recent_heading h4 {
  color: #05728f;
  font-size: 1rem;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 0px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}
.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px 0px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

/********************* Shopping Demo-7 **********************/
.product-grid7{font-family:'Roboto Slab',serif;position:relative;z-index:1}
.product-grid7 .product-image7{border:1px solid rgba(0,0,0,.1);overflow:hidden;perspective:1500px;position:relative;transition:all .3s ease 0s}
.product-grid7 .product-image7 a{display:block}
.product-grid7 .product-image7 img{width:100%;height:auto}
.product-grid7 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid7 .pic-2{opacity:0;transform:rotateY(-90deg);position:absolute;top:0;left:0;transition:all .5s ease-out 0s}
.product-grid7:hover .pic-2{opacity:1;transform:rotateY(0)}
.product-grid7 .social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 3px;
    left: -101%;
    z-index: 1;
    transition: all .5s ease 0s;
    width: 100%;
}
.product-grid7 .social li {
    display: inline-block;
    width: 49.333%;
	text-align:center;
	vertical-align:middle;
}
.product-grid7:hover .social{left:0}
.product-grid7 .social li a {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 45px;
    width: 100%;
    margin: 15px 0 -4px;
    border-radius: 2px;
    display: block;
    transition: all .5s ease-in-out;
}
.product-grid7 .social li a:hover{color:#fff;background-color:#41ace0}
.product-grid7 .product-new-label {
    color: #000;
    background-color: transparent;
    padding: 5px 3px 5px 10px;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
}
.well.search-filter form.form-horizontal {
    text-align: right;
}
.well.search-filter .form-group {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
	min-width: 150px;
}
.well.search-filter select#location1, .well.search-filter select#type1 {
    border-radius: 25px;
}
.product-grid7 .product-content{text-align:left;padding:20px 0 0;position: relative;}
.product-grid7 .title{font-size:15px;font-weight:600;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid7 .title a{color:#333}
.product-grid7 .title a:hover{color:#78e08f}
.product-grid7 .rating{color:#78e08f;font-size:12px;padding:0;margin:0 0 10px;list-style:none}
.product-grid7 .price{color:#333;font-size:20px;font-family:Lora,serif;font-weight:700;margin-bottom:8px;text-align:left;transition:all .3s}
.product-grid7 .price span{color:#999;font-size:14px;font-weight:700;text-decoration:line-through;margin-left:7px;display:inline-block}
.fa-shopping-bag:before {
    content: '\f290';
	    font-family: FontAwesome;
}

/* ========== Product page css for dynamic code ========== */
.woocommerce-result-count, .woocommerce-ordering{ padding-top: 3rem !important; }
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size: 15px;font-weight: 600;text-transform: capitalize;}
.product img { border: 1px solid rgba(0,0,0,.1); }
.woocommerce ul.products li.product .price{margin-bottom: 0px !important;}
.woocommerce ul.products li.product .price .woocommerce-Price-amount {
	color: #333;
	font-size: 20px;
	font-family: Lora,serif;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: left;
	transition: all .3s;
}
.woocommerce ul.products li.product .button {	margin-top: 0!important;	background: #333;	color: #fff;	font-weight: normal;	font-size: 14px;	padding: 12px 10px;	box-shadow: none !important;border-radius: none; border-top-right-radius:3px; border-top-left-radius: 3px; position: absolute;left: -101%;top: 205px; transition: all .5s ease 0s;}
.woocommerce ul.products li.product .button:hover {background:#35cbdf;}
.woocommerce ul.products li.product:hover .button {left: 0px;}
.woocommerce ul.products li.product{ overflow: hidden;}
/*.woocommerce ul.products li.product a img{height: 245px !important; max-height: 100%;}*/
.woocommerce .woocommerce-ordering select{border-radius: 25px; padding: 0 0 0 10px;}
.yith-wcwl-wishlistexistsbrowse a{ display: none;}
.add_to_wishlist:hover{ box-shadow: none!important; color: #35cbdf!important;}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button{display:block !important;}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading{ display: none!important;}
.yith-wcwl-add-to-wishlist a i { margin: 0!important;}
.yith-wcwl-add-to-wishlist {	position: relative;	top:0;	right: -1px; margin: 0px 0px 10px !important;display:block;}
.yith-wcwl-wishlistaddedbrowse{display:block !important;}
.yith-wcwl-wishlistaddedbrowse span.feedback{display:inline-block;}
.yith-wcwl-wishlistaddedbrowse span.feedback #yith-wcwl-icon-heart{vertical-align: bottom;}
.added_to_cart{margin-left: 0px; padding: 0 !important;}

.woocommerce ul.products li .attachment-attachment-full{	transform: rotateY(0deg);	transition: all .5s ease-out 0s;}
.woocommerce ul.products li:hover .attachment-woocommerce_thumbnail{	transform: rotateY(180deg);}

/* ============Single Product Page ============== */
.single .navbar {background-image: linear-gradient(to right, #264656, #0c121a); background-color: #264656;}
.single .wrap{margin-top: 100px; }
.woocommerce.single .quantity .qty{ padding: 5px 0px; }
.woocommerce.single div.product div.images img{ width: 99%; }
.woocommerce.single div.product form.cart .variations select{ border-radius: 25px;  padding: 0 0 0 10px;}

/* ============Search Page ============== */
.search .navbar {background-image: linear-gradient(to right, #264656, #0c121a); background-color: #264656;}
.search .wrap{margin-top: 100px; margin-bottom: 20px;}
.search:not(.has-sidebar) #primary article {     width: 100%!important; }
body:not(.has-sidebar):not(.page-one-column) .page-header{ width: 100%!important;    text-align: center;}
.navigation.pagination{     width: 100%!important;}

/* ========== Lighting Section ========== */
.box20 {
    position: relative;
    overflow: hidden;
}
.box20:after,.box20:before{position:absolute;content:""}
.box20:before{width:80%;height:220%;background:rgba(65,172,224,1);top:-50%;left:-100%;z-index:1;transform:rotate(25deg);transform-origin:center top 0;transition:all .5s ease 0s}
.box20:hover:before{left:10%}
.box20:after{width:55%;height:175%;background-color:rgba(0,0,0,.8);bottom:-1000%;left:53%;transform:rotate(-33deg);transform-origin:center bottom 0;transition:all .8s ease 0s}
.box20 .box-content,.box20 .icon{width:100%;padding:0 20px;position:absolute;left:0;z-index:2;transition:all 1.1s ease 0s}
.box20:hover:after{bottom:-70%}
.box20 img{width:100%;height:auto}
.box20 .box-content{top:-100%;color:#fff}
.box20:hover .box-content{top:30px}
.box20 .title {
    font-size: 20px;
    margin: 0 0 20px 0;
    white-space: pre-line;
    max-width: 50%;
    text-transform: uppercase;
    font-weight: 600;
}
.box20 a.shop-btn, .box30 a.shop-btn {
    padding: 5px 15px;
	font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.box20 .bott-title, .box30 .bott-title {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 10px;
	transition: all .5s ease 0s;
}
.box20:hover .bott-title, .box30:hover .bott-title{bottom: -50px;}
.box20 a.shop-btn:hover, .box30 a.shop-btn:hover {background-color:#fff; color:#41ace0 !important;}
.box20 .icon li a,.box20 .post{display:inline-block;font-size:14px}
.box20 .post{margin-top:5px}
.box20 .icon{list-style:none;margin:0;bottom:-100%}
.box20:hover .icon{bottom:25px}
.box20 .icon li{display:inline-block}
.box20 .icon li a{width:35px;height:35px;line-height:35px;background:#444;border-radius:50%;margin:0 3px;color:#fff;text-align:center;transition:all .5s ease 0s}
.box20 .icon li a:hover{background:#fff;color:#ff402a}

/* ========== section lighting 02 section ========== */
section.section_lighting_02 {margin-bottom: 30px;}
.bottom-cont {
    position: absolute;
    bottom: 26px;
    width: 98.444%;
    text-align: center;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-cont a {
	padding: 5px 15px;
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: uppercase;
	color:#fff;
}
.bottom-cont a:hover{color:#ccc !important;}
/* ========== Power section ========== */

.box30 {
    position: relative;
    overflow: hidden;
	cursor: pointer;
}
.overlay {
    position:absolute;
    transition:all .3s ease;
    opacity:0;
    transition:0.9s;
    background: #00b1bab8;
}
.box30:hover .overlay {
    opacity:1;	
}
.box30 .title {
    color:white;
    font-family: sans-serif;
    position:absolute;
    top:38%;
    left:50%;
    transform:translate(-50%,-38%);
	padding:10px 20px;
	display: inline-table;
    font-size: 1.2rem !important;
    font-weight: 300;
	text-align: center;
}
.box30 .shop-btn {
    color:white;
    font-family: sans-serif;
    position:absolute;
    top:80%;
    left:50%;
    transform:translate(-50%,-80%);
    font-size: 20px;
	background-color: #41ace0;
}
.overlayBottom {
    width:100%;
    height:0;
    bottom:0;
    left:0px;
    background-color:rgba(0,0,0,.5);
}
.box30:hover .overlayBottom {
    height:100%;
}

section.section_power_pro {
    position: relative;
}
section.section_power_pro .mid-cont{text-align: center !important;}

section.section_adapter_ideas {
    display: flex;
    width: 100%;
    background-color: #32a8de;
    padding: 50px 50px 40px 50px;
    position: relative;
	margin-top: 50px;
}
ul.adapter_icon {
    list-style: none;display: flex;
}
ul.adapter_icon li {
    padding: 15px;
}
img.img-fluid.po-ab {
    position: absolute;
    top: -90px;
}
a.adapter-ideas-btn {
    background-color: rgba(0,0,0,.7);
    padding: 5px 15px;
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    position: absolute;
    top: 81%;
    left: -50px;
    width: 322px;
    text-align: center;
}

/* ========== About section ========== */

.container-col.social-online-icon {
    justify-content: center;
    padding-bottom: 50px;
}
.r-float{
    float: right !important;
}
.l-float{
    float: left !important;
}

/* ========== Near you section ========== */
div#top-filter {
    display: flex;
    position: absolute;
    top: 3px;
    background-color: rgba(0,0,0,.5);
    width: 97%;
    justify-content: flex-end;
    padding: 10px 0px;
}
/*the container must be positioned relative:*/
.custom-select {
    display: inline-block;
    width: 100%;
    height: 46px;
    padding: 6px 0;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: transparent;
    background-size: inherit;
    border: 1px solid #ced4da;
    border-radius: 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: transparent;
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    top: 7px;
    right: 30px;
    width: 0;
    height: 0;
    border: 0px solid transparent;
    border-color: transparent;
    font-size: 1.5rem !important;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: "\f106";
}
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: rgba(0,0,0,.7);
    top: 98%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 25px;
    border: 1px solid #ccc;
	overflow: hidden;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
div#top-filter .col-n {margin-right: 15px;}

/* ========== section default view section ========== */
section.section_default_view ul#pills-tab {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0px;
}
#what-we-do {
    background: transparent;
    padding-bottom: 30px;
}
#what-we-do .card{
	padding: 0!important;
	border: none;
	margin-bottom:1rem;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
	background-color: #f6f4f4;
}
#what-we-do .card .card-title {
    margin-bottom: .75rem;
    font-size: 1rem;
    background-color: #41ace0;
    padding: 15px 10px 15px 50px;
    font-size: .9rem;
    font-weight: 500;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block {
    position: relative;
    padding: 0 20px;
}
#what-we-do .card .card-block a {
    color: #fff !important;
    font-weight: 300;
    text-decoration: none;
    padding: 8px 15px;
    background-color: #bbbaba;
    font-size: .8rem !important;
}
#what-we-do .card .card-block a:hover{background-color: #979797;}
#what-we-do .card .card-block a i{
	display:none;	
}
#what-we-do .card:hover .card-title a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-title:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    color: red;
    left: 15px;
	top: 6px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
#what-we-do .card .card-title:before{
    content: "\f041";
}

#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

/* ========== Wishlist section ========== */
.wish_list .woocommerce{ width: 100%;}
.wish_list .woocommerce table.shop_table{ font-size: 100%; border: none; border-collapse: collapse;}
.wish_list .woocommerce table.shop_table thead th{ border-bottom: 1px solid #dee2e6; border-top: 1px solid #dee2e6; font-size: 16px;    font-weight: 500; background-color: #f8f9fa; color: #41ace0; padding: 10px 12px;}
/*tfoot {	display: none;}*/
.wish_list .woocommerce table.shop_table tr:hover{ background-color: rgba(0,0,0,.075);}
.wish_list .shop_table tr td.product-thumbnail a img{ box-shadow: 0 0 4px #ccc;}
.wish_list .woocommerce table.shop_table td{ text-align: left; font-size: .9rem;    font-weight: 500;}
.woocommerce-Price-amount{ color: #35CBDF; }
.wish_list .woocommerce a.remove { color:#41ace0!important;}
.wish_list .woocommerce a.remove:hover { color:#fff!important; background:#41ace0 ;}
.wish_list .woocommerce .shop_table td.product-add-to-cart a, .wish_list .woocommerce .shop_table td.product-add-to-cart a:hover{ display: inline-block !important;  background-color: #41ace0;}
.wish_list .woocommerce table.shop_table .wishlist-empty{text-align: center;}

/* ========== Cart section ========== */
.woocommerce .wc-proceed-to-checkout a.button.alt, .woocommerce .wc-proceed-to-checkout a.button.alt:hover{ background-color: #41ace0;}
.cart_totals h2 {
	border-bottom: 1px solid #dee2e6;
	border-top: 1px solid #dee2e6;
	font-size: 16px;
	font-weight: 500;
	background-color: #f8f9fa;
	color: #41ace0;
	padding: 10px 12px;
	text-align: center;
}
.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button{ padding: .618em 1em;}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text { padding: 3px 5px 3px; width: 120px; }

/* ========== Account section ========== */

.login_form_page {
    max-width: 500px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 30%;
}
.login_form_page h2{ display: none;}
.login_form_page .fade:not(.show) {
    opacity: inherit;
}
.login_form_page .container-col {
    justify-content: space-between;
	margin-top: 30px;
}
.login_form_page .col-n {
    position: relative;
    align-items: center;
    display: flex;
}
#myTab li {
    width: 50%;
    display: inline-block;    
    vertical-align: middle;
    text-align: center;
}
#myTab li a.active{background-color:#41ace0;color:#fff;}
#myTab li a {
    color: #333;
    padding: 10px 0;
    width: 100%;
    display: block;
}
.login_form_page #myTabContent form input.form-control{border:0; border-bottom:0px solid #ced4da !important;}
.login_form_page #myTabContent form .control-group {
    border: 0;
    border-bottom: 1px solid #ced4da !important;
    margin-top: 15px;
}
.input-group-text{
	background-color: transparent;
    border: 0px solid #ced4da;
}
.input-group-text .text-info {
    color: #333!important;
}
.login_form_page .btn {
    background-color: transparent;
    border:1px solid #333;
    color: #333;
    display: block;
    position: relative;
    width: 150px;
	margin: 0 auto;
	font-size: 1rem;
    font-weight: 600;
}
.login_form_page label{ font-weight: 300;}


/* ========== Contact section ========== */
.section_contact .login-sec{padding: 50px 30px; position:relative;background-color: #41ace0;color:#fff !important;}
.section_contact .login-sec .copy-text{position:absolute; width:80%; bottom:20px; font-size:13px; text-align:center;}
.section_contact .login-sec .copy-text i{color:#FEB58A;}
.section_contact .login-sec .copy-text a{color:#E36262;}
.section_contact .login-sec h2{margin-bottom:30px; font-weight:800; font-size:30px; color: #DE6262;}
.section_contact .login-sec h2:after{content:" "; width:100px; height:5px; background:#FEB58A; display:block; margin-top:20px; border-radius:3px; margin-left:auto;margin-right:auto}
.section_contact .btn-login{background: #DE6262; color:#fff; font-weight:600;}

.section_contact .banner-text h2{color:#fff; font-weight:600;}
.section_contact .banner-text h2:after{content:" "; width:100px; height:5px; background:#FFF; display:block; margin-top:20px; border-radius:3px;}
.section_contact .banner-text p{color:#fff;}

/*---------------------------------------
  Contact section              
-----------------------------------------*/

section#contact {
    background-color: #eaeff3;
}
.contact-info .fa {
  padding-right: 5px;
}

#contact .wpcf7-text, #contact .wpcf7-textarea  {
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    box-shadow: none;
    font-size: .9rem;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    background-color: transparent;
	padding-left: 0;
}

#contact .wpcf7-text:focus, #contact .wpcf7-textarea:focus {  border-bottom-color: #999999;}

#contact input {  height: 45px;}

#contact input[type="submit"] {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #41ace0;
    height: 50px;    
    max-width: 150px;
    border: 2px solid #41ace0;
	font-weight: normal;	
}

#contact input[type="submit"]:hover {  background: #41ace0;  color: #ffffff;}

#contact input[type=checkbox], input[type=radio] {
    height: auto !important;
	margin-right: 15px;
    margin-top: 15px;
}
.login-sec > p:nth-child(n+2) {
    padding-left: 35px;
	position: relative;
}
.login-sec p i.fa {
    position: absolute;
    left: 0;
}

/*---------------------------------------
  Shop Section              
-----------------------------------------*/
.num-products {
    display: flex;
    background-color: #41ace0;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}
.box30 .shop-btn-shop {
    color: white;
    font-family: sans-serif;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-80%);
    font-size: 20px;
    background-color: #41ace0;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ========== footer section ========== */
.footer-bs {
    background-image:url(../images/footer-back.jpg);
	padding: 60px 40px;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul { list-style:none; padding:0px; }
.footer-bs .footer-nav ul li { padding:5px 0px; border-bottom: none; border-top: none;}
.footer-bs .footer-nav ul a, .footer-bs .footer-social a { color: rgba(255,255,255,1.00);  box-shadow: none;  font-weight: 300;    text-transform: uppercase;    font-size: .8rem;}
.footer-bs .footer-nav ul a:hover { color:rgba(255,255,255,0.80); text-decoration:none; box-shadow: none; }
.footer-bs .footer-nav h4, .footer-bs .footer-social h4, .footer-bs .footer-ns h4 {	font-size: 1rem;	text-transform: uppercase;	letter-spacing: 3px;	margin-bottom:10px;}
.footer-bs .widget{padding-bottom: 0; list-style: none; }
.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social li { padding:0; border-bottom: none; border-top: none;}
.footer-bs .footer-social ul li { padding:5px 4px;}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; box-shadow: none; }
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }
.new-letter {
   display: block!important;
    width: 100%!important;
    padding: .375rem .75rem!important;
    font-size: .8rem;
    line-height: 1.5;
    color: #fff!important;
    background-color: #3c3d41!important;
    background-clip: padding-box!important;
    border: 1px solid #3c3d41!important;
    border-radius: 25px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
span.input-group-btn {
    position: absolute;
    right: 0px;
}
button.btn.btn-submit {
    border-radius: 25px;
    color: #fff;
    font-size: .8rem;
    padding: 6px 23px;
    background-color: #3177b5 !important;
}
.new-letter::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.new-letter::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.new-letter:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.new-letter:-moz-placeholder { /* Firefox 18- */
  color: white;
}
.bottom-footer{border-top: solid 1px rgba(255,255,255,0.10);padding-top:15px;margin-top:30px;}
.bottom-footer .widget a, .bottom-footer .widget a:hover{box-shadow: none;}

/* ========== Who We Are ========== */

.info-section{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.info-section h2{
	font-weight: 700;
	font-size: 2.5rem;
}

.info-section .head-sec{
	float: left;
	width:100%;
}

.info-section h3{
	font-size: 1.4rem;
}
.info-section p {
    font-size: 1rem;
    line-height: 1.3rem;
}
.info-section .box h2{
    font-size:24px;
    margin-bottom:20px;
    margin-top:0;
}

.info-section .box i{
    font-size:20px;
}
.info-section .box{
    display:flex;
}
.info-section .text-box{
    flex:1 1 0;
    text-align:left;
}
.info-section .icon-box{
    line-height: 1.2;
    width:70px;
}
.info-section .service-block-overlay{
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.info-section .service-block-overlay:hover{
	background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
    float: left;
    margin-top: -10px;
    position: relative;
    width: 100%;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
}
.content-half{
    color:#fff;
}
.content-half ul{
    padding:0;
    list-style:none;
}
.content-half ul li{
    margin:15px 0;
    float:left;
    width:100%;
}
.content-half ul li i{
    float:left;
    font-size:30px;
    padding-top:10px;
    padding-bottom:10px;
}
.content-half ul li .list-content{
    float:left;
    margin-left:20px;
}
.content-half ul li strong{
    font-size:19px;
    font-weight:700;
}
.content-half .btn{
    margin-top:20px;
}
/*--- three Block Panel ---*/
.three-panel-block{
	float: left;
	width: 100%;
}
.three-panel-block i{
	font-size: 1.5rem;
	margin-bottom: 15px;
}
.three-panel-block i.box-round{
	border-color: inherit;
	border-width: 1px;
	border-style:solid;
	padding:16px;
	border-radius: 50%;
}

/*--- Two Block Panel ---*/
.two-panel-block{
	float: left;
	width: 100%;
}
.two-panel-block p{
	font-size:16px;
}


/*--- Two Block Panel ---*/
.four-panel-block{
	float: left;
	width:100%;
}

/* ========== Who We Are ========== */
.widget{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
}

/* ========== Copy Content Styles ========== */
.copy-content-sec{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.copy-container{
	display: flex;
	align-items: center;
}
.copy-content{
	float: left;
	width:100%;
}
.copy-content li i{
	float: left;
	width:30px;
	margin-top:5px;
	color: #5CB85C;
}

/* ========== Team Section ========== */

.team-section{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
	background-color:#fff;
}
.team-footer{
	float: left;
	width:100%;
	padding: 15px;
}
.team-footer h3{
	font-size: 1.5rem;
	text-transform: capitalize;
}
.member-box{
  width:100%;
  float:left;
  position:relative;
  overflow:hidden
}
.member-box:hover> img{
transform: scale(1.05);
transition:1s ease-in;  
}
.member-box img{
  transition:0.3s ease-in;  
}
.member-box.t-bottom .overlay-content{
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
}
.member-box.t-center .overlay-content{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.member-box i.box-circle-solid{
	padding: 0;
	width:40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
/* style 1 */
.member-box.anim-lf .overlay-content{
  position:absolute;
  background-color:rgba(0,0,0,0.6);
  left:-100%;
  bottom:0;
  width: 100%;
  height:100%;
  transition:0.4s ease-in;
}
.member-box.anim-lf:hover>.overlay-content{
  left:0;
  transition:0.4s ease-in;
}
/* style 1 */
.member-box.anim-bt .overlay-content{
  position:absolute;
  background-color:rgba(0,0,0,0.6);
  bottom:-100%;
  width: 100%;
  height:100%;
  transition:0.6s ease-in;
}

.member-box.anim-bt:hover>.overlay-content{
  bottom:0;
  transition:0.4s ease-in;
}

/* ========== Testimonial Section ========== */
.testimonial-section{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
}
.testimonial-section .block-style-03 img{
	width:100px;
}

/* ========== Footer Section ========== */
.footer-section{
	float: left;
	width:100%;
	position: relative;
	z-index: 1;
}
.footer-section .list-box img {
    width: 70px;
}
.footer-section .list-box a.title{
	font-size: 14px;
	line-height: 0;
}
.footer-section .copy-text{
	font-size: 12px;
	border-top: 1px solid #555;
}
.social-box a.icoRss:hover {
	background-color: #F56505;
}
.social-box a.fa-box:hover {
	background-color:#3B5998;
}
.social-box a.tw-box:hover {
	background-color:#33ccff;
}
.social-box a.go-box:hover {
	background-color:#BD3518;
}
.social-box a.ld-box:hover {
	background-color:#007bb7;
}
ul.social-box {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-box li {
	display: inline;
	margin: 0 5px;
}
.social-box li a {
    background: #414344;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 30px;
}

.social-box li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-box li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-box i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

/* ========== My Account Css ========== */
.woocommerce-MyAccount-navigation ul { list-style-type: none;}
.woocommerce-MyAccount-navigation ul li { }
.woocommerce-MyAccount-navigation ul li a { color: #35cbdf; background: #eee; padding: 10px; display: block; border-bottom: 1px solid #fff;}
.woocommerce-MyAccount-navigation ul li a:hover {color: #fff; background: #35cbdf;}
.woocommerce-MyAccount-navigation ul li.is-active a{color: #fff; background: #35cbdf;}
.woocommerce-MyAccount-content .col-1{ max-width: 100%;background: #f2f2f2;padding:0;border: 1px solid #e4e4e4; }
.woocommerce-MyAccount-content .col-2{ max-width: 100%; background: #f2f2f2;padding:0;border: 1px solid #e4e4e4; }
.woocommerce-MyAccount-content address{ padding:10px; margin: 0;}
.woocommerce-MyAccount-content  header{ border-bottom: 1px solid #e4e4e4; padding:10px;}
.woocommerce-account .addresses .title h3 {	margin: 0; }
.woocommerce-account .addresses .title .edit {	color: #35cbdf;  }

/* ========== Checkout Css ========== */
.woocommerce-checkout .col-1 { max-width: 100%;background: #f2f2f2;padding: 15px;margin-bottom: 20px;}
.woocommerce-checkout .col-2 { max-width: 100%; background: #f2f2f2;padding: 15px;margin-bottom: 20px;}
.woocommerce-checkout label { font-weight: 300; margin: 0;  width: 100%;} 
.woocommerce-input-wrapper .input-text { font-weight: 300!important; }
.woocommerce-input-wrapper { width: 100%; float: left;}
.woocommerce-input-wrapper .select2-container .select2-selection--single { min-width: 150px; height: 45px; }
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow { top: 8px; }
.woocommerce-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered{ padding-top: 7px; }
.woocommerce button.button.alt, .woocommerce button.button { background-color: #41ace0!important;color: #fff!important; }
.woocommerce button.button.alt:hover, .woocommerce button.button:hover{ background-color: #2a6ab5!important; color: #fff!important; }
 


/* ========== Copy Content Styles ========== */
.copy-content-sec{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.copy-container{
	display: flex;
	align-items: center;
}
.copy-content{
	float: left;
	width:100%;
}
.copy-content li i{
	float: left;
	width:30px;
	margin-top:5px;
	color: #5CB85C;
}
.faq-box .card{
	border-color: #35CBDF;	
	margin-top: 10px;
}
.faq-box .card-header{
	background-color: #35CBDF;
	color: #fff;
}


/* ========== Price Table Styles ========== */
.price-section{
	float: left;
	width:100%;
	padding:5rem 0;
	position: relative;
	z-index: 1;
}
.price-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
}
.price-section .price-block{

}
.price-section .currency{
	font-size: 25px;
    vertical-align: super;
}
.price-section .price-count{
	font-size: 60px;
	line-height: 60px;
}
.price-section .price-block small{
	display: block;
	font-size: 15px;
}

/* ========== Contact Section ========== */
.contact-section{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.contact-section #map {
    display: block;
    width: 100%;
    height: 100%;
}

.contact-section #map {
    background: #fff;
    width:100%;
    height: 100%;
}
.contact-section .form-control{
	border-radius: 0;
}
.contact-section #map{
	height: 350px;
}

/* ========== Copy Footer Styles ========== */
.copy-footer{
	float: left;
	width:100%;
	font-size: 14px;
	background: #111;
}
.copy-footer a{
	color: #fff;
}
.copy-footer a:hover{
	text-decoration: underline;
}

.slick-track{width:10000px !important;}
.btn-theme{background-color:#35CBDF; color:#fff;}

/* -- slide show section -- */
.btn-rised {
    font-family: 'Akronim', cursive;
    font-size: 6.5em;
    background-color: transparent;
    border: 2px solid #fff;
	color:#fff;
	padding:5px 20px;
}

.btn-rised:hover {color:#43ade0;}

/******************  News Slider Demo-2 *******************/
.owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.owl-pagination {
    display: flex;
    justify-content: space-between;
}
.slick-prev:after{
    content: "\f0d9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #43ade0;
    position: absolute;
    font-size: 26px;
    border: 2px solid #43ade0;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    padding: 0 12px 0 6px;
    line-height: 1;
    margin-left: -13px;
	left: 0;
    top: 50%;
	z-index:99999;
}
.slick-next:after{
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #43ade0;
    position: absolute;
    font-size: 26px;
    border: 2px solid #43ade0;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    padding: 0 12px;
    line-height: 1;
	right: 0;
    top: 50%;
	z-index:99999;
}
button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
    font-size: 0;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    border: 0;
    color: #fff;
    background-color: #fff;
}

.post-slide2 .post-img{
    overflow: hidden;
}
.post-slide2 .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide2:hover .post-img img{
    transform: scale(1.08);
}
.post-slide2 .post-content{
    background: #fff;
    padding: 20px;
}
.post-slide2 .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide2 .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
	color: #202020;
    text-decoration: none;
    font-weight: 500;
}
.post-slide2 .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
	min-height: 100px;
}
.post-slide2 .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide2 .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide2 .post-bar li i{
    margin-right: 5px;
}
.post-slide2 .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide2 .post-bar li a:after{
    content: ",";
}
.post-slide2 .post-bar li a:last-child:after{
    content: "";
}
.post-slide2 .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide2 .buy-btn {
    display: inline-block;
    padding: 5px 30px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #41ace0;
    border-radius: 3px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide2 .wishlist-btn{
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 300;
    color: #302d34;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.f-right {
    float: right !important;
}
.post-slide2 .read-more:hover{
    background: #333;
    text-decoration: none;
}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*---Developer CSS---*/

/*Footer newsletter button*/
.mc4wp-form-fields .footer-mail-btn{
    border-radius: 25px;
    color: #fff;
    font-size: .8rem;
    padding: 11px 23px;
    background-color: #3177b5 !important;
}

/*Holiday page*/
.holiday-caption .carousel-caption a{
    font-family: MerryChristmasStar !important;
}
section.holiday-home-wrap {
    padding: 80px 0px;
}
.holiday-home-wrap h2{
    font-size: 40px !important;
    font-weight: bold;
    color: #000;
}
.holiday-home-wrap h2 span{
    font-family: MerryChristmasStar !important;
    text-transform: capitalize;
    font-size: 72px;
    width: 100%;
    display: inline-block;
    letter-spacing: 5px;
    color: #f00;    font-weight: 500;
}
.holiday-home-wrap h3 {
    font-size: 21px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
}
.holiday-home-wrap ul {
    padding: 0;
}
.holiday-home-wrap ul li {
    color: #4c4c4c;
    font-weight: 500;
    margin-bottom: 15px;
    list-style-type: decimal;
    margin-left: 15px;
    padding-left: 10px;
}
.holiday-home-wrap label {
    background-color: #f00;
    padding: 10px 15px;
    color: #f5f2f2;
    font-size: 20px;
    font-weight: 500;
}
.holiday-home-wrap .row{align-items:center;}
.holiday-home-wrap label strong {
    color: #fff;
    margin: 0px 10px;
    font-weight: 900;
}
/*End*/

.head-box-home {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    position: relative;
}
.head-box-home img {
    max-width: 83px;
    width: 100% !important;
    display: block;
    position: absolute;
    left: 59%;
    top: -31%;
}
/*Installation tab style*/
.installation_container{
    padding: 20px 70px 30px 70px;
}
.installation_logo{
    width: 400px;
}
.installation_top_heading{
    font-weight: 600;
    font-size: 40px;
    font-family: math !important;
}
.installation_main_heading{
    font-weight: 700;
    font-size: 40px;
    font-family: system-ui !important;
}
.installation_list_heading{
    font-weight: 700;
    font-size: 19px;
}
.installation_list{
    font-weight: 600;
    font-size: 18px;
    font-family: system-ui;
}
.installation_footer{
    font-weight: 800;
}
/*End*/
/*Preeti design for fixing single post header*/
section.single-post-header .carousel-caption{
    position: absolute;
    right: 50%;
    top: 50%;
    left:unset;
    bottom: unset;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    transform: translate(50%, -50%);
    display: inline-block;
    white-space: nowrap;
    width: auto;
    max-width: 90%;
    overflow: hidden;
}
section.single-post-header .carousel-caption a{
    font-family: 'Akronim', cursive;
    font-size: 6.5em;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 20px;
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
section.single-post-header .carousel-caption a:hover{
    color: #43ade0;
}
.single .single-post-header{
    margin-top: 80px;
}
/*End*/

/*Eila(Preeti) css - 22-Feb-2024*/
.woo-login-overridden-tpl form.woocommerce-form-login p.woocommerce-form-row label, .woo-login-overridden-tpl form.woocommerce-form-login p.form-row label, .woo-login-overridden-tpl form.woocommerce-form-register p.woocommerce-form-row label{width:100%;}

/*Offer banner design customization starts*/
.cuw-template-3-modified .cuw-modal .cuw-modal-header, .cuw-template-3-modified .cuw-modal .cuw-modal-footer{
    background-image: linear-gradient(to right, #264656, #0c121a) !important;
}
.cuw-template-3-modified .cuw-cart-subtotal .woocommerce-Price-amount.amount{
    color: #000000;
}
.cuw-template-3-modified .cuw-popup-products.cuw-products.cuw-mobile-responsive{
    grid-template-columns: none !important;
}
.cuw-template-3-modified .cuw-product-quantity{
    display: none;
}
.cuw-template-3-modified .cuw-saved-amount ins{
    background: red;
}
/*Offer banner design customization ends*/

/* Search Results Grid starts */
.searchtpl {
    width: 100%;
    max-width: 100%;
}

.searchtpl #main {
    width: 100%;
}
.search-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    width: 100%;
}

.search-grid-item {
    border: 1px solid #e5e5e5;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.search-grid-item:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.search-grid-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.search-grid-content {
    padding: 16px;
}

.search-grid-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.search-grid-date {
    font-size: 13px;
    color: #8a8a8a;
    margin-bottom: 6px;
}

.search-grid-title a {
    text-decoration: none;
    color: #000;
}

.search-grid-excerpt {
    font-size: 14px;
    color: #555;
}

.search-pagination .screen-reader-text{
    display: none;
}
.search-pagination .pagination{
    justify-content: center;
    align-items: center;
}
/* Search Results Grid ends */

/* == Responsive Stylings csss == */
@media (max-width: 991px){
	.container{
		width: 100%;
	}
	.intro .intro-box{
		padding-left: 0;
		margin-bottom: 0;
	}
	.intro .intro-box span{
		margin-right: 10px;
	}
	.intro .intro-box .list-item{
		width: 85%;
	}
	.content-half ul li i{
		font-size: 20px;
	}
	.content-half ul li .list-content{
		width:77%;
	}
	.content-half ul li strong{
		line-height: 0;
	}
	.testimonial-section .single-testimonial .carousel-item{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.widget h2 {
    	font-size: 1.5rem;
	}
	.widget .counter{
		line-height: 0;
		font-size: 1.7rem;
	}
	.widget .fa-3x{
		font-size: 2rem;
	}
	.widget .stat-content h4{
		font-size: 1.2rem;
	}
	.p-90 {
    padding: 0 !important;
    }
    iframe#homeVideo {
    height: 225px;
    }
}
@media only screen and (max-width:990px){
    .box20{margin-bottom:30px}
    .product-grid7{margin-bottom:30px}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .backdoor_email_note_wrap .email_note {
        padding: 7px;
        font-size: 8px;
    }
}
/* iPhone 12 Pro Landscape */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .main-navigation ul li a{
        padding: 29px 5px !important;
    }
    .light-header .main-navigation ul li a{
        padding: 23px 5px 16px 5px !important;
    }
    .btn-rised{font-size: 2.5em !important;}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .main-navigation ul li a{
        padding: 29px 5px !important;
    }
    .light-header .main-navigation ul li a{
        padding: 20px 5px !important;
    }
}
@media (min-width:768px) and (max-width:812px){
.head-box-home img{left: 64%;}
}
@media (min-width: 768px){
    div#news-slider2 {
        display: flex;
        flex-wrap: wrap;
    }
    .post-slide2 {
        margin: 0 14px;
        margin-bottom: 2em;
        max-width: 30.666%;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }
    .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255,255,255,0.10);
	}
}
@media (max-width: 768px) {
    .backdoor_email_note_wrap .email_note{
        padding: 3px;
        font-size: 9px;
    }
}
@media (max-width: 767px){
    
    nav.navbar.navbar-expand-md.fixed-top.top-nav {
        padding: 5px 10px 5px 10px;
        /*margin-top: -15px;*/
    }
    
    .top-nav.light-header {
        /*height: 70px;*/
        height: unset !important;
    }
    
    .container{	width:100%;	}
	.intro .intro-form-small input[type="text"], .intro .intro-form-small input[type="password"]{		width: 36%;	}
	.intro .carousel-caption{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 80%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
		 
	.intro .carousel-caption .btn-rised{font-size: 3.5em;}
	.widget.widget-counter .container{		width: 100%;	}
	.contact-section #map {    	height: 400px	}
    .intro .display-4{        font-size:2rem;    }
    .intro p{        display: none;    }
    /*.intro img{        height: 100%;    }*/
    .intro .btn-primary{        margin-top: 20px;    }
	.top-nav {	border-bottom: none; height: unset;}
    .top-nav .navbar-toggler i {    color: #fff;    margin-top: 6px;    }
	.mid-cont .mid-content .h2, .mid-cont .mid-content h2 {font-size: 1rem;}
	.post-slide2.slick-slide{    display: block !important;	max-width: 330px !important;}
	
	.container-col.social-online-icon {	flex-direction: row; padding: 0px 10px 10px 10px;}
	.section_online .head-box .m-heading {font-size: 1rem !important;}
	
	/*for contact page csss*/
	.login-block .banner-sec{ padding-bottom: 15px;}
	.login-block .banner-sec .carousel-caption{ position: static;}
	
    /*for banner csss*/
	
    .container-col{flex-direction: column;}
    .section_4 .col-n {	width: 100%;}	
    .carousel.slide .btn-rised{font-size: 120%;}
    .carousel.slide h2.display-4 {font-size: 100%;}
    .carousel.slide img.d-block.img-fluid {/*min-height: 35vh;*/}
    .intro .carousel-item {	height: auto;}	
    .carousel.slide p.lead {font-size: 100% !important;}
    .offset-2, .offset-1 {margin-left: 0 !important;}
    .section_lighting_02 .col-n {    padding-right: 0 !important;    padding-left: 0 !important;    margin-bottom: 10px;}
    .well.search-filter {padding: 30px 0 10px;}
    .post-slide2 {
        max-width: 85%;
        margin-left: 7.5%;
    }
    .section_3 .col-l, .section_3 .col-r {
        width: 100%;
    }
    .single .single-post-header{
        margin-top: 65px;
    }
    h6.m-heading {
        font-size: 1rem !important;
    }
    .head-box-home img {
        max-width: 61px;
        width: 100% !important;
        display: block;
        position: absolute;
        left: 67%;
        top: -31%;
    }
}
@media screen and (max-width: 700px) {
    .search-box{ right: 10px;}
    .search-box input[type="text"]{ height: 32px; }
}
@media (max-width:576px){
	.top-nav .navbar-brand{ padding: 0; max-width: 130px; }
	/*for product page*/
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {	width: 100%!important;  }
	.yith-wcwl-add-to-wishlist{margin-top: 4px !important;}
	.woocommerce ul.products li.product .button{ position:unset; top: auto; bottom: 0; left: 0;} 
	
	.intro-apparel .carousel-caption{ top: 65%;}
	
	.mobile_only{ display: block; }
	button.navbar-toggler:focus{
	    outline: unset !important;
	}
	.nav-item .cart-icon{ display: none;}
	a.nav-link.search-icon-mobile, a.nav-link.cart-icon {	width: 35px !important;	height: 17px;	float: left; padding: 0;}
	.search-box-mobile {
        background: rgba(255, 255, 255, .5);
        position: absolute;
        top: 66px;
        width: 240px;
        right: 124px;
        height: 60px;
        line-height: 60px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        border-top: 4px solid #41ace0;
        display: none;
        z-index: 9;
    }
    .search-box-mobile input[type="text"] {
        width: 154px;
        padding: 1px 10px 4px 10px;
        margin-left: 10px;
        border: 1px solid #41ace0;
        outline: none;
        display: inline-block;
        height: 32px;
    }
    .search-box-mobile input[type="submit"] {
        width: 55px;
        padding: 7px 0;
        background: #41ace0;
        color: #fff;
        margin: 0 0 0 5px;
        border: 1px solid #41ace0;
        outline: none;
        cursor: pointer;
    }
	.search-box-mobile::before{ right: 40px; }
	.navbar-brand{ margin-right: 10px; }
	.added_to_cart{margin-left: 6px;padding: 0;}
	.search-icon, .search-box{display:none !important;}
	.slick-prev:after{
	    left: 19px !important;
	}
	.slick-next:after{
	    right: 19px !important;
	}
}
@media only screen and (max-width:479px){
    .box20 .title{font-size:20px}
}
