@media (max-width: 1920px) {
	
}

@media (max-width: 1600px) {
    #header-banner .top-menu-container .top-menu-wrapper {
        width: 90%;
    }

    .content-wrapper .title {
        font-size: var(--global-font-size-typo58);
    }
}

@media (max-width: 1440px) {
    #header-banner .top-menu-container .top-menu-wrapper {
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }

	.main-menu-wrapper {
		height: calc(100vw/(1920/780));
		padding: 0 78px;
	}

	.content-wrapper {
		max-width:1000px;
	}

	.content-wrapper .title {
		font-size: var(--global-font-size-typo48);
	}

	.content-wrapper .text {
		font-size: var(--global-font-size-typo16);
		margin-top: 20px;
	}

	.sec-whoweare .title-2 {
		font-size: var(--global-font-size-typo32);
	}

	.sec-whoweare .text-italic {
		font-size: var(--global-font-size-typo24);
	}

	.sec-fullservices .why-kyg-content .title {
		font-size: var(--global-font-size-typo34);
	}

	.sec-fullservices .why-kyg-content .text {
		font-size: var(--global-font-size-typo16);
	}

    .sec-kyg-campaign .campaign-item:hover .campaign-title-overlay {
        height: 48px;
    }

    .sec-kyg-campaign .campaign-title-overlay {
        font-size: var(--global-font-size-typo18);
        padding: 0 4px;
    }
	
}

@media (max-width: 1380px) {
    #menu-primary li.menu-item {
        font-size: var(--global-font-size-typo16);
    }
}

