@font-face {
    font-family: 'Univers-LT-Std';
    src: url('/Font-Fimaly/Univers\ LT\ Std\ 55\ Roman.otf');
}

@font-face {
    font-family: 'Utopia-Std';
    src: url('/Font-Fimaly/Utopia\ Std\ Regular.otf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
}

.container1 {
    max-width: 1440px;
    margin: 0 auto;
    /* padding: 0 20px; */
}

/* Global css */
.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-flex-ul ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.list-style-none ul {
    list-style: none;
}

.d-flex-a-cen {
    align-items: center;
}

.d-flex-jus-cen {
    justify-content: center;
}

.d-flex-jus-s-b {
    justify-content: space-between;
}

.clean-a a {
    text-decoration: none;
}

.color-black a {
    color: #000000;
}

.color-white a {
    color: #ffffff;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}


.pink-layer {
    background: rgba(102, 52, 127, 0.6);
}

.blue-layer {
    background: rgba(44, 44, 105, 0.6);
}

.light-blue-layer {
    background: rgba(40, 55, 143, 0.4);
}

.green-layer {
    background: rgba(100, 155, 66, 0.1);
}

.black-layer {
    background: rgba(0, 0, 0, 0.40);
}

/* Scroll Top Button */
.scroll-button.show {
    display: block;
}

.scroll-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #2C2C69;
    color: white;
    cursor: pointer;
    padding: 14px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
}

.scroll-button i {
    font-size: 18px;
    color: #fff;
}

.scroll-button:hover {
    background-color: #1877F2;

}

/* Top bar */
.top-bar {
    padding: 10px 0;
}

.top-bar-phone {
    padding-right: 50px;
}

.top-bar-phone-email {
    font-family: "Utopia-Std";
}

@media (max-width:700px) {
    .d-flex-c {
        flex-direction: column;
    }
}

.bi {
    transition: 0.5s ease-in-out;
    color: #000;
}

.bi a {
    text-decoration: none;
}

.bi-facebook:hover {
    color: #1877F2;
}

.bi-linkedin:hover {
    color: #0A66C2;
}


.home-section {
    position: relative;
    z-index: 1;
    /* background-color: #111; */
}

/* .navbar-section {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}

.navbar-list ul li a {
    text-decoration: none;
    font-family: Univers LT Std;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-transform: uppercase;
    color: #ffffff;
    padding-left: 15px;
    transition: 0.3s ease-in-out;
}

.navbar-list ul li a:hover,
.navbar-list ul li a.active {
    cursor: pointer;
    font-weight: 700;
    color: #2C2C69;
}

.navbar .bi {
    display: none;
}

@media (max-width:1025px) {
    .navbar .bi {
        display: flex;
        color: #fff;
        cursor: pointer;
        font-size: 50px;
        font-weight: 700;
    }

    .navbar .bi-list {
        display: flex;
        flex-direction: row-reverse;
    }

    .navbar-list {
        height: 90vh;
        width: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        background: linear-gradient(to bottom left, rgba(44, 44, 105, 1), rgba(100, 155, 66, 1));
        overflow-x: hidden;
        color: #fff;
        transition: 0.50s ease-in-out;
    }

    .navbar-list ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .navbar-list ul li a {
        font-size: 20px;
        font-weight: 500;
        margin: 0 auto;
        /* color: #000; 
    }

} */



.navbar-section {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-list ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
}

.navbar-list ul li {
    padding-left: 12px;
    /* text-align: center; */
}

.navbar-list ul li a {
    text-decoration: none;
    font-family: "Univers-LT-Std";
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s;

}

.letstalk-btn {
    border: 1px solid #fff;
    width: 160px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    font-family: "Univers-LT-Std";
    font-size: 13px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: left;
    border-radius: 30px;
    margin-left: 30px;
}

.menu-icon {
    display: none;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}


.navbar-list ul li a:hover,
.navbar-list ul li a.active {
    cursor: pointer;
    font-weight: 700;
    color: #2C2C69;
}

@media (max-width:1300px) {

    .navbar-list {
        height: 90vh;
        width: 100%;
        position: absolute;
        /* z-index: 1; */
        top: 90px;
        right: 0;
        background: linear-gradient(to bottom left, rgba(44, 44, 105, 1), rgba(100, 155, 66, 1));
        overflow-x: hidden;
        flex-direction: column;
        color: #fff;
        transition: 0.50s ease-in-out;
        max-height: 0;
    }

    .navbar-list ul {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    .navbar-list ul li a {
        font-size: 20px;
        font-weight: 500;
        margin: 0 auto;
        color: #000;
        text-align: center;
    }

    .navbar-list.show {
        max-height: 600px;
    }

    /* .navbar-list li{
        margin: 0;
        text-align: center;
    } */

    .menu-icon {
        display: block;
    }

}

.talk-form {
    position: fixed;
    right: -470px;
    top: 0;
    max-width: 100vw;
    width: 470px;
    height: 100%;
    background-color: #fff;
    /* padding: 1rem; */
    transition: right 0.3s ease-out;
    z-index: 999;
    overflow-x: scroll;
}

.talk-form.show {
    right: 0;
}

.wavy-shape {
    max-width: 470px;
    /* Match SVG width */
    height: 105px;
    /* Match SVG height */
    background-color: #2C2C69;
    /* Replace with your desired blue color */
    /* clip-path: path("M0 0H490V100.424C255.5 63.2674 185.5 121.011 0 100.424V0Z"); */
    clip-path: path("M0 0H490V90C255.5 53 185.5 110 0 90V0Z");
}

.talk-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
}

.talk-header h2 {
    font-family: "Univers-LT-Std";
    font-size: 35px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    text-transform: uppercase;
}

.close-btn-talk {
    cursor: pointer;
}

.talk-detail {
    padding: 50px 50px 40px 50px;
}

.talk-detail p {
    font-family: "Utopia-Std";
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.talk-num-ema {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 30px 50px;
}

.talk-num-ema .talk-number-detail,
.talk-num-ema .talk-email-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 152px;
    height: 30px;
    background-color: #d9d9e2;
    border-radius: 30px;
    cursor: pointer;
    margin: 0 6px 10px 0;
    padding: 0 15px;
    transition: 0.2s ease-in-out;
}

.talk-num-ema .talk-email-detail {
    width: 225px !important;
}

.talk-num-ema .talk-number-detail a,
.talk-num-ema .talk-email-detail a {
    text-decoration: none;
    color: #2C2C69;
    cursor: pointer;
}

.talk-num-ema .talk-number-detail:hover {
    background-color: #2C2C69;
    color: #fff;
}

.talk-num-ema .talk-number-detail:hover a {
    color: #fff;
}

.talk-num-ema .talk-email-detail:hover {
    background-color: #2C2C69;
    color: #fff;
}

.talk-num-ema .talk-email-detail:hover a {
    color: #fff;
}

.talk-number-detail .fa,
.talk-email-detail .fa {
    color: #2C2C69;
    margin-right: 10px;
}

.talk-email-detail:hover .fa {
    color: #fff;
}

.talk-number-detail:hover .fa {
    color: #ffffff;
}

.talk-form-detail {
    padding: 0 50px 22px 50px;
}

.talk-form-detail form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 30px;
    height: 50px;
    /* box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1); */
    background-color: #fff !important;
}

