.homepage-slider {
    overflow-y: auto;
    height: 100vh;
}

.pagepiling-slider__slide {
    min-height: 100vh;
    max-height: none;
    height: 100%;
    position: relative;
}

.home-page-navigation {
    position: absolute !important;
    top: 20% !important;
    transform: none !important;
}

.home i.svg-menu svg {
    fill: #fff;
    stroke: #fff;
}

h1,
h2.heading-copy {
    line-height: 45px !important;
}

/* .slide-2 {
    background-color: #A284F5 !important;
} */

.slide-3 {
    background-color: #07C28E !important;
}

.slide-4 {
    background-color: #6060EB !important;
}

.slide-5 {
    background-color: #fa8b26 !important;
}

.slide-6 {
    background-color: #07C28E !important;
}

.slide-7 {
    background-color: #A284F5 !important;
}

.slide-8 {
    background-color: #FA8B26 !important;
}

.slide-9 {
    background-color: #0b0b0b !important;
}

.body-cover {}

.page-section {
    height: 100vh;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    background: linear-gradient(45deg, #43cea2 10%, #185a9d 90%);
    color: white;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 50%);
}

.navigation {
    position: fixed;
    left: 20px;
    max-width: 200px;
    top: 58%;
    transform: translateY(-50%);
    z-index: 90;
}

.navigation__link {
    display: block;
    color: #ddd;
    text-decoration: none;
    font-weight: 400;
}

.navigation__link:hover {}

.navigation__link.active {
    color: white;
}

.navigation a.active {
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
    height: 35px !important;
    display: block;
}

.navigation a {
    height: 60px;
    transition: all .1s ease-in-out;
    display: block;
}

.navigation a.active .sub-text,
.navigation a:hover .sub-text {
    visibility: visible;
    color: #fff;
}

.navigation li.active {
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
    height: 35px !important; 
}

.navigation a {
    font-size: 17px;
    line-height: 12px;
    color: #fff;
    font-weight: 600;
    display: block;
    position: relative;
}
.navigation.navDark a .nav-line {
    background-color: #999;
}
.navigation.navDark a.active .nav-line {
    background-color: var(--text-dark);
}
.navigation.navDark a.active .sub-text {
    color: var(--text-dark);
}
.navigation a .sub-text {
    font-size: 14px; 
    font-weight: 500;
    display: block;
    line-height: 16px;
    visibility: hidden;
    position: relative;
    top: 10px;
}

.navigation a.active .nav-line,
.navigation a:hover .nav-line {
    width: 55px;
    height: 3px;
    transition: all .3s ease-in-out;
    background-color: #2a2a2a;
    display: block;
}

.navigation a .nav-line {
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    transition: all .1s ease-in-out;
}

h1 .dot:before,
h2.heading-copy .dot:before {
    background-color: #fff !important;
    width: 15px !important;
    height: 15px !important;
}

h1 .dot,
h2.heading-copy .dot {
    bottom: 0px !important;
}

.customSelect {
    padding: 2px 4px !important;
    font-family: 'Muli', sans-serif !important;
    max-height: 45px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
    margin-left: 10px;
    color: #1A1A1A !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #fff !important;
    display: inline-block;
    background: transparent;
    width: 204px;
    margin-left: 0 !important;
}

select.customSelect.noValue,
select.customSelect option:first-child {
    color: rgba(255, 255, 255, .35) !important;
    font-weight: 400 !important;
}

.home-testimonials .apd-client-detail {
    padding-left: 0 !important;
}

select.customSelect option:not(:first-child) {
    color: #1a1a1a !important;
}

.quotes {
    top: auto !important;
}

.home-testimonials .item h2.heading-copy {
    width: 100% !important;
    margin-bottom: 10px;
    margin-top: 1px;
}

body footer .footer-locations {
    padding: 25px 20px 40px 0 !important;
}

body footer .footer-navigation ul.quickLinks {
    margin-top: 6px !important;
}

.talkTo {
    margin-bottom: 10px !important;
}

.widthFooter {
    margin-top: -5px !important;
}

ul.list-achivment li img {
    margin-top: -14px;
}

.widthFooter a {
    margin-bottom: 0 !important;
}

