/*
Theme Name: Business Prime
Author: Theme Farmer
Author URI: https://www.themefarmer.com
Theme URI: https://www.themefarmer.com/free-themes/business-prime/
Description: Business Prime is WordPress Theme to give a boost start for your business. Business Prime is responsive to fit on all device to be all device.  Business Prime is  a clean, simple and professional business theme with awesome design and Powerful of features for business and corporate websites. Business Prime is highly recommended for business, corporate, informative, agencies, travel, design, art, personal, restaurant, construction, health, digital agency, bloggers, corporate business, freelancers, portfolio, product showcase, and any other creative websites and blogs. Even with all the Powerful features the theme is optimized for fast performance and security. frequently maintained by  Our Experts and expert quality assurance team so that you will never have to compromise quality and speed. it also have multiple page templates such as right sidebar, Left Sidebar, Full Width, landing page. Check Demo At http://demo.themefarmer.com/business-prime/ 
Version: 1.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-prime
Tags: blog, custom-logo, custom-header, custom-menu, featured-images, full-width-template, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns


Business Prime is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/* All */

/*global variables*/
:root {
	/*--coolheat-color: #00aeef;*/
	--coolheat-color: green;
}

body {
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 18px;
    background-color: #f4f4f4;
    overflow-x: hidden; 
    overflow-y: auto; 
}
.site-container{
	width: 100%;
	position: relative;
}
a:hover {
	color: var(--coolheat-color);
}
a:focus {
    text-decoration: none;
    outline: none;
}

.site-quote-btn {
	display: table;
	order: 2;
	float: right;
	margin: auto;
	height: 45px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 900;
	background-color: var(--coolheat-color);
	opacity: 0.6;
	border: 2px solid var(--coolheat-color);
	border-radius: 5px;
}

.site-quote-btn a {
	color: white;
	display: table-cell;
	vertical-align: middle;
	/*padding-top: 15px;*/
	/*padding-bottom: 15px;*/
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
}
.site-quote-btn a:hover {
	color: var(--collheat-color);
}
.lazyloaded {
	display:block;
	width:48px;
	height:48px;		
}


.lazyloaded:hover{
	border-color: var(--coolheat-color);
	background: var(--coolheat-color);
}

