@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

.iti__flag {
    background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@17.0.19/build/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdn.jsdelivr.net/npm/intl-tel-input@17.0.19/build/img/flags@2x.png");
    }
}

/* lato FONT */
@font-face {
    font-family: "lato";
    src: url("../font-family/lato/Lato-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "lato";
    src: url("../font-family/lato/Lato-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "lato";
    src: url("../font-family/lato/Lato-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "lato";
    src: url("../font-family/lato/Lato-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "lato";
    src: url("../font-family/lato/Lato-Thin.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* OPEN SANS */
@font-face {
    font-family: "Open Sans";
    src: url("../font-family/opensans/OpenSans_SemiCondensed-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font-family/opensans/OpenSans_SemiCondensed-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font-family/opensans/OpenSans_SemiCondensed-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font-family/opensans/OpenSans_SemiCondensed-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font-family/opensans/OpenSans_SemiCondensed-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Open Sans";
    src: url("../font-family/opensans/OpenSans_SemiCondensed-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track (background) */
::-webkit-scrollbar-track {
    background: #e9e9e9;
    border-radius: 2px;
}

/* Handle (scroll thumb) */
::-webkit-scrollbar-thumb {
    background: #7e8082;
    border-radius: 2px;
}

/* Handle hover */
::-webkit-scrollbar-thumb:hover {
    background: #4b4e53;
}

html {
    scroll-behavior: smooth;
}

/* ----Home---- */

.header-parent {
    display: flex;
    justify-content: center;
}

.home.page-id-2 .company-logo .logo-img-1 {
    display: none;
}

.header-right-side {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-right-side .phone-link-header {
    color: #fff;
    background-color: #03045e;
    padding: 10px 9px;
    font-size: 16px;
    border-radius: 100%;
}

.header-right-side .phone-link-header:hover {
    background-color: #000;
    color: #fff;
}

.header-child {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    max-width: 1920px;
    transition: all 300ms ease-in-out;
}

.logo-img-1 {
    display: block;
}

.logo-img-2 {
    display: none;
}

.slide:nth-child(2) .slide-image, .slide:nth-child(3) .slide-image {
    object-position: bottom center;
}

.logo-img-1,
.logo-img-2 {
    transition: opacity 0.3s ease;
}


/* When scrolled */
.header-child.scrolled .logo-img-1,
.header-child.scrolled .logo-img-3 {
    display: none;
}

.header-child.scrolled .logo-img-2 {
    display: block;
}

.blur {
    backdrop-filter: blur(10px);
    padding: 10px 20px;
}

.header-child.scrolled {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* Change nav link color on scroll */
.header-child.scrolled .nav-link {
    color: #4b4e53;
}

/* Change underline color */
.header-child.scrolled .nav-link::before {
    background: #4b4e53;
}


ul.nev-item {
    list-style: none;
    display: flex;
    gap: 25px;
}

.company-logo img {
    width: 130px;
}

.nev-item-link {
    overflow: hidden;
    padding-bottom: 5px;
}

.nav-link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    line-height: 1.2em;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
}

a.nav-link::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -100%;
    width: 100%;
    height: 1px;
    background: #4b4e53;
    transition: 0.3s ease-in-out;
}

a.nav-link:hover::before {
    left: 0;
}

.section-1 .creaative-parent {
    max-width: 1280px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 20px;
    margin: 0 auto;
    gap: 40px;
}

.section-1.container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.creative-left {
    width: 45%;
}

.creative-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.creative-left img {
    width: 100%;
}

.creative-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.option-img img {
    height: 45px;
}

.options {
    display: flex;
    gap: 20px;
}

.option-content {
    display: grid;
    gap: 20px;
}

.creative-right h2 {
    margin-bottom: 40px;
    font-family: "lato", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 60px;
    color: #4b4e53;
}

.creative-right h2 .bold {
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    color: #03045e;
}

.creative-right h2 .bold:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    bottom: 0;
    background-color: #03045e;
}

.section-2.container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.responsive-performance-parent {
    width: 100%;
    max-width: 100%;
}

.responsive {
    display: flex;
    width: 100%;
}

.responsive-left,
.responsive-right {
    width: 100%;
    max-width: 100%;
}

.responsive-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.responsive-left {
    display: flex;
    justify-content: center;
}

.responsive-performance-parent .content {
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding: 120px 50px;
    margin: 0 auto;
}

.responsive-performance-parent h2 {
    margin-bottom: 40px;
    font-family: "lato", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 45px;
    color: #4b4e53;
}

.responsive-performance-parent h2 .bold {
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    color: #03045e;
}

.responsive-performance-parent h2 .bold:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    bottom: 0;
    background-color: #03045e;
}

.responsive-performance-parent p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #4b4e53;
}

.row-reverse {
    flex-direction: row-reverse;
}

.creative-options h3 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #4b4e53;
}

.creative-options p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #4b4e53;
}

.slider-container {
    width: 100%;
    position: relative;
}

.slide {
    width: 100%;
    display: none;
}

.slide-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    filter: brightness(0.6);
    object-position: top center;
}

.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    padding: 7rem 3rem 1rem;
    max-width: 600px;
    width: 100%;
}

.slide-title {
    text-align: left;
    width: 100%;
    max-width: 50rem;
    color: white;
    font-size: 50px;
    font-weight: 600;
    font-family: "lato", Arial, Helvetica, sans-serif;
}

.slide-desc {
    text-align: left;
    width: 100%;
    max-width: 50rem;
    color: lightgray;
    font-size: 1rem;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}


.slide-number-container {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 5;
    font-size: 1.5rem;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: rgba(211, 211, 211, 0.788);
    letter-spacing: 0.2rem;
}

.slide-number-container hr {
    width: 3rem;
    transform: rotate(130deg);
    border-color: rgba(211, 211, 211, 0.788);
}

.slider-nav {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.slider-nav-btn {
    cursor: pointer;
    background-color: rgba(211, 211, 211, 0.226);
    color: white;
    font-size: 1.5rem;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease 0.3s;
}

.slider-nav-btn:hover {
    background-color: #03045e;
    color: #fff;
}

.dot-container {
    position: absolute;
    bottom: 1rem;
    left: 0;
    z-index: 4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.dot {
    cursor: pointer;
    height: 1rem;
    width: 1rem;
    background-color: rgba(211, 211, 211, 0.226);
    border-radius: 50%;
    display: inline-block;
    transition: ease 0.3s;
}

.active,
.dot:hover {
    background-color: #03045e;
}

.fade {
    animation-name: fade;
    animation-duration: 1s;
}

@keyframes fade {
    from {
        opacity: 0.8;
    }

    to {
        opacity: 1;
    }
}

.btn-style-1 {
    padding: 8px 35px 8px 35px;
    position: relative;
    display: inline-block;
    background-color: #03045e;
    color: #fff;
    border: 2px solid #03045e;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
    font-family: 'lato', Arial, sans-serif;
    font-size: 16px;
}

.btn-style-1:hover {
    background-color: #fff !important;
    border: 2px solid #fff !important;
    color: #03045e !important;
}

.slide-btn-ctr {
    display: flex;
    gap: 20px;
}

.section-3.container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.our-services-parent {
    max-width: 1170px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 120px 20px;
    margin: 0 auto;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 60px;
}

.column-head img {
    height: 45px;
}

.our-services-parent .services-column {
    flex: 0 0 32%;
    box-sizing: border-box;
}

.our-services-parent h2 {
    margin: 0;
    padding: 22px 25px 24px 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #4b4e53;
    border-left: #03045e 2px solid;
}

.our-services-parent .column-head {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 25px;
}

.our-services-parent .heading-sub-heading {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.our-services-parent .heading-sub-heading h3 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #03045e;
}

.our-services-parent .heading-sub-heading span {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #4b4e53;
}

.our-services-parent .column-description p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #7e8082;
}

.our-services-parent h2 .bold {
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    color: #03045e;
}

.section-4.container {
    width: 100%;
}

.projects-parent-heading h2 {
    text-align: center;
    padding: 22px 25px 24px 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #4b4e53;
}

.projects-parent {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.project-ctr {
    flex: 0 0 33.33%;
    overflow: hidden;
    position: relative;
    padding: 0 10px;
}

.project-ctr:first-child,
.project-ctr:nth-child(4) {
    padding-left: 0;
}

.project-ctr:last-child,
.project-ctr:nth-child(3) {
    padding-right: 0;
}

.project-ctr:nth-child(3) img {
    object-position: top center;
}

.project-image img {
    width: 100%;
    max-height: 450px;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease-in-out;
}

.project-image {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.project-ctr:hover img {
    transform: scale(1.3);
}

.project-image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    -o-transition: all .27s cubic-bezier(.3, .1, .58, 1);
    transition: all .27s cubic-bezier(.3, .1, .58, 1);
}

.project-ctr:hover .project-image:after {
    background: rgba(16, 16, 16, 0.486);
}

.project-ctr h3 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
}

.project-ctr p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}

.section-5.container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.our-clients-parent {
    max-width: 1170px;
    width: 100%;
    padding: 120px 20px;
    margin: 0 auto;
}

.brand-logo img {
    height: 95px;
}

.clients-left-panel {
    width: 100%;
}

.clients-right-panel {
    width: 70%;
}

.brands-logo-images {
    display: flex;
    flex-wrap: wrap;
}

.brand-logo {
    width: 25%;
    text-align: center;
    padding: 20px 15px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #eee;
}

.brand-logo:nth-child(4),
.brand-logo:nth-child(8) {
    border-right: 0;
}

.our-clients-parent h2 {
    text-align: center;
    padding: 22px 25px 24px 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #4b4e53;
}

.clients-parent {
    display: flex;
    justify-content: center;
    gap: 60px;
}

/* Slider Container */
.clients-parent .testimonial-section {
    width: 100%;
}

.test-initials {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
}

.testi-3 {
    background-color: #ff9494;
    color: red;
}

.testi-1 {
    background-color: #a0e8ff;
    color: #00c1ff;
}

.testi-2 {
    background-color: #ffe2a0;
    color: #ffb100;
}

.testi-4 {
    background-color: #a0afff;
    color: #0028ff;
}

.testi-5 {
    background-color: #ffc8a0;
    color: #ff6b00;
}

.testi-6 {
    background-color: #bca0ff;
    color: #4b00ff;
}


.clients-parent .testi-review {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #7e8082;
}

.clients-parent .testi-title {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #4b4e53;
}

/* IMPORTANT: DO NOT FORCE WIDTH ON swiper-slide */
.clients-parent .swiper-slide {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
}

/* Slider card */
.clients-parent .slider-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    min-height: 350px;
    background: white;
    padding: 20px;
    border-radius: 40px;
    box-shadow: 0 0px 5px rgba(193, 193, 193, 0.589);
}

.clients-parent .row-reverse {
    flex-direction: row-reverse;
}

/* Images */

.clients-parent .child-left {
    flex-shrink: 0;
}

.clients-parent .child-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

/* Swiper smooth */
.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.clients-parent i {
    color: #ffa534;
}

.rating-stars-content {
    flex-direction: column;
    display: flex;
    gap: 20px;
}

.clients-parent .content {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.5em;
    font-weight: 500;
}

.clients-parent .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
}

