/*
Theme Name: APT Transcriptions Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: aptt
Version: 1.0
*/
/** Global Header */
.global-header-section .breadcrumbs,
.global-header-section .breadcrumbs a {
    font-size: 14px;
    color: #ffffff;
}
.global-header-section .breadcrumbs a:hover {
    color: #f05483;
}
.global-header-section h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 634px;
}
.global-header-section p {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    max-width: 744px;
}


/** Global Link */



/** Global Form */
.gform_required_legend {
    display: none;
}
form.form-default .gfield_label {
    font-weight: 500;
    margin-top: 0 !important;
    margin-bottom: 9px !important;
}
form.form-default .gform_fields {
    row-gap: 45px;
}
form.default-form .ginput_container input[type="text"],
form.default-form .ginput_container input[type="email"],
form.default-form .ginput_container input[type="tel"],
form.default-form .ginput_container input[type="file"],
form.default-form .ginput_container textarea,
form.default-form .ginput_container select {
    font-size: 16px;
    line-height: 24px;
    background-color: #E7E8E2;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}
form.default-form .ginput_container input[type="text"]:focus,
form.default-form .ginput_container input[type="email"]:focus,
form.default-form .ginput_container input[type="tel"]:focus,
form.default-form .ginput_container input[type="file"]:focus,
form.default-form .ginput_container textarea:focus,
form.default-form .gform_footer input:focus {
    outline: none;
}
form.default-form .ginput_container input[type="text"],
form.default-form .ginput_container input[type="email"],
form.default-form .ginput_container input[type="tel"],
form.default-form .ginput_container input[type="file"],
form.default-form .ginput_container select,
form.default-form .gform_footer input {
    padding: 15px 20px;
    min-height: 50px;
}
form.default-form .ginput_container textarea {
    padding: 15px 20px;
}
form.default-form input[type="submit"] {
    min-width: 166px !important;
    min-height: 57px !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    color: #ffffff !important;
    background-color: #F05483 !important;
    font-size: 16px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
}
form.default-form input[type="submit"]:hover,
form.default-form input[type="submit"]:focus,
form.default-form input[type="submit"]:active {
    background-color: #930341 !important;
}
.gform_validation_errors {
    margin-top: 50px !important;
    margin-bottom: 25px !important;
}
#clientarea-section1 .gform_validation_errors {
    margin-top: 0 !important;
}
form.default-form .gfield_validation_message {
    font-size: 14px;
    color: #FF6262;
    margin-top: 5px !important;
}
form.default-form .gfield_error input[type="text"],
form.default-form .gfield_error input[type="email"],
form.default-form .gfield_error input[type="tel"],
form.default-form .gfield_error select,
form.default-form .gfield_error textarea {
    border: 2px solid #FF0000;
}


/** Global button */
.btn-default {
    font-size: 16px !important;
    font-weight: 500 !important;
    min-width: 160px;
    padding: 17.5px 15px !important;
    text-align: center;
}
.btn-default span {
    transition: .3s ease color;
}
.btn-default:hover span {
    color: #FFF;
}
a.nectar-button.btn-default:hover,
input[type="submit"].gform_button:hover {
    /* margin-bottom: 0; */
    box-shadow: none;
    /* background-color: #930341 !important; */
    opacity: 1;
    box-shadow: none !important;
    /* transform: none !important;
    -webkit-transform: none !important; */
}


/** Global Section */
#global-section1 {
    margin-bottom: 0 !important;
}
#global-section1 .section-container {
    max-width: var(--container-width);
    margin-left: auto;
    margin-right: auto;
}
#global-section1 .title {
    font-family: 'Playfair Display';
    /* font-size: 35px;
    font-weight: 400;
    line-height: 45px; */
}
#global-section1 .p1 p {
    /* font-size: 16px;
    line-height: 24px; */
}
#global-section1 .nectar-flickity .cell {
    width: 290px;
}
#global-section1 .nectar-flickity .cell .wpb_content_element,
#global-section1 .material.wpb_content_element {
    margin-bottom: 0 !important;
    margin-top: 20px;
}
#global-section1 .nectar-flickity .cell img {
    /* width: 304px;
    height: 333px; */
    /* max-height: 14em; */
    max-height: 20em;
    min-height: 20em;
    width: 100%;
    transition: 0.3s ease all;
    object-fit: cover;
    border-radius: 16px;
}
#global-section1 .nectar-flickity .cell .inner-wrap > div:first-child {
    /* height: 333px; */
    max-height: 20em;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}
