/*!
Theme Name: Project Name
Author: PS Themes
Author URI: http://psthemes.co
Description: HTML site  
Version: 1.0.0

*/
/*----------------------------------------------------------- 
 	TABLE OF CONTENT
 ----------------------------------------------------------- 

----------------------------------------------------------*/
@font-face {
  src: url(../fonts/CircularStd-Black.woff);
  font-family: 'CircularStd-Black';
  font-style: normal;
  font-weight: 400; }
@font-face {
  src: url(../fonts/CircularStd-Book.woff);
  font-family: 'CircularStd-Book';
  font-style: normal;
  font-weight: 400; }
@font-face {
  src: url(../fonts/CircularStd-Medium.woff);
  font-family: 'CircularStd-Medium';
  font-style: normal;
  font-weight: 400; }
@font-face {
  src: url(../fonts/CircularStd-Bold.woff);
  font-family: 'CircularStd-Bold';
  font-style: normal;
  font-weight: bold; }
@font-face {
  src: url(../fonts/PTC55F.ttf);
  font-family: 'PT-sans';
  font-style: normal;
  font-weight: 400; }
/* ---------------------------------------------------

/* ---------------------------------------------------
 #comman
  --------------------------------------------------*/
*, *:focus, *:active {
  outline: none; }

a:active, a, a:hover {
  text-decoration: none;
  color: #F44336;
  -webkit-transition: all ease .1s;
          transition: all ease .1s; }

button:focus {
  outline: none; }

