body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #080808;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 15px;
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
}
a:hover {
  color: inherit;
}
h1 {
  font-size: clamp(2.2rem, 4vw, 4.5rem);
  line-height: 1;
  font-weight: 400;
}
h2 {
  font-weight: 700;
  font-size: 62px;
}
h2.light {
  font-weight: 500;
}
h2 .xl {
  font-weight: 700;
  font-size: 80px;
}
h3 {
  font-weight: 700;
  font-size: 42px;
}
h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
h5 {
  font-weight: 700;
  font-size: 24px;
}
strong {
  font-weight: 700 !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0 20px 0 0;
}
.section-mt {
  margin-top: 50px;
}
@media (min-width: 991px) {
  .section-mt {
    margin-top: 70px;
  }
}
.section-mb {
  margin-bottom: 50px;
}
@media (min-width: 991px) {
  .section-mb {
    margin-bottom: 110px;
  }
}
.bg-red {
  background: #D7172E;
}
.color-red {
  color: #D7172E;
}
.hide {
  display: none;
}
.bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.sl-wrapper .sl-close {
  background-image: url(../images/close-pop-up.png);
  background-repeat: no-repeat;
  text-indent: -19999px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
header {
  padding: 20px 0 20px 0;
}
ul.logos li {
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
}
ul.logos.xl li {
  padding: 0 30px;
}
ul.links li {
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
}
ul.links li a:hover {
  color: #D7172E;
}
.red-btn {
  margin: 20px 0 20px 30px;
}
.red-btn a {
  color: #fff;
  font-weight: 600;
  background: #D7172E;
  padding: 19px 55px;
  border-radius: 30px;
}
.red-btn a:hover {
  background: #000;
}
.blue-btn {
  margin: 20px 0;
}
.blue-btn a {
  color: #fff;
  font-weight: 600;
  background: #177DD7;
  padding: 10px 25px;
  border-radius: 30px;
}
.blue-btn a:hover {
  background: #000;
}
.banner {
  padding: 80px 0 60px 0;
  position: relative;
  overflow: hidden;
  background-position: bottom -30px center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .title {
  padding-bottom: 50px;
}
.banner .relative {
  position: relative;
  z-index: 1;
}
.banner .absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  pointer-events: none;
}
.white-box {
  background: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 15px 40px 15px 30px;
}
.white-box .img {
  display: inline-block;
  padding-right: 15px;
  vertical-align: middle;
}
.white-box .content {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.red-section {
  background: #D7172E;
  padding: 80px 50px 15px 0;
  border-top-right-radius: 200px;
  position: relative;
}
.red-section:before {
  content: '';
  position: absolute;
  background: #D7172E;
  height: 100%;
  width: 1000%;
  left: -1000%;
  top: 0;
}
.li-box {
  padding-bottom: 45px;
}
.li-box .img {
  display: inline-block;
  padding-right: 25px;
}
.li-box .text {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  width: 65%;
}
.banner2 {
  color: #fff;
  padding: 120px 0;
}
.white-box-md {
  background: #fff;
  border-radius: 15px;
  padding: 35px 40px 45px 30px;
}
.white-box-md .img {
  display: inline-block;
  padding-right: 30px;
  vertical-align: middle;
}
.white-box-md .content {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 60%;
}
.white-box-md .red-btn {
  text-align: center;
  margin-bottom: -50px;
  padding-top: 10px;
}
.blue-sec {
  background: #177DD7;
  padding: 70px 0 100px 0;
  color: #fff;
  font-size: 18px;
}
footer {
  padding: 20px 0 20px 0;
}
/*REsponsive*/
@media (max-width: 1366px) {
  .banner {
    padding: 35px 0 10px 0;
  }
}
@media (max-width: 1199px) {
  .banner .absolute {
    display: none;
  }
  .banner .title img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
  h2 .xl {
    font-size: 55px;
  }
  .banner {
    background: rgba(0, 144, 176, 0.5);
    background-image: none !important;
    text-align: center;
  }
  .banner .title {
    padding-bottom: 35px;
  }
  .red-btn {
    margin: 20px 0 50px 0;
  }
  .white-box .img {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .white-box .content {
    text-align: center;
  }
  .li-box .img {
    padding-right: 10px;
    vertical-align: middle;
  }
  .li-box .text {
    font-size: 15px;
    width: 69%;
    vertical-align: middle;
  }
  .red-section {
    padding: 50px 20px 0px 0;
    margin-bottom: 40px;
  }
  .banner2 {
    color: #fff;
    padding: 50px 0;
  }
  .white-box-md {
    padding: 25px 20px 45px 20px;
    text-align: center;
  }
  .white-box-md .content {
    text-align: center;
    width: 100%;
  }
}
.gdpr-bar {
  background: #177DD7;
  padding: 30px 20px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 110%;
  font-weight: 300;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.gdpr-bar a {
  color: #fff;
}
.gdpr-bar .bt-submit {
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #fff;
  border: 3px solid #fff;
  padding: 6px 44px 6px 44px;
  font-size: 15px;
}
.gdpr-bar .bt-submit:hover {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
