@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;500;600;700&display=swap');


/* -----------new-font-------------- */

@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700;9..144,900&display=swap');

html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    color: #000;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: "Red Hat Text", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.2;
}
.modal{
z-index: 999999;
}
p {
    font-family: "Red Hat Text", sans-serif;
}
.text-red {
    color: #f00; /* Red color */
}
.nav-menu,
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}
.nav-menu,
.navbar,
nav {
    text-align: center
}

.nav-link {
    font-size: 18px;
    font-weight: 500;
    font-family: "Red Hat Display", sans-serif;
}

a {

    color: inherit;
}

.bar:first-child,
body,
nav {
    width: 100%
}

.bx-shadow-1 {
    box-shadow: 0 0 4px #ddd;
}


nav {
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: transparent;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

ul {
    margin-bottom: 0
}

.navbar {
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    margin-left: auto;
    margin-right: auto;
}

.bar,
.fa-times,
.nav-link {

    -webkit-transition: .5s;
    transition: .5s;
    color: #000;
}

.outline-none {
    outline: 0;
}

.nav-menu li {
    list-style: none;
    margin: 7px 28px;
}

.logo img {
    margin: 2px 20px;
}

.nav-menu {
    display: flex;
    margin: 0px 10px 0px 180px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-link {
    text-decoration: none;
    transition: .5s;
    color: #fff;
}

.nav-link:hover {
    color: #00c3ff;
}


.header-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px;
}

.btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 66px;
}

.btn-primary.small {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.125em;
}

.line-rounded-icon.link-icon-right.v2 {
    margin-left: 4px;
}

.line-rounded-icon.link-icon-right {
    display: inline-block;
    margin-left: 6px;
}

.btn-primary.small {
    font-size: 16px;
    line-height: 1.125em;
}

/*------dropdown----------*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    font-family: "Red Hat Display", sans-serif;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    /* box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15); */
    padding: 15px 10px 15px 20px;
    width: 250px;
    border-radius: 15px;
}

.btn-secondary {
    background-color: transparent !important;
    margin: 7px 28px;
}

.dropdown-content a {
    float: none;
    color: #333333;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 15px;
    padding-left: 20px;
    text-align: left;
    text-transform: capitalize;
    /* border-bottom: solid 1px #f5f5f5; */
}

.dropdown-content a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #00c3ff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.dropdown-content a:hover {
    color: #00c3ff;
    padding-left: 15px;
    background-color: transparent;
}

.nav-menu li:last-child a {
    border-bottom: none;
}

.dropdown-content li {
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu {
    list-style-type: none;
}

.dropdown-item {
    margin-left: 0px !important;
}


.hamburger {
    display: none
}

#ticket-tab li {
    border-right: 1px solid #333;
}

#ticket-tab li button {
    border: 0;
    outline: none;
    padding: 0px 25px;
    background-color: #fff;
}

#ticket-tab li:last-child {
    border-right: 0;
}

.bar,
.fa-times {
    width: 1.5rem;
    height: 3px;
    display: block;
    padding: 0;
    margin: 6px;
    transition: .5s;
    background-color: #000
}

.bar:nth-child(2) {
    width: 200%
}

.bar:nth-child(3) {
    width: 300%
}

.menu-btn {
    border: 2px solid #fff;
}

.nav-menu li:last-child,
.nav-menu li:last-child a {
    padding-right: 0 !important
}

.top-nav {
    padding: 0px 50px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

@media (max-width:992px) {

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    ul.nav-menu.active {
        background-color: #fff;
        color: #444;
    }

    header>nav {
        position: relative;
        background-color: #fff;
        height: 105px;
    }

    header+section {
        padding-top: 75px
    }

}

/*.logo img {*/
/*    width: 100px;*/
/*}*/

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .navbar {
        margin-left: 5px;
        margin-right: 5px;
    }

    .wview {
        display: none;
    }
}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    header {
        position: fixed;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }


    header>nav {
        position: fixed;
        background-color: #072d56;
    }

    header+section {
        padding-top: 75px
    }

}

