/* Define the font family */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

/* Apply the font family to specific HTML tags */
a, span, p, h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins', sans-serif;
}
html
{
    overflow-x: hidden;
}
.our-services .professional-art {
    background: url(../img/our-promise.png);
    height: 501px;
    width: 100%;
    border-bottom-right-radius: 59px;
    bottom: 41px;
    position: relative;
}
.contact-footer ul li a {
    text-decoration: none;
}
.our-story .logo-section img {
    margin-left: 22px;
}
.our-story .story-content h3 {
    color: #fff;
    font-size: 66px;
    text-align: center;
    padding-top: 2%;
    text-transform: uppercase;
    color: #e42129;
    font-weight: 900;
}
.our-story .story-wrapper {
    background: url(../img/story-bg.png);
    height: 600px;
    margin-top: 43px;
    background-size: cover;
    background-position: bottom;
}
.hero-left {
    padding: 50px 27px;
    background: url("../img/hero-man.png");
    width: 100%;
    height: 756px;
    background-size: cover;
    background-repeat: no-repeat;
}
.our-services .story-wrapper {
    background: url(../img/story-bg.png);
    height: 600px;
    margin-top: 43px;
    background-size: cover;
    background-position: bottom;
}
.footer-widget-1 p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.header {
    width: 100%;
    background: #e42129;
}
.tabs {
    margin:  0;
    padding: 0;
    list-style: none;
    display: table; /* [1] */
    table-layout: fixed; /* [2] */
    width: 100%; /* [3] */
}

    .tabs__item {
        width: 100%;
        float: left;
    }

    @media screen and (min-width: 40em) {
        .tabs__item {
          display: table-cell; /* [4] */
          float: none;
          width: auto;
          padding: 16px 0;
        }
    }

        .tabs__link {
            display: block; /* [5] */
        }


/**
 * Primary nav. Extends `.tabs`.
 *
 * 1. Stop tabs’ corners leaking out beyond our 4px round.
 */
.primary-nav {
    text-align: center;
    border-radius: 0;
    overflow: hidden; /* [1] */
}

.primary-nav .tabs__item a {
    padding: 0;
    color: white;
    color: #fff;
    text-decoration: none;
    border-right: 1px solid #fff;
    font-family: Share, Helvetica, Arial, sans-serif;
    font-weight: 400;
    transition: all 0.4s;
    font-size: 21px;
}

        .primary-nav a:hover {
            color: black;
        }

/* Responsive-nav.js */

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

.nav-collapse {
  list-style: none;
  width: 100%;
}

.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle {
  position: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  width: 70px;
  height: 55px;
  float: right;
}

.nav-toggle:before {
  color: #f8d800; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  width: 100%;
  top: 0;
  left: 0;
}

.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}
.hero-right {
    padding-top: 84px;
    width: 100%;
    height: 400px;
}
.row
{
    padding:0;
}
.final_nav a.tabs__link {
    border: 0;
}
.header:before {
    content: "";
    background: #e42129;
    height: 64px;
    width: 39px;
    position: absolute;
    margin-left: -38px;
    border-bottom-left-radius: 23px;
}
.cta-btn-1 {
    color: #fff;
    text-decoration: none;
    background: #2e4f7b;
    padding: 10px 25px;
    font-weight: 600;
    border-bottom: 3px solid #0e1622;
    border-radius: 8px;
}
.cta-btn-2 {
    font-size: 21px;
    color: #fff;
    text-decoration: none;
    background: #2e4f7b;
    padding: 15px 46px;
    font-weight: 600;
    border-bottom: 3px solid #0e1622;
    border-radius: 8px;
}

.hero-content
{
    background: #193964;
}
.hero-content p {
    line-height: 61px;
    padding: 54px 0;
    text-align: left;
    width: 44%;
    font-size: 72px;
    font-weight: 500;
}