.clients-parent .designation {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
}



.section-6.container {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #fff;
    padding: 20px;
}

.work-process-parent h2 {
    padding: 22px 25px 24px 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    border-left: #000 2px solid;
}

.work-process-parent .bold {
    font-weight: 700;
}

.work-process-parent {
    width: 100%;
    max-width: 1280px;
    display: flex;
    padding: 0 20px;
}

.brand-logo-slider {
    padding: 40px 0;
}

.brand-logo-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-logo-slider img {
    max-height: 100px;
    width: auto;
    opacity: 1;
    transition: 0.3s;
}

.brand-logo-slider img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.swiper {
    overflow: hidden;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}


.section-7.container {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #f4f4f4;
}

.team-parent {
    max-width: 1170px;
    width: 100%;
    padding: 120px 20px 0;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.team-parent h2 {
    margin: 0 0 50px;
    padding: 22px 25px 24px 25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #4b4e53;
    border-left: #4b4e53 2px solid;
}

.team-parent .bold {
    font-weight: 700;
}

.section-8.containenr {
    width: 100%;
    display: flex;
    justify-content: center;
}

.company-completation-count {
    max-width: 1170px;
    width: 100%;
    padding: 80px 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.completation-count {
    flex: 0 0 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #7e8082;
}

.company-completation-count .count-no {
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    font-weight: 400;
    color: #03045e;
}

.count-title {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #7e8082;
}

.completation-count.count:last-child {
    border-right: 0;
}


.btn-style-2 {
    padding: 8px 35px 8px 35px;
    position: relative;
    display: inline-block;
    background-color: #03045e;
    color: #fff;
    border: 2px solid #03045e;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
    font-family: 'lato', Arial, sans-serif;
    font-size: 16px;
}

.btn-style-2:hover {
    background-color: #000 !important;
    border: 2px solid #000 !important;
    color: #fff !important;
}

.section-10.container {
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(../media/be-creative-with-haris-jawaid.webp) fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.section-10.container:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.video-container {
    max-width: 1170px;
    width: 100%;
    padding: 120px 20px;
    margin: 0 auto;
    gap: 20px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container .play-icon {
    height: 80px;
}

.video-container .video-btn {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.video-container .video-text {
    font-family: "lato", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #fff;
}

.video-container .video-text:first-child {
    text-align: right;
}

.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.8);
}

.video-popup {
    position: relative;
    width: 90%;
    max-width: 900px;
    height: 80vh;
    background: #000;
    border-radius: 10px;
    z-index: 10;
}

.video-popup iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.close-video {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

.btn-style-3 {
    padding: 8px 35px 8px 35px;
    position: relative;
    display: inline-block;
    background-color: #03045e;
    color: #fff;
    border: 2px solid #03045e;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
    font-family: 'lato', Arial, sans-serif;
    cursor: pointer;
    font-size: 16px;
}

.btn-style-3:hover {
    background-color: #000 !important;
    border: 2px solid #000 !important;
    color: #fff !important;
}

.footer-form .btn-style-3 {
    padding: 10px 37px 10px 37px;
}

.footer-section-1.container {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #eee;
}

.form-parent {
    max-width: 1170px;
    width: 100%;
    padding: 80px 20px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-parent .content-area,
.form-parent form {
    width: 50%;
}

.form-parent h2 {
    margin-bottom: 40px;
    font-family: "lato", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 45px;
    color: #4b4e53;
}

.form-parent h2 .bold {
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    color: #03045e;
}

.form-parent h2 .bold:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    bottom: 0;
    background-color: #03045e;
}

.form-parent p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #7e8082;
}

.footer-form input {
    border: none;
    border-bottom: 1px solid #a6a7a9;
    border-radius: 0;
    background: 0 0;
    color: #4b4e53;
    font-size: 14px;
    outline: medium none;
    padding: 8px 20px 8px 0;
    font-family: 'lato', Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.footer-main .copyright-section {
    max-width: 1170px;
    width: 100%;
    padding: 10px 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer-main.container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.footer-main.container .social-links {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 5px;
}

.footer-main.container .social-links i {
    color: #03045e;
}

.footer-main.container .social-links .links {
    border-width: 1px;
    border-style: solid;
    border-radius: 100%;
    border-color: #03045e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px 7px;
    text-decoration: none;
}

.footer-main.container .copyright-section p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #7e8082;
}


.footer-main.container .social-links a {
    transition: all 300ms ease-in-out;
}

.footer-main.container .social-links a:hover {
    transform: translateY(-5px);
}

.form-parent .footer-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-parent .form-row {
    display: flex;
    gap: 20px;
}

.form-parent input {
    width: 100%;
}

.iti {
    width: 100%;
}

.iti {
    width: 100%;
}

.iti input {
    padding-left: 95px !important;
}

.section-11.linkdin-posts {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.linkdin-post-parent-heading {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 20px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

img.w-full.object-cover.object-center.h-full {
    max-height: 250px;
}

.linkdin-post-parent-heading h2 {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #4b4e53;
}

.linkdin-post-parent {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 20px 60px;
    flex-wrap: wrap;
    justify-content: center;
}

.linkdin-post-parent iframe {
    flex: 0 0 32%;
}

.page-id-1 .logo-img-3 {
    display: none;
}

/* thankyou page */

.page-id-2 {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.thankyou-parent .right-ctr {
    display: flex;
}

.thankyou-parent img {
    width: 100%;
    height: 100%;
    align-items: stretch;
    display: flex;
    object-fit: cover;
}

section.thank-you {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 1;
}

.thankyou-parent {
    display: flex;
    align-items: center;
    width: 1170px;
}

.thankyou-parent .left-ctr,
.thankyou-parent .right-ctr {
    width: 100%;
    height: 100%;
}

.thankyou-parent .content {
    width: 500px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding: 120px 50px;
    margin: 0 auto;
    align-items: flex-start;
}

.thankyou-parent h2 {
    font-family: "lato", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 60px;
    color: #4b4e53;
}

.thankyou-parent p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #4b4e53;
}

.go-up-btn {
    border: 2px solid #03045e;
    border-radius: 100%;
    padding: 10px 9px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    background-color: #fff;
    z-index: 10;
}

.go-up-btn.show {
    opacity: 1;
    visibility: visible;
}

.go-up-btn:hover {
    background-color: #03045e;
}

.go-up-btn:hover i {
    color: #fff;
}

.go-up-btn i {
    font-size: 16px;
    color: #03045e;
}


/* thankyou page */

/* popup-form */

.popup-form {
    height: 100%;
    position: fixed;
    width: 100%;
    background: #00000082;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.popup-form.active {
    opacity: 1;
    visibility: visible;
}

.popup-model {
    background: #fff;
    position: relative;
    transform: scale(0.7);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.popup-form.active .popup-model {
    transform: scale(1);
    opacity: 1;
}

.popup-form.closing .popup-model {
    transform: scale(0.7);
    opacity: 0;
}

.popup {
    display: flex;
    justify-content: center;
    align-items: center;
}



.popup-model img {
    width: 100%;
    height: 475px;
    object-fit: cover;
    object-position: top center;
    display: flex;
}

.popup-model .left-side,
.popup-model .right-side {
    width: 100%;
}

.popup-model .right-side {
    padding: 0 30px 0 30px
}

.popup-model .form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}

.popup-model .footer-form button {
    width: 100%;
}

.popup-form .footer-form input {
    width: 100%;
}

.popup-form h2 {
    font-family: "lato", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 38px;
    color: #4b4e53;
}

.popup-form p {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #7e8082;
}

.popup-form .content-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    padding: 7px 6px;
    border-radius: 100%;
    border: 1px solid #000;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.close-popup:hover {
    border-color: #03045e;
    background-color: #03045e;
}

.close-popup:hover i {
    color: #fff;
}


.popup-open {
    cursor: pointer;
}

.popup-open i {
    font-size: 28px;
}

/* popup-form */

@media (max-width: 1200px) {

    .section-1 .creaative-parent,
    .our-services-parent,
    .our-clients-parent,
    .optimization-power-parent,
    .video-container {
        padding: 80px 20px;
    }

    .thankyou-parent .content {
        padding: 80px 30px;
    }

    .project-image img {
        max-height: 360px;
    }

    .team-parent,
    .company-completation-count,
    .form-parent {
        padding: 60px 20px
    }

    .optimization-power-parent .optimization {
        gap: 70px;
    }

    .responsive-performance-parent .content {
        padding: 80px 30px;
    }

    .clients-parent .slider-child {
        padding: 30px;
        min-height: 300px;
    }

    .clients-parent .content {
        font-size: 20px;
    }

}

@media (max-width: 1024px) {

    .our-services-parent {
        row-gap: 40px;
        column-gap: 0;
    }

    .linkdin-post-parent iframe {
        flex: 0 0 47%;
    }

    .our-services-parent .services-column {
        padding: 0 20px;
    }

    .our-services-parent .services-column:first-child,
    .our-services-parent .services-column:nth-child(4) {
        padding-left: 0;
    }

    .our-services-parent .services-column:last-child,
    .our-services-parent .services-column:nth-child(3) {
        padding-right: 0;
    }

    .brand-logo img {
        height: 75px;
    }

    .process-right-panel {
        row-gap: 35px;
    }

    .work-process-parent h2 {
        margin: 0 0 35px;
    }

    .our-clients-parent h2 {
        margin: 0 0 35px;
    }

    .team-parent h2 {
        margin: 0 0 35px;
    }

    .optimization-power-parent img {
        min-height: 350px;
    }

    .form-parent h2,
    .video-container .video-text {
        font-size: 38px;
    }

    .clients-parent .content {
        font-size: 18px;
    }

    .project-image img {
        max-height: 325px;
    }
}

@media (max-width: 880px) {

    .our-services-parent {
        row-gap: 40px;
        column-gap: 0;
    }

    .thankyou-parent .content {
        padding: 50px 25px;
        width: 100%;
    }

    .thankyou-parent h2 {
        font-size: 36px;
    }

    .linkdin-post-parent iframe {
        flex: 0 0 48%;
    }

    .linkdin-post-parent {
        justify-content: flex-start;
    }

    .our-services-parent .services-column {
        padding: 0 20px;
    }

    .our-services-parent .services-column:first-child,
    .our-services-parent .services-column:nth-child(4) {
        padding-left: 0;
    }

    .our-services-parent .services-column:last-child,
    .our-services-parent .services-column:nth-child(3) {
        padding-right: 0;
    }

    .brand-logo img {
        height: 75px;
    }

    .process-right-panel {
        row-gap: 35px;
    }

    .work-process-parent h2 {
        margin: 0 0 35px;
    }

    .our-clients-parent h2 {
        margin: 0 0 35px;
    }

    .team-parent h2 {
        margin: 0 0 35px;
    }

    .optimization-power-parent img {
        min-height: 350px;
    }


    .slide-image {
        height: 75vh;
    }

    .creative-right h2 {
        font-size: 45px;
    }

    .creative-right h2 .bold:before {
        width: 70px;
    }

    .creative-options {
        gap: 20px;
    }

    .creative-left {
        width: 65%;
    }

    .section-1 .creaative-parent {
        gap: 30px;
    }

    .responsive-performance-parent .content {
        padding: 50px 25px;
    }

    .responsive-performance-parent h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .responsive-right img {
        min-height: 300px;
        height: 100%;
    }

    .section-1 .creaative-parent,
    .our-services-parent,
    .our-clients-parent,
    .optimization-power-parent,
    .video-container {
        padding: 60px 20px;
    }

    .project-image img {
        max-height: 300px;
    }

    .project-ctr {
        padding: 0 5px;
    }

    .projects-parent {
        row-gap: 10px;
    }

    .clients-right-panel .content {
        font-size: 20px;
    }

    .brand-logo img {
        height: 60px;
    }

    .process-left-panel {
        padding-right: 120px;
    }

    .process-ctr.process {
        gap: 10px;
        padding: 0 10px;
    }

    .section-1 .creaative-parent,
    .our-services-parent,
    .our-clients-parent,
    .optimization-power-parent,
    .video-container {
        padding: 40px 20px;
    }

    .team-parent,
    .company-completation-count,
    .form-parent {
        padding: 40px 20px;
    }

    .our-services-parent .column-description p {
        font-size: 14px;
        line-height: 1.4em;
    }

    .clients-parent .content {
        font-size: 16px;
        line-height: 1.5em;
    }

    .clients-parent .slider-child {
        padding: 20px;
        min-height: 250px;
        border-radius: 30px;
    }

    .form-parent .content-area {
        padding-right: 40px;
    }
}

@media (max-width: 768px) {
    .clients-parent .content {
        font-size: 16px;
        line-height: 1.5em;
    }

    .popup-form {
        padding: 0 30px;
    }

    .thankyou-parent h2 {
        font-size: 30px;
    }

    .clients-parent .slider-child {
        padding: 20px;
        min-height: 250px;
        border-radius: 30px;
    }

    .form-parent .content-area {
        padding-right: 40px;
    }

    .form-parent h2,
    .video-container .video-text {
        font-size: 32px;
    }

    .footer-form input {
        font-size: 16px;
    }

    .company-completation-count .count-no {
        font-size: 36px;
    }

    .count-title {
        font-size: 12px;
        padding: 0 20px;
        line-height: 1.4em;
    }

    .video-container .play-icon {
        height: 50px;
    }

    .clients-parent .content {
        font-size: 14px;
    }

    .clients-parent .title {
        font-size: 14px;
    }

    .clients-parent .designation {
        font-size: 12px;
    }

    .clients-parent .slider-child {
        min-height: 225px;
    }

    .rating-stars-content {
        gap: 10px;
    }

    .our-clients-parent h2 {
        margin: 0 0 25px;
        font-size: 26px;
        padding: 0;
    }

    .project-image img {
        max-height: 275px;
    }

    .work-process-parent h2 {
        margin: 0;
        font-size: 24px;
        padding: 12px;
    }

    .creative-right h2 {
        font-size: 38px;
    }

    .option-img img {
        height: 38px;
    }

    .creative-options h3 {
        font-size: 16px;
        line-height: 1.4em;
    }

    .creative-options {
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .slide-title {
        font-size: 42px;
    }

    .slide-image {
        height: 60vh;
    }

    .responsive-performance-parent h2 {
        font-size: 30px;
    }

    .our-services-parent h2 {
        font-size: 26px;
        padding: 12px;
    }

    .column-head img {
        height: 38px;
    }

    .our-services-parent .heading-sub-heading h3 {
        font-size: 16px;
    }

    .projects-parent-heading h2 {
        font-size: 26px;
    }

    .responsive-performance-parent .content {
        width: 400px;
    }
}

@media (max-width: 600px) {
    .slide-image {
        height: 60vh;
    }

    .header-right-side .phone-link-header {
        font-size: 12px;
    }

    .slide-content {
        justify-content: flex-end;
    }

    .clients-parent .content {
        min-height: 200px;
    }

    .btn-style-2,
    .btn-style-1 {
        padding: 6px 20px;
        font-size: 14px;
    }

    .popup-model .form-row {
        flex-direction: column;
        margin-bottom: 10px;
        gap: 10px;
    }

    .slide-content {
        padding: 7rem 1rem 4rem;
    }

    .thankyou-parent {
        flex-direction: column;
    }

    .thankyou-parent .content {
        padding: 25px;
    }

    .slide-title {
        font-size: 36px;
    }

    .slide-desc {
        font-size: 15px;
    }

    .slider-nav-btn {
        font-size: 0.7rem;
    }

    .dot {
        height: 0.6rem;
        width: 0.6rem;
    }

    .nav-link {
        font-size: 10px;
    }

    .header-child {
        padding: 10px 20px;
    }

    .work-process-parent {
        padding: 0;
    }

    .work-process-parent h2 {
        font-size: 20px;
        line-height: 1.4em;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .work-process-parent h2 br {
        display: none;
    }

    .creaative-parent {
        flex-direction: column;
    }

    .creative-left {
        width: 100%;
    }

    .creative-left img {
        height: 400px;
        object-fit: cover;
    }

    .section-1 .creaative-parent,
    .our-services-parent,
    .our-clients-parent,
    .optimization-power-parent {
        padding: 20px;
    }

    .video-container {
        padding: 20px 10px;
    }

    .section-1 .creaative-parent {
        gap: 20px;
    }

    .creative-right {
        gap: 20px;
    }

    .creative-right h2 {
        margin-bottom: 20px;
    }

    .options {
        gap: 10px;
        align-items: center;
    }

    .option-img img {
        height: 28px;
    }

    .creative-options h3 {
        font-size: 14px;
    }

    .creative-options {
        gap: 10px;
    }

    .responsive {
        flex-direction: column-reverse;
    }

    .responsive-performance-parent .content {
        width: 100%;
        padding: 20px;
    }

    .our-services-parent {
        display: block;
    }

    .services-column {
        margin-bottom: 25px;
        padding: 0 !important;
    }

    .our-services-parent .column-head {
        gap: 10px;
        align-items: center;
        margin-bottom: 15px;
    }

    .column-head img {
        height: 32px;
    }

    .services-column:last-child {
        margin-bottom: 0;
    }

    .projects-parent-heading h2 {
        font-size: 26px;
        padding: 20px;
    }

    .project-ctr {
        flex: 0 0 50%;
    }

    .project-image img {
        max-height: 200px;
    }

    .clients-parent .slider-child {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .completation-count {
        flex: 0 0 50%;
        justify-content: space-between;
    }

    .completation-count.count {
        border-width: 0 1px 1px 0;
        padding: 10px
    }

    .completation-count.count:nth-child(2) {
        border-right: 0
    }

    .completation-count.count:nth-child(3),
    .completation-count.count:nth-child(4) {
        border-bottom: 0;
    }

    .company-completation-count .count-no {
        font-size: 28px;
    }

    .count-title {
        padding: 0 5px;
        font-size: 10px;
    }

    .company-completation-count {
        justify-content: center;
    }

    .team-parent,
    .company-completation-count {
        padding: 0 20px 20px;
    }

    .video-container .video-text {
        font-size: 15px;
    }

    .video-container .play-icon {
        height: 35px;
    }

    .team-parent,
    .company-completation-count,
    .form-parent {
        padding: 20px;
    }

    .form-parent {
        flex-direction: column;
        gap: 20px;
    }

    .form-parent .content-area,
    .form-parent form {
        width: 100%;
        padding: 0;
    }

    .form-parent h2 {
        margin-bottom: 20px;
        font-size: 26px;
    }

    .footer-main .copyright-section {
        padding: 10px;
    }

    .footer-main.container .social-links img {
        height: 10px;
    }

    .footer-main.container .social-links .links {
        padding: 7px 5px;
    }

    .footer-main.container .copyright-section p {
        font-size: 12px;
    }

    .responsive-performance-parent h2 {
        font-size: 26px;
    }

    .creative-right h2 {
        font-size: 32px;
    }

    .linkdin-post-parent iframe {
        flex: 0 0 100%;
    }

    .linkdin-post-parent {
        gap: 0;
        padding: 20px;
    }

    .linkdin-post-parent iframe:last-child {
        margin-top: -20px;
    }

    .footer-main.container .social-links i {
        font-size: 10px;
    }

    .form-parent .form-row {
        flex-direction: column;
    }

    .popup-form {
        padding: 0 30px;
    }

    .popup {
        flex-direction: column;
    }

    .popup-model img {
        height: 275px;
    }

    .popup-model .right-side {
        padding: 20px;
    }

    .popup-form h2 {
        font-size: 22px;
    }

    .popup-form h2 br {
        display: none;
    }

    .popup-form p {
        font-size: 12px;
        line-height: 18px;
    }

    .popup-form .footer-form input {
        font-size: 14px;
    }

    .popup-form .content-area {
        margin-bottom: 10px;
    }

    .close-popup {
        top: 10px;
        right: 10px;
        font-size: 10px;
    }
}