#global-section1 .nectar-flickity .cell .inner-wrap > div:first-child .inner {
    /* display: flex;
    align-items: center; */
    transform: translateY(2px);
    transition: transform 0.3s ease-in-out;
}
#global-section1 .nectar-flickity .cell .inner-wrap > div:first-child:hover .inner {
    transform: translateY(0);
}
#global-section1 .nectar-flickity .cell .inner-wrap > div:first-child:hover img {
    /* width: 276px;
    height: 303px; */
    transform: scale(0.9);
}
#global-section1 .nectar-flickity .cell h6 {
    /* font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 9px; */
}
#global-section1 .nectar-flickity .cell h6 a {
    color: #000000;
}
#global-section1 .nectar-flickity .cell h6 a:hover {
    color: #F05483;
}
#global-section1 .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
    margin-top: 30px;
    margin-bottom: 0;
}

#global-section2 h2.title {
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 40px;
}
#global-section2 .p-heading p {
    /* font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 24px; */
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    margin-bottom: 0;
}
#global-section2 .nectar-flickity {
    max-width: 1245px;
    margin-left: auto;
    margin-right: auto;
}
#global-section2 .nectar-flickity .cell {
    width: 414px;
}
#global-section2 .nectar-flickity .cell .nectar_icon {
    padding: 0;
    margin-bottom: 20px;
}
#global-section2 .nectar-flickity .cell > div {
    padding: 40px 32px;
    background-color: #ffffff;
    border-radius: 10px;
    height: 305px !important;
}
#global-section2 .nectar-flickity .cell .wpb_content_element {
    margin-bottom: 0;
}
#global-section2 .nectar-flickity .cell p small {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 7px;
}
#global-section2 .nectar-flickity .cell h6 {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
}
#global-section2 .nectar-flickity .cell p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}
#global-section2 .nectar-flickity .cell p:last-child {
    margin-bottom: 0;
}

#global-section4 .iwithtext {
    height: 23px;
}
#global-section4 .iwithtext:not(:last-child) {
    margin-bottom: 19px;
}
#global-section4 .iwithtext .iwt-icon,
#global-section4 .iwithtext .iwt-text {
    display: flex;
    align-items: center;
    height: 23px;
}
#global-section4 .iwithtext .iwt-icon i {
    font-size: 23px;
    color: #010101;
    height: 35px;
}
#global-section4 .iwithtext .iwt-icon i::before {
    line-height: 40px;
}
#global-section4 .iwithtext .iwt-text a {
    font-size: 18px;
    line-height: 28px;
    color: #000000;

}
#global-section4 .iwithtext .iwt-text a:hover {
    color: #F05485;
}
#global-section4 .iwithtext .iwt-icon img {
    max-width: 23px;
    margin: auto;
    margin-left: 6px;
}
#footer #global-section4 .iwithtext .iwt-icon img {
    filter: invert(1);
}

#faq-section {
    max-width: 999px;
    margin-left: auto;
    margin-right: auto;
}
#faq-section h2.title {
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 21px;
}
#faq-section .p-heading p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 654px;
    margin-bottom: 21px;
}
#faq-section .btn-default {
    font-size: 16px;
    width: 188px;
    height: 62px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    display: block;
}
/* #faq-section .btn-default:hover span {
    margin-left: 1px;
} */
#faq-section .toggles .toggle h3.toggle-title > a {
    font-family: 'Open Sans';
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    padding-top: 17px;
    padding-right: 70px;
    padding-bottom: 17px;
    padding-left: 0;
    margin-bottom: 0;
}
#faq-section .toggles .toggle.open h3.toggle-title > a {
    padding-bottom: 12px;
}
#faq-section .toggles .toggle.open h3.toggle-title > a,
#faq-section .toggles .toggle h3.toggle-title > a:hover {
    color: #930341;
}
#faq-section .toggles .toggle > div p {
    font-family: 'Open Sans';
    font-size: 16px;
}
#faq-section .toggles .toggle > div .link_wrap .link_text::after {
    border-color: #F05485;
    bottom: -5px;
}
#faq-section .toggles .toggle > .toggle-title i {
    border: 0;
}


