@charset "utf-8";
*, ::after, ::before {
    box-sizing: border-box;
}
a {transition: all .3s linear;}
a, a:hover {text-decoration: none;}

.pt-30 {padding-top: 30px;}
.pb-30 {padding-bottom: 30px;}
.pt-40 {padding-top: 40px;}
.pb-40 {padding-bottom: 40px;}
.pt-60 {padding-top: 60px;}
.pb-60 {padding-bottom: 60px;}
.pt-80 {padding-top: 80px;}
.pb-80 {padding-bottom: 80px;}

.mw320 {max-width: 320px;}

h1, h2 {font-weight: bold; color:#2C2D3F;}

/*btn*/
.btn-circle {border-radius: 40px;}
.btn-primary {
    background-color: #1A76D1;
    border-color: #1A76D1;
}
.btn-primary:hover {
    background-color: #11a8fd;
    border-color: #11a8fd;
}
/*header*/

.header .contact-link a {
    color: #00196a;
    font-weight: 700;
	background: #cfeeff;
	padding: 10px 15px;
	border-radius: 30px;
}
.header .contact-link a:hover {
    color: #11a8fd;
}
.header .contact-link a i {
    margin-right: 10px;
    color: #11a8fd;
	margin-top:2px;
}

.header-inner{
	background: #fff;
}
.header-inner .logo img{
	height: auto;
	max-height: 50px;
}
.header.sticky .header-inner{
	position:fixed;
	width:100%;
	z-index:999;
	top:0;
	left:0;
	bottom:initial;
	box-shadow:0px 0px 13px #00000054;
}
.header.sticky .header-inner .logo img{
	height: 36px;
}
.header .nav li{
	margin-right: 5px;
    float: left;
	position:relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #2C2D3F;
	font-weight: 600;
	text-transform: uppercase;
	padding: 22px 8px;
	position: relative;
	display: inline-block;
}
.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	background: #1A76D1;
	opacity:0;
	visibility:hidden;
	transition:all 0.4s ease;
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.header .nav li.active a{
	color:#1A76D1;
}
.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.header .nav li:hover a{
	color:#1a76d1;
}
.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}

/* Dropdown Menu */
.header .nav li .dropdown {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
	width: 220px;
	position: absolute;
	left:0;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	border-left:3px solid #2889e4;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
	border-bottom:1px solid #eee;
}
.header .nav li .dropdown li:last-child{
	border:none;
}
.header .nav li .dropdown li a {
	padding: 12px 15px;
	color: #666;
	display: block;
	font-weight: 400;
	text-transform: none;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
}
.header .nav li .dropdown li.active a{
	color:#1A76D1;
	background-color: rgba(17, 168, 253, 0.09);
}
.header .nav li .dropdown li:hover a{
	color:#1A76D1;
}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
	background-color: rgba(17, 168, 253, 0.09);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.header .nav li a {
	font-size: 13px;
	font-weight: 500;
	padding: 20px 4px;
}
.header .nav li .dropdown {
	width: 200px;
	left: -20px;
	top: 65px;
}
.header .nav li .dropdown li a {
	padding: 10px 15px;
	font-size: 13px;
}
}