h5.title-footer-2.mbRelease {
    color: #ffffff !important;
    font-size: 20px;
    text-align: center;
    font-family: "Playfair Display", serif !important;
    font-weight: 800 !important;
    margin-bottom: 5px !important;
}

html body .slide-3 .client-logo img {
    height: auto !important;
    width: 100% !important;
}

.widthFooter {
    max-width: 180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

header.transparentBGAdd {
    background: rgba(255, 255, 255, 1);
    height: 70px !important;
}

a.desktop-menu__list-item-link.btn:hover,
a.desktop-menu__list-item-link.btn:focus {}

header.transparentBGAdd .desktop-menu__list-item-link {
    color: #2a2a2a !important;
}

header.transparentBGAdd li:last-child .desktop-menu__list-item-link {
    color: #fff !important;
}

.home header.transparentBGAdd i.svg-menu svg {
    fill: #2a2a2a;
    stroke: #2a2a2a;
}

header.transparentBGAdd .logo-color {
    display: block !important;
}

header.transparentBGAdd .logo-white {
    display: none !important;
}

header {
    padding-top: 0 !important;
    height: 85px !important;
}

.desktop-menu__nav .desktop-menu__list>li:nth-child(2) {
    margin-left: 45px !important;
    padding-left: 0 !important;
    height: 39px;
    display: flex;
}

@media screen and (min-width: 320px) and (max-width: 852px) {
    .slide-6 .all_things .links a {
        padding: 0 20px !important;
        margin: 0 5px !important;
    }
    .slide-5 h2.heading-copy {
        margin-left: -10px !important;
    }
    .slide-6 .tec-list.disMob .row {
        display: flex !important;
        justify-content: center !important;
    }
    .slide-2 .text-translate.active {
        transform: translateY(0) translateZ(0) !important;
    }
    body .all_things .links a {
        color: #fff !important;
        height: 42px;
        margin: 0 5px !important;
    }
    body .tec-list.disMob .row {
        display: flex !important;
        justify-content: center !important;
    }
    .navigation {
        display: none;
    }
    body .slide-8-mob .mobCapHeight {
        max-height: 62px !important;
    }
    .vertical-center {
        justify-content: center !important;
        align-items: center !important;
    }
    .home:not(.group-blog) footer {
        display: flex !important;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        padding-top: 50px !important;
    }
    .footer-copyright-bg {
        margin-bottom: 0 !important;
    }
    h1 .dot:before,
    h2.heading-copy .dot:before {
        background-color: #fff !important;
        width: 10px !important;
        height: 10px !important;
    }
    input#txt,
    input#txt1,
    input#txt2,
    input#txt3 {
        margin-bottom: 15px;
    }
    .page-section {
        height: auto !important;
    }
    .pagepiling-slider__slide {
        min-height: auto !important;
        padding-bottom: 60px !important;
        padding-top: 60px;
    }
    .slide-3 .col-md-6.custom-fullwidth-column.white-on-small h3 {
        margin-top: 0 !important;
    }
    .home .body-cover {
        height: auto !important;
    }
    .slide-1 {
        padding-top: 100px !important;
    }
    .slide-8 {
        padding-bottom: 60px !important;
    }
    .slide-5 a.btn.white-btn.mt-2 {
        margin-top: 0 !important;
        margin: 0 auto;
    }
    body .home-testimonials .client-logo img {
        width: 95px !important;
        height: 50px !important;
    }
    .home-testimonials {
        overflow: visible !important;
    }
    /* .slide-3 .home-testimonials {
        height: 300px !important
    } */
    .slide-4 .col-md-6.white-on-small,
    .slide-5 .col-md-6.white-on-small {
        margin-bottom: 0;
    }
    .slide-6 .col-md-6.white-on-small {
        margin-bottom: -8px;
    }
    
    .mobCapHeight .inputArrow {
        position: relative;
        width: 100%!important;
    }
    .home-testimonials .apd-client-text span {
        width: 100% !important;
    }
    .home-testimonials .heading-copy {
        text-align: center;
    }
    
    .slide-3 .home-testimonials .item h2.heading-copy {
        margin-bottom: 0 !important;
    }
    .slide-3 .col-md-6.white-on-small {
        height: auto !important;
        margin-top: 45px;
    }
    .slide-4 h2.heading-copy {
        margin: 10px 0 !important;
        margin-bottom: 0;
    }
    .slide-4 h3 {
        left: 17px;
        margin-top: 14px;
    }
    .slide-4 .col-md-6.custom-fullwidth-column.relative {
        margin-top: 5px;
    }
    .clipping-section.bg-3 {
        position: relative;
        top: 17px;
    }
    .slide-2 .vertical-center h3 {
        margin-top: 10px;
    }
    .home-testimonials .apd-client-text span img {
        width: 20px !important;
    }
    .slide-3 .quotes,
    .slide-4 .quotes {
        top: auto;
        left: -21px;
        display: block !important;
    }
    .page-section .slide-5 .container .row .custom-fullwidth-column:first-child {
        /* height: 140px !important; */
        margin-top: 0 !important;
    }
    .slide-5 .row {
        margin-top: 0 !important;
    }
    .slide-6 .col-md-6.custom-fullwidth-column {
        margin-top: 5px;
    }
    /* .col-md-6.custom-fullwidth-column.white-on-small h3 {
        margin-top: 22px;
    } */
    .home .slide-8 h3 {
        margin-top: 31px !important;
    }
    .slide-2 .col-md-6.custom-fullwidth-column.white-on-small h3,
    .slide-4 .col-md-6.custom-fullwidth-column.white-on-small h3 {
        margin-top: 15px !important;
    }
    .slide-5 a.btn.white-btn.mt-4 {
        margin: 0 !important;
    }
    .slide-6 .col-md-6.custom-fullwidth-column .text-translate.active {
        padding: 0 20px;
    }
    .text-translate.mtop10.active.tec-list.disMob {
        padding: 0 !important;
    }
    /* .slide-7 .col-md-6.custom-fullwidth-column.white-on-small h3 {
        margin-top: 22px !important; */
    }
    .slide-8-mob .mobCapHeight .input-cover {
        margin: 0 !important;
        height: 40px;
    }
    .section.slide-8-mob .white-btn {
        margin: 5px 0 !important;
    }
    .g-recaptcha>div {
        margin: 0 0 0 10px !important;
    }
    .slide-3 img.mtop10 {
        margin-top: 20px !important;
    }
    .apd-client-detail {
        margin-top: 20px;
    }
    /* .section .white-btn {
        margin: 30px auto 0 !important;
        left: 0;
    } */
    .slide-4 .white-btn {
        top: 0 !important;
    }
    .slide-5 .section .white-btn {
        margin-top: 10px !important;
    }
    body .slide-8 .row .custom-fullwidth-column:first-child {
        margin-top: 0 !important;
    }
    .home .clipping-section {
        transform: none !important;
    }
    .footerID .slide-9.pagepiling-slider__slide {
        padding-bottom: 0 !important;
    }
    .home:not(.group-blog) footer {
        padding-top: 20px !important;
    }
    footer .alignMobile {
        height: auto !important;
    }
    .footer-contacts.footer-copyright.padleft {}
    ul.list-achivment li img {
        margin-bottom: 0 !important;
        margin-top: -10px !important;
    }
    body .slide-8 .vertical-center {
        margin-top: 35px !important;
        margin-bottom: 0 !important;
    }
    .section.slide-1 h3 {
        margin-bottom: 0;
        margin-top: 35px;
    }
    .slide-2 .mtop20 {
        margin-top: -25px !important;
    }
    header {
        height: 73px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu div {
        font-size: 14px;
        color: #ffffff;
    }
    .menu span {
        right: 2px;
        width: 2px;
        height: 16px;
        background-color: #ffffff;
    }
    /* .section .white-btn {
        display: block;
        
        margin: 30px auto 0 !important;
    } */
}