body {
  font-family: "PT-sans";
  font-size: 14px;
  color: #434343; }

h2 {
  font-size: 1.78em; }

h3 {
  font-size: 1.42em; }

p {
  line-height: 1.42; }

a {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin-bottom: 1rem;
  font-family: "CircularStd-Bold"; }

.f-medium {
  font-family: "CircularStd-Medium"; }

hr {
  border-top: 2px solid rgba(0, 0, 0, 0.1); }

.btn:focus {
  box-shadow: none; }

.container {
  max-width: 1120px; }

.big-font {
  font-size: 3.21em; }

.py-6 {
  padding-bottom: 4rem !important;
  padding-top: 5rem !important; }

.navbar-toggler {
  border-color: transparent !important;
  color: unset !important; }
  .navbar-toggler:focus {
    border: none; }

.bg-center {
  background-size: cover;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat; }

.object-cover {
  object-fit: cover;
  width: 100%; }

.custom-height {
  height: 25em; }

.theme-color {
  color: #F44336; }

.theme-bg {
  background-color: #F44336; }

.muted-text {
  color: #9B9B9B; }

.gray-bg {
  background-color: #F5F5F5; }

.dark-btn {
  font-size: 1.28em;
  box-shadow: 0em 0.7em 1.6em rgba(0, 0, 0, 0.08);
  padding: 1.09em 1.8em;
  border-radius: .1em;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
  background-color: #F44336;
  font-family: "CircularStd-Bold";
  color: #fff; }
  .dark-btn:hover {
    background-color: #a21309;
    color: #fff; }

.small-btn {
  padding: .6em 1.8em !important;
  font-weight: normal; }

.x-small-btn {
  padding: .6em 1.5em !important;
  font-weight: normal; }

.form-control {
  padding: .87em 1.8em;
  border: none;
  font-size: 1.28em;
  border-radius: .1em; }
  .form-control:focus {
    border: none;
    background-color: #d8d8d8;
    color: #000;
    box-shadow: none; }

.b-radius {
  border-radius: .21em; }

.l-radius {
  border-radius: .21em 0 0 .21em; }

.r-radius {
  border-radius: 0 .21em .21em 0; }

@media (min-width: 768px) {
  .burger {
    padding-top: 87.5px;
    padding-bottom: 87.5px; }

  .t-burger {
    padding-top: 87.5px; }

  .b-burger {
    padding-bottom: 87.5px; }

  .guter {
    padding-left: 125px;
    padding-right: 125px; }

  .l-guter {
    padding-left: 125px; }

  .r-guter {
    padding-right: 125px; } }
@media (max-width: 767px) {
  .burger {
    padding-top: 43.75px;
    padding-bottom: 43.75px; }

  .t-burger {
    padding-top: 43.75px; }

  .b-burger {
    padding-bottom: 43.75px; }

  .guter {
    padding-left: unset;
    padding-right: unset; }

  .l-guter {
    padding-left: unset; }

  .r-guter {
    padding-right: unset; } }
/* ---------------------------------------------------
 #header
  --------------------------------------------------*/
.navbar {
  position: absolute;
  width: 100%;
  z-index: 999; }
  .navbar .nav-item-divider {
    display: block; }
    .navbar .nav-item-divider .nav-link > span {
      border-left: 3px solid #fff; }

.navbar .nav-item .active {
  border-bottom: 2px solid #fff; }
.navbar .nav-item a {
  font-size: 1.28em;
  color: #fff !important;
  margin-right: 1.4em;
  padding: 0 !important; }
  .navbar .nav-item a:hover {
    border-bottom: 2px solid #fff; }

.login {
  position: relative;
  margin-left: 1.3em; }
  .login:before {
    border-left: 2px solid #fff;
    content: '';
    margin-left: -1.3em;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0; }

.sign-up {
  margin-top: -.4em; }

/* ---------------------------------------------------
 #pages
  --------------------------------------------------*/
.banner {
  background-image: url("../images/banner.png");
  background-size: cover;
  background-position: top;
  position: relative; }
  .banner p {
    line-height: 1.78; }

.banner-text {
  height: 100vh; }

.learn-more {
  position: absolute;
  bottom: 2em;
  left: 0; }
  .learn-more span {
    border-bottom: 2px solid #fff; }
  .learn-more i {
    font-size: 1.3em; }

.bg-dark-overlay {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 97%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 97%, rgba(255, 255, 255, 0.3) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0; }
  .bg-dark-overlay.active {
    z-index: 6; }

.lead {
  font-size: 1.3em; }

.font-big {
  font-size: 2em; }

.border-dashed {
  border-bottom: 1px dashed #fff; }

.text-box {
  min-height: 24em; }
  .text-box h1 {
    font-size: 3.57em; }

.meet-team span {
  position: relative;
  padding-bottom: 0.3em; }
  .meet-team span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 3px solid #F44336;
    content: ""; }

.products .card {
  background-color: transparent;
  border: none;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.2);
  -webkit-transition: all ease .3s;
          transition: all ease .3s; }
  .products .card:hover {
    box-shadow: 0px 5px 7px 3px rgba(0, 0, 0, 0.4); }
.products .link {
  position: absolute;
  bottom: 2em; }

.join-us {
  background-image: url("../images/join-us.png");
  background-size: cover;
  background-position: top;
  position: relative; }
  .join-us ul li p {
    margin-bottom: .8em; }
  .join-us .join-form {
    border: 3px solid #fff; }

.dark-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0; }

/* ---------------------------------------------------
 #Footer
  --------------------------------------------------*/
.site-footer .footer-nav li {
  font-size: 1.38em;
  margin-bottom: .4em; }
.site-footer h2 {
  margin-bottom: 1.1em; }
.site-footer .footer-form .form-control {
  font-size: .8em;
  padding: 1em 1.4em;
  border: 1px solid #eee;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
.site-footer .btn-social {
  font-size: .8em;
  border-radius: 0;
  color: #fff;
  padding: .5rem 1rem; }
.site-footer .btn-facebook {
  background-color: #3A589E; }
  .site-footer .btn-facebook:hover {
    background-color: #253966; }
.site-footer .btn-instagram {
  background-color: #478FCB; }
  .site-footer .btn-instagram:hover {
    background-color: #2c689a; }
.site-footer .btn-youtube {
  background-color: #FF0000; }
  .site-footer .btn-youtube:hover {
    background-color: #b30000; }
.site-footer hr {
  border-top: 1px solid rgba(0, 0, 0, 0.5); }

/*--------------------------------------------------------------
# High Resolution
--------------------------------------------------------------*/
@media (min-width: 1920px) and (max-width: 2047px) {
  .container {
    max-width: 82vw !important; }

  .row {
    margin-left: -1em;
    margin-right: -1em; }

  .container, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 1em;
    padding-right: 1em; }

  body {
    font-size: .97vw !important; }

  .products .card-text {
    padding-bottom: 4em !important; } }
@media (min-width: 2048px) {
  body {
    font-size: .97vw !important; }

  .container {
    max-width: 80vw !important; }

  .row {
    margin-left: -1vw;
    margin-right: -1vw; }

  .container, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 1vw;
    padding-right: 1vw; }

  .products .card-text {
    padding-bottom: 5em !important; } }
@media (min-width: 1920px) {
  .burger {
    padding: 7em 0; } }
@media (max-width: 767px) {
  .text-box {
    min-height: 15em; }

  .py-6 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important; }

  .site-footer .footer-nav li {
    margin-bottom: .1em;
    font-size: 1.2em; }
  .site-footer h2 {
    margin-bottom: .2em; }

  .custom-height {
    height: 100%; } }
@media (max-width: 991px) {
  .burger-responsive {
    padding-top: 100px;
    padding-bottom: 65px; }

  .sign-up {
    margin-top: 0; }

  .learn-more {
    bottom: -2em; }

  .banner-text {
    height: auto; }

  .big-font {
    font-size: 2.8em; }

  .navbar .nav-item a {
    padding: .7em .5em !important; }

  .login {
    margin-left: 0; }
    .login:before {
      content: none; }

  .object-cover {
    object-fit: contain; }

  .products .object-cover {
    object-fit: cover; }

  .navbar-collapse {
    z-index: 6;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    padding: 2em 1em !important;
    width: 80%;
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all ease .3s;
            transition: all ease .3s;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); }
    .navbar-collapse.show {
      -webkit-transform: translate(0%);
          -ms-transform: translate(0%);
              transform: translate(0%); }

  .navbar-toggler {
    width: 1.8em;
    cursor: pointer;
    position: relative;
    right: 0;
    top: 0;
    height: 2em;
    z-index: 6; }
    .navbar-toggler span {
      display: block;
      height: .12em;
      width: 100%;
      left: 0;
      background-color: #fff;
      position: absolute;
      border-radius: 100px;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: all .3s;
              transition: all .3s; }
    .navbar-toggler:hover span {
      background: #fff; }
    .navbar-toggler span:nth-child(1) {
      -webkit-transform: rotate(-135deg);
          -ms-transform: rotate(-135deg);
              transform: rotate(-135deg);
      top: 20px; }
    .navbar-toggler span:nth-child(2) {
      top: 20px;
      background-color: transparent; }
    .navbar-toggler span:nth-child(3) {
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      top: 20px; }
    .navbar-toggler.collapsed {
      position: relative; }
      .navbar-toggler.collapsed span {
        background-color: #F44336; }
      .navbar-toggler.collapsed span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
      .navbar-toggler.collapsed span:nth-child(2) {
        background: #F44336;
        top: 20px; }
      .navbar-toggler.collapsed span:nth-child(3) {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        top: 28px; } }
@media (max-width: 575px) {
  .big-font {
    font-size: 2.21em; } }
@media (max-width: 480px) {
  .form-control {
    padding: .87em 1em;
    font-size: 1em; }

  .dark-btn {
    font-size: 1em;
    padding: 1.09em 1em; }

  .small-btn {
    font-size: 1.28em; }

  .banner p {
    line-height: 1.4; }

  .lead {
    font-size: 1.1em; } }
@media (max-width: 479px) {
  .banner-text {
    height: 92vh; }

  .burger-responsive {
    padding-top: 0;
    padding-bottom: 0; }

  .learn-more {
    bottom: 2em; } }
@media (min-width: 768px) and (max-width: 991px) {
  .custom-height {
    height: 18em; } }

/*# sourceMappingURL=style.css.map */