.hero-content {
    display: flex;
    text-align: center;
    background: #193964;
    color: #fff;
    justify-content: center;
}
.hero-content span {
    font-size: 73px;
    font-weight: bolder;
}
.hero-cta {
    border-bottom-left-radius: 47px;
    color: #fff;
    background: #e42129;
    width: max-content;
    padding: 20px 29px;
    font-size: 24px;
    text-align: center;
}
.cta-wrapper {
    display: flex;
    justify-content: flex-end;
}
.hero-cta p {
    padding: 0;
    margin: 0;
}
.hero-cta span {
    font-weight: 700;

}
.vision-wrapper {
    background: url("../img/vision-bg.png");
    background-size: contain;
}
.vision-content h3 {
    color: #fff;
    font-size: 67px;
    font-weight: 700;
}
.vision-content p {
    color: #fff;
    font-weight: 400;
    line-height: 3;
}
.vision-content {
    padding: 135px;
}
.vision-art {
    padding-bottom: 75px;
    display: flex;
    justify-content: flex-end;
}
.vision-btn {
    padding-top: 50px;
    display: flex;
    justify-content: flex-end;
}
.vision-art img.img-fluid {
    border-bottom-left-radius: 78px;
}
.quality-wrapper {
    background: url('../img/quality-bg.png');
    padding: 51px 0;
    color: #2e4f7b;
}
.quality-content {
    width: 70%;
}
.quality-content h3 {
    font-size: 43px;
    font-weight: 800;
}
.quality-content span {
    color: #eb2028;
    font-size: 49px;
    font-weight: 800;
}
.professionalism-wrapper {
    background: url("../img/professional-bg.png");
    background-size: contain;
    background-position: right;
}
.professional-art {
    background: url('../img/quality-right.jpg');
    height: 692px;
    width: 100%;
    border-bottom-right-radius: 59px;
    bottom: 41px;
    position: relative;
}
.professional-content h3 {
    font-size: 49px;
}
.professional-content
{
    color: #fff;
}
.professional-content h3 {
    color: #fff;
    font-size: 67px;
    font-weight: 800;
}
.professional-content p {
    font-size: 18px;
    line-height: 2.5;
}
.professional-content {
    padding: 50px 35px;
    color: #fff;
    text-align: justify;
}
.professional-cta {
    display: flex;
    justify-content: flex-end;
}
.approach-wrapper {
    background: url(../img/approach-bg.png);
    color: #fff;
    position: relative;
}
.approach-wrapper:before {
    background: #0000008c;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
}
.approach-content h4 {
    font-size: 72px;
    font-weight: 700;
    line-height: 0.3;
}
.approach-content span {
    font-weight: 800;
    font-size: 73px;
    color: #d5181f;
    line-height: 2.1;
}
.approach-content p {
    line-height: 1.7;
    font-size: 28px;
    padding-top: 32px;
}
.approach-content {
    z-index: 10000;
    padding: 80px;
    position: relative;
}
.apporach-cta {
    display: flex;
    justify-content: flex-end;
}
.service-header h3 {
    color: #d5181f;
    font-size: 67px;
    font-weight: 700;
}
.service-box-outer {
    background: url(../img/service-box.png);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    align-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    height: 325px;
    width: 345px;
}   
.service-box-inner {
    font-size: 28px;
    padding: 44px;
    color: #616161;
    font-weight: 900;
}

.service-box-inner p {
    padding: 0;
    margin: 0;
    line-height: 38px;
}
.service-box-inner img {
    height: 112px;
    padding-top: 36px;
}
.services-wrapper {
    padding: 67px;
}
.service-box-wrapper {
    padding: 32px 0;
}
.form-content h3 {
    color: #fff;
    font-size: 67px;
    font-weight: 700;
}
.contact-wrapper {
    background: url('../img/contact-bg.png');
    padding: 30px;
}
.form-inputs
{
    display: flex;
    flex-direction: column;
}
.form-section {
    background: #fff;
    padding: 48px;
    border-radius: 26px;
}
.form-inputs label {
    color: #ef5358;
    font-weight: 700;
}
.form-inputs {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.form-inputs input {
    border-radius: 8px;
    border: 1px solid #2e4f7b3b;
    height: 35px;
}
.footer-wrapper {
background: url('../img/footer-bg.png');
padding: 50px;
}
.footer-widget-1 p {
    color: #000;
    font-weight: 500;
}
.footer-widget span {
    font-weight: 800;
    font-size: 21px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-widget-2.footer-widget ul li:before {
    content: url('../img/icon-bullet.png');
    left: -1px;
    position: relative;
}
.footer-widget-2 li {
    padding: 5px 0;
}
.footer-widget-2.footer-widget ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    top: -5px;
    position: relative;
    left: 7px;
}
.footer-widget-3.footer-widget ul li:before {
    content: url(../img/icon-bullet.png);
    /* left: -1px; */
}
.footer-widget-3 li {
    padding: 5px 0;
}
.footer-widget-3.footer-widget ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    top: -5px;
    position: relative;
    left: 7px;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 13px;
}
.contact-footer ul li span {
    font-size: 18px;
    text-transform: inherit;
    padding-left: 10px;
    font-weight: 400;
    color: #505050;
}
.contact-footer ul li i {
    font-size: 21px;
    color: #d3202c;
}
.contact-footer ul li  {
    padding: 10px;
}
.contact-footer ul li {
    padding: 5px;
}
.social-footer {
    padding: 20px 0;
}
.social-footer ul {
    display: flex;
    justify-content: space-between;
}

