.learn--more {
    color: #fff;
    font-size: 20px;
    background-color: #dfa015;
    padding: 5px 50px;
    border-radius: 25px;
    font-family: Raleway-Regular;
}
.content .content-overlay,
.content-image {
    border-radius: 50%;
    width: 100%;
}
.learn--more:hover {
    color: #fff !important;
}
.customcontrols {
    font-size: 0;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}
.customcontrols video {
    width: 100%;
    height: auto;
}
.customcontrols figcaption {
    background: rgba(0, 0, 0, 0.6);
    display: none;
    padding: 0.5em;
    width: 100%;
    color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: right;
    font-size: 20px;
}
.customcontrols figcaption cite {
    float: left;
    font-style: normal;
}
.customcontrols figcaption cite i {
    padding: 0 5px;
}
.customcontrols figcaption a {
    margin-right: 0.5rem;
    color: #fff;
    border-bottom: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 80px;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
@media screen and (max-width: 767px) {
    .customcontrols figcaption a {
        font-size: 40px;
    }
    .customcontrols figcaption {
        font-size: 16px;
        text-align: left;
    }
}
.content {
    position: relative;
    width: 90%;
    max-width: 300px;
    margin: 25px auto;
    overflow: hidden;
}
.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay {
    opacity: 1;
}
.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}
.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 26px;
}
.content-details p {
    color: #fff;
    font-size: 18px;
}
.fadeIn-bottom {
    top: 80%;
}
#fixed-social {
    position: fixed;
    top: 250px;
    z-index: 999;
}
#fixed-social a {
    color: #fff !important;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
    font-size: 18px;
}
#fixed-social a:hover > span {
    visibility: visible;
    left: 41px;
    opacity: 1;
    color: #fff !important;
}
#fixed-social a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
}
.fixed-facebook,
.fixed-facebook span {
    background-color: #4267b2;
}
.fixed-gplus,
.fixed-gplus span {
    background-color: #dd4b39;
}
.fixed-linkedin,
.fixed-linkedin span {
    background-color: #0e76a8;
}
.fixed-instagrem {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.fixed-instagrem span {
    background: #d6249f;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdcc83), color-stop(50%, #d425a0), to(#8f3abe));
    background: linear-gradient(#fdcc83 0, #d425a0 50%, #8f3abe 100%);
}
.fixed-feedback,
.fixed-feedback span {
    background-color: #dfa015;
}
.modal-open,
.modal-open .modal {
    padding-right: 0 !important;
}
.modal-open .modal {
    z-index: 9999;
}
#feedbackModal .modal-header {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e3b52c), color-stop(#ecaf33), color-stop(#f3a93b), color-stop(#faa343), to(#ff9d4c));
    background-image: linear-gradient(to top, #e3b52c, #ecaf33, #f3a93b, #faa343, #ff9d4c);
}
#feedbackModal .modal-header h4 {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
}
#feedbackModal .modal-header .close {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    margin: 0;
    padding: 5px;
    color: #ffff;
    opacity: 1;
}
#feedbackModal .modal-body {
    padding: 30px;
    background-color: #fffbf5;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
