:root {
    --gray: #474747;
    --black: #000;
    --white: #fff;
    --light-blue: #486fa4;
    --dark-blue: #0e2e67;
    --orange: #f16f1d;
    --sky-blue: #009ce5;
}

.light-blue {
    background: #486fa4;
}

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    margin: 0%;
}

p {
    font-family: 'Inter', sans-serif;
    line-height: 24px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    margin: 0px;
}

ul {
    margin: 0px !important;
    padding-left: 0px !important;
}

li {
    list-style: none;
}

a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

i {
    transition: unset;
}

:focus {
    outline: 0px !important;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--dark-blue);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    aspect-ratio: attr(width) / attr(height);

}


/* BOOTSTRAP CSS START  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px
    }
}

@media (min-width:1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}


/* BOOTSTRAP CSS END  */


/* GLOBAL CSS START HERE  */

.section {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

.dark-blue {
    background-color: var(--dark-blue);
}

.sky-blue {
    background: var(--sky-blue);
}

.orange {
    background-color: var(--orange);
}

.clr-orange {
    color: var(--orange);
}

.clr-blue {
    color: var(--dark-blue);
}

.head {
    position: relative;
    padding-bottom: 10px;
    margin: 0 auto 50px;
}

.head::before {
    position: absolute;
    content: '';
    background-color: var(--orange);
    width: 80px;
    height: 7px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.head h2 {
    padding-bottom: 10px;
    color: var(--dark-blue);
}

.head h2,
.head h2 span {
    font-size: 40px;
    font-weight: bold;
}

.head h2 span {
    color: var(--orange);
}

.head h4 {
    font-size: 22px;
    color: #00a2fd;
    font-weight: 600;
    padding-bottom: 10px;
}

.head p {
    font-family: 'Raleway', sans-serif;
    color: var(--dark-blue);
    font-weight: 500;
    font-size: 18px;
}

.head p a {
    text-decoration: underline !important;
    color: var(--orange);
}

a.main-cta {
    font-family: 'Inter', sans-serif;
    Border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    Border: 2px solid transparent;
    transition: all .3s;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
    overflow: hidden;
}

a.main-cta.btn--orange {
    Border: 2px solid #e76817;
    Box-shadow: 8px 8px 30px #f47a1e8a;
    background: linear-gradient(#f99250, #f2701d), linear-gradient(#f2701d, #f99250);
}

a.main-cta.btn--orange i {
    border-radius: 5px;
    margin: 0 10px;
    display: flex;
    justify-self: center;
    padding: 10px;
    align-items: center;
    Border: 2px solid #f2701d;
    background: linear-gradient(#f2701d, #f99250), linear-gradient(#f99250, #f2701d);
}

a.main-cta.btn--blue {
    Border: 2px solid #01122f;
    background: linear-gradient(#09275c, #0e2e67), linear-gradient(#0e2e67d6, #0e2e6763);
    box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--blue i {
    border-radius: 5px;
    margin: 0 10px;
    display: flex;
    justify-self: center;
    padding: 10px;
    align-items: center;
    Border: 2px solid #09275c;
    background: linear-gradient(#09275c, #01122f), linear-gradient(#01122f, #01122f);
}

a.main-cta.btn--orange:hover {
    Border-color: #01122f;
    box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--orange:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    height: 0;
    z-index: -1;
    background: linear-gradient(#09275c, #0e2e67), linear-gradient(#0e2e67d6, #0e2e6763);
}

a.main-cta.btn--orange:hover:before {
    height: 100%;
}

a.main-cta.btn--blue:hover {
    Border-color: #e76817;
    Box-shadow: 8px 8px 30px #f47a1e8a !important;
}

a.main-cta.btn--blue:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    height: 0;
    z-index: -1;
    background: linear-gradient(#f2701d, #f99250), linear-gradient(#f99250, #f2701d);
}

a.main-cta.btn--blue:hover:before {
    height: 100%;
}

a.main-cta.btn--blue:hover i {
    Border: 2px solid #e76817;
    Box-shadow: 8px 8px 30px #f47a1e8a;
    background: linear-gradient(#f99250, #f2701d), linear-gradient(#f2701d, #f99250);
}

a.main-cta.btn--orange:hover i {
    background: linear-gradient(#09275c, #01122f), linear-gradient(#01122f, #01122f);
    Border: 2px solid #01122f;
    box-shadow: 15px 15px 40px #0e2e678a !important;
}

a.main-cta.btn--white {
    Border: 2px solid transparent;
    color: var(--dark-blue);
    background: linear-gradient(#fff, #CCC), linear-gradient(#fff, #0e2e6763);
    box-shadow: 15px 15px 40px #0e2e678a !important
}

a.main-cta.btn--white i {
    border-radius: 5px;
    margin: 0 10px;
    display: flex;
    justify-self: center;
    padding: 10px;
    align-items: center;
    Border: 2px solid #fff;
    color: var(--dark-blue);
    font-weight: 700;
    box-shadow: 0 0 20px #0e2e678a !important;
    background: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff)
}

a.main-cta.btn--white:hover {
    Border-color: #e76817;
    box-shadow: 15px 15px 40px #0e2e678a !important;
    color: var(--white)
}

a.main-cta.btn--white:before {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    height: 0;
    z-index: -1;
    background: linear-gradient(#f2701d, #f99250), linear-gradient(#f99250, #f2701d)
}

a.main-cta.btn--white:hover:before {
    height: 100%
}

a.main-cta.btn--white:hover i {
    Border: 2px solid #e76817;
    color: var(--white);
    background: linear-gradient(#f99250, #f2701d), linear-gradient(#f2701d, #f99250)
}

.row.footer-icon-row {
    margin-bottom: 0 !important;
}


/* GLOBAL CSS END HERE  */


/* SECTION ONE CSS START HERE  */


section.homeBanner {
    position: relative;
}

/* .homeBanner:before {
    position: absolute;
    content: '';
    background-image: url('/img/video-design-services/bannerShape.webp');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    mix-blend-mode: multiply;
} */

#slideshow {
    position: relative;
    width: 100%;
    height: 67vh;
}

@media only screen and (min-width: 1500px) {
    #slideshow {
        height: 70vh;
    }
}

.bannerSlider .slide {
    position: relative;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
    /* display: flex;
    align-items: center; */
    padding-top: 5rem;
}

.slideContent {
    position: relative;
    z-index: 9999;
}

/* .slide h1 {
    position: relative;
    color: var(--white);
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 30px;
    z-index: 999;
}
.slide .subTxt {
    font-size: 20px;
    color: var(--white);
    line-height: 30px;
}

.slideBtnWrap {
    position: relative;
    z-index: 999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-column-gap: 1.5rem;
}
.slideBtnWrap>.divBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-row-gap: .5rem;
}
.slide .slideBtn {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    display: inline-block;
    padding: 16px 40px;
    min-width: 250px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent;
    z-index: 9;
}
.slide .req-quote {
    background: #1d9ff2;
}
.slide .chat-now {
    border-color: var(--white);
}
.slide .req-quote:hover {
    background: transparent;
    border-color: var(--white);
}
.slide .chat-now:hover {
    background: #1d9ff2;
    border-color: transparent;
}
.slideBtnWrap>.divBtn a.phoneNo {
    font-family: 'Inter', sans-serif;
    color: var(--white);
    font-size: 14px;
    letter-spacing: .5px;
}

.slideBtnWrap>.divBtn a.phoneNo:hover {
    color: var(--orange);
} */



.slide h1 {
    position: relative;
    color: var(--dark-blue);
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 15px;
    z-index: 999;
}

.slide .subTxt {
    font-size: 18px;
    color: var(--dark-blue);
    line-height: 30px;
    font-weight: 500;
}


.slideBtnWrap {
    position: relative;
    z-index: 999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    grid-column-gap: 1.5rem;
}

.slide .slideBtn {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: var(--white);
    display: inline-block;
    padding: 14px 35px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 9;
    min-width: 255px;
}

.slide .req-quote {
    background: var(--dark-blue);
}

.slide .chat-now {
    background: var(--orange);
}

.slide .req-quote:before,
.slide .chat-now:before {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -9;
    transition: all .3s ease-in-out;
}

.slide .req-quote:before,
.slide .chat-now:before {
    background: var(--white);
}


.slide a.req-quote:hover:before,
.slide a.chat-now:hover:before {
    width: 100%;
    left: 0;
}

.slide a.req-quote:hover,
.slide a.chat-now:hover {
    color: var(--dark-blue);
}

.slidePhoneNo {
    position: relative;
    z-index: 999;
    display: inline-block;
}

.slidePhoneNo a {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: bold;
    color: var(--dark-blue);
    margin-left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 0.5rem;
    margin: 1rem 0 0;
}

.slidePhoneNo a:hover {
    color: var(--orange);
}

/* 
.slide .req-quote:before,
.slide .chat-now:before  {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    z-index: -9;
    transition: all .3s ease-in-out;
}
.slide .req-quote:before,
.slide .chat-now:before  {
    background: var(--white);
}


.slide a.req-quote:hover:before,
.slide a.chat-now:hover:before {
    width: 100%;
    left: 0;
}

.slide a.req-quote:hover,
.slide a.chat-now:hover {
    color: var(--dark-blue);
}
*/

.animation_plane {
    position: absolute;
    top: 10%;
    right: 10%;
    width: auto;
    height: auto;
    z-index: 9;
    animation: takeOff 5s linear 0s infinite reverse;
}

@media only screen and (min-width: 1500px) {
    .animation_plane {
        animation: takeOff 8s linear 0s infinite reverse;
    }
}

@keyframes takeOff {
    from {
        left: -500px;
        top: -10%;
    }

    to {
        left: 102%;
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0, 10%);
    }

    75% {
        transform: translate(0, -10%);
    }

    100% {
        transform: translate(0, 0);
    }
}

.animation_sun {
    position: absolute;
    top: calc(15% - (100px/2));
    left: calc(25% - (180px/1));
    width: auto;
    height: auto;
    z-index: 9;
    animation: sun 3s;
    animation-fill-mode: forwards;
}

@keyframes sun {
    0% {
        transform: translate(-250%, 150%);
    }

    100% {
        transform: translate(0, 0);
    }
}

.animation_boy {
    position: absolute;
    bottom: 0;
    left: calc(50% - (100px/2));
    width: auto;
    height: auto;
    z-index: 9;
    transition: all 3s ease-in-out;
    animation: skating 4s;
    -webkit-animation: skating 4s;
    -moz-animation: skating 4s;
    -o-animation: skating 4s;
    animation-fill-mode: forwards;

}

@keyframes skating {
    0% {
        transform: translate(-900%, 0%);
    }

    100% {
        transform: translate(0, 0);
    }
}

.animation_cloud {
    position: absolute;
    top: 1rem;
    right: 0;
    width: 100%;
    height: 220px;
    background-repeat: repeat-x;
    background-image: url("../img/video-design-services/clouds.webp");
    opacity: 0.2;
    z-index: 1;
    animation: moveclouds 200s linear infinite;
    -webkit-animation: moveclouds 200s linear infinite;
    -moz-animation: moveclouds 200s linear infinite;
    -o-animation: moveclouds 200s linear infinite;
}

@media only screen and (min-width: 1500px) {
    .animation_cloud {
        animation: moveclouds 500s linear infinite;
        -webkit-animation: moveclouds 500s linear infinite;
        -moz-animation: moveclouds 500s linear infinite;
        -o-animation: moveclouds 500s linear infinite;
    }
}

@keyframes moveclouds {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 5000% 0px;
    }
}

@-webkit-keyframes moveclouds {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 5000% 0px;
    }
}

@-moz-keyframes moveclouds {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 5000% 0px;
    }
}

@-o-keyframes moveclouds {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 5000% 0px;
    }
}

.yellow {
    position: absolute;
    content: '';
    background: #e5e467;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.black {
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .3s ease-in-out;
}

.afternoobBoy1,
.afternoobBoy2 {
    position: absolute;
    bottom: 0;
    left: calc(50% - (100px/2));
    width: auto;
    height: auto;
    z-index: 9;
}

.stars {
    position: absolute;
    top: 1rem;
    right: 0;
    width: 100%;
    height: 320px;
    z-index: 9;
    opacity: 0;
}

.moon {
    position: absolute;
    top: 5rem;
    right: 4rem;
    width: 140px;
    height: 140px;
    z-index: 9;
    opacity: 0;
    border-radius: 50%;
}



/* SECTION ONE CSS END HERE  */


.slick-arrow.slick-disabled {
    opacity: .2;
    cursor: no-drop;
}


/* SECTION TWO CSS START HERE  */

section.s2 {
    box-shadow: 0px 0 20px 10px rgb(66 132 245 / 30%);
}

.odsWrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.odsWrapper>.odsBox {
    flex: 1 1 14%;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-size: 100% 100%;
}

.odsWrapper>.odsBox h3.odsServiceName {
    position: relative;
    font-size: 16px;
    font-weight: 800;
    color: var(--white);
}

.odsWrapper:before {
    position: absolute;
    content: '';
    background: rgb(14 46 103 / 50%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* SECTION TWO CSS END HERE  */


/* SECTION THREE CSS START HERE  */

.hireSEOwriters .row .col-lg-6:first-child {
    padding-right: 3rem;
}

section.s3 .head {
    text-align: center;
}


section.s3 p {
    font-family: 'Poppins';
    line-height: 26px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

section.s3:before {
    position: absolute;
    content: '';
    border: 20px solid #e5e7ef;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    right: -100px;
    bottom: 0;
}


section.s3 .sec--cta {
    margin-top: 40px !important;
}

section.s3 .sec--cta a {
    width: 400px;
}

section.s3 .sec--cta a:last-child {
    color: var(--orange);
}

section.s3 .sec--cta a:last-child:hover {
    color: var(--dark-blue);
}

ul.scw-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    margin-top: 30px !important;
}

ul.scw-list li {
    color: var(--dark-blue);
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
}

ul.scw-list img {
    margin: 0px 10px 0px 0px;
    float: left;
}


a.video-fancy {
    position: relative;
}

.playme {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    top: 0px;
    bottom: 0;
    left: 0px;
    height: 100%;
    width: 100%;
}

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

svg.pulse-svg {
    overflow: visible;
}

svg.pulse-svg .first-circle,
svg.pulse-svg .second-circle,
svg.pulse-svg .third-circle {
    fill: #fff;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}

svg.pulse-svg .second-circle {
    animation-delay: 1s;
}

svg.pulse-svg .third-circle {
    animation-delay: 2s;
}

.pulse-css {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: relative;
}

.pulse-css:before,
.pulse-css:after {
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: scale(0.5);
    transform-origin: center center;
    animation: pulse-me 3s linear infinite;
}

.pulse-css:after {
    animation-delay: 2s;
}

circle.circle.play-icon {
    position: relative;
}

.pulse-box:before {
    position: absolute;
    content: '';
    font-size: 20px;
    left: 0;
    right: 0;
    background-image: url('../img/video-design-services/play.webp');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 20px;
}

.pulse-box {
    position: relative;
}

@keyframes pulse-me {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }

    50% {
        opacity: 0.2;
    }

    70% {
        opacity: 0.4;
    }

    100% {
        transform: scale(4);
        opacity: 0;
    }
}

/* SECTION THREE CSS END HERE  */


/* SECTION FOUR CSS START HERE  */

.designPortfolioWrap .item {
    position: relative;
    overflow: hidden;
}

.designPortfolioWrap a {
    display: block;
    height: 100%;
}

.designPortfolioWrap a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.designPortfolioWrap .item:before {
    position: absolute;
    content: '';
    background: var(--black);
    width: 100%;
    height: 0;
    opacity: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.designPortfolioWrap .item:hover:before {
    opacity: 0.8;
    height: 100%;
}

.designPortfolioWrap .item:after {
    position: absolute;
    content: '\f144';
    font-family: 'FontAwesome';
    font-size: 40px;
    color: var(--white);
    left: 0;
    right: 0;
    top: -30px;
    transform: translate(0px, -50%);
    margin: 0 auto;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.designPortfolioWrap .item:hover:after {
    top: 50%;
    opacity: 1;
}


.grid-1 {
    /* display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 350px 350px; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: repeat(3, 1fr); */
    /* grid-template-rows: 400px 330px; */
    background: #000;
}

.grid-1 .item:nth-child(1) {
    grid-area: 1 / 1 / 2 / 3;
}

.grid-1 .item:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
}

.grid-1 .item:nth-child(3) {
    grid-area: 1 / 4 / 2 / 5;
}

.grid-1 .item:nth-child(4) {
    grid-area: 2 / 1 / 3 / 2;
}

.grid-1 .item:nth-child(5) {
    grid-area: 2 / 2 / 3 / 4;
}

.grid-1 .item:nth-child(6) {
    grid-area: 2 / 4 / 3 / 5;
}

.grid-1 .item:nth-child(7) {
    grid-area: 3 / 1 / 4 / 2;
}

.grid-1 .item:nth-child(8) {
    grid-area: 3 / 2 / 4 / 3;
}

.grid-1 .item:nth-child(9) {
    grid-area: 3 / 3 / 4 / 5;
}


/* SECTION FOUR CSS END HERE  */


/* SECTION FIVE CSS START HERE  */

section.s5 .heading {
    position: relative;
}

section.s5 .heading h4 {
    font-size: 30px;
    font-weight: 800;
    color: var(--dark-blue);
    line-height: 50px;
}

section.s5 .heading h2 {
    font-size: 60px;
    font-weight: 800;
    color: var(--orange);
    line-height: 50px;
}

.ctaRow {
    display: flex;
    justify-content: center;
    grid-gap: 2rem;
    max-width: 70%;
    margin: 3rem auto 0;
}

.ctaRow .btn--orange,
.ctaRow .btn--blue {
    width: 100%;
}

.arrow {
    position: absolute;
    top: 0;
}

.arrow.arrowLeft {
    left: 40px;
}

.arrow.arrowRight {
    right: 40px;
    transform: scaleX(-1);
}

.wave {
    width: 100%;
    position: absolute;
    bottom: 0;
}


/* SECTION FIVE CSS END HERE  */


/* SECTION SIX CSS START HERE  */

section.s6 {
    padding-bottom: 170px;
}

div#testimonialsSlider {
    max-width: 92%;
    margin: 0 auto;
}

#testimonialsSlider .slick-list {
    padding-left: 0px !important;
}

.testimonialsBox {
    position: relative;
    border: 1px solid #d4ddee;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px #d4ddee;
    padding: 80px 20px 20px;
    text-align: center;
    min-height: 305px;
}

.testimonialsBox>img {
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#testimonialsSlider .slick-list {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

.testimonialsBox h2 {
    font-size: 18px;
    font-weight: bold;
    color: var(--dark-blue);
}

.testimonialsBox span.web {
    font-size: 15px;
    color: #525252;
}

.testimonialsBox p {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}

.testimonialsMeta {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.testimonialsMeta:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 5px;
    background: var(--orange);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 4px;
}


/* the slides */

#testimonialsSlider .slick-slide {
    margin: 0 10px;
}


/* the parent */

#testimonialsSlider .slick-list {
    margin: 0 -10px;
}

#testimonialsSlider .slick-arrow {
    background: var(--white);
    color: #7d97c7;
    box-shadow: 0px 0px 20px 0px #d4ddee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#testimonialsSlider .prev--arrow.slick-arrow {
    left: -30px;
}

#testimonialsSlider .next--arrow.slick-arrow {
    right: -30px;
}

#testimonialsSlider .slick-arrow:hover {
    background: var(--dark-blue);
}

#testimonialsSlider ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonialsSlider ul.slick-dots li {
    width: 40px;
    height: 10px;
    border-radius: 20px;
    background: var(--dark-blue);
    opacity: 0.3;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

#testimonialsSlider .slick-dots li button {
    margin: 0 auto;
    background: var(--white);
    border-radius: 50%;
    width: 0;
    height: 0;
    padding: 0;
    transition: all .3s ease-in-out;
}

#testimonialsSlider .slick-dots li button:before {
    display: none;
}