.header-base {
    background: #edf1f4;
}
.cnt-call {
position: relative;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, .06);
padding: 60px;
border-radius: .5rem;
background: #fff;
border-top: 4px solid #2889e4;
}
.info-phone, .info-mail {
	font-size: 1.25rem;
	font-weight: bold;
}
/*list*/
.product-card {
	margin-bottom: 2.5rem;
	overflow: hidden;
	border: none;
	border-radius:.5rem;
	box-shadow: 0 6px 37px 6px rgba(176,194,213,.2);
	transition: box-shadow 0.3s ease-in-out;
}
.product-card:hover {
	box-shadow: 0 6px 47px 10px rgba(176,194,213,.5);
}
.product-card .card-img-top {
	transition: transform 0.3s ease-in-out;
}
.product-card:hover .card-img-top {
	transform: scale(1.05);
}
.product-price {font-size: 1.25rem; font-weight: 500;}
.product-price span {font-size: 1.5rem; font-weight: 700; color:#00196a;}

.brand-item {
	text-align: center;
	padding: 1rem;
	border: 1px solid #a3bbc8;
	border-radius: .5rem;	
}




/*footer*/
.support-area{
	background: rgba(17, 168, 253, 0.1);
}
.support-wrap {
    padding: 36px 30px;
	border-right: 1px solid #a3bbc8;
}
.support-wrap .icon {
    margin-right: 25px;
    width: 50px;
}
.support-wrap .content {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.support-wrap .content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #414141;
    margin-bottom: 10px;
}
.support-wrap .content p {
    color: #585858;
    font-size: 16px;
}
.footer-bottom {border-top: 1px solid #a3bbc8;}
.copyright {
    color: #7b7b7b;
}
.footer-menu ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
    display: inline-block;
	margin: 0;
}
.footer-menu ul li::before {
    content: "|";
    margin: 0 15px;
    color: #7b7b7b;
}
.footer-menu ul li:first-child::before {
    content: "";
}
.footer-menu ul li a {
	color: #7b7b7b;
}
/*offcanvas*/
body.offcanvas-open {
 overflow:hidden;
}
.offcanvas {
 font-size:14px;
 font-weight:400;
 position:fixed;
 z-index:1000;
 top:0;
 right:0;
 left:auto;
 display:block;
 overflow:hidden;
 width:400px;
 height:100vh;
 padding:20px;
 transition:all .5s ease 0s;
 transform:translateX(100%);
 background-color:#fff;
 box-shadow:none
}
@media only screen and (max-width:479px) {
 .offcanvas {
  width:300px
 }
}
.offcanvas .inner {
 position:relative;
 z-index:9;
 display:flex;
 flex-direction:column;
 height:100%
}
.offcanvas .inner .head {
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 width:100%;
 margin-bottom:25px;
 padding-bottom:15px;
 border-bottom:1px solid #eee
}
.offcanvas .inner .head .title {
 color:#1d1d1d;
 font-weight:700
}
.offcanvas .inner .head .offcanvas-close {
 position:relative;
 width:20px;
 height:20px;
 text-indent:-9999px;
 border:0;
 background-color:transparent
}
.offcanvas .inner .head .offcanvas-close::after {
 position:absolute;
 top:calc(50% - 1px);
 left:0;
 width:20px;
 height:2px;
 content:"";
 transition:all .5s ease 0s;
 transform:rotate(-45deg);
 background-color:#333
}
.offcanvas .inner .head .offcanvas-close::before {
 position:absolute;
 top:calc(50% - 1px);
 left:0;
 width:20px;
 height:2px;
 content:"";
 transition:all .5s ease 0s;
 transform:rotate(45deg);
 background-color:#333
}
.offcanvas .inner .head .offcanvas-close:hover:before {
 transform:rotate(180deg)
}
.offcanvas .inner .head .offcanvas-close:hover:after {
 transform:rotate(0)
}
.offcanvas .inner .offcanvas-menu-search-form {
 margin-bottom:30px
}
.offcanvas .inner .offcanvas-menu-search-form form {
 position:relative
}
.offcanvas .inner .offcanvas-menu-search-form form input[type=text] {
 width:100%;
 padding:12px 20px;
 padding-right:50px;
 color:#1d1d1d;
 border:1px solid #ebebeb;
 display:block;
 font-size:16px;
 background:0 0
}
.offcanvas .inner .offcanvas-menu-search-form form input[type=text]:focus {
 border-bottom-color:#146cda
}
.offcanvas .inner .offcanvas-menu-search-form form button {
 position:absolute;
 top:0;
 right:0;
 bottom:0;
 padding:5px 15px;
 border:0;
 background-color:transparent;
 outline:0
}
.offcanvas .inner .offcanvas-menu-search-form form button i {
 font-size:16px
}
.offcanvas .inner .offcanvas-menu-search-form form button:hover {
 color:#146cda
}
.offcanvas .inner .offcanvas-menu ul li {
 position:relative;
 display:block;
 line-height:28px
}
.offcanvas .inner .offcanvas-menu ul li a {
 display:block;
 padding:8px 24px 8px 0;
 text-transform:uppercase;
 color:#7e7e7e
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu {
 position:static;
 top:auto;
 display:none;
 visibility:visible;
 width:100%;
 min-width:auto;
 padding:0;
 padding-left:15px;
 transition:none;
 opacity:1;
 box-shadow:none
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li {
 line-height:inherit;
 position:relative
}
.offcanvas .inner .offcanvas-menu ul li .sub-menu li a {
 text-transform:capitalize
}
.offcanvas .inner .offcanvas-menu ul li .menu-expand {
 position:absolute;
 z-index:2;
 top:0;
 right:0;
 width:24px;
 height:44px;
 cursor:pointer;
 background-color:transparent
}
.offcanvas .inner .offcanvas-menu ul li:hover>a {
 color:#146cda
}
.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:before {
 background:#146cda
}
.offcanvas .inner .offcanvas-menu ul li:hover>span.menu-expand:after {
 background:#146cda
}
.offcanvas .inner .offcanvas-social li {
 display:inline-block;
 margin:0 10px 10px 0;
 line-height:40px;
 padding:0
}
.offcanvas .inner .offcanvas-social li a {
 position:relative;
 display:inline-block;
 vertical-align:middle;
 color:#fff;
 background:#247cea;
 font-size:16px;
 padding:0;
 line-height:40px;
 width:40px;
 height:40px;
 border-radius:100%;
 text-align:center;
 border:none;
 z-index:1;
 transition:all .3s linear
}
.offcanvas .inner .offcanvas-social li a:hover {
 background:#1d1d1d;
 Color:#fff
}
.offcanvas .inner .foot .buttons a {
 display:block;
 text-transform:uppercase;
 font-weight:700;
 font-size:14px;
 border:none;
 color:#47494a;
 box-shadow:none;
 padding:10px 15px;
 line-height:26px;
 border:none;
 background:#ebebeb;
 border-radius:5px
}
.offcanvas .inner .foot .buttons a:hover {
 background-color:#146cda;
 color:#fff
}
.offcanvas .inner .foot .buttons .current-btn {
 background-color:#146cda;
 color:#fff
}
.offcanvas .inner .foot .sub-total {
 display:flex;
 flex-wrap:wrap;
 justify-content:space-between;
 padding-top:15px;
 padding-bottom:15px;
 border-top:1px solid #eee;
 margin:30px 0;
 border-bottom:1px solid #eee
}
.offcanvas .inner .foot .sub-total strong {
 font-weight:600;
 color:#333
}
.offcanvas .inner .foot .sub-total .amount {
 color:#eb2606;
 font-weight:600
}
.offcanvas .inner .foot .minicart-message {
 margin-top:15px
}
offcanvas-menu>ul>li .menu-expand {
 position:absolute;
 z-index:2;
 top:0;
 right:0;
 width:24px;
 height:44px;
 cursor:pointer;
 background-color:transparent
}
.offcanvas.offcanvas-mobile-menu {
 right:auto;
 left:0;
 padding:50px 40px;
 transform:translateX(-100%)
}
@media only screen and (max-width:479px) {
 .offcanvas.offcanvas-mobile-menu {
  padding:50px 17px
 }
}
.offcanvas-menu>ul>li .menu-expand::after,
.offcanvas-menu>ul>li .menu-expand::before {
 position:absolute;
 top:calc(50% - 1px);
 left:calc(50% - 7px);
 width:14px;
 height:2px;
 content:"";
 transition:all .5s ease 0s;
 transform:scale(.75);
 background-color:#7e7e7e
}
.offcanvas-menu>ul>li .menu-expand::after {
 transform:rotate(90deg) scale(.75)
}
.offcanvas-menu>ul>li.active>.menu-expand::after {
 transform:rotate(0) scale(.75)
}
.offcanvas-menu>ul>li .sub-menu li.active>.menu-expand::after {
 transform:rotate(0) scale(.75)
}
.offcanvas.offcanvas-mobile-menu.offcanvas-open {
 transform:translateX(0)
}
.offcanvas-overlay {
 position:fixed;
 z-index:999;
 top:0;
 right:0;
 bottom:0;
 left:0;
 display:none;
 cursor: url(../img/light-close.png) 16 16,pointer;
 /*cursor: crosshair;*/
 background-color:rgba(0,0,0,.5)
}
.offcanvas.offcanvas-open {
 transform:translateX(0)
}
.mobile-menu-toggle svg {
 position:absolute;
 top:50%;
 left:50%;
 width:50px;
 height:50px;
 margin-top:-2px;
 margin-left:-2px;
 cursor:pointer;
 transform:translate3d(-50%,-50%,0);
 right:-90px
}
.mobile-menu-toggle svg path {
 transition:stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25),stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25);
 fill:none;
 stroke:#1d1d1d;
 stroke-dashoffset:0;
 stroke-linecap:round;
 stroke-width:30px
}
@media only screen and (max-width:575px) {
 .mobile-menu-toggle svg {
  right:-80px
 }
}
.mobile-menu-toggle svg path#bottom,
.mobile-menu-toggle svg path#top {
 stroke-dasharray:240px 950px
}
.mobile-menu-toggle svg path#middle {
 stroke-dasharray:240px 240px
}
.mobile-menu-toggle .close {float:none!important;}
.mobile-menu-toggle .close svg path#bottom,
.mobile-menu-toggle .close svg path#top {
 stroke-dasharray:-650px;
 stroke-dashoffset:-650px
}
.mobile-menu-toggle .close svg path#middle {
 stroke-dasharray:1px 220px;
 stroke-dashoffset:-115px
}
.minicart-product-list {
 margin:0;
 padding-left:0;
 list-style:none
}
.minicart-product-list li {
 display:flex;
 flex-wrap:wrap;
 margin-bottom:12px;
 padding-bottom:12px;
 border-bottom:1px solid #ebebeb
}
.minicart-product-list li .image {
 flex:1 0 75px
}
.minicart-product-list li .image img {
 max-width:100%;
 border:1px solid #ebebeb
}
@media only screen and (max-width:575px) {
 .minicart-product-list li .image {
  flex:1 0 50px
 }
}
.minicart-product-list li .content {
 position:relative;
 flex:1 0 calc(100% - 150px);
 padding-left:15px
}
.minicart-product-list li .content .title {
 color:#1d1d1d;
 font-weight:600
}
.minicart-product-list li .content .title:hover {
 color:#146cda
}
.minicart-product-list li .content .quantity-price {
 font-size:14px;
 display:block;
 margin-top:10px
}
.minicart-product-list li .content .quantity-price .amount {
 color:#1d1d1d;
 font-weight:600
}
.minicart-product-list li .content .remove {
 line-height:1.5;
 position:absolute;
 top:0;
 right:0;
 padding:0 3px;
 color:#1d1d1d;
 font-size:16px
}
.minicart-product-list li .content .remove:hover {
 color:#eb2606;
 text-decoration: none;
}
@media only screen and (max-width:575px) {
 .minicart-product-list li .content {
  flex:1 0 calc(100% - 75px)
 }
}
.minicart-product-list li:last-child {
 margin-bottom:0;
 padding-bottom:0;
 border-bottom:0
}

