.black-scheme {
    background-color: #212121;
}
.blue-scheme {
    background-color: #54A7DC;
}
.lightGrey-scheme, body.landing-page {
    background-color: #F0F4F7;
}

.second-section img {
    height: 487px;
}
.black-color {
    color: #212121;
}
.blue-color {
    color: #54A7DC;
}
.white-color {
    color: #ffffff;
}
.first-section {
    padding-left: 0px;
    padding-right: 0px;
}
    .first-section .img-1 {
        background-image: url('../images/Landing/slider-1.png');
  
        background-repeat: no-repeat;
        background-position: left;
        height: 600px !important;
    }
    .first-section .img-2 {
        background-image: url(../images/Landing/slider-2.png);
        background-repeat: no-repeat;
        background-position: left;
        height: 600px !important;
    }
    .first-section .img-3 {
        background-image: url(../images/Landing/slider-3.png);
        background-repeat: no-repeat;
        background-position: left;
        height: 600px !important;
    }
.first-section .slider-text {
    color: #ffffff;
    text-transform: uppercase;
    /* padding-right: 84px; */
    padding-top: 120px;
    /* padding-left: 650px; */
}
.first-section .slider-text h1 {
    font-weight: bold;
    line-height: 65px;
    font-size: 56px;
    letter-spacing: 0.02em;
    text-align: left;
}
.first-section .carousel-indicators li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    opacity: 0.3;
    border-radius: 50%;
    margin-right: 20px;
}
.first-section .carousel-indicators .active {
    width: 24px;
    height: 24px;
    margin: 1px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    margin-right: 20px;
}
.second-section.container-fluid {
    margin: 0px 215px;
}
.second-section .bg-img {
    background: url(../images/Landing/img-2.png) no-repeat;
    height: 487px;
    background-position: right;
}
.second-section .text {
    padding-top: 88px;
}
.second-section .blue-color {
    font-size: 30px;
    line-height: 40px;
}
.second-section .black-color {
    font-size: 18px;
    line-height: 30px;
}
.third-section.container-fluid {
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 155px;
    padding-top: 50px;
}
.third-section h3 {
    font-size: 38px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 29px;
    font-weight:600;
}
.third-section .bg-1 {
    background: url(../images/Landing/img-3.png) no-repeat;
    height: 282px;
    background-position: center;
    background-size: cover;
}
.third-section .bg-2 {
    background: url(../images/Landing/img-4.png) no-repeat;
    height: 282px;
    background-position: center;
    background-size: cover;
}
.third-section .bg-3 {
    background: url(../images/Landing/img-5.png) no-repeat;
    height: 282px;
    background-position: center;
    background-size: cover;
}
.third-section .text-overlay {
    position: relative;
}
.third-section .text-overlay .white-color {
    position: absolute;
    top: 235px;
    left: -1px;
}
.third-section .text-overlay div {
    background-color: #54A7DC;
    padding-right: 20px;
    padding-top: 20px;
    width: 65%;
}
.third-section .text-overlay h6 {
    font-size: 16px;
    text-transform: uppercase; 
    margin-bottom: 12px;
    font-weight: bold;  
}
.third-section .text-overlay p {
    font-size: 18px;
    line-height: 30px;
}
.fourth-section.container-fluid {
    margin: 112px 230px;
}
.fourth-section .bg-img-1 {
    background: url(../images/Landing/img-6.png) no-repeat;
    height: 390px;
    background-position: left;
    background-size: 525px;
}
.fourth-section img {
    height: 390px;
}
.fourth-section .text p {
    font-size: 38px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 45px;
}
.fourth-section .text ul {
    list-style-image: url(../images/Landing/Ellipse.svg);
    padding-left: 23px;
}
.fourth-section .text ul li {
    font-size: 30px;
    padding-left: 5px;
    line-height: 50px;
}
.fifth-section {
    padding-left: 0px;
    padding-right: 0px;
}
.fifth-section .slider {
    height: 680px;  
    padding-top: 104px; 
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
}
    .fifth-section .slider img {
        height: 156px;
        border-radius: 50%;
        margin-bottom: 24px;
        width: 156px;
    }
