html,
body {
    overflow-x: hidden !important;
    padding-top: 20px;
}

body * {
    font-family: 'Inter', sans-serif;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
}

body {
    background: url(../img/top-ellipse-bg.svg) no-repeat right -100px, url('../img/blurred-ellipse.png') no-repeat left -100px, url('../img/blurred-ellipse-right.png') no-repeat right 800px;
    background-size: 35%, 70%, 70%;
}

a {
    text-decoration: none !important;
    display: inline-block;
}

.modal .modal-content {
    padding: 50px;
    background: none;
    border: 0;
    background: url(../img/modal-bg.svg) no-repeat center center;
    background-size: 100% 100% !important;
}

/* Toggle */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 82px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #E2EEF4;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #48B9C8;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 5px 16px rgba(72, 185, 200, 0.51);
    -webkit-box-shadow: 0px 5px 16px rgba(72, 185, 200, 0.51);
}

input:checked+.slider {
    background-color: #E2EEF4;
}

input:focus+.slider {
    box-shadow: 0 0 1px #E2EEF4;
}

input:checked+.slider:before {
    -webkit-transform: translateX(49px);
    -ms-transform: translateX(49px);
    transform: translateX(49px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Toggle */


.fixedcontact {
    background-color: #1C4054;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0.9;
}

#page-title {
    background-image: url(../img/page-title-bg.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 100px 0 50px 0;
    margin-top: 20px;
    color: #FFFFFF;
}

#page-title h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 166.52%;
    /* identical to box height, or 70px */
    text-align: center;
}

.sub-heading {
    display: inline-block;
    max-width: 600px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 171.5%;
    /* or 26px */
    text-align: center;
    color: #89A5B5;
    padding-top: 30px;
}

.breadcrumb {
    background: none !important;
}

.breadcrumb li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 166.52%;
    color: #FFFFFF !important;
}

.breadcrumb a {
    /* identical to box height, or 20px */
    color: #89A5B5 !important;
}

.cta-form {
    background: #48B9C8;
    border-radius: 6px;
    border: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 18px 40px;
}

.cta-form:hover {
    background-color: #1C4054 !important;
    color: #FFFFFF;
}

.section-title-bg,
.section-title,
.section-title-mark {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 166.52%;
    /* or 43px */
    text-align: center;
    color: #FFFFFF;
    position: relative;
}

.section-title-bg:after,
.section-title:after,
.section-title-mark:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 22px;
    background: url(../img/heading-bottom-bg.svg);
    background-size: 100% 100%;
    left: 50%;
    margin-left: -90px;
    bottom: -20px;
}


.section-title-mark::before {
    content: "";
    position: absolute;
    width: 62px;
    height: 60px;
    background: url(../img/logo-mark.png);
    background-size: cover;
    left: 50%;
    margin-left: -31px;
    top: -70px;
}

.section-title,
.section-title-mark {
    color: #48B9C8;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header {
    padding-top: 20px;
}

#header nav {
    padding-top: 40px;
}

#header nav ul li {
    display: inline-block;
}

#header nav ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /*identicaltoboxheight*/
    color: #89A5B5;
    position: relative;
}

#header nav ul li a.active,
#header nav ul li a:hover {
    color: #1C4054;
}

#header nav ul li a.active:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #48B9C8;
    left: 0;
    bottom: -10px;
}


.login-btn {
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 13px 50px;
    margin-top: 27px;
}

.login-btn:hover {
    background-color: #1C4054 !important;
    color: #FFFFFF;
}

#partners {
    background-image: url(../img/page-title-bg.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 120px 0 120px 0;
    margin-top: -30px;
}

#hero {
    padding: 60px 0 120px 0;
}

#hero h1 .mainhead-lvl0 {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150.02%;
    color: #1C4054;
}


#hero h1 .mainhead-lvl1 {
    padding-top: 16px;
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 166.52%;
    color: #48B9C8;
}


#hero h1 .mainhead-lvl2 {
    display: block;
    margin-top: -14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 166.52%;
    color: #48B9C8;
}

#hero .hero-svg {
    position: absolute;
    right: 0;
    z-index: -1;
}

#hero .quick-form {
    background: #FFFFFF;
    box-shadow: 0px 18px 29px rgba(28, 64, 84, 0.11);
    border-radius: 10px;
    width: 473px;
    padding: 7px;
    margin-top: 50px;
}

#hero .quick-form input.form-control {
    border: 0;
    width: 60%;
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-indent: 10px;
    color: #1C4054;
    outline: none !important;
    box-shadow: none !important;
}

#hero .quick-form input.form-control::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-indent: 10px;
    color: #1C4054;
}

#hero .quick-form input.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-indent: 10px;
    color: #1C4054;
    opacity: 1;
}