#feedbackModal .modal-body .form-group .form-control {
    background: #fafafa !important;
    border: 1px solid #e7e7e8 !important;
    position: relative;
    margin: 5px 0 20px;
    padding: 10px;
    border-radius: 10px;
    height: auto;
}
#feedbackModal .modal-body .form-group .form-control + img {
    top: 18px;
    position: absolute;
    right: 25px;
    width: 16px;
    height: 16px;
}
#feedbackModal .modal-body .form-group .mail--img {
    height: 12px !important;
    width: 16px !important;
    top: 85px !important;
}
#feedbackModal .modal-body .submit--btn {
    width: 200px;
    border: 3px solid #000;
    color: #000;
    font-weight: 700;
    background: 0 0;
    padding: 10px 5px;
    margin: 5px auto 0;
    display: block;
}
.abt-banner,
.contact-banner {
    height: 750px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#feedbackModal .modal-body .submit--btn:hover {
    -webkit-transform: scale(1.09) !important;
    transform: scale(1.09) !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
.abt-banner::after,
.contact-banner::after {
    -webkit-transform: skewY(-5deg);
    content: "";
    bottom: -270px;
}
#feedbackModal .feedback__title {
    font-size: 30px !important;
    color: #fff;
}
#feedbackModal .feedback__img {
    max-width: 250px;
    margin: 35px auto;
    display: block;
}
@media screen and (max-width: 991px) {
    .feedback__img {
        margin: 0 auto 35px;
        display: block;
    }
}
.abt-banner {
    background-image: url(../img/about-banner.jpg);
    margin-top: 0 !important;
    position: relative;
}
.abt-banner::after {
    width: 100%;
    height: 300px;
    z-index: 0;
    background-color: #fffbf5;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.abt-banner-txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.abt-banner-txt {
    position: relative;
}
.abt-banner-txt::after,
.abt-banner-txt::before {
    width: 20px;
    content: "";
    height: 50px;
    background-color: #fff;
    position: absolute;
    left: 59%;
}
.abt-banner-txt::after {
    top: 155px;
}
.abt-banner-txt h1 {
    font-size: 100px;
    font-family: Raleway-Regular;
    font-weight: 600;
    max-width: 835px;
    text-align: center;
    color: #dfa015;
    line-height: 47px;
    padding: 70px 0 80px 80px;
    letter-spacing: 1px;
}
.abt-txtsec p,
.services-intro p {
    line-height: 38px;
}
.abt-banner-txt h1::after {
    border-left: 20px solid;
    border-top: 20px solid;
    border-bottom: 20px solid;
    content: "";
    position: absolute;
    display: inline-block;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    border-color: #fff;
}
.abt-banner-btn {
    text-align: center;
    margin-top: 25px;
}
.abt-banner-btn:hover {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.abt-txtsec {
    padding: 100px 0;
}
.abt-txtsec__frame {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
.abt-txtsec .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.abt-txtsec-head {
    position: relative;
}
.abt-txtsec-head h2 {
    color: #000;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}
.abt-txtsec-head-img {
    position: absolute;
    top: -35px;
    left: -30px;
    width: 120px;
}
.abt-txtsec-head-img img {
    max-width: 100%;
}
.abt-txtsec .first__img {
    float: left;
    margin: -50px 0 0 -4px;
}
.about a,
.abt-txtsec .sec__img,
.read--more,
.services a,
.services-intro a,
.team a {
    float: right;
}
.abt-txtsec .sec__img {
    margin: 145px 0 0;
}
.values-sec .col-lg-6 {
    padding: 125px 0;
}
.values-sec .col-lg-6:first-child {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#524949), color-stop(#403939), color-stop(#2e2929), color-stop(#1e1a1a), to(#0c0808));
    background-image: linear-gradient(to top, #524949, #403939, #2e2929, #1e1a1a, #0c0808);
}
.values-sec .col-lg-6:first-child h3 {
    color: #fff;
}
.values-sec .col-lg-6:first-child p {
    color: #fff;
    text-transform: uppercase;
}
.values-sec .col-lg-6:last-child {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#e3b52c), color-stop(#ecaf33), color-stop(#f3a93b), color-stop(#faa343), to(#ff9d4c));
    background-image: linear-gradient(to top, #e3b52c, #ecaf33, #f3a93b, #faa343, #ff9d4c);
}
.values-sec .col-lg-6:last-child h3 {
    color: #000;
}
.values-sec .col-lg-6:last-child p {
    color: #000;
    text-transform: uppercase;
}
.values-sec + .footer::before {
    z-index: -1;
}
@media screen and (max-width: 1199px) {
    .wrap {
        max-width: 550px;
        margin: auto;
    }
}
@media screen and (max-width: 991px) {
    .mrg--Top {
        margin-top: 100px;
    }
    .abt-txtsec__frame {
        top: 40%;
    }
    .abt-txtsec .sec__img {
        margin: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .abt-txtsec,
    .values-sec .col-lg-6,
    .vision {
        padding: 75px 0;
    }
    .abt-txtsec__frame {
        display: none;
    }
    .abt-txtsec .first__img,
    .abt-txtsec .sec__img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }
    .abt-banner-txt h1 {
        font-size: 80px;
    }
    .abt-txtsec .first__img {
        margin-top: 0;
    }
    .mrg--Top {
        margin-top: 75px;
    }
}
@media screen and (max-width: 575px) {
    .abt-banner {
        height: 550px;
    }
    .abt-banner-txt h1 {
        font-size: 50px;
        padding: 70px 0 80px 50px;
    }
    .wrap {
        max-width: 100%;
    }
    .abt-txtsec,
    .values-sec .col-lg-6,
    .vision {
        padding: 50px 0;
    }
    .mrg--Top {
        margin-top: 50px;
    }
}
@media screen and (min-width: 1200px) {
    .wrap {
        max-width: 550px;
        margin: auto;
    }
}
.contact-banner-txt h1,
.team-banner-txt h1 {
    max-width: 835px;
    font-family: Raleway-Regular;
    letter-spacing: 1px;
}
.contact-banner {
    background-image: url(../img/contact.jpg);
    margin-top: 0 !important;
    position: relative;
}
.contact-banner::after {
    width: 100%;
    height: 300px;
    z-index: 0;
    background-color: #fffbf5;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.contact-banner-txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.contact-banner-txt {
    position: relative;
}
.contact-banner-txt::after,
.contact-banner-txt::before {
    width: 20px;
    content: "";
    height: 50px;
    background-color: #fff;
    position: absolute;
    left: 59%;
}
.contact-banner-txt::after {
    top: 155px;
}
.contact-banner-txt h1 {
    font-size: 100px;
    font-weight: 600;
    text-align: center;
    color: #dfa015;
    line-height: 47px;
    padding: 70px 0 80px 80px;
}
.contact-banner-txt h1::after {
    border-left: 20px solid;
    border-top: 20px solid;
    border-bottom: 20px solid;
    content: "";
    position: absolute;
    display: inline-block;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    border-color: #fff;
}
.contact-banner-btn {
    text-align: center;
    margin-top: 25px;
}
.contact-banner-btn:hover {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.contact-form .submit--btn:hover,
a:hover {
    -webkit-transition: all 0.3s ease !important;
}
.contact-form {
    margin-top: 50px;
    margin-bottom: 125px;
}
.contact-form__head {
    font-size: 72px;
    padding-bottom: 15px;
    margin-bottom: 60px;
    position: relative;
}
.contact-form__head::after {
    position: absolute;
    content: "";
    width: 160px;
    height: 8px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 100%;
    background: #dfa015;
}
.contact-form .form-group .form-control {
    background: #e7e7e8 !important;
    border: none !important;
    position: relative;
    margin: 5px 0 20px;
    padding: 10px;
    border-radius: 10px;
    height: auto;
}
.contact-form .form-group .form-control + img {
    top: 18px;
    position: absolute;
    right: 25px;
    width: 16px;
    height: 16px;
}
.contact-form .form-group .mail--img {
    height: 12px !important;
    width: 16px !important;
    top: 18px !important;
}
.contact-form .form-group select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 8px) !important;
}
.contact-form .submit--btn {
    width: 200px;
    border: 3px solid #000;
    color: #000;
    font-weight: 700;
    background: 0 0;
    padding: 10px 5px;
    margin: 5px auto 0;
    display: block;
}
.contact-form .submit--btn:hover {
    -webkit-transform: scale(1.09) !important;
    transform: scale(1.09) !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
.follow-us {
    margin-bottom: 100px;
    background: #e7e7e8;
    padding: 50px 0;
    position: relative;
}
.follow-us-bg {
    position: absolute;
    top: -75px;
    left: 0;
    max-width: 450px;
}
.contact-box__head::after,
.follow-us__head::after {
    height: 8px;
    -webkit-transform: translate(-50%, -50%);
    top: 100%;
    background: #dfa015;
    content: "";
}
.follow-us__head {
    font-size: 72px;
    padding-bottom: 15px;
    position: relative;
}
.follow-us__head::after {
    position: absolute;
    width: 160px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.follow-us__social__media {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px 0;
}
.follow-us__social__media li {
    width: 65px;
    padding: 5px;
}
.contact-box {
    margin-bottom: 125px;
}
.contact-box__head {
    font-size: 72px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 60px;
}
.contact-box__head::after {
    position: absolute;
    width: 160px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contact-box-info {
    margin: 50px 0;
    background: #201f1f;
    padding: 40px 10px;
    color: #fff;
    position: relative;
    min-height: 240px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-box-info:hover {
    cursor: pointer;
    background: #2a2a2a;
    color: #fff;
}
.contact-box-info:hover .contact-box-info-mobileIcon {
    background: #fff;
    border: 3px solid #dfa015;
    color: #dfa015;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-box-info h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0;
    font-family: Raleway-Regular;
}
.contact-box-info-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.contact-box-info-mobileIcon {
    background: #dfa015;
    width: 80px;
    height: 80px;
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contact-box-info-mobileIcon span {
    font-size: 40px;
    margin: 5px auto;
    display: block;
    text-align: center;
}
.opening-hours p,
.our-location p {
    margin-bottom: 0;
}
.contact-box-info-mobile p {
    text-align: center;
}
.contact-box-info-mobile p:first-child {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}
.contact-box-info-mobile p:last-child {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
}
.opening-hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.our-location {
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .contact-box-info-mobile p:first-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 0;
    }
    .contact-box-info-mobile p:last-child {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media screen and (max-width: 991px) {
    .follow-us-bg {
        display: none;
    }
    .contact-box,
    .contact-form,
    .follow-us {
        margin: 50px 0 100px;
    }
}
@media screen and (max-width: 767px) {
    .contact-banner-txt h1 {
        font-size: 80px;
    }
    .contact-box,
    .contact-form,
    .follow-us {
        margin: 35px 0 75px;
    }
}
@media screen and (max-width: 575px) {
    .contact-banner {
        height: 550px;
    }
    .contact-banner-txt h1 {
        font-size: 50px;
        padding: 70px 0 80px 50px;
    }
    .contact-box__head,
    .contact-form__head,
    .follow-us__head {
        font-size: 50px;
    }
    .contact-box,
    .contact-form,
    .follow-us {
        margin: 25px 0 50px;
    }
}
.mrg--Top--60 {
    margin: 0 0 30px;
    padding: 60px 0;
}
.mrg--btm--100 {
    margin-bottom: 100px;
}
.team-banner {
    background-image: url(../img/our-team.jpg);
    background-size: cover;
    height: 750px;
    margin-top: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.team-banner::after {
    content: "";
    width: 100%;
    height: 300px;
    z-index: 0;
    bottom: -270px;
    background-color: #fffbf5;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.team-banner-txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.team-banner-txt {
    position: relative;
}
.team-banner-txt::after,
.team-banner-txt::before {
    width: 20px;
    content: "";
    height: 50px;
    background-color: #fff;
    position: absolute;
    left: 59%;
}
.team-banner-txt::after {
    top: 155px;
}
.team-banner-txt h1 {
    font-size: 100px;
    font-weight: 600;
    text-align: center;
    color: #dfa015;
    line-height: 47px;
    padding: 70px 0 80px 80px;
}
.team-banner-txt h1::after {
    border-left: 20px solid;
    border-top: 20px solid;
    border-bottom: 20px solid;
    content: "";
    position: absolute;
    display: inline-block;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    border-color: #fff;
}
.services-banner::after,
.team-member .line::after {
    width: 100%;
    content: "";
}
.team-banner-btn {
    text-align: center;
    margin-top: 25px;
}
.team-banner-btn:hover {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.banner::after,
.services-banner::after {
    bottom: -270px;
    -webkit-transform: skewY(-5deg);
}
.team-member .line {
    position: relative;
}
.team-member .line::after {
    position: absolute;
    height: 1px;
    top: 0;
    background: #000;
}
.team-member-profileWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.team-member-socialmediaIcons ul {
    list-style: none;
}
.team-member-socialmediaIcons ul li a img {
    width: 40px;
    padding: 10px 5px;
}
.team-member-img {
    width: 250px;
}
.team-member-img img {
    border-radius: 50%;
    padding: 0 20px;
}
.team-member-name h3 {
    font-size: 48px;
    font-family: Raleway-Regular;
    font-weight: 600;
}
.team-member-designation h4 {
    font-size: 24px;
    font-family: Raleway-Regular;
    font-weight: 600;
    margin-bottom: 20px;
}
.team-associates {
    background: #e7e7e8;
    padding: 100px 50px;
}
.team-associates-wrap {
    padding: 30px;
    display: grid;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 10px;
    height: 100%;
    background: #fffbf5;
    -webkit-box-shadow: 0 0 2px #868282;
    box-shadow: 0 0 2px #868282;
}
.team-associates-wrap img {
    width: 100px;
    margin: auto;
    display: block;
}
.team-associates-wrap h5 {
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
}
.team-associates-info {
    padding: 25px 0 0;
    border: 1px solid #fffbf5;
    -webkit-box-shadow: 0 0 2px #868282;
    box-shadow: 0 0 2px #868282;
    border-radius: 10px;
    max-width: 500px;
    margin: auto;
}
.team-associates-info h6 {
    font-size: 20px;
    padding: 25px;
    text-align: center;
    margin: 16px 0 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fffbf5;
}
.team-associates-info img {
    margin: auto;
    display: block;
    border-radius: 15px;
}
.technical-associates {
    position: relative;
    padding: 100px 50px;
}
.technical-associates-wrap h5 {
    margin-bottom: 25px;
}
.technical-associates-info {
    padding: 25px 0 0;
    border: 1px solid #fffbf5;
    -webkit-box-shadow: 0 0 2px #868282;
    box-shadow: 0 0 2px #868282;
    border-radius: 10px;
    background: #fff;
}
.technical-associates-info h6 {
    font-size: 20px;
    padding: 25px;
    text-align: center;
    margin: 16px 0 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #e7e7e8;
}
.technical-associates-info img {
    margin: auto;
    display: block;
    border-radius: 15px;
}
@media screen and (max-width: 1199px) {
    .mrg--btm--30 {
        margin: 0 0 30px;
    }
}
@media screen and (max-width: 991px) {
    .mrg--Top--60,
    .mrg--btm--30 {
        margin: 0 0 30px;
    }
    .mrg--Top--60 {
        padding: 30px 0;
    }
    .team-member-detailsWrap {
        text-align: center;
        margin-top: 30px;
    }
    .mrg--btm--100 {
        margin-bottom: 50px;
    }
    .technical-associates h5,
    .technical-associates p {
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .team-banner-txt h1 {
        font-size: 80px;
    }
}
@media screen and (max-width: 575px) {
    .team-banner {
        height: 550px;
    }
    .team-banner-txt h1 {
        font-size: 48px;
        padding: 70px 0 80px 50px;
    }
    .team-member-socialmediaIcons {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .team-member-socialmediaIcons ul {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 1rem 0;
    }
    .team-member-name h3 {
        font-size: 36px;
    }
    .team-member-designation h4 {
        font-size: 20px;
    }
    .team-associates {
        padding: 50px 0;
    }
    .technical-associates {
        padding: 50px 0 25px;
    }
}
.float--clear {
    content: "";
    clear: both;
    display: table;
}
.services-banner {
    background-image: url(../img/services-banner.jpg);
    background-size: cover;
    height: 850px;
    margin-top: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.services-banner::after {
    height: 300px;
    z-index: 0;
    background-color: #fffbf5;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.services-banner-txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.services-banner-txt {
    position: relative;
}
.services-banner-txt::after,
.services-banner-txt::before {
    width: 20px;
    content: "";
    height: 50px;
    background-color: #fff;
    position: absolute;
    left: 59%;
}
.about,
.banner::after,
.services-intro {
    background-color: #fffbf5;
}
.services-banner-txt::after {
    top: 155px;
}
.services-banner-txt h1 {
    font-size: 100px;
    font-family: Raleway-Regular;
    font-weight: 600;
    max-width: 835px;
    text-align: center;
    color: #dfa015;
    line-height: 47px;
    padding: 70px 0 80px 80px;
    letter-spacing: 1px;
}
.logo a img,
.services-intro-head-img img,
.services__menu__tab li a img {
    max-width: 100%;
}
.services-banner-txt h1::after {
    border-left: 20px solid;
    border-top: 20px solid;
    border-bottom: 20px solid;
    content: "";
    position: absolute;
    display: inline-block;
    width: 60%;
    height: 100%;
    top: 0;
    left: 0;
    border-color: #fff;
}
.services-banner-btn {
    text-align: center;
    margin-top: 25px;
}
.services-banner-btn:hover {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.services-intro {
    padding: 62px 0 125px;
    position: relative;
    z-index: 999;
}
.services-intro .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.services-intro-head {
    position: relative;
}
.services-intro-head h2 {
    color: #000;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}
.services-intro-head-img {
    position: absolute;
    top: -35px;
    left: -30px;
    width: 120px;
}
.services-intro a img {
    padding: 5px;
}
.services-img .container-fluid {
    position: relative;
}
.services-img__chef {
    position: absolute;
    z-index: 1;
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 650px;
}
.services__img {
    max-height: 650px;
    width: 100%;
    height: 100%;
}
.nav-tabs .nav-link {
    border: none;
}
.nav-tabs {
    border-bottom: none;
}
.services__menu__tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.services__menu__tab li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.services__menu__tab li:last-child {
    background-color: #e7e7e8;
}
.services__menu__tab li:last-child .active {
    background: 0 0 !important;
    border: none !important;
    color: #dfa015 !important;
    position: relative;
}
.services__menu__tab li:last-child .active::after {
    position: absolute;
    content: "";
    top: 106%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 40px;
    z-index: 1;
    border-top: solid 45px #e7e7e8;
    border-left: solid 60px transparent;
    border-right: solid 60px transparent;
}
.services__menu__tab li a:hover,
a:hover {
    -webkit-transform: scale(1.09) !important;
}
.services__menu__tab li a {
    padding: 80px 0;
}
.services__menu__tab li a img {
    max-height: 120px;
}
.existing-stage-three-contents p,
.newbus-stage-one-contents p,
.newbus-stage-three-contents p,
.newbus-stage-two-contents p {
    max-width: 650px;
    margin: 15px 0;
}
.services__menu__tab li a:hover {
    border: none;
    background: 0 0;
    border-color: none !important;
    -webkit-transform: scale(1.09) !important;
    transform: scale(1.09) !important;
}
.services__menu__tab li .active {
    background: 0 0 !important;
    border: none !important;
    color: #dfa015 !important;
    position: relative;
}
.services__menu__tab li .active::after {
    position: absolute;
    content: "";
    top: 106%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 40px;
    z-index: 1;
    border-top: solid 45px #fffbf5;
    border-left: solid 60px transparent;
    border-right: solid 60px transparent;
}
.services__menu__tab li .active:hover {
    -webkit-transform: none !important;
    transform: none !important;
}
.newbus-stage-one {
    background: url(../img/concept.png) center no-repeat;
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
}
.newbus-stage-one-contents {
    padding: 100px 0;
}
.newbus-stage-one-contents h1 {
    font-size: 30px;
}
.newbus-stage-one-contents ul li {
    font-size: 18px;
    padding: 15px 0 0;
}
.newbus-stage-three-contents h1,
.newbus-stage-two-contents h1 {
    font-size: 30px;
}
.newbus-stage-two {
    background: url(../img/operations.png) center no-repeat;
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
}
.newbus-stage-two-contents {
    padding: 100px 0;
}
.newbus-stage-two-contents ul li {
    font-size: 18px;
    padding: 15px 0 0;
}
.newbus-stage-three {
    background: url(../img/stage3.png) center no-repeat;
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
}
.newbus-stage-three-contents {
    padding: 100px 0;
}
.newbus-stage-three-contents ul li {
    font-size: 18px;
    padding: 15px 0 0;
}
.existing-stage-three {
    background: url(../img/stage3.png) center no-repeat;
    background-size: cover;
    padding-left: 30px;
    padding-right: 30px;
}
.existing-stage-three-contents {
    padding: 100px 0;
}
.existing-stage-three-contents h1 {
    font-size: 30px;
}
.stage-one__img,
.stage-three__img {
    position: absolute;
    max-width: 350px;
    z-index: 9;
}
.existing-stage-three-contents ul li {
    font-size: 18px;
    padding: 15px 0 0;
}
.stage-one__img {
    left: -74px;
    bottom: -250px;
}
.stage-three__img {
    right: -74px;
    top: -135px;
}
.services-tab + .footer::before {
    z-index: -1;
    background-color: transparent;
}
@media screen and (max-width: 1199px) {
    .newbus-stage-one-contents,
    .newbus-stage-three-contents,
    .newbus-stage-two-contents {
        max-width: 960px;
    }
    .services-img__chef {
        height: 450px;
    }
}
@media screen and (max-width: 991px) {
    .existing-stage-three-contents,
    .newbus-stage-one-contents,
    .newbus-stage-three-contents,
    .newbus-stage-two-contents {
        max-width: 720px;
    }
    .newbus-stage-one-contents ul,
    .newbus-stage-three-contents ul,
    .newbus-stage-two-contents ul {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .newbus-stage-one__list,
    .newbus-stage-three__list,
    .newbus-stage-two__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .existing-stage-three-contents ul {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .existing-stage-three__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .services-img__chef {
        height: 650px;
        top: 80%;
    }
    .services-intro {
        padding: 50px 0 100px;
    }
}
@media screen and (max-width: 767px) {
    .existing-stage-three-contents,
    .newbus-stage-one-contents,
    .newbus-stage-three-contents,
    .newbus-stage-two-contents {
        max-width: 540px;
    }
    .services-banner-txt h1 {
        font-size: 80px;
    }
    .services-img__chef {
        height: 550px;
        top: 82%;
    }
    .services-intro {
        padding: 35px 0 75px;
    }
}
@media screen and (max-width: 575px) {
    .services-banner {
        height: 550px;
    }
    .services-banner-txt h1 {
        font-size: 50px;
        padding: 70px 0 80px 50px;
    }
    .existing-stage-three-contents,
    .newbus-stage-one-contents,
    .newbus-stage-three-contents,
    .newbus-stage-two-contents {
        max-width: 100%;
    }
    .services-img__chef {
        height: 450px;
        top: 75%;
    }
    .services__menu__tab {
        position: relative;
    }
    .services__menu__tab .order-sm-2::after,
    .services__menu__tab .order-sm-2::before {
        height: calc(100% - 300px);
        width: 100%;
        background-color: #e7e7e8;
        position: absolute;
        content: "";
        z-index: -1;
    }
    .services-intro {
        padding: 25px 0 50px;
    }
}
@media screen and (min-width: 1200px) {
    .existing-stage-one-contents,
    .existing-stage-three-contents,
    .existing-stage-two-contents,
    .newbus-stage-one-contents,
    .newbus-stage-three-contents,
    .newbus-stage-two-contents {
        max-width: 1140px;
    }
}
@font-face {
    font-family: Raleway-Regular;
    src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}
* {
    outline: 0;
}
html {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    font-family: Raleway-Regular;
    background: #fffbf5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Raleway-Bold;
    font-size: 48px;
}
a,
p {
    font-size: 20px;
}
.footer a,
.footer h2 {
    font-family: Raleway-Regular !important;
}
.banner-txt h1,
header .nav-item a,
p {
    font-family: Raleway-Regular;
}
a {
    font-family: Raleway-Bold;
    text-decoration: none !important;
    color: #000;
}
.h--100 {
    height: 100%;
}
.pos--rel {
    position: relative;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}
.slick-next::before,
.slick-prev::before {
    height: 32px;
    width: 32px;
    display: block;
    content: "";
}
.slick-prev::before {
    background: url(../img/arroe-left.png) center no-repeat;
    background-size: contain;
}
.slick-next::before {
    background: url(../img/arroe-right.png) center no-repeat;
    background-size: contain;
}
#return-to-top:hover,
.nav--active:after {
    background: #dfa015;
}
.slick-slide img {
    display: block;
    margin: auto;
    border-radius: 50%;
}
a:hover {
    -webkit-transform: scale(1.09) !important;
    transform: scale(1.09) !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
    color: #dfa015 !important;
}
a:hover img {
    -webkit-transform: scale(1.09) !important;
    transform: scale(1.09) !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}
.nav--active:after {
    display: block;
    height: 2px;
    position: relative;
    top: -2px;
    content: "";
}
#return-to-top,
header {
    position: fixed;
    z-index: 9999;
}
.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button:focus {
    outline: 0;
}
#return-to-top {
    bottom: 20px;
    right: 20px;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    text-decoration: none;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner-txt-wrap,
.footer .vertical--center {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
}
#return-to-top span,
.banner-btn:hover {
    -webkit-transition: all 0.3s ease;
    color: #fff;
}
#return-to-top span {
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-head h2,
.mission h2,
.services-head h2,
.team h2,
.vision h2 {
    margin-bottom: 25px;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.bg--black,
.effect,
header .logo a {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.bg--black {
    background: #000;
}
header {
    width: 100%;
}
header .nav-item a {
    color: #fff;
    font-size: 18px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.logo a {
    width: 198px;
}
.banner::after,
.team::before {
    width: 100%;
    content: "";
}
.banner {
    background-image: url(../img/main-banner.jpg);
    background-size: cover;
    height: 750px;
    margin-top: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.banner::after {
    height: 300px;
    z-index: 0;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-5deg);
    transform: skewY(-5deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.about-head,
.about-head h2 {
    position: relative;
}
.banner-txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.banner-txt h1 {
    font-size: 35px;
    font-weight: 500;
    max-width: 835px;
    text-align: center;
    color: #fff;
    line-height: 47px;
    letter-spacing: 1px;
}
.about-head-img img,
.clients-head-img img,
.footer .footer-logo img,
.services-head-img img {
    max-width: 100%;
}
.about p,
.clients p,
.mission p,
.services p,
.team p,
.vision p {
    line-height: 38px;
}
.banner-btn {
    text-align: center;
    margin-top: 25px;
}
.banner-btn:hover {
    -webkit-transform: scale(1.09);
    transform: scale(1.09);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about {
    padding: 0 0 100px;
}
.about .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.about-head h2 {
    color: #000;
    z-index: 1;
}
.mission h2,
.mission p,
.vision h2,
.vision p {
    color: #fff;
    text-align: center;
}
.about-head-img {
    position: absolute;
    top: -35px;
    left: -30px;
    width: 120px;
}
.about a img {
    padding: 5px;
}
.mission {
    background: url(../img/missin.jpg) center no-repeat fixed #fffbf5;
    background-size: cover;
    height: 500px;
    padding: 125px 0;
}
.mission p {
    padding: 0 15px;
}
.mission .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mission-txt {
    position: relative;
}
.mission-txt::after {
    position: absolute;
    content: url(../img/right-quote.png);
    right: -25px;
    bottom: -40px;
}
.mission-txt::before {
    position: absolute;
    content: url(../img/left-quote.png);
    top: -35px;
    left: -30px;
}
.vision {
    background: url(../img/vision.jpg) center no-repeat fixed #fffbf5;
    background-size: cover;
    height: 500px;
    padding: 125px 0;
}
.vision p {
    padding: 0 15px;
}
.vision .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.vision-txt {
    position: relative;
}
.vision-txt::after {
    position: absolute;
    content: url(../img/right-quote.png);
    right: 140px;
    bottom: -40px;
}
.vision-txt::before {
    position: absolute;
    content: url(../img/left-quote.png);
    top: -35px;
    left: 160px;
}
.services,
.services-head,
.services-head h2 {
    position: relative;
}
.services {
    background-color: #fffbf5;
    padding: 125px 0;
    z-index: 999;
}
.services .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.services-head h2 {
    color: #000;
    z-index: 1;
}
.services-head-img {
    position: absolute;
    top: -35px;
    left: -30px;
    width: 120px;
}
.services a img {
    padding: 5px;
}
.team {
    padding: 125px 0;
    position: relative;
    background: url(../img/spice.png) bottom no-repeat #e7e7e8;
    background-size: 650px;
    height: 500px;
}
.team h2 {
    color: #000;
}
.team h2,
.team p {
    text-align: center;
}
.team::before {
    height: 300px;
    z-index: -1;
    top: -135px;
    background-color: #e7e7e8;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(5deg);
    transform: skewY(5deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.team a img {
    padding: 5px;
}
.clients {
    background-color: #fffbf5;
    padding: 100px 0 0;
    margin-bottom: 200px;
}
.clients .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.clients-head {
    position: relative;
}
.clients-head h2 {
    color: #000;
    margin-bottom: 25px;
    text-align: center;
}
.clients-head-img {
    position: absolute;
    top: -35px;
    left: -30px;
    width: 120px;
}
.clients p {
    text-align: center;
}
.clients a img {
    padding: 5px;
}
.footer {
    background-color: #000;
    padding: 50px 0 0;
    position: relative;
}
.footer::before {
    content: "";
    width: 100%;
    height: 220px;
    z-index: 0;
    top: 0;
    background-color: #000;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.footer .col-lg-4 {
    margin-bottom: 30px;
}
.footer .vertical--center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer a {
    color: #fff;
}
.footer .footer-logo {
    width: 250px;
}
.footer .contact h2 {
    margin-bottom: 25px;
    color: #dfa015;
    text-align: center;
}
.footer .contact ul {
    list-style: none;
    padding-left: 0;
}
.footer .contact ul li {
    text-align: center;
    margin-bottom: 15px;
}
.footer .contact ul li a img {
    width: 32px;
    padding: 0 5px 0 0;
}
.footer .helpful-links h2 {
    margin-bottom: 25px;
    color: #dfa015;
    text-align: center;
}
.footer .helpful-links ul {
    list-style: none;
    padding-left: 0;
}
.footer .helpful-links ul li {
    margin-bottom: 15px;
    text-align: center;
}
.footer .helpful-links ul li a img {
    width: 32px;
    padding: 0 5px 0 0;
}
.footer-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.footer-social-media {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 35px 0;
}
.footer-social-media li {
    width: 45px;
    padding: 5px;
}
@media screen and (min-width: 1600px) {
    .team::before {
        -webkit-transform: skewY(3deg);
        transform: skewY(3deg);
    }
    .footer::before {
        content: "";
        width: 100%;
        height: 235px;
        z-index: -1;
        top: -3px;
        -webkit-transform: skewY(-5deg);
        transform: skewY(-5deg);
    }
}
@media screen and (min-width: 992px) {
    .right--align {
        padding-right: 50px;
    }
    .left--align {
        padding-left: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .vision-txt::after {
        right: 60px;
        bottom: -45px;
    }
    .vision-txt::before {
        top: -35px;
        left: 60px;
    }
    a,
    p {
        font-size: 16px;
    }
}
@media screen and (max-width: 991px) {
    .banner-txt h1 {
        font-size: 26px;
    }
    .top--bottom--mrg {
        margin: 35px 0;
    }
    .top--space--align {
        padding-top: 50px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 40px;
    }
    #navbarSupportedContent {
        position: absolute;
        top: 90px;
        background: #292929;
        width: 100%;
        padding: 10px;
        z-index: 99;
        right: 0;
    }
    .nav--active:after {
        width: 100px;
        margin: auto;
    }
    .vision-txt::after {
        right: -25px;
        bottom: -45px;
    }
    .vision-txt::before {
        top: -35px;
        left: -30px;
    }
    header .nav-item {
        max-width: 250px;
        margin: auto;
    }
    .about {
        padding: 50px 0 100px;
    }
    .team {
        background-size: 550px;
        height: 600px;
    }
}
@media screen and (max-width: 767px) {
    .mission {
        height: 100%;
    }
    .mission-txt::after {
        right: -5px;
        bottom: -10px;
    }
    .mission-txt::before {
        top: -15px;
        left: -10px;
    }
    .about {
        padding: 35px 0 75px;
    }
    .mission,
    .services,
    .team,
    .vision {
        padding: 75px 0;
    }
    .clients {
        padding: 75px 0 0;
        margin-bottom: 125px;
    }
}
@media screen and (max-width: 575px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 36px;
    }
    a,
    p {
        font-family: Raleway-Regular;
        font-size: 16px;
    }
    a {
        font-family: Raleway-Bold;
    }
    .logo a {
        margin-right: 0 !important;
    }
    .banner {
        height: 550px;
    }
    .banner-txt h1 {
        line-height: 40px;
    }
    .about-head-img,
    .services-head-img {
        top: -20px;
        left: -15px;
        width: 80px;
    }
    .mission,
    .vision {
        height: 100%;
    }
    .mission-txt::after,
    .vision-txt::after {
        right: -5px;
        bottom: -30px;
    }
    .mission-txt::before,
    .vision-txt::before {
        top: -30px;
        left: -10px;
    }
    .about {
        padding: 25px 0 50px;
    }
    .mission,
    .services,
    .team,
    .vision {
        padding: 50px 0;
    }
    .navbar {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 1600px) {
    .clients {
        margin-bottom: 250px;
    }
}
/*# sourceMappingURL=style.css.map */
