/* Define Helvetica Neue */
@font-face {
  font-family: "HelveticaNeue";
  src: url("../webfonts/HelveticaNeue.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Define Minion Pro Regular */
@font-face {
  font-family: "MinionPro";
  src: url("../webfonts/MinionPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Define PT Sans */
@font-face {
  font-family: "PTSans";
  src: url("../webfonts/PTSans.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* Define Source Sans Pro */
@font-face {
  font-family: "SourceSansPro";
  src: url("../webfonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*==========================
    1.General CSS
==========================*/
body {
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 500;
  text-transform: capitalize;
}

h2 {
  line-height: 1;
}

h3 {
  font-size: 22px;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  display: inline-block;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 575.98px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

label {
  font-size: 18px;
  color: #002856;
  font-weight: 400;
}
@media (max-width: 575.98px) {
  label {
    font-size: 16px;
  }
}

a {
  transition: 0.5s ease;
}

a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}

a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

section,
.section-t-space {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1099.98px) {
  section,
  .section-t-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767.98px) {
  section,
  .section-t-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  section,
  .section-t-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-b-space {
  padding-bottom: 100px;
}

.primary-btn {
  position: relative;
  display: inline-block;
  padding: 9px 25px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #ff4b00;
  transition: 0.3s all ease;
  color: #ffffff;
  font-family: "PTSans";
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .primary-btn {
    padding: 8px 20px;
  }
}
.primary-btn:hover {
  transition: 0.3s all ease;
  background-color: #f39200;
}

header {
  position: relative;
}
header .navbar {
  background-color: white !important;
  padding: 30px 20px;
}
@media (max-width: 1199.98px) {
  header .navbar {
    padding: 20px 10px;
  }
}
@media (max-width: 767.98px) {
  header .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 991.98px) {
  header .navbar .navbar-toggler {
    padding: 6px 8px;
    font-size: 18px;
  }
}
header .navbar .navbar-box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-box {
    flex-wrap: wrap;
  }
}
header .navbar .navbar-box .navbar-collapse {
  justify-content: end;
}
header .navbar .navbar-box .navbar-brand img {
  width: 300px;
}
@media (max-width: 1399.98px) {
  header .navbar .navbar-box .navbar-brand img {
    width: 280px;
  }
}
@media (max-width: 1199.98px) {
  header .navbar .navbar-box .navbar-brand img {
    width: 250px;
  }
}
@media (max-width: 991.98px) {
  header .navbar .navbar-box .navbar-brand img {
    width: 220px;
  }
}
@media (max-width: 767.98px) {
  header .navbar .navbar-box .navbar-brand img {
    width: 200px;
  }
}
@media (max-width: 575.98px) {
  header .navbar .navbar-box .navbar-brand img {
    width: 190px;
  }
}
@media (max-width: 991.98px) {
  header .navbar .navbar-box .navbar-nav {
    margin-top: 20px;
  }
}
header .navbar .navbar-box .navbar-nav .nav-item {
  position: relative;
  border-right: 1px solid #484848;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-box .navbar-nav .nav-item {
    border-right: 0;
  }
}
header .navbar .navbar-box .navbar-nav .nav-item .nav-link {
  font-family: "SourceSansPro";
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  color: #484848;
  text-transform: uppercase;
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  header .navbar .navbar-box .navbar-nav .nav-item .nav-link {
    padding: 0 13px;
  }
}
@media (max-width: 991.98px) {
  header .navbar .navbar-box .navbar-nav .nav-item .nav-link {
    padding: 0 0;
    margin: 10px 0 5px 0;
  }
}
header .navbar .navbar-box .navbar-nav .nav-item .nav-link:hover {
  color: #ff4b00;
}
header .navbar .navbar-box .social-media-link {
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-box .social-media-link {
    margin-left: 0;
    margin-top: 10px;
  }
}
header .navbar .navbar-box .social-media-link li {
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  header .navbar .navbar-box .social-media-link li {
    margin-right: 10px;
    margin-left: 0;
  }
}
header .navbar .navbar-box .social-media-link li .nav-link {
  width: 18px;
}
header .navbar .navbar-box .social-media-link li .nav-link svg {
  fill: #484848;
  transition: 0.3s all ease;
}
header .navbar .navbar-box .social-media-link li .nav-link svg:hover {
  fill: #ff4b00;
  transition: 0.3s all ease;
}

.banner-section {
  position: relative;
  height: 800px;
  display: flex;
  align-items: center;
}
.banner-section .banner-video-section {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1399.98px) {
  .banner-section {
    height: 750px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section {
    height: 700px;
  }
}
@media (max-width: 991.98px) {
  .banner-section {
    height: 550px;
  }
}
@media (max-width: 767.98px) {
  .banner-section {
    height: 450px;
  }
}
@media (max-width: 575.98px) {
  .banner-section {
    height: 400px;
  }
}
.banner-section .banner-section-text {
  position: relative;
  text-align: center;
}
.banner-section .banner-section-text h1 {
  font-family: "SourceSansPro";
  color: #ffffff;
  font-size: 65px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .banner-section .banner-section-text h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  .banner-section .banner-section-text h1 {
    font-size: 48px;
  }
}
@media (max-width: 991.98px) {
  .banner-section .banner-section-text h1 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  .banner-section .banner-section-text h1 {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  .banner-section .banner-section-text h1 {
    font-size: 28px;
  }
}
.banner-section .banner-section-text h1 span {
  display: block;
}
.banner-section .banner-section-text .primary-btn {
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .banner-section .banner-section-text .primary-btn {
    margin-top: 10px;
  }
}

.content-banner .content-banner-box {
  position: relative;
  text-align: center;
  padding: 0 150px;
}
@media (max-width: 767.98px) {
  .content-banner .content-banner-box {
    padding: 0 70px;
  }
}
@media (max-width: 575.98px) {
  .content-banner .content-banner-box {
    padding: 0 0px;
  }
}
.content-banner .content-banner-box h2 {
  font-family: "SourceSansPro";
  font-size: 48px;
  line-height: 62px;
  font-weight: 200;
  color: #ff4b00;
  margin-bottom: 30px;
}
@media (max-width: 1399.98px) {
  .content-banner .content-banner-box h2 {
    font-size: 44px;
    line-height: 58px;
  }
}
@media (max-width: 1199.98px) {
  .content-banner .content-banner-box h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 991.98px) {
  .content-banner .content-banner-box h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .content-banner .content-banner-box h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .content-banner .content-banner-box h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.content-banner .content-banner-box p {
  font-family: "SourceSansPro";
  font-size: 18px;
  line-height: 26px;
  color: #484848;
  margin-bottom: 30px;
  font-weight: 100;
}
@media (max-width: 767.98px) {
  .content-banner .content-banner-box p {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .content-banner .content-banner-box p {
    font-size: 16px;
    line-height: 25px;
  }
}
.content-banner .content-banner-box p:last-child {
  margin-bottom: 0;
}

.intensity-assists {
  position: relative;
  background-color: #000000;
  color: #ffffff;
}
.intensity-assists .three-section {
  justify-content: center;
}
.intensity-assists .int-ass-content {
  text-align: center;
}
.intensity-assists .int-ass-content h2 {
  font-family: "SourceSansPro";
  font-size: 48px;
  line-height: 62px;
  font-weight: 100;
  color: #ff4b00;
  margin-bottom: 35px;
}
@media (max-width: 1399.98px) {
  .intensity-assists .int-ass-content h2 {
    font-size: 44px;
    line-height: 58px;
  }
}
@media (max-width: 1199.98px) {
  .intensity-assists .int-ass-content h2 {
    font-size: 40px;
    line-height: 52px;
  }
}
@media (max-width: 991.98px) {
  .intensity-assists .int-ass-content h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .intensity-assists .int-ass-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .intensity-assists .int-ass-content h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
  }
}
.intensity-assists .int-ass-content p {
  font-family: "SourceSansPro";
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: 100;
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  .intensity-assists .int-ass-content p {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767.98px) {
  .intensity-assists .int-ass-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.intensity-assists .int-ass-content p:last-child {
  margin-bottom: 0;
}
.intensity-assists .int-ass-content .int-ass-img {
  position: relative;
  margin-top: 80px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .intensity-assists .int-ass-content .int-ass-img {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.intensity-assists .int-ass-content .int-ass-img img {
  width: 340px;
}
@media (max-width: 767.98px) {
  .intensity-assists .int-ass-content .int-ass-img img {
    width: 300px;
  }
}
@media (max-width: 575.98px) {
  .intensity-assists .int-ass-content .int-ass-img img {
    width: 280px;
  }
}
.intensity-assists .int-ass-box {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .intensity-assists .int-ass-box {
    padding-left: 0px;
  }
}
.intensity-assists .int-ass-box h3 {
  font-family: "SourceSansPro";
  font-size: 24px;
  line-height: 40px;
  font-weight: 100;
  color: #ff4b00;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .intensity-assists .int-ass-box h3 {
    font-size: 22px;
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .intensity-assists .int-ass-box h3 {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 3px;
  }
}
.intensity-assists .int-ass-box p {
  font-family: "SourceSansPro";
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
}
@media (max-width: 767.98px) {
  .intensity-assists .int-ass-box p {
    font-size: 16px;
  }
}

.reasons-growth-section .reasons-growth-content {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767.98px) {
  .reasons-growth-section .reasons-growth-content {
    margin-bottom: 40px;
  }
}
.reasons-growth-section .reasons-growth-content h2 {
  font-family: "SourceSansPro";
  font-size: 48px;
  line-height: 62px;
  font-weight: 100;
  color: #ff4b00;
  margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .reasons-growth-section .reasons-growth-content h2 {
    font-size: 44px;
    line-height: 58px;
  }
}
@media (max-width: 1199.98px) {
  .reasons-growth-section .reasons-growth-content h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .reasons-growth-section .reasons-growth-content h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .reasons-growth-section .reasons-growth-content h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .reasons-growth-section .reasons-growth-content h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
.reasons-growth-section .reasons-growth-content p {
  font-family: "SourceSansPro";
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: 100;
  padding: 0 130px;
  color: #484848;
}
@media (max-width: 1199.98px) {
  .reasons-growth-section .reasons-growth-content p {
    font-size: 18px;
    padding: 0 80px;
  }
}
@media (max-width: 991.98px) {
  .reasons-growth-section .reasons-growth-content p {
    padding: 0 50px;
    line-height: 25px;
  }
}
@media (max-width: 575.98px) {
  .reasons-growth-section .reasons-growth-content p {
    font-size: 16px;
    padding: 0 0px;
  }
}
.reasons-growth-section .reasons-growth-content p:last-child {
  margin-bottom: 0;
}
.reasons-growth-section .growth-box {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
.reasons-growth-section .growth-box img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991.98px) {
  .reasons-growth-section .growth-box img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767.98px) {
  .reasons-growth-section .growth-box img {
    width: 60px;
    height: 60px;
  }
}
.reasons-growth-section .growth-box .growth-text-box {
  position: relative;
  flex: 1;
  margin-left: 15px;
  padding-right: 10px;
}
.reasons-growth-section .growth-box .growth-text-box h3 {
  font-family: "SourceSansPro";
  font-size: 26px;
  line-height: 40px;
  font-weight: 500;
  color: #ff4b00;
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .reasons-growth-section .growth-box .growth-text-box h3 {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 767.98px) {
  .reasons-growth-section .growth-box .growth-text-box h3 {
    font-size: 20px;
    line-height: 34px;
  }
}
.reasons-growth-section .growth-box .growth-text-box p {
  font-family: "SourceSansPro";
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
}
@media (max-width: 767.98px) {
  .reasons-growth-section .growth-box .growth-text-box p {
    font-size: 16px;
    line-height: 20px;
  }
}
.reasons-growth-section .growth-box-group .row .growth-md-box {
  padding: 0 40px;
}
@media (max-width: 991.98px) {
  .reasons-growth-section .growth-box-group .row .growth-md-box {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .reasons-growth-section .growth-box-group .row .growth-md-box {
    padding: 0 15px;
  }
}
.reasons-growth-section .growth-box-group .row .col-md-6:nth-child(-n+2) .growth-box {
  border-bottom: 1px solid #ff4b00;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .reasons-growth-section .growth-box-group .row .col-md-6:nth-child(-n+2) .growth-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  .reasons-growth-section .growth-box-group .row .col-md-6:nth-child(-n+3) .growth-box {
    border-bottom: 1px solid #ff4b00;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .reasons-growth-section .growth-box-group .row .col-md-6:nth-child(-n+3) .growth-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .reasons-growth-section .growth-box-group .row .col-md-6:nth-child(-n+3) .growth-box {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.reasons-growth-section .growth-btn {
  position: relative;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .reasons-growth-section .growth-btn {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .reasons-growth-section .growth-btn {
    margin-top: 20px;
  }
}

.video-section {
  position: relative;
  background-color: #f4f2f2;
}
.video-section .video-section-box .video-content-box {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .video-section .video-section-box .video-content-box {
    margin-bottom: 30px;
  }
}
.video-section .video-section-box .video-content-box h2 {
  font-family: "SourceSansPro";
  font-size: 48px;
  line-height: 62px;
  font-weight: 100;
  color: #ff4b00;
  margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .video-section .video-section-box .video-content-box h2 {
    font-size: 44px;
    line-height: 58px;
  }
}
@media (max-width: 1199.98px) {
  .video-section .video-section-box .video-content-box h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .video-section .video-section-box .video-content-box h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .video-section .video-section-box .video-content-box h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .video-section .video-section-box .video-content-box h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
.video-section .video-section-box .video-content-box p {
  font-family: "SourceSansPro";
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: 100;
  padding: 0 50px;
  color: #484848;
}
@media (max-width: 1199.98px) {
  .video-section .video-section-box .video-content-box p {
    font-size: 18px;
    padding: 0 80px;
  }
}
@media (max-width: 991.98px) {
  .video-section .video-section-box .video-content-box p {
    padding: 0 50px;
    line-height: 25px;
  }
}
@media (max-width: 575.98px) {
  .video-section .video-section-box .video-content-box p {
    font-size: 16px;
    padding: 0 0px;
  }
}
.video-section .video-section-box .video-content-box p:last-child {
  margin-bottom: 0;
}
.video-section .video-section-box .video-box {
  position: relative;
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .video-section .video-section-box .video-box {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .video-section .video-section-box .video-box {
    height: 250px;
  }
}

.demo-content-section .demo-content-box {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .demo-content-section .demo-content-box {
    margin-bottom: 10px;
  }
}
.demo-content-section .demo-content-box h2 {
  font-family: "SourceSansPro";
  font-size: 48px;
  line-height: 62px;
  font-weight: 100;
  color: #ff4b00;
  margin-bottom: 40px;
}
@media (max-width: 1399.98px) {
  .demo-content-section .demo-content-box h2 {
    font-size: 44px;
    line-height: 58px;
  }
}
@media (max-width: 1199.98px) {
  .demo-content-section .demo-content-box h2 {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .demo-content-section .demo-content-box h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .demo-content-section .demo-content-box h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575.98px) {
  .demo-content-section .demo-content-box h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
.demo-content-section .demo-content-box p {
  font-family: "SourceSansPro";
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
  font-weight: 100;
  padding: 0 50px;
  color: #484848;
}
@media (max-width: 1199.98px) {
  .demo-content-section .demo-content-box p {
    font-size: 18px;
    padding: 0 80px;
  }
}
@media (max-width: 991.98px) {
  .demo-content-section .demo-content-box p {
    padding: 0 50px;
    line-height: 25px;
  }
}
@media (max-width: 575.98px) {
  .demo-content-section .demo-content-box p {
    font-size: 16px;
    padding: 0 0px;
  }
}
.demo-content-section .demo-content-box .primary-btn {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .demo-content-section .demo-content-box .primary-btn {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .demo-content-section .demo-content-box .primary-btn {
    margin-top: 20px;
  }
}

footer {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  padding: 70px 0;
}
@media (max-width: 767.98px) {
  footer {
    padding: 70px 0 40px 0;
  }
}
@media (max-width: 1199.98px) {
  footer .footer-box {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  footer .footer-box {
    margin-bottom: 30px;
  }
}
footer .footer-box .footer-logo {
  margin-bottom: 35px;
  width: 290px;
}
@media (max-width: 1199.98px) {
  footer .footer-box .footer-logo {
    width: 250px;
  }
}
@media (max-width: 991.98px) {
  footer .footer-box .footer-logo {
    margin-bottom: 25px;
  }
}
footer .footer-box .footer-social-link h5 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
footer .footer-box .footer-social-link ul {
  margin-top: 5px;
}
footer .footer-box .footer-social-link ul li {
  margin-right: 10px;
}
footer .footer-box .footer-social-link ul li .footer-link svg {
  width: 18px;
  fill: #ffffff;
}
footer .footer-box .footer-social-link ul li .footer-link svg:hover {
  fill: #ff4b00;
}
footer .footer-box h4 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  footer .footer-box h4 {
    margin-bottom: 10px;
  }
}
footer .footer-box p {
  font-weight: 400;
  font-size: 16px;
  width: 55%;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  footer .footer-box p {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  footer .footer-box p {
    padding: 0 100px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-box p {
    padding: 0 0px;
  }
}
@media (max-width: 767.98px) {
  footer .footer-box .tandc-link {
    padding: 0 100px;
  }
}
@media (max-width: 575.98px) {
  footer .footer-box .tandc-link {
    padding: 0 0px;
  }
}
footer .footer-box .tandc-link li {
  width: 70%;
  padding-bottom: 7px;
  margin-bottom: 7px;
  display: block;
  border-bottom: 1px solid #555555;
}
@media (max-width: 1199.98px) {
  footer .footer-box .tandc-link li {
    width: 100%;
  }
}
footer .footer-box .tandc-link li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
footer .footer-box .tandc-link li a:hover {
  color: #ff4b00;
}
footer .footer-box .copy-write-text {
  font-family: "SourceSansPro";
  font-size: 14px;
  margin-top: 20px;
}