@media screen and (min-width:993px) and (max-width:1200px) {

    .nav-link {
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    header {
        position: fixed;
        width: 100%;
        /* background-color: transparent; */
        background-color: #072d56;
        z-index: 999999;
    }

    header.sticky {
        position: fixed;
        top: 0;
        background-color: #072d56 !important;
        color: #ffffff;
        /* box-shadow: 0 0px 12px #ddd; */
        z-index: 999999;
    }

    /*header.sticky nav .navbar ul li a {*/
    /*    color: #fff !important;*/
    /*}*/

    /*header.sticky nav .navbar .dropdown a {*/
    /*    color: #fff !important;*/
    /*}*/

    header.sticky nav .navbar ul li a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a:hover {
        color: #009fd4 !important;
    }

    header.sticky nav .navbar .dropdown a ul li a:hover {
        color: #009fd4 !important;
    }

}


/* ---------------new-style----nav----------- */




@media (max-width:992px) {

    .mailchimp-one .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .active .bar:nth-child(2) {
        opacity: 0
    }

    .active .bar:first-child {
        -webkit-transform: translateY(8px) rotate(-315deg);
        transform: translateY(8px) rotate(-315deg);
        width: 300%
    }

    .active .bar:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 300%
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

    .active {
        right: 0;
        z-index: 100;
        transition: .2s
    }
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0;
        color: #000;
    }

    .logo img {
        width: 120px;
    }

    .banner-two__btn-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .banner-two__btn-block .thm-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
}


/* ----nav--btn---- */
.btn-call {
    padding: 0.6rem 1.7rem 0.7rem;
    background: none #c9ebf6;
    color: #072d56;
    border: 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    border-radius: 30px 0 30px 0;
    text-transform: uppercase;
    letter-spacing: .12em;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
}

.btn-call:hover {
    border-radius: 0 30px 0 30px;
}

.btnz {
    font-weight: 700;
    line-height: 1.4;
    color: #2e536c;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}


/* --------------------Banner------------------- */

.hero {
    max-width: 100vw;
    height: auto;
    /* position: relative; */
    background: #072d56;
}

.hero .hp-content {
    position: relative;
    padding-top: 120px;
    padding-bottom: 180px;
    z-index: 10;
}

.hero img.hp-hero-img {
    display: block;
    width: 1440px;
    height: 857px;
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.bannertitle {
    font-size: 4.5rem;
    line-height: 1.1;
    font-weight: 900;
    font-optical-sizing: auto;
    margin-bottom: 0.5rem;
    font-family: 'Fraunces', serif;
}


/* -----------The Road To PPC Success Starts Here-------------- */

.sec001 {
    padding: 60px 0px;
}

.main-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.splits {
    padding: 20px 10px;
    border: none;
}

.splits-content {
    padding: 10px 10px 15px 25px;
}

.splits-content h4 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
}

.splits-content p {
    font-size: 15px;
}


/* ----------bg hover - boxes-------------- */
.sec002 {
    padding-top: 90px;
    padding-bottom: 75px;
}

.bg-secz .container .row>* {
    padding: 0 !important;
}

.bggrey {
    background-color: #f2f2f2;
}

.bg-box-grid {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background-color: #fff;
    border: solid;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid transparent;
    /* background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1); */
    /* box-shadow: 30px 30px 65px 0 rgba(2, 156, 236, .3);
    -webkit-box-shadow: 30px 30px 65px 0 rgba(2, 156, 236, .3);
    -moz-box-shadow: 30px 30px 65px 0 rgba(2, 156, 236, .3); */
}

.no-padding {
    padding: 0;
}

.bg-hover-box {
    height: 100%;
    padding: 50px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.bg-icon-box img {
    margin-bottom: 30px;
    background-color: #072d56;
    padding: 15px;
    border-radius: 5px;
}

/* .bg-hover-box:hover .bg-icon-box img{
    background-color: #0039e4;
    border-radius: 50%;
} */
.bg-icon {
    font-size: 40px;
}

.bg-title {
    margin-bottom: 14px;
    font-size: 21px;
    font-weight: 500;
}

/* .bg-hover-box:hover {
    background-color: #ffffff;
    color: #1a1b1e;
}

.bg-hover-box:hover .bg-title {
    color: #1a1b1e;
} */

.fn-light {
    font-size: 22px !important;
    font-weight: 500 !important;
}

@media screen and (max-width: 480px) {
    .sec002 {
        padding-top: 70px;
        padding-bottom: 75px;
    }

    .bg-box-grid {
        margin: 0 15px 0 0;
        box-shadow: none;
    }
    .bg-hover-box {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 15px;
    }

    .bg-secz .container .row>* {
        flex-shrink: unset;
    }
    .sec06-new .col-md-6{
        margin-bottom: 30px;
    }
}

/* ------------Our digital principles---------------- */

.bigblu-font {
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 800;
    color: #072d56;
    margin-bottom: 25px;
    font-optical-sizing: auto;
}

.icon-white-circle {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    padding: 1rem;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .25);
    border: 1px solid #e1e0e1;
    border-radius: 50%;
}

.bluhead {
    font-size: 2rem;
    line-height: 1.2;
    color: #072d56;
    font-optical-sizing: auto;
    margin-bottom: 0.5rem;
    font-weight: 700;
}


/* ----------------how-you can start------------- */

.boxes {
    position: relative;
    margin: 5px;
    padding: 30px;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.07);
    margin-top: 20px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.emt {
    position: relative;
}

.arrow {
    position: absolute;
    left: 93%;
    top: 17%;
}

.boxes img {
    margin-bottom: 25px;
}

.boxes-head {
    font-size: 24px;
    margin-bottom: 20px;
    color: #000;
    margin-top: 10px;
}

.boxes-head span {
    color: #403CF0;
}

.boxes p {
    text-align: justify;
}

.pluss {
    margin-top: 17%;
}

@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }

    .wview {
        display: none;
    }
}