#testimonialsSlider ul.slick-dots li.slick-active {
    opacity: 1;
}


/* SECTION SIX CSS END HERE  */


/* SECTION SEVEN CSS START HERE  */

section.s7 {
    background: #fff9ed;
    padding-bottom: 150px;
}

section.diamond {
    padding-top: 170px;
    overflow: visible;
    border-top: 1px solid #b9b9b9;
}

img.diamond {
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9;
}

img.paperPlane {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -10px;
}

.processBox span.step {
    background: #f86205;
    padding: 4px 10px;
    position: relative;
    display: inline-block;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 2px 2px 2px #222;
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
}

.processBox h3 {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--dark-blue);
    min-height: 44px;
}

.processBox hr {
    background: #dacfb9;
    opacity: 1;
}

.processBox p {
    font-size: 14px;
    color: #333;
}

.processBox>img {
    box-shadow: 5px 10px 10px rgb(158 85 39 / 20%);
    margin-bottom: 20px;
}


/* SECTION SEVEN CSS END HERE  */


/* SECTION EIGHT - FAQS CSS START HERE  */

section.faq-section {
    background: #f8fbff;
}

section.faq-section .head {
    margin-bottom: 20px;
}

section.faq-section .head h2,
section.faq-section .head h2 span {
    font-size: 52px;
}

