<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /* font-family: "Bebas Neue", sans-serif, Arial, Helvetica, sans-serif; */
    font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #000000;
    line-height: 1.3;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
    html {
        -webkit-text-size-adjust: 100%;
        /* Prevent font scaling in landscape while allowing user zoom */
    }
}

.borderLWhite {
    border-left: 2px solid #fff;
}

.borderBWhite {
    border-bottom: 2px solid #fff;
}

strong {
    font-weight: 700;
}

p {
    font-size: 1rem;
    padding-bottom: 10px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}

p span {
    font-weight: 900;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

h1 {
    font-size: 1.8rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

/* Navigation Open */
.navbar {
    padding: 0;
}

nav.navbar.bg-light {
    background-color: #fff !important;
    border-bottom: 1px solid #dddddd;
}

navbar.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    animation: smoothScroll 2s forwards;
}

.navbar-brand {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    width: 230px;
}

.navbar-collapse {
    margin: 0 -15px;
    flex-grow: 0;
}

.navbar-expand-lg .navbar-nav li a {
    font-size: 0.8rem;
    position: relative;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    transition: all 0.5s ease;
}

/* .navbar-expand-lg .navbar-nav li.nav-item a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 0;
    height: 2px;
    background: #0073ae;
    background: linear-gradient(90deg, rgba(128, 127, 131, 1) 9%, rgba(0, 115, 174, 1) 90%);
    transition: all 0.5s ease;
} */

/* .navbar-expand-lg .navbar-nav li a:hover {
    font-weight: 600;
    color: #0073ae !important;
} */

/* .navbar-expand-lg .navbar-nav li a:hover::after {
    width: 100%;
    right: unset;
    left: 0;
} */

/* Navigation Close */

/* Banner Section Start */
.carousel-indicators {
    margin-bottom: 5px;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #d8d8d8;
}

.carousel-indicators .active {
    background-color: #0073ae;
}

.BannerVideoSec {
    position: relative;
}

.BannerVideoSec .VideoSecInner {
    width: 100%;
}

/* Banner Section Close */

/* About Us Open */
.adout-us h1 {
    margin-top: 25px;
    margin-bottom: 10px;
}

.adout-us p {
    max-width: 992px;
    width: 100%;
    margin: 0 auto;
}

.adout-us .inner-copy-row h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #0070aa;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;

}

.adout-us .inner-copy-row p {
    font-size: 0.9rem;
    text-align: center;
    padding-bottom: 0;
}

.During-2023 h1 {
    margin-bottom: 20px;
}

/* About Close Open */

/* TMO Sec Open */
.TMO-VideoSec {
    margin-top: 25px;
    /* display: unset; */
}

.TMO-VideoSec .VidSec {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* height: 350px; */
    z-index: 1;
}

.TMO-VideoSec .VidSec iframe {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
}

.TMO-VideoSec .VidSec img {
    position: relative;
    z-index: 2;
}

.TMO-VideoSec .VidSec&gt;* {
    width: 100%;
    height: 100%;
}

.VdoMobl {
    padding-bottom: 65%;
}

.VdoMobl img {
    position: absolute !important;
    top: 0;
    left: 0;
}

/* Video play */
.player {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    background-color: #ccc;
    border-radius: 12px;
    box-shadow: 0 20px 60px -20px rgba(0, 0, 0, .5);
}

.player__poster {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition-duration: 250ms;
    transition-property: opacity;
}

.player__poster--hidden {
    opacity: 0;
    pointer-events: none;
}

.player__poster-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0;
    color: transparent;
    line-height: 1;
    outline: none;
    cursor: pointer;
    background: transparent;
    border: none;
    transition-duration: 250ms;
    transition-property: transform;
    transform: translate(-50%, -50%);

    &amp;:hover {
        transform: translate(-50%, -50%) scale(1.2);
    }

    &amp;::before {
        font-size: 72px;
        color: #fff;
        content: "\25B7";
        text-shadow: 0 0 5px rgba(0, 0, 0, .75);
    }
}