/* ----------contact form-------------- */

.contact-bg {
    padding: 80px 0 60px;
    background: #15226c;
    background-image: url('../images/contact-bg.svg');
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
}

.pink-line {
    background: #fc5c50;
    height: 3px;
    width: 65px;
}

.form-heads {
    margin-top: 1.8rem;
    color: #fff;
    font-weight: 900;
    font-size: 62px;
    line-height: 120%;
    margin-bottom: 30px;
}

.greyheads {
    color: #bababa;
}

.contactpargh {
    font-size: 20px;
    color: #fff;
}

.Contact_contactForm__Hh3u8 {
    color: #fff;
    font-size: 20px;
    line-height: 3.1rem;
    font-weight: 600;
}

.Contact_formContainer__iWEvE {
    padding: 0 2rem;
}

.Contact_contactForm__Hh3u8 label {
    display: block;
}

.Contact_contactForm__Hh3u8 input,
.Contact_contactForm__Hh3u8 textarea,.Contact_contactForm__Hh3u8 select {
    width: 100%;
    margin-bottom: 2rem;
    padding: 1rem 1.6rem;
    border-radius: 0.3rem;
}

.Contact_formInput__CxvMe {
    height: 49px;
    padding: 11px 19px;
    font-family: Fieldwork;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    border: 1px solid #cecfcf;
    box-shadow: 0 9px 32px rgba(59, 52, 144, .15);
    border-radius: 4px;
    box-sizing: border-box;
}

.Contact_formButton__DRYsE {
    background: #2063f8;
    font-size: 20px;
    font-weight: 600;
    line-height: 3.1rem;
    padding: 6px 25px;
}
select, option{
    font-size: 18px;
    font-weight: 600;
    line-height: 3.1rem;
}

/* -----------faqs-------------- */

.fq-sec {
    overflow: hidden;
    position: relative;
    padding: 80px 0 60px;
    background-color: #e6f3fb;
    background-image: url('../images/faq-spirel.svg');
    /*background-image: url('../images/Backdrop-2.webp');*/
    background-repeat: no-repeat;
    /* background-position: 100%; */
    background-size: cover;
}

.FAQ_bgSpiral__KAFvB {
    position: absolute;
    right: -288.016px;
    top: -400px;
    pointer-events: none;
}

/* .accordion {
    padding: 10px 20px;
} */

.accordion .accordion-content:first-child {
    display: block;
}

.accordion .accordion-item {
    border-radius: 6px;
    border: 2px solid #13216c;
    background-color: #fff;
    color: #13216c;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding: 16px 32px;
}