section.faq-section .head:before {
    display: none;
}

.faq-section .info-details {
    background: #e5edfa;
    border-radius: 10px;
    line-height: 1.6;
    padding: 20px;
}

.faq-section .info-details h3 {
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-blue);
    text-decoration: none;
    margin: 20px 0;
}

ul#accordian {
    overflow-y: scroll;
    max-height: 580px;
    padding: 0 20px 20px !important;
}

ul#accordian::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

ul#accordian::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;
}

ul#accordian::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

ul#accordian li p {
    display: none;
    color: #6a6a6a;
}

ul#accordian li {
    border-bottom: 1px solid #c6d2e6;
    padding: 25px 30px;
    cursor: pointer;
}

ul#accordian h4 {
    font-weight: 600;
    font-size: 16px;
    color: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul#accordian h4 i {
    color: var(--orange);
    font-size: 24px;
    transition: all .3s ease-in-out;
}

ul#accordian li.active {
    box-shadow: 0px 0px 15px 10px #e6eeff;
    border-radius: 30px;
    border: 0;
    margin-top: 20px;
}

ul#accordian li.active h4 {
    padding-bottom: 20px;
}

ul#accordian li p a {
    color: var(--orange);
}

ul#accordian li.active i::before {
    content: '\f068';
}


/* SECTION EIGHT - FAQS CSS END HERE  */