#hero .quick-form input.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-indent: 10px;
    color: #1C4054;
    opacity: 1;
}

#hero .quick-form input.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-indent: 10px;
    color: #1C4054;
}

#hero .quick-form input.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-indent: 10px;
    color: #1C4054;
}

#hero .quick-form input.form-control::placeholder {
    /* Most modern browsers support this now. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-indent: 10px;
    color: #1C4054;
}

#testimonials {
    padding: 30px 0 0 0;
}

#testimonials .testimonial-card {
    background: #FFFFFF;
    box-shadow: 0px 18px 29px rgba(28, 64, 84, 0.06);
    border-radius: 10px;
    height: 100%;
    padding: 50px 21px 30px 21px;
    width: 94%;
    margin-left: 3%;
    position: relative;
}

#testimonials .testimonial-card::after {
    content: "";
    position: absolute;
    height: 54px;
    width: 72px;
    right: 20px;
    top: -30px;
    background-image: url(../img/quote-testimonial.svg);

}

#testimonials .testimonial-card p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 171.5%;
    color: #89A5B5;
}

#testimonials .testimonial-card h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 171.5%;
    /* identical to box height, or 26px */
    color: #1C4054;
    margin-bottom: 0;
}

#testimonials .testimonial-card h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 171.5%;
    /* identical to box height, or 19px */
    color: #89A5B5;
}

#testimonials .slick-track {
    display: flex !important;
    padding-top: 40px;
}

#testimonials .slick-slide {
    height: inherit !important;
}

#testimonials .slick-slide>div,
#testimonials .slick-slide>div li {
    height: 100% !important;
}

#testimonials .slick-list {
    padding-bottom: 30px !important;
}

#steps {
    padding: 200px 0 100px 0;
    background: url(../img/steps-bg-top.svg) no-repeat center top;
    background-size: 100% auto;
}

#steps .steps-container {
    position: relative;
}

#steps .steps-container .steps-path {
    width: 1135px;
    position: absolute;
    top: 90px;
    margin-left: -567px;
    left: 50%;
}

#steps .step {
    padding: 100px 0;
}

#steps .step:nth-child(1) {
    padding-top: 50px !important;
}

#steps .step:nth-child(odd) {
    background: url(../img/steps-ellipse.svg) no-repeat 110% center;
    background-size: 40%;
}

#steps .step:nth-child(even) {
    background: url(../img/steps-ellipse.svg) no-repeat -20% center;
    background-size: 40%;
}

#steps .step h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 119.02%;
    /* or 55px */
    color: #1C4054;
    padding-bottom: 36px;
}

#steps .step h3 span {
    color: #48B9C8;
}

#steps .step p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 171.5%;
    /* or 29px */
    color: #89A5B5;
    margin: 0;
    padding-bottom: 36px;
}

#steps ul li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 171.5%;
    /* or 29px */
    color: #1C4054;
    margin-bottom: 30px;
    position: relative;
    padding-left: 33px;
}

#steps ul li:after {
    content: "";
    position: absolute;
    height: 23px;
    width: 23px;
    left: 0;
    top: 3px;
    background: url(../img/check.svg) no-repeat center center;
    background-size: contain;
}

#step-2 ul li:last-child:after {
    content: "";
    background: none;
}

#step-2 ul li:last-child a {
    color: #48B9C8;
    font-weight: 700;
}

#certifications {
    background-image: url(../img/certification-bg.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 100px 0 120px 0;
    margin-top: -50px;
}

#getintouch {
    padding: 20px 0 20px 0;
}

#getintouch .form-container {
    background-image: url(../img/form-bg.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 45px 0 80px 0;
}

#getintouch .form-control {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 171.5%;
    /* or 29px */
    color: #1C4054;
    background: #FFFFFF;
    border-radius: 6px;
    height: 63px;
    border: 0;
    margin-bottom: 20px;
    text-indent: 10px;
    box-shadow: none;
}

.citem {
    margin-bottom: 40px;
    color: #1C4054;

}

.citem span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 171.5%;
    /* identical to box height, or 26px */
    color: #48B9C8;
}

.citem a {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 171.5%;
    /* or 34px */
    color: #1C4054;
    margin-top: 10px;
}

#services {
    padding: 30px 0 80px 0;
}

#services .service-item {
    width: 100%;
    height: 222px;
    background: #FFFFFF;
    box-shadow: 0px 18px 29px rgba(28, 64, 84, 0.06);
    border-radius: 10px;
    padding: 30px 10px 30px 10px;
    margin-bottom: 30px;
    text-align: center;
}

#services .service-item:hover {
    box-shadow: 0px 48px 29px rgba(28, 64, 84, 0.24);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    cursor: pointer;
}

#services .service-item h6,
.modal-body h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 154%;
    /* or 23px */
    color: #1C4054;
}