@media screen and (min-width: 320px) and (max-width: 852px) {
    .menu {
        margin-top: 0px;
    }
    .section .white-btn {
        max-width: 100%;
    }
}

.contact-header-form #contactus .fileUpload,
.home:not(.group-blog) #contact .fileUpload {
    margin-top: -42px !important;
}

.home #contact .fileUpload #upload-text {
    max-width: 284px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.home .fileUpload input.upload {
    right: 0;
    padding-left: 280px !important;
}

@media (max-width: 1024px) {
    footer .align-items-stretch .left-border p {
        text-align: center;
    }    
}
footer .align-items-stretch .left-border p {
    padding-left: 0 !important;
    width: 100%;

}

.home-testimonials {
    padding-top: 0 !important;
}

.loader img {
    width: 100%;
    position: relative;
    display: block;
    top: 43% !important;
    max-width: 493px;
    margin: 0 auto;
    left: 12% !important;
    right: 0;
}

@media screen and (min-width: 767px) and (max-width:1024px) {
    body .col-md-6.white-on-small {
        /* height: 42vh !important; */
        text-align: center !important;
        width: 100%;
        align-items: center !important;
    }
    body .col-md-6.custom-fullwidth-column {
        /* height: 50vh; */
        text-align: center !important;
        width: 100%;
        align-items: center !important;
    }
    .navigation {
        display: none;
    }
    body .slide-8-mob .mobCapHeight {
        max-height: 62px !important;
    }
    .vertical-center {
        justify-content: center !important;
        align-items: center !important;
    }
    .home:not(.group-blog) footer {
        display: flex !important;
        flex-direction: column;
        height: 100%;
        justify-content: space-between;
        padding-top: 50px !important;
    }
    .footer-copyright-bg {
        margin-bottom: 0 !important;
    }
    h1 .dot:before,
    h2.heading-copy .dot:before {
        background-color: #fff !important;
        width: 10px !important;
        height: 10px !important;
    }
    input#txt,
    input#txt1,
    input#txt2,
    input#txt3 {
        margin-bottom: 15px;
    }
    .page-section {
        height: auto !important;
    }
    .pagepiling-slider__slide {
        min-height: auto !important;
        padding-bottom: 40px !important;
        padding-top: 40px;
    }
    .home .body-cover {
        height: auto !important;
    }
    .slide-1 {
        padding-top: 80px !important;
    }
    .slide-8 {
        padding-bottom: 80px !important;
    }
    .mobCapHeight .inputArrow::before {
        top: 14px !important;
    }
    body .home-testimonials .client-logo img {
        width: 95px !important;
        height: 50px !important;
    }
    .home-testimonials {
        overflow: visible !important;
    }
    /* .slide-3 .home-testimonials {
        height: 346px !important;
    } */
    .slide-3 .col-md-6.white-on-small {
        height: auto !important;
    }
    .slide-3 .quotes,
    .slide-4 .quotes {
        top: auto;
        left: 0;
        display: block !important;
    }
    /* body.home .slide-4 .col-md-6.white-on-small {
        height: 54vh !important;
    } */
    .page-section .slide-5 .container .row .custom-fullwidth-column:first-child {
        height: auto !important;
        margin-top: 0 !important;
    }
    /* body .slide-7 .col-md-6.custom-fullwidth-column {
        height: 38vh !important;
    } */
    .slide-5 .row {
        margin-top: 40px !important;
    }
    .slide-5 {
        padding-top: 0;
    }
    .slide-5 a.btn.white-btn.mt-4 {
        margin: 0 !important;
    }
    body .slide-8 .row .custom-fullwidth-column:first-child {
        margin-top: 0 !important;
    }
    .home .clipping-section {
        transform: none !important;
    }
    .footerID .slide-9.pagepiling-slider__slide {
        padding-bottom: 0 !important;
    }
    .home:not(.group-blog) footer {
        padding-top: 20px !important;
    }
    footer .alignMobile {
        height: auto !important;
    }
    .footer-contacts.footer-copyright.padleft {
        margin-bottom: 20px;
    }
    ul.list-achivment li img {
        margin-bottom: 0 !important;
    }
    .section.slide-1 h3 {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .slide-2 .mtop20 {
        margin-top: -25px !important;
    }
    header {
        padding-top: 0px !important;
        height: 73px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .menu div {
        font-size: 14px;
        color: #ffffff;
    }
    .menu span {
        right: 2px;
        width: 2px;
        height: 16px;
        background-color: #ffffff;
    }
}

.slide-8 .vertical-center {
    margin-top: 0 !important;
}

.col-md-6.white-on-small {}

.home .menu-item:hover .submenu {
    display: flex;
    opacity: 1;
    z-index: 10;
    height: calc(100vh - 70px);
    transform: translateY(40px);
    transition-delay: 0s, 0s, .3s;
    box-shadow: 5px 0 5px 4px rgb(0 0 0 / 7%);
}

.customSelect {
    padding: 0 10px;
    font-family: 'Muli', sans-serif !important;
    max-height: 45px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
    margin-left: 10px;
    width: 100%;
    color: #1A1A1A !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(26, 26, 26, 0.35) !important;
}

select.customSelect.noValue,
select.customSelect option:first-child {
    color: rgba(32, 35, 51, .3) !important;
}

select.customSelect option:not(:first-child) {
    color: #1a1a1a !important;
}

.container .inputs {
    height: 40px;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.container .inputs input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 2px solid gray;
    outline: none;
    font-size: 15px;
    transition: 0.3s;
    font-weight: 400;
}

.container .inputs input:focus {
    border-color: crimson;
}

.container .inputs label {
    position: absolute;
    bottom: -4px;
    left: 0;
    pointer-events: none;
    font-size: 15px;
    transition: 0.3s;
    margin-bottom: 0;
    height: 30px;
    color: rgba(255, 255, 255, 0.7) !important;
}

.container .inputs input:focus~label,
.container .inputs input:valid~label {
    transform: translateY(-24px);
    color: #2a2a2a;
}

.container .inputs input.error~label {
    transform: translateY(-24px);
}

.removeValidation.error {
    border-bottom: 1px solid #CACACA !important;
}

.container input#txt,
.container input#txt1,
.container input#txt2,
.container input#txt3 {
    color: #000;
    border-bottom: 1px solid #CACACA;
    border-width: 2px !important;
    font-weight: 600;
    letter-spacing: .05rem;
    font-size: 14px;
}