/* SECTION NINE CSS START HERE  */

.bottom-form {
    background: #e0f0ff;
    padding: 40px 50px;
    border-radius: 15px;
    margin: 15px 0;
    position: relative;
}

#discussLead hr {
    margin: 0;
    border: none;
    border-top: 10px solid #f47a1e;
    position: absolute;
    width: 60%;
    top: 0;
    left: 20%;
    opacity: 1;
}

.bottom-form .secondary-text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

.bottom-form h2 {
    font-size: 30px;
    font-weight: 800;
    color: #0e2e67;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}

.bottom-form h2 span {
    color: #f47a1e;
    font-weight: 800;
}

.bottom-form .form-group {
    margin-bottom: 20px;
    position: relative;
}

.bottom-form .form-group i {
    position: absolute;
    font-size: 18px;
    color: #f47a1e;
    left: 10px;
    height: 25px;
    width: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    line-height: 25px;
    font-weight: 500;
}

.form-group.angle:before {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 20px;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: bold;
    pointer-events: none;
    cursor: pointer;
}

.bottom-form .form-control {
    font-family: 'Poppins', sans-serif;
    height: 55px;
    padding-left: 40px;
    background-color: #fff;
    font-size: 14px;
    color: var(--dark-blue);
    border: 1px solid #f6f4f4;
    box-shadow: none;
    border-radius: 10px;
}

.form-group.textarea i {
    margin-top: 10px;
}

.bottom-form .form-group.textarea textarea {
    height: 200px;
    resize: none;
}

.mini-contact-area {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    margin-top: 20px;
}

.mini-contact-box {
    display: flex;
    align-items: center
}

.c-cont-box h4,
.c-cont-box a {
    font-family: 'Poppins';
}

.c-cont-box h4 {
    font-size: 14px;
    margin: 0;
    color: #999;
    font-weight: 600;
}

.c-cont-box a {
    font-size: 16px;
    margin: 0;
    color: #0e2e67;
    font-weight: 800;
}

.c-cont-box a:hover {
    color: var(--orange);
}

.c-icon-box i {
    font-size: 24px;
    color: #f47a1e;
    margin-right: 15px;
}

.contact-box-q img {
    max-width: 100%
}

.contact-box-q h3 {
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    color: #0e2e67;
    padding: 25px 40px;
    box-shadow: 5px 5px 10px -2px #ccc;
    border-radius: 25px;
    margin: 40px 0 0 0;
    position: relative;
    margin-bottom: 35px;
}

.ny-contact form .btn-box {
    text-align: center;
    padding: 20px 0;
}

.ny-contact form .btn-primary {
    padding: 15px 60px;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    background-color: #0e2e67;
    display: block;
    box-shadow: 5px 5px 15px #999;
    text-decoration: none;
    margin: auto;
    display: inline;
    margin: auto;
    letter-spacing: 0;
}

.ny-contact form .btn-primary:hover {
    background: var(--orange);
}

.contact-box-q h4 {
    font-size: 36px;
    text-align: center;
    font-weight: 800;
    color: #f47a1e;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-box-q h4:last-child {
    font-size: 50px;
}

.contact-box-q h4 {
    font-size: 36px;
    text-align: center;
    font-weight: 800;
    color: #f47a1e;
    margin-top: 0;
    margin-bottom: 0;
}

.call-custom-cta a {
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 14px 40px;
}

.call-custom-cta a:not(:last-child) {
    margin-bottom: 25px;
}

.call-custom-cta {
    text-align: center;
}

.stats-row .stats-box {
    position: relative;
    box-shadow: 0 0 5px 5px #efefef;
    border: 1px solid #d4ddee;
    background-image: url('../img/video-design-services/starter-pkg-back.webp');
    border-radius: 10px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stats-row .stats-box h3 {
    font-family: 'Poppins';
    font-size: 28px;
    font-weight: 800;
    color: #0e2e67;
    text-align: center;
    margin-bottom: 5px;
}

.stats-row .stats-box h3 span {
    color: #f47a1e;
    font-size: 25px;
}

.stats-row .stats-box p {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Poppins';
    text-align: center;
    font-weight: bold;
    color: #3e5b8d;
    margin-bottom: 0px;
}

.stats-row .stats-box hr {
    border-top: 10px solid #f47a1e;
    width: 80%;
    margin: 0 auto;
    display: block;
    border-radius: 5px;
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.partners-logo-row {
    align-items: center;
    justify-content: center;
    grid-row-gap: 10px;
    text-align: center;
}

.partners-logo-row ul.slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--dark-blue);
    opacity: 0.5;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

.partners-logo-row .slick-dots li button {
    margin: 0 auto;
    background: var(--white);
    border-radius: 50%;
    width: 0;
    height: 0;
    padding: 0;
    transition: all .3s ease-in-out;
}

.partners-logo-row .slick-dots li button:before {
    display: none;
}

.partners-logo-row ul.slick-dots li.slick-active {
    opacity: 1;
    background-color: var(--orange);
}

.partners-logo-row ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-logo-row .slick-initialized .slick-slide img {
    margin: 0 auto;
}


/* SECTION NINE CSS END HERE  */


/* SECTION TEN CSS START HERE  */


.packageBox {
    position: relative;
    border: 1px solid #e7f0f4;
    border-radius: 20px;
    box-shadow: 0px 0px 20px rgb(16 103 209 / 8%);
    min-height: 660px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.packageBox:hover {
    box-shadow: 0px 0px 20px rgb(16 103 209 / 40%);
}

.pkgName {
    padding: 40px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1.5rem;
    height: 120px;
}

.pkgName h2 {
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: var(--dark-blue);
    line-height: 1;
}

.pkgName p.duration {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    line-height: 18px;
}

.packagePrice {
    padding: 30px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    grid-column-gap: 1rem;
}

.pkgWhite .packagePrice {
    background: #1067d1;
}

h3.originalPrice {
    opacity: 0.6;
}

span.offPrice {
    background: var(--orange);
    text-shadow: 1px 1px 0px #af4f13;
    color: var(--white);
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    font-family: 'Inter', sans-serif;
}

.packagePrice h3 sup {
    color: #6bdda0;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 32px;
    top: -10px;
}

.packagePrice h3 {
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}

.pkgWhite .packagePrice h3 {
    color: var(--white);
}

.pkgWhite .pkgList ul li {
    color: #333;
}

.pkgList {
    height: 440px;
}

.pkgList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.pkgList::-webkit-scrollbar {
    width: 7px;
    background-color: #f5f5f5;
}

.pkgList::-webkit-scrollbar-thumb {
    background-color: #9E9E9E;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.pkgList ul li {
    position: relative;
    font-family: 'Inter', sans-serif;
    /* padding: 10px 20px; */
    /* line-height: 1; */
    padding: 10px 50px 10px 20px;
    display: flex;
}

li.add-service {
    color: #1067d1 !important;
    font-weight: 500;
}

span.addon-check {
    position: absolute;
    right: 20px;
}

.pkgList ul li i.fa-check {
    color: #62db9b;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}


.pkgWhite .pkgList ul li:nth-child(odd) {
    background: #f8fafe;
}

.pkgBlue .pkgList ul li:nth-child(even) {
    background: rgba(255, 255, 255, 0.1);
}

.packageOrder {
    text-align: center;
    padding: 30px;
}

.packageOrder a.order-now {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 22px 40px;
    display: block;
    border-radius: 6px;
    text-transform: uppercase;
}

.pkgWhite {
    background: var(--white);
}

.pkgWhite .packageOrder a.order-now {
    background: #1067d1;
    color: var(--white);
}

.packageContact {
    padding: 20px 0;
    border-radius: 0 0 20px 20px;
}

.packageContact ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.packageContact ul li:not(:last-child):before {
    position: absolute;
    content: '';
    background: #bfd3e9;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
}

.packageContact ul li {
    position: relative;
}

.packageContact ul li:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
}



.pkgWhite .packageContact {
    background: #e1efff;
}

.packageContact ul li a {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.packageContact ul li a:hover {
    color: var(--orange) !important;
}

.pkgWhite .packageContact ul li a {
    color: #333;
}

.pkgWhite .packageContact ul li i {
    color: #1067d1;
    padding-right: 5px;
}

.packageBox.pkgBlue {
    background: #1067d1;
}

.packageBox.pkgBlue .pkgName h2,
.packageBox.pkgBlue .duration {
    color: var(--white);
}

.pkgBlue .packagePrice {
    background: var(--white);
}

.packageBox.pkgBlue h3 {
    color: #1067d1;
}

.packageBox.pkgBlue .pkgList ul li {
    color: var(--white);
}

.pkgBlue .packageOrder a.order-now {
    background: var(--white);
    color: #1067d1;

}

.pkgBlue .packageContact {
    background: #0d59b6;
}

.pkgBlue .packageContact ul li a {
    color: var(--white);
}

.pkgBlue .packageContact ul li i {
    color: var(--white);
    padding-right: 5px;
}

span.most-popular {
    position: absolute;
    top: -20px;
    right: 0;
    background: #ffea00;
    padding: 6px 25px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border: 4px solid var(--white);
    border-radius: 0 0 0 8px;
    object-fit: inherit;
}

.pkgWhite a.order-now:hover,
.pkgBlue a.order-now:hover {
    background: var(--dark-blue);
    color: var(--white);
}


/* NEW LAYOUT PKG CSS START  */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.pkgDuration.calculationBox {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1.5rem;
    padding: 20px;
}

.pkgDuration.calculationBox>p {
    margin: 0;
    color: #333;
}

.pkgDuration.calculationBox span.duration {
    background: #ededed;
    display: block;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 6px;
}

.pkgBlue .pkgDuration.calculationBox>p {
    color: var(--white);
}

.pkgBlue .calculationBox .qty-input input.video-duration {
    border-color: var(--white);
    color: var(--white);
}

.pkgBlue .pkgDuration.calculationBox span.duration {
    background: #0d59b6;
    color: var(--white);
}

.calculationBox .qty-input {
    width: 25%;
    position: relative;
}

.calculationBox .qty-input .qty-count {
    position: absolute;
    border: 0;
    background: transparent;
    color: #6bdda0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    height: 100%;
}

.calculationBox .qty-input input.video-duration {
    font-family: 'Inter', sans-serif;
    background: transparent;
    color: #333;
    border: 1px solid #d0d0d0;
    text-align: center;
    padding: 6px 0;
    border-radius: 5px;
    width: 100%;
}

button.qty-count.video-time-count-minus {
    left: 0;
}

button.qty-count.video-time-count-plus {
    right: 0;
}


#bAnimation:checked+label:before,
#bAnimation:hover+label:before {
    background: #6bdda0;
}

#bAnimation+label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: var(--white);
}

#bAnimation:checked+label:after {
    position: absolute;
    content: '';
    left: 5px;
    top: 8px;
    background: var(--white);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}

input#bAnimation {
    opacity: 0;
    position: absolute;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

span.addon-check label {
    outline: 2px solid #6bdda0;
    border-radius: 2px;
}

.selectOptions {
    position: relative;
    width: 100%;
}

.selectStyle {
    font-family: 'Inter', sans-serif;
    appearance: none;
    outline: 0;
    border: 0;
    box-shadow: none;
    width: 100%;
    padding: 10px 5px;
    border: 2px solid #6bdda0;
    border-radius: 5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}



/* Remove IE arrow */
.selectStyle::-ms-expand {
    display: none;
}

/* Arrow */
.selectOptions::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    transition: .25s all ease;
    pointer-events: none;
    width: 100%;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6bdda0;
    transition: all .3s ease-in-out;

}

