:root {
    --color-primary: #f12a02;
    --color-darkBlue: #2c3f69;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
}


/* header */

.top-header {
    width: 100%;
    color: #575757;
    line-height: 39px;
    border: 1px solid #eee;
    background-color: white;
}

.top-header p {
    margin: 0;
    font-size: 14px;
}

.top-header .d-flex {
    justify-content: flex-end;
}

.top-header .d-flex a {
    color: #575757;
    text-align: center;
    text-decoration: none;
    margin-left: 20px;
    font-size: 14px;
}

.top-header .d-flex a i {
    margin-right: 5px;
}

.navbar-brand img {
    width: 120px;
}

.nav-link {
    color: #666666 !important;
    padding: 10px 20px !important;
    font-weight: 500;
}

.nav-item a {
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.nav-item .nav-link:hover {
    color: var(--color-primary) !important;
}

.navbar-toggler,
.navbar-toggler:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

.btn-theme {
    background-color: var(--color-primary);
    color: white;
    margin: 0 5px;
    padding: 5px 25px;
    border-radius: 4px;
    border: 2px solid #f12a02;
}

.btn-theme:hover {
    background-color: white;
    border-color: black;
}

.mobile-phone-nav {
    color: #666666;
    font-size: 22px;
    display: none;
}


/* banner */

.banner {
    width: 100%;
    padding: 110px 0 50px;
    background: url(../img/hero-img.jpg) fixed no-repeat;
    background-size: cover;
    background-position: center center;
}

.banner h1 {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.75px;
    margin-bottom: 30px;
    color: var(--color-darkBlue);
}

.banner ul {
    padding: 1.5rem;
    margin-bottom: 40px;
}

.banner ul li {
    font-size: 1.125rem;
    margin-bottom: 15px;
    list-style: circle;
}

.banner ul li::marker {
    font-size: 1.5rem;
}

.banner .banner-form {
    background-color: var(--color-darkBlue);
    padding: 45px 30px 30px;
    margin: 0 20px 0 50px;
    border-radius: 6px;
}

.banner .banner-form h5 {
    font-weight: 600;
    margin-bottom: 30px;
    color: white;
    font-size: 1.375rem;
    letter-spacing: -0.5px;
}

.banner .banner-form .form-control {
    height: 52px;
    font-size: 17px;
    font-weight: 300;
    padding: 4px 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: none;
}

.banner .banner-form select.form-control {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    appearance: none;
}

.banner .banner-form .btn-theme {
    height: 52px;
    margin: 0;
    text-transform: uppercase;
}

.banner .banner-form .btn-theme:hover {
    background-color: transparent;
    border-color: white;
    color: white;
}


/* Showcase */

.showcase {
    width: 100%;
    padding: 45px 0;
    background-color: var(--color-darkBlue);
    text-align: center;
}

.showcase p {
    margin: 0;
    color: white;
    font-size: 1.625rem;
}

.showcase a {
    color: white;
}


/* services */

.services {
    width: 100%;
    padding: 100px 0 70px;
    text-align: center;
    background-color: white;
}

.services .text {
    margin-bottom: 60px;
}

.services .text h1 {
    color: var(--color-darkBlue);
    font-size: 3.25rem;
    margin: 0;
}

.services .text p {
    color: #888;
    font-size: 1.15rem;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 20%;
}

.services .card {
    border: 1px solid #e5e5e5;
    padding: 30px 25px;
    border-radius: 6px;
    margin-bottom: 30px;
    text-align: left;
    transition: all 300ms ease-in-out;
}

.services .card:hover {
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.services.about-services {
    background-color: #f8f9fb;
}

.services.about-services .text h1 {
    color: #222;
}

.services.about-services .card {
    padding: 30px 25px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.services.about-services .card a,
.services.about-services .card a i {
    color: #aaa;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.services.about-services .card a i {
    font-size: 1.2rem;
    margin: 0;
    line-height: 0;
    margin-left: 5px;
}

.services.about-services .card:hover {
    background-color: var(--color-darkBlue);
    border-color: var(--color-darkBlue);
}

.services .card a {
    text-decoration: none;
}

.services .card i {
    font-size: 3.75rem;
    color: var(--color-primary)
}

.services .card .card-body {
    padding: 0;
}

.services .card a .card-body h5,
.services .card .card-body h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    color: var(--color-darkBlue);
}

.services.about-services .card:hover .card-body h5,
.services.about-services .card:hover .card-body p,
.services.about-services .card:hover .card-body a,
.services.about-services .card:hover .card-body a i {
    color: white;
}

.services .card a .card-body p,
.services .card .card-body p {
    color: #757575;
    margin-bottom: 0;
    font-weight: 300;
}

.line {
    width: 100%;
    height: 2px;
    border-top: 2px dashed #e3e3e6;
}


/* about */

.about {
    width: 100%;
    padding: 100px 0 60px;
}

.about .about-img {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
}

.about .about-img .video-square {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    padding: 30px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 6px;
}

.about .about-img .video-square a i {
    font-size: 72px;
    color: var(--color-primary);
}

.about .about-txt {
    padding: 0 20px;
    margin-bottom: 40px;
}

.about .about-txt span.small {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.5px;
    margin-bottom: 25px;
    color: #aaa;
}

.about .about-txt h3 {
    font-size: 2.75rem;
    margin-bottom: 30px;
    color: var(--color-darkBlue);
    letter-spacing: -0.5px;
}

.about .about-txt ul {
    padding: 0;
    padding-left: 15px;
}

.about .about-txt ul li {
    font-size: 1.05rem;
    margin-bottom: 15px;
    list-style: circle;
}

.about .about-txt ul li::marker {
    font-size: 1.1rem;
}

.consultant {
    width: 100%;
    padding: 100px 0 80px;
}

.consultant .text {
    margin-bottom: 60px;
}

.consultant h1 {
    font-size: 2.75rem;
    color: #222;
    letter-spacing: -0.5px;
}

.consultant .text p {
    color: #888;
    font-weight: 300;
    font-size: 1.15rem;
    margin-top: 20px;
    margin-bottom: 0;
}

.consultant h5 {
    font-size: 1.375rem;
    color: #222;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}

.consultant .list-unstyled li {
    margin-bottom: 10px;
}

.consultant .list-unstyled a {
    color: #333;
    text-decoration: none;
}

.about-visa {
    width: 100%;
    padding: 50px 0;
}

.about-visa .nav-tabs {
    border: none;
    justify-content: center;
}

.about-visa .nav-tabs .nav-link {
    border: 0;
    border-bottom: 2px solid #fff;
}

.about-visa .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--color-primary);
}

.partners {
    width: 100%;
    padding: 100px 0;
}

.partners p {
    font-size: 1.25rem;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
    color: #757575;
}

.advisor {
    padding-bottom: 0;
    background: url(../img/hero-img.jpg) fixed no-repeat;
    background-size: cover;
    background-position: center center;
}

.advisor .about-img {
    margin-bottom: 0;
    padding-right: 20px;
}

.advisor .btn-theme {
    margin-top: 25px;
    padding: 15px 35px;
}

.counter {
    width: 100%;
    padding: 100px 0 60px;
    text-align: center;
    background-image: url(../img/blue-map.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed !important;
    background-size: cover;
    color: white;
}

.counter p {
    margin-bottom: 60px;
    padding: 0 20%;
}

.counter .counter_item {
    background-color: #fbfcfd;
    border: 1px solid #e5e5e5;
    padding: 40px 35px;
    border-radius: 10px;
    margin-bottom: 40px;
    color: #333;
    transition: all 300ms ease-in-out;
}

.counter .counter_item i {
    font-size: 3.75rem;
}

.counter .counter_item h2 {
    font-size: 3rem;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 10px;
    color: var(--color-primary);
}

.counter .counter_item p {
    margin: 0;
    padding: 0;
    font-size: 1.15rem;
    font-weight: 300;
}

.clients {
    width: 100%;
    padding: 100px 0 100px;
    background-color: #f8f9fb;
    background-image: url(../img/hero-img.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.clients .text {
    margin-bottom: 60px;
}

.clients .text h1 {
    font-size: 3.25rem;
    color: #222;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-bottom: 0;
}

.clients .text p {
    color: #888;
    font-size: 1.15rem;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 300;
}

.clients .swiper {
    width: 100%;
    height: 330px;
}

.clients .swiper .swiper-button-prev,
.clients .swiper .swiper-button-next {
    top: 90%;
    font-size: 14px;
}

.clients .swiper .swiper-button-prev::after,
.clients .swiper .swiper-button-next::after {
    font-size: 18px;
    color: #333;
}

.clients .swiper .swiper-button-prev {
    left: 47%;
}

.clients .swiper .swiper-button-next {
    right: 47%;
}

.clients .swiper .swiper-slide .card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    margin: 10px auto;
}

.opporunities {
    width: 100%;
    padding: 100px 0 40px;
    background-image: url(../img/tra-map.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed !important;
    background-size: cover;
    background-color: #f8f9fb;
}

.opporunities .text {
    margin-bottom: 60px;
    text-align: center;
}

.opporunities .text h1 {
    color: #2c3f69;
    font-size: 3.25rem;
    letter-spacing: -0.5px;
    line-height: 1;
    margin-bottom: 0;
}

.opporunities .text p {
    color: #888;
    font-size: 1.15rem;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 300;
}

.opporunities .d-flex {
    align-items: center;
    margin-bottom: 20px;
}

.opporunities .d-flex img {
    width: 60px;
    margin-right: 15px;
    object-fit: contain;
}

.opporunities a {
    color: #333;
    text-decoration: none;
}

.faq {
    background-color: #fff;
    background-image: none;
    padding-bottom: 50px;
}

.faq .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.faq .accordion-item ul li {
    list-style: circle;
    margin-bottom: 10px;
}

.accordion-button:not(.collapsed),
.accordion-button {
    background-color: #f6f7f9;
    color: #2c3f69;
    border: 1px solid #f6f7f9;
    box-shadow: none !important;
}

.page_title {
    width: 100%;
    padding: 15px 0;
    background-color: var(--color-darkBlue);
}

.page_title p,
.page_title p a {
    margin: 0;
    color: white;
    text-decoration: none;
}

.page_title p i {
    margin: 0 10px;
}

.contact-section {
    width: 100%;
    padding: 100px 0 80px;
    background: #f8f9fb;
}

.contact-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}

.contact-section .section-title h1 {
    color: #222;
    font-weight: 400;
    letter-spacing: -0.5px;
    font-size: 3.25rem;
    line-height: 1;
    margin-bottom: 0;
}

.contact-section .section-title p {
    color: #888;
    font-size: 1.15rem;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0 5%;
    font-weight: 300;
}

.contact-section .contact-info {
    background-color: #fff;
    border: 1px solid #eef2f5;
    border-radius: 6px;
    margin-right: 45px;
    padding: 45px 35px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.contact-section .contact-info .contact-box {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    display: flex;
    margin-bottom: 25px;
}

.contact-section .contact-info .contact-box:nth-child(3) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-section .contact-info .contact-box .contact-box-icon {
    width: 78px;
    height: 78px;
    font-size: 24px;
    margin-right: 20px;
    line-height: 45px;
    background-color: #c5d2dc;
    border: 16px solid #eef2f5;
    text-align: center;
    border-radius: 100%;
    color: white;
}

.contact-section .contact-info .contact-box .contact-box-txt h5,
.contact-section .contact-info .contact-box .contact-box-txt h5 a {
    font-size: 1.1rem;
    letter-spacing: -0.5px;
    margin-bottom: 2px;
    color: #222;
    text-decoration: none;
}

.contact-section .contact-info .contact-box .contact-box-txt p {
    color: #999;
    color: #aaa;
    margin-top: 0;
    font-weight: 400;
    margin-bottom: 0;
}

.contact-section .contact-form .form-control {
    height: 58px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 0 0;
    color: #444;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 22px;
    border-radius: 4px;
    transition: all 450ms ease-in-out;
}

.contact-section .contact-form .form-control:focus {
    outline: 0px none;
    background-color: #fff;
    border-color: #f5f5f5;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.contact-section .contact-form textarea.form-control {
    min-height: 200px;
    padding: 20px 15px;
}

.contact-section .contact-form .btn-theme {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-size: 14px;
}

.map-section {
    background: #f8f9fb;
}


/* Services */

.services .services_items {
    padding: 50px 30px;
    text-align: center;
}

.services .services_items i {
    margin-bottom: 25px;
    color: #333;
    font-size: 4.5rem;
}

.services .services_items a .card-body h5 {
    color: #222;
}

.ad-services {
    width: 100%;
    padding: 100px 0;
    background-image: url(../img/cons-img.jpg);
    background-position: center center;
    color: white;
}


/* Footer */

footer {
    width: 100%;
    padding: 100px 0 40px;
    background-image: url(../img/blue-map.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed !important;
    background-size: cover;
}

footer h5 {
    font-weight: 800;
    margin-bottom: 30px;
    font-size: 1.25rem;
    color: #fff;
    letter-spacing: -0.5px;
}

footer .logo {
    width: 180px;
}

footer p,
footer p a,
.footer-links a {
    font-size: 1rem;
    margin-bottom: 4px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a:hover,
footer p a:hover {
    color: var(--color-primary);
}

footer input:focus {
    border-color: var(--color-primary) !important;
    box-shadow: none !important;
}

footer .bottom-footer {
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

footer .bottom-footer p {
    font-size: 1.05rem;
}

footer .bottom-footer .social-icons a {
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 20px;
    transition: 0.5s ease;
}

footer .bottom-footer .social-icons a:hover {
    color: white;
}

footer .bottom-footer .social-icons a:nth-child(1):hover {
    background-color: #1877F2;
}

footer .bottom-footer .social-icons a:nth-child(2):hover {
    background-color: #1DA1F2;
}

footer .bottom-footer .social-icons a:nth-child(3):hover {
    background-color: #E4405F;
}

footer .bottom-footer .social-icons a:nth-child(4):hover {
    background-color: #0A66C2;
}

.social-icons-mob {
    position: fixed;
    right: -45px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s ease;
}

.social-icons-mob a {
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    font-size: 20px;
    margin: 5px 0;
    background-color: #ff6445;
    transition: 0.5s ease;
}

.social-icons-mob a:nth-child(1) {
    background-color: #1877F2;
}

.social-icons-mob a:nth-child(1):hover {
    background-color: var(--color-primary);
}

.social-icons-mob a:nth-child(2):hover {
    background-color: #E4405F;
}

@media only screen and (max-width: 991px) {
    .top-header {
        display: none;
    }
    .mobile-phone-nav {
        display: inline-block;
    }
    .nav-link {
        padding: 10px 10px !important;
    }
    .banner {
        padding: 80px 0 40px;
        text-align: center;
    }
    .banner h1 {
        font-size: 2.85rem;
        margin-bottom: 20px;
    }
    .banner ul li {
        font-size: 1.066rem;
        margin-bottom: 10px;
        padding: 0 10%;
        list-style: none;
    }
    .banner .banner-form {
        padding: 40px 35px 25px;
        margin: 0 10%;
    }
    .showcase p {
        font-size: 1.55rem;
    }
    .services {
        padding: 80px 0 50px;
    }
    .services .text {
        margin-bottom: 50px;
    }
    .services .text h1 {
        font-size: 2.15rem;
    }
    .services .text p {
        font-size: 1.05rem;
        margin-top: 15px;
        padding: 0 10%;
    }
    .services .card i {
        font-size: 3rem;
    }
    .services .card a .card-body h5 {
        font-size: 1.3rem;
    }
    .services .card a .card-body p {
        font-size: 1rem;
    }
    .about {
        padding: 80px 0 40px;
    }
    .about .about-img .video-square {
        right: -10px;
        padding: 25px;
    }
    .about .about-img .video-square a i {
        font-size: 60px;
    }
    .about .about-txt {
        padding: 0px;
    }
    .about .about-txt span.small {
        font-size: 0.85rem;
    }
    .about .about-txt h3 {
        font-size: 2.1rem;
        margin-bottom: 20px;
    }
    .about .about-txt ul li {
        font-size: 1rem;
        margin-bottom: 10px;
    }
    .consultant {
        padding: 80px 0 40px;
    }
    .consultant .text {
        margin-bottom: 50px;
    }
    .consultant h1 {
        font-size: 2.1rem;
    }
    .consultant .text p {
        font-size: 1.05rem;
        margin-top: 15px;
    }
    .counter {
        padding: 80px 0 40px;
    }
    .counter p {
        margin-bottom: 50px;
        padding: 0 5%;
    }
    .counter .counter_item i {
        font-size: 3rem;
    }
    .clients {
        padding: 80px 0 80px;
    }
    .clients .text {
        margin-bottom: 50px;
    }
    .clients .text h1 {
        font-size: 2.15rem;
    }
    .clients .text p {
        font-size: 1.05rem;
        margin-top: 15px;
    }
    .opporunities {
        padding: 80px 0 20px;
    }
    .opporunities .text {
        margin-bottom: 50px;
    }
    .opporunities .text h1 {
        font-size: 2.15rem;
    }
    .opporunities .text p {
        font-size: 1.05rem;
        margin-top: 15px;
    }
    .partners {
        padding: 80px 0;
    }
    .partners p {
        font-size: 1.3rem;
    }
    .contact-section .section-title h1 {
        font-size: 2.15rem;
    }
    .contact-section .section-title p {
        font-size: 1.05rem;
        margin-top: 15px;
    }
    .contact-section .contact-info {
        background-color: transparent;
        border: none;
        margin-right: 0;
        padding: 0;
        box-shadow: 0 0;
    }
    .contact-section .contact-info .contact-box {
        border-bottom: none;
        background-color: #fff;
        border: 1px solid #eef2f5;
        border-radius: 6px;
        padding: 30px 35px 20px;
        margin-bottom: 20px;
        box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    }
    .contact-section .contact-info .contact-box:nth-child(3) {
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
    .services .services_items {
        padding: 50px 30px;
        text-align: center;
    }
    .services .services_items i {
        margin-bottom: 25px;
        color: #333;
        font-size: 4.5rem;
    }
    footer {
        padding: 80px 0 20px;
    }
    footer h5 {
        margin-bottom: 25px;
        font-size: 1.3rem;
    }
    footer p,
    .footer-links a {
        font-size: 1rem;
    }
    footer .footer-form {
        text-align: center;
    }
    footer .bottom-footer {
        justify-content: center;
    }
    footer .bottom-footer .social-icons {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .banner h1 {
        font-size: 2.5rem;
    }
    .banner ul {
        padding: 0;
    }
    .banner ul li {
        font-size: 1rem;
        padding: 0;
    }
    .banner .banner-form {
        padding: 35px 30px 20px;
        margin: 0 5%;
    }
    .banner .banner-form h5 {
        font-size: 1.25rem;
    }
    .showcase p {
        font-size: 1.45rem;
    }
    .services .text h1 {
        font-size: 1.85rem;
    }
    .services .text p {
        font-size: 1.05rem;
        margin-top: 20px;
        padding: 0;
    }
    .services .card {
        margin-bottom: 15px;
    }
    .services .card i {
        font-size: 3.5rem;
    }
    .services .card a .card-body h5 {
        font-size: 1.2rem;
    }
    .about .about-img .video-square {
        right: -5px;
        padding: 30px;
    }
    .about .about-img .video-square a i {
        font-size: 68px;
    }
    .about .about-txt h3 {
        font-size: 1.8rem;
    }
    .consultant h1 {
        font-size: 1.8rem;
    }
    .consultant .text p {
        margin-top: 20px;
    }
    .clients .text h1 {
        font-size: 1.85rem;
    }
    .clients .text p {
        margin-top: 20px;
    }
    .clients .swiper .swiper-button-prev {
        left: 42%;
    }
    .clients .swiper .swiper-button-next {
        right: 42%;
    }
    .opporunities .text h1 {
        font-size: 1.85rem;
    }
    .opporunities .text p {
        margin-top: 20px;
    }
    .partners p {
        font-size: 1.2rem;
    }
    .contact-section {
        padding: 80px 0 60px;
    }
    .contact-section .section-title {
        margin-bottom: 50px;
    }
    .contact-section .section-title h1 {
        font-size: 1.85rem;
    }
    .contact-section .section-title p {
        font-size: 1.05rem;
        margin-top: 20px;
    }
    footer h5 {
        font-size: 1.2rem;
        margin-top: 30px;
    }
    .social-icons-mob {
        right: 0;
    }
}

@media only screen and (max-width:480px) {
    .banner h1 {
        font-size: 2rem;
        letter-spacing: 0;
        margin-bottom: 20px;
    }
    .banner ul li {
        font-size: 1rem;
        padding: 0;
    }
    .banner .banner-form {
        padding: 30px 20px 15px;
        margin: 0;
    }
    .showcase p {
        font-size: 1.35rem;
    }
    .services .text h1 {
        font-size: 2.1rem;
        padding: 0 2%;
    }
    .services .text p {
        font-size: 1rem;
        padding: 0 1%;
    }
    .services .card i {
        font-size: 2.8rem;
    }
    .about .about-img .video-square {
        padding: 25px;
    }
    .about .about-img .video-square a i {
        font-size: 72px;
    }
    .about .about-txt h3 {
        font-size: 1.8rem;
    }
    .about .about-txt ul li {
        font-size: 1.05rem;
        margin-bottom: 15px;
    }
    .consultant h1 {
        font-size: 2.1rem;
    }
    .consultant .text p {
        font-size: 1rem;
    }
    .clients .text h1 {
        font-size: 2.1rem;
    }
    .clients .text p {
        margin-top: 20px;
        padding: 0 1%;
    }
    .opporunities .text h1 {
        font-size: 2.1rem;
        line-height: 1.2;
        padding: 0 2%;
    }
    .contact-section {
        padding: 80px 0 60px;
    }
    .partners .border-end {
        border-bottom: 1px solid #dee2e6!important;
    }
    .contact-section .section-title {
        margin-bottom: 50px;
    }
    .contact-section .section-title h1 {
        font-size: 2.1rem;
        line-height: 1.2;
        padding: 0 2%;
    }
    .contact-section .section-title p {
        font-size: 1rem;
    }
    .contact-section .contact-form .form-control {
        height: 50px;
    }
}

@media only screen and (max-width:321px) {
    .contact-section .contact-info .contact-box {
        flex-wrap: wrap;
        padding: 30px 18px 20px;
    }
}