.contactPageWrapper input#txt {
    margin-left: 0 !important;
    padding-bottom: 0;
}

.select select {
    width: calc(100% - 50%);
    background: #F2F2F2 !important;
    border: 1px solid #D1D1D1 !important;
    border-radius: 6px !important;
    padding: 0 0 0 26px;
    height: 30px;
}

.contact-form-section .contact-wrapper .form-wrap {
    padding-top: 10px;
    max-width: 854px;
    width: 100%;
    margin: 0;
}

.home #contact .fileUpload #upload-text {
    font-size: 14px !important;
}

.select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.select label {
    font-size: 15px;
}

.inputDot {
    color: #fff;
}

.contact-form-section h3 {
    font-weight: 700;
    font-size: 34px;
    line-height: 45px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.contact-form-section p {
    font-size: 16px;
    line-height: 22px;
}

.contact-form-section .contact-wrapper .mobCapHeight::before {
    right: 153px;
}

.contact-form-section .contact-wrapper .mobCapHeight input {
    background: #f48827 !important;
    border: 0 !important;
}

.switchSection .switch {
    position: relative;
    display: inline-block;
    width: 77px;
    height: 34px;
}

.switchSection .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 0;
    bottom: -3px;
    background: #FFFFFF;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
    -webkit-transition: .4s;
    transition: .4s;
}