/* Transition */
.selectStyle:hover {
    border-color: #1067d1;
}

.selectOptions:hover::after {
    color: #1067d1;
}

/* SECTION TEN CSS END HERE  */


/* SECTION ELEVEN CSS START HERE  */

section.or.s11 {
    background: #f3f3f3;
    text-align: center;
    padding: 20px 0;
    position: relative;
}

section.or.s11 h2 {
    font-size: 40px;
    font-weight: 900;
    color: var(--dark-blue);
}

section.or.s11:before {
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 30px solid #f3f3f3;
    position: absolute;
    content: '';
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* SECTION ELEVEN CSS END HERE  */


/* SECTION TWELVE CSS START HERE  */

section.customAnimation {
    padding: 100px 0;
    margin-bottom: 50px;
}

.customAnimation .row h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: var(--dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}

.customAnimation .row {
    text-align: center;
    grid-row-gap: 5px;
}

.customAnimation .row h3 span {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 800;
}

.customAnimation .ctaRow {
    display: flex;
    justify-content: center;
    grid-gap: 2rem;
    max-width: 70%;
    margin: 3rem auto 0;
}

.customAnimation .ctaRow .btn--orange,
.customAnimation .ctaRow .btn--blue {
    width: 100%;
}

span#hover-no {
    display: none;
}