/** Header */
#logo {
    color: #ffffff !important;
}


/** Homepage */
#hero h1,
#hero p {
    color: #ffffff;
}
/* #hero {
    height: 400px;
} */
#hero h1 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
#hero p {
    max-width: 854px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
#hero a.nectar-button {
    /* width: 166px;
    margin-left: auto;
    margin-right: auto; */
}
#hero .btn-default {
    /* background-color: #ffffff !important; */
}
#hero .btn-default span {
    /* font-size: 16px;
    line-height: 28px; */
}
#hero .btn-default:hover span {
    /* color: #ffffff !important;
    margin-top: 1px;
    margin-left: 1px;
    transition: color 0.1s ease 0.1s; */
}

#home-section1 .title1 {
    font-family: 'Playfair Display';
    /* font-size: 35px;
    font-weight: 400;
    line-height: 45px; */
    /* max-width: 524px; */
}
#home-section1 .iwithtext {
    margin-bottom: 41px;
}
#home-section1 .iwithtext .iwt-text {
    padding-left: 70px;
}
#home-section1 .iwithtext .iwt-text h6 {
    font-family: 'Open Sans';
    /* font-size: 20px;
    font-weight: 500;
    line-height: 28px; */
    margin-bottom: 15px;
}
#home-section1 .iwithtext .iwt-text p,
#home-section1 .p1 p {
    /* font-size: 16px;
    line-height: 24px; */
}

#home-section3 h2.title {
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 40px;
}
#home-section3 .p-heading p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1088px;
    margin-bottom: 0;
}
/* #home-section3 .section-container {
    max-width: calc(100% - 10%);
    margin-left: auto;
    margin-right: auto;
} */
/* #home-section3 .section-container > div {
    padding-left: 246px;
    padding-right: 246px;
} */
#home-section3 .custom-home-section-3 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
#home-section3 .custom-home-section-3 .col-container {
    width: 304px;
}
#home-section3 .custom-home-section-3 .col-container i.fa-briefcase {
    font-size: 70px;
    margin-bottom: 20px;
}
#home-section3 .custom-home-section-3 .col-container h6 {
    font-family: 'Open Sans';
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}
#home-section3 .custom-home-section-3 .col-container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

#home-section4 p.heading-p {
    /* margin-bottom: 100px; */
}
#home-section4 img.organisations-logo {
    /* width: 141px;
    height: 153px; */
    /* width: 100%; */
    max-width: 200px;
    height: 120px;
    object-fit: contain;
    /* padding: 0 30px; */
    margin: 0 30px;
}

#home-section5 .content-left h2.title {
    /* font-size: 35px;
    color: #ffffff;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 44px; */
}
#home-section5 .content-left .p-heading p {
    /* font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    max-width: 744px;
    margin-bottom: 0; */
}
#home-section5 .content-right {
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
#home-section5 .content-right .btn-default {
    /* background-color: #ffffff !important;
    width: 160px; */
}
#home-section5 .content-right .btn-default span {
    /* font-size: 16px;
    line-height: 28px; */
}
#home-section5 .content-right .btn-default:hover span {
    /* color: #ffffff !important;
    margin-top: 1px;
    margin-left: 1px;
    transition: color 0.1s ease 0.1s; */
}

/* #connect-with-us .content-left img.left-img {
    height: 915px;
    object-fit: cover;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
#connect-with-us .content-right {
    max-width: 630px;
    padding-left: 83px;
}
#connect-with-us .content-right h2.vc_custom_heading {
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 39px;
} */


/** About Us */
#aboutus-section1 .content-left img {
    border-radius: 16px;
}
#aboutus-section1 .content-right {
    padding-left: 60px;
}
#aboutus-section1 .content-right .box-container > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    gap: 26px;
}
#aboutus-section1 .content-right .box-left,
#aboutus-section1 .content-right .box-right {
    width: 414px;
    max-height: 295px;
    border-radius: 8px;
    background-color: #F0548312;
    padding: 27px 21px;
}
#aboutus-section1 .content-right .title h2 {
    line-height: 45px;
    margin-bottom: 20px;
}
#aboutus-section1 .content-right .box-container .iwithtext .iwt-icon {
    top: 7px;
}
#aboutus-section1 .content-right .box-container h6 {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 15px;
}