.accordion h2 {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: #13216c;
}

.accordion h2:hover,
.accordion h2:focus {
    cursor: pointer;
    color: #193c72;
}

.accordion h2:hover::after,
.accordion h2:focus::after {
    cursor: pointer;
    color: #193c72;
    border: 1px solid #193c72;
}

.accordion h2 .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion h2 .icon {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 0;
    width: 22px;
    height: 22px;
    color: #2063f8;
    text-decoration: none;
}

.faq-content {
    padding: 80px 0px;
}

.accordion h2 .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 14px;
    left: 0px;
    width: 20px;
    height: 2px;
    background: currentColor;
}

.accordion h2 .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 20px;
    background: currentColor;
}

.accordion h2[aria-expanded=true] {
    color: #193c72;
}

.accordion h2[aria-expanded=true] .icon::after {
    width: 0;
}

.accordion h2[aria-expanded=true]+.accordion-content {
    opacity: 1;
    max-height: 5000px;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 16px;
    color: #000;
    margin: 0px;
    margin-top: 10px;
    text-align: justify;
}

@media screen and (max-width: 480px) {
    .accordion h2 .icon {
        display: inline-block;
        position: absolute;
        top: 2px;
        right: -17px;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

    .accordion {
        padding: 10px;
    }

    .accordion .accordion-content p {
        font-size: 14px;
        font-weight: 300;
        margin: 0px;
        margin-top: 10px;
        text-align: justify;
    }
}

/* --------------footer----------------- */

.bg-blu-gradient {
    background-color: #0a2463;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 90px 0px 60px;
    color: #ffffff;
}

.footer-heads {
    font-size: 21px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
}

.footer-pargh {
    font-size: 17px;
    color: #ffffff;
}
.footer-social{
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}
.footer-social li{
    display: inline-block;
}
.footer-social li a i{
    font-size: 18px;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
}
.fb{
    background-color: #2063f8;
    padding: 10px 15px !important;
}
.tx{
    background-color: #000;
}
.ins{
    background-color: #cd486b;
}
.yt{
    background-color: #CD201F;
}
.lin{
    background-color: #0077b5 ;
}
.web-pages {
    list-style: none;
    padding-left: 0;
}

.web-pages li a {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: capitalize;
}

.pinkarrow {
    font-size: 17px;
    color: #f2066e;
    margin-right: 17px;
    font-weight: bold;
}

/*------------------Types of SEO Services We Provide in Los Angeles---------------*/

.sec06-new {
    padding: 50px 0;
}
.headz h3 {
    font-size: 30px;
    text-align: center;
}
.headz hr {
    width: 180px;
    border-top: 4px solid #63d1ac;
    margin-bottom: 30px;
    margin-top: 20px;
    border: 0;
}

.sec06-new .carousel-indicators {
    bottom: -35px;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.sec06-new .carousel-indicators li {
    background-color: #10a0a4;
}
.carousel-indicators [data-bs-target]{
    background-color: #10a0a4;
}
.sec06-new .carousel-inner {
    padding: 10px;
}
.sec06-new .new-second-three-sec {
    box-shadow: 0 0 12px 8px #cccccc63;
    /*box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.07);*/
    padding: 30px 40px;
    border-radius: 30px;
    margin: 15px 0 17px 12px;
    background: #fefefe;
    height: 400px;
}
.sec06-new .new-second-three-sec-img {
    width: 120px;
    height: 120px;
    margin: 0 0 10px 15px;
}
.sec06-new .new-second-three-sec img {
    width: 100%;
    height: 100%;
    image-rendering: unset;
}
.sec06-new .new-second-three-sec h4 {
    font-size: 20px;
    margin: 10px 15px;
}
.sec06-new .new-second-three-sec p {
    font-size: 18px;
    line-height: 1.8;
    color: #000;
}
.sec06-new .new-second-three-sec p {
    text-align: justify;
}

@media screen and (max-width: 480px) {
    .sec06-new .new-second-three-sec {
    padding: 10px 15px;
    margin: 10px;
    height: 100%;
}
.sec06-new .new-second-three-sec h4 {
    font-size: 18px;
    margin: 10px 15px;
}
.sec06-new .new-second-three-sec p {
    font-size: 16px;
    line-height: 1.8;
    color: #000;
}
.sec06-new .carousel-inner {
    padding: 0;
}
.dropdown-menu {
    top: 100%;
    left: -58%;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -58%;
}
}

/* --------------Conatct-us page-------------- */

.blu-subtitle{
    font-size: 16px;
    font-weight: 600;
    color: #072d56;
    margin-bottom: 15px;
}
.contact-heading{
    font-size: 46px;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.2;
}

.wpcf7-form {
    margin: 0;
    max-width: 660px;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}
.wpcf7-form .wpcf7-form-control-wrap input {
    width: 100%;
    height: 100%;
    border-width: 1px;
    color: #353535;
    font-size: 16px;
    padding: 16px 20px;
    border-radius: 20px;
    text-transform: capitalize;
    background-color: transparent;
    border-style: solid;
    border-color: #E3E3E3;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.wpcf7-form .wpcf7-form-control-wrap textarea {
    margin: auto;
    width: 100%;
    height: 100%;
    color: #353535;
    font-size: 14px;
    font-size: 16px;
    border-width: 1px;
    resize: none;
    padding: 16px 20px;
    overflow: hidden;
    border-radius: 20px;
    text-transform: capitalize;
    background-color: transparent;
    border-style: solid;
    border-color: #E3E3E3;
    -webkit-appearance: none;
    box-sizing: border-box;
}
.wpcf7-form button{
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.5;
    letter-spacing: 0.1em;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 1rem 1.875rem;
    font-size: .75rem;
    background-color: #072d56;
    border: none;
    border-radius: 30px;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
}
.wpcf7-form button i{
    font-size: .75rem;
    color: #fff;
    padding-left: 10px;
}
.address-map iframe{
    border-radius: 20px;
}
.padx{
    padding: 0 1rem;
}
@media screen and (max-width: 480px) {
    .hero .hp-content {
    padding-top: 85px;
    padding-bottom: 80px;
}
.padx{
    padding: 0;
    margin-bottom: 15px;
}
.bannertitle {
    font-size: 3.56rem;
}
.sec001 {
    padding: 30px 0px;
}
.sec002 {
    padding-top: 30px;
    padding-bottom: 45px;
}
.sec06-new .new-second-three-sec {
    margin: 5px;
}
.col-2,.col-3{
    margin-bottom: 12px;
}
.col-2 img,.col-3 img{
    text-align: left !important;
}
.col-2,.col-3,.col-9,.col-10{
    width: 100%;
}
.splits-content {
    padding: 10px;
}
.main-title {
    font-size: 30px;
}
.form-heads {
    font-size: 46px;
}
.Contact_formContainer__iWEvE {
    padding: 0;
    margin-top: 20px;
}
.accordion {
     padding: 0px; 
}
.accordion h2 {
    font-size: 18px;
}

.accordion h2 .icon {
    border: none;
}
.fq-sec{
    padding: 40px 0; 
}
.bg-blu-gradient {
    padding: 40px 0;
    text-align: center;
}
.pinkarrow{
    display: none;
}
.footer-heads {
    margin: 30px 0 20px;
}
footer iframe{
    margin-top: 20px;
}
.bggrey .d-flex{
    display: block !important;
}
.icon-white-circle {
    width: 85px;
    margin-bottom: 15px;
    margin-left: 10px;
}
.bigblu-font {
    font-size: 3.53rem;
}
.bluhead {
    font-size: 24px;
}
.splits {
    padding: 14px 10px;
    border: none;
}
.blbtns{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
}










/* -----------------new---designs----------------- */


/* -------------------Why SEO Matters-----------------------  */

.grbgs {
    background-color: #f7f7f7;
    padding: 70px 0 90px;
}

.greybigheads {
    font-size: 58px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    margin-bottom: 35px;
}

.why-los-sec {
    padding: 28px 25px 16px;
    background-color: #fff;
    height: 100%;
    border-radius: 21px;
}

.whylos-heads {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.whylos-pargh {
    font-size: 17px;
    color: #212121;
    line-height: 1.6;
}


/* -------------new-los-angeles-comparision------------ */

.sec003 {
    padding: 70px 0 90px;
    background-color: #eeedfe;
}

.bgwhite {
    background-color: #fff;
    padding: 10px;
}

.bignumbers {
    color: #eeedfe;
    font-size: 255px;
    line-height: 1.3;
    font-weight: 800;
}
.questions-seo {
    color: #000;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 35px;
}
.quest-heads {
    color: #000;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px;
}
.quest-pargh{
    font-size: 16px;
    color: #212121;
}
.quest-section{
    max-width: 490px;
}
.borderside{
    border-right: 3px solid #f2f2f2;
}


/* ----------why-seo-matters------------- */
.industry-item {
    column-gap: 1rem;
    row-gap: 1rem;
    color: #000;
    scroll-snap-align: center;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    min-height: 29.5rem;
    transition-property: color;
    transition-duration: 0.7s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    position: relative;
    flex-flow: column;
    flex: 1 1 0%;
    padding: 2rem 1rem 1.25rem;
    overflow: clip;
}
.w-inline-block {
    max-width: 100%;
}
.absolute.img-cover {
    inset: 0%;
}
.img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.absolute {
    position: absolute;
}
.absolute.img-cover.is-industry-item-bg {
    transform: scale(1.05);
    transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}
.absolute.is-industry-bg-overlay {
    background-color: var(--white--100);
    width: 100%;
    height: 100%;
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1), width 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    inset: 0% 0% 0% auto;
}
.relative{
    position: relative;
}
.icon {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
.icon.is-industry-icon {
    color: #f24438;
    width: 3.125rem;
    height: 3.125rem;
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.w-embed:before, .w-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.spacer_24 {
    padding-bottom: 1.5rem;
    width: 100%;
}
.h4 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.33;
}
.spacer_16 {
    padding-bottom: 1rem;
    width: 100%;
}
.par-md {
    font-size: 1rem;
}
.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}
.industry-btn {
    column-gap: 1rem;
    row-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    width: 0%;
    position: relative;
    white-space: nowrap;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.overflow-hidden {
    overflow: hidden;
}
.btn-text {
    letter-spacing: 0.125em;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}
.btn-text.is-industry {
    opacity: 0;
    transform: skew(0deg, 9deg) translate(0px, 100%);
    transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.icon.is-arrow {
    width: 50px;
    height: 48px;
    border-radius: 50%;
    padding: 1.2rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.icon.is-arrow.is-black {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.icon.is-arrow.is-black.is-industry {
    transition: color 0.7s cubic-bezier(1, 0, 0, 1), border-color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.absolute.is-left-item-border {
    height: 100%;
    bottom: 0%;
    left: 0%;
    right: auto;
    border-left: 1px solid #f24438;
}
.industry-item{
    background-color: #fff;
}
.industry-item .is-industry-item-bg{
    display: none;
}
.icon.is-arrow.is-black i {
   font-size: 18px;
}
.imgb1{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/what-aspects-1.webp'); 
    background-size: cover; 
    background-position: center;
    /* margin-left: 35%; */
    margin-bottom: 25px;
}
.industry-item:hover .imgb1{
    background-image: url('../images/what-aspects-white-1.webp'); 
}
.industry-item:hover{
    color: #fff;
    background-color: transparent;
}
.industry-item:hover .is-industry-item-bg{
    display: block;
}
.industry-item:hover .icon.is-arrow.is-black {
    background-color: #fff;
    border: none;
}
.industry-item:hover .icon.is-arrow.is-black i {
   color: #000;
}
.qheads{
    font-size: 52px;
}
@media screen and (min-width: 1280px) {
    .industry-item {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.carousel-indicators {
    bottom: -15%;
}

.carousel-indicators [data-bs-target] {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


.nppad .row .col-lg-3{
    padding: 0;
}
@media screen and (max-width: 480px) {
   .nppad .row .col-lg-3{
    padding: 0 12px ;
}
}
.imgb1{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-1.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb1{
    background-image: url('../images/industry-we-white-1.webp'); 
}
.imgb2{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-2.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb2{
    background-image: url('../images/industry-we-white-2.webp'); 
}
.imgb3{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-3.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb3{
    background-image: url('../images/industry-we-white-3.webp'); 
}
.imgb4{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-4.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb4{
    background-image: url('../images/industry-we-white-4.webp'); 
}
.imgb5{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-5.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb5{
    background-image: url('../images/industry-we-white-5.webp'); 
}
.imgb6{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-6.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb6{
    background-image: url('../images/industry-we-white-6.webp'); 
}
.imgb7{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-7.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb7{
    background-image: url('../images/industry-we-white-7.webp'); 
}
.imgb8{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-8.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb8{
    background-image: url('../images/industry-we-white-8.webp'); 
}
.imgb9{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-9.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb9{
    background-image: url('../images/industry-we-white-9.webp'); 
}
.imgb10{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-10.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb10{
    background-image: url('../images/industry-we-white-10.webp'); 
}
.imgb11{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-11.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb11{
    background-image: url('../images/industry-we-white-11.webp'); 
}
.imgb12{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-12.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb12{
    background-image: url('../images/industry-we-white-12.webp'); 
}
.imgb13{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-13.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb13{
    background-image: url('../images/industry-we-white-13.webp'); 
}
.imgb14{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-14.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb14{
    background-image: url('../images/industry-we-white-14.webp'); 
}
.imgb15{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-15.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb15{
    background-image: url('../images/industry-we-white-15.webp'); 
}
.imgb16{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-16.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb16{
    background-image: url('../images/industry-we-white-16.webp'); 
}

@media screen and (max-width:480px) {
    
.greybigheads {
    font-size: 43px;
    margin-bottom: 25px;
}
.whylos-heads {
    font-size: 36px;
}
.greybigheads {
    font-size: 39px;
}
.questions-seo{
    font-size: 26px;
}
.quest-heads {
    font-size: 20px;
}
/*.px-4{*/
/*    padding: 0 38px !important;*/
/*}*/
.borderside{
    border: none;
    border-bottom: 2px solid #f2f2f2;
    margin: 17px 0;
}
.absolute.is-left-item-border {
    border-left: 1px solid transparent;
}
.industry-item {
    border: 1px solid #f24438;
}
.h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.33;
}
.industry-item:hover .is-industry-item-bg{
    display: none;
}
.industry-item{
    min-height: 100%;
}
.industry-item:hover{
    color: #000;
    background-color: #fff;
}

.imgb1{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-1.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb1{
    background-image: url('../images/industry-we-1.webp'); 
}
.imgb2{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-2.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb2{
    background-image: url('../images/industry-we-2.webp'); 
}
.imgb3{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-3.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb3{
    background-image: url('../images/industry-we-3.webp'); 
}
.imgb4{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-4.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb4{
    background-image: url('../images/industry-we-4.webp'); 
}
.imgb5{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-5.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb5{
    background-image: url('../images/industry-we-5.webp'); 
}
.imgb6{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-6.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb6{
    background-image: url('../images/industry-we-6.webp'); 
}
.imgb7{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-7.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb7{
    background-image: url('../images/industry-we-7.webp'); 
}
.imgb8{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-8.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb8{
    background-image: url('../images/industry-we-8.webp'); 
}
.imgb9{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-9.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb9{
    background-image: url('../images/industry-we-9.webp'); 
}
.imgb10{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-10.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb10{
    background-image: url('../images/industry-we-10.webp'); 
}
.imgb11{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-11.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb11{
    background-image: url('../images/industry-we-11.webp'); 
}
.imgb12{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-12.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb12{
    background-image: url('../images/industry-we-12.webp'); 
}
.imgb13{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-13.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb13{
    background-image: url('../images/industry-we-13.webp'); 
}
.imgb14{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-14.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb14{
    background-image: url('../images/industry-we-14.webp'); 
}
.imgb15{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-15.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb15{
    background-image: url('../images/industry-we-15.webp'); 
}
.imgb16{
    width: 60px; 
    height: 60px; 
    background-image: url('../images/industry-we-16.webp'); 
    background-size: cover; 
    background-position: center;
    margin-bottom: 25px;
}
.industry-item:hover .imgb16{
    background-image: url('../images/industry-we-16.webp'); 
}

}