@media (max-width: 1280px) {
	#menu-primary li.menu-item {
		font-size: var(--global-font-size-typo12);
	}

    .sec-kyg-partners .sec-kgy-partners-wrapper, 
    .sec-kyg-contact .sec-kgy-contact-wrapper {
        max-width:1000px;
    }

    .sec-footer .footer-contact .footer-content .text {
        font-size: var(--global-font-size-typo16);
    }

    .sec-footer .footer-mottos .mottos-text,
    .sec-footer .footer-contact .footer-content .title {
        font-size: var(--global-font-size-typo11);
    }

    .sec-footer .footer-contact .footer-icon i {
        font-size: 32px;
    }

    .sec-footer .footer-wrapper {
        padding: 1.5rem 38px 1rem 38px;
    }

    .sec-footer .footer-separator {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media (max-width: 1200px) {
    .content-wrapper .title {
		font-size: var(--global-font-size-typo40);
	}

	.content-wrapper .text {
		font-size: var(--global-font-size-typo14);
		margin-top: 20px;
	}

    .main-menu-wrapper .content-wrapper {
        max-width: 820px;
    }
}

@media (max-width: 1024px) {
    .main-menu-wrapper .content-wrapper {
        max-width: 760px;
    }

    .content-wrapper {
        max-width: 890px;
    }

    .content-wrapper .title {
        font-size: var(--global-font-size-typo40);
    }

    .content-wrapper .text {
        font-size: var(--global-font-size-typo14);
    }

    .btn-orange-fill {
        font-size: var(--global-font-size-typo13);
        padding: 8px 16px;
    }

    ul#menu-primary {
        display: none;
    }

    .overlay {
        position: fixed;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: var(--color-black);
        /* display: none; */
        opacity: 0.6;
        z-index: 9992;
    }

    #header-banner .top-menu-container {
        padding-top: 11px;
    }

    #header-banner .top-menu-container.fixed {
        padding-top: 21px;
    }

    .nav-background {
        position: fixed;
        top: 0;
        width: 100vw;
        background-color: white;
        /* height: calc(100vw/(1920/640)); */
        z-index: 9996;
        height: auto;
    }

    .nav-mobile .nav-mobile-header {
        padding: 21px 51px 22px 51px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-items: center;
        border-bottom: var(--color-orange) 3px solid;
    }

    .nav-mobile .nav-mobile-header .img-logo {
        justify-content: flex-start;
    }

    .nav-mobile .nav-mobile-header .nav-button {
        justify-content: flex-end;
    }

    .nav-mobile ul#menu-secondary {
        list-style: none;
        margin-top: 1.3rem;
        margin-bottom: 1.3rem;
        padding-inline-start: 0;
    }

    .nav-mobile #menu-secondary .menu-item {
        font-size: var(--global-font-size-typo22);
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 25px;
        border-bottom: #c0c0c0 1px solid;
    }

    .nav-mobile #menu-secondary .menu-item:last-child {
        border-bottom: #ffffff 0 solid;
    }

    /* .main-menu-wrapper #header-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    } */

    .top-menu-wrapper #header-menu {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #navbar-toggle {
        cursor: pointer;
        padding: 12px 36px 16px 0px;
        display: block;
    }

    #navbar-toggle span, 
    #navbar-toggle span:before, 
    #navbar-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        /* background: #ffffff; */
        background: var(--color-white);
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }

    .top-menu-container.fixed #navbar-toggle span, 
    .top-menu-container.fixed #navbar-toggle span:before, 
    .top-menu-container.fixed #navbar-toggle span:after {
        background: var(--color-orange);
    }

    #navbar-toggle span:before {
        top: -10px;
    }

    #navbar-toggle span:after {
        bottom: -10px;
    }

    #navbar-toggle.active span {
        background-color: transparent;
    }

    #navbar-toggle.active span:before,
    #navbar-toggle.active span:after {
        top: 0;
        background: var(--color-orange);
    }

    #navbar-toggle.active span:before {
        transform: rotate(45deg);
    }

    #navbar-toggle.active span:after {
        transform: rotate(-45deg);
    }

    .main-menu-wrapper {
        z-index: 9991;
    }

    .sec-kyg-partners .sec-kgy-partners-wrapper,
    .sec-kyg-contact .sec-kgy-contact-wrapper {
        max-width: 920px;
    }

    .sec-fullservices .why-kyg-content .title {
        font-size: var(--global-font-size-typo28);
    }

    .sec-fullservices .why-kyg-content .text {
        font-size: var(--global-font-size-typo14);
    }

    .sec-fullservices .why-kyg-content .pr {
        padding-right: 1rem;
    }

    .sec-fullservices .why-kyg-content .pl {
        padding-left: 1rem;
    }

    .sec-fullservices .why-kyg-content .pt {
        padding-top: 3rem;
    }

    .sec-kyg-campaign .campaign-item:hover .campaign-title-overlay {
        height: 48px;
    }

    .sec-kyg-campaign .campaign-title-overlay {
        font-size: var(--global-font-size-typo16);
        padding: 0 10px;
    }

    .sec-footer .footer-mottos .mottos-text,
    .sec-footer .footer-contact .footer-content .title {
        font-size: var(--global-font-size-typo10);
    }

    .sec-footer .footer-contact .footer-content .text {
        font-size: var(--global-font-size-typo15);
    }
}

@media (max-width: 960px) {
    .main-menu-wrapper {
        height: calc(100vw/(1920/680));
        padding: 0 55px;
    }

    .content-wrapper {
        max-width: 686px;
    }

    .sec-kyg-partners .sec-kgy-partners-wrapper,
    .sec-kyg-contact .sec-kgy-contact-wrapper {
        max-width: 820px;
    }

    .sec-footer .footer-contact {
        padding-top: 36px;
    }

    .sec-footer .footer-contact .content {
        position: relative;
    }

    .sec-footer .footer-contact .content .col-content:nth-child(2) {
        padding-left: 36px;
    }

    .sec-footer-copyright .footer-menu {
        padding-top: 16px;
    }

    .sec-footer-copyright .footer-menu ul > li {
        font-size: var(--global-font-size-typo11);
    }

    .nav-mobile .nav-mobile-header {
        padding: 21px 39px 22px 38px;
    }

    .main-menu-wrapper .content-wrapper .width-60 {
        width: 90%;
        padding-left: 4rem;
    }

    .content-wrapper .title {
        font-size: var(--global-font-size-typo40);
    }

    .content-wrapper .text {
        font-size: var(--global-font-size-typo14);
    }
}

