/*
Theme Name: Chuwa America
Theme URI: https://www.Chuwa America.com/
Author: Chuwa America
Author URI: https://www.Chuwa America.com/
Description:Chuwa America
Version: 1.0
License: Chuwa America
License URI: https://www.Chuwa America.com/
Text Domain: Chuwa America
*/


/* @font-face {
    font-family: 'proxima-nova', sans-serif;
    src: url('../Fonts/ProximaNova-Black.ttf');
    src: url('../Fonts/ProximaNova-Bold.ttf');
    src: url('../Fonts/ProximaNova-Regular.ttf');
    src: url('../Fonts/ProximaNova-Light.ttf');
    src: url('../Fonts/ProximaNovaT-Thin.ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
} */


/* CSS Tips Start

.class-name
{
animation: name duration timing-function delay iteration-count direction fill-mode;
}
@keyframes
{
    0%{}
    25%{}
    50%{}
    75%{}
    100%{}
}

CSS Tips End  */

:root {
    /* Colors: */
    --white: #ffffff;
    --black: #000000;
    --black-light: #1a3327;
    --green-color: #1D3E2E;
    --yellow-color: #fa930c;
    --gray-color: #394640;
    --bg-color: #efede6;
    --primary-color: #1370b3;
    --secondary-color: #11669e;
    /* Font/text values */
    --font-style-normal: normal;
    --font-style-italic: italic;
    --font-weight-bold: bold;
    --font-weight-300: 300;
    --font-weight-400: 400;
    --font-weight-600: 600;
    --font-weight-500: 500;
    --font-weight-normal: normal;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-22: 22px;
    --font-size-40: 40px;
    --character-spacing-0: 0px;
    --line-spacing-28: 28px;
    --line-spacing-35: 35px;
    --line-spacing-100: 100px;
}

