@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/themes/base/jquery.ui.slider.css");
@import url("font-awesome.css");
@import url("bootstrap.css");
@import url("owl.carousel.css");
@import url("app.css");
@import url("app-responsive.css");
/* essential styles */
footer, header, nav, section { display: block; }
.no-padding { padding: 0px; }
body { font-family: 'Poppins', sans-serif; /*font-size: 16px;*/ background: #fff 0% 0% no-repeat padding-box; color: #363638; }
ul, li { list-style: none; padding: 0; margin: 0; }
* { -webkit-box-sizing: border-box; box-sizing: border-box; outline: none !important; }

::-moz-selection {
 color: #fff;
 background: #414042;
}
::selection { color: #fff; background: #414042; }
img { max-width: 100%; }
img, label { -webkit-user-select: none; -ms-user-select: none; -moz-user-select: none; user-select: none; }
a, a:hover, a:focus { text-decoration: none; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
h1, h2, h3, h4, h5 { margin: 0; font-weight: 700; }
h1 { font-size: 36px; line-height: 48px; font-weight: 500; letter-spacing: .5px; }
h2 { font-size: 30px; line-height: 42px; font-weight: 500; }
.sec-head { font-size: 40px; line-height: 50px; font-weight: 600; letter-spacing: .5px; margin-bottom: 30px; }
h3 { font-size: 26px; line-height: 30px; font-weight: 500; }
h4 { font-size: 16px; line-height: 26px; letter-spacing: 0.96px; font-weight: 500; margin: 0 0 10px; }
/*.btn {
    background: #fff;
    color: #ffab4b;
    font-size: 14px;
    height: 40px;
    line-height: 37px;
    padding: 0 15px;
    min-width: 180px;
    border: 2px solid #ffab4b;
    border-radius: 5px;
}*/
.btn:hover, .btn-fill { background: #ffab4b; color: #fff; }
.btn i {
    margin-left: 5px;
    font-size: 16px;
}
.custom-btn { border: 2px solid #ffab4b; padding: 11px 20px; color: #ffab4b; text-align: center; position: relative; text-decoration: none; display: inline-block; border-radius: 30px; overflow: hidden; min-width: 150px; z-index: 1; font-weight: 500; }
.custom-btn:before { content: ""; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; z-index: -1; background-color: #000; -webkit-transform: scaleY(.3); transform: scaleY(.3); opacity: 0; transition: all .3s }
.custom-btn:hover { color: #fff; border-color: #ffab4b; }
.custom-btn:hover::before { opacity: 1; background-color: #ffab4b; -webkit-transform: scaleY(1); transform: scaleY(1); transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s; transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity }
.btn-green { border-color: #62bb7a; color: #62bb7a;  }
.btn-green:hover { border-color: #62bb7a; background-color: #62bb7a;}
.btn-green:hover::before { background-color: #62bb7a; display:none;}
.btn-blue { border-color: #2db0b6; color: #2db0b6;  }
.btn-blue:hover { border-color: #2db0b6; background-color: #2db0b6;}
.btn-blue:hover::before { background-color: #2db0b6; display:none;}
.btn-fill { color: #fff; }
.btn-fill::before { background-color: #ffab4b; opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s; transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity }
.btn-fill:hover:before { background-color: #fda33c;}
.btn-fill-blue::before { background-color: #4ec0c4; opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s; transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity; }
.btn-fill-blue { color: #fff; border-color: #4ec0c4 }
.btn-fill-green::before { background-color: #75c189; opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s; transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity; }
.btn-fill-green { color: #fff; border-color: #75c189 }
.btn-black { color: #363638; border-color: #363638; }
.btn-fill-black { color: #fff; border-color: #363638; }
.btn-fill-black::before { background-color: #363638; opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s; transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity; }
.btn-white { color: #fff; border-color: #fff; }
.btn-fill-white { color: #363638; border-color: #fff; }
.btn-fill-white::before { background-color: #fff; opacity: 1; -webkit-transform: scaleY(1); transform: scaleY(1); transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s; transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity; }
@media (max-width:1550px) {
h3 { font-size: 20px; }
}
@media (max-width:1250px) {
h3 { font-size: 20px; }
h2 { font-size: 24px; line-height: 32px; }
.sec-head { font-size: 36px; line-height: 44px; margin-bottom: 25px; }
}
@media (max-width:1023px) {
h2 { font-size: 22px; line-height: 30px; }
.sec-head { font-size: 30px; line-height: 44px; margin-bottom: 20px; }
}
@media (max-width:767px) {
h3 { font-size: 16px; }
.custom-btn { padding: 10px 15px !important; border-width: 1px; min-width: 100px; }
.sec-head { font-size: 24px; line-height: 32px; margin-bottom: 20px; }
}