.mobile-nav
{
    display: none;
}
.social-footer ul li i {
    color: #d3202c;
    font-size: 27px;
}
.story-wrapper {
    background: url(../img/story-bg.png);
    height: 600px;
}
.story-content h3 {
    color: #fff;
    font-size: 66px;
    text-align: center;
    padding-top: 4%;
    text-transform: uppercase;
    color: #e42129;
    font-weight: 900;
}
.story-wrapper {
    background: url(../img/story-bg.png);
    height: 600px;
    margin-top: 43px;
}
.service-wrapper {
    background: url(../img/service-bg.png);
    height: 600px;
    background-size: cover;
    margin-top: 43px;
    background-position: 100%;
}
.logo-section {
    padding: 50px 27px;
    margin-top: -36px;
}
.story-main-content.text-center {
    line-height: 2;
    font-size: 29px;
    padding: 60px 0;
}
.story-main-content-wrapper {
    background: url('../img/story-bg-content.png');
}
.story-main-content-cta h3 {
    color: #fff;
    font-size: 43px;
    font-weight: 800;
}
.story-main-content-cta {
    padding: 50px 35px;
    color: #fff;
    text-align: justify;
}
.story-main-content-cta p {
    font-size: 21px;
    line-height: 2.5;
}
.our-story .professional-art {
    background: url(../img/our-mission.png);
    height: 568px;
    width: 100%;
    border-bottom-right-radius: 59px;
    bottom: 41px;
    position: relative;
    background-size: cover;
}
.service-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}
.service-content h3 {
    color: #fff;
    font-size: 66px;
    text-align: center;
    padding-top: 4%;
    color: #e42129;
    font-weight: 900;
}
.service-content span {
    text-transform: uppercase;
}
.service-main-box-wrapper {
    background: #e42129;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 17px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 18px;
}
.service-main-box-wrapper span {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
}
.service-main-box-wrapper p {
    color: #ffd800;
    padding: 13px 0;
    font-size: 19px;
}
.service-main-content.text-center {
    padding: 89px;
    font-size: 28px;
}

