@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@600&family=Roboto:wght@300;400;500;700&display=swap');
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.navbar {
  background: #000;
  margin-bottom: 0;
  border-radius: 0;
  padding: 10px;
}

.navbar ul li a {
  color: #fff!important;
  font-size: 16px;
}

.navbar ul li:active {
  color: #aaa!important;
}

.navbar ul li a:hover {
  color: #aaa!important;
  background: transparent;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-brand {
  padding: 7px 15px;
}

.banner {
  background: url(../images/banner.jpg);
  min-height: 880px;
  background-size: cover;
  position: relative;
  background-position: center top;
  padding: 150px 0 100px;
}

.text-white {
  color: #fff;
}

.text-red {
  color: #f3011f;
}

.head {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
}

.box .head {
  color: #ff001e;
  text-transform: uppercase;
}
.box .head span {
  display: block;
  color: white;
}
.box p {
  font-size: 16px;
  color: #646464;
  padding: 15px 0;
}

.subHead {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.box {
  margin-top: 100px;
  background-color:rgba(0,0,0,0.6);
  padding: 20px 40px;
}

.mt-4 {
  margin-top: 36px;
}

.mt-5 {
  margin-top: 55px;
}

.section1 {
  padding: 100px 0;
  background: #F3011F;
  color: white;
}

.title {
  font-size: 32px;
  line-height: 20px;
}

.title span {
  font-size: 16px;
  text-transform: uppercase;
}

.section1 p {
  font-size: 16px;
  padding-top: 12px;
  line-height: 22px;
  font-weight: 300;
}

.section2 {
  background: url(../images/bottom.jpg);
  background-size: cover;
  background-position: center top;
  padding: 65px 0;
  min-height: 750px;
}

.section2 p {
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px;
}


.section2 .bg-white {
  background: #fff;
  padding: 35px 30px 20px;
}

.empty {
  width: 1px;
  height: 1px;
  display: none;
}

input[type='text'],
input[type='email'] {
  background: rgba(255, 255, 255, 1);
  border: 1px solid #c4c6cf;
  border-radius: 0;
  padding: 22px 10px;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.ar-form .form-group {
  margin-bottom: 15px;
}

.bg-but {
  color: white;
}

a.bg-but:hover,
.bg-but:hover {
  background-color: #c02033!important;
  color: white;
}

.banner button {
  cursor: pointer;
  white-space: normal;
  border-radius: 0;
}

.footer {
  padding: 40px 0 20px;
  color: #fff;
  font-size: 16px;
  background: #000;
}

.footer ul li a {
  color: #c3172d;
  font-size: 30px;
}

.footer .h4 {
  font-size: 20px;
  padding-bottom: 15px;
}

.copyright {
  text-align: center;
  padding-top: 50px;
  color: #ccc;
}

@media only screen and (min-width:992px) {
  .head {
    font-size: 45px;
    line-height: 58px;
  }
  .subHead {
    font-size: 32px;
    line-height: 40px;
  }
  .box .head {
    font-size: 52px;
    line-height: 80px;
  }
.box .head span {
  font-size: 80px;
}
  .title,
  .section1 p {
    text-align: left;
  }
  .section1 p {
    padding-right: 20px;
  }
}

@media only screen and (max-width:991px) {
  .banner .head {
    font-size: 40px;
    padding-top: 42px;
  }
  .subHead {
    font-size: 40px;
  }
  .box .head,
  .box p {
    padding-top: 20px;
    text-align: center;
  }
  .box .but {
    text-align: center;
  }
  .banner {
    padding: 70px 0 100px;
  }
  .mt-4 {
    margin-top: 23px;
  }
}

@media only screen and (max-width:620px) {
  .banner .head {
    font-size: 32px;
  }
}

@media only screen and (max-width:576px) {
  .subHead {
    font-size: 30px;
    line-height: 32px;
  }
  .mt-4 {
    margin-top: 23px;
  }
  .box .head {
    font-size: 30px;
    line-height: 38px;
  }
  .box {
  padding: 10px 20px;
  }
.banner {
  min-height: 620px;
  }
}