.modal-body p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 171.5%;
    padding-top: 30px;
    /* or 26px */
    color: #89A5B5;
}

#footer {
    background-image: url(../img/footer-bg.svg);
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 100px 0 50px 0;
    background-attachment: scroll;
    position: relative;
}


#footer p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 159.02%;
    /* or 22px */
    color: #89A5B5;
}

#footer h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */
    color: #48B9C8;
    margin-bottom: 40px;
}

#footer ul.qlinks li {
    display: inline-block;
    width: 47%;
    margin-bottom: 20px;
}

#footer ul.social li {
    display: inline-block;
    width: 30%;
    margin-bottom: 20px;
}

#footer ul.social li a:hover {
    transform: rotate(360deg) scale(1.3);
    -webkit-transform: rotate(360deg) scale(1.3);
    -moz-transform: rotate(360deg) scale(1.3);
    -ms-transform: rotate(360deg) scale(1.3);
    -o-transform: rotate(360deg) scale(1.3);
}

#footer a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    color: #89A5B5;
}

#footer a:hover {
    color: #48B9C8;
}

#footer address {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 159.02%;
    /* or 22px */
    color: #89A5B5;
}

#copyright {
    background-color: #89A5B5;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 159.02%;
    /* identical to box height, or 19px */
    color: #B5CFDD;
    padding: 30px 0;
}

#copyright a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 159.02%;
    /* identical to box height, or 19px */
    text-align: right;
    color: #FFFFFF;
}

#mobilemenu {
    display: none;
    height: 100%;
    width: 300px;
    background-color: #1C4054;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    padding-left: 20px;
    transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
}

#mobilemenu ul li a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 17px;
    /* identical to box height */
    color: #89A5B5;
    margin-bottom: 30px;
}

#mobilemenu.open {
    right: 0;
}

/* About us */

#whyqbc,
#currentopenings {
    padding: 40px 0 50px 0;
    background: url(../img/fingerprint-bg.png) no-repeat right 80%;
}

#currentopenings {
    padding-bottom: 0;
}

#whyqbc h5,
#currentopenings h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 54px;
    line-height: 137%;
    color: #48B9C8;

}

#whyqbc h5 span,
#currentopenings h5 span {
    display: block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 34px;
    line-height: 137%;
    /* identical to box height, or 47px */
    color: #1C4054;
    margin-bottom: -10px;
}

#whyqbc p,
#currentopenings p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 171.5%;
    /* or 26px */
    color: #89A5B5;
}

#whyqbc p span,
#currentopenings p span {
    color: #1C4054;
}

#networkmodel {
    background-image: url(../img/network-bg.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 170px 0 100px 0;
}

#networkmodel h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 46px;
    line-height: 119.02%;
    /* or 55px */
    color: #1C4054;
}

#networkmodel h4 span {
    color: #48B9C8;
}

#networkmodel p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 171.5%;
    /* identical to box height, or 26px */
    color: #89A5B5;
}

#networkmodel p span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 137%;
    /* or 32px */
    color: #48B9C8;
}

#our-promise .col-lg-5>span {
    display: inline-block;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 65px;
    line-height: 100%;
    /* identical to box height, or 129px */
    color: #1C4054;
    margin-top: 30px;
    margin-bottom: 20px;
}

#our-promise {
    padding-bottom: 50px;
}

#our-promise p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 171.5%;
    /* or 26px */
    color: #89A5B5;
}

#our-promise p span {
    color: #1C4054;
}

#our-promise h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 135%;
    /* or 47px */
    color: #1C4054;
}

#our-promise h2 span {
    color: #48B9C8;
}

/* About us */

.services-usa-container, .services-india-container {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
}

.services-usa-container.hidden {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    display: none;
}

.services-india-container.hidden {
    display: none;
}


