/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
font-family: 'Montserrat', sans-serif;*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
font-family: 'Poppins', sans-serif;*/

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueLight.eot');
    src: url('../fonts/HelveticaNeueLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueLight.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLight.woff') format('woff'),
        url('../fonts/HelveticaNeueLight.ttf') format('truetype'),
        url('../fonts/HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueMedium.eot');
    src: url('../fonts/HelveticaNeueMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueMedium.woff2') format('woff2'),
        url('../fonts/HelveticaNeueMedium.woff') format('woff'),
        url('../fonts/HelveticaNeueMedium.ttf') format('truetype'),
        url('../fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNeue';
    src: url('../fonts/HelveticaNeueBold.eot');
    src: url('../fonts/HelveticaNeueBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueBold.woff2') format('woff2'),
        url('../fonts/HelveticaNeueBold.woff') format('woff'),
        url('../fonts/HelveticaNeueBold.ttf') format('truetype'),
        url('../fonts/HelveticaNeueBold.svg#HelveticaNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
	font-family: 'HelveticaNeue';
	font-size: 14px  !important;
	line-height: 20px;
	color: #1c1c1a  !important;
    font-weight: 500;
}

/*html{scroll-behavior: smooth;}*/

*{
    margin: 0; padding: 0;
}
ul { padding: 0; margin: 0; list-style-type: none; }
a{
	text-decoration: none !important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
    color: #00a0dc;
}
a:hover{
	color: #ffa500;
}
a:focus, button:focus, input:focus, textarea:focus{
	outline: 0;
}

h2, .h2, h3, .h3, h4, .h4, h5{
	font-family: 'HelveticaNeue';
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    font-weight: bold;
    color: #00a0dc;
}

.ptb{
	padding:80px 0;
}
.mt{
	margin-top:80px;
}
.scsticky{
	position: sticky;
	top:0;
	height: 100vh;
}
.parallax{
	position: relative;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.transition{
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

/* Header */

.bd_header {
    padding: 15px 0;
}
.header_top {
    align-items: center;
}
.header_top_lft {
    width:255px;
    z-index: 11;
}
.header_top_rgt {
    margin-left: auto;
    margin-top: -45px;
}
.header_top_rgt a span {
    vertical-align: text-bottom;
    margin-right: 5px;
}
.header_top_rgt a strong{
	color: #00a0dc;
	font-size: 16px; line-height: 20px;
	font-weight: 600;
}
.bd_nav{
    padding: 0;
    margin-top: -35px;
}

.bd_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
.bd_menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link
{
    font-family: 'HelveticaNeue';
    font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {/*width:399px !important; */}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {font-size:13px;  letter-spacing:0.6px;  font-weight:500 !important; }

#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description{display: none;}

/*.bd_menu {

}
.bd_menu li {

}

.bd_menu li a{
	margin: 0 15px;
    padding: 5px 2px;
	color: #010101;
    text-transform:uppercase;
	font-size: 13px;
	line-height: 18px;
	position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.bd_menu li.active a {
    color: #0a89e0;
}*/

/* Menu DropDown */
/*.bd_menu .menu-item-has-children {
    position: relative;
}
.bd_menu .menu-item-has-children:after{
    position: absolute;
    content: "\f078";
    font: normal normal normal 8px FontAwesome;
    right: 0;
    top: 40%;
    color: #8d8f8f;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.bd_menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 280px;
    border-radius: 5px;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    z-index: 99;
}
.bd_menu .menu-item-has-children .sub-menu li {
    background: #392e74;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms ease;
    -moz-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
}
.bd_menu .menu-item-has-children .sub-menu li a{
	font-size: 12px;
	line-height: 18px;
	display: block;
}
.bd_menu .menu-item-has-children:hover .sub-menu li {
    max-height: 150px;
    padding: 5px 0;
}

.bd_menu .menu-item-has-children .sub-menu li:hover{
    background: #2e2465;
}
.bd_menu .menu-item-has-children .sub-menu li a:hover:after, .bd_menu .menu-item-has-children .sub-menu li a:hover:before,
.bd_menu .menu-item-has-children .sub-menu li a:after, .bd_menu .menu-item-has-children .sub-menu li a:before{
    display: none;
}*/

/* End Menu DropDown */


/* Toggle*/

.bd_toggle.navbar-toggler{border: 0 !important; 
    background: transparent;
    padding: 0;
    line-height: normal;
    width: 40px;
    height: 40px;
}
.bd_toggle.navbar-toggler:focus{outline: 0;}
.bd_toggle span{
    width: 28px;
    height: 5px;
    background: #1c1c1a;
    display: block;
    position: relative;
    margin: 0 0 0 9px;
    background-image: none !important;
}
.bd_toggle span:after{position:absolute;content:" ";width:22px;height:5px;top:-7px;left:0;right:0;background:#1c1c1a;transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;-webkit-transition:0.2s;}
.bd_toggle span:before{position:absolute;content:" ";width:22px;height:5px;bottom:-7px;left:0;right:0;background:#1c1c1a;transition:0.2s;-moz-transition:0.2s;-ms-transition:0.2s;-o-transition:0.2s;-webkit-transition:0.2s;}


/* Fix Header */

.fixed-top{
    background: #fff;
    padding:8px 0;
    left: 0;
    position: fixed;
    top:0;
    width: 100%;
    transform: translate(0);
    z-index: 999;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    animation: slide-down 0.5s;
    -ms-animation: slide-down 0.5s;
    -webkit-animation: slide-down 0.5s;
}

@keyframes slide-down { 
0% {transform: translateY(-100%); 
-moz-transform: translateY(-100%); 
-webkit-transform: translateY(-100%); 
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%); } 

100% { 
transform: translateY(0); 
-moz-transform: translateY(0); 
-webkit-transform: translateY(0); 
-o-transform: translateY(0); 
-ms-transform: translateY(0); } 
}

.fixed-top .header_top_rgt{display: none;}
.fixed-top .bd_nav{margin-top: -40px;}

.bd_rgt{margin-left: 15px;}
.bd_rgt ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.bd_rgt ul li a{display: block;}
.bd_rgt .bd_cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 137px;
}
.bd_rgt .bd_cart .cart-contents{
    padding: 10px 0 0 45px;
    position: relative;
    margin: 0;
}
.bd_rgt .bd_cart .cart-contents:after{
    position: absolute; content: " ";
    background-image: url(../images/card.png);
    width: 24px; height: 24px; top: 0; left: 0;
}
.bd_rgt .bd_cart .cart-contents .icofont-bag{display: none;}
.bd_rgt .bd_cart p {
    margin: 0;
    font-size: 13px;
    line-height: 15px;
    color: #000000;
    font-weight: 400;
    position: absolute;
    top: -5px;
    right: 0;
}
.bd_cart .cart-contents .pull-left span {
    background-color: #00a0dc;
    text-align: center;
    line-height: 15px;
    height: 15px;
    width: 15px;
    font-size: 10px;
    border-radius: 100%;
    color: #fff;
    position: absolute;
    top: -4px;
    left: 17px;
}
.bd_cart .cart-contents .pull-left .amount,
.bd_cart .cart-contents .pull-left .woocommerce-Price-currencySymbol{
    position: relative;
    top: inherit; left: inherit; width: auto; height: auto; line-height: normal; background-color: transparent;
    font-size:11px !important;
    color: #797979;
    font-weight: 300;
}
.bd_cart .cart-contents .pull-left .woocommerce-Price-currencySymbol{margin-right: 2px;}
.bd_accout {
    padding: 0 10px 0 0;
    position: relative;
    margin: 0 10px 0 0;
}
.bd_accout:before{
    position: absolute;
    content: " ";
    width: 1px; height: 18px; background-color: #7f7f7f;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}


/* Banner */

.banner_area,.banner_img{
    position: relative;
    overflow: hidden;
}
.banner_img img{
   width: 100%;
}
.banner_text_area {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1;
}
.banner_text {
    z-index: 1;
    position: relative;
    width: 60%;
}
.banner_text_area{color: #fff;}
.banner_text_area h2{
    font-size: 80px;
    line-height:86px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'HelveticaNeue';
    font-weight: 300;
}
.banner_text p {
    /*margin: 40px 0;*/
    font-size: 26px;
    line-height:30px;
    font-family: 'HelveticaNeue';
    font-weight: 300;
}

.home-carousel.owl-theme .owl-dots{
    position: absolute;
    bottom: 20px;
    left:0; width: 100%;
    margin-top: 0 !important;
} 
.home-carousel.owl-theme .owl-dots .owl-dot span{
    background: #fff;
    width:10px; height:10px;
}
.home-carousel.owl-theme .owl-dots .owl-dot.active span, .home-carousel.owl-theme .owl-dots .owl-dot:hover span
{
   background: #0063b8;
}

 /* End Banner */

/*Button*/

.bd_btn{
    background:#fff;
    display: inline-block;
    color: #000;
    padding: 0 20px;
    height:42px; line-height:42px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-family:'HelveticaNeue';
    font-weight:500;
    border-radius: 50px;
    position: relative;
}
.bd_btn:before{
    position: absolute; content: "";
    top: -4px;
    right: -4px;
    left: -4px;
    bottom: -4px;
    border: 1px solid #fff;
    border-radius: 50px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}
.bd_btn:hover{
    background: #000;
    color: #fff;
}
.bd_btn:hover:before{top:4px; left:4px; right:4px; bottom:4px; border-color: #fff;}

.bd_btn1{
    background:transparent;
    border:1px solid #00a0dc;
    display: inline-block;
    color: #00a0dc;
    padding: 0 20px;
    height:42px; line-height:42px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'HelveticaNeue';
    font-weight:500;
    border-radius: 50px;
    position: relative;
}
.bd_btn1:hover{
    background: #00a0dc;
    color: #fff;
}

.bd_btn1 .vc_btn3{
    background-color: transparent !important;
    height: 40px;
    line-height: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    vertical-align: top !important;
}
.bd_btn1 .vc_btn3:hover{
	background: transparent;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
}

/*Button*/

/* Footer */

.main-footer{position: relative;}
.main-footer:before{
	position: absolute;
	content: "";
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: #051b32bf;
}
.footer-top{ padding: 70px 0px; }

.f-logo{ text-align: left; padding-bottom: 15px;}
.f-logo img{ max-width: 100%;}
.f-note{ font-size: 13px; color: #fff; font-weight: 400; line-height: 18px; padding-right: 50px; padding-top: 15px;}
h2.f-heading{ position: relative; color: #fff; font-size: 18px; font-weight: 500; text-transform: uppercase; margin-bottom: 30px; font-family: 'HelveticaNeue';}

.f_section{font-family: sans-serif;}
.f_section ul{}
.f_section ul li{ margin-top: 5px; font-size: 14px; color: #fff; }
.f_section ul li a{ display: inline-block; font-size: 13px; font-weight: 300; color: #fff; font-weight: 300;   
    -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.f_section ul li a:hover{ color: #63b723; }


.f-contact{font-family: sans-serif;}
.f-contact ul{}
.f-contact ul li{ margin-top: 10px; font-size: 13px; font-weight: 300; color: #fff; position: relative; padding-left: 20px;}
.f-contact ul li a{ display: inline-block; font-size: 13px; font-weight: 300; color: #fff; font-weight: 300;
    -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
 }
.f-contact ul li a:hover{ color: #63b723;  }
.f-contact ul li span{ position: absolute; left: 0; top:0px; }


.f-social{ text-align: right; }
.f-social a{ display: inline-block; color: #b8b8b8; margin-right: 10px;
    -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.f-social a:hover{ color: #63b723; }

.footer-bottom{  padding: 20px 0px; border-top: rgb(255 255 255 / 0.6) solid 1px;}
.footer-bottom p{ color: #fff; margin-bottom: 0px; font-size: 13px; font-weight: 300;  }
.copyright-left{ text-align:left; }
.copyright-left a{ color: #fff }

.ftr_payment {
    margin-top: 15px;
}
.ftr_payment span {
    background: #9da9b5;
    padding: 5px 8px;
    display: inline-block;
    margin-bottom: 10px;
}

/* End Footer */

.heading{
	margin-bottom: 30px;
    text-align: center;
}
.heading h2, .heading h1,.heading h3,.heading h4,.heading h5{
	font-size:35px;
	line-height:40px;
     color: #00a0dc;
    position: relative;
    margin-bottom:15px;
    padding-bottom: 10px;
}
.heading h2 strong{
    color: #00a0dc;
    display: block;
    font-size: 28px;
    font-weight: 600;
}
/*.heading h2:before, .heading h1:before, .heading h3:before,.heading h4:before,.heading h5:before{
    position: absolute; content: "";
    width: 340px; height: 1px; background: #c3c3c3;
    bottom: 0; left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}*/

/* Home */

.home_partner{
    background-image: linear-gradient(to right, #005fb0 , #232733);
    padding: 30px 0;
}
.bd_partner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-weight: 500;
    font-family: 'HelveticaNeue';
}

.about_img{height: 100%;}
.about_img img{
    width: 100%;
    height: 100%; object-fit: cover;
}

.about_text{
    margin-bottom:20px;
    color: #595959;
    font-size: 15px; line-height: 22px;
}   
.about_text h2{
    font-weight: 600;
    font-size: 35px; line-height: 40px;
    color: #000;
}
.about_text strong{
    display: block;
    margin: 10px 0;
}

.bg1{
    background: #f9fbfc;
}
.bg2{
    background: #c7f0ff;
}
.bg3{
    background: #eff7fb;
}


.quick_shop .main-product-box .product-title a {
    color: #00a0dc;
    font-size: 30px;
    line-height: 35px;
}
.quick_shop .pro-bott-info {
    margin-top: 20px;
}
.quick_shop .product-price-sec .product-price-tickr{
	font-size: 30px; line-height: 34px;
	font-weight: 700;
}
.quick_shop .pro-info-left{
	margin-top:20px;
}
.quick_shop .pro-info-left a.add_to_cart_button{
	font-family: 'HelveticaNeue';
	font-weight:500;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	background: #00a0dc;
	padding: 15px 30px;
	border-radius: 50px;
	display: inline-block;
    color: #fff;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
}
.quick_shop .pro-info-left a.add_to_cart_button:hover{
    background: #000;
}
.quick_shop .pro-info-left a.added_to_cart{display: none;}

.quick_shop .prod-img-panel {
    height: 100%;
    background: #caccce;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick_shop .prod-img-panel a {
    background: #caccce;
    padding: 20px;
}
.quick_shop .prod-img-panel a img{object-fit: contain;}

.quick_shop .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 45%;
    bottom: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.quick_shop.owl-theme .owl-nav button span, .santa-carousel.owl-theme .owl-nav button span {
    font-size: 0;
    width: 37px;
    height: 29px;
    display: block;
}
.quick_shop.owl-theme .owl-nav button.owl-prev span{
    background: url(../images/pre_arow.png) no-repeat;
}
.quick_shop.owl-theme .owl-nav button.owl-next span{
    background: url(../images/next_arow.png) no-repeat;
}
.quick_shop.owl-theme .owl-nav button.owl-prev.disabled,
.quick_shop.owl-theme .owl-nav button.owl-next.disabled{opacity: 1;}
.quick_shop.owl-theme .owl-nav button.owl-prev.disabled span{
    background: url(../images/dpre_arow.png) no-repeat;
}
.quick_shop.owl-theme .owl-nav button.owl-next.disabled span{
    background: url(../images/dnext_arow.png) no-repeat;
}
.quick_shop.owl-theme .owl-nav [class*='owl-']:hover{background: transparent;}

.service_img {
    height: 350px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
}
.service_img img {
    height:100%;
    width: 100%;
    object-fit: cover;
}
.service_text {
    margin-top: 25px;
}
.service_text h2{
	font-size: 35px; line-height: 40px;
	color: #00a0dc;
}
.service_text p{
	font-size: 15px;
	line-height: 25px;
}
.service_text a.bd_btn1{
	color: #000;
	border-color: #000;
}
.service_text a.bd_btn1:hover{
    background: #000; color: #fff;
}

.bd_product {
    margin: 0 15px;
}
.bd_product .bd_product_img a{
    background: #caccce;
    height: 270px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    display: flex;
    padding: 15px;
    justify-content: center;
}
.bd_product .bd_product_img a img{
	width:90%; height: 100%; object-fit: contain;
}
.bd_product .bd_protext {
    margin-top: 15px;
}
.bd_product .bd_protext h3 a, .bd_product .bd_protext h3{
	font-size: 18px;
    line-height: 22px;
    color: #00a0dc;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
}
.bd_product .author{
	font-size: 15px; line-height: 20px; color: #1c1c1a;
}
.bd_product .author strong{
	font-weight: 600;
	margin-right: 5px;
}
.bd_product .product-des {
    margin: 8px 0;
    font-size: 12px;
    line-height: 18px;
    color: #595959;
}
.bd_product .pro-bott-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.bd_product .pro-bott-info .pro-info-left {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}
.bd_product .pro-info-left a.add_to_cart_button {
    background-color: transparent;
    color: #00a0dc;
    border-radius: 50px;
    border: #00a0dc solid 1px;
    display: inline-block;
    padding: 12px 18px;
    font-size: 12px;
    line-height: 13px;
    font-family: 'HelveticaNeue';
    font-weight: 500;
    text-transform: uppercase;
}
.bd_product .pro-info-left a.add_to_cart_button:hover{
	background: #00a0dc;
	color: #fff;
}
.bd_product .pro-bott-info .pro-info-right {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    text-align: right;
}
.bd_product .product-price-tickr {
    font-size: 18px;
    color: #252525;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 18px;
}
.product_carousel .owl-nav {
    margin-top:80px;
}
.product_carousel.owl-theme .owl-nav button span{
    font-size: 0;
    width: 37px;
    height: 29px;
    display: block;
}
.product_carousel.owl-theme .owl-nav button.owl-prev span{
    background: url(../images/pre_arow.png) no-repeat;
}
.product_carousel.owl-theme .owl-nav button.owl-next span{
    background: url(../images/next_arow.png) no-repeat;
}
.product_carousel.owl-theme .owl-nav button.owl-prev,
.product_carousel.owl-theme .owl-nav button.owl-next{
	margin: 0 10px;
}
.product_carousel.owl-theme .owl-nav button.owl-prev.disabled,
.product_carousel.owl-theme .owl-nav button.owl-next.disabled{opacity: 1;}
.product_carousel.owl-theme .owl-nav button.owl-prev.disabled span{
    background: url(../images/dpre_arow.png) no-repeat;
}
.product_carousel.owl-theme .owl-nav button.owl-next.disabled span{
    background: url(../images/dnext_arow.png) no-repeat;
}
.product_carousel.owl-theme .owl-nav [class*='owl-']:hover{background: transparent;}


.sebscribe-section{padding: 60px 0px; text-align: center; }
.sebscribe-section h2{
    font-size:35px; line-height:40px;
    font-family: 'HelveticaNeue';
    color: #00a0dc;
    padding-bottom: 0;
}
.sebscribe-section h2:before{display: none;}
.sebscribe-section .subscrip-wrap{ position: relative;     max-width: 700px;  margin: 0 auto;}
.sebscribe-section .subscrip-wrap  input[type="email"]{  height: 60px; background-color:#008cc1; border: none; width: 100%; border-radius: 50px; padding: 10px 165px 10px 30px; color: #fff;}
.sebscribe-section .subscrip-wrap  input[type="submit"]{
	position: absolute;
	top: 50%; 
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	right: 10px;  
	height: 45px; 
	background-color: #fff; 
	border-radius: 50px; 
	color: #000; 
	padding: 0px 30px; 
	text-transform: uppercase; 
	font-family: 'HelveticaNeue'; font-weight: 500; 
	font-size: 14px;
}
.sebscribe-section .subscrip-wrap  input[type="submit"]:hover{
    background: #000;
    color: #fff;
}


.sebscribe-section input[type="email"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.sebscribe-section input[type="email"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.sebscribe-section input[type="email"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

/*Blog*/

.blog_img{
	height: 220px;
}
.blog_img img{
	width: 100%; height: 100%; object-fit: cover;
}
.blog_text{
	background: #fff;
    padding: 25px 18px;
    font-size: 14px;
    line-height: 20px;
    color: #595959;
}
.blog_text h2{
	font-size: 22px;
    line-height: 26px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00a0dc;
}
.date{
	font-size: 14px;
	line-height: 18px;
	color: #2c7db7;
	margin-bottom: 15px;
}
.blog_text a.bd_btn1{
	text-transform: capitalize;
}

/*About Css*/

.bd_abouttext {
    border: 1px solid #ffa500;
    padding: 20px 70px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    flex: 0 0 55%;
    max-width: 55%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 1;
}
.bd_abouttext h6, .bd_abouttext p {
    font-size: 13px !important;
    line-height: 19px !important;
}
.bd_aboutimg {
    margin: 45px 0 0 0;
    flex: 0 0 50%;
    min-height: 420px;
    transform: perspective(815px) rotateY(-10deg);
    -webkit-transform: perspective(815px) rotateY(-10deg);
    -ms-transform: perspective(815px) rotateY(-10deg);
    -moz-transform: perspective(815px) rotateY(-10deg);
    -o-transform: perspective(815px) rotateY(-10deg);
    transition: 0.3s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.bd_aboutimg img {
    width: 100%;
    height: 100%; object-fit: cover;
}
.bd_aboutwrap:hover .bd_abouttext{
    background-color: #ffa500;
}
.bd_aboutwrap:hover .bd_aboutimg{
    transform: perspective(815px) rotateY(0deg);
    -webkit-transform: perspective(815px) rotateY(0deg);
    -ms-transform: perspective(815px) rotateY(0deg);
    -moz-transform: perspective(815px) rotateY(0deg);
    -o-transform: perspective(815px) rotateY(0deg);
}

/* Inner Page */

.inner_banner {height:400px;position: relative; width: 100%;background:#002035;}
.inner_banner .baner_img_page{
    height: 100%;
    width:100%;
    object-fit: cover;
    opacity: 0.5;
}
.inner_banner .podcastbaner_img_page{
	max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.inner_banner_text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.banner_area_text_box {
    position: relative;
    text-align: center;
}
.banner_area_text_box .page-title {
    font-weight: 600;
    font-size:30px;
    line-height:35px;
    text-align: left;
    text-transform: capitalize;
    display: inline-block;
    letter-spacing: 1px;
    color: transparent;
    background: linear-gradient(0deg, #ffffff 40%, #ddecf9 0);
    -webkit-background-clip: text;
    margin-bottom: 0;
    text-transform:uppercase;
}
.breadcrumb{
	background: transparent;
	margin-bottom: 0;
	padding: .75rem 0;
	justify-content: flex-start;
}
.breadcrumb ul{
	list-style-type: none;
	margin-bottom: 0;
}
.breadcrumb ul li{
	display: inline-block;
	margin: 0 5px;
	color: #ffa500;
}
.breadcrumb ul li a, .breadcrumb ul li strong{
	color: #ffa500;
	font-weight: normal;
	font-size: 14px;
    line-height: 18px;
}
.breadcrumb ul li a:hover {
    color: #0052BB;
}

/* Inner Content */

.inner_con{
	color: #251501;
    font-weight: 500;
}
.inner_con .alignright{
	float: right;
	margin: 20px 0 20px 20px;
	filter: drop-shadow(5px 5px 5px #222);
	-webkit-filter: drop-shadow(5px 5px 5px #222);
	-moz-filter: drop-shadow(5px 5px 5px #222);
	-ms-filter: drop-shadow(5px 5px 5px #222); 
}
.inner_con .alignleft{
	float: left;
	margin: 20px 20px 20px 0;
	filter: drop-shadow(-5px 5px 5px #222);
	-webkit-filter: drop-shadow(-5px 5px 5px #222);
	-moz-filter: drop-shadow(-5px 5px 5px #222);
	-ms-filter: drop-shadow(-5px 5px 5px #222);
}

.inner_con .heading h2{
	font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    color: #1f1f1f;
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
}
.inner_con .heading p{
    font-size: 14px; line-height: 18px;
}

.inner_con h2{
	color: #00a0dc;
	font-size: 30px;
	line-height: 34px;
    letter-spacing: 1px;
}
.inner_con h3{
	color: #00a0dc;
	font-size: 26px;
	line-height: 30px;
}
.inner_con h4{
	color: #00a0dc;
	font-size: 22px;
	line-height: 28px;
}
.inner_con ul{
	padding-left: 0;
    padding-bottom: 10px;
	list-style-type: none;
}
.inner_con ul li{
	position: relative;
    margin: 5px 0;
    padding-left: 15px;
}
.inner_con ul li:after{
	position: absolute;
    content: "\f105";
    font: normal normal normal 14px FontAwesome;
    color:#005faf;
    top:2px;
    left: 0;
}

.inner_con h6{
	font-size: 16px;
    line-height: 20px;
}

/* Contact */

.contact_form1{
    background: #0885de;
    box-shadow: 0 2px 22px 0 #0885de;
    padding: 30px 0 0 30px;
}
.contact_form1 .heading{
	text-align: left;
}
.contact_form1 .heading h2:before{display: none;}
.contact_form1 .heading, .contact_form1 .heading h2{color: #fff;}
.contact_form1 .heading h2{margin-bottom: 0;}

.contact_form1 label{
    font-size: 15px;
    line-height: 20px;
    color: #bdd9ec;
    font-weight: 400;
    margin: 0;
}
.contact_form1 label span{color: red;}
/*.contact_form1 span.wpcf7-not-valid-tip{
    position: absolute; bottom: 0; left: 0;
}
*/
.contact_form1 .wpcf7-form-control::placeholder {
  color: #737373;
}

.contact_form1 .wpcf7-form-control, .contact_form1 .wpcf7-form-control:-internal-autofill-selected{
    width: 100%;
    padding-left: 20px;
    background-color: transparent;
    border-top: 0; border-left: 0; border-right: 0;
    border-bottom:2px solid #eceef2;
    color: #0000;
    transition: 0.5s;
    position: relative;
}
.contact_form1 input[type="text"], 
.contact_form1 input[type="text"]:focus, 
.contact_form1 input[type="email"], 
.contact_form1 input[type="email"]:focus, 
.contact_form1 input[type="tel"], 
.contact_form1 input[type="tel"]:focus,
.contact_form1 textarea
{
    width: 100%;
    padding:0 10px;
    background-color: transparent;
    border-top: 0; border-left: 0; border-right: 0;
    border-bottom:2px solid #7bbbe8;
    color: #fff;
    transition: 0.5s;
    position: relative;
}
.contact_form1 .wpcf7-form-control:focus{
    border-color: #fff !important;
}
.contact_form1 .wpcf7-text {
    height: 45px;
    border:0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.contact_form1 .wpcf7-textarea {
    height: 230px;
    padding-top:20px;
    border-top: 0; border-left: 0; border-right: 0;
    border-bottom:0;
    background-color: transparent;
    color: #fff;
}
.contact_form1 .wpcf7-submit {
    height: 45px;
    padding: 0 40px;
    background:#07568e;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 0;
    border: 0;
    text-transform: uppercase;
}
.contact_form1 .bd_consub{position: relative; margin:55px 0 0 -15px;}
.contact_form1 .bd_consub .ajax-loader {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.contact_form1 .wpcf7-submit:hover{
    color: #000;
    background: #fff;
}

.bd_contactbox .wpcf7-form-control{border: 0; padding-left: 0;}
.bd_contactbox .captcha-image{color: #fff; border: 0; padding: 0;}

.bd_conlft {
    border-right: 2px solid #7bbbe8;
}

.contact_info {
    padding: 20px;
    background: #0885de;
    box-shadow: 0 0 10px 0 #0885de;
}
.con_heading {
    margin-bottom: 15px;
}
.con_heading h2 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}
.contact_info ul li {
    background: #fff;
    padding: 10px;
    position: relative;
    margin-top: 5px;
}
.contact_info ul li:after{
    display: none;
}
.contact_info ul li i{
    margin-right: 10px;
    color: #0885de;
    /*position: absolute;
    top: 14px;
    left: 18px;
    color: #fff;
    font-size: 20px;*/
}
.contact_info ul li a {
    color: #012138;
    font-size: 16px;
    line-height: 22px;
    word-break: break-word;
}

/***********/

.map_area iframe {
    width: 100%;
    height: 450px;
    opacity: 0.8;
    display: block;
}


/* 404 */
.error-404 {
    color: #000;
}
.error-404 h1 {
    font-size: 100px;
    font-weight: 900;
    line-height: 104px;
    letter-spacing: -15px;
    -webkit-text-stroke: 1px #f79420;
    color: transparent;
}
.error-404 a {
    background: #f79420;
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
}

.wpcf7-not-valid-tip{font-size: 12px !important; line-height: 16px;}
div.wpcf7-mail-sent-ok{

    background: #398f14;
	color: #fff;
    text-align: center;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	background: #f7e700;
	color: #252525;
    text-align: center;
}

/* blog Details */

.boxshadow{
    background: #1babed;
    box-shadow: 0 0 5px 0 #1babed;
    padding: 20px;
}

.blog_box_details figure {
    position: relative;
}
.blog_box_details figure img {
    width: 100%;
}
.blog_box_details figure .date {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #000;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

.news_box_details .news_content .post-title{margin: 15px 0;}
.news_box_details .news_content .post-title a{font-size: 25px; line-height: 30px; color: #fff;
    font-weight: 600;}

.news_box_details .post_view{color: #9c9c9c;}
.news_box_details .post_view span{margin-right: 15px;}
.news_box_details .post_view i{color:#009f9d; margin-right: 10px;}
.news_box_details .entry-content{margin-top: 15px;color: #fff;}
.news_box_details .entry-content h3,.news_box_details .entry-content h2
.news_box_details .entry-content h4,.news_box_details .entry-content h5
{color: #fff;}

.date i{margin-right: 10px;}
/* comment-respond */

.comments-area{
    margin-top: 40px;
}
.comment-respond .comment-reply-title{
    font-size: 26px;
    line-height: 30px;
    color: #252525;
    margin-bottom: 15px;
}
.comments-area .comments-title{
    font-size: 20px;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}
.comment-form p label{display: block;}
.comment-form input, .comment-form textarea{width: 100%; padding: 10px; border: 1px solid #d7f1ea;}
.comment-form input{height: 40px;}
.comment-form input[type=checkbox]{width: auto; height: auto;}
.comment-form p.comment-form-cookies-consent label{display: inline-block; margin-left: 10px;}

.form-submit {
    text-align: right;
}
.form-submit .submit{
    border: none;
    border-radius: 5px;
    background: #ee2fb0;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 0;
    width: auto;
    padding: 0 20px;
}
.form-submit .submit:hover{background: #252525;}

.comment-list {
    list-style-type: none;
}

.post-navigation .screen-reader-text{display: none;}
.post-navigation .nav-links{display: flex;}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next
{
    flex: 1;
}
.post-navigation .nav-links .nav-next{text-align: right;}
.post-navigation .nav-links .meta-nav{
    display: block;
    color: #767676;
    font-size: 12px;
}
.post-navigation .nav-links .post-title{
    color: #252525;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}
.post-navigation .nav-links .post-title:after{
    position: absolute;
    top: 3px;
    color: #252525;
    font-size: 14px;
    font: normal normal normal 14px FontAwesome;
}
.post-navigation .nav-links .nav-next .post-title:after{
    content: "\f061";
    right: -15px;
}
.post-navigation .nav-links .nav-previous .post-title:after{
    content: "\f060";
    left: -15px;
}

.post_heading{
    background: #1babed;
    padding: 8px 10px;
}
.post_heading h2{
    font-size: 24px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}
.recent_post .recent_post_img{
    flex: 0 0 40%;
    max-width: 40%;
}
.recent_post .recent_post_img img{width: 100%; height: 100%; object-fit: cover;}

.recent_post .recent_post_content{
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
    background: #1babed;
}

.recent_post .recent_post_content .date{color: #fff; font-size: 14px; margin-bottom: 10px;}

.recent_post_content h3 {
    font-size: 16px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.recent_post .recent_post_content .date i{margin-right: 10px;}

.recent_post_content a{display: block; color: #fff; margin-top: 5px; font-size: 12px;}

.recent_post {
    margin: 10px 0;
}

/* News Pagination */

.bd_pagination{display: inline-block;}
.bd_pagination ul{
    list-style-type: none;
    margin: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 1px 2px 0px #c6d3ff;
    display: flex;
}
.bd_pagination ul li{
    flex: 1;
    border-right: 1px solid #efefef;
    padding:0;
    margin:0;
}
.bd_pagination ul li:after{display:none;}

.bd_pagination ul li:nth-last-child(1){
    border-right: 0;
}
.bd_pagination ul li .page-numbers{
    padding: 10px 15px;
    display: block;
    color: #000;
}
.bd_pagination ul li .page-numbers.current{
    padding: 10px 20px;
    background:#024777;
    color: #fff;
}
.bd_pagination ul li a.page-numbers:hover{
    background:#1896ea;
    color: #fff;
}



.bd_prodetails .prodetails_img{
    float: left; margin: 0 30px 20px 0;
    width: 50%;
}
.bd_prodetails .prodetails_img img{
    width: 100%;
}

/* Product details */

/*---------------*/

.details_page .woocommerce-tabs { margin-top: 40px; display: inline-block; width: 100%;}
.details_page .product .woocommerce-tabs ul.tabs{ margin: 0 !important; padding: 0 0 0 1px !important;}
.details_page .product .woocommerce-tabs ul.tabs li { border: 1px solid #c8f0ff !important; background-color: #00a0dc !important; border-radius: 0 !important; margin: 0 !important;}
.details_page .product .woocommerce-tabs ul.tabs li a{ color: #fff  !important;}
.details_page .product .woocommerce-tabs ul.tabs li:hover{ background-color: #cee2c5 !important;  }
.details_page .product .woocommerce-tabs ul.tabs li:hover a{ color: #000 !important }
.details_page .product .woocommerce-tabs ul.tabs li.active{ background-color: #c8f0ff !important; }
.details_page .product .woocommerce-tabs ul.tabs li.active a{ color: #000 !important }
.details_page .product .woocommerce-tabs ul.tabs li:before,
.details_page .product .woocommerce-tabs ul.tabs li:after{ display: none;}
.details_page .product .woocommerce-tabs ul.tabs li.active { background: #ffa500; z-index: 2; border-color: #ffa500; }
.details_page .product .woocommerce-tabs .panel { margin: 0 0 2em; padding: 0;  border: #c8f0ff solid 1px; border-top: none; padding: 30px !important;  background: #c8f0ff;}
.details_page .product .woocommerce-tabs .panel h2{ font-size:18px !important; text-align: left; font-family: 'HelveticaNeue'; color: #333; padding-bottom: 15px;}
.details_page .product .woocommerce-tabs .panel p{ color: #333; font-size: 15px; line-height: 22px; margin:0px; }
.woocommerce-Tabs-panel--description {  display: flex;  flex-wrap: wrap;}
.bd_description { flex: 0 0 31.3%;  max-width: 31.3%; background: #fff; padding: 20px; margin: 1%;}
.bd_description h2 { font-size: 20px; line-height: 26px; margin-bottom: 20px; color: orange;}
.bd_description ul { list-style-type: disc;  margin-left: 22px;}
.woocommerce-product-details__short-description p{ font-size: 14px; color: #666; font-family: 'HelveticaNeue'; font-weight: 500; }
.inner-page.shop{ background-color: background-color: #f6f6f6; }
.single.single-product .main_content{ background-color: #f6f6f6; }
.single-product .product{ background-color: transparent; }
.details_page .woocommerce-Reviews #comments .woocommerce-Reviews-title{ font-size: 25px; line-height: 30px; margin-bottom: 20px; font-weight: 600; color: #333}
.details_page .woocommerce-Reviews #comments .woocommerce-Reviews-title span, #tab-additional_information h2{ color: #333;}
.details_page .woocommerce-Reviews #comments .commentlist li .comment_container{}
.details_page .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text{ margin: 0 !important; padding: 0 0 0 60px !important; border: 0 !important;}
.details_page .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text p.meta{ color: #333 !important; }
.details_page .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .star-rating{ float: left; margin: 0 12px 0 0;}
.details_page .woocommerce-Reviews #comments .commentlist li .comment_container .comment-text .description p{ font-size: 12px; line-height: 20px; color: #333;}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-reply-title{ color: #333; font-size: 22px; line-height: 30px;}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form{ color: #e99471; width: 100%;}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form p.stars a::before{ color: #00a0dc;}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form textarea,
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="text"],
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form input[type="email"]{ background: #fff; color: #000; border-color: transparent;}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .form-submit{ text-align: left;}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form .form-submit .submit{ background-color: #00a0dc  !important; border-radius: 50px !important; padding: 0 50px!important; text-transform: uppercase; color: #fff !important;}
.details_page .woocommerce-Reviews #review_form_wrapper .comment-respond .comment-form-rating{ color: #333; }
.details_page .woocommerce-message{ border-top-color: #00a0dc; background: #094054; color: #fff; font-size: 14px; line-height:20px;}
.details_page .woocommerce-message::before { content: '\e015'; color: #00a0dc;}
.details_page .woocommerce-message a.button{ background: #00a0dc; border-radius: 0; color: #fff; padding: 10px 30px;  }
p.comment-form-cookies-consent{ display: flex; }
p.comment-form-cookies-consent input[type="checkbox"]{ margin-top: 5px;}
.comment-form p label{display: block;}
.comment-form input, .comment-form textarea{width: 100%; padding: 10px; border: 1px solid #d7f1ea;}
.comment-form input{height: 40px;}
.comment-form input[type=checkbox]{width: auto; height: auto;}
.comment-form p.comment-form-cookies-consent label{display: inline-block; margin-left: 10px;}
.form-submit { text-align: right;}
.form-submit .submit{ border: none; background:transparent; text-transform: uppercase; color: #1babed; border: #1babed solid 2px; border-radius: 50px; letter-spacing: 2px; margin-bottom: 0; width: auto; padding: 0 20px; letter-spacing: normal; font-weight: 600;}
.form-submit .submit:hover{background: #1babed; color: #fff;}
.comment-list {  list-style-type: none;}
.comment-list .comment-body { background: #b0dcf1; padding: 15px; margin-bottom: 15px;}
.comment-list .comment-body .comment-author{margin-bottom: 15px;}
.comment-list .comment-body .reply a{
    background: #08577b;
    padding: 8px 20px;
    border-radius: 50px;
    color: #fff;
}
.comment-list .comment-body .reply a:hover{ background: #000;}
.comment-list .children{  margin: 10px 0 10px 30px;}

.woocommerce-tabs.wc-tabs-wrapper #comments { float: left;  padding: 0 26px 0 0; width: 60%;}
.woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper { float: left; padding: 0 26px; width: 40%;margin-top: 0; border-left: 1px solid #ccc;}
.ratesdetails_sec{ background-color: #fff; padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(221,221,221,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(221,221,221,1);
box-shadow: 0px 0px 10px 0px rgba(221,221,221,1);
 }


.single-product .product{ background-color:#fff;}
.woocommerce-product-gallery--with-images{ padding:15px;}
.woocommerce-product-gallery__image{ border:#ddd solid 1px; padding:15px; border-radius:0px; background-color:#fff;}
.woocommerce-product-gallery__image img{ max-height:350px; object-fit: contain;}
.single-product .summary.entry-summary{ padding-top:30px;}
.woocommerce div.product .product_title{ color:#00a0dc ; font-size: 22px; line-height: 28px;}
.woocommerce-Price-amount.amount{ color:#272650; font-size:18px !important; letter-spacing:normal; font-family: 'HelveticaNeue';}
.related.products{ overflow: hidden; display: block; width: 100%; margin-top: 30px;}
.related.products h2{ font-size:25px; padding:0px 15px 15px 15px; text-align: center;}
.related.products ul.products{ padding:15px; border: none;}
.related.products ul.products .product{ padding:0px 0px 15px 0px; border:none; text-align: left;}
.related.products ul.products li h2{ font-size:16px !important; text-align: left; font-family: 'HelveticaNeue';}
.related.products > h2{
	font-size: 35px;
    font-weight: 700;
    color: #036c94;
    padding-bottom: 20px;
    margin: 0;
    text-decoration: underline;
}
.woocommerce .products .star-rating{margin: 0;}
.single-product .summary.entry-summary .single_add_to_cart_button{ display: inline-block; color: #00a0dc; background-color: transparent; border: #00a0dc solid 1px; height: auto !important; font-size: 13px !important; text-transform: uppercase; padding: 12px 20px !important; border-radius: 50px !important; margin-left: 5px;
 -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
.single-product .summary.entry-summary .single_add_to_cart_button:hover{ background-color:#00a0dc !important; color: #fff !important;  }
.qib-button:not(#qib_id):not(#qib_id){
	background-color: #00a0dc !important;
    color: #fff !important;
    border-color: #00a0dc !important;
}
.qib-container .quantity input.qty:not(#qib_id):not(#qib_id){
	border-color: #00a0dc !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{ background-color: transparent !important; }

.ratesdetails_sec .cart{
	display: flex;
}
.woocommerce div.product form.cart .details-atribute-section {
    margin-right: 20px;
}

.woocommerce .star-rating::before,
.woocommerce .star-rating span::before{
	color: #00a0dc;
}

.ratesdetails_sec .author{margin-top: 15px;}




/*Cart Css*/

table.shop_table{border-collapse: collapse !important;background-color: #fff !important;}
table.shop_table th{
	border: #056488 solid 1px !important;
    background: #00a0dc;
    color: #ffffff;
}
table.shop_table td{ border:#056488 solid 1px !important; }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{width: 100%;}
.cart_totals .wc-proceed-to-checkout {
    text-align: right !important;
}
.cart_totals .wc-proceed-to-checkout a.button{display: inline-block;}
.product-quantity .qib-button:not(#qib_id):not(#qib_id){
    background: #1c1c1a;
    color: orange;
    font-size: 18px;
}
.actions button.button{
    background-color: #00a0dc;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff !important;
}
.actions button.button:hover{
    background-color: #046488;
    color: #fff;
}
.actions button.button:disabled{
    padding: 10px 20px !important;
}
.wc-proceed-to-checkout a.button {
    border-radius: 0;
    background-color: #00a0dc !important;
}
.woocommerce .wc-proceed-to-checkout a.button:hover{
    background-color: #046488 !important;
    color: #fff !important;
}
.cart_totals h2 {
    font-size:18px;
    line-height:24px;
    letter-spacing: normal;
    background: #00a0dc;
    display: inline-block;
    margin: 0;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 600;
}


.woocommerce a.added_to_cart{display: none;}

/* Billing Details */

.woocommerce form .form-row .input-text::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.woocommerce form .form-row .input-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.woocommerce form .form-row .input-text::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}


.bd_box{
    padding: 20px;
    box-shadow: 0 0 10px 0 #ddd;
    background: #00a0dc;
}
.checkout h3, h3#ship-to-different-address span {
    margin-bottom: 20px;
    color: #fff;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label,
.woocommerce-input-wrapper
{
    width: 100%;
    color: #fff;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text,
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .select2-container--default .select2-selection--single
{
    border: 1px solid #b5dcea;
    background: transparent;
    height: 45px;
    color: #fff;
    padding: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #fff;
}

.woocommerce form .form-row textarea.input-text{
    height: auto;
}

.woocommerce-page form .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}
.woocommerce-page form.woocommerce-checkout #payment{
    border-radius: 0;
    background: #ffffff;
    box-shadow: 0 2px 22px 0 #adada5;
}
.woocommerce-page form.woocommerce-checkout #payment #place_order{
    background: #00a0dc;
    border-radius: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
}
.woocommerce-page form.woocommerce-checkout #payment #place_order:hover{
background-color: #046488 !important;color: #fff;
}

.woocommerce-error{
    background: #1c1c1a;
}
.woocommerce-error li {
    margin: 0 0 5px 50px !important;
    color: #fff;
}
.woocommerce-error li strong {
    color: #00a0dc;
    font-weight: 500;
    letter-spacing: 1px;
}
ul.order_details li:after{
    display: none;
}
ul.order_details li{
    padding: 10px 26px !important;
    background: #00a0dc;
    color:#fff;
}

.woocommerce-order-overview__total .woocommerce-Price-amount.amount{color: #fff;}



/*WooCommerce Css*/

.bd_myaccout{
	background: #0083b066;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #0083b066, #00b4dbc2)
	background: linear-gradient(to right, #0083b066, #00b4dbc2);

}
.inner_con.bd_myaccout h2 {
    color: #005fae;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 30px;
}

/*.account-frm .g-recaptcha{display: none;}  */  
.account-frm{
    /*background: rgba(254, 161, 1, 0.21);*/
    background: rgba(255, 255, 255, 0.18);
    position: relative;
    padding: 0 0 15px 15px;
}
.account-frmbox {
    z-index: 1;
    position: relative;
    padding: 30px;
}
.account-frm:after,
.account-frm:before,
.account-frmbox:after,
.account-frmbox:before
{
    position:absolute;
    content: "";
    width: 20%;
    height: 20%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    border-color: #672004;
}
.account-frm:after{
    bottom: 0;
    left: 0;
    border-bottom: 1px solid;
}
.account-frm:before{
    bottom: 0;
    left: 0;
    border-left: 1px solid;
}
.account-frmbox:after{
    top: 0;
    right: 0;
    border-top: 1px solid;
}
.account-frmbox:before{
    top: 0;
    right: 0;
    border-right: 1px solid;
}
.account-frm:hover:after,
.account-frm:hover:before,
.account-frm:hover .account-frmbox:after,
.account-frm:hover .account-frmbox:before{
    width: 50%; height: 50%;
    border-color: #007eff;
}

.bd_myaccout .woocommerce form.checkout_coupon, .bd_myaccout .woocommerce form.login, .bd_myaccout .woocommerce form.register{
    border: 0;
    padding: 0;
}
.bd_myaccout .woocommerce form .form-row label{color: #1c1c1a;}
.bd_myaccout .woocommerce form .form-row .password-input{width: 100%;}
.bd_myaccout .woocommerce form .form-row input.input-text, .bd_myaccout .woocommerce form .form-row textarea,
.bd_myaccout .form-row .select2-container--default .select2-selection--single
{
    border: 1px solid #000 !important;
    height: 45px;
    background:transparent;
    padding: 0 15px;
    color: #000;
}
.bd_myaccout .woocommerce-form__label-for-checkbox {
    margin:0 10px 0 0;
    line-height: 40px !important;
}
.bd_myaccout .woocommerce button.button:disabled{
  padding: 0 25px !important;
}
.bd_myaccout .woocommerce #respond input#submit, .bd_myaccout .woocommerce a.button, .bd_myaccout .woocommerce button.button,
.bd_myaccout .woocommerce input.button {
    background-color: #001c23;
    color: #fff;
    border-radius: 0;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    transition: 0.5s;
   -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}
.bd_myaccout .woocommerce #respond input#submit:hover, .bd_myaccout .woocommerce a.button:hover, .bd_myaccout .woocommerce button.button:hover, .bd_myaccout .woocommerce input.button:hover{
    background-color: #000 !important;
}

.bd_myaccout .lost_password {
    margin: 0;
}
.bd_myaccout .lost_password a {
    color: #007eff;
}


/* Checkbox Css */
.bd_checkbox{
    position: relative;
    padding: 0 0 0 35px; 
    display: block;
    cursor: pointer;
}
.bd_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #bbdaef;
  border: 1px solid #0b8de4;;
}

.bd_checkbox:hover input ~ .checkmark {
  background-color: #e3f0f5;
}

.bd_checkbox input:checked ~ .checkmark {
  background-color: #000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.bd_checkbox input:checked ~ .checkmark:after {
  display: block;
}

.bd_checkbox .checkmark:after {
    left: 11px;
    top: -7px;
    width: 10px;
    height: 25px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Dashboard Css */
.bd_myaccout .woocommerce {
    background: rgba(255, 255, 255, 0.18);
    padding: 20px;
}
.woocommerce-account .bd_myaccout .woocommerce-MyAccount-navigation {
    background: #1466ae;
    padding: 20px;
    box-shadow: 0 6px 10px 0 #1466ae;
}
.woocommerce-MyAccount-navigation{
    background: #d9f0dc;
    border-radius: .25rem;
    overflow: hidden;
}
.woocommerce-MyAccount-navigation ul{margin-bottom: 0;}
.woocommerce-MyAccount-navigation ul li{
    border-bottom: 1px solid #1c1c1a;
    margin: 0;
    padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li:nth-last-child(1){border-bottom: 0;}
.woocommerce-MyAccount-navigation ul li:after{display: none;}
.woocommerce-MyAccount-navigation ul li a{
    color: #020e08;
    display: block;
    padding: 15px;
}
.woocommerce-MyAccount-navigation ul li:hover,
.woocommerce-MyAccount-navigation ul li.is-active
{
    background: #1c1c1a;
}
.woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce-MyAccount-navigation ul li.is-active a
{color: #fff;}
.woocommerce-MyAccount-content{
    border: 1px solid transparent;
    padding: 15px;
    border-radius: .25rem;
    background: rgba(255, 255, 255, 0.18);
}

.woocommerce-MyAccount-content p a{color: #0400ff;}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link{
    position: relative;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:before{
    position: absolute;
    top: 50%;
    left: 12px;
    font: normal normal normal 18px/1 FontAwesome;
    color: #fff;
    transform: translateY(-50%);
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard:before{
    content: "\f0e4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders:before{
    content: "\f2b0";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads:before{
    content: "\f019";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address:before{
    content: "\f044";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account:before{
    content: "\f044";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout:before{
    content: "\f08b";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
    padding-left: 40px;
}

.addresses .woocommerce-Address{
    background: #ffffff61;
    padding: 20px;
}
.addresses .woocommerce-Address .title h3{
   color: #1c1c1a;
}
.woocommerce-column--billing-address address, .woocommerce-column--shipping-address address{
    background: #1c1c1a;
    color: #fff;
    box-shadow: 0 2px 22px 0 #1c1c1a;
}


a.shipping-calculator-button {
    text-indent: -90px;
    font-size: 0;
    position: relative;
}

form.woocommerce-shipping-calculator{
    display: none;
}

.woocommerce ul.products li.product a img{ height: 250px; object-fit: contain; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2
{
    flex: 0 0 48%;
    max-width: 48%;
}

/*Inner Page*/

.cnimg .vc_single_image-wrapper {
    height: 300px;
    overflow: hidden;
}
.cnimg .vc_single_image-wrapper img{
    height: 100%; width: 100%;
    object-fit: cover;
}

#stripe-payment-data label{ color: #333;}
#stripe-payment-data .stripe-card-group{ width: 100%; }
#stripe-payment-data .wc-stripe-elements-field{ width: 100%; }
#stripe-payment-data .form-row.woocommerce-validated{ display: flex; align-items: center; }
#stripe-payment-data .form-row.woocommerce-validated label{ width: auto; margin: 0; }

.ab_text h1, .ab_text h2, .ab_text h3, .ab_text h4, .ab_text h5, .ab_text h6{
    color: #00a0dc;
}

.bd_height {
    min-height: 140px;
}