body {
    margin: 0px;
    padding: 0px;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

* {
    min-height: 0;
    min-width: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

html,
body {
    height: calc(100% - 35px);
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}

a {
    transition: 0.3s;
    text-decoration: none;
}

.btn {
    border-radius: 50px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

img {
    max-width: 100%;
}

* {
    min-height: 0;
    min-width: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(126, 126, 126);
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(126, 126, 126);
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(126, 126, 126);
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(126, 126, 126);
}


/* CUSTOM CSS START */

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.navbar-brand img {
    max-width: 275px;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand span {
    font-size: 26px;
    font-weight: 500;
    padding-left: 10px;
    color: #fff;
}

header .navbar-nav .nav-link {
    padding: 0px 22px !important;
    color: #000 !important;
    font-size: 17px;
    line-height: 45px;
    font-weight: 500;
}

header .navbar-nav li:last-child a {
    padding-right: 0px !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .9);
    /* font-weight: 500; */
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.carousel-caption h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    text-shadow: 6px 2px 10px #000000;
}


.carousel-caption p {
    color: #FFF;
    font-size: 18px;
    max-width: 800px;
    margin: 30px auto;
    line-height: 28px;
    text-shadow: 6px 2px 10px #000000;
}

.btn-default {
    /* background: var(--primary-color); */
    background: #01a0e2;
    color: var(--white);
    font-weight: var(--font-weight-400);
}

.btn-default:hover {
    background: var(--secondary-color);
    color: var(--white);
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 15px;
    display: none;
    font-size: 20px;
    padding: 0;
    background: #135da4;
    color: #fff;
    border: none;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
}


/* Footer CSS Start */

.footer-wave {
    position: relative;
}

footer .wave {
    position: absolute;
    width: 100%;
    height: 143px;
    bottom: -5px;
    left: 0;
    background: url(../images//wave2.png);
    animation: animate 15s linear infinite;
    display: none;
}

footer .wave:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 143px;
    top: 0;
    left: 0;
    background: url(../images//wave2.png);
    opacity: 0.4;
    animation: animate-reverse 15s linear infinite;
}

footer .wave:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 143px;
    top: 0;
    left: 0;
    background: url(../images//wave2.png);
    opacity: 0.7;
    animation-delay: -5s;
    animation: animate 25s linear infinite;
}

@keyframes animate {
    0% {
        background-position: 0;
    }
    100% {
        background-position: 1360px;
    }
}

@keyframes animate-reverse {
    0% {
        background-position: 1360px;
    }
    100% {
        background-position: 0;
    }
}


/* 
footer {
    margin-top: 50px;
}
 */


/* Footer Dark Start */

.footer-dark {
    background: #124783;
    background-repeat: no-repeat;
}

.footer-dark ul.footer-link li a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-dark ul.footer-link li a:hover {
    color: #fff;
}

.footer-dark .footer-contact ul li a {
    color: #fff;
}

.footer-dark .footer-contact ul li a svg {
    fill: #fff;
}

.footer-dark h4 {
    color: #fff;
}

.footer-dark p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0px;
}

section.footer-copyright-dark {
    color: #fff;
    background: #073970;
}

section.footer-copyright-dark p a {
    color: #a5beda;
    font-weight: 600;
}


/* Footer Dark End */


/* Footer Light Start */

.footer-light {
    background: #f8f8f8;
}

.footer-light ul.footer-link li a {
    color: rgba(0, 0, 0, 0.8);
}

.footer-light ul.footer-link li a:hover {
    color: #000;
}

.footer-light .footer-contact ul li a {
    color: #000;
}

.footer-light .footer-contact ul li a svg {
    fill: #000;
}

.footer-light h4 {
    color: #000;
}

section.footer-copyright-light {
    color: #8b8b8b;
    background: #f1f1f1;
}

section.footer-copyright-light p a {
    color: #000;
}


/* Footer Light End */

footer .container {
    position: relative;
    padding-top: 70px;
    padding-bottom: 45px;
    max-width: 1410px;
}

footer h4 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
}

ul.footer-link li a {
    font-size: 95%;
    padding: 3px 0px;
    display: block;
}

ul.footer-link li {
    list-style: none;
}

ul.footer-link li a:hover {
    font-weight: 500;
    transform: translateX(8px);
}

.footer-social img {
    height: 50px;
    width: 27px;
}

.footer-social img:hover {
    opacity: 0.7;
}

.footer-app img {
    max-width: 175px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.footer-app img:hover {
    opacity: 1;
}

section.footer-copyright {
    padding: 6px;
    font-size: 13px;
}

.footer-contact ul {
    list-style: none;
}

.footer-contact ul li a {
    display: flex;
    margin-bottom: 10px;
    text-align: left;
    word-break: break-all;
}

.footer-contact ul li a svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    flex: 0 0 18px;
}

footer ul.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

footer ul.footer-social li {
    margin-right: 10px;
}

footer ul.footer-social li a {
    height: 35px;
    width: 35px;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
}

footer ul.footer-social li:nth-child(1) a {
    background: #001e3e;
}

footer ul.footer-social li:nth-child(2) a {
    background: #197fff;
}

footer ul.footer-social li:nth-child(3) a {
    background: #01b5e8;
}

footer ul.footer-social li:nth-child(4) a {
    background: #ff0000;
}

footer ul.footer-social li a:hover {
    background: #000;
    transform: translatey(-8px);
}


/* Footer End */

.topbar {
    background: #01a0e2;
    padding: 5px;
    display: none;
}

.topbar a {
    color: #fff;
    font-size: 13px;
    margin-left: 12px;
    font-weight: 600;
}

.topbar a:nth-child(1) {
    margin: 0px;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
    background: #fff;
    transition: all .5s ease-in-out;
    /* transform: translatey(-80px); */
}

@media screen and (min-width:992px) {
    header.header-fix {
        /* transform: translateY(0px);*/
        background: #ffffff;
        box-shadow: 0 0 20px #dfdfdf;
    }
    header.header-fix a.nav-link {
        color: #000 !important;
    }
    header.header-fix span {
        color: #000;
        display: none;
    }
    .header-fix-space {
        margin-top: 85px;
    }
}


/* Banner Hero Start */

.home-hero {
    background: url(../images/header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 72vh;
    margin-top: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.home-hero:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
}

.home-hero-content {
    position: relative;
    z-index: 2;
}

.home-hero .home-hero-content h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
}

.home-hero .home-hero-content p {
    color: #FFF;
    font-size: 18px;
    max-width: 800px;
    margin: 30px auto;
    line-height: 28px;
}


/* Banner Hero End */


/* Client Logo Start */

.client-logo-items img {
    max-width: 200px;
    margin: auto;
    max-height: 50px;
}

.client-logo {
    background: #fff;
    padding: 20px 10px;
}


/* Client Logo End */


/* Home About start */

.home-about {
    padding: 80px 0px;
    /* background: url(../images/home-about.webp);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: bottom left;
    background-position-x: -132px; */
}

.home-about h1 {
    font-size: 3rem;
    font-weight: 900;
    margin: 0px;
    text-transform: capitalize;
}

.home-about h2 {
    font-size: 3.5rem;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 20px;
}

.home-about p {
    font-size: 1rem;
    line-height: 26px;
    font-weight: 500;
    color: #5a5a5a;
}

.home-about a {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 500;
}


/* Home About End */

.section-title {
    font-size: 3rem;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 40px;
}


/* Home Services Start */

.home-services {
    padding: 70px 0px 30px 0px;
    background: #ebebeb url(../images/service_bg2.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.home-services .container
{
    z-index: 1;
    position: relative;
}

.home-services:before {
    background: rgb(18, 70, 132, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}

.home-services .home-services-heading h2 {
    margin: 0px 0px 5px 0px;
}

.home-services .home-services-heading h1 {
    font-size: 3rem;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0px;
}

.home-services-items-icons {
    background: url(../images/service-icons.png);
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    display: inline-block;
}

.home-services-items-icons.esc-icon {
    background-position: -2px -117px;
}

.home-services-items-icons.web-icon {
    background-position: 0 -179px;
}

.home-services-items-icons.md-icon {
    background-position: -13px -239px;
}

.home-services-items-icons.de-icon {
    background-position: -6px -59px;
}

.home-services-items-icons.dm-icon {
    background-position: -6px 3px;
}

.home-services-items-icons.pd-icon {
    background-position: -5px -298px;
}

.home-services-items-info h3 {
    font-size: 1.7rem;
    font-weight: 400;
    color: #fff;
}

.home-services-items-info p {
    font-size: 15px;
    color: #fff;
}

.home-services-items-info .btn-block a {
    font-size: 16px;
    font-weight: 500;
    color: #00b4ff;
}

.home-services-items {
    border-top: solid 6px transparent;
    border-radius: 8px;
    padding: 15px;
}

.home-services-items:hover {
    background: rgba(0,0,0,0.3);
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-color: var(--primary-color);
    transition: all 0.5s ease-in-out;
}

/* .home-services .row .col-xl-4:nth-child(5) .home-services-items {
    background: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    border-color: var(--primary-color);
    transition: all 0.5s ease-in-out;
} */


/* Home Services End */


/* Home Projects Start */

.home-projects .row>[class*="col"]:nth-child(2) .home-projects-items {
    background: #cee5fb;
}

.home-projects .row>[class*="col"]:nth-child(3) .home-projects-items {
    background: #ffe9ef;
}

.home-projects .row>[class*="col"]:nth-child(4) .home-projects-items {
    background: #ffedd4;
}

.home-projects .row>[class*="col"]:nth-child(5) .home-projects-items {
    background: #eaffeb;
}

.home-projects .row>[class*="col"]:nth-child(6) .home-projects-items {
    background: #fafcfd;
}

.home-projects .row>[class*="col"]:nth-child(7) .home-projects-items {
    background: #e7e0de;
}

.home-projects {
    padding: 50px 0px 0px 0px;
}

.home-projects-items {
    background: #f5f5f5;
    text-align: center;
}

.home-projects-items:hover {
    background: white !important;
}

.home-projects-items-info {
    padding: 15px;
    color: #000;
}

.home-projects-items-info h2 {
    margin: 0px 0px 5px 0px;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

.home-projects-items-info p {
    font-size: 15px;
}


/* .home-projects .row > [class*="col"]:nth-child(2n+1) .home-projects-items {
    background: white;
    box-shadow: 0 0 20px #dfdfdf;
} */


/* Home Projects End */

.home-technologies {
    background: #fff;
    padding: 60px 0px;
}

.home-technologies img {
    max-width: 900px;
}

.call-to-action {
    padding: 100px 0px;
}

.call-to-action h1 {
    font-size: 2.6rem;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
}

.call-to-action h3 {
    margin: 0px 0px 15px 0px;
}

.call-to-action p {
    font-size: 16px;
    color: #000;
}


/* How It Works Start */

.how-it-works {
    background: #0e0d0e;
    padding-top: 70px;
}

.how-it-works video {
    margin-top: -110px;
}

.how-it-works .section-title {
    position: relative;
}


/* How It Works End */

.inner-hero {
    margin-top: 85px;
    background: #083675;
    padding: 60px 0px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.inner-hero::after {
    background: url(../images/doted_banner_right.png);
    content: "";
    background-repeat: no-repeat;
    height: 500px;
    width: 500px;
    position: absolute;
    right: 0;
    top: 0;
}

.inner-hero h1 {
    color: #fff;
    font-size: 2.7rem;
    line-height: normal;
    margin: 0px 0px 25px 0px;
}

.inner-hero p {
    color: #fff;
    font-size: 20px;
    margin: 0px;
}

.innner-pages {
    padding: 80px 0px;
}

.page-info-row-img {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 20px #ddd;
    text-align: center;
    border: solid 5px #fff;
}

.page-info-row h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #083675;
}

.page-info-row p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 25px;
}

.about-our-plan {
    padding: 60px 0px;
    background: #f9f9f9;
    margin: 80px 0px;
}

.about-our-plan-items-icon {
    flex: 0 0 100px;
}

.about-our-plan-items-info {
    flex: auto;
}

.about-our-plan-items-info h3 {
    font-size: 24px;
    font-weight: 600;
}

.about-our-plan-items-info p {
    margin: 0px;
}

.about-our-plan-items-icon svg {
    fill: #bdbdbd;
}

.about-our-plan {
    padding: 80px 0px;
}

section.why-choose {
    padding-top: 70px;
}

.why-choose-items h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px 0px 0px;
    line-height: 30px;
}

.why-choose-items-img {
    min-height: 240px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-contact-info ul a {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    display: block;
}

.page-contact-info ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.page-contact-info ul a svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

section.home-product {
    padding: 60px 0px;
}

.home-product-img {
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
    box-shadow: 0 0 20px #d7d7d7;
}

.home-product-items-info h1 {
    font-size: 30px;
    font-weight: 600;
    color: #083675;
}

.home-product-items-info p {
    font-size: 15px;
    line-height: 24px;
}

.home-product-items-info a {
    font-size: 16px;
    color: #083675;
    font-weight: 500;
}

.dropdown-menu a {
    color: #000;
    font-size: 15px;
    border-bottom: solid 1px #f3f3f3;
    padding: 8px 20px;
}

.dropdown-menu {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 5px #d7d7d7;
    border: none;
    top: 45px;
}

.dropdown-submenu .dropdown-toggle::after {
    top: 2px;
    position: relative;
}

.dropdown-menu li:last-child a {
    border: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1a9ad6;
    background-color: transparent;
}

.breadcrumb a {
    color: #fff;
}

.breadcrumb-item.active {
    color: #b5efff;
}

.page-nav-btn a {
    font-size: 18px;
    flex: 1;
    color: #626262;
    background: #ffffff;
    margin: 0px 15px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 20px #e1e0e0;
    border-top: solid 2px #01a0e2;
    word-break: break-all;
}

.page-nav-btn a i {
    display: block;
    font-size: 32px;
}

.page-nav-btn a:first-child {
    margin-left: 0;
}

.page-nav-btn a:last-child {
    margin-right: 0;
}

.page-nav-btn a.active {
    background: #01a0e2;
    color: #fff;
}

section.home-product-2 {
    padding: 70px 0px;
}

.home-product-2-items {
    box-shadow: 0 0 20px #d7d7d7;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.home-product-2-items:hover::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.home-product-2-items-caption {
    text-align: center;
    background: #626262;
    padding: 6px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

section.home-product-2 .row>.col-xl-3:nth-child(2) .home-product-2-items .home-product-2-items-caption {
    background: #8bc34a;
    color: #fff;
}
section.home-product-2 .row>.col-xl-3:nth-child(3) .home-product-2-items .home-product-2-items-caption {
    background: #3f51b5;
    color: #fff;
}
section.home-product-2 .row>.col-xl-3:nth-child(4) .home-product-2-items .home-product-2-items-caption {
    background: #f44336;
    color: #fff;
}

section.home-product-2 .row>.col-xl-3:nth-child(5) .home-product-2-items .home-product-2-items-caption {
    background: #632678;
    color: #fff;
}

.carousel-caption .btn-default {
    font-size: 20px;
    box-shadow: 0 0 20px #134685;
    border: solid 2px #fff;
    margin-top: 30px;
}

ul.page-info-list-d-1 li {
    padding: 0px 0px 10px 30px;
    font-size: 16px;
    list-style: none;
    position: relative;
    color: #4e4e4e;
}

ul.page-info-list-d-1 li::before {
    font-family: bootstrap-icons !important;
    content: "\f272";
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -3px;
    color: green;
}

.page-info-service-d-1-items i {
    font-size: 50px;
    margin-bottom: 10px;
    display: block;
}

.page-info-service-d-1-items h3 {
    font-size: 23px;
    min-height: auto;
    margin-bottom: 12px;
    line-height: 30px;
}
.page-info-service-d-1-items p {
    color: #4a4a4a;
    line-height: 22px;
}
.w-100 {
    width: 100% !important;
}


/* .page-customer-profile-items {
    box-shadow: 0 0 20px #ebebeb;
    border-radius: 15px;
    overflow: hidden;
} */

.page-customer-profile-items p {
    margin: 0px;
    color: #626262;
    font-size: 16px;
    padding: 5px;
    font-weight: 500;
    display: none;
}

.page-customer-profile-items img {
    margin: 10px 0px;
}

.nav-pills .nav-link {
    color: #000;
    font-size: 18px;
    padding: 8px 24px;
    border-radius: 30px;
    font-weight: 500;
    margin: 8px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #134685;
}

.btn-shadow {
    box-shadow: 0 0 20px #c7c7c7;
}

@-webkit-keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.card-office-location::before {
    background-image: url(../images/location-pin-1.png);
    content: "";
    position: absolute;
    top: -55px;
    left: 50%;
    height: 66px;
    width: 45px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center center;
    transform: translateX(-50%);
    z-index: -1;
    -webkit-animation: zoom-in-zoom-out 2s ease-out infinite;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.page-office .row .col-xl-3:nth-child(2) .card-office-location::before {
    background-image: url(../images/location-pin-2.png);
}

.page-office .row .col-xl-3:nth-child(3) .card-office-location::before {
    background-image: url(../images/location-pin-3.png);
}

.page-office .row .col-xl-3:nth-child(4) .card-office-location::before {
    background-image: url(../images/location-pin-4.png);
}

.page-office .row .col-xl-3:nth-child(2) .card-office-location,
.page-office .row .col-xl-3:nth-child(4) .card-office-location {
    position: relative;
    top: 55px;
}

.page-office .row .col-xl-3:nth-child(1) .card-office-location h3 {
    background: #e53950;
}

.page-office .row .col-xl-3:nth-child(2) .card-office-location h3 {
    background: #fbc421;
}

.page-office .row .col-xl-3:nth-child(3) .card-office-location h3 {
    background: #4295e0;
}

.page-office .row .col-xl-3:nth-child(4) .card-office-location h3 {
    background: #2e7514;
}

.page-office .row .col-xl-3:nth-child(1) .card-office-location {
    background: #fff3f5;
}

.page-office .row .col-xl-3:nth-child(2) .card-office-location {
    background: #fffaeb;
}

.page-office .row .col-xl-3:nth-child(3) .card-office-location {
    background: #e8f4ff;
}

.page-office .row .col-xl-3:nth-child(4) .card-office-location {
    background: #f1ffec;
}

.card-office-location {
    background: #fff;
    box-shadow: 0 0 20px #dbdbdb;
    border-radius: 20px;
    height: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
}

.card-office-location h3 {
    background: #01a0e2;
    font-size: 20px;
    padding: 6px 15px;
    color: #fff;
    margin: 0px;
    border-radius: 20px 20px 0px 0px;
}

.card-office-location ul {
    list-style: none;
    padding: 15px;
    font-weight: 500;
}

.card-office-location ul li a {
    color: #323232;
    font-size: 15px;
}

.card-office-location ul li {
    margin-bottom: 10px;
}

.card-office-location ul li:last-child {
    margin-bottom: 0px;
}

.page-office {
    background: url(../images/location_bg.png);
    background-size: 50%;
    background-position: center center;
}

.card-office-location ul li a i {
    color: #083675;
}

ul.header-social {
    list-style: none;
    display: flex;
    margin-left: 12px;
}

ul.header-social li {
    margin-left: 12px;
}

.news-items h2 {
    font-size: 20px;
    line-height: 28px;
    position: relative;
    padding: 12px 0px;
}

.news-items h2:before {
    height: 3px;
    width: 40px;
    position: absolute;
    content: "";
    bottom: 2px;
    left: 0px;
    background: #083675;
}

.page-news [class*="col-"]:nth-child(1) .news-items {
    border-top-color: #cb3434;
}

.page-news [class*="col-"]:nth-child(2) .news-items {
    border-top-color: #8bc34a;
}

.page-news [class*="col-"]:nth-child(3) .news-items {
    border-top-color: #2196f3;
}

.page-news [class*="col-"]:nth-child(4) .news-items {
    border-top-color: #ffc107;
}

.page-news [class*="col-"]:nth-child(5) .news-items {
    border-top-color: #3f51b5;
}

.page-news [class*="col-"]:nth-child(6) .news-items {
    border-top-color: #ff9800;
}

.page-news [class*="col-"]:nth-child(7) .news-items {
    border-top-color: #e91e63;
}

.page-news [class*="col-"]:nth-child(8) .news-items {
    border-top-color: #6be16f;
}

.page-news [class*="col-"]:nth-child(9) .news-items {
    border-top-color: #795548;
}

.page-news [class*="col-"]:nth-child(10) .news-items {
    border-top-color: #607d8b;
}

.page-news [class*="col-"]:nth-child(11) .news-items {
    border-top-color: #000;
}

.page-news [class*="col-"]:nth-child(12) .news-items {
    border-top-color: #000;
}

.contact-form {
    padding: 20px;
    box-shadow: 0 0 20px #d9d9d9;
    background: #fff;
    border-radius: 10px;
    margin-top: 40px;
}

.contact-form h3 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
}

.form-control {
    padding: 15px;
    text-transform: capitalize;
}
.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.font-w-700 {
    font-weight: 700;
}


/* .page-customer-profile {
    box-shadow: 0 0 20px #f1f1f1;
    border-radius: 10px;
    padding: 35px 0px 0px 0px;
} */

.page-customer-profile-items img {
    max-height: 75px;
    max-width: 250px;
}

.footer-images img {
    max-width: 200px;
    max-height: 140px;
}

.footer-images.img-ver img {
    max-width: 160px;
}

.footer-images.img-ver {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

a:focus-visible,
button:focus-visible {
    border: none;
    outline: none;
}

.page-culture h2 {
    font-size: 50px;
    line-height: 70px;
}

.ofc-location-d-2-img {
    flex: 1 1 260px;
    max-width: 260px;
}
.ofc-location-d-2 {
    background: #fff;
    box-shadow: 0 0 20px #cfcfcf;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.ofc-location-d-2-info {
    padding: 15px 10px 15px 0px;
    flex: 1;
}
.ofc-location-d-2-info h3 {
    font-size: 20px;
    margin-bottom: 13px;
    font-weight: 600;
    color: #083675;
}
.ofc-location-d-2-info ul li a {
    color: #000;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}
.ofc-location-d-2-info ul {
    list-style: none;
}
.page-news .col-lg-4:nth-child(2n+1) {
    background: #01a0e2 url(../images/wave2.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;

}
.page-news .col-lg-4 {
    background: #fbfcff url(../images/bg2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;

}
.page-news [class*="col-"] {
    width: 20%;
}
.page-news .col-lg-4:nth-child(2n+1) h2, .page-news .col-lg-4:nth-child(2n+1) p {
    color: #fff;
}
.page-news .col-lg-4:nth-child(2n+1) h2::before {
    background: #1f5da2;
}
.footer-images {
    text-align: center;
}

.home-services-items i.bi {
    font-size: 55px;
}
.page-customer-profile .mb-5 {
    margin-bottom: 6rem !important;
}
.page-info-service-d-1-items-img {
    position: relative;
}
.page-info-service-d-1-items-img:before {
    content: "";
    height: 30px;
    width: 30px;
    background: white;
    position: absolute;
    bottom: -17px;
    left: 27px;
    transform: rotate(45deg);
}
.page-info-service-d-1 [class*="col-"]:nth-of-type(3) .page-info-service-d-1-items-img:before, .page-info-service-d-1 [class*="col-"]:nth-of-type(5) .page-info-service-d-1-items-img:before {
    top: -16px;
}
.pattern-shape-1 {
    background-image: url(../images/slice_blue.svg);
    display: flex;
    height: 87px;
    overflow: hidden;
    width: 100%;
    animation: animate 15s linear infinite;
    display: none;
}
.carousel-item-1 .carousel-caption {
    top: 150px;
}
.carousel-item-2 .carousel-caption p {
    background: rgb(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 15px;
}
/* CUSTOM CSS END */