.switchSection .slider.round:before {
    border-radius: 50%;
}

.switchSection .slider.round {
    border-radius: 34px;
}

.switchSection .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #D4D4D4;
    -webkit-transition: .4s;
    transition: .4s;
    height: 20px;
}

.switchSection .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

footer .align-items-stretch .left-border p.mt-001 {
    padding-left: 26px !important;
}

.switchSection input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switchSection input:checked+.slider {
    background-color: #717171;
}

.switchSection {
    display: flex;
    margin-bottom: 0;
    flex-direction: row;
    height: 36px;
    margin-top: 10px;
}

.customSelect {
    font-size: 15px !important;
    font-weight: 600;
}

.switchSection p {
    margin-bottom: 0;
    margin-left: 15px;
    font-size: 14px;
    margin-top: -6px;
    line-height: 20px;
}

.container input.error {
    border-color: #f00 !important;
}

.pagepiling-slider__slide h1,
.pagepiling-slider__slide h2 {
    font-size: 40px !important;
    font-weight: 600;
    margin-top: 7px;
}
@media (max-width: 768px) {
    .pagepiling-slider__slide h1,
    .pagepiling-slider__slide h2 {
        font-size: 32px !important;
        line-height: 36px!important;
    }
}

.contact-form-section .contact-wrapper {
    padding-top: 60px;
}