.fifth-section .slider p {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 77px;
}
.fifth-section .slider h6 {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.fifth-section .carousel-indicators li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff;
    opacity: 0.3;
    border-radius: 50%;
    margin-right: 20px;
}
.fifth-section .carousel-indicators .active {
    width: 24px;
    height: 24px;
    margin: 1px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    margin-right: 20px;
}
.slider-section.multi-item-carousel {
    overflow: hidden;
  }
  .slider-section.multi-item-carousel .slider {
    /* height: auto; */
    width: 100%;
  }
  .slider-section.multi-item-carousel .carousel-inner {
    width: 150%;
    left: -25%;
  }
  .slider-section .carousel-inner > .item.next, 
  .slider-section .carousel-inner > .item.active.right {
      /* -webkit-transform: translate3d(33%, 0, 0);
      transform: translate3d(33%, 0, 0); */
      transition: transform 0.5s ease, opacity .7s ease-out;
  }
  .slider-section .carousel-inner > .item.prev, 
  .slider-section .carousel-inner > .item.active.left {
      /* -webkit-transform: translate3d(-33%, 0, 0);
      transform: translate3d(-33%, 0, 0); */
      transition: transform 0.5s ease, opacity .7s ease-out;
  }
  .slider-section .item__third {
    float: left;
    position: relative;  /* captions can now be added */
    width: 33.33333333%;
  }
.sixth-section {
    padding: 0px;
}
.sixth-section .row {
    margin: 64px 260px;
}
.sixth-section .col-md-5 {
    text-align: right;
}
.sixth-section h1 {
    font-size: 38px;
    text-transform: uppercase;
    line-height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight:700;
}
.sixth-section button {
    margin-top: 35px;
    margin-left: 20px;   
}
.red-btn {
    width: 320px;
    height: 64px;
    background-color: #B84A4F;
    color: #ffffff;
    border-radius: 32px;
    border: none;
    font-size: 22px;
    font-weight: bold;
}
    .red-btn:hover {
        background-color: rgba(184, 74, 79,0.7);
    }