@media only screen and (max-width:991px) {

    #mobilemenu {
        display: block;
        right: -300px;
    }

    #header {
        padding-top: 20px;
    }

    #hero {
        padding-top: 30px;
        padding-bottom: 0;
    }

    #hero h1 .mainhead-lvl0 {
        font-size: 17px;
        line-height: 150.02%;
    }


    #hero h1 .mainhead-lvl1 {
        padding-top: 16px;
        font-size: 22px;
        line-height: 166.52%;
    }


    #hero h1 .mainhead-lvl2 {
        margin-top: -6px;
        font-size: 26px;
        line-height: 166.52%;
    }

    #hero .quick-form {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    #hero .hero-svg {
        position: relative;
        width: 70%;
        left: 15%;
    }

    #partners {
        background-image: none;
        background-color: #1C4054;
        margin-top: 0;
        padding: 40px 0;
    }


    .partners-imgs {
        display: block !important;
        text-align: center;
    }

    .partners-imgs img {
        margin-left: 30px;
        margin-bottom: 30px;
    }

    .partners-imgs img:nth-child(1) {
        margin-left: 0;
    }

    #steps .step {
        padding: 70px 0;
        border-bottom: thin #ccc solid;
    }

    #steps .step img {
        margin-bottom: 30px;
        width: 60%;
        margin-left: 20%;
    }

    #steps .step:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .section-title-bg,
    .section-title,
    .section-title-mark {
        font-size: 18px;
    }

    .getintouch-img {
        width: 50%;
        margin-bottom: 30px;
    }

    #getintouch .form-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    #footer h5 {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    #footer ul.social li {
        width: 15%;
    }

    #getintouch .form-control {
        font-size: 15px;
    }

    #copyright {
        text-align: center;
    }

    #copyright span {
        display: inline-block;
        padding-bottom: 40px;
    }


    #page-title {
        padding: 50px 0 0 0;
    }

    #whyqbc {
        padding-top: 20px;
    }

    #networkmodel {
        padding-top: 60px;
    }

    .modal .modal-content {
        padding: 20px;
        border-radius: 20px;
        background: #F3F9FD;
    }


}

@media only screen and (max-width:1199px) {

    #steps .steps-container .steps-path {
        display: none;
    }

    #steps .step {
        padding: 70px 0;
        border-bottom: thin #ccc solid;
    }



    #steps .step:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .modal-body h6 {
        text-align: left;
        margin-top: 20px;
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {

    #getintouch .form-container {
        background: #F3F9FD;
    }

    #footer {
        padding: 100px 0 50px 0;
        background: #1C4054;
    }

    #certifications {
        background: url(../img/certification-bg.svg) no-repeat center center;
        padding: 100px 0 120px 0;
        margin-top: -50px;
    }




}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    #footer {
        padding: 100px 0 50px 0;
        background: #1C4054;
    }

    #certifications {
        background: url(../img/certification-bg.svg) no-repeat center center;
        padding: 100px 0 120px 0;
        margin-top: -50px;
    }

    #getintouch .form-container {
        background: #F3F9FD;
    }


}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    #footer {
        padding: 100px 0 50px 0;
        background: #1C4054;
    }

    #certifications {
        background: url(../img/certification-bg.svg) no-repeat center center;
        padding: 100px 0 120px 0;
        margin-top: -50px;
    }

    #getintouch .form-container {
        background: #F3F9FD;
    }

    #page-title {
        background: url(../img/page-title-bg.svg) no-repeat center center;
        padding: 100px 0 50px 0;
        margin-top: 20px;
        color: #FFFFFF;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    #footer {
        padding: 100px 0 50px 0;
        background: #1C4054;
    }

    #certifications {
        background: url(../img/certification-bg.svg) no-repeat center center;
        padding: 100px 0 120px 0;
        margin-top: -50px;
    }

    #getintouch .form-container {
        background: #F3F9FD;
    }

    #page-title {
        background: url(../img/page-title-bg.svg) no-repeat center center;
        padding: 100px 0 50px 0;
        margin-top: 20px;
        color: #FFFFFF;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    #footer {
        padding: 100px 0 50px 0;
        background: #1C4054;
    }

    #certifications {
        background: url(../img/certification-bg.svg) no-repeat center center;
        padding: 100px 0 120px 0;
        margin-top: -50px;
    }

    #getintouch .form-container {
        background: #F3F9FD;
    }

    #page-title {
        background: url(../img/page-title-bg.svg) no-repeat center center;
        padding: 100px 0 50px 0;
        margin-top: 20px;
        color: #FFFFFF;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    #footer {
        padding: 100px 0 50px 0;
        background: #1C4054;
    }

    #certifications {
        background: url(../img/certification-bg.svg) no-repeat center center;
        padding: 100px 0 120px 0;
        margin-top: -50px;
    }

    #getintouch .form-container {
        background: #F3F9FD;
    }

    #page-title {
        background: url(../img/page-title-bg.svg) no-repeat center center;
        padding: 100px 0 50px 0;
        margin-top: 20px;
        color: #FFFFFF;
    }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    #footer {
        padding: 100px 0 50px 0;
        background: #1C4054;
    }

    #certifications {
        background: url(../img/certification-bg.svg) no-repeat center center;
        padding: 100px 0 120px 0;
        margin-top: -50px;
    }

    #getintouch .form-container {
        background: #F3F9FD;
    }

    #page-title {
        background: url(../img/page-title-bg.svg) no-repeat center center;
        padding: 100px 0 50px 0;
        margin-top: 20px;
        color: #FFFFFF;
    }
}

.modal-open {
    overflow: hidden;
    position: fixed;
    width:100%;
    padding-right:0 !important;
}