.contact-form-section .contact-wrapper .form-wrap {
    padding-top: 20px !important;
}

.contact-banner p {
    color: #fff;
}

.contact-form-section .contact-wrapper .fileUpload #upload-text {
    color: #2a2a2a;
}

.mobCapHeight .inputArrow {
    position: relative;
    width: 260px;
    margin-top: 15px;
}



.mobCapHeight .inputArrow input {
    border: 1px solid #2a2a2a !important;
}

.mobCapHeight .inputArrow::before {
    right: 153px;
}

.mobCapHeight .inputArrow::before {
    content: none !important;
    position: absolute;
    background: url(https://web.archive.org/web/20230519063757im_/https://www.systango.com/img/arw.svg);
    width: 30px;
    height: 20px;
    top: 20px;
    right: 54px;
    background-repeat: no-repeat;
    background-size: contain;
}

.mobCapHeight input {
    height: 50px;
    max-width: 260px !important;
    width: 100%;
    background-image: url(https://web.archive.org/web/20230519063757im_/https://www.systango.com/img/arw.svg);
    background-repeat: no-repeat;
    background-position: 76% 19px;
    cursor: pointer;
}


.home #contact .fileUpload #upload-text {
    color: #fff !important;
}

.home-testimonials .client-say {
    padding-left: 0 !important;
}

ul.quickLinks>li .sublinks>li a {
    font-family: var(--global-font) !important;
}

@media screen and (min-width: 320px) and (max-width: 762px) {
    .switchSection .switch {
        width: 50px !important;
    }
    body footer .footer-locations {
        padding: 25px 0 25px 0 !important;
    }
    .footer-locations .footer-contacts {
        padding: 0 !important;
        margin-top: 0 !important;
    }
    ul.quickLinks {
        margin-bottom: 35px !important;
    }
    footer .footer-navigation {
        padding: 20px 0 0 0 !important;
    }
    .styleMobile a {
        font-size: 23px !important;
        line-height: 43px;
        font-family: "Playfair Display", serif !important;
    }
    .clipping-section.bg-8 {
        width: 100% !important;
    }
    .select {
        display: flex;
        align-items: start;
        justify-content: space-between;
        margin-top: 20px;
        flex-direction: column;
    }
    .clipping-section.bg-5 img {
        max-width: 148px !important;
    }
    .clipping-section.bg-1 img {}
    .container input#txt,
    .container input#txt1,
    .container input#txt2,
    .container input#txt3 {
        width: 100% !important;
    }
    .col-md-6.white-on-small {
        height: auto !important;
    }
    .select select {
        margin-left: 0;
        width: 100%;
    }
    .contact-form-section p {
        font-size: 13px !important;
    }
    .contact-form-section h3 {
        font-size: 25px;
    }
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        .slide-2 h2.heading-copy .dot,
        .slide-4 h2.heading-copy .dot,
        .slide-5 h2.heading-copy .dot,
        .slide-6 h2.heading-copy .dot,
        .slide-7 h2.heading-copy .dot,
        .slide-8 h2.heading-copy .dot {
            position: absolute;
            left: auto;
            bottom: -2px;
            margin-left: 7px;
            right: -13px !important;
        }
    }
}

@media (max-width:1920px) {
    .footerID .slide-9 {
        min-height: 62vh !important;
    }
    .switchSection .switch {
        width: 50px;
    }
}

@media (max-width:1700px) {
    .footerID .slide-9 {
        min-height: 69vh !important;
    }
    .switchSection .switch {
        width: 50px;
    }
}

@media (max-width:1600px) {
    .footerID .slide-9 {
        min-height: 75vh !important;
    }
    .switchSection .switch {
        width: 62px;
    }
}