.player__poster-thumb {
    display: block;
    max-width: 100%;
}

.player__video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.player__progress {
    position: absolute;
    right: 10px;
    bottom: -10px;
    left: 10px;
    z-index: 1;
    height: 3px;
    background-color: red;
    transition-duration: 250ms;
    transition-property: bottom;
}

.player:not(.player--state-loading):hover .player__progress {
    bottom: 10px;
}

.player__progress-indicator {
    position: absolute;
    top: -4px;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: red;
    border-radius: 50%;
    transition-duration: 100ms;
    transition-property: left;
    transform: translateX(-50%);
}

.player--state-loading .player__poster,
.player--state-loading .player__video {
    visibility: hidden;
}

/* Video play close */

/* TMO Sec Close */

/* During Open */
.During-2023 {
    display: none;
}

.During-2023 h1,
.WhyUsSec h1 {
    margin-bottom: 10px;
    text-align: center;
}

.During-2023 h2 {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
}

.During-2023 p {
    font-size: 0.9rem;
    text-align: center;
}

/* During Close */

/* Our Seervice Sec Open */
.OurServiceSec {
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    background-image: url(../images/OurServicesBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.StaffSec {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 30px 20px 40px 20px;
}

.StaffSec .VT {
    flex-wrap: wrap;
}

.StaffSec .FirstSec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.StaffSec .FirstSec img {
    width: 50px;
}

.StaffSec .FirstSec h4 {
    color: #fff;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 1.3rem;
    font-weight: 400;
}

.StaffSec .VT h4 {
    padding-left: 0;
    padding-top: 20px;
}

.StaffSec p {
    color: #fff;
    font-size: 0.9rem;
    padding-top: 20px;
    padding-bottom: 0;
    font-weight: 200;
}

.colm1 {
    border-bottom: 2px solid #fff;
}

.colm2 {
    border-left: none;
    border-bottom: 2px solid #fff;
}

.colm3 {
    border-left: none;
    border-bottom: 2px solid #fff;
}

.colm4 {
    border-left: none;
    border-bottom: 2px solid #fff;
}

.colm5 {
    border-left: none;
}

.OurServiceSec .row&gt;div.col-lg-6.colm1,
.OurServiceSec .row .left-colm {
    position: relative;
    height: inherit;
    overflow: hidden;
}

.OurServiceSec .row&gt;div&gt;.row .col-lg-6&gt;.row {
    height: 100%;
}

.OurServiceSec .row&gt;div&gt;.row .col-lg-6&gt;.row&gt;div {
    height: 50%;
}

.OurServiceSec .custom-box .hover-text-box {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0073ae;
    color: #fff;
    padding: 20px;
    overflow: auto;
    transform: translateY(110%);
    transition: all .6s ease-in-out;
    z-index: 2;
}

.OurServiceSec .custom-box.AnimationTop .hover-text-box {
    transform: translateY(-110%);
}

.OurServiceSec .custom-box h3 {
    font-weight: 600;
}

.OurServiceSec .custom-box .hover-text-box ul {
    padding: 0;
}

.OurServiceSec .custom-box .hover-text-box li {
    list-style: none;
    border-top: 1px solid #fff;
    font-size: 1rem;
    padding: 12px 0;
}

.OurServiceSec .custom-box .hover-text-box p {
    font-size: 1rem;
    color: #fff;
}

.OurServiceSec .custom-box .hover-text-box p a {
    color: #fff;
    text-decoration: none;
}

.OurServiceSec .custom-box .hover-text-box p.text-end {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
}

.OurServiceSec .custom-box .hover-text-box p.text-end img {
    width: 20px;
    margin-left: 5px;
}

.OurServiceSec .custom-box .hover-text-box h3 {
    margin-bottom: 20px;
}

.OurServiceSec .custom-box:hover .hover-text-box {
    transform: translateX(0);
}
/* Our Seervice Sec Close */

/* Client Sec Open */
.clientsSec {
    position: relative;
    overflow: hidden;
    background-color: #0073ae;
    margin-top: 5px;
    padding: 15px 0;
}
.ClientsInnerSec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}
.InfoSec {
    margin-bottom: 15px;
    min-width: 100%;
}
.InfoSec h3 {
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 0;
}
.InfoSec span {
    font-size: 1.3rem;
}
/* Used slider Open */
:root {
    --total-slide-width: 0;
    /* Default value, will be updated by JavaScript */
}
.slider-container {
    overflow: hidden;
    width: 100%;
    /* Adjust as needed */
    height: 90px;
    /* Adjust as needed */
    position: relative;
}
.autoplay_custom_slider .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Adjust as needed */
    padding: 0px 25px;
}
.autoplay_custom_slider1Js {
    display: flex;
    position: relative;
    animation: marquee var(--total-slide) linear infinite;
    /* Marquee effect */
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(var(--total-slide-width));
    }
}
/* slider2 */
.autoplay_custom_slider2Js {
    display: flex;
    position: relative;
    animation: marquee2 var(--total-slide2) linear infinite;
    /* Marquee effect */
}
@keyframes marquee2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(var(--total-slide-width2));
    }
}
.autoplay_custom_slider .slide img {
    height: 27px;
    display: block;
}
/* Used slider Close */
/* Client Sec Close */