.customAnimation .ctaRow .btn--orange:hover #hover-no {
    display: block;
}

.customAnimation .ctaRow .btn--orange:hover #talk {
    display: none;
}

.videoShape1,
.videoShape2 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.videoShape1 {
    left: 0;
}

.videoShape2 {
    right: 0;
    transform: scaleX(-1);
}

/* SECTION TWELVE CSS END HERE  */


section.hireSEOwriters.section.s3 .row {
    align-items: center;
}

section.hireSEOwriters .col-right {
    position: relative;
}

/* .iev-shape1 {
    position: absolute;
    top: -15px;
    left: 0;
    animation: floating 3s linear infinite;
    animation: floating 3s linear infinite;
    -webkit-animation: floating 3s linear infinite;
    -moz-animation: floating 3s linear infinite;
    -o-animation: floating 3s linear infinite;
}


@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 15px);
    }

    to {
        transform: translate(0, -0px);
    }
} */

.circle {
    position: absolute;
    top: 100px;
    left: 0px;
}

.iev-shape2 {

    animation: rotate 3s linear infinite;
    animation: rotate 3s linear infinite;
    -webkit-animation: rotate 3s linear infinite;
    -moz-animation: rotate 3s linear infinite;
    -o-animation: rotate 3s linear infinite;
}


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}




#animation {
    width: 100%;
    height: 100%;
    margin: 2em auto 0;
}

@media screen and (min-width: 800px) {
    #animation {
        height: 90%;
    }
}


.play-again {
    display: inline-block;
    padding: 0.5em 1em;
    border: 1px solid #4391f1;
    color: #4391f1;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 2em;
}

.play-again:hover {
    background-color: #4391f1;
    color: #fff;
}



.plantAnimation {
    position: absolute;
    right: -10px;
    bottom: 0;
    width: 18%;
    z-index: 1;
}


.progress-value {
    animation: load 3s linear infinite;
    animation: load 3s linear infinite;
    -webkit-animation: load 3s linear infinite;
    -moz-animation: load 3s linear infinite;
    -o-animation: load 3s linear infinite;
    background: #ff812a;
    height: 2px;
    width: 0;
    /* position: absolute;
    bottom: 125px;
    left: 145px; */
}

@keyframes load {
    0% {
        width: 0;
    }

    100% {
        width: 280px;
    }
}

.progress-dot {
    width: 10px;
    height: 10px;
    background: #ff812a;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    animation: progress-dot 3s linear infinite;
    animation: progress-dot 3s linear infinite;
    -webkit-animation: progress-dot 3s linear infinite;
    -moz-animation: progress-dot 3s linear infinite;
    -o-animation: progress-dot 3s linear infinite;
}

.VideoTimeline {
    position: absolute;
    bottom: 38px;
    left: 136px;
}

@keyframes progress-dot {
    0% {
        left: 0;
    }

    100% {
        left: 280px;
    }
}

@media only screen and (min-width: 1920px) {
    .VideoTimeline {
        bottom: 43px;
        left: 152px;
    }
}



g#Graph {
    display: none;
}

.linesAnimation {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    grid-gap: 7px;
    min-height: 50px;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.linesAnimation>span {
    display: inline-block;
    width: 6px;
    background: #ebebeb;
}

.linesAnimation>span:nth-child(1) {
    animation: line-1 2.5s linear infinite;
    animation: line-1 2.5s linear infinite;
    -webkit-animation: line-1 2.5s linear infinite;
    -moz-animation: line-1 2.5s linear infinite;
    -o-animation: line-1 2.5s linear infinite;
}

.linesAnimation>span:nth-child(2) {
    animation: line-1 2s linear infinite;
    animation: line-1 2s linear infinite;
    -webkit-animation: line-1 2s linear infinite;
    -moz-animation: line-1 2s linear infinite;
    -o-animation: line-1 2s linear infinite;
}

.linesAnimation>span:nth-child(3) {
    animation: line-1 3s linear infinite;
    animation: line-1 3s linear infinite;
    -webkit-animation: line-1 3s linear infinite;
    -moz-animation: line-1 3s linear infinite;
    -o-animation: line-1 3s linear infinite;
}

.linesAnimation>span:nth-child(4) {
    animation: line-1 3.5s linear infinite;
    animation: line-1 3.5s linear infinite;
    -webkit-animation: line-1 3.5s linear infinite;
    -moz-animation: line-1 3.5s linear infinite;
    -o-animation: line-1 3.5s linear infinite;
}

.linesAnimation>span:nth-child(5) {
    animation: line-1 2s linear infinite;
    animation: line-1 2s linear infinite;
    -webkit-animation: line-1 2s linear infinite;
    -moz-animation: line-1 2s linear infinite;
    -o-animation: line-1 2s linear infinite;
}

.linesAnimation>span:nth-child(6) {
    animation: line-1 3s linear infinite;
    animation: line-1 3s linear infinite;
    -webkit-animation: line-1 3s linear infinite;
    -moz-animation: line-1 3s linear infinite;
    -o-animation: line-1 3s linear infinite;
}

.linesAnimation>span:nth-child(7) {
    animation: line-1 2s linear infinite;
    animation: line-1 2s linear infinite;
    -webkit-animation: line-1 2s linear infinite;
    -moz-animation: line-1 2s linear infinite;
    -o-animation: line-1 2s linear infinite;
}

.linesAnimation>span:nth-child(8) {
    animation: line-1 3.5s linear infinite;
    animation: line-1 3.5s linear infinite;
    -webkit-animation: line-1 3.5s linear infinite;
    -moz-animation: line-1 3.5s linear infinite;
    -o-animation: line-1 3.5s linear infinite;
}

.linesAnimation>span:nth-child(9) {
    animation: line-1 3.8s linear infinite;
    animation: line-1 3.8s linear infinite;
    -webkit-animation: line-1 3.8s linear infinite;
    -moz-animation: line-1 3.8s linear infinite;
    -o-animation: line-1 3.8s linear infinite;

}

.linesAnimation>span:nth-child(10) {
    animation: line-1 2s linear infinite;
    animation: line-1 2s linear infinite;
    -webkit-animation: line-1 2s linear infinite;
    -moz-animation: line-1 2s linear infinite;
    -o-animation: line-1 2s linear infinite;
}




@keyframes line-1 {
    0% {
        height: 0;
    }

    50% {
        height: 25px;
    }

    100% {
        height: 0;
    }
}

@keyframes line-2 {
    0% {
        height: 0;
    }

    50% {
        height: 35px;
    }

    100% {
        height: 0;
    }
}

@keyframes line-3 {
    0% {
        height: 0;
    }

    50% {
        height: 30px;
    }

    100% {
        height: 0;
    }
}

@keyframes line-4 {
    0% {
        height: 0;
    }

    50% {
        height: 45px;
    }

    100% {
        height: 0;
    }
}

@keyframes line-5 {
    0% {
        height: 0;
    }

    50% {
        height: 45px;
    }

    100% {
        height: 0;
    }
}


/* Plant Animation CSS  */
.wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}

