/*font-family: 'Sintony', sans-serif;*/
html,body{
	min-height: 100%;
    /*background: #f4f4f4;*/
}

.bg_wrapper{padding: 0 10px;}
body,
button,
input,
select,
textarea {
    font-family: 'Sintony', sans-serif;
	color: #272727;
	font-size: 15px;
	/*font-size: 1rem;*/
	line-height: 1.7;
        font-weight: normal;

}

a{text-decoration: none; color: #272727}
a:hover, a:focus, a:active{color:#2581b7;  text-decoration: none; outline: 0; cursor: pointer;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-weight: bold;}

h1{
	font-size:31px;
	margin:0 0 30px 0;
}

h2{
	font-size:31px;
	margin:0 0 30px 0;
}

h3{
	font-size:28px;
	margin:0 0 18px 0;
}

h4{
	font-size:25px;
	margin:0 0 15px 0;
}

h5{
	font-size:18px;
	margin:0 0 12px 0;
}

h6{
	font-size:16px;
	margin:0 0 12px 0;
}

p {
	margin:0 0 18px;
}


button, input[type="button"], input[type="reset"], input[type="submit"]{
	font-size:11px; background:#2581b7; border:none; color:#fff !important; padding:10px 24px;
	border-radius:0;
    box-shadow: none;
    display: inline-block;
    margin-top: 0;
    border: none;
    outline: none;
	line-height: 1.4;
    border: 1px solid #2581b7;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: none;
border: 1px solid #2581b7;
	background:#fff;
    color: #2581b7 !important;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	box-shadow: none;

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px 6px;
	width:100%;
	height:37px;
}

textarea {
	height:120px;
}

select {
	border: 1px solid #ccc;
	width:100%;
	height:37px;
	color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline:none;
}

textarea {
	width: 100%;
	height:130px;
}


ul, ol {
	margin-left:0;
}

label.error{    color: #f00;
    font-size: 1em; font-weight:normal}

.btn{
    border-radius:0;
    background:#ee0b0b;
    border: none;
    color: #fff;
    font-weight: normal;
    border: 2px solid #ee0b0b;
}


.btn-border{background: none; border: 2px solid #ee0b0b; color:#ee0b0b}

.btn:hover{background:#fff; color:#ee0b0b !important; border: 2px solid #ee0b0b;}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}
.btn-border:hover{background:rgba(0,0,0,0.6)}
.btn-lg{font-size: 13px; padding: 10px 25px}
.btn-md{    font-size: 13px;
    padding: 8px 18px;}
.white-btn{color: #b40101; background: #fff; font-size: 13px; border: 1px solid #cbcbcb;     padding: 3px 7px;}

.white-btn:hover{background: #b40101; color: #fff;}

.btn-primary {
    background-color: #f66708;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #000
}
.btn-radius {
    border-radius: 34px;
}

.link_btn{text-transform: uppercase}

ul.bulletlist{list-style:none;margin:20px 0 30px 0;padding:0;}
ul.bulletlist li{padding:0 0 0 24px;margin:0 0 12px 0;position:relative;line-height:1.1;}
ul.bulletlist li:before{content:"\f00c";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:absolute;left:0;top:4px;font-size:12px;color:#24526c;}
ul.bulletlist2{list-style:none;margin:20px 0 30px 0;padding:5px 0;}
ul.bulletlist2 li{
        padding: 0 0 0 27px;
    margin: 0 0 20px 0;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    background: url(../images/bulletboxes.png) 0 5px no-repeat;
}

.page-title, .entry-title, .widget-title{margin: 0 0 20px 0;}

.entry-title {
    font-size: 30px;
}
.entry-title a {
    color: #2dc0e3;
}

.page-title {margin: 0 0 30px 0;}

.page-title span{display: inline-block; padding-right: 150px; background:url(../images/heading-bg.png) 100% 20px no-repeat; position: relative;}

.page-title.white span{display: inline-block; background:url(../images/heading-wbg.png) 100% 20px no-repeat; position: relative; color: #fff;}




.page-title2 {margin: 0 0 30px 0;}

.page-title2 span{display: inline-block; padding:0 30px; background:url(../images/heading-bg.png) 50% 100% no-repeat; position: relative;}

.page-title2 span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 24px;
    height: 1px;
    background: #000;
}

.page-title2 span:after{
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
    width: 24px;
    height: 1px;
    background: #000;
}

.page-title2.white span:before,.page-title2.white span:after{background: #fff}


.page-title3 {margin: 0 0 14px 0;}

.page-title3 span{display: inline-block; padding-bottom: 20px; background:url(../images/heading-bg2.png) 0% 100% no-repeat; position: relative;}


.gray_clr{color:rgba(31, 31, 31, 0.54)}
.white_clr{color: #fff;}
.black_clr{color: #000005;}

.light{font-weight: 300}
.normal{font-weight:normal}
.medium{font-weight:500}
.semibold{font-weight:600}
.bold{font-weight:bold}
.uppercase{text-transform: uppercase;}
.inner_title{
	 text-transform: uppercase;
    font-weight: 300;
}




.page-content, .entry-content, .entry-summary {
    margin: 8px 0 0px 0;
}

.content-area{
    padding:20px 0 20px 0;
}



.blog .hentry, .blog .hentry {
    margin: 0 0 2.5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2.5em;
  }

#sidebar section.widget{
    background: #fff;
    border:1px solid #dedede;
    padding:15px;
	color:#453635;
}

.post_thumbnail{margin:20px 0 0 0}

.widget-area .widget{
	padding: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    margin:0 0 20px 0;
}

.main-title{text-align: center; font-weight: 300; margin:0 0 30px 0;}




/* website css */


.site-header {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 99;
}

.top_strip{
    background: #fff;
    font-size: 12px;
    padding: 5px 0;
}


.top_strip ul.cnss-social-icon { padding: 0 0;}
.top_strip ul.cnss-social-icon i{font-size: 20px !important}
.top_strip ul.cnss-social-icon li.cn-fa-icon a{
    line-height: 26px !important;
    border: 0 !important;
    background: none !important;
}


.primary-sidebar{display: flex; justify-content: flex-end;}

.top_links{
    overflow: hidden;
    padding-top: 0;
    display: flex;
}

.top_links span{
    display: inline-block;
    padding-left: 20px;
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    color: #1f1f1f;
}

.top_links span a{
    color: #1f1f1f;
}


.top_links span.phone{
font-size: 20px;
    font-weight: bold;
    color: #1f1f1f;
    line-height: 1.4;
}
.top_links span.phone a{color: #1f1f1f;}


.top_links span:not(:last-child){
    padding-right: 5px;
    border-right: 1px solid #fff;
    margin-right: 5px;
}

.top_links i{
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 3px;
    color: #2581b7;
    font-size: 15px;
}

.top_links span.phone i{
    top: 6px;
    font-size: 18px;
}

.accountlinks{
    justify-content: flex-end;
}


body .top_social{text-align: right; vertical-align: top; margin:0}
body .top_social ul.cnss-social-icon {display: inline-block}
body .top_social ul.cnss-social-icon li.cn-fa-icon a{
    line-height: 30px;
    background: none !important;
    border-radius: 0 !important;
    padding: 3px 4px !important;
    width: 32px !important;
    height: 32px !important;
    color: #fff !important;
}
body .top_social ul.cnss-social-icon li.cn-fa-icon .fa{font-size: 20px !important}
body .top_social ul.cnss-social-icon li.cn-fa-icon a:hover{opacity: 0.4}


.site-header .site-branding{
    padding:10px 0;
    background: #2b6282;
}

.site-header .header_mid{padding: 0 4%}


.site-header .logo{
    display: inline-block;
    position: relative;
    padding:15px 0;
    z-index: 99;
}

.site-header .header_topright{
	text-align: right;
}

.site-header .header_topright ul.topcontact{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.site-header .header_topright ul.topcontact li{
    display: inline-block;
    font-size: 18px;
    position: relative;
    line-height: 1.4;
	    color: #fff;
	vertical-align: top;
    margin: 0 30px 0 0;
    vertical-align: middle;
}

.site-header .header_topright ul.topcontact li:last-child{
    margin-right: 0;
    }

.site-header .header_topright ul.topcontact li.ico{
    padding-left: 38px;
}

.site-header .header_topright ul.topcontact li span{
    display: block;
    line-height: 19px;
	font-size: 17px;
	font-weight: 500;
}

.site-header .header_topright ul.topcontact li a{color:#fff;}
.site-header .header_topright ul.topcontact li a:hover{text-decoration: none;}
.site-header .header_topright ul.topcontact li.ico:before{
    content: '';
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    left: 0;
    top: 0px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #fff;
}

.site-header .header_topright ul.topcontact li.tel:before{
    content: "\f095";
}

.site-header .header_topright ul.topcontact li.location:before{
    content: "\f041";
}
.site-header .header_topright ul.topcontact li.mail:before{
	content: "\f2b6";
    font-size: 16px;
}

.site-header .header_topright ul.topcontact li.tel a{
    font-size: 26px;
    font-weight: bold;
}


.site-header .header_topright ul.topcontact li a.book_btn {
    display: inline-block;
    padding: 11px 30px;
    color: #fff;
    font-weight: 500;
    background: #1499ec;
    border-radius: 4px;
    border: 1px solid #1499ec
}

.site-header .header_topright ul.topcontact li a.book_btn:hover{
    background: #fff;
    color: #1499ec
}


.site-header .topserach{
    max-width: 465px;
    width: 100%;
    padding-right: 70px;
    position: relative;
}
.site-header .topserach label{
    display: block;
    margin: 0;
}
.site-header .topserach .search-field{
    height: 45px;
    border-radius: 20px 25px 25px 20px;
}

.site-header .search-submit{
    background: url(../images/search-icon.png) center center no-repeat #2581b7 !important;
    text-indent: -999px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 5px 35px;
    cursor: pointer;
    border-radius: 0 25px 25px 0;
}

.site-header .search-submit:before{
    display: none;
}


.site-header .topcart a.cart-customlocation{
    background: url(../images/Shopping-Basket.png) 0 0 no-repeat;
    display: inline-block;
    padding: 19px 34px 19px 30px;
    position: relative;
}

.site-header .topcart a.cart-customlocation span{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background: #2581b7;
    border-radius: 100%;
    right: 0;
    top: 0;
    position: absolute;
        padding-top: 3px;
}




.main-navstrip{background: #24526c}
.site-header .extra_btn{text-align: center; vertical-align: top; margin:0; }
/*
.extra_btn .shop-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

.extra_btn .shop-menu .sub-menu{
    display: none;
}

.extra_btn .shop-menu > li{
    position: relative;
}

.extra_btn .shop-menu > li > a{
    background: #2581b7;
    color: #fff;
    padding:12px 35px 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
}

.extra_btn .shop-menu > li > a:before{
    content: "\f0d7";
    position: absolute;
    right: 20px;
    top: 21px;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  height: 16px;
  line-height: 16px;
  text-rendering: auto;
  width: 16px;
  -webkit-font-smoothing: antialiased;
}

.extra_btn .shop-menu > li:hover ul.sub-menu{
    display: block;
}

 .extra_btn ul.sub-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    text-align: left;
}

 .extra_btn ul.sub-menu li{
    font-size:14px;
 }

 .extra_btn ul.sub-menu li a{
     display: block;
    background: #2581b7;
    padding: 8px 8px;
    color: #fff;
 }
 .extra_btn ul.sub-menu li a:hover{
    background: #24526c
 }
*/




.extra_btn .shop-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

.extra_btn .shop-menu .sub-menu{
    display: none;
}

/*.extra_btn{
    position: relative;
}*/



 .extra_btn ul.sub-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    text-align: left;
}

 .extra_btn ul.sub-menu li{
    font-size:14px;
 }

 .extra_btn ul.sub-menu li a{
     display: block;
    background: #2581b7;
    padding: 8px 8px;
    color: #fff;
 }
 .extra_btn ul.sub-menu li a:hover{
    background: #24526c
 }



.extra_btn .shop-menu{
    background: #2581b7;
    color: #fff;
    padding:12px 35px 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
}

.extra_btn .shop-menu:before{
    content: "\f0d7";
    position: absolute;
    right: 20px;
    top: 21px;
    font: normal normal normal 14px/1 FontAwesome;
}

.extra_btn .mega-menu{
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    background: #fff;
    box-shadow: 0 3px 2px rgba(0,0,0,0.2);
    display: none;
}

#site-navigation .megarelative{
    position: relative;
}


.extra_btn:hover .mega-menu{
    display: flex;
}

.extra_btn .mainmega{
    list-style: none;
    margin:0;
    padding: 20px 0;
    width: 25%;
    background: #f4f4f4;
    text-align: right;
}

.extra_btn .mainmega > li > a{
    padding: 5px 10px;
    display: block;
}
.extra_btn .mainmega > li > a:hover, .extra_btn .mainmega > li > a.active{
    background: #fff;
    -wekbit-box-shadow:0 -1px 0px rgba(0,0,0,0.2) inset;
    -moz-box-shadow:0 -1px 0px rgba(0,0,0,0.2) inset;
    box-shadow:0 -1px 0px rgba(0,0,0,0.2) inset;
}

.extra_btn .submegamenu{
    width: 75%;
    padding: 20px 0;
}

.extra_btn .submegamenu .submega{
    list-style: none;
    margin:0;
    padding: 0;
    flex-wrap: wrap;
    display: none
}
.extra_btn .submegamenu .submega li{
    width: 20%;
    padding: 5px;
    border: 1px solid #f4f4f4;
    font-size: 13px;
}

.extra_btn .submegamenu .menuicon{display: block;}
.extra_btn .submegamenu .menuicon img{
    width: 70px;
    height: 70px;
    display: inline-block;
}



.home_slider .metaslider .caption-wrap{
    opacity: 1 !important;
    background: none !important;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
        bottom: inherit;
}

.home_slider .metaslider .caption{
    margin: 0 auto;
    max-width: 1180px;
    font-size: 15px;
    overflow: hidden;
    padding: 0 450px 0 0 !important;
}

.home_slider .inner_caption img{
    min-width: inherit !important;
    width: auto !important;
    display: inline-block !important;
}

.home_slider .metaslider .caption-wrap .inner_caption{
    padding: 30px 15px;
    background: rgba(0, 0, 0, 0.61);
}

.home_slider .metaslider .caption-wrap .percent{
    font-size: 36px;
    padding: 14px 25px;
    background: #263238;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.home_slider .metaslider .caption-wrap .percent img{
    vertical-align: baseline;
}

.home_slider .metaslider .caption-wrap h2, .metaslider .caption-wrap h4{width: auto; clear: left;}
.home_slider .metaslider .caption-wrap h2{
color: #fff;
    position: relative;
    font-size:52px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 20px 0;
}
.home_slider .metaslider .caption-wrap h2 span{
    color: #ee0b0b
}

.home_slider .metaslider .caption-wrap .txtwrap{margin-bottom: 20px}

.home_slider .inner_caption .btns{
    background: #ee0b0b;
    color: #fff !important;
    border: 1px solid #ee0b0b;
    border-radius: 3px;
    padding: 16px 16px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 300;
    display: inline-block;
}

.home_slider .inner_caption .btns:hover {
    background: #fff;
    color: #ee0b0b !important;
}

.home_slider{position: relative; overflow: hidden}
    

.home_slider  .metaslider .flexslider{margin-bottom:0;}

.home_slider .metaslider .flex-control-nav li a{
    background: rgb(255, 255, 255, 0.3);
}

.home_slider .flex-control-paging li a.flex-active {
    background: rgb(255, 255, 255,0.8);
}

.home_slider .metaslider .flex-control-nav {
    bottom: 9px;
}


.home_slider .metaslider li img {
max-width: inherit; width: 1600px;
}
.home_slider .banner_overlay {
background: none;
position: absolute;
width: 100%;
top: 0;
}
.home_slider .banner_content {
    max-width: 1180px;
    vertical-align: top;
    position: relative;
    width: 100%;
    text-align: left;
    min-height: 100px;
    margin: 0 auto;
}
.banner_form {
    position: absolute;
    background: #fff;
    padding: 30px 30px;
    max-width: 390px;
    width: 100%;
    text-align: left;
    right: 0;
    overflow: hidden;
    z-index: 9;
    margin-top: 7%;
}
.banner_form h2 {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 0 0;
    text-align: center;
    position: relative;
    padding-top: 0;
    padding-bottom: 16px;
}


.banner_form .wpcf7 p {
    margin: 0 0 12px 0;
}

.banner_form .wpcf7 strong{
    font-size: 15px;
    color: #000;
font-family: 'Cuprum', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}

.banner_form .wpcf7 {
    position: relative;
    z-index: 9999;
}
.banner_form input[type="text"].wpcf7-form-control, .banner_form input[type="email"].wpcf7-form-control, .banner_form input[type="tel"].wpcf7-form-control, .banner_form select.wpcf7-form-control{height: 40px}
.banner_form .form-group{margin-bottom: 10px}
.banner_form .wpcf7-textarea{
height: 80px;
}

.banner_form .wpcf7-submit{
    font-size: 18px;
    background: #ee0b0b;
    color: #fff !important;
    border: 1px solid #ee0b0b;
    border-radius: 3px;
    padding: 10px 40px;
    cursor: pointer;
    font-weight: normal;
    font-family: 'Cuprum', sans-serif;
    text-transform: uppercase;
}
.banner_form .wpcf7-submit:hover{
background: #fff;
    color: #ee0b0b !important;
}



.content_section{
    padding: 45px 0;
}


.popular_product{
    /*background: #f4f4f4*/
}

.popular_product .wpcs_product_carousel_slider {margin-top: 0}

.popular_product .woocommerce > h3{
    display: none;
}


.popular_product .owl-carousel .owl-stage{display: flex}
/*.popular_product .owl-carousel .owl-item{height: 100%}*/
.popular_product .owl-carousel .item{height: 100%}

.popular_product .wpcs_product_carousel_slider .product_container{
    background: #fff;
    padding: 20px 10px;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
.popular_product .wpcs_product_carousel_slider .product_container:hover{
    box-shadow:1px 4px 12px rgba(0,0,0,0.1);
}


.popular_product .owl-item .item .cart .button, .popular_product .owl-item .item .cart a.added_to_cart.wc-forward {
    color: #ffffff;
    background-color: #2b6282 !important;
    border-color: #2b6282 !important;
    font-size: 15px !important;
    text-transform: none !important;
    padding: 9px 11px !important;
    border: 1px solid #2b6282 !important;
    display: inline-block !important;
    line-height: 1.2 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.popular_product .owl-item .item .cart .button:before, .popular_product .owl-item .item .cart a.added_to_cart.wc-forward:before {
    content: "\f07a";
        font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px
}

.popular_product .owl-item .item .cart .button:hover, .popular_product .owl-item .item .cart a.added_to_cart.wc-forward:hover{
    background: #fff !important;
    color: #2b6282 !important;
}

.popular_product .owl-carousel .owl-stage-outer {
    padding: 20px 0;
}

.popular_product .wpcs_product_carousel_slider .another_carousel_header i{
    top: -30px;
    background: none !important
}

.popular_product .wpcs_product_carousel_slider .another_carousel_header i.fa-angle-left{
    left: inherit;
    right: 30px;
}

.popular_product .wpcs_product_carousel_slider .another_carousel_header i.fa-angle-right{
    right: 0;
}

/* end testimonial section */


.footer_contact{padding: 0 0;}

.footer_contact .footer_title{color: #fff; padding: 20px 0; background:#ca1f22}

.footer_contact h5{position: relative; padding-bottom: 15px; font-weight:600}
.footer_contact h5:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 222px;
    height: 2px;
    background: #000;
}

.footer_contact a{color: #000000}
.footer_contact .contact_details{font-size: 18px}
.footer_contact .contact_details strong{font-weight:600}

.contact_details .contact_map{margin-top: 50px}


.footer_form {
    background:#f4f4f4;
    padding: 20px;
    width: 100%;
    max-width: 380px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);    
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);

    border-radius: 4px
}
.footer_form .form_title{
    font-size: 18px;
    font-weight: 500;
    color: #ed0b0b;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
}

.footer_form .wpcf7 .wpcf7-submit{
    cursor: pointer;
    text-transform: none;
    font-weight: bold;
    height: auto;
    text-indent: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 24px;
}


.footer_form .namefield{
    background: url(../images/name-icon.png) right 10px top 11px no-repeat #fff;
    padding-right: 30px;
}

.footer_form .emailfield{
    background: url(../images/email-icon.png) right 10px top 11px no-repeat #fff;
    padding-right: 30px;
}

.footer_form .phonefield{
    background: url(../images/phone-icon.png) right 10px top 11px no-repeat #fff;
    padding-right: 30px;
}


/*.client_box .bx-wrapper ul li .helper{ margin-bottom: 1px;}*/
.site-footer{
        padding: 40px 0 0;
    background:#2b6282;
    color: #fff;
}

.site-footer a{color:#fff}
.site-footer a:hover{color: rgba(255,255,255,0.7)}
.site-footer ul.menu{padding: 0; margin: 0; list-style: none;}
.site-footer ul.menu li{
    margin: 0 0 8px;
    padding-left: 14px;
    position: relative;
}
.site-footer ul.menu li:before{
    content: "\f0da";
    position: absolute;
    left: 0;
    top: 0px;
    display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant-caps: normal;
  font-variant-ligatures: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
    color: #fff;
}
.site-footer .widget-title, .site-footer h6{
    color: #fff; font-weight: normal; font-size: 17px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.site-footer .widget-title:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background: #fff;
}


.site-footer ul.cnss-social-icon { padding: 0 0;}
.site-footer ul.cnss-social-icon i{font-size: 20px !important}
.site-footer ul.cnss-social-icon li.cn-fa-icon a{
    line-height: 34px !important;
    border: 1px solid #7f7f7f !important
}

.footer_widget i.fa{color: #2c9320; margin-right: 6px;}

.site-footer .quickmenu2 ul li{display: inline-block; width: 48%; vertical-align: top;}


#mailpoet_form_1 .mailpoet_text{width: 100% !important; background: none; border: 1px solid rgba(255,255,255,0.1)}

#mailpoet_form_1 .mailpoet_submit{width: 100%; background: #1499eb; padding: 10px 10px}


.site-footer .wpcf7 input:not([type="submit"]), .site-footer .wpcf7 textarea{
    background: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    color: #fff;
}

.site-footer .wpcf7 textarea{
    height: 70px;
}

.site-footer .site-info{
    padding: 15px 0 15px;
    font-size: 12px;
    background: #ffffff;
    color: #272727
}

.site-footer .site-info a{
    color: #272727;
}

.copyright{
    text-align: right;
    font-size: 14px;
    color: #000;
}

ul.contactdetails{
    list-style: none;
    margin:0 0 30px 0;
    padding: 0;
}

ul.contactdetails li{position: relative; margin: 0 0 10px 0; padding-left: 24px;}
ul.contactdetails li i{
    position: absolute;
    left: 0;
    top: 6px;
}
ul.contactdetails li a{color: #000}

footer ul.contactdetails li, footer ul.contactdetails li a{color: #fff}


footer ul.contactdetails li i{
    color:#fff
}

.wpcf7 label{display: block;}

.inner_banner{
    background: url(../images/slider.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 80px 0 50px 0;
    color: #fff;
    position: relative;
    z-index: 1;
}

.inner_banner:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index:-1;
}


.inner_banner .page-title3{margin: 0}


ul.sidebarmenu{padding: 0; margin: 0; list-style: none;}
ul.sidebarmenu li{
margin: 0 ;
    
    position: relative;
    border-bottom: 1px dashed #ccc;
}

ul.sidebarmenu li a:before {
    content: "\f105";
    position: absolute;
    left: 7px;
    top: 11px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.sidebarmenu li a{
    display: block;
    padding:8px;
padding-left: 20px;
    position: relative;
}

ul.sidebarmenu li a:hover, ul.sidebarmenu li.active a{
    background: #1499ec;
    color: #fff
}


.breadcrumb{
    padding:5px 0;
    background: #f4f4f4;
}


.logo_Carousel{
    background: #f4f4f4;
    padding: 40px 0 10px
}

.wpcf7 .wpcf7-recaptcha{transform: scale(0.8); transform-origin: 0 0}




.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    background: #fff;
    padding: 20px 10px;
    height: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin: 10px 0 6px;
    line-height: normal;
    text-align: center;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 6px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    display: block;
    color: #444444;
    text-align: center;
}

.woocommerce ul.products li.product .button{
    color: #ffffff;
    background-color: #2b6282 !important;
    border:1px solid #2b6282 !important;
    font-size: 15px !important;
    text-transform: none !important;
    font-weight: normal !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.woocommerce ul.products li.product .button:hover{
        background: #fff !important;
    color: #2b6282 !important;
}

.woocommerce ul.products{display: flex; flex-wrap: wrap;}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin:0 1.8% 1.5em 0;
    width: 23.6%;   
}


.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
    margin-right: 0;
}


.woocommerce ul.products li.product .button:before{
    content: "\f07a";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}


body.page .woocommerce #respond input#submit, body.page .woocommerce a.button, body.page .woocommerce button.button, body.page .woocommerce input.button{
    background-color: #2581b7 !important;
    font-weight: normal;
    padding: 15px 20px;
    border:1px solid #2581b7 !important
}


body.page .woocommerce #respond input#submit:hover, body.page .woocommerce a.button:hover, body.page .woocommerce button.button:hover, body.page .woocommerce input.button:hover{
    background: #fff !important;
    border:1px solid #2581b7 !important

}


body.single-product button.button{
    background-color: #2581b7 !important;
    font-weight: normal;
    padding: 15px 20px;
    border:1px solid #2581b7 !important
}


body.single-product button.button:hover{
    background: #fff !important;
    border:1px solid #2581b7 !important

}

body.single-product button.button:before, body.single-product button.button:before{
    content: "\f07a";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

body.single-product .woocommerce-tabs .panel{
        padding: 20px !important;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 111px !important;
    height: 47px !important;
}

span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce form .form-row label.inline{margin-left: 10px}


.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: left;
    width: 48% !important;
    max-width: inherit;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    min-height: 320px;
    background: #fff;
}


.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    background: none !important;
    border:1px solid #ccc;
}
.woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover{
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}


body.page-id-20 .entry-header{display: none;}

.brdcrmb{
    padding: 5px 0;
}
.brdcrmb span{
    color: #2b6282
}

/*.single-product .entry-header{
    width: 48%;
    float: left;
}
*/

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 41%;
    padding: 0
}


.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 58%;
    clear: none;
    padding: 10px;
    background: #f4f4f4;
    margin-top: 0;
}


body.page-template-build-page-php  .woocommerce div.product div.summary{
    background: #fff
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #2b6282;
    font-size: 22px;
    font-weight: bold;
}

.woocommerce div.product div.images .flex-control-thumbs li{
    width: 25%;
    padding: 4px;
    background: #f4f4f4;
    border: 2px solid #fff;
}

.woocommerce-product-gallery__trigger{display: none !important}


.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: 15px 20px;
}

body.woocommerce .quantity .qty {
    width: 50px;
    text-align: center;
    height: 48px;
    margin-right: 3px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-weight: normal !important;
    font-size: 18px !important;
    font-family: 'Sintony', sans-serif !important;
}


.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li.cat-item-15{
    display: none;
}

.widget_yith_wc_category_accordion ul{
    padding-left: 0 !important
}

.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li.current-cat a{
    color: #2581b7;
}

.ywcca_widget_title{
    font-size: 18px
}

/*table.variations tr, table.variations td{
    display:block;
}*/

/*.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 100% !important
}


.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    display: none !important
}

.single-product .entry-header{
    width: 100% !important
}*/


body ul.component_option_thumbnails_container{
    display: flex;
    flex-wrap: wrap;
}

body ul.component_option_thumbnails_container li{
margin:0.9em !important;
    border: 1px solid #f4f4f4;
}


ul.component_option_thumbnails_container li.component_option_thumbnail_container.first, ul.component_option_thumbnails_container li.component_option_content_container{
    clear: none !Important;
}

body ul.component_option_thumbnails_container li.component_option_thumbnail_container{
    margin:0 1.5% 1.618em 0;
}

body .legacy_width .component .component_option_thumbnail{
    margin: 0
}



body ul.products.bundled_products li.bundled_product{
     margin:0 1.5% 1.618em 0;
     border: 1px solid #f4f4f4;
}


ul.product-categories{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.product-categories ul.children {
    list-style: none;
    margin: 0;
    padding: 5px;
    background: #f4f4f4;
}

ul.product-categories .cat-item{
    padding-left: 0 !important
}

ul.product-categories .cat-item .current-cat a{
    font-weight: bold;
}


.entry-footer{
	margin-bottom: 30px
}


.posts-navigation{width: 100%}

.prowrap{

}
.productserchlist .product{
        padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    height: 100%;
}

.prowrap .btn-addcart{
    color: #ffffff;
    background-color: #2b6282 !important;
    border:1px solid #2b6282 !important;
    font-size: 15px !important;
    text-transform: none !important;
    font-weight: normal !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.prowrap .btn-addcart:before {
    content: "\f07a";
    margin-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.prowrap .btn-addcart:hover{
        background: #fff !important;
    color: #2b6282 !important;
}


@media(min-width:991px){
    .woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 32%;
}
}

@media(min-width:1300px){
    .container{max-width: 1180px}
}

@media(min-width:1500px){
    .container{max-width: 1180px}
}

@media (min-width: 1600px){
.home_slider .metaslider li img {
    width: 100%;
    min-width: 1600px;
}
}

@media(max-width:1199px){

.home_slider .metaslider .caption{padding-right: 400px !important}
.banner_form{right: 15px}

ul.bottomcontact li .cwrap{font-size: 14px; text-align: center;}

ul.bottomcontact{flex-wrap: wrap;}

ul.bottomcontact li i {
    left: 0;
    width: 100%;
    line-height: 30px;
    height: auto;
    top: 6px;
}

ul.bottomcontact li .cwrap {
    padding: 40px 10px 10px;
}

ul.bottomcontact li i{
    left: 0;
    width: 100%;

}

}

@media(max-width:991px){
   
.top_links span.phone{font-size: 14px}
.site-header .site-branding{padding: 10px 0;}
.site-header .logo{display: block; text-align: center; padding-top: 0}

.home_slider .metaslider .caption {
    padding-right: 0 !important;
}

.home_slider .banner_overlay{position: static;}
.banner_form{position: static; margin:20px auto;}
.home_slider .metaslider .caption-wrap{position: static; transform: inherit; background: #000 !important; padding:15px 10px; text-align: center;}
.home_slider .metaslider .caption-wrap h2{font-size: 30px; }
.home_slider .metaslider li img{width: 100%}

.home_slider .inner_caption{max-width: inherit;}

ul.bottomcontact li{width: 100%; margin-bottom: 30px}
.acc_us{max-width: inherit; margin-bottom: 30px}
.top_links{margin:0; display: block; text-align: center;}
.top_links span{margin:8px !important}
}


@media(max-width:767px){

.site-branding .header-top{
    flex-wrap: wrap;
    position: relative;
}

.site-header .logo{
    width: 100%;
    padding-right: 80px
}


.site-header .blogo{display: none}

.site-header .topserach {
    max-width: 100%;
    margin-top: 10px;
}
.site-header .topcart {
    margin-top: 15px;
    position: absolute;
    right: 10px;
    top: -16px;
    z-index: 99;
}

.site-header .extra_btn{width: 100%}

.extra_btn .shop-menu > li > a{
    display: block;
    margin: 0 -15px;
    text-align: left;
}

.extra_btn .shop-menu .sub-menu{
    width: 100%;
}

.site-footer .site-info{
    text-align: center;
}

.copyright{text-align: center;}

.popular_product .wpcs_product_carousel_slider .another_carousel_header i{
    top: 0
}

.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%
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 100%;
}

body .composite_form .composite_navigation .page_button{
    max-width: 100%;
}

.extra_btn:hover .mega-menu{
    flex-wrap: wrap;
}

.extra_btn .mainmega{width: 100%}
.extra_btn .submegamenu{width: 100%}
.extra_btn .mega-menu{display: none;}
}

@media(max-width:540px){

}


@media(max-width:360px){
	
}
.product_meta{
	display:none;
}
.search-form{
	position: relative;
}
.wpb5-search-result{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 100;
}
.wpb5-search-result .inner{
	background: #fff;
	    font-size: 14px;
    margin: 0 0 7px;
    padding: 0;
    color: #333;
    line-height: 1.25em;
    word-wrap: normal;
	border: solid 1px #ccc;
}
.search-form .btn.btn-primary{
	background: #2581b7 !important;
	color: #fff !important;
	border: none;
	height:45px;
	width: 70px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: none !important;
	outline: none !important;
	font-size: 18px;
}
.search-form .form-control{
	height:45px;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	padding-left: 15px;
	padding-right: 15px;
	box-shadow: none !important;
	outline: none !important;
}
.wpb5-search-result figure{
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
.wpb5-search-result .excerpt{
	font-size: 12px;
	margin-top: 15px;
}
.wpb5-search-result .inner-result a{
	display: block;
	padding: 17px 13px;
}
.wpb5-search-result .view-all a{
	display: block !important;
    height: 30px;
    line-height: 30px;
    background: #ccc;
    text-align: center;
}
.wpb5-search-result .first-row{
	padding-left: 60px;
	min-height: 50px;
	position: relative;
	
}
.wpb5-search-result .inner-result + .inner-result{
	border-top: 1px solid #d6d6d6;
}

.wpb5-search-result figure img{
	position: absolute;
	left: 0;
	top:0;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain;
}