@import url("font-awesome.css");
@import url("bootstrap.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@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: 'Montserrat', sans-serif; font-size: 16px; padding: 0; background: #fff 0% 0% no-repeat padding-box; color: #333; -webkit-font-smoothing: antialiased; letter-spacing: 0.5px; line-height: 1.6; height: 100vh; font-weight: 400; }
ul, li { list-style: none; padding: 0; margin: 0; letter-spacing: .5px }
* { -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, button { text-decoration: none; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
a:hover { color: #3dabe3; }
h1, h2, h3, h4, h5 { margin: 0; font-weight: 700; }
h1 { font-size: 40px; line-height: 48px; }
h2 { font-size: 36px; line-height: 1.2; color: #313838; margin: 0 0 25px; }
h3 { font-size: 30px; margin-bottom: 30px; }
h4 { font-size: 24px; line-height: 1.2; margin: 0 0 15px; }
h5 { font-size: 20px; margin: 0 0 10px; }
.container { max-width: 1250px; }
 @media (max-width:1250px) {
h3 { font-size: 24px; }
h2 { font-size: 28px; margin: 0 0 15px; }
body { font-size: 16px; }
h5 { font-size: 20px; margin: 0 0 10px; }
}
 @media (max-width:991px) {
h2 { font-size: 30px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; margin: 0 0 10px; }
h3 { font-size: 24px; }
h2 { font-size: 24px; margin: 0 0 20px; }
body { font-size: 14px; }
}
@media (max-width:767px) {
h3 { font-size: 20px; }
/*body { font-size: 14px; }*/
h2 { font-size: 24px; line-height: 30px; }
h4 { font-size: 16px; }
h5 { font-size: 18px; }
body { padding: 80px 0 0; }
}