/** Our Services */
#ourservices-section1 .title h2 {
    font-weight: 400;
    line-height: 45px;
    max-width: 525px;
    margin-bottom: 0;
}
#ourservices-section1 .tab-container .ui-tabs-nav::after {
    background-color: rgba(147, 3, 65, 0.23);
}
#ourservices-section1 .tab-container {
    margin-top: 69px;
}
#ourservices-section1 .tab-container .tab-item a {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    padding: 10px 35px !important;
    font-weight: 500;
}
#ourservices-section1 .tab-container .tab-item.active-tab a {
    color: #ffffff;
}
#ourservices-section1 .tab-container .tab-item.active-tab a::after {
    box-shadow: none !important;
}
#ourservices-section1 .tab-container img {
    width: 594px;
    height: 335px;
    object-fit: cover;
    border-radius: 10px;
}
#ourservices-section1 .tab-container h6 {
    font-size: 25px;
    color: #000713;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 32px;
}
#ourservices-section1 .tab-container .wpb_content_element {
    margin-bottom: 0;
}
#ourservices-section1 .tab-container .list-left,
#ourservices-section1 .tab-container .list-right {
    display: inline-block;
    vertical-align: top;
    width: 203px;
}
#ourservices-section1 .tab-container .list-left ul,
#ourservices-section1 .tab-container .list-right ul {
    margin-left: 20px;
}
#ourservices-section1 .tab-container .list-left ul li::marker,
#ourservices-section1 .tab-container .list-right ul li::marker {
    color: #F05483;
}
#ourservices-section1 .tab-container .list-left ul li:not(:last-child),
#ourservices-section1 .tab-container .list-right ul li:not(:last-child) {
    margin-bottom: 20px;
}
#ourservices-section1 .tab-container .list-left {
    margin-right: 60px;
}
#ourservices-section1 .tab-container .btn-default {
    margin-top: 44px;
    width: 188px;
}
#ourservices-section1 .tab-container .btn-default span {
    font-size: 16px;
    line-height: 28px;
}

#ourclients-section1 .content-left .nectar_cascading_images .cascading-image:nth-child(1) img {
    width: 414px;
    height: 457px;
    object-fit: cover;
    border-radius: 16px;
}
#ourclients-section1 .content-left .nectar_cascading_images .cascading-image:nth-child(2) img {
    width: 293px;
    height: 324px;
    object-fit: cover;
    border-radius: 16px;
    border: 10px solid #ffffff;

}
#ourclients-section1 .content-right .title h2 {
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 50px;
}
#ourclients-section1 .content-right .p-heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 50px;
}
#ourclients-section1 .content-right .iwithtext:not(:last-child) {
    margin-bottom: 30px;
}
#ourclients-section1 .content-right .iwithtext .iwt-icon {
    top: 3px;
}
#ourclients-section1 .iwithtext .iwt-text {
    padding-left: 70px;
}
#ourclients-section1 .iwithtext .iwt-text p {
    font-size: 16px;
    line-height: 26px;
}
#ourclients-section1 .content-right .btn-default {
    font-size: 16px;
    width: 188px;
    height: 62px;
    margin-top: 50px;
}


/** Constact Us */
#contactus-section1 h2.vc_custom_heading {
    font-weight: 400;
    line-height: 45px;
}
#contactus-section1 .content-left h2.vc_custom_heading {
    margin-bottom: 29px;
}
#contactus-section1 .content-right h2.vc_custom_heading {
    margin-bottom: 31px;
}
#contactus-section1 .content-right h2.map-header {
    margin-top: 62px;
}
#contactus-section1 .content-right {
    padding-left: 110px;
    padding-right: 0;
}

/** Footer */
#footer .wpb_wrapper p {
    font-size: 18px;
    line-height: 28px;
}
#footer .vc_wp_custommenu h2.widgettitle,
#footer h6.title {
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}
#footer h6.title::after {
    content: '';
    width: 62px;
    height: 2px;
    background: #F05483;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}