@media only screen and (max-width: 767px) {
    .hero-right {
        padding-top: 0;
        width: 100%;
        height: 400px;
    }
    .quality-content {
        width: 100%;
    }
    .hero-content {
        display: block;
        text-align: center;
        background: #193964;
        color: #fff;
        justify-content: center;
    }
    .hero-content p {
        line-height: unset;
        padding: 12px 19px;
        text-align: left;
        width: 67%;
        font-size: 36px;
        font-weight: 500;
    }
    .hero-content span {
        font-size: 36px;
        font-weight: bolder;
    }
    .cta-wrapper {
        display: block;
        justify-content: flex-end;
    }
    .hero-cta {
        border-bottom-left-radius: 0;
        color: #fff;
        background: #e42129;
        width: 100%;
        padding: 27px;
        font-size: 24px;
        text-align: left;
    }
    .vision-content {
        padding: 25px;
    }
    .vision-content h3 {
        color: #fff;
        font-size: 48px;
        font-weight: 700;
    }
    .vision-art {
        padding-bottom: 0px;
        display: block;
        justify-content: flex-end;
    }
    .vision-art img.img-fluid {
        border-bottom-left-radius: 0;
    }
    .professional-art {
        background: url(../img/quality-right.jpg);
        height: 567px;
        width: 100%;
        border-bottom-right-radius: 0;
        bottom: 0px;
        position: relative;
    }
    .professional-content {
        padding: 25px 18px;
        color: #fff;
        text-align: left;
    }
    .professional-content h3 {
        color: #fff;
        font-size: 26px;
        font-weight: 800;
    }
    .professional-content p {
        font-size: 14px;
        line-height: 2;
    }
    .cta-btn-2 {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        background: #2e4f7b;
        padding: 10px 23px;
        font-weight: 600;
        border-bottom: 3px solid #0e1622;
        border-radius: 8px;
    }
    .approach-content {
        padding: 50px 13px;
    }
    .approach-content span {
        font-weight: 800;
        font-size: 33px;
        color: #d5181f;
        line-height: 1.1;
    }
    .approach-content p {
        line-height: 1.7;
        font-size: 14px;
        padding-top: 11px;
    }
    .service-header h3 {
        color: #d5181f;
        font-size: 32px;
        font-weight: 700;
    }
    .approach-content h4 {
        font-size: 31px;
        font-weight: 700;
        line-height: 1.3;
    }
    .service-header h3 {
        color: #d5181f;
        font-size: 32px;
        font-weight: 700;
    }
    .service-box-inner p {
        padding: 0;
        margin: 0;
        line-height: 33px;
    }
    .service-box-inner {
        font-size: 18px;
        padding: 45px;
        color: #616161;
        font-weight: 900;
    }
    .service-box-outer {
        background: url(../img/service-box.png);
        background-size: cover;
        display: block;
        align-items: flex-start;
        justify-content: space-evenly;
        align-content: space-between;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        height: 269px;
        width: 260px;
        margin: 17px 0;
    }
    .service-box-inner img {
        height: 70px;
        padding-top: 15px;
    }
    
    .service-content h3 {
        color: #fff;
        font-size: 33px;
        text-align: center;
        padding-top: 27%;
        color: #E4212A;
        font-weight: 900;
    }
    .mobile-nav
    {
        display: block;
    }
    .hero-left {
        padding: 12px 27px;
        background: url(../img/hero-man.png);
        width: 100%;
        height: 263px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .hero-left img {
        height: 64px;
        float: left;
    }
    .nav-toggle:before {
        color: #dd202b;
        font-family: "responsivenav", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        font-size: 28px;
        text-transform: none;
        position: absolute;
        content: "≡";
        text-indent: 0;
        text-align: center;
        line-height: 55px;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff;
    }
    .nav-toggle {
        position: fixed;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none;
        text-indent: -999px;
        position: relative;
        overflow: hidden;
        width: 46px;
        height: 46px;
        float: right;
        left: 18px;
        top: -3px;
    }
    .main-nav-collapse
    {
        display: none;
    }
    .header a.nav-toggle {
        display: none;
    }
    nav.nav-collapse.nav-collapse-1.opened {
        border-bottom-left-radius: 30px;
        background: #c9202e;
        width: 100%;
        height: 100%;
        border-bottom-right-radius: 30px;
    }
    .js .nav-collapse-1.opened {
        max-height: 200px!important;
    }
    .primary-nav .tabs__item a {
        border-bottom: 1px solid #fff;
        padding: 8px;
        color: #fff;
        text-decoration: none;
        font-family: Share, Helvetica, Arial, sans-serif;
        font-weight: 400;
        transition: all 0.4s;
        font-size: 17px;
        padding-bottom: 15px;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 44px;
    }
    li.cta-nav {
        margin-bottom: 43px;
        padding: 14px;
        position: relative;
        top: 29px;
    }
    .logo-section img {
        height: 93px;
    }
    
    .logo-section {
        margin-top: 0px;
    }
    .our-story a.nav-toggle {
        top: -78px;
        display: block;
        background: none;
        left: -12px;
    }
    .story-wrapper {
        background: url(../img/approach-bg.png);
        height: 388px;
        margin-top: 0px;
    }
    .service-wrapper {
        background: url(../img/service-bg.png);
        height: 388px;
        margin-top: 0px;
        background-size: cover;
    }
    .story-main-content-cta h3 {
        color: #fff;
        font-size: 30px;
        font-weight: 800;
    }
    .form-content h3 {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }
    .f-logo img {
        height: 100px;
        margin-bottom: 12px;
    }
    .story-main-content-cta span {
        font-size: 20px;
    }
    .story-main-content-cta h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 800;
    }
    .our-story .story-content h3 {
        color: #fff;
        font-size: 36px;
        text-align: center;
        padding-top: 18%;
        text-transform: uppercase;
        color: #e42129;
        font-weight: 900;
    }
    .our-story .story-wrapper {
        background: url(../img/story-bg.png);
        height: 439px;
        margin-top: 43px;
        background-size: cover;
        background-position: bottom;
    }
    .story-main-content-cta p {
        font-size: 14px;
        line-height: 2;
    }
    .story-main-content.text-center {
        font-size: 18px;
        padding: 36px 0;
    }
    .service-content {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    .service-main-wrapper.py-5 {
        padding: 20px;
    }
    .service-main-box-wrapper p {
        color: #ffd800;
        padding: 13px 0;
        font-size: 19px;
        text-align: center;
    }
    .service-main-content.text-center {
        padding: 50px 0;
        font-size: 18px;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 360px)
{
    .hero-cta span {
        color: #193964;
        font-weight: 700;
    }
    .vision-wrapper {
        background: url(../img/vision-bg.png);
        background-size: contain;
    }
    .hero-content p {
        line-height: unset;
        padding: 12px 19px;
        text-align: left;
        width: 75%;
        font-size: 36px;
        font-weight: 500;
    }
    .vision-content h3 {
        color: #fff;
        font-size: 34px;
        font-weight: 700;
    }
    .vision-content p {
        color: #fff;
        font-weight: 400;
        line-height: 2;
    }
    .cta-btn-2 {
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        background: #2e4f7b;
        padding: 10px 23px;
        font-weight: 600;
        border-bottom: 3px solid #0e1622;
        border-radius: 8px;
    }
    .quality-content {
        width: 100%;
    }
    .professional-content h3 {
        color: #fff;
        font-size: 26px;
        font-weight: 800;
    }
    .professional-content p {
        font-size: 15px;
        line-height: 2;
    }
    .approach-content h4 {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.3;
    }
    .approach-content span {
        font-weight: 800;
        font-size: 29px;
        color: #d5181f;
        line-height: 1.5;
    }
    .approach-content p {
        line-height: 1.7;
        font-size: 14px;
        padding-top: 12px;
    }
    .service-header h3 {
        color: #d5181f;
        font-size: 32px;
        font-weight: 700;
    }
    .service-box-inner p {
        padding: 0;
        margin: 0;
        line-height: 33px;
    }
    .service-box-inner {
        font-size: 18px;
        padding: 45px;
        color: #616161;
        font-weight: 900;
    }
    .service-box-outer {
        background: url(../img/service-box.png);
        background-size: cover;
        display: block;
        align-items: flex-start;
        justify-content: space-evenly;
        align-content: space-between;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        height: 269px;
        width: 260px;
        margin: 17px 0;
    }
    .service-box-inner img {
        height: 70px;
        padding-top: 15px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
    /* Styles for devices with screen width of 1280px and larger */
    .hero-right {
        padding-top: 40px;
        width: 100%;
    }
    .story-main-content-cta span {
        font-size: 25px;
    }
    .our-services .professional-art {
        background: url(../img/our-promise-medium.png);
        height: 468px;
        width: 100%;
        border-bottom-right-radius: 59px;
        bottom: 41px;
        position: relative;
    }
    .story-main-content-cta h3 {
        color: #fff;
        font-size: 37px;
        font-weight: 800;
    }
    
    .hero-left {
        padding: 24px 27px;
        background: url(../img/hero-man.png);
        width: 100%;
        height: 508px;
        background-size: contain;
        background-position: inherit;
        background-repeat: no-repeat;
    }
    .hero-content p {
        line-height: 61px;
        padding: 31px 0;
        text-align: left;
        width: 41%;
        font-size: 44px;
        font-weight: 500;
    }
    .hero-cta {
        border-bottom-left-radius: 47px;
        color: #fff;
        background: #e42129;
        width: max-content;
        padding: 16px 24px;
        font-size: 22px;
        text-align: center;
    }
    .hero-content span {
        font-size: 60px;
        font-weight: bolder;
    }
    .hero-content span {
        font-size: 49px;
        font-weight: bolder;
    }
    .vision-content {
        padding: 40px 103px;
    }
    .vision-content p {
        color: #fff;
        font-weight: 400;
        line-height: 2.5;
    }
    .approach-content span {
        font-weight: 800;
        font-size: 52px;
        color: #d5181f;
        line-height: 1.3;
    }
    .service-header h3 {
        color: #d5181f;
        font-size: 50px;
        font-weight: 700;
    }
    .service-box-inner {
        font-size: 19px;
        padding: 71px;
        color: #616161;
        font-weight: 900;
    }
    .approach-content h4 {
        font-size: 50px;
        font-weight: 700;
        line-height: 1;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%!important;
    }
    .professional-content h3 {
        color: #fff;
        font-size: 40px;
        font-weight: 800;
    }
    .professional-content p {
        font-size: 18px;
        line-height: 2;
        font-size: 16px;
    }
    .cta-btn-2 {
        font-size: 18px;
        color: #fff;
        text-decoration: none;
        background: #2e4f7b;
        padding: 10px 23px;
        font-weight: 600;
        border-bottom: 3px solid #0e1622;
        border-radius: 8px;
    }
    .approach-content p {
        line-height: 1.7;
        font-size: 23px;
        padding-top: 32px;
    }
    .service-box-outer {
        background: url(../img/service-box.png);
        background-size: cover;
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
        align-content: space-between;
        flex-wrap: nowrap;
        flex-direction: column-reverse;
        height: 232px;
        width: 247px;
        margin: 10px 0;
    }
    .service-box-inner {
        font-size: 18px;
        padding: 25px;
        color: #616161;
        font-weight: 900;
    }
    .service-box-inner img {
        height: 80px;
        padding-top: 23px;
    }
    .service-box-inner p {
        padding: 0;
        margin: 0;
        line-height: 23px;
    }
    .f-logo img {
        height: 107px;
        margin: 17px 0;
    }
    .hero-left img {
        height: 94px;
        margin: 0 17px;
    }
    .logo-section img {
        height: 97px;
        margin: 0 37px;
    }
    .service-content h3 {
        color: #fff;
        font-size: 66px;
        text-align: center;
        padding-top: 19%;
        color: #e42129;
        font-weight: 900;
    }
    .service-main-content.text-center {
        padding: 45px;
        font-size: 35px;
    }
    .professional-art {
        background: url('../img/quality-right.jpg');
        height: 567px;
        width: 100%;
        border-bottom-right-radius: 59px;
        bottom: 41px;
        position: relative;
    }
    .story-main-content-cta p {
        font-size: 20px;
        line-height: 2;
    }
    .story-content h3 {
        color: #fff;
        font-size: 66px;
        text-align: center;
        padding-top: 15%;
        text-transform: uppercase;
        color: #e42129;
        font-weight: 900;
    }
    .our-story .professional-art {
        background: url(../img/our-mission-medium.png);
        height: 564px;
        width: 100%;
        border-bottom-right-radius: 59px;
        bottom: 41px;
        position: relative;
    }
  }
  .w3-container {
    padding: 0.01em 16px;
  }
  
  .w3-display-topright {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .w3-black,
  .w3-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important;
  }
  
  .w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important;
  }
  
  .w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
  }
  
  @media (max-width: 600px) {
    .w3-modal-content {
      margin: 0 10px;
      width: auto !important;
    }
  
    .w3-modal {
      padding-top: 30px;
    }
  }
  
  @media (max-width: 768px) {
    .w3-modal-content {
      width: 500px;
    }
    .hero-cta span {
        color: #193964;
        font-weight: 700;
    }
    .w3-modal {
      padding-top: 50px;
    }
  }
  
  @media (min-width: 993px) {
    .w3-modal-content {
      width: 900px;
    }
  }
  .w3-modal-content .form-inputs label {
    text-align: left;
}
span.popup-close {
    font-size: 27px;
    position: absolute;
    background: #fff;
    top: -1px;
    right: 0;
    padding: 6px 24px;
}