.header-tools {
 position:relative;
 margin-left: 30px;
}
.header-tools .cart-info a {
 font-size:24px;
 color: #00196a;
 position:relative
}
.header-tools .cart-info a .digit {
 position:absolute;
 font-style: normal;
 bottom:-3px;
 left:17px;
 display:inline-block;
 width:20px;
 height:20px;
 color:#fff;
 background:#eb2606;
 line-height:20px;
 font-size:12px;
 border-radius:100%;
 text-align:center;
 font-weight:700;
 content:"3"
}
@media only screen and (max-width:479px) {
 .header .contact-link a.phone {
    font-weight: 600;
	padding: 10px 10px;
 }
 .header-tools .cart-info a .digit {
  width:15px;
  height:15px;
  line-height:15px;
  font-size:10px;
  left:10px
 }
 .header-tools .cart-info a {
  font-size:20px;
  margin-right:20px
 }
}
.header-tools .cart-info a:hover {
 color:#11a8fd;
}
.header-tools .cart-info a.bag {
 margin:0
}

.scroll-up {
    position: fixed;
	background: #cfeeff;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
    display: block;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 60px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
	transition: all 0.3s linear 0s;
}

.scroll-up i {
    position: absolute;
    top: 50%;
    left: 50%;
	color:#11a8fd;
	
}
.scroll-up:hover {background: #11a8fd;}
.scroll-up:hover i {color:#fff;}
.scroll-up .fa-angle-up {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.scroll-up.show {
    opacity: 1;
    visibility: visible
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



/*Slider*/
.single_slider {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 600px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .single_slider {
    height: 562px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_slider {
    height: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 370px;
  }
}
@media only screen and (max-width: 767px) {
  .single_slider {
    background-position: 2%;
    height: 325px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_section.mb-40 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_section.mb-40 {
    margin-bottom: 30px;
  }
}


.slider_area .owl-nav button {
  position: absolute;
  top: 49%;
  transform: translatey(-50%);
  font-size: 20px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  left: 25px;
}
.slider_area:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
  background: rgba(255, 255, 255, 0.15);
}
.slider_area .owl-nav button:hover {
  color: #11a8fd;
  background: #fff;
}
.lang {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: flex;
}
.lang li {
	padding: 0 5px;
	margin: 0;
}
.offcanvas-toggle {
  width: 36px;
  display: block;
  height: 46px;
  margin-right: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_area .owl-nav button {
    left: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_area .owl-nav button {
    left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-nav button {
    left: 5px;
  }
}
.slider_area .owl-nav button.owl-next {
  right: 25px;
  left: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_area .owl-nav button.owl-next {
    right: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_area .owl-nav button.owl-next {
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-nav button.owl-next {
    right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-nav button {
    display: none;
  }
}
.slider_area .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translatex(-50%);
}
@media only screen and (max-width: 767px) {
  .slider_area .owl-dots {
    bottom: 6px;
  }
}
.slider_area .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  transition: .3s;
  background: rgba(255, 255, 255, 0.15);
}
.slider_area .owl-dots .owl-dot.active {
  background: #fff;
}
.slider_area .owl-dots .owl-dot:hover {
  background: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content {
    padding-left: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content {
    padding-left: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content {
    text-align: center;
  }
}
.slider_content .h3 {
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  font-style: italic;
  position: relative;
  padding-left: 80px;
  margin-bottom: 12px;
}
.slider_content .h3::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
@media only screen and (max-width: 767px) {
  .slider_content .h3::before {
    width: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content .h3 {
    font-size: 17px;
    padding-left: 67px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content .h3 {
    font-size: 16px;
    line-height: 22px;
    padding-left: 48px;
    margin-bottom: 10px;
    display: inline-block;
  }
}
.slider_content .h1 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 21px;
  color: #1A76D1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content .h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content .h1 {
    font-size: 37px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .slider_content .h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
.slider_content p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .slider_content p {
    font-size: 14px;
  }
}
.active .slider_content .h1, .active .slider_content .h3, .active .slider_content .btn, .active .slider_content p {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.active .slider_content .h1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.active .slider_content p {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.active .slider_content .btn {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@media only screen and (max-width:991px) {
	.support-wrap {padding: 20px 15px;}
}
@media only screen and (max-width:767px) {
	.cnt-call {padding: 30px;}
	.support-wrap {border-right: none;}
}
@media only screen and (max-width:575px) {
	.cnt-call {padding: 20px;}
	.header .contact-link a.phone span {display: none;}
	.header .contact-link a.phone i {margin: 0;}
}
@media only screen and (max-width: 420px) {
	.pt-60 {padding-top: 30px;}
	.pb-60 {padding-bottom: 30px;}
	.pt-80 {padding-top: 40px;}
	.pb-80 {padding-bottom: 40px;}
	.cnt-call {padding: 15px;}

	.product-price span {font-size: 1.25rem; font-weight: 600;}
	.support-wrap {padding: 10px 15px;}
}