#footer .vc_wp_custommenu h2::after {
    width: 62px !important;
}
#footer .iwithtext .iwt-icon i,
#footer .iwithtext .iwt-text a {
    color: #ffffff;
    opacity: 1;
}
#footer .iwithtext .iwt-text,
#footer .iwithtext .iwt-text a,
#footer li.menu-item a {
    /* font-size: 18px;
    line-height: 28px; */
}
#slide-out-widget-area li a {
    font-family: 'Open Sans' !important;
}
#footer li.primary-btn a,
#footer li.primary-btn a:before,
#slide-out-widget-area li.primary-btn a {
    background-color: transparent !important;
}
#footer li.primary-btn a:hover::before,
#slide-out-widget-area li.primary-btn a:hover::before {
    display: none;
}
#footer .iwithtext:not(:last-child) {
    margin-bottom: 23px;
}
#footer .iwithtext:last-child {
    margin-top: 28px;

}
#footer-copyright .copyright-container a,
#footer-copyright .copyright-container p {
    color: #ffffff;
}
#footer-copyright .copyright-container a:hover {
    color: #F05483;
}
#footer-copyright .content-right {
    justify-content: flex-end;
}
#footer-copyright .content-left,
#footer-copyright .content-right {
    display: flex;
    align-items: center;
    height: 90px;
}

img.team_member-image {
    min-height: 25em;
    object-fit: cover;
}

@media (max-width: 1424px) {
    #global-section1 .section-container,
    #global-section2 .p-heading {
        /* max-width: var(--mobile-container-width); */
    }
}

@media (max-width: 1420px) {
    #contactus-section1 .content-right {
        padding-left: inherit;
        padding-right: inherit;
    }
}

@media (max-width: 1368px) {
    #aboutus-section1 .content-right .box-left,
    #aboutus-section1 .content-right .box-right {
        width: 48%;
        max-width: unset;
    }
}

@media (max-width: 1000px) {
    #global-section1 .section-container,
    #global-section2 .p-heading {
        padding: 0;
    }
}

@media (min-width: 1425px) {
    #global-section1 .section-container,
    #global-section2 .p-heading {
        /* margin: 0 auto;
        padding: 0 90px; */
    }
}

@media (max-width: 1299px) {
    #global-section1 .section-container,
    #global-section2 .p-heading {
        /* width: var(--mobile-container-width); */
        /* margin-left: auto;
        margin-right: auto; */
    }
    #global-section1 .nectar-flickity {
        /* padding-left: 26px;
        padding-right: 26px; */
    }
    #global-section1 .nectar-flickity .cell {
        width: 304px;
    }
    #connect-with-us .content-right {
        padding-left: 26px;
        padding-right: 26px;
    }
    /* #home-section3 .section-container > div {
        padding-left: 60px;
        padding-right: 60px;
    } */
    #global-section1 .title {
        width: 90%;
    }
    #global-section2 .nectar-flickity {
        width: var(--mobile-container-width);
    }
}

@media (max-width: 1140px) {
    #ourservices-section1 .tab-container .list-left {
        margin-right: inherit;
    }
}

@media (max-width: 1113px) {
    #aboutus-section1 .content-right .box-left,
    #aboutus-section1 .content-right .box-right {
        width: 100%;
    }
}