/* Why Us Sec Open */
.WhyUsSec,
.TrulyGlobalSec,
.During-2023 {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
}

.WhyUsSec .lrspacing:first-child {
    padding-right: calc(var(--bs-gutter-x)* .5);
}

.WhyUsSec .lrspacing:last-child {
    padding-left: calc(var(--bs-gutter-x)* .5);
}

.WhyUsSec ul li {
    width: 100%;
    background-color: #3f3f3f;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

.WhyUsSec .nav-tabs .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    padding: 15px 10px;
}

.WhyUsSec .nav-tabs .nav-link img {
    width: 40px;
    margin-right: 20px;
}

.WhyUsSec .nav-tabs .nav-link h4 {
    margin-bottom: 0;
    font-weight: 200;
}

.WhyUsSec .nav-tabs .nav-link:hover {
    color: #fff;
}

.WhyUsSec .nav-item.show .nav-link,
.WhyUsSec .nav-tabs .nav-link.active {
    background-color: #000000;
}

.WhyUsSec .nav-tabs .nav-link.active h4 {
    font-weight: 500;
}

.WhyUsSec .tab-content {
    display: flex;
    align-items: center;
    background-color: #000;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.WhyUsSec .tab-pane {
    padding: 20px;
}

.tab-pane p {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
}

.WhyUsSec .tab-pane h5 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}

.WhyUsSec .MagnonLogos_group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}

.WhyUsSec .MagnonLogos_group img {
    width: 130px;
    margin-top: 30px;
    margin-right: 20px;
}

.WhyUsSec .MagnonLogos_group img:nth-of-type(1) {
    width: 200px;
}

.WhyUsSec p {
    color: #fff;
}

.WhyUsSec .nav-tabs .nav-link {
    justify-content: flex-start;
}

.WhyUsSec .tab-pane.active * {
    transform: unset;
    opacity: 1;
    -webkit-animation: dropFadeInUp 1500ms ease-in-out;
    animation: dropFadeInUp 1500ms ease-in-out;
}