@media (max-width: 768px) {
    .content-wrapper .title {
        font-size: var(--global-font-size-typo38);
    }

    .content-wrapper .text {
        font-size: var(--global-font-size-typo13);
        margin-top: 12px;
    }

    .content-wrapper .btn {
        margin-top: 18px;
    }

    .main-menu-wrapper .content-wrapper {
        max-width: 540px;
    }

    .main-menu-wrapper .content-wrapper .width-60 {
        width: 100%;
    }

    .sec-kyg-partners .sec-kgy-partners-wrapper,
    .sec-kyg-contact .sec-kgy-contact-wrapper {
        max-width: 95%;
    }

    .sec-whoweare .whoweare-banner {
        padding: 0 10%;
    }

    .sec-fullservices .carousel .carousel-control-next {
        right: -48px;
    }
}

@media (max-width: 480px) {
    .main-menu-wrapper {
        height: calc(100vw/(1920/1548));
        padding: 0 38px;
        top: 12px;
    }

    #header-banner {
        height: calc(100vw/(1920/1749));
        position: relative;
    }

    #header-logo .img-logo,
    .nav-mobile .nav-mobile-header .img-logo {
        width: 55px;
        height: 53px;
    }

    #header-banner .img-header-mask {
        bottom: 0;
    }

    #header-banner video {
        height: auto;
        margin-top: 0rem;
        width: 160% !important;
        margin-left: -40%;
    }

    .content-wrapper .text {
        font-size: 10px;
        margin-top: 12px;
    }

    .width-80 {
        width: 100%;
    }

    .content-wrapper .title {
        font-size: var(--global-font-size-typo28);
    }

    .btn-orange-fill {
        font-size: var(--global-font-size-typo12);
        padding: 8px 16px;
    }

    .btn-orange-fill .fa {
        font-size: 15px;
    }

    .nav-mobile .nav-mobile-header {
        padding: 21px 21px 18px 22px;
    }

    .nav-mobile ul#menu-secondary {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .nav-mobile #menu-secondary .menu-item {
        font-size: var(--global-font-size-typo18);
    }

    #header-banner .top-menu-container {
        height: 95px;
    }

    .sec-whoweare {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .sec-fullservices {
        padding-top: 88px;
        padding-bottom: 78px;
    }

    .sec-fullservices .why-kyg-header {
        padding-top: 58px;
    }

    .sec-kyg-campaign {
        padding-top: 58px;
        padding-bottom: 68px;
    }

    .sec-kyg-partners {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    .sec-kyg-contact {
        padding-top: 68px;
        padding-bottom: 68px;
    }

    .sec-kyg-contact .contact-form .pt-2-2,
    .sec-kyg-contact .contact-form .pt-4 {
        padding-top: unset !important;
    }

    .sec-kyg-contact .form-control {
        margin-bottom: 15px;
    }

    .sec-footer .footer-mottos .mottos-text {
        padding-right: unset;
    }

    .sec-footer .footer-contact .content .col-content:nth-child(2) {
        padding-left: 0px;
        padding-top: 1rem;
    }

    #scroll-up {
        right: 30px;
        bottom: 50px;
    }

    .sec-footer-copyright .footer-copyright {
        font-size: var(--global-font-size-typo10);
    }

    .sec-footer-copyright .footer-menu ul > li {
        font-size: var(--global-font-size-typo10);
    }

    .main-menu-wrapper .content-wrapper .width-60 {
        padding-left: 1rem;
    }

    .sec-fullservices .carousel .carousel-control-next {
        right: -14px;
    }

    .sec-kyg-campaign .campaign-item:hover .campaign-title-overlay {
        height: 62px;
    }

    .sec-kyg-campaign .campaign-title-overlay {
        font-size: var(--global-font-size-typo24);
        padding: 0 5px;
    }

}

@media (max-width: 390px) {
    .nav-mobile .nav-mobile-header {
        padding: 21px 19px 18px 19px;
    }

    .content-wrapper .title {
        font-size: var(--global-font-size-typo24);
    }

    .sec-kyg-campaign .campaign-title-overlay {
        font-size: var(--global-font-size-typo18);
        padding: 0 5px;
    }
}