.quote-note textarea {
	display: none;
}
.quote-note1 .wpforms-field-description {
	font-size: 23px;
}
.signup{
	border: 2px solid var(--coolheat-color);
	font-family: "Titillium Web","Arial",sans-serif;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	text-align: center;	
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.video-wrap {
	/*max-width: 350px;*/
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	/*border: 1px solid var(--coolheat-color);*/
}
.news-wrap {
	margin-left: 10px;
	margin-right: 10px;
}
.iframe-container {
  overflow: hidden;
  /*Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625)*/
  padding-top: 55.97%;
  position: relative;
   margin-left: 30px;
   margin-right: 30px;
}
 
.iframe-container iframe {
   border: 0;
   height: 100%;
   position: absolute;
	left: 0;
   top: 0;
   width: 100%;
}
.social-icons-wrapper {
	text-align: center;
	display: inline-block;
}
.social-icon1 {
	border: 2px solid #727272;
	display: inline-block;
	text-align: center;
}
.social-icon img {
	
}
.social-icon {
	border: 2px solid #727272;
	display: inline-block;
	text-align: center;
	width: 45px;
	height: 45px;	
	margin: 5px;
}
.social-icon img {
	position: relative;
	top: 4.5px;
	border-radius: 0px;	
	width: 80%;
	height: 80%;
	vertical-align: middle;
	margin: auto;
}
.social-icon:hover{
	background-color:var(--coolheat-color);
}
.icon-udl-u {
	fill: white;
	stroke: red;
	stroke-width: 2;
}
.icon-udl-d {
	fill: blue;
	stroke: blue;
	stroke-width: 2;
}
.icon-udl-l,
.icon-udl-ushadow, .icon-udl-dshadow {
	fill: green;
	stroke: green;
	stroke-width: 2;
}

/*
div {
    transform-style: preserve-3d;
    perspective: 500px;
}
.rotate {
    animation: rotate 5s linear infinite; 
}
 
.reverseRotate {
    animation: reverseRotate 5s linear infinite; 
}
 
@keyframes rotate {
    0% {
        transform: rotateX(0deg) rotateZ(0deg);
    }
    50% {
        transform: rotateX(10deg) rotateZ(180deg);
    }
    100% {
        transform: rotateX(0deg) rotateZ(360deg);
    }
}
 
@keyframes reverseRotate {
    100% {
        transform: rotateZ(-360deg);
    }
}
*/
.btn,
.btn:hover,
.btn:focus {
    text-decoration: none;
    outline: none;
}

.read-more-btn {
	align-self: right;
}

button,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

select {
    padding: 10px;
}

.img-responsive {
    width: 100%;
    height: auto;
	margin: auto;
}

.img-responsive-half {
    width: 60%;
    height: auto;
	margin-left: auto;
	margin-right: auto;
}

.bp-space {
    padding: 30px 0;
}

.white-text {
    color: #fff;
}

.back-to-top i {
    background-color: #66a3ff;
    bottom: 10px;
    opacity: 0.8;
    color: #fff;
    font-size: 36px;
    padding: 5px 15px;
    position: fixed;
    right: 10px;
    z-index: 1;
    transition: all 1s ease 0.6s;
}

.text-center {
    text-align: center;
}




/* All */


/* Top */

.top {
    background-color: #66a3ff;
    padding: 5px;
}

.top-left {
    padding: 0;
}

.top-right {
    color: #fff;
    text-align: right;
}

.top-right i {
    color: #fff;
    font-size: 20px;
}






/* Top */


/*  Menu CSS */

header {
    background: rgba(1, 0, 0, 0.3) none repeat scroll 50 100;
    position: fixed;
    width: 100%;
    z-index: 500;
}

.navbar-brand>img {
    display: inline-block;
    padding: 10px 0;
}

.sticky-head {
    padding: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-branding {
	/*border-style: dotted;
	border-width: 2px;
	border-color: green;*/
	vertical-align: middle;
	order: 1;
}

.navbar-toggle {
	margin-left: auto;
	order: 3;
}

.site-header-control:hover {
	color: var(--coolheat-color);
}

.btn-site-header-control {
	vertical-align: middle;
	height: 50px;
	margin-top: 0px;
	margin-left: 30px;
	border: 3px solid var(--coolheat-color);
}

.menu {
    background-color: transparent;
    color: #fff;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.menu .navbar-collapse {	
    float: right;
	align-self: flex-end;
    width: none !important;
}

.menu .navbar-brand:hover,
.menu .navbar-brand {
    float: none;
    font-size: 30px;
    margin: 0 !important;
    padding: 1px;
    color: #fff;
	border-bottom-color: var(--coolheat-color);
}

.menu .navbar-nav li a {
    color: #fff;
    padding: 30px 10px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu .navbar-nav li a:hover {
	color: var(--coolheat-color);
}
.menu .navbar-nav li a:focus,
.menu .navbar-nav li a:active {
    color: #fff;
	border-bottom-color:var(--coolheat-color);
}

.menu .dropdown-menu {
    min-width: 200px;
    left: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100% !important;
    margin-top: 0px;
    margin-left: -1px;
    margin-right: -130px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.dropdown-submenu>a:after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    font-weight: bold;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: -1px;
    margin-right: 0px;
    font-size: 20px;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.menu.navbar-default .navbar-nav>.active>a {
	color: #fff;
	background-color: transparent;
}
.menu.navbar-default .navbar-nav>.active>a:focus {
	border-bottom-color: #fff;
}
.menu.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    /*color: #fff;*/
	color: var(--coolheat-color);
	border-bottom-color: #fff;
}

.menu.navbar-default .navbar-nav>.open>a {
	/*color: #f00;*/
	color: var(--coolheat-color);
	background-color: transparent;
}
.menu.navbar-default .navbar-nav>.open>a:focus {
	background-color: red;
}
.menu.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    /*color: #f00;*/
	color: var(--coolheat-color);
	border-bottom-color: #fff;
}

.menu .dropdown-menu>li>a {
    /*color: #fff;*/
	color: var(--coolheat-color);
    white-space: normal;
    word-wrap: normal;
    padding: 10px 10px !important;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
	border-bottom: 2px solid var(--coolheat-color);
}

.menu .dropdown-menu>li>a:focus,
.menu .dropdown-menu>li>a:hover {
    background-color: #66a3ff;
    /*color: #fff;*/
	color: var(--coolheat-color);
	border-bottom-color: #fff;
}

.menu .dropdown-menu li.dropdown.open a {
    background-color: transparent;
    /*color: #fff;*/
	color:var(--coolheat-color);
}

.menu .dropdown-menu {
    border-top: 1px solid #66a3ff;
}

.menu li .dropdown-menu {
    width: 180px;
    position: absolute;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

@media (min-width:768px) {
    .menu .dropdown:hover>.dropdown-menu {
        display: block;
    }
}

.menu .nav {
    color: #fff;
	margin-top: 15px;
}

.admin-bar .site-header,
.admin-bar .site-header.float-header {
    top: 32px;
}






/*  Menu CSS */


/* Slider */

.home-swiper {
    /*height: 650px;*/
}

.slider {
    margin: 0;
}

.home-pagi .swiper-pagination-bullet {
    height: 20px;
    width: 20px;
	background: var(--coolheat-color);
    opacity: 1;
}

.home-pagi .swiper-pagination-bullet-active::after {
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: "";
    height: 28px;
    margin-left: -14px;
    margin-top: -4px;
    position: absolute;
    width: 28px;
}

.home-swiper .overlay, .products-swiper .overlay {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 2;
	display: block;
}

.home-swiper .carousel-caption, .products-swiper .carousel-caption {
    padding: 0;
    top: 35%;
    right: 0;
    left: 0;
    bottom: inherit;
	display: block;
	z-index: 10;
	/*height: 300px;*/
}

.home-swiper .carousel-caption .bp-slider, .products-swiper .carousel-caption .bp-slider {
	display: block;  /*this is controlling whether to display middle slider*/
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
	/*background: var(--coolheat-color);*/
    /*border-top: 2px solid #66a3ff;*/
	border-top: 2px solid var(--coolheat-color);
    margin: 0;
    padding: 10px 20px;
    width: 80%;
}

.home-swiper .carousel-caption .bp-slider-heading, .products-swiper .carousel-caption .bp-slider-heading {
    font-size: 42px;
    margin: 5px 0;
    animation-duration: 1s;
}

.home-swiper .carousel-caption .bp-slider-desc, .products-swiper .carousel-caption .bp-slider-desc {
    /*font-size: 18px;*/
    margin: 5px;
    animation-duration: 1.5s;
}

.home-swiper .s_link, .products-swiper .s_link {
	background-color: var(--coolheat-color);
    /*background-color: #66a3ff;
    border: 1px solid #66a3ff;
	border: 1px solid var(--coolheat-color);*/
    bottom: 0;
    color: #fff;
    font-size: 18px;
    left: 0;
    padding: 5px 10px;
    margin: 10px 5px;
    text-transform: uppercase;
}

.home-swiper .s_link, .products-swiper .s_link:hover {
    color: #fff;
}

.slider .swiper-button-next,
.slider .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.1);
    height: 60px;
    width: 60px;
    background-image: none !important;
    color: #fff;
    font-size: 36px;
    text-align: center;
    padding: 5px;
    border-radius: 50%;
}

.slider .swiper-slide-active .animation.animated-item-1 {
    animation: 500ms linear 300ms normal both 1 running fadeInDown;
}

.slider .swiper-slide-active .animation.animated-item-2 {
    animation: 900ms linear 600ms normal both 1 running fadeInDown;
}

.slider .swiper-slide-active .animation.animated-item-3 {
    animation: 1200ms linear 900ms normal both 1 running fadeInDown;
}






/* Slider */


/* Service 2 */

.swiper-button-next,
.swiper-button-prev {
    background-image: none;
}

.bp-section {
    margin: 0;
    margin-bottom: 30px;
}

.bp-section-title {
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.bp-section-title span {
    border-bottom: 2px solid #66a3ff;
	border-bottom: 2px solid var(--coolheat-color);
}

.bp-section-description {
    font-size: 18px;
    margin: 0;
}

.bp-home-service {
    margin-top: 20px;
}

.home-service {
    margin-bottom: 30px;
}

.home-service-inner {
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    padding: 20px 15px;
    border-bottom: 3px solid transparent;
}

.bp-service-title {
    margin: 0;
    border-bottom: 2px solid #ddd;
	/*border-bottom: 2px solid var(--coolheat-color); */
}

.bp-service-title i {
    /*border-bottom: 3px solid #66a3ff;*/
	border-bottom: 3px solid var(--coolheat-color);
    /*color: #66a3ff;*/
	color: var(--coolheat-color);
}

.bp-service-title i {
    float: left;
    font-size: 36px;
    height: 50px;
    margin-bottom: -2px;
    margin-right: 10px;
    width: 50px;
}

.bp-service-title h2 {
    margin: 0;
    margin-top: 5px;
    font-size: 24px;
}

.bp-service-title h2 a {
    /*color: #66a3ff;*/
	color: var(--coolheat-color);
}

.bp-service-description {
    margin: 0;
    padding: 10px 0;
}

.home-service:hover .home-service-inner {
    /*border-bottom: 3px solid #66a3ff;*/
	border-bottom: 3px solid var(--coolheat-color);
}

.home-service:hover .home-service-inner {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.category-videos {
	border: 0;
	border-radius: 0;
	/*border-right: 5px solid #ddd;
	border-bottom: 5px solid #ddd;*/
}



/* Services */


/* index blog  */

.bp-home-blog {
    margin-top: 20px;
	display: flex;
	justify-content: center;
}

.bp-home-blog .bp-blog-post .img-thumbnail {
    display: block;
    padding: 0;
	border: 0;
	border-radius: 0;
    border-right: 5px solid #ddd;
    position: relative;
	
}
.img-thumbnail {
	align-content: center;
    text-align: center;
}
.bp-blog-post {
	/*border: 5px solid #ddd;
	border-radius: 5px;*/
	border-top: 0;
	border-left:0;
}

.bp-home-blog .bp-blog-post .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.bp-home-blog .bp-blog-post:hover .overlay {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.bp-left,
.bp-right {
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff !important;
    top: 50%;
    display: inline-block;
    font-size: 20px;
    padding-top: 5px;
    position: absolute;
}

.bp-left:hover,
.bp-right:hover {
    color: #fff !important;
}

.bp-left {
    left: 35%;
}

.bp-right {
    right: 35%;
}

.w_gravtor {
	display: none;
    border: 3px solid #66a3ff;
    float: right;
    height: 60px;
    margin-right: -11px;
    margin-top: -30px;
    position: relative;
    width: 60px;
    z-index: 3;
}

.w_blogs_post .img-thumbnail {
    padding: 0;
    border: 0;
    display: block;
    position: relative;
	margin: 0 auto;
	max-width: 30%;
    overflow: hidden;
    border-radius: 0;
}

.w_blogs_post_desc {
    border: 5px solid #ddd;
    border-top: 0;
	border-left: 0;
    padding: 10px;
    padding-top: 0;
    background-color: #FFF;
	overflow: hidden;
	/*margin-right: 30px;*/
}

.post-info {
	position: absolute;
	top: 0px;
	right: 0px;
	background: var(--coolheat-color);
	opacity: 0.8;
	color: white;
    margin: 0;
	padding: 0;
    display: block;
	text-align: center;
	border: 1px solid var(--coolheat-color);
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
 	/*-webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);*/
}

.post-products {
	display: none;
}

.post-info li {
    display: inline-block;
    font-size: 15px;
	padding-left: 3px;
	padding-right: 3px;
}

.post-info li a {
    color: #eee;
}

.post-info li i {
    /*color: #66a3ff;*/
	color: var(--coolheat-color);
    margin-right: 5px;
}

.w_blogs_post_desc .entry-title {
    display: inline-block;
    line-height: 20px;
    padding-bottom: 5px;
    text-transform: capitalize;
    margin: 10px 0 0;
    font-size: 20px;
}

.w_blogs_post_desc .entry-title a {
    /*color: #66a3ff;*/
	color: var(--coolheat-color);
    text-decoration: none;
}

.w_blogs_post_desc p {
    font-size: 16px;
    color: #666;
    line-height: 25px;
    margin: 5px 0;
}


.w_blogs_post:hover .img-thumbnail img {
    transform: scale(1.4);
    transition: all ease 0.6s;
}


.w_blogs_post_desc .btn {
    /*color: #66a3ff;*/
	color: var(--coolheat-color);
    margin: 10px 0;
    display: inline-block;
    float: left;
}

.w_blogs_post_desc .btn:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 18px;
    margin-right: 5px;
}

.w_blog_pagination .pager li>a {
    border: 1px solid #66a3ff;
    border-radius: 2px;
}

.w_blog_pagination .pager li>a:hover {
    background-color: #66a3ff;
    color: #fff;
	border-bottom-color:var(--coolheat-color);
}

.logged-in-as a {
    color: #66a3ff;
}

.comment-form .btn {
    background-color: #66a3ff;
    color: #fff;
}

.bp_comment_form {
    margin: 0;
}

.bp_comment_form .form-group {
    padding: 0;
}





/* index blog  */
/*.col-md-9, */
.swiper-container {
	padding-left: 0px;
	padding-right: 0px;
}
.w_right_side{
	/*padding-right: 15px;*/
	/*margin-right: -5px;*/
}

.swiper-slide {
	width:100%;
}

/* home callout  */

.bs-p-callout-con {
    position: relative;
    min-height: 350px;
    overflow: hidden;
}

.bp-callout {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 70px 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /*color: #FFF;*/
	color: var(--coolheat-color);
}

.blur-backgound {
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.callout-backgound {
    background-image: url(images/callout-bg.jpg);
    background-attachment: fixed;
}

.callout-buttons {
    width: 100%;
    text-align: center;
    min-width: 250px;
    margin: 0 auto;
    margin-top: 55px;
}

.bt-1,
.bt-2 {
    padding: 10px 20px;
    border-radius: 2px;
    background-color: transparent;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

.bt-1:hover,
.bt-1:active,
.bt-1:focus,
.bt-1:visited,
.bt-2:hover,
.bt-2:active,
.bt-2:focus,
.bt-2:visited {
    text-decoration: none;
    /*color: #FFF;*/
	color: var(--coolheat-color);
}

.bt-1 {
    background-color: rgba(207, 207, 207, 0.57);
    /*border: 1px solid #1871b3;*/
	border: 1px solid var(--coolheat-color);
    color: #FFF;
    margin-right: 20px;
}

.bt-2 {
    /*background-color: #1871b3;*/
	background-color: var(--coolheat-color);
    color: #FFF;
}





/* home callout  */


/*home about us*/

.bp-aboutus {
    background-color: #FFF;
}

.bp-aboutus .bp-section-title,
.bp-aboutus .bp-section-description {
    text-align: center;
}





/*home about us*/


/*home portfolio*/

.bp-portfolio {
    background-image: url(images/portfolio-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.bp-portfolio .bp-section {
    color: #FFF;
}

.bp-home-portfolio .portfolio-item {
    margin-bottom: 30px;
}

.bp-home-portfolio .portfolio-item .portfolio-inner {
    position: relative;
}

.bp-home-portfolio .portfolio-item img {
    min-height: 250px;
}

.bp-home-portfolio .portfolio-item .port-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all .3s ease-in-out;
    text-align: center;
}

.bp-home-portfolio .portfolio-item:hover>.portfolio-inner .port-overlay {
    opacity: 1;
}

.bp-home-portfolio .port-show {
    color: #FFF;
    border: 1px solid #FFF;
    padding-top: 7px;
    height: 40px;
    width: 40px;
    display: inline-block;
    font-size: 18px;
    border-radius: 2px;
    position: absolute;
    top: 42%;
    margin: 0 auto;
    left: 0;
    right: 0;
}





/*home portfolio*/


/* Client Start  */

.client-next,
.client-prev {
    background-color: rgba(0, 0, 0, 0.72);
    color: #FFF;
    font-size: 24px;
    text-align: center;
    padding-top: 5px;
    border-radius: 2px;
}

.clients.swiper-slide {
    width: 25%;
}

.clients .img-thumbnail {
    padding: 0;
    border-radius: 2px;
}





/* Client End  */


/* testimonail */

.w_testimonail_detail {
    text-align: left;
    margin: 0;
}

.w_testimonail_detail p {
    padding: 20px 30px;
    background-color: #000;
    color: #fff;
    margin: 0;
}

.w_testimonail_detail .img-thumbnail {
    padding: 0;
    border: 0;
    display: inline-block;
    position: relative;
    float: left;
}

.w_testimonail_detail .img-thumbnail img {
    width: 100px;
    height: 100px;
}

.w_testimonail_detail h2 a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
}

.swiper-container {
    width: 100%;
    overflow: hidden;
}

.w_testimonail_detail h2 {
    display: inline-block;
    float: left;
    margin: 0 20px;
    position: relative;
    top: 0;
    width: 70%;
}

.w_testimonail_detail span {
    display: block;
    float: left;
    margin-left: 20px;
}

.w_testimonail_detail p::after {
    color: #fff;
    content: "ï„";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 100;
    left: 5px;
    line-height: 1.6em;
    position: absolute;
    top: 15px;
    z-index: 2;
}






/* testimonail */


/* Footer */

footer {
    background-color: #030613;
	align-content: center;
	text-align: centetr;
}
.footer-widget {
    border: 0;
    padding-top: 5px;
	padding-bottom: 5px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
}
.bp-footer {
	align-content: center;
	text-align: center;	
	padding-top: 10px;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.w_footer {
    padding-bottom: 30px;
}

.widget-heading {
    padding: 15px;
}

.widget-text {
    padding: 15px;
    color: #eee;
}

.widget-heading h1 {
    border-bottom: 2px solid;
    display: inline-block;
    font-size: 24px;
    margin: 0;
    padding: 10px 0 5px;
    color: #eee;
}

.address {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.address li {
    display: block;
    margin: 5px 0;
}

.address li a {
    font-size: 16px;
    color: #eee;
    text-decoration: none;
}

.address li i {
    width: 20px;
    height: 20px;
}

.recent-blogs {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.recent-blogs li {
    display: inline-block;
    margin: 5px 0;
}

.recent-blogs li a {
    font-size: 18px;
    color: #eee;
    text-decoration: none;
}

.blogs-pics {
    padding: 0;
}

.blogs-detail h3 {
    margin: 0;
}

.tags {
    list-style: none;
    padding: 0;
    display: inline-block;
}

.tags li {
    display: inline-block;
    margin: 5px 0;
}

.tags li a {
    font-size: 16px;
    color: #666;
    text-decoration: none;
    background-color: #eee;
    padding: 5px;
}

.tags li i {
    width: 20px;
    height: 20px;
}

.f_social {
    display: block;
    padding: 0;
    margin: 0;
    list-style: circle;
}

.f_social li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.f_social li a {
    color: #eee;
    padding: 0;
    text-decoration: none;
}

.f_social i {
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    margin: 0px;
    font-size: 14px;
}

.f_social i:hover {
    background-color: #66a3ff;
    color: #fff;
}

.footer-copy {
    /*background-color: #66a3ff;*/
	background-color: var(--coolheat-color);
    padding: 5px 0;
    color: #fff;
}

.footer-copy a {
    color: #FFF;
    text-decoration: none;
}

footer {
    border-top: 1px solid #ddd;
}

.footer-copy-social {
    text-align: right;
    padding: 0;
}

.footer-btn-container {
	position: fixed; /*important*/
	top: 50%;
	margin-top: -75px;
	right: 0px;
	z-index: 999;
	border-color: #fff;
	background: #fff;
	text-transform: none;
	display: inline-block;
}

.footer-btn-text {
	position: absolute;
	left: -22px;
	top: 0px;
	bottom: 0px;
	z-index: -1;
	border-radius: 8px;
	border: 1px solid #bbb;
	cursor: pointer;
	display: inline-block;
	
}

.footer-btn-text h1 {
	margin-top: 26px;
	color: #fff;
	font-weight: 400;
	-webkit-transform: rotate(-90deg) translate(-40px, -33px);
	-moz-transform: rotate(-90deg) translate(-40px,-33px);
	-ms-transform: rotate(-90deg) translate(-40px,-33px);
	-o-transform: rotate(-90deg) translate(-40px,-33px);
	-khtml-transform: rotate(-90deg) translate(-40px,-33px);
	transform: rotate(-90deg) translate(-40px, -33px);
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	border: 3px solid var(--coolheat-color);
	border-radius: 8px;
	background-color:blue;
}

/* Footer */


/* Breadcum */

.w_back1 {
    background-image: url(images/header-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.w_breadcum {
    padding: 120px 0 50px;
    background: rgba(0, 0, 0, 0);
    color: #fff;
}

.w_breadcum h1 {
    display: inline-block;
    margin: 0;
}

.w_breadcum ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    float: right;
    margin: 0;
}

.w_breadcum ul li {
    display: inline-block;
    font-size: 18px;
}

.w_breadcum ul li a,
.w_breadcum a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}






/* Breadcum */


/* Sidebar-widget */

.sidebar-widget {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #eee;
}

.widget .form-group {
    margin: 0;
    padding: 0 5px;
}

.sidebar-widget .widget-title {
    color: #444;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid var(--coolheat-color);;
}

.sidebar-widget input[type="search"] {
    background: white none repeat scroll 0 0;
    border: 2px solid var(--coolheat-color);
    border-radius: 0;
    font-size: 16px;
    outline: medium none;
    padding: 10px 10px 10px;
    width: 100%;
}

.sidebar-widget .search-submit {
    display: none;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.sidebar-widget ul {
    list-style-type: none;
    padding: 0 0 0 15px;
    margin: 0;
}

.sidebar-widget ul li::before {
    /*color: #66a3ff;*/
	color: var(--coolheat-color);
    content: "\f0da";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.sidebar-widget ul li a {
    text-decoration: none;
    color: #444;
}


/* Sidebar-widget */


/*Widgets */

.tagcloud {
    float: left;
}

.tagcloud a {
    border: 2px solid #66a3ff;
    color: #333;
    display: inline-block;
    font-size: 14px !important;
    margin: 2px 0;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.tagcloud a:hover {
    background-color: #66a3ff;
    color: #fff;
}

.widget ul {
    list-style: none;
    padding-left: 10px;
}

.widget li:before {
    font-family: "FontAwesome";
    content: "\f0da";
    margin-right: 10px;
    font-size: 16px;
}

.widget ul li a {
    color: #333;
    font-size: 16px;
}

.widget ul li a:hover {
    color: #66a3ff;
}

.widget li.cat-item:before {
    font-family: "FontAwesome";
    content: "\f07b";
    margin-right: 10px;
    font-size: 16px;
}

.footer-widget.widget ul li a,
.footer-widget.widget li:before,
.footer-widget.widget ul li {
    color: #FFF;
}

.footer-widget .widget-heading {
    color: #FFF;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer-widget .widget-heading::after {
    /*background: #66a3ff none repeat scroll 0 0;*/
	background: var(--coolheat-color) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin-top: 5px;
    width: 100px;
}

.search-label {
    width: 100%;
    padding: 0;
}

.search-field {
    padding: 10px;
    outline: 0;
    border: 1px solid #66a3ff;
    width: 100%;
}

.Header-widget .search-label {
    width: 100%;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 0;
}

.Header-widget .search-field {
    outline: 0;
    border: 1px solid #66a3ff;
    width: 100%;
    padding: 10px;
}

.calendar_wrap,
.calendar_wrap #wp-calendar {
    width: 100%;
    background-color: #FFF;
}

.calendar_wrap #wp-calendar caption {
    /*background-color: #66a3ff;*/
	background-color: var(--coolheat-color);
    padding: 5px;
    color: #FFF;
}


.calendar_wrap #wp-calendar td,
.calendar_wrap #wp-calendar th {
    text-align: center;
    /*border: 1px solid #66a3ff;*/
	border: 1px solid var(--coolheat-color);
}






/*Widgets */


/* Blog */

.post,
.w_blogs_post {
    margin-bottom: 35px;	
}

.w_blog_detail {
    margin: 0;
}

.w_blog_pagination,
.w_blog_comments,
.w_blogs {
    margin: 0;
}

.w_blogs {
    /*background-color: #d2d2d2;*/
}

.w_blogs .img-thumbnail {
    border: 0 none;
    display: block;
    padding: 0;
    position: relative;
}

.w-post-date {
    border: 1px solid #ccc;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin-left: -15px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    z-index: 9;
}

.w-post-date span {
    background-color: #66a3ff;
    display: block;
    font-size: 18px;
    padding: 0 20px;
}

.w_post_desc p .btn {
    background-color: #66a3ff;
    border: 1px solid;
    border-radius: 0;
    /*color: #fff;*/
	color:var(--coolheat-color);
    font-weight: bold;
    padding: 2px 10px;
}

.w_post_desc p {
    font-size: 16px;
}

.w-link {
    /*border: 1px solid #66a3ff;*/
	border: 1px solid var(--coolheat-color);
    /*color: #66a3ff;*/
	color: var(--coolheat-color);
    font-weight: bold;
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none !important;
    margin: 5px 0;
}

.w-link:hover {
    color: #fff;
    /*background-color: #66a3ff;*/
	background-color: var(--coolheat-color);
}

.sticky a.btn.w-link {
    border: 1px solid #FFF;
}

.w_blogs .img-thumbnail .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.w_blogs .img-thumbnail:hover .overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.w_blogs .overlay .icon {
    border: 1px solid #fff;
    font-size: 24px;
    height: 35px;
    padding: 5px;
    text-align: center;
    width: 50px;
}

.w_blogs .overlay .ec-left {
    color: #fff;
    top: 35%;
    position: absolute;
    left: 40%;
}

.w_blogs .overlay .ec-right {
    color: #fff;
    top: 35%;
    position: absolute;
    right: 40%;
}

.w_blog_desc p .btn {
    border: 1px solid;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 0;
}

.w_blogs .img-thumbnail:hover .overlay .ec-left,
.w_blogs .img-thumbnail:hover .overlay .ec-right {
    -webkit-transform: scale(1)rotate(360deg);
    -moz-transform: scale(1)rotate(360deg);
    -ms-transform: scale(1)rotate(360deg);
    -o-transform: scale(1)rotate(360deg);
    transform: scale(1)rotate(360deg);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.w_blogs .overlay .ec-left,
.w_blogs .overlay .ec-right {
    -webkit-transform: scale(0)rotate(0deg);
    -moz-transform: scale(0)rotate(0deg);
    -ms-transform: scale(0)rotate(0deg);
    -o-transform: scale(0)rotate(0deg);
    transform: scale(0)rotate(0deg);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}





/* blog */

.w_blog_desc .post-info .btn {
    border: 1px solid;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 0;
    background-color: #66a3ff;
    color: #fff;
}

.alignleft {
    float: left;
    margin: 0 20px;
}

.alignright {
    float: right;
}

.aligncenter {
    margin: 0 auto;
}

.alignnone {
    height: auto;
    max-width: 100%;
}

.alignnone img {
    width: 100% !important;
    height: auto;
}

.wp-caption-text {
    background-color: #ccc;
    font-size: 16px;
    font-style: italic;
    padding: 5px 0;
    text-align: center;
}

.eshop_blog_pagination .pager li>a {
    font-size: 18px;
    padding: 5px 10px;
    background-color: transparent;
    border-radius: 0;
    color: #999;
}

.eshop_blog_pagination .pager li>a:hover {
    background-color: #66a3ff;
    color: #fff;
}

.entry-content p {
    font-size: 16px;
}

.w-blog-comments {
    margin: 0;
}

.comments-pics img {
    border: 5px solid #ccc;
    border-radius: 50%;
}

.comments-text>h4 {
    display: inline-block;
    font-weight: bold;
    margin-right: 20px;
}

.comments-text span {
    font-size: 16px !important;
    font-weight: normal;
    margin-left: 20px;
    display: inline-block !important;
}

.comments-text p {
    font-size: 16px;
}

.w_blog_feedback .btn {
    background-color: #66a3ff;
    color: #fff;
}

.comment-detail {
    margin: 10px 0;
}

.comments-text {
    border: 1px solid #ccc;
}






/* Single page */


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}






/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}

.bp-error {
    text-align: center;
}

.sticky .w_blogs_post_desc {
    background-color: #66a3ff;
    color: #FFF;
}

.sticky p,
.sticky a,
.sticky i {
    color: #FFF !important;
}

.site-title img {
    height: auto;
    width: 100%;
	min-width: 50px;
    /*margin-top: 10px;*/
}

.site-title {
    color: #fff;
	/*background-color: var(--coolheat-color);
	border: 1px solid var(--coolheat-color);
	border-radius: 5px;*/
	bottom: 0;
	color: #fff;
	font: 700 100px "Comic Sans MS";
    font-size: 35px;
	font-weight: 900;
	width: 200px;
    padding: 5px 10px;
    margin: 5px 5px;
    text-transform: uppercase;
    display: block;
    float: center;
    overflow: hidden;
}

.site-title a {
    color: #FFF;
	/*background-color: var(--coolheat-color);
	border-color:var(--coolheat-color);*/
}

.site-description {
    display: inline-block;
	color: var(--coolheat-color);
    font-size: 20px;
	/*font: bold;*/
    margin: 0;
}

.gallery-caption {}

.bypostauthor {}

.w_breadcum_detail {
    margin: 0;
}

.top-breadcrumb i {
    font-size: 18px;
    margin: 0 5px;
}

.top-right span {
    font-size: 16px;
}

.entry-summary {
    padding: 5px;
}

.entry-summary .post-title {
	font-weight: bold;
}

.pager .previous i {
    margin-right: 5px;
}

.pager .next i {
    margin-left: 5px;
}

.sl-overlay {
    background: #000;
}

.sl-wrapper .sl-navigation button {
    top: 35%;
    height: 150px;
    width: 80px;
    font-size: 300px;
    color: #ccc;
}

.sl-wrapper .sl-close {
    color: #FFF;
    font-size: 40px;
}

.sl-wrapper .sl-counter {
    color: #FFF;
    font-size: 20px;
}

.footer-copy-text {
	margin: auto;
	width: 100%;
}

.footer-copy-text p {
    margin: auto;
    font-size: 16px;
    padding-top: 4px;
	text-align: center;
}

.w_blog header,
.w_blog .sticky-head {
    width: auto !important;
    background: none !important;
    position: relative !important;
}

.sidebar-widget .recentcomments li::before {
    content: "\f086" !important;
    color: #66a3ff;
    font-family: "FontAwesome";
    margin-right: 5px;
}





/*WooCommrece*/

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background-color: #FFF;
    padding: 10px;
    text-align: center;
}

.woocommerce .products .star-rating {
    display: inline-block;
}

.woocommerce ul.products li.product .price {
    color: #66a3ff;
    font-weight: bold;
    font-size: 20px;
    font-family: sans-serif;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
    display: inline-block;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    font-size: 18px;
}

.woocommerce ul.products li.product .button {
    background-color: #66a3ff;
    color: #FFF;
    margin-right: 4px;
}

.woocommerce ul.products li.product .onsale {
    background-color: #373737;
    border-radius: 5px;
}

.bp-pagination {
    text-align: center;
}

.bp-pagination .page-numbers {
    display: inline-block;
    background-color: #66a3ff;
    /* width: 30px; */
    /* height: 30px; */
    text-align: center;
    padding: 6px 15px;
    border-radius: 2px;
    color: #FFF;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #66a3ff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #66a3ff;
}

.bp-pagination .page-numbers.current {
    background-color: #484848;
}

.woocommerce form .form-row .input-checkbox {
    position: relative;
    height: 17px;
    width: 17px;
}

/*WooCommrece*/