@keyframes dropFadeInUp {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.FormSec {
    background-color: #3f3f3f;
    padding: 10px;
    margin-top: 15px;

}

.FormSec h3 {
    color: #fff;
    padding-bottom: 15px;
    font-size: 1.2rem;
    text-align: center;
    max-width: 290px;
    margin: 0 auto;
}

.FormSecInner .FormCol1,
.FormSecInner .FormCol3 {
    padding-right: 2px;
}

.FormSecInner .FormCol2,
.FormSecInner .FormCol4 {
    padding-left: 2px;
}

.FormSecInner .col-md-6 input {
    width: 100%;
    min-height: 34px;
    margin-bottom: 10px;
    border-radius: 0;
    padding: 10px;
    border: 0;
}

.PhnNum {
    display: flex;
}

.PhnNum select {
    height: 41px;
    width: 54px;
    border: 0;
    font-size: 0.8rem;
}

.PhnNum input {
    height: 41px;
}

textarea {
    padding: 10px;
    height: 60px;
}

::placeholder {
    font-size: 0.8rem;
}

.FormSec p.ExploreMore {
    padding-top: 20px;
    margin: 0;
}

/* Why Us Sec Close */

/* StyleCareMainSec Open*/
.StyleCareMainSec {
    margin-top: 25px;
}

.StyleCareMainSec .MagnoficentSec {
    position: relative;
    overflow: hidden;
    background: url(../images/MagnoficentBg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* height: 500px; */
    padding: 20px;
    color: #fff;
}

.MagnoficentLogoGroup {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.MagnoficentLogo {
    width: 65%;
}

.MagnoficentLogoGroup p {
    margin: 0;
    padding-left: 10px;
}

.MagnoficentSec ul {
    margin-top: 10px;
    padding-left: 0;
}

.MagnoficentSec ul li {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

.MagnoficentSec ul li p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

.MagnoficentSec ul li img {
    padding-left: 20px;
    width: 40px;
}

.ExploreMore {
    padding-top: 17px;
    font-size: 1rem;
}

.ExploreMore img {
    padding-left: 10px;
    width: 30px;
}

.WeAreHiringSec {
    position: relative;
    overflow: hidden;
    background: url(../images/WeAreHiringBg.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 20px;
    color: #000;
    height: 170px;
    /* display: flex; */
}

.WeAreHiringSec h6 {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
}

.WeAreHiringSec h6:nth-child(2) {
    font-weight: 300;
    padding-bottom: 20px;
}

.ViewOpenings a {
    color: #000;
    font-size: 0.7rem;
    font-weight: 500;

}

.ViewOpenings img {
    margin-left: 5px;
    width: 15px;
}

.UniedDreamSec {
    position: relative;
    background-color: #d4d5cb;
}

.UniedDreamSec p {
    margin: 0;
    padding: 10px;
    font-size: 0.9rem;
    position: absolute;
    bottom: 20px;
    background-color: rgb(199 68 62 / 81%);
    color: #fff;
}

.Client1 {
    /* height: 280px; */
    position: relative;
    overflow: hidden;
    background-color: #0073ae;
    padding: 20px 30px;
    color: #fff;
}

.Client1 .WTS {
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 1.3rem;
}

.ClientDetails {
    display: flex;
    justify-content: space-between;
}

.ClientDetails span p:nth-child(1) {
    font-size: 1.25rem;
    font-weight: 400;
    padding-bottom: 0;
}

.ClientDetails span p:nth-child(2) {
    font-size: 0.7rem;
    padding-bottom: 5px;
}

.ClientDetails span img {
    width: 65px;
    height: 18px;
    margin-left: 0;
}

.ClientDetails img {
    width: 60px;
    height: 60px;
    margin-left: 20px;
}

.Client1 .ClientThink {
    font-size: 0.9rem;
    padding-top: 25px;
    padding-bottom: 0;
}

.pinkBand {
    position: absolute;
    bottom: 20px;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    cursor: pointer;
}

.WatchRapVideo {
    font-size: 0.9rem;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-weight: 300;
    padding-right: 10px;
}

.WatchRapVideo img {
    width: 20px;
    margin-left: 5px;
}

.RAPcenter {
    position: relative;
}

/* StyleCareMainSec Close*/

/* Truly global footprint Section Open */
.TrulyGlobalSec {
    margin-top: 25px;
}

.TrulyGlobalSec h1 {
    margin-Bottom: 0;
}

.transformCard {
    position: relative;
    overflow: hidden;
    height: 260px;
    width: 100%;
    margin-top: 20px;
    transition: all 750ms ease 0s;

}

.transformCard .customCard {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 225ms ease 0s;
}

.transformCard .customCard .hoverText {
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between; */
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 130%;
    background-color: rgb(0 0 0 / 75%);
    color: #fff;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    -o-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    opacity: 1;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.transformCard .cover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(1);
    transition: all 400ms ease 0s;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.transformCard:hover .cover {
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.transformCard .customCard:hover .hoverText {
    top: 50%;
    /* height: 100%; */
    /* justify-content: center; */

}

.transformCard img {
    width: 30px;
    margin-top: 15px;
}

.transformCard h4 {
    margin-bottom: 15px;
}

/* Truly global footprint Section Close */

/* Map Section Open */
.MapSec {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    background-image: url(../images/MapBg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.MapSec ul {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
}

.MapSec ul li {
    list-style: none;
    padding: 10px 10px 10px 10px;
    text-align: center;
}

.MapSec ul li h4 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.MapSec ul li p {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.MapSec ul li h4:hover {
    color: #0073ae;
}

.MapSec ul li p:hover {
    color: #0073ae;
}

/* Map Section Close */

/* Footer Start */
footer {
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}

footer .AllRights p {
    font-size: 1rem;
    font-weight: 400;
}

footer .AllRights div {
    display: flex;
    color: #000;
    flex-direction: column;
}

footer .AllRights div a {
    color: #000;
    font-size: 0.9rem;
    margin-right: 0;
    margin-bottom: 10px;
}

footer .social-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

footer .social-icons a {
    margin-right: 10px;
}

footer .social-icons a img {
    max-width: 45px;
    height: 45px;
}

/* Footer Close */

/* About Page Open*/

/* About Section Banner Open*/
.AboutBannerSec,
.OurServiceBannerSec,
.OurWorkBannerSec,
.ContactUsBannerSec {
    overflow: hidden;
    position: relative;
    background-image: url(../images/AboutUs_Banner.jpg);
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 0;
}

.AboutBannerSec p,
.OurServiceBannerSec p,
.OurWorkBannerSec p,
.ContactUsBannerSec p {
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
}

/* About Section Banner Close*/

/* AboutIntroSec Open*/
.AboutIntroSec {
    margin-top: 30px;
}

.AboutIntroSec p,
.OurServiceIntroSec p,
.OurWorkIntroSec p {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.AboutIntroSec p:nth-child(3),
.OurServiceIntroSec p:nth-child(3),
.OurWorkIntroSec p:nth-child(2) {
    padding-bottom: 0;
}

/* AboutIntroSec Close*/

/* OurLineageSec Open*/
.OurLineageSec {
    overflow: hidden;
    position: relative;
    background-image: url(../images/LineageBg.jpg);
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 30px;
    padding: 25px 0 60px 0;
}

.OurLineageSec .Branch {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 30px;
    height: 100%;
    border: 1px solid #000;
    border-top: 0;
}

.branch-content {
    padding: 35px 25px 0 25px;
}

.OurLineageSec .Branch p {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.OurLineageSec .Branch a {
    font-size: 0.9rem;
    font-weight: 500;
    color: #0c00ff;
}

.OurLineageSec .Branch span {
    position: absolute;
    width: 100%;
    top: 0;
}

.OurLineageSec .Branch span::before,
.OurLineageSec .Branch span::after {
    content: "";
    display: block;
    background: #000000;
    height: 1px;
    width: 26%;
    position: absolute;
    left: 0;
    right: 0;
}

.OurLineageSec .Branch span::after {
    right: 0;
    left: auto;
}

.OurLineageSec .Branch span img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 40%;
    top: -12px;
}

.OurLineageSec .Branch img.designory {
    width: 30%;
}

/* OurLineageSec Close*/

/* AboutAwardSec Open*/
.AboutAwardSec {
    margin-top: 25px;
}

.AboutAwardSec .AwardImgSec {
    display: unset;
}

.AboutAwardSec .AwardImgSec img {
    width: 100%;
}

/* AboutAwardSec Close*/

/* ClientComSec Open */
.ClientComSec {
    position: relative;
    background-image: url(../images/SliderBg.jpg);
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 5px;
    padding: 25px 0 25px 0;
}

.ClientComSec .Info {
    display: flex;
    align-items: flex-start;
}

.ClientComSec .Info img:nth-child(1) {
    width: 25px;
}

.ClientComSec .Info .InfoInner {
    margin-top: 10px;
    padding-left: 10px;
    color: #fff;
}

.ClientComSec .Info .InfoInner .CEO-Sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    margin-top: 15px;
    ;
}

.ClientComSec .Info .InfoInner .CEO-Sec p span {
    font-size: 0.8rem;
    font-weight: 300;
}

.ClientComSec .Info .InfoInner .CEO-Sec div img {
    width: 85px;
}

.ClientComSec .Info .InfoInner .CEO-Sec div img:nth-child(2) {
    width: 25px;
    margin-left: 10px;
}

/* ClientComSec Close */
/* About Page Close*/

/* Our service Page Open */

/* OurService BannerSec Open */
.OurServiceBannerSec {
    background-image: url(../images/OurServicesBannerBg.jpg);
}

.OurServiceIntroSec,
.OurWorkIntroSec {
    margin: 30px 0;
}

/* OurService BannerSec Close */

/* Our service Page Close */

/* Our Work Page Open */
.OurWorkBannerSec {
    background-image: url(../images/OurWork_Banner.jpg);
    background-position: top left;
}

/* Our Work Page Close */

.ContactUsBannerSec {
    background-image: url(../images/ContactUsBanner.jpg);
}

.ContactUsTouch {
    padding: 30px 0;
}

.ContactUsTouch .AgencyHours {
    margin-bottom: 20px;
}

.ContactUsTouch .AgencyHours h5,
.ContactUsTouch .BeSocial h5 {
    font-weight: 600;
}

.ContactUsTouch .AgencyHours p {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    padding-bottom: 3px;
}

.ContactUsTouch .BeSocial p {
    margin: 0;
    padding: 0;
    max-width: 325px;
    font-weight: 500;
    font-size: 0.9rem;
}

.iconSec {
    display: flex;
    margin-top: 15px;
}

.iconSec img {
    width: 35px;
    margin-right: 10px;
}

.ContactUsTouch .FormSec {
    background-color: transparent;
    padding: 0;
    margin-top: 25px;
}

.ContactUsTouch h4 {
    font-weight: 600;
}

.ContactUsTouch .FormSecInner .col-md-12 textarea {
    margin-top: 10px;
}

.ContactUsTouch .FormSecInner .col-md-6 input,
.ContactUsTouch .FormSecInner .col-md-12 textarea {
    width: 100%;
    background: #ededed;
    border: 1px solid #ced7de;
    color: #9fa19f;
}

.ContactUsTouch .FormSecInner select {
    width: 100%;
    min-height: 43px;
    background: #ededed;
    border: 1px solid #ced7de;
    color: #9fa19f;
}

.ContactUsTouch .FormSecInner .PhnNum select {
    width: fit-content;
}

.ContactUsTouch .FormSec p.text-start {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 1rem !important;
    font-weight: 600;
}

.ContactUsTouch .FormSec p.text-start a {
    color: #000;
}

.ContactUsTouch .FormSec p.text-start a img {
    width: 22px;
    margin-left: 3px;

}

/* Career Page Open */
.careers-banner {
    background: url('../images/careers-banner-bg-image.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    overflow: hidden;
}
.careers-banner * {
    color: #fff;
}
.careers-banner img {
    max-width: 100%;
}
.careers-banner h2 {
    font-weight: bold;
}
.careers-banner .inner-col {
    max-width: 500px;
    text-align: center;
    margin-top: 25px;
}
.careers-banner .profile-cols {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin-top: 25px;
}
.careers-banner .profile-cols .custom-col {
    position: relative;
}
.careers-banner .profile-cols p {
    position: absolute;
    bottom: 2px;
    left: 2px;
    margin: 0;
    font-weight: bold;
    width: calc(100% - 4px);
    text-align: center;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    line-height: 1;
}
.careers-banner .section-title {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.careers-banner .section-title h2 {
    font-weight: 600;
}
.careers-banner .section-title h5 {
    padding-bottom: 15px;
}
.careers-banner .section-title p {
    margin: 0;
}
.careers-banner .section-title p:last-child {
    padding: 0;
}
.copy-with-form {
    background-color: #3f3f3f;
    overflow: hidden;
    height: 100%;
    margin-top: 5px;
}
.copy-with-form .copy {
    color: #fff;
    padding: 25px 0px;
    display: flex;
    align-items: center;
    height: 100%;
}
.copy-with-form .copy p {
    margin: 0;
    padding: 0;
}
.copy-with-form .FormSec {
    padding: 25px 0;
    margin-top: 0;
}
.custom_form {
    background: #3f3f3f;
}
.copy-with-form .custom_form {
    display: flex;
    align-items: center;
}
.copy-with-form .custom_form p {
    color: #fff;
}
.copy-with-form textarea {
    width: 100%;
    height: 100%;
}
.iamnotRobot {
    display: flex;
    align-items: center;
    margin-left: 0px;
    margin-top: 10px;
}
.iamnotRobot input {
    margin-right: 10px;
    width: 20px;
    height: 30px;
}
.iamnotRobot img {
    width: 30px;
    height: 30px;
    margin-left: 20px;
}
.custom_form .submit {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.copy-with-form .submit .CVLeft {
    width: 65%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.custom_form .submit p {
    margin: 0;
    padding: 0;
}
.custom_form .submit button {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
}
.custom_form .file-upload {
    position: relative;
    display: inline-block;
}
.custom_form .file-upload-label {
    display: flex;
    align-items: center;
    background-color: #ededed;
    padding: 10px;
    cursor: pointer;
    width: 100%;
}
.custom_form .file-input {
    display: none;
    /* Hide the default file input */
}
.custom_form .icon {
    margin-left: 8px;
    /* Space between text and icon */
}
.copy-with-form .custom_form p.label-text {
    color: #9a9898;
    margin: 0;
    padding: 0;
    white-space: pre;
    width: calc(100% - 30px);
    overflow: hidden;
    font-size: 14px;
}
.file-upload {
    width: 100%;
}
.custom_form input,
.custom_form select {
    background: #ededed;
}
.FormSecInner .row&gt;div {
    margin-bottom: 10px;
}
.FormSecInner .row&gt;div input {
    width: 100%;
    min-height: 34px;
    margin-bottom: 0px;
    border-radius: 0;
    padding: 10px;
    border: 0;
    height: 100%;
}
/* .FormSecInner .row&gt;div:nth-child(even) {
    padding-left: 0px !important;
    padding-right: 0 !important;
}
.FormSecInner .row&gt;div:nth-child(odd) {
    padding-right: 0px !important;
    padding-left: 0;
} */
.hiring-info .img-col img {
    width: 100%;
    margin-top: 5px;
}

/* Career Page Close*/


/* Digital Marketing Page Start */
/* Digital Marketo Section open */
.DMSec {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    background: url(../images/DM_Banner.jpg) no-repeat center;
    background-size: cover;
    background-position: 80% 0;
    padding: 25px 0;
    height: 100%;
}
.DMSec:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.DMSec .DigitalIntro {
    position: relative;
    color: #fff;
    z-index: 1;
}
.DMSec .DigitalIntro h5 {
    margin-bottom: 25px;
    font-weight: 600;
}
.DMSec .DigitalIntro p {
    margin: 0;
}
.DMSec .DigitalIntro p:last-child {
    padding: 0;
}
/* Digital Marketo Section Close */

/* Social Media Marketing Open */
.SMMSec {
    overflow: hidden;
    position: relative;
    background-color: #6a76da;
    color: #fff;
}
.SMMSec .col-lg-8, .SMMSec .col-lg-4,
.SMSec .col-lg-8, .SMSec .col-lg-4,
.AMPSec .col-lg-8, .AMPSec .col-lg-4,
.CIMSec .col-lg-8, .CIMSec .col-lg-4  {
    display: flex;
    align-items: center;
    justify-content: center;
}
.SMMSec .col-lg-4 video ,
.SMSec .col-lg-4 img,
.CIMSec .col-lg-4 img {
    width: 300px;
}
.AMPSec .col-lg-4 img {
    width: 250px;
}
.SMMSec .col-lg-8 .SMM_Intro,
.SMSec .col-lg-8 .SM_Intro,
.AMPSec .col-lg-8 .AMP_Intro,
.CIMSec .col-lg-8 .CIM_Intro {
    padding: 25px 0;
    z-index: 1;
}
.SMMSec .col-lg-8 .SMM_Intro h4,
.SMSec .col-lg-8 .SM_Intro h4,
.AMPSec .col-lg-8 .AMP_Intro h4,
.CIMSec .col-lg-8 .CIM_Intro h4  {
    font-weight: 600;
}
.SMMSec .col-lg-8 .SMM_Intro p,
.SMSec .col-lg-8 .SM_Intro p,
.AMPSec .col-lg-8 .AMP_Intro p,
.CIMSec .col-lg-8 .CIM_Intro p {
    /* font-weight: 300; */
    margin: 0;
    padding-bottom: 15px;
}
.SMMSec .col-lg-8 .SMM_Intro .row .col-md-6,
.SMSec .col-lg-8 .SM_Intro .row .col-md-6,
.AMPSec .col-lg-8 .AMP_Intro .row .col-md-6,
.CIMSec .col-lg-8 .CIM_Intro .row .col-md-6 {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.SMMSec .col-lg-8 .SMM_Intro .row .col-md-6:nth-child(1),
.SMSec .col-lg-8 .SM_Intro .row .col-md-6:nth-child(1),
.AMPSec .col-lg-8 .AMP_Intro .row .col-md-6:nth-child(1),
.CIMSec .col-lg-8 .CIM_Intro .row .col-md-6:nth-child(1) {
    margin-top: 5px;
}
.SMMSec .col-lg-8 .SMM_Intro .row .col-md-6 p,
.SMSec .col-lg-8 .SM_Intro .row .col-md-6 p,
.AMPSec .col-lg-8 .AMP_Intro .row .col-md-6 p,
.CIMSec .col-lg-8 .CIM_Intro .row .col-md-6 p {
    font-weight: 500;
    padding-bottom: 0;
}
/* Social Media Marketing Close */

/* Search Marketing Open */
.SMSec, .CIMSec {
    overflow: hidden;
    position: relative;
    background-color: #d7f369;
    padding-top: 25px;
}
/* Search Marketing Open */

/* Advertising Media Planning Section Open */
.AMPSec {
    overflow: hidden;
    position: relative;
    background-color: #6a76da;
    color: #fff;
    padding-top: 25px;
}
/* Advertising Media Planning Section Close */

/* Other Services Open */
.OSSec {
    padding: 25px 0;
}
.OSSec .row .col-lg-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 300px;
    margin: 15px auto 0 auto;
}
.OSSec .row .col-lg-3 h5 {
    margin-bottom: 0;
}
.OSSec .row .col-lg-3 h5 br {
    display: none;
}
.OSSec .row .col-lg-3 img {
    margin-left: 20px;
    width: 35px;
    height: 35px;
}
/* Other Services Close */
/* Digital Marketing Page End */</pre></body></html>