.base {
    position: relative;
    display: block;
    width: 110px;
}

.flowerpot {
    position: relative;
    width: 100%;
    height: 70px;
    overflow: hidden;
    background-image: linear-gradient(50deg, white 20px, white 21px, transparent 20px), linear-gradient(310deg, white 20px, #ac5a25 21px, #f58035 100%);
}

.flowerpot:after {
    content: " ";
    position: absolute;
    display: block;
    left: 30px;
    top: -5px;
    width: 60px;
    height: 90px;
    background: linear-gradient(285deg, #ac5a25 20px, #f58035 21px, #f58035 100%);
    transform: rotate(50deg);
}

.blade {
    position: absolute;
    bottom: 40px;
    overflow: hidden;
    transform-origin: 50% 100%;
    z-index: -1;
}

.blade:before,
.blade:after {
    content: "";
    position: absolute;
    top: 0;
    border-top: 0;
    border-radius: 50%;
}

.blade-left-s {
    height: 60px;
    width: 50px;
    left: -15px;
    animation: wave 3s infinite ease-in-out;
}

.blade-left-s:before {
    right: 0;
    height: 120px;
    width: 90px;
    border-right: 20px solid #35565f;
}

.blade-left-s:after {
    top: 1px;
    right: 6px;
    height: 120px;
    width: 90px;
    transform: rotateZ(15deg);
    border-right: 18px solid #35565f;
}

.blade-left-l {
    height: 100px;
    width: 80px;
    left: -30px;
    animation: wave2 4s infinite ease-in-out;
}

.blade-left-l:before {
    right: 2px;
    height: 190px;
    width: 160px;
    border-right: 25px solid #35565f;
    transform: rotateZ(20deg);
}

.blade-left-l:after {
    right: 7px;
    height: 190px;
    width: 160px;
    border-right: 18px solid #35565f;
    transform: rotateZ(25deg);
}

.blade-right-s {
    height: 50px;
    width: 80px;
    right: -35px;
    animation: wave2 3.2s -0.5s infinite ease-in-out;
}

.blade-right-s:before {
    left: 0;
    height: 190px;
    width: 100px;
    border-left: 22px solid #35565f;
}

.blade-right-s:after {
    left: 15px;
    height: 190px;
    width: 100px;
    border-left: 13px solid #35565f;
    transform: rotateZ(-10deg);
}

.blade-right-l {
    height: 75px;
    width: 80px;
    right: -22px;
    animation: wave 3.2s -1s infinite ease-in-out;
}

.blade-right-l:before {
    left: 0;
    height: 190px;
    width: 160px;
    border-left: 26px solid #35565f;
}

.blade-right-l:after {
    left: 6px;
    height: 190px;
    width: 160px;
    border-left: 20px solid #35565f;
    transform: rotateZ(-10deg);
}

.blade-center {
    height: 120px;
    width: 90px;
    left: -15px;
    animation: wave 3s -1.2s infinite ease-in-out;
}

.blade-center:before {
    right: 10px;
    height: 240px;
    width: 140px;
    border-right: 28px solid #35565f;
    transform: rotateZ(15deg);
}

.blade-center:after {
    right: 15px;
    height: 240px;
    width: 140px;
    border-right: 17px solid #35565f;
    transform: rotateZ(15deg);
}

@keyframes wave {
    0% {
        transform: rotateZ(3deg) translateZ(-1px);
    }

    25% {
        transform: rotateZ(-4deg) translateZ(-1px);
    }

    50% {
        transform: rotateZ(2deg) translateZ(-1px);
    }

    75% {
        transform: rotateZ(-6deg) translateZ(-1px);
    }

    100% {
        transform: rotateZ(3deg) translateZ(-1px);
    }
}

@keyframes wave2 {
    0% {
        transform: rotateZ(0deg) translateZ(-1px);
    }

    25% {
        transform: rotateZ(-3deg) translateZ(-1px);
    }

    50% {
        transform: rotateZ(3deg) translateZ(-1px);
    }

    75% {
        transform: rotateZ(-1deg) translateZ(-1px);
    }

    100% {
        transform: rotateZ(0deg) translateZ(-1px);
    }
}

/* CHAT BOX ANIMATION  */

g#Chat-left,
g#Chat-right {
    animation: floating 3s linear infinite;
    animation: floating 3s linear infinite;
    -webkit-animation: floating 3s linear infinite;
    -moz-animation: floating 3s linear infinite;
    -o-animation: floating 3s linear infinite;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    65% {
        transform: translate(0, 10px);
    }

    to {
        transform: translate(0, -0px);
    }
}

/* Speech Bubble Animation  */

path#dot1 {
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
}

path#dot1_1_ {
    animation: dotFlashing 1s infinite linear alternate;
    animation-delay: .5s;
}

path#dot1_2_ {
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dotFlashing {
    0% {
        fill: var(--orange);
    }

    50%,
    100% {
        fill: #ebebeb;
    }
}

g#Timeline {
    display: none;
}