@media (max-width: 999px) {
    #global-section1 .title {
        width: auto;
    }
    #home-section1 .content-right .vc_column-inner .hover-wrap-inner {
        display: flex;
        justify-content: center;
    }
    #home-section4 .heading-p {
        /* padding-left: 26px;
        padding-right: 26px; */
    }
    #home-section4 p.heading-p {
        /* margin-bottom: 50px; */
    }
    #home-section3 .section-container > div {
        /* padding-left: 26px;
        padding-right: 26px; */
    }
    #home-section3 .custom-home-section-3 {
        flex-direction: column;
        gap: 35px;
    }
    #home-section3 .custom-home-section-3 .col-container h6 {
        text-align: center;
    }
    #home-section3 .custom-home-section-3 .col-container,
    #home-section3 .custom-home-section-3 .col-container i.fa-briefcase {
        width: 100%;
    }
    #home-section4 .cell {
        width: auto;
    }
    #home-section4 img.organisations-logo {
        /* width: 100px; */
    }
    #connect-with-us .content-left img.left-img {
        height: 200px;
    }
    #connect-with-us .content-right h2.vc_custom_heading {
        margin-top: 50px;
    }
    #aboutus-section1 .content-right .title h2 {
        margin-top: 30px;
        margin-bottom: 45px;
    }
    #aboutus-section1 .content-right .title h2 {
        margin-top: 30px;
    }
    #aboutus-section1 .content-right {
        padding-left: inherit;
    }
    #ourservices-section1 .tab-container .list-left {
        margin-right: 60px;
    }
    #ourservices-section1 .tab-container img {
        width: 100%;
    }
    #global-section2 .nectar-flickity {
        margin-right: 26px;
    }
    #footer-copyright p {
        font-size: 14px;
        text-align: center;
    }
    #footer-copyright .content-left,
    #footer-copyright .content-right {
        justify-content: center;
        height: auto;
    }
    #footer-copyright .content-left {
        margin-top: 25px;
        margin-bottom: 5px;
    }
    #footer-copyright .content-right {
        margin-bottom: 25px;
    }
    #global-section2 .nectar-flickity .cell > div {
        height: auto !important;
    }
    #ourclients-section1 .content-left .nectar_cascading_images {
        margin-bottom: -20%;
    }
    #ourclients-section1 .content-right .btn-default {
        margin-top: 10px;
    }
    #footer .vc_wp_custommenu h2.widgettitle,
    #footer h6.title {
        margin-top: 25px;
    }
}

@media (max-width: 690px) {
    #hero {
        height: auto !important;
        /* padding-top: 160px !important;
        padding-bottom: 160px !important; */
    }
    #ourservices-section1 .tab-container .list-left {
        margin-right: 30px;
    }
    h2.gform_submission_error {
        margin-left: auto;
        margin-right: auto;
    }
    #footer h6.title {
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    #ourservices-section1 .tab-container .list-left {
        margin-bottom: 20px;
    }
    #global-section2 .nectar-flickity .cell {
        width: 300px;
    }
    #ourclients-section1 .content-left {
        margin-top: 32px;
    }
    #ourclients-section1 {
        margin-bottom: -8px;
    }
    #ourclients-section1 .content-left .nectar_cascading_images .cascading-image:nth-child(1) img {
        width: 331px;
        height: 366px;
    }
    #ourclients-section1 .content-left .nectar_cascading_images .cascading-image:nth-child(2) img {
        width: 234px;
        height: 259px;
    }
    #ourclients-section1 .content-right .btn-default {
        margin-top: 0;
    }
}
img.img-with-animation.logo-badge.icon-100.skip-lazy {
    height: 100px !important;
    width: 100% !important;
	background: transparent !important;
}
@media (max-width: 690px) {
	img.img-with-animation.logo-badge.icon-100.skip-lazy {
		height: 55px !important;
	}
}
#gform_submit_button_5  {
    background: #F05483 !important;
    padding: 15px 30px !important;
    border-radius: 8px;
    font-size: 16px !important;
    min-width: 150px !important;
    min-height: 55px !important;
    border: none;
    position: relative;
    overflow: hidden;
}
#gform_submit_button_5:hover,
#gform_submit_button_5:focus   {
    box-shadow: none !important;
    transform: none !important;
}
#gform_submit_button_5 span {
    z-index: 10;
}
#gform_submit_button_5  {
    /* display: inline-block; */
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background-color: #F05483 !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
}
#gform_submit_button_5:before {
    content: "";
    position: absolute;
    /* z-index: -1; */
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #930341;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#gform_submit_button_5:hover, #gform_submit_button_5:focus, #gform_submit_button_5:active {
    color: white;
}

#gform_submit_button_5:hover:before, #gform_submit_button_5:focus:before, #gform_submit_button_5:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#gform_submit_button_1, #gform_submit_button_3,
body a.nectar-button.btn-default, li.primary-btn a {
    -webkit-transform: none !important;
}
.wpb_text_column.wpb_content_element.process-title {
    min-height: 100px !important;
}
@media (max-width: 690px) {
	.wpb_text_column.wpb_content_element.process-title {
		min-height: auto !important;
	}
}