.dis_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.apnd-ico {
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 0px;
}
/* .apnd-plus {
    background: url('../img/arrow-down.png');
}
.apnd-min {
    background: url('../img/arrow-down.png');
} */

.apnd-plus {
    background: url(https://web.archive.org/web/20230519063757im_/https://www.systango.com/img/file_img/home/icon-field-add.svg) center no-repeat;
}

.apnd-min {
    background: url(https://web.archive.org/web/20230519063757im_/https://www.systango.com/img/file_img/home/icon-field-remove.svg) center no-repeat;
}

.input-view {
    width: 100%;
    line-height: normal;
    padding: 8px 0px;
}

.atch-row {
    position: relative;
    min-width: 190px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.atch-row .apnd-ico {
    bottom: 7px;
    right: -6px;
    z-index: 10;
}

.atch-row .form-group {
    margin-bottom: 0;
}

.attach {
    position: relative;
    overflow: hidden;
    max-width: 250px;
    height: 30px;
    border: solid 1px rgba(204, 204, 204, 0.3);
    border-radius: 6px !important;
    background: #F2F2F2 !important;
    border: 1px solid #D1D1D1 !important;
}

.attach input[type='File'] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    font-family: 'Muli', sans-serif !important;
    font-size: 14px;
}

.attch-icon {
    width: 16px;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    background: url(https://web.archive.org/web/20230519063757im_/https://www.systango.com/img/file_img/home/icon-attach.svg) center no-repeat;
}

.non_editable_color {
    background-color: #eeeeee;
}

.not_active_elements {
    pointer-events: none;
    cursor: default;
}

.cls_select_file,
.cls_filename {
    width: calc(100% - 40px);
    display: block;
    padding: 3px 10px 3px 8px;
    font-size: 15px;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Muli', sans-serif !important;
    height: 30px;
    line-height: 25px;
}

.cls_select_file {
    color: rgba(32, 35, 51, .3) !important;
}

.cls_filename {
    color: #040a24;
}

.cls_file_close .close {
    width: 16px;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    background: url(https://web.archive.org/web/20230519063757im_/https://www.systango.com/img/file_img/home/icon-cross.svg) center no-repeat;
    opacity: 1;
    font-size: 0px;
}

.atch-view {
    display: inline-block;
    margin: 0 0 10px 0px;
}

section#atch-apnd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

label.lbl {
    font-size: 15px;
    margin-bottom: 0;
    width: calc(100% - 50%);
    margin-top: -8px;
}

.g-recaptcha iframe {
    max-width: 100%;
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: center center;
    -webkit-transform-origin: center center;
}

#rc-imageselect {
    transform: scale(0.80);
    -webkit-transform: scale(0.80);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.updateHome {
    top: 0;
    width: 100%;
    left: 0;
    text-align: left;
    display: flex;
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .slide-2 h2.heading-copy .dot,
    .slide-4 h2.heading-copy .dot,
    .slide-5 h2.heading-copy .dot,
    .slide-6 h2.heading-copy .dot,
    .slide-7 h2.heading-copy .dot,
    .slide-8 h2.heading-copy .dot {
        /* position: absolute;
        left: auto;
        bottom: -2px;
        margin-left: 7px;
        right: -20px; */
    }
}

@media screen and (min-width: 360px) and (max-width: 767px) {
    .section .text-translate p {
        font-size: 14px !important;
        text-align: center !important;
    }
    .slide-8-mob .mobCapHeight .input-cover {
        margin: 0 !important;
        height: 40px;
    }
    body .slide-8 .vertical-center {
        margin-top: 35px !important;
        margin-bottom: 0 !important;
    }
}

.mobCapHeight input:hover,
.mobCapHeight input:focus {
    border: 1px solid #fff !important;
    background-color: #ffffff !important;
    color: #2a2a2a !important;
    background-image: url(https://web.archive.org/web/20230519063757im_/https://www.systango.com/img/arw-black.svg);
}
.section .white-btn {
    max-width: fit-content!important;
}


@media screen and (min-width: 320px) and (max-width: 852px) {
    .mobCapHeight input {
        height: 50px;
        max-width: 100%!important;
        width: 100%!important;
    }
}