@media only screen and (max-width: 1199px) {
    #slideshow {
        height: 80vh;
    }

    .bannerSlider .slide {
        display: flex;
        align-items: center;
        padding: 0;
    }

    .animation_cloud {
        animation: moveclouds 500s linear infinite;
        -webkit-animation: moveclouds 500s linear infinite;
        -moz-animation: moveclouds 500s linear infinite;
        -o-animation: moveclouds 500s linear infinite;
    }

    .moon {
        width: 100px;
        height: 100px;
    }

    .odsWrapper>.odsBox h3.odsServiceName {
        font-size: 16px;
    }

    .pkgList {
        height: auto;
    }

    .packageContact ul {
        flex-direction: column;
        grid-row-gap: .5rem;
    }

    .packageContact ul li:not(:last-child):before {
        display: none;
    }

    .packageContact ul li:not(:last-child) {
        margin: 0;
        padding: 0;
    }

    .videoShape1,
    .videoShape2 {
        display: none;
    }

    .VideoTimeline {
        bottom: 31px;
        left: 114px;
    }

    @keyframes load {
        0% {
            width: 0;
        }

        100% {
            width: 220px;
        }
    }

    @keyframes progress-dot {
        0% {
            left: 0;
        }

        100% {
            left: 220px;
        }
    }
}

@media only screen and (max-width: 991px) {
    .slide h1 {
        font-size: 30px;
    }

    .odsWrapper>.odsBox {
        flex: 1 1 25%;
        background-size: cover;
    }

    .head h2,
    .head h2 span {
        font-size: 30px;
    }

    .VideoTimeline {
        bottom: 47px;
        left: 166px;
    }

    @keyframes load {
        0% {
            width: 0;
        }

        100% {
            width: 350px;
        }
    }

    @keyframes progress-dot {
        0% {
            left: 0;
        }

        100% {
            left: 350px;
        }
    }

    .pkgsWrapper .row {
        grid-row-gap: 3rem;
    }

    .customAnimation .row h3 {
        display: inline-block;
    }

    .customAnimation .ctaRow {
        max-width: 100%;
    }

    section.faq-section .head h2,
    section.faq-section .head h2 span {
        font-size: 36px;
        text-align: center;
    }

    .faq-section .info-details {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 767px) {
    .head br {
        display: none;
    }

    .head h2,
    .head h2 span {
        font-size: 20px;
    }

    p {
        font-size: 14px;
    }

    .head p {
        font-size: 14px;
    }

    .head p br {
        display: none;
    }

    .slide h1 {
        font-size: 24px;
    }

    .slide .subTxt {
        font-size: 14px;
        line-height: 20px;
    }

    .slide .subTxt br {
        display: none;
    }

    .slideBtnWrap {
        flex-direction: column;
        justify-content: center;
    }

    .slide .slideBtn {
        min-width: 100%;
        font-size: 14px;
        padding: 12px 20px;
    }



    .slideBtnWrap .divBtn {
        width: 100%;
    }

    .slidePhoneNo a {
        font-size: 24px;
    }

    .bannerSlider .slide {
        background-size: cover;
        padding: 0;
        display: flex;
        align-items: center;
    }

    #slideshow {
        height: 100vh;
    }

    .animation_cloud {
        animation: moveclouds 1000s linear infinite;
        -webkit-animation: moveclouds 1000s linear infinite;
        -moz-animation: moveclouds 1000s linear infinite;
        -o-animation: moveclouds 1000s linear infinite;
    }

    .animation_sun {
        left: calc(50% - (180px/1));
        max-width: 25%;
    }

    .animation_plane {
        max-width: 25%;
    }

    .moon {
        width: 80px;
        height: 80px;
    }

    .stars {
        height: auto;
    }
    .odsWrapper>.odsBox {
        flex: 1 1 50%;
        min-height: 110px;
    }


    .hireSEOwriters .row .col-lg-6:first-child {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    ul.scw-list {
        display: flex;
        flex-direction: column;
    }

    section.s3 .sec--cta a {
        width: auto;
    }

    section.hireSEOwriters .col-right {
        padding-top: 50px;
    }

    .VideoTimeline {
        bottom: 35px;
        left: 126px;
    }

    .progress-dot {
        width: 6px;
        height: 6px;
        top: -2px;
    }

    @keyframes load {
        0% {
            width: 0;
        }

        100% {
            width: 250px;
        }
    }

    @keyframes progress-dot {
        0% {
            left: 0;
        }

        100% {
            left: 250px;
        }
    }

    .grid-1 {
        display: block;
    }

    .designPortfolioWrap .item {
        height: auto;
    }

    .designPortfolioWrap .item img {
        display: block;
    }

    .packageOrder a.order-now {
        font-size: 14px;
        padding: 14px 40px;
    }

    .pkgList ul li {
        font-size: 14px;
    }

    .customAnimation .row h3 span {
        font-size: 24px;
    }

    .customAnimation .ctaRow {
        flex-direction: column;
        margin-top: 30px;
    }



    #testimonialsSlider .slick-list {
        padding-bottom: 0 !important;
    }

    section.diamond {
        padding-bottom: 130px;
        padding-top: 130px;
    }

    section.customAnimation {
        margin-bottom: 0;
    }

    img.paperPlane {
        display: none;
    }


    section.faq-section .head h2,
    section.faq-section .head h2 span {
        font-size: 20px;
        text-align: center;
    }

    .faq-section .info-details {
        margin-bottom: 20px;
    }

    ul#accordian {
        overflow: unset;
        max-height: unset;
        padding: 0 !important;
    }

    ul#accordian li {
        padding: 25px 0;
        box-shadow: unset;
    }

    ul#accordian li.active {
        box-shadow: unset;
        background: none;
        border-radius: 0;
    }

    ul#accordian h4 {
        font-size: 14px;
    }

    ul#accordian h4 i {
        font-size: 16px;
    }
    section.section.ny-contact.diamond {
        padding-bottom: 70px;
    }
    .bottom-form {
        padding: 20px 15px;
    }

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

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

    .mini-contact-area {
        flex-direction: column;
        text-align: center;
        grid-gap: 20px;
    }

    .partners-logo-row .slick-slide img {
        margin: 0 auto;
    }

}

@media only screen and (max-width: 575px) {

    .VideoTimeline {
        bottom: 37px;
        left: 135px;
    }

}


@media only screen and (max-width: 414px) {

    .VideoTimeline {
        bottom: 26px;
        left: 99px;
    }

    @keyframes load {
        0% {
            width: 0;
        }

        100% {
            width: 180px;
        }
    }

    @keyframes progress-dot {
        0% {
            left: 0;
        }

        100% {
            left: 180px;
        }
    }
}

@media only screen and (max-width: 360px) {
    .VideoTimeline {
        bottom: 23px;
        left: 87px;
    }

    .progress-value {
        height: 1px;
    }

    .progress-dot {
        width: 5px;
        height: 5px;
    }

    @keyframes load {
        0% {
            width: 0;
        }

        100% {
            width: 150px;
        }
    }

    @keyframes progress-dot {
        0% {
            left: 0;
        }

        100% {
            left: 150px;
        }
    }

}