.seventh-section h1 {
    font-size: 38px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    margin-top: 48px;
    margin-bottom: 40px;
    font-weight: 700;
}
.seventh-section {
    padding: 0px 284px;
}
.seventh-section .td-1 {
    color: #B84A4F;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 130px;
    vertical-align: initial;
}
.seventh-section .td-2 {
    color: #212121;
    font-size: 18px;
    line-height: 30px;
    padding-left: 15px;
    padding-bottom: 44px;
}
.navbar-brand img, .navbar-brand svg
{
    max-height:56px;
    height:56px;
}
.container-fluid.second-section {
    background-color: white;
    margin:0 !important;
    padding: 0px 170px;
}
@media screen and (max-width: 1550px) {
    .first-section .slider-text h1 {
        font-size: 53px;
        line-height: 65px;
    }
    .second-section.container-fluid {
        margin: 0px 170px;
        padding: 0px 170px
    }
    .third-section .text-overlay h6 {
        font-size: 14px;
    }
    .third-section .text-overlay p {
        font-size: 16px;
    }
    .fourth-section.container-fluid {
        margin: 112px 180px;
    }
}
@media screen and (max-width: 1500px) {
     .fourth-section .bg-img-1 {
        height: 360px;
        background-size: 480px;
    }
    .fourth-section .text ul li {
        line-height: 42px;
    }
    .fourth-section .text p {
        font-size: 36px;
        line-height: 48px;
    }
    .fourth-section .text ul li {
        font-size: 28px;
        line-height: 40px;
    }
    .seventh-section {
        padding: 0px 200px;
    }
}
@media screen and (max-width: 1400px) {
    .first-section .img-1 {
        background-size: 500px;
        height: 500px !important;
    }
    .first-section .img-2 {
        background-size: 735px;
        height: 500px !important;
    }
    .first-section .img-3 {
        background-size: 660px;
        height: 500px !important;
    }
    .first-section .slider-text {
        padding-top: 70px;
    }
    .first-section .slider-text h1 {
        font-size: 48px;
        line-height:52px;
    }
    .second-section.container-fluid {
        margin: 0px 120px;
        padding: 0px 120px
    }
    .fourth-section.container-fluid {
        margin: 112px 140px;
    }
    .fourth-section .bg-img-1 {
        height: 340px;
        background-size: 455px;
    }
}
@media screen and (max-width: 1280px) {
    .second-section .bg-img {
        height: 403px;
        background-size: 500px;
    }
    .second-section .text {
        padding-right: 0px;  
        padding-top: 70px; 
    }
    .seventh-section {
        padding: 0px 170px;
    }
    .seventh-section .td-1 {
        padding-right: 80px;
    }
    .sixth-section .row {
        margin-left: auto;
        margin-right: auto;
        margin: 64px 160px;
    }
    .sixth-section {
        padding: 0px;
    }
    .third-section .text-overlay div {
        padding-right: 25px;
        width: 70%;
    }
    .fourth-section.container-fluid {
        margin: 100px 120px;
    }
    .first-section .slider-text h1 {
        font-size: 44px;
        line-height:48px;
    }
    .fourth-section .bg-img-1 {
        height: 310px;
        background-size: 415px;
    }
    .fourth-section .text p {
        font-size: 34px;
        line-height: 42px;
    }
    .fourth-section .text ul li {
        font-size: 26px;
        line-height: 34px;
    }
}
@media screen and (max-width: 1240px) {
    .third-section .text-overlay div {
        padding-right: 15px;
    }
    .third-section .text-overlay p {
        line-height: 27px;
    }
    .fourth-section.container-fluid {
        margin: 90px 110px;
    }
}
@media screen and (max-width: 1200px) {
    .first-section .img-1 {
        background-size: 451px;
        height: 450px !important;
    }
    .first-section .img-2 {
        background-size: 660px;
        height: 450px !important;
    }
    .first-section .img-3 {
        background-size: 595px;
        height: 450px !important;
    }
    .first-section .red-btn {
        height: 58px;
    }
    .first-section .slider-text {
        padding-top: 50px;
        padding-left: 5px;
    }
    .first-section .slider-text h1 {
        font-size: 39px;
        line-height: 50px;
    }
    .second-section .text {
        padding-left: 0px;
    }
    .second-section .blue-color {
        font-size: 27px;
        line-height: 38px;
    }
    .second-section .black-color {
        font-size: 17px;
        line-height: 30px;
    }
    .second-section.container-fluid {
        margin: 0px 90px;
        padding: 0px 90px
    }
    .second-section .bg-img {
        height: 383px;
        background-size: 475px;
    }
    .third-section .text-overlay div {
        padding-right: 0px;
    }
    .third-section.container-fluid {
        padding-bottom: 165px;
    }
    .fourth-section.container-fluid {
        margin: 80px 90px;
    }
    .fourth-section .text p {
        font-size: 32px;
        line-height: 40px;
    }
    .fourth-section .text ul li {
        font-size: 24px;
        line-height: 32px;
    }
    .seventh-section {
        padding: 0px 90px;
    }
    .seventh-section .td-1 {
        padding-right: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .second-section .bg-img {
        height: 350px;
        background-size: 435px;
    }
    .second-section .text {
        padding-top: 38px;
    }
    .third-section.container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .fourth-section.container-fluid {
        margin: 70px 80px;
    }
    .fourth-section .bg-img-1 {
        height: 280px;
        background-size: 375px;
    }
    .fourth-section .text p {
        font-size: 29px;
        line-height: 38px;
    }
    .fourth-section .text ul li {
        font-size: 21px;
        line-height: 30px;
    }
    .seventh-section {
        padding: 0px 60px;
    }
    .seventh-section .td-1 {
        padding-right: 10px;
    }
}
@media screen and (max-width: 991px) {
    .first-section .img-1 {
        background-size: 381px;
        height: 380px !important;
    }
    .first-section .img-2 {
        background-size: 560px;
        height: 380px !important;
    }
    .first-section .img-3 {
        background-size: 505px;
        height: 380px !important;
    }
    .first-section .red-btn {
        height: 50px;
    }
    .first-section .slider-text {
        padding-top: 50px;
        padding-left: 5px;
    }
    .first-section .slider-text h1 {
        font-size: 34px;
        line-height: 52px;
    }
    .second-section .blue-color {
        font-size: 22px;
        line-height: 32px;
    }
    .second-section .black-color {
        font-size: 16px;
        line-height: 26px;
    }
    .second-section .bg-img {
        height: 306px;
        background-size: 380px;
    }
    .fourth-section.container-fluid {
        margin: 60px 55px;
    }
    .fourth-section .bg-img-1 {
        height: 250px;
        background-size: 335px;
    }
    .fourth-section .text p {
        font-size: 26px;
        line-height: 33px;
    }
    .fourth-section .text ul li {
        font-size: 19px;
        line-height: 26px;
    }
    .first-section .carousel-indicators li {
        width: 16px;
        height: 16px;
        margin-right: 12px;
    }
    .first-section .carousel-indicators .active {
        width: 16px;
        height: 16px;
        margin-right: 12px;
    }
    .sixth-section .col-sm-12 {
        text-align: center;
    }
}
@media screen and (max-width: 785px) {
    .third-section.container-fluid {
        padding-bottom: 171px;
    }
    .fourth-section.container-fluid {
        margin: 60px 25px;
    }
}
@media screen and (max-width: 767px) {
    .landing-page footer {
        margin-top: 0;
        display: flex;
        height: auto;
        flex-direction: column-reverse;
    }
    footer .right-section {
        margin-bottom: 10px;
        float: left;
        text-align: left;
    }
    footer span a {
        font-size: 14px;
        line-height: 24px;
        color: #909294;
        margin-right: 22px;
        display: block;
        text-align: left;
        line-height: 40px;
    }
    body.landing-page
    {
        padding-top:84px;
    }
    .fifth-section .slider img {
     height:222px;
     width:222px;   
    }
    .first-section .slider-text {
        padding-top: 38px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: left;
    }
    .first-section .slider-text h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 24px;
        padding-right: 32px;
    }
        .first-section .slider-text h1 {
            margin-top: 0;
            padding-right:0;
        }
    .first-section .red-btn {
        height: 64px;  
    }
    .red-btn {
        width: 344px;
        height: 64px;
    }
    .first-section .img-1 {
        background-position: center bottom;
        background-size: 400px;
        height: 600px !important;
    }
    .first-section .img-2 {
        background-position: left bottom;
        background-size: 750px;
        height: 600px !important;
    }
    .first-section .img-3 {
        background-position: center bottom;
        background-size: 450px;
        height: 600px !important;
    }
    .first-section .slider-btn {
        text-align: center;
    }
    .second-section .bg-img {
        background: unset;
        height: unset;
    }
    .second-section.container-fluid {
        margin: 0px 1px;
        padding: 0px 0px
    }
    .second-section .text {
        padding: 28px 16px;
    }
    .second-section .blue-color {
        font-size: 22px;
        line-height: 29px;
    }
    .second-section .black-color {
        font-size: 16px;
        line-height: 23px;
    }
    .second-section img {
        display: none;
    }
    .third-section h3 {
        font-size: 22px;
        line-height: 30px;
        padding-left: 16px;
        padding-right: 15px;
        margin-bottom: 24px;
        margin-top:0;
    }
    .third-section.container-fluid {
        padding-top: 40px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
    }
    .third-section.container-fluid .col-md-4 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .third-section .text-overlay .white-color {
        position: absolute;
        top: 256px;
        margin-right: 0px;
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 16px;
        padding-bottom: 16px;
        width: 100%;
    }
    .third-section .text-overlay {
        margin-bottom: 130px;
    }
    .third-section .text-overlay h6 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .third-section .text-overlay p {
        font-size: 16px;
        line-height: 23px;
    }
    .third-section .bg-1 {
        height: 256px;
    }
    .third-section .bg-2 {
        height: 256px;
    }
    .third-section .bg-3 {
        height: 256px;
    }
    .fourth-section img {
        display: none;
    }
    .fourth-section .bg-img-1 {
        background: unset;
        height: unset;
    }
    .fourth-section.container-fluid {
        margin: 40px 1px;
    }
    .fourth-section .text p {
        font-size: 22px;
        line-height: 30px;
        padding-right: 0px;
    }
    .fourth-section .text ul li {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 13px;
    }
    .fifth-section .slider {
        margin: 0px;
        text-align: center;
        padding-top: 50px;
        height: 528px;
    }
    .fifth-section .slider p {
        position: relative;
        font-size: 22px;
        line-height: 29px;
        font-weight: 100;
        margin-bottom: 24px;
    }
    .fifth-section .slider img {
        margin-bottom: 52px;
    }
        .fifth-section .slider p::before {
            content: url(../images/Landing/quote.svg);
            height: 54px;
            position: absolute;
            top: -37px;
            left: -6px;
        }
    .fifth-section .slider p span {
        display: none;
    }
    .fifth-section .carousel-indicators li {
        width: 16px;
        height: 16px;
        margin-right: 12px;
    }
    .fifth-section .carousel-indicators .active {
        width: 16px;
        height: 16px;
        margin-right: 12px;
    }
    .slider-section .item__third {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom:74px;
      }
    .sixth-section .row {
        margin: 0px;
        margin-top: 56px;
        margin-bottom: 56px;
        text-align: center;

    }
    .sixth-section h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .sixth-section .col-md-5 {
        text-align: center;
    }
    .sixth-section button {
        margin-left: 0px;
        margin-top: 24px;
    }
    .seventh-section {
        padding: 0px 15px;
    }
    .seventh-section h1 {
        font-size: 22px;
        line-height: 30px;
        font-weight: bold;
    }
    .seventh-section .td-1 {
        padding-right: 0px;
    }
    .seventh-section .td-2 {
        font-size: 16px;
        line-height: 23px;
    }
}

* {
    font-family: 'Lato';
}