.talk-form-detail form input::placeholder {
    font-family: "Univers-LT-Std";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.talk-form-detail form textarea::placeholder {
    font-family: "Univers-LT-Std";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.talk-form-detail textarea {
    width: 100%;
    /* box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1); */
    background-color: #fff !important;
    margin-bottom: 10px;
    padding: 15px 30px 0;
    max-height: 100px;
    width: 100%;
    text-align: left;
    /* padding-top: 15px; */
}

.talk-form-detail .talk-send-btn button {
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1);
    /* border: 2px solid #2C2C69; */
    border-radius: 30px;
    /* background-color: #2C2C69; */
    padding: 0 30px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    height: 50px;
    line-height: 24px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    min-width: 150px;
    transition: 0.2s !important;
    border: 1px solid rgba(44, 44, 105, 1);
    border-radius: 30px;
    background-image:
        linear-gradient(to top, #fff 50%, #2C2C69 50%),
        linear-gradient(to top, #2C2C69 50%, transparent 50%);
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.5s ease-in-out;
    overflow: hidden;
}

.talk-form-detail .talk-send-btn button:hover {
    background-position: bottom;
}

.talk-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.talk-social-icon a {
    /* color: inherit; */
    /* position: relative; */
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    /* opacity: 1; */
    background-color: #d7d7df;
    /* transition: background 0.4s cubic-bezier(0.25, 1, 0.2, 1); */
}

.talk-social-icon a:hover {
    background-color: #2C2C69;

}

.talk-social-icon :hover i {
    color: #fff;
}

.fa-linkedin-in {
    color: #0976b4;
    background-color: transparent;
}


.talk-social-icon:hover .fa-linkedin-in i {
    color: #fff;
}





@media (max-width: 959px) {
    .talk-detail {
        padding: 30px;
    }

    .talk-num-ema {
        padding-left: 30px;
        padding-bottom: 30px;
    }

    .talk-number-detail,
    .talk-email-detail {
        margin-bottom: 10px;
    }
}

.swiper-wrapper video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.banner {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.video-content {
    color: #fff !important;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 849px;
    padding-left: 20px;
}

.video-content a {
    text-decoration: none;
}

.video-titel {
    padding: 0 0 10px;
}

.video-titel p {
    font-size: 1.313rem;
    color: #fff;
}

.video-detail h1 {
    font-family: "Utopia-Std";
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 72px;
    /* text-align: left; */
    line-height: 72px;
}

.video-descripetion p {
    font-family: "Univers-LT-Std";
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 48px;
    /* text-align: left; */
    color: rgba(255, 255, 255, 0.6);
}

.max-w-529 {
    max-width: 529px;
}

.video-contect-btn h3 {
    text-decoration: none;
    color: #fff;
    border-radius: 30px;
    font-family: "Univers-LT-Std";
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
}

.video-contect-btn {
    text-align: center;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    border: 1px solid #fff;
    border-radius: 30px;
    background-image:
        linear-gradient(to top, #fff 50%, #ffffff 50%),
        linear-gradient(to top, #2C2C69 50%, transparent 50%);
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.5s ease-in-out;
    overflow: hidden;
}

.video-contect-btn:hover {
    border: none;
    background-position: bottom;
}

@media (max-width:800px) {

    /* .video-content{
        padding: 165px 0;
    } */
    .video-detail h1 {
        font-size: 2.813rem;
        line-height: 59px;
    }

    .video-descripetion p {
        font-size: 1.25rem;
        font-weight: 300;
        line-height: 26px;
    }
}

@media (max-width:500px) {

    /* .video-content{
        padding: 130px 0;
    } */
    .video-detail h1 {
        /* font-size: 40px; */
        line-height: 50px;
    }

    .video-descripetion p {
        /* font-size: 15px; */
        font-weight: 300;
        line-height: 26px;
    }
}

.home-other-cards-section {
    /* padding: 72% 0; */
    position: absolute;
    margin-top: -88px;
    width: 100%;
    z-index: 1;
}

.home-other-card-main {
    display: flex;
    flex-wrap: wrap;
}

.home-other-card-outter {
    width: 25%;
    padding: 10px;
}

.home-other-card-inner {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
    border-radius: 20px;
    max-width: 310px;
    min-height: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-other-card-titel {
    padding-bottom: 20px;

}

.home-other-card-titel h2 {
    font-family: "Utopia-Std";
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}

.home-other-card-detail p {
    font-family: "Univers-LT-Std";
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 26.4px;
    text-align: center;
}

/* All Hover Effect in box */
.home-other-content {
    max-width: 310px;
    min-height: 256px;
    color: #fff;
    padding: 71px 16px 0px;
    border-radius: 20px;
    display: none;
    width:100%;
}

.home-other-card-outter:hover .home-other-content {
    display: block;
    animation: fadeIn 0.5s;
}

.home-other-card-outter:hover .home-other-card-image {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.global {
    background: rgba(44, 44, 105, 1) url('/assets/Image/home-other-card-image/hover-global.png') center no-repeat;
}

.growing {
    background: rgba(100, 155, 66, 1) url('/assets/Image/home-other-card-image/hover-growing.png') center no-repeat;
}

.leadership {
    background: rgba(102, 52, 127, 1) url('/assets/Image/home-other-card-image/hover-leadership.png') center no-repeat;
}

.products {
    background: rgba(24, 119, 242, 1) url('/assets/Image/home-other-card-image/hover-products.png') center no-repeat;
}


@media (max-width:1150px) {
    .home-other-card-outter {
        width: 50%;
    }

    .home-other-card-inner {
        margin: 0 auto;
    }

}

@media (max-width:700px) {

    .home-other-card-inner {
        margin: 0 auto;
    }

    .home-other-card-outter {
        width: 100%;
    }
}


/* About Section */

.about-section {
    padding: 120px 0 50px;
}

.about-bg {
    width: 100%;
    min-height: 781.9px;
    max-width: 1440px;
    margin: 0 auto;
    background-image: url(/assets/Image/About/about-bg.png);
    background-size: cover;
    background-position: center;
}

.about-titel {
    padding: 100px 0 50px;
}

.about-titel h2 {
    background: Linear-Gradient(to right, rgba(44, 44, 105, 1), rgba(102, 52, 127, 1), rgba(40, 55, 143, 1));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Utopia-Std";
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
}

.about-outter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.about-left-inner {
    width: calc(100% - 640px);
    /* padding: 20px; */
}

.about-left-inner a {
    text-decoration: none;
}

.about-detail p {
    font-family: "Univers-LT-Std";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    padding-bottom: 15px;
}

.about-btn h3 {
    font-family: "Univers-LT-Std";
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: left;
    color: rgba(44, 44, 105, 1);
    /* padding: 17.5px 45.5px; */

}

.about-btn {
    text-align: center;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 46px auto 0;
}

.all-btn {
    border: 1px solid rgba(44, 44, 105, 1);
    border-radius: 30px;
    background-image:
        linear-gradient(to top, #fff 50%, #2C2C69 50%),
        linear-gradient(to top, #2C2C69 50%, transparent 50%);
    -webkit-background-clip: text, padding-box;
    background-clip: text, padding-box;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 100% 200%;
    background-position: top;
    transition: background-position 0.5s ease-in-out;
    overflow: hidden;
}

.all-btn:hover {
    background-position: bottom;
}

.about-right-inner {
    width: 640px;
    /* padding: 0 20px;  */
}

.about-right-inner img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

@media (max-width:1150px) {
    .about-section {
        padding: 396px 0 50px;
    }

    .about-left-inner {
        width: 100%;
    }

    .about-right-inner {
        margin: 50px auto 0;
    }
}

@media (max-width:700px) {
    .about-section {
        padding: 950px 0 50px;
    }
}

/* Our services */


.our-bg {
    /* width: 100%; */
    min-height: 1000px;
    /*max-width: 1440px; */
    /* margin: 0 auto; */
    background-image: url(/assets/Image/Our-sevices/our-bg.jpg);
    background-size: cover;
    /* background-position: center; */
    position: relative;
}

.our-bg-shap svg {
    position: absolute;
    bottom: -1px;
    z-index: -1;
}

.our-services-content {
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
}

.our-sevices-titel h2 {
    background: Linear-Gradient(to right, rgba(44, 44, 105, 1), rgba(102, 52, 127, 1), rgba(40, 55, 143, 1));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-align: center; */
    font-family: "Utopia-Std";
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    padding: 50px 0 20px;
}

.our-services-detail {
    padding: 0 0 30px;
}

.our-services-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
}

.our-services-outter {
    width: 25%;
    padding: 20px;
}

.our-services-inner {
    max-width: 310px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 78px 0;
    background: linear-gradient(to right, rgba(44, 44, 105, 1) 50%, rgba(255, 255, 255, 1)50%);
    background-size: 201% 101%;
    background-position: right bottom;
    box-shadow: 0 0 2px 1px rgba(44, 44, 105, 0.25);
    transition: all .5s ease-out;
}

.our-services-inner:hover {
    background-position: left bottom;
    background-color: rgba(44, 44, 105, 1);
}

.our-services-inner:hover .our-services-name {
    color: #fff;
}

@media (max-width:1150px) {
    .our-services-outter {
        width: 50%;
    }

    .our-services-inner {
        margin: 0 auto;
    }
}

@media (max-width:700px) {
    .our-services-outter {
        width: 100%;
    }
}


.our-services-name h4 {
    font-family: "Utopia-Std";
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    padding: 15px 0 0;
}

.our-services-inner:hover .our-services-icon svg {
    fill: #ffffff !important;
    stroke: #ffffff;
}

.our-services-icon svg {
    fill: #2C2C69;
    transition: 0.5s ease-in-out;
    stroke: #2C2C69;
}

.our-btn a {
    text-decoration: none;
}

.our-services-btn h3 {
    text-decoration: none;
    font-family: "Univers-LT-Std";
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
    color: rgba(44, 44, 105, 1);

}

.our-services-btn {
    text-align: center;
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 80px auto 0;
}

/* best-services-section */
.best-services-section {
    padding: 50px 0;
}

.best-services-left-inner {
    max-width: 640px;
    padding-right: 10px;
}

.best-services-left-inner img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.best-services-right-inner {
    max-width: 640px;
    padding-left: 10px;
}

.best-services-outter {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    align-items: center;
}

.best-services-detail p {
    text-transform: uppercase;
    font-family: "Utopia-Std";
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    /* text-align: left; */
}

.best-services-right-inner-main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.best-services-right-inner-outter {
    width: 33.33%;
    padding: 20px;
}

.best-services-right-inner-inner {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 60px 20px 0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.25);
    max-width: 200px;
    min-height: 200px;
    transition: 0.5s ease-in-out;
}

.best-services-name h4 {
    font-family: "Utopia-Std";
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    color: rgba(44, 44, 105, 1);
    padding: 20px 0 0;
}

.best-services-icon {
    min-height: 50px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
}

.best-services-icon svg {
    fill: #2C2C69;
}

/* Best services hover */
.best-experienced:hover .best-services-icon {
    display: none;
}

.best-experienced:hover .best-services-name {
    display: none;
}

.best-experienced:hover {
    background: #2C2C69 url('/assets/Image/Best-services/experienced-hover.png');
    background-repeat: no-repeat;
    background-position: center;
}

.best-on-time:hover .best-services-icon {
    display: none;
}

.best-on-time:hover .best-services-name {
    display: none;
}

.best-on-time:hover {
    background: #2C2C69 url('/assets/Image/Best-services/on-time.png');
    background-repeat: no-repeat;
    background-position: center;
}

.best-customer:hover .best-services-icon {
    display: none;
}

.best-customer:hover .best-services-name {
    display: none;
}

.best-customer:hover {
    background: #2C2C69 url('/assets/Image/Best-services/customer.png');
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:1150px) {
    .best-services-outter {
        /* display: flex; */
        flex-wrap: wrap;
        /* justify-content: space-between; */
        /* align-items: center; */
        margin: 0 auto;
    }

    .best-services-left-inner {
        margin: 0 auto;
    }

    .best-services-right-inner {
        margin: 0 auto;
    }
}

@media (max-width:700px) {
    .best-services-right-inner-outter {
        width: 100%;
        padding: 20px;
        margin: 0 auto;
    }

    .best-services-right-inner-inner {
        margin: 0 auto;
    }
}

/* Other Company */

.other-company {
    padding: 50px 0;
}

.other-company-images {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 130px;
}

.w-266 {
    max-width: 266px;
}

.w-168 {
    max-width: 168px;
}

.w-100 {
    max-width: 100px;
}

.w-280 {
    max-width: 280px;
}

.w-178 {
    max-width: 178px;
}

.company-image {
    margin: 0 auto;
}

.company-image img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.company-image img:hover {
    cursor: pointer;
    transform: scale(1.2);
}

/* Meassage page */
.about-company-work-section {
    padding-bottom: 160px;
}

.about-company-work-content {
    display: flex;
    flex-wrap: wrap;

}

.about-company-work-titel h1 {
    background: Linear-Gradient(to right, rgba(44, 44, 105, 1), rgba(102, 52, 127, 1), rgba(40, 55, 143, 1));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Utopia-Std";
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: left;

}

.about-company-work-titel {
    /* padding-top: -420px; */
    margin: 50px 175px 0px 0px;
    max-width: 310px;
}


.bubble {
    position: relative;
    width: 330px;
    height: 418px;
    background: #2C2C69;
    border-radius: 30px 30px 30px 0px;
    color: #fff;
    /* margin: 0 auto; */
}

.bubble>p {
    font-family: "Univers-LT-Std";
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    padding: 50px 38px;
}

.bubble-bottom-left::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    /* bottom: 200px; */
    top: 416px;
    border-width: 30px 30px 0 0;
    border-style: solid;
    border-color: #2C2C69 transparent;
    width: 2px;
}

.managing-director-outter {
    display: flex;
    margin-top: 110px;
    align-items: center;
    position: relative;
}

.managing-director-name h4 {
    font-family: "Univers-LT-Std";
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    color: #000;
    padding-left: 30px;
}


.managing-director-name p {
    font-family: "Univers-LT-Std";
    font-size: 22px;
    font-weight: 300;
    line-height: 26.4px;
    color: #2C2C69;
    padding-left: 30px;
}


@media (max-width:800px) {
    .about-company-work-titel {
        /* padding-top: -420px; */
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .bubble {
        margin: 0 auto;
    }
}

@media (max-width:360px) {
    .bubble-bottom-left::after {
        bottom: 225px;
    }
}

.units-bg {
    position: relative;
    min-height: 1440px;
    background: linear-gradient(to bottom, rgba(100, 155, 66, 0.1), rgba(100, 155, 66, 0.1));
    /* background-image: url(/assets/Image/units/bg.png); */
}

.unit-bg-shap svg {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.units-content-heading {
    max-width: 860px;
    margin: 0 auto;
}

.units-titel {
    padding: 50px 0 15px;
}

.units-titel h4 {
    font-family: "Utopia-Std";
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    background: Linear-Gradient(to right, rgba(44, 44, 105, 1), rgba(102, 52, 127, 1), rgba(40, 55, 143, 1));
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* padding: 0 0 15px; */
}

.units-detail p {
    font-family: "Univers-LT-Std";
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
}

.units-outter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}

.image-right {
    flex-direction: row-reverse;
}

.units-left-inner {
    max-width: 640px;
}

.units-left-inner img {
    width: 100%;
    transition: 0.5s ease-in-out;
}

.units-left-inner:hover img {
    box-shadow: 0 0 8px 1px #000;
    border-radius: 20px;
}

.units-right-inner {
    max-width: 640px;
}

.p-l-20 {
    padding-left: 20px;
}

.units-content-titel h2 {
    font-family: "Utopia-Std";
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    padding-bottom: 15px;

}

.units-content-detail p {
    font-family: "Univers-LT-Std";
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.06em;
    color: rgba(0, 0, 0, 0.6);
}

.units-content-detail ol {
    padding-left: 24px;
}

.units-content-detail ol li {
    font-family: "Univers-LT-Std";
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: 0.06em;
    color: rgba(0, 0, 0, 0.6);
}

@media (max-width:1150px) {
    .units-outter {
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column-reverse;
    }

    .p-l-20 {
        padding-left: 0px;
    }

    .units-left-inner {
        margin: 30px auto;
    }

}

.contact-content {
    margin: 0 auto;
    max-width: 775px;
}

.contact-content a {
    text-decoration: none;
}

.contact-heading-titel {
    padding: 50px 0 15px;
}

.contact-heading-titel h3 {
    font-family: "Utopia-Std";
    font-size: 45px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    background: Linear-Gradient(to right, rgba(44, 44, 105, 1), rgba(102, 52, 127, 1), rgba(40, 55, 143, 1));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact-heading-detail p {
    font-family: "Univers-LT-Std";
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: center;
}

.contact-btn h3 {
    text-decoration: none;
    font-family: "Univers-LT-Std";
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    text-align: center;
    color: rgba(44, 44, 105, 1);
}

.contact-btn {
    text-align: center;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 67.5px auto 0;
}

.contact-section-deatil {
    padding: 50px 0;
}

.contact-deatil-outter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-detail-left-inner {
    padding-top: 10px;
    width: calc(100% - 640px);
}

.contact-location a h4 {
    font-family: "Utopia-Std";
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    color: #000000;
}

.contact-email {
    padding: 30px 0;
}

.contact-phone {
    padding-bottom: 30px;
}

.contact-font-same {
    display: flex;
    flex-wrap: wrap;
}

.contact-titel {
    max-width: 120px;
    width: 100%;
}

.contact-titel h4 {
    font-family: "Univers-LT-Std";
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    padding-right: 3px;
}

.contact-detail {
    width: calc(100% - 120px);
}

.contact-detail a {
    color: #000000;
    font-family: "Univers-LT-Std";
    font-size: 24px;
    font-weight: 300;
    line-height: 28.8px;
    text-align: left;
}

.contact-descripetion p {
    color: #000000;
    font-family: "Univers-LT-Std";
    font-size: 24px;
    font-weight: 300;
    line-height: 28.8px;
    text-align: left;
}

.contact-detail-right-inner {
    max-width: 640px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

input {
    padding: 15px 15px;
}

input,
textarea {
    box-shadow: 0 0 2px 1px rgba(44, 44, 105, 0.25);
    font-size: 14px;
    border-radius: 20px;
    width: 300px;
    border: none;
}

textarea {
    resize: none;
    width: 620px;
    height: 150px;
    padding: 10px 10px;
}

.form-group {
    padding: 10px;
}

.col {
    flex: 1 0 0%;
}

.send-btn {
    text-align: center;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 68px auto 0;
}

.send-btn button {
    text-transform: uppercase;
    text-align: center;
    color: #2C2C69;
    font-family: "Univers-LT-Std";
    font-size: 18px;
    font-weight: 700;
    line-height: 21.6px;
    background-color: transparent;
    border: none;
}

@media (max-width:1100px) {
    .contact-detail-left-inner {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .contact-deatil-outter {
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
    }

    .contact-detail-right-inner {
        margin: 0 auto;
        padding-top: 50px;
    }

    .contact-deatil-outter {
        justify-content: center;
    }
}

@media (max-width:700px) {

    input,
    textarea {
        width: 470px;
    }

    .contact-detail-right-inner {
        margin: 0 auto;
        text-align: center;
        padding-top: 50px;
    }
}

@media (max-width:500px) {

    input,
    textarea {
        width: 252px;
    }

    .contact-detail {
        width: 100%;
    }

    .contact-location {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.footer-section {
    padding: 50px 0 0;
}

.footer-bg {
    background: linear-gradient(to left, rgba(44, 44, 105, 1), rgba(100, 155, 66, 1));
    color: #fff;
    padding: 0 20px;
    margin: 0 auto;
}

.footer-main {
    margin: 0 -20px;
    align-items: baseline;
}

.footer-outter {
    width: 25%;
    padding: 20px;
}

.footer-company-logo {
    width: 200px;
    min-height: 70px;
}

.footer-company-logo a img {
    width: 100%;
    height: 100%;
}

.footer-company-detail p {
    padding: 50px 0;
    font-family: Utopia-std;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
}

.footer-social-links {
    font-size: 20px;
}

.footer-titel h4 {
    padding-bottom: 25px;
    font-family: "Utopia-Std";
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
}

.footer-list ul li {
    padding-bottom: 10px;
    font-family: "Univers-LT-Std";
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.footer-content-font h5,
.footer-content-font a {
    font-family: "Univers-LT-Std";
    font-size: 16px;
    font-weight: 400;
}

.footer-contact-content {
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
}

.footer-image-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-image-outter {
    width: 50%;
}

.footer-image-inner {
    max-width: 70px;
    margin: 0 auto;
}

.m-w-140px {
    max-width: 140px !important;
}

.footer-image-inner img {
    width: 100%;
}

@media (max-width:1150px) {
    .footer-outter {
        width: 50%;
    }

    .p-t-b-20px {
        padding: 20px !important;
    }
}

@media (max-width:700px) {
    .footer-outter {
        width: 100%;
    }

    .footer-image-inner {
        margin: 0 auto;
    }

    .p-t-b-20px {
        padding: 20px !important;
    }
}

.p-t-b-20px {
    padding: 20px 0;
}

/* Contect Pop-up */
.contact-container {
    position: relative;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}

.contact-icon svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.popup-icons {
    position: fixed;
    z-index: 1;
    bottom: 80px;
    left: 20px;
    transform: scale(0);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.3s ease;
}

.popup-icons a {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: white; */
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.popup-icons a img {
    width: 50px;
    height: 50px;
}

.contact-icon.open+.popup-icons {
    transform: scale(1);
}

.whatsapp {
    background-color: #49E670;
}

.email {
    background-color: #FF485F;
}

.language select {
    width: 100%;
    max-width: 100px;
    padding: 5px;
    border: none;
    border-radius: 4px;
    background-color: #444;
    color: white;
    position: fixed;
    right: 80px;
    bottom: 32px;
    z-index: 999;
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
}