@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Karla:700|Poppins:400,500,600,700');
html, body {height: 100%;}
body {
    font-family: 'Heebo', sans-serif;
    line-height:25px;
    font-weight:400;
    font-style:normal;
    color:#707070;
    font-size:14px;
    overflow-x: hidden;
}
.clear {clear:both}
.fix {overflow: hidden}
.block {display: block}
.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
	height:auto
}
h1, h2, h3, h4, h5, h6 {font-weight: 700; margin: 0; padding: 0; color: #444;}
a {-webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
a:focus{
    text-decoration: none;
    outline:0px solid;
}
a:focus,
a:hover {color: #303030; text-decoration: none;}
a:active, a:hover {outline: 0 none;}
a,
button,
input {
    outline: medium none;
    color: #383838;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
button{border: 0}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color: inherit}
label {
    font-size: 15px;
    font-weight: 400;
    color: #606060;
}
*::-moz-selection {
    background: #b3d4fc;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
    color: #fff;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.mark, mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
	font-weight: 600;
}
p {}
p::-moz-selection {}
p::selection {}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #969696;}
::-moz-placeholder { /* Firefox 19+ */
    color: #969696;
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
:-ms-input-placeholder { /* IE 10+ */color: #969696;}
:-moz-placeholder { /* Firefox 18- */color: #969696;}
.default-btn {
    background: #252531 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    font-size: 13.3px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 45px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
}
.default-btn:hover, .default-btn:focus, .default-btn:active {background: #BDA87F}
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
}
img {max-width: 100%}
input, textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    box-shadow: none;
    color: #666666;
    font-size: 12px;
    height: 35px;
    padding-left: 10px;
    width: 100%;
}
input::-moz-placeholder, textarea::-moz-placeholder {color: #666666;} 
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #666666;}
select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus, textarea:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #c1c1c1;
}
textarea {height: 100px; padding: 12px 17px; resize: vertical; width: 100%;}
textarea:focus {box-shadow: none; outline: 0}
input:focus, select:focus, textarea:focus, button:focus {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    outline: 0
}
/*************************
    Scrollup
*************************/
#scrollUp {
    animation: 0.3s ease-in-out 0.1s normal backwards 1 running fadeInUp;
    background: #ff9000 none repeat scroll 0 0;
    border: 2px solid #ff9000a1;
    border-radius: 50%;
    bottom: 15px;
    color: #ffffff;
    font-size: 17px;
    height: 50px;
    line-height: 44px;
    margin: 0;
    overflow: hidden;
    position: fixed;
    right: 12px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    width: 50px;
    z-index: 999;
}
#scrollUp:hover {
    background: #ff9000a1 none repeat scroll 0 0;
    border-color: #ff9000a1;
}
/*************************
    Margin top
*************************/
.mt-10 { margin-top: 10px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-110 { margin-top: 110px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/*************************
    Margin bottom
*************************/
.mb-10 { margin-bottom: 10px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-110 { margin-bottom: 110px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
    Margin left
*************************/
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
    Padding top
*************************/
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-25 { padding-top: 25px }
.pt-30 { padding-top: 30px }
.pt-35 { padding-top: 35px }
.pt-40 { padding-top: 40px }
.pt-45 { padding-top: 45px }
.pt-50 { padding-top: 50px }
.pt-55 { padding-top: 55px }
.pt-60 { padding-top: 60px }
.pt-65 { padding-top: 65px }
.pt-70 { padding-top: 70px }
.pt-75 { padding-top: 75px }
.pt-80 { padding-top: 80px }
.pt-85 { padding-top: 85px }
.pt-90 { padding-top: 90px }
.pt-95 { padding-top: 95px }
.pt-100 { padding-top: 100px }
.pt-105 { padding-top: 105px }
.pt-110 { padding-top: 110px }
.pt-115 { padding-top: 150px }
.pt-120 { padding-top: 120px }
.pt-125 { padding-top: 150px }
.pt-130 { padding-top: 130px }
.pt-135 { padding-top: 150px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
.pt-200 {padding-top: 200px;}
/*************************
    Padding right
*************************/
.pr-10 { padding-right: 10px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
    Padding bottom
*************************/
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-25 { padding-bottom: 25px }
.pb-30 { padding-bottom: 30px }
.pb-35 { padding-bottom: 35px }
.pb-40 { padding-bottom: 40px }
.pb-45 { padding-bottom: 45px }
.pb-50 { padding-bottom: 50px }
.pb-55 { padding-bottom: 55px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-70 { padding-bottom: 70px }
.pb-75 { padding-bottom: 75px }
.pb-80 { padding-bottom: 80px }
.pb-85 { padding-bottom: 85px }
.pb-90 { padding-bottom: 90px }
.pb-95 { padding-bottom: 95px }
.pb-100 { padding-bottom: 100px }
.pb-105 { padding-bottom: 105px }
.pb-110 { padding-bottom: 110px }
.pb-115 { padding-bottom: 150px }
.pb-120 { padding-bottom: 120px }
.pb-125 { padding-bottom: 150px }
.pb-130 { padding-bottom: 130px }
.pb-135 { padding-bottom: 150px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
.pb-200 {padding-bottom: 200px;}
/*************************
    Padding left
*************************/
.pl-10 { padding-left: 10px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }
/***************************
    Page section padding 
****************************/
.ptb-50 {padding: 50px 0;}
.ptb-60 {padding: 60px 0;}
.ptb-70 {padding: 70px 0;}
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }
/****************************
    Background variation set 
*****************************/
.bg-white { background: #fff; }
.bg-light-1 { background: #F3F3F3; }
.bg-light-2 { background: #E8E8E8; }
.bg-light-3 { background: #F6F6F6; }
.bg-dark-1 { background: #363636; }
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-img-1, .bg-img-2, .bg-img-3, .bg-img-4, .bg-img-5 {
    background-attachment: scroll; 
	background-clip: initial; 
	background-color: rgba(0, 0, 0, 0); 
	background-origin: initial; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	position: relative; 
}
.bg-1 { background-image: url("../img/banner/16.html");}
.bg-2 {background-image: url("../img/banner/29.html")}
.bg-3 { background-image: url("../img/banner/30.html");}
.bg-img-1 { background-image: url("../img/bg/1.html");}
.bg-img-2 { background-image: url("../img/bg/2.html");}
.bg-img-3 { background-image: url("../img/bg/3.html");}
.bg-img-4 {
    background-image: url("../img/bg/4.html");
    background-position: right top;
}
.bg-img-5 { 
    background-image: url("../img/bg/5.html");
    background-position: left top;
}
.text-white {color: #fff}
.text-red {color: #ee3333}
/***********************
    Section Title
************************/
.section-title {margin-bottom: 45px;}
.section-title > h3 {
    color: #2c2c37;
    font-size: 24px;
    font-weight: bold;
    line-height: 17px;
    margin-bottom: 22px;
    text-transform: uppercase;
}
.subtitle > h3 {
    border-bottom: 1px solid #ebebeb;
    color: #23232c;
    font-size: 22px;
    font-weight: 600;
    line-height: 17px;
    padding-bottom: 14px;
}
.subtitle {margin-bottom: 30px;}
.section-title-2 > span {display: block; line-height: 10px; padding-bottom: 10px;}
.section-title-2 > h3 {color: #23232c; font-size: 24px; font-weight: 600; margin-bottom: 16px;}
.section-title-2 > p {margin: 0; color: #717171;}
.section-title-3 {margin-bottom: 60px;}
.section-title-3 > h2 {color: #2c2c37; font-size: 30px; line-height: 23px; margin-bottom: 13px;}
.section-title-3 > p {font-style: italic;}
.section-title-3.text-white {margin-bottom: 71px;}
.section-title-3.text-white > h2 {color: #ffffff; margin-bottom: 29px;}
.section-title-3.text-white > p {color: #bbb;}
.section-title-3.text-white > p.text-white {color: #fff;}
/***********************
    Carosuel Style
************************/
.carousel-style-one {position: relative}
.carousel-style-one .owl-nav > div {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ebebeb;
    border-radius: 50%;
    color: #9e9e9e;
    font-size: 19px;
    height: 50px;
    left: -15px;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 45.5%;
    transition: all 0.3s ease-out 0s;
    width: 50px;
}
.carousel-style-one .owl-nav > div:hover {border-color: #ee3333; color: #ee3333}
.carousel-style-one .owl-nav > .owl-next {left: auto; right: -15px;}
.carousel-style-one .owl-nav {opacity: 0; transition: .2s}
.carousel-style-one:hover .owl-nav {opacity: 1}
.carousel-nav-none {display: none}
.carousel-style-dot .owl-dots span, .carousel-style-dot-2 .owl-dots span {
    background: #e1e1e1 none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 12px;
    margin: 0 4px;
    transition: all 0.2s ease 0s;
    width: 12px;
}
.carousel-style-dot .owl-dots {display: flex; justify-content: center; margin-top: 39px;}
.carousel-style-dot .owl-dots span:hover, .carousel-style-dot .owl-dots .active span, .carousel-style-dot-2 .owl-dots span:hover, .carousel-style-dot-2 .owl-dots .active span {
    background: #ff9000 none repeat scroll 0 0;
}
.carousel-style-dot-2 .owl-dots {
    display: flex;
    position: absolute;
    right: 6%;
    top: 6px;
    width: 35%;
}
.carousel-dot-none .owl-dots {display: none}
.container-large, .container-medium {
    display: block;
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
}
.container-medium {max-width: 1230px}
.full-container {padding: 0 100px;}
.full-container-2 {padding: 0 25px;}
.custom-row {margin-left: -15px; margin-right: -15px}
.custom-col {padding-left: 15px; padding-right: 15px}
.custom-margin--10 {margin-left: -10px; margin-right: -10px}
.custom-margin-10 {margin-left: 10px; margin-right: 10px}
.custom-padding-10 {padding-left: 10px; padding-right: 10px}
.custom-col.w-20 {width: 20%; float: left}
.border-top {border-top: 1px solid #ebebeb}
/*----------------------------------------*/
/*  EasyZoom CSS
/*----------------------------------------*/
.easyzoom {position: relative; display: inline-block; *display: inline; *zoom: 1;}
.easyzoom img {vertical-align: bottom;}
.easyzoom.is-loading img {cursor: progress;}
.easyzoom.is-ready img {cursor: crosshair;}
.easyzoom.is-error  img {cursor: not-allowed;}
.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}
.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}
.easyzoom--overlay .easyzoom-flyout {top: 0; left: 0; width: 100%; height: 100%;}
.easyzoom--adjacent .easyzoom-flyout {top: 0; left: 100%; width: 100%; height: 100%; margin-left: 20px;}
.mb-23 {
    margin-bottom:23px;
}