@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap);@import url(https://fonts.googleapis.com/css2?family=Bebas+Neue&amp;display=swap);:root {
    --black: #101010;
    --white: #fff;
    --yellow: #fdba3a;
    --green: #31b862;
    --purple: #444190;
    --red: #d90734;
    --blue: #00dfba;
    --sky: #2574c4
}

* {
    font-family: "Poppins",sans-serif;
    border: none;
    outline: none;
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    box-sizing: border-box
}

form.validate-popupform {
    padding: 1rem
}

.list_btm {
    background: #fff;
    box-shadow: 2px 2px 40px #324b537a;
    padding: 31px 30px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    top: -3rem
}

.list_btm .col-lg-3 {
    border-right: 2px solid #00dfba
}

.list_btm .col-lg-3:last-child {
    border: none
}

.list_btm img {
    width: 48px
}

.list_btm p {
    font-size: 15px;
    margin: 22px 0 0
}

*::selection {
    background-color: var(--blue);
    color: var(--white)
}

.text-black {
    color: #212529
}

.text-blue {
    color: var(--blue)
}

.bg-sky {
    background-color: var(--sky)
}

.bg-white {
    background-color: var(--white)
}

.bg-black {
    background-color: var(--black)
}

.bg-blue {
    background-color: var(--blue)
}

.text-white {
    color: var(--white)
}

.text-sky {
    color: var(--sky)
}

.text-black {
    color: var(--black)
}

*:focus {
    outline: none
}

body,html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

body::-webkit-scrollbar,.box-mobile::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-track,.box-mobile::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #fff
}

body::-webkit-scrollbar-thumb,.box-mobile::-webkit-scrollbar-thumb {
    background-color: #2574c4;
    outline: 1px solid #2574c4
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

a,a:hover {
    text-decoration: none;
    color: var(--black)
}

ul {
    padding: 0;
    margin: 0
}

h1,h2,h3,h4,h5,h6,p,ul,span {
    margin-bottom: 0
}

ul.d-flex.align-items-center.award_images li {
    margin: 0 15px
}

ul.d-flex.align-items-center.award_images li img {
    width: 104px
}

img {
    max-width: 100%;
    height: auto
}

img.brand-logo.d-lg-flex.d-none {
    width: 188px
}

span,a,li,p {
    font-size: 16px;
    margin-bottom: 0
}

.services p.pt-2.pb-4.mb-2 {
    width: 58%;
    margin: 26px auto 51px;
    color: #1e2a44
}

.container {
    max-width: 1170px
}

section {
    padding: 60px 0
}

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

.f-17 {
    font-size: 17px;
    line-height: 24px
}

.f-18 {
    font-size: 18px;
    line-height: 25px
}

.f-30 {
    font-size: 30px;
    line-height: 36px
}

.f-36 {
    font-size: 30px;
    line-height: 36px
}

.f-35 {
    font-size: 35px;
    line-height: 41px
}

.f-70 {
    font-size: 70px;
    line-height: 76px
}

.f-25 {
    font-size: 25px;
    line-height: 31px
}

.f-22 {
    font-size: 22px;
    line-height: 29px
}

.f-20 {
    font-size: 20px;
    line-height: 27px
}

.f-60 {
    font-size: 60px;
    line-height: 66px
}

.f-65 {
    font-size: 65px;
    line-height: 71px
}

.f-45 {
    font-size: 45px;
    line-height: 50px
}

.f-40 {
    font-size: 40px;
    line-height: 46px
}

.f-55 {
    font-size: 55px;
    line-height: 56px
}

.f-50 {
    font-size: 50px;
    line-height: 56px
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.services h3.f-40.fw-700.wow.fadeInUp {
    font-size: 51px;
    color: #212529
}

.fw-800 {
    font-weight: 800
}

.banner h1 {
    color: #fff;
    line-height: 57px
}

.f-900 {
    font-weight: 900
}

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

.bg-red {
    background-color: var(--red)!important
}

.red {
    color: var(--red)
}

.bg-green {
    background-color: var(--green)
}

.bg-black {
    background-color: var(--black)
}

.bg-yellow {
    background-color: var(--yellow)
}

.text-orange {
    color: var(--orange)
}

.text-green {
    color: var(--green)
}

.text-yellow {
    color: var(--yellow)
}

.text-white {
    color: var(--white)
}

.awards h4 {
    font-size: 40px;
    line-height: 50px;
    color: #fff!important
}

.awards h4 span {
    font-size: 38px;
    line-height: 48px;
    color: #fff
}

.awards .col-lg-7 {
    background: #fff;
    border-radius: 20px;
    padding: 20px
}

.awards p {
    color: #fff;
    font-size: 16px;
    margin: 15px 0 0 0
}

.blue {
    color: #2574c4
}

.text-shadow {
    text-shadow: 0 4px 4px rgb(0 0 0 / .25)
}

.banner {
    padding: 3rem 0 6rem;
    position: relative;
    background: url(../images/banner-bg.webp);
    background-size: cover
}

@keyframes gradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.header-buttons {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    padding: 15px 15px
}

.banner::after {
    content: "";
    position: absolute;
    background: url(https://www.webpkey.com/png/full/959-9590612_cover-book-cover.webp);
    right: 0;
    bottom: 16%;
    width: 47%;
    height: 74%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: cover;
    display: none
}

.banner::before {
    content: "";
    position: absolute;
    width: 477px;
    height: 467px;
    background: url(https://static.vecteezy.com/system/resources/previews/022/483/821/non_2x/studious-style-3d-cute-girl-student-transparent-background-free-png.webp);
    bottom: -10px;
    left: -58px;
    background-repeat: no-repeat;
    background-size: cover;
    display: none
}

.cta_frr {
    background: linear-gradient(-45deg,#23ccb3,#0580ac,#0580ac,#23d5ab);
    padding: 5rem 0;
    margin: 7rem 0 0 0
}

.banner-wrap {
    background: url(../images/header-bg.html) center center / cover no-repeat
}

.main-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px
}

ul.pb-list li {
    list-style: disc;
    font-size: 19px;
    font-weight: 500;
    line-height: 37px
}

.banner-wrap .left-content {
    padding: 200px 0
}

.after-book {
    position: absolute;
    bottom: -14%;
    left: 8%;
    max-width: 84%
}

.airplane {
    position: absolute;
    top: -8%;
    left: 6%
}

.before-cta-img {
    position: absolute;
    left: 2%;
    bottom: -4%;
    max-width: 540px
}

.after-cta-img {
    position: absolute;
    right: 0;
    bottom: -4%;
    max-width: 540px
}

.text-red {
    color: #de4242
}

.cta-wrap h4 {
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 4px rgb(0 0 0 / .25);
    line-height: 53px
}

.cta-wrap .content p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    text-transform: capitalize;
    padding-right: 45px;
    padding-top: 10px
}

.book-cover {
    display: block;
    margin-left: auto;
    margin: 0 auto 50px auto;
    max-width: 270px;
    transition: all 0.4s linear
}

.book-cover-shape {
    position: absolute;
    top: 30%;
    z-index: -1
}

.book-cover div span {
    text-transform: lowercase
}

.book-cover div {
    align-items: center;
    justify-content: center;
    height: 145px;
    border: 2px solid #fff;
    display: flex;
    text-align: center;
    background: url(../images/cover.html) center center/contain no-repeat;
    background-color: #f5f5f5;
    background-size: 30%
}

.book-cover div span {
    font-size: 14px;
    font-weight: 500;
    min-width: 65px;
    height: 100px;
    background-color: var(--white);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: lowercase;
    box-shadow: rgb(0 0 0 / .25) 0 .0625em .0625em,rgb(0 0 0 / .25) 0 .125em .5em,rgb(255 255 255 / .1) 0 0 0 1px inset
}

.book-cover h3 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    color: #000
}

.book-cover a {
    font-size: 15px;
    padding-top: 5px;
    display: block;
    color: #f76632;
    font-style: italic
}

.book-cover h5 {
    font-size: 16px;
    font-family: "Poppins";
    padding: 10px 0;
    color: #f86724
}

.book-cover p {
    font-size: 16px;
    line-height: 22px;
    color: #000
}

.slick-dots li {
    width: 30px;
    height: 6px;
    background-color: var(--sky)
}

.slick-dots li:active {
    background-color: var(--blue)
}

.slick-dots li button:before,.slick-dots li.slick-active button:before {
    color: #fff0
}

.slick-dots {
    bottom: -40px
}

.testi-slider .slick-dots li {
    width: 50px;
    height: 6px;
    background-color: #fff;
    border-radius: 10px;
    margin: 3px
}

.slick-dots li.slick-active button:before {
    background-color: #113357;
    width: 30px;
    height: 6px;
    opacity: 1;
    border-radius: 5px
}

.testimonial div ul:nth-child(1) {
    border-bottom: 1px solid #fff;
    width: max-content
}

.process .scroll-box span {
    font-size: 18px;
    font-weight: 600
}

.process .scroll-box {
    background-color: #f5f5f5;
    padding: 20px 23px;
    border-radius: 10px;
    margin-bottom: 15px;
    max-width: 500px
}

section.process .right-content {
    height: 650px;
    overflow: auto
}

.process .scroll-box p {
    font-size: 14px;
    line-height: 19px;
    padding-top: 5px;
    color: #727272
}

.process .right-content::-webkit-scrollbar {
    width: 15px
}

.process .right-content::-webkit-scrollbar-track {
    background-color: var(--green);
    width: 15px
}

.process .right-content::-webkit-scrollbar-thumb {
    background-color: var(--orange);
    outline: 1px solid var(--orange)
}

.before-parrot {
    position: absolute;
    bottom: -15%
}

.bird {
    position: absolute;
    right: 0;
    bottom: 0
}

.book-cover-img {
    display: block;
    margin-left: auto
}

.after-bird {
    position: absolute;
    right: 0;
    top: -50%
}

.up-arrow {
    position: absolute;
    top: -36%;
    right: 3%
}

.butterfly-1 {
    position: absolute;
    left: -21%;
    top: 10%;
    animation: butterfly 1s infinite alternate;
    transform: rotate(10deg)
}

.butterfly-2 {
    position: absolute;
    top: 15%;
    left: -15%;
    animation: butterfly 1s infinite alternate;
    transform: rotate(-10deg)
}

@keyframes butterfly {
    0% {
        transform: rotateX(10deg)
    }

    100% {
        transform: rotateX(0deg)
    }
}

.time span:nth-child(1),.time span:nth-child(3),.time span:nth-child(5) {
    background-color: #1a4f9d;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin: 5px;
    padding: 8px 5px
}

.time span:nth-child(2),.time span:nth-child(4) {
    color: #fff
}

.book-cover-wrap .text {
    padding-right: 120px
}

.cover-design-slider .test-prev {
    bottom: -15%;
    left: 10%
}

.cover-design-slider .test-next {
    bottom: -15%
}

@keyframes round {
    0% {
        transform: matrix(1,0,0,1,0,0)
    }

    100% {
        transform: matrix(1.1,0,0,1.1,0,0)
    }
}

.initial {
    text-transform: initial
}

.first-btn,.second-btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 170px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    gap: 10px;
    color: #fff
}

.first-btn:hover,.second-btn:hover {
    background-color: var(--black);
    color: var(--white)
}

.cta-wrap .call {
    color: #fff;
    font-weight: 500;
    border-color: #fff
}

.img-bilibk {
    animation: blinker 1s linear 0s infinite normal none running
}

@keyframes blinker {
    0% {
        opacity: 1
    }

    49% {
        opacity: 1
    }

    60% {
        opacity: 0
    }

    99% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.train {
    position: absolute;
    right: 12%;
    top: 12%;
    animation: round 1s infinite alternate
}

.house {
    position: absolute;
    bottom: 40%;
    right: 12%;
    animation: round 1s infinite alternate
}

.cover-info .first-btn {
    border-color: #000
}

.cover-info .second-btn {
    background-color: #f96825;
    color: #fff
}

.after-form {
    position: absolute;
    top: -6%;
    right: -6%
}

.header {
    background-color: #fff
}

.header .first-btn {
    background-color: #fff0;
    color: #000;
    border-color: #000;
    border: 2px solid #000
}

.main__form {
    min-width: 670px;
    height: 245px;
    background-color: #206976;
    padding: 20px;
    border-radius: 5px
}

.main__form input {
    height: 35px;
    font-size: 14px;
    padding-left: 10px;
    width: 100%
}

.main__form textarea {
    width: 100%
}

.main__form ul li:nth-child(1) {
    display: flex;
    gap: 10px
}

.main__form textarea {
    height: 70px;
    margin-top: 10px;
    font-size: 14px;
    padding: 10px
}

.banner .left-content p {
    font-weight: 200;
    padding: 10px 0
}

form.main__form button {
    font-size: 16px;
    font-weight: 600;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #f86732;
    color: #fff;
    position: relative;
    top: 15px
}

.form-img {
    max-width: max-content;
    position: relative;
    left: 10%
}

.cover-info {
    background: url(../images/cover-info-bg.webp) center center/contain no-repeat
}

.cover-info .left-content ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    margin-top: 20px
}

.top-cta {
    background-color: #f5f5f5
}

.port-web-img-st {
    position: relative;
    margin: 25px 0;
    transition: all 0.2s linear
}

.port-web-img-st a img {
    position: relative;
    z-index: 999;
    max-width: 100%;
    margin: 20px 0;
    border-radius: 10px;
    display: block;
    margin: auto
}

.port-web-img-st .port-left {
    position: absolute;
    left: 8%;
    z-index: 0;
    top: 3%;
    width: 220px;
    height: 350px;
    object-fit: contain;
    transition: all 0.2s linear
}

.port-web-img-st .port-right {
    position: absolute;
    top: 3%;
    right: 8%;
    width: 220px;
    height: 350px;
    object-fit: contain;
    transition: all 0.2s linear
}

.port-web-img-st:hover a img {
    transform: scale(1.1);
    transition: all 0.2s linear
}

.port-web-img-st:hover .port-right {
    transform: rotate(5deg);
    transition: all 0.2s linear
}

.port-web-img-st:hover .port-left {
    transform: rotate(-5deg);
    transition: all 0.2s linear
}

.card-content {
    box-shadow: rgb(99 99 99 / .2) 0 2px 8px 0;
    padding: 30px 20px;
    text-align: center;
    min-height: 356px
}

.card-wrap {
    background: url(../images/card-bg.webp) center center / cover no-repeat
}

.card-content:hover {
    background-color: var(--black);
    color: var(--white)
}

.awards {
    background-color: #0d0f0e;
    z-index: 999;
    padding: 30px 29px;
    border-radius: 21px
}

.awards .after-img {
    position: absolute;
    top: -100%;
    left: 5%
}

.start-cta-img {
    position: absolute;
    top: -7%
}

.top-form ul div li:nth-child(1) {
    min-width: 280px
}

.top-form input {
    min-width: 280px;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
    border: 1px solid #00000082
}

.top-form textarea {
    width: 100%;
    background-color: #fff;
    min-height: 112px;
    border: 1px solid #00000082;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px
}

.top-form ul li {
    max-width: 280px;
    margin: 10px
}

form.top-form {
    background-color: #fff;
    position: relative;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 13px 40px 13px 100px
}

.top-form button {
    font-size: 16px;
    font-weight: 600;
    background-color: var(--red);
    color: #fff;
    width: 100%;
    height: 50px
}

.form-img {
    position: absolute;
    left: -29%;
    top: 0;
    max-width: 47%
}

.ft-offser {
    position: absolute;
    right: 6%;
    top: 4%
}

.call {
    border: 2px solid var(--red);
    padding: 15px 10px;
    font-size: 14px!important;
    border-radius: 5px
}

.top-offer {
    position: absolute;
    position: absolute;
    top: 1%;
    right: 2%
}

.banner .list li {
    list-style: disc;
    margin-left: 17px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 25px
}

.banner form {
    max-width: 600px;
    background: #2574c4;
    padding: 26px;
    border-radius: 20px
}

.banner form input {
    width: 100%;
    height: 45px;
    font-size: 13px;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 10px
}

.banner form ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    max-width: 100%
}

.banner form textarea {
    width: 100%;
    font-size: 13px;
    height: 108px;
    border-radius: 5px;
    padding: 10px
}

.banner form button {
    font-size: 13px;
    font-weight: 600;
    background-color: #00dfba;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 100%
}

.uppercase {
    text-transform: uppercase
}

.after-awards {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 169px;
    left: -2px;
    display: none
}

.revi {
    padding: 35px 0
}

.top-cta div a:nth-child(3) {
    border-color: #000;
    color: #000
}

.testi-slider .slick-dots li {
    width: 50px;
    height: 6px;
    background-color: #fff;
    border-radius: 10px;
    margin: 3px
}

.testi-slider .slick-dots li.slick-active button:before {
    background-color: #113357;
    width: 50px;
    height: 6px;
    opacity: 1;
    border-radius: 5px
}

.testi-slider .slick-dots {
    text-align: left;
    bottom: 15px
}

.top-cta .call {
    color: #000;
    font-weight: 500;
    border-color: #000
}

.banner form .top-mb-btn {
    animation: blinker 1s linear 0s infinite normal none running
}

.top-mb-btn {
    animation: bilink 2s linear 0s infinite normal none running
}

@keyframes bilink {
    0% {
        background-color: #fff
    }

    20% {
        background-color: #fce935
    }

    40% {
        background-color: #fff
    }

    70% {
        background-color: #fce935
    }

    100% {
        background-color: #fff
    }
}

.sticky-slider a {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600!important;
    border: 0;
    cursor: pointer;
    color: #fff!important;
    padding: 15px 0;
    font-size: 20px;
    margin: auto;
    border-radius: 0;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    transition: 0.1s linear;
    background: #0c267a;
    float: none;
    left: 0;
    right: 0;
    animation: 1.2s infinite blinkingText;
    z-index: 1000
}

@keyframes blinkingText {
    0% {
        background: #da0d0b;
        color: #fff
    }

    100%,49% {
        background: #092338;
        color: #fff
    }

    60% {
        background: #da0c0a;
        color: #fff
    }

    99% {
        background: #092338
    }
}

.pulse {
    animation: pulseWhite 1.5s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgb(230 255 255 / .7)
}

.pulse-dark {
    animation: pulsedark 1.5s ease-in-out infinite;
    box-shadow: 0 0 0 0 rgb(230 255 255 / .7)
}

@keyframes pulseWhite {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 70%)
    }

    70% {
        box-shadow: 0 0 0 10px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

@keyframes pulsedark {
    0% {
        box-shadow: 0 0 0 0 rgb(0 0 0 / .5)
    }

    70% {
        box-shadow: 0 0 0 10px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

.portfolio-tabs .nav {
    justify-content: center;
    background-color: var(--sky);
    max-width: 1170px;
    margin: auto;
    height: 50px;
    border-radius: 5px;
    margin-bottom: 45px;
    margin-top: 25px
}

.portfolio-tabs .nav button {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    padding: 0 33.9px
}

.portfolio-tabs .nav button:hover {
    border-color: var(--sky)
}

.portfolio-tabs .nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    background-color: var(--blue);
    border-color: var(--sky);
    border-radius: 0;
    padding: 0 33.9px;
    color: var(--white);
    border-radius: 5px
}

.portfolio-tabs .secondary-btn-wrap {
    background-color: var(--black);
    padding: 10px 60px
}

.portfolio-tabs .primary-btn-wrap {
    padding: 10px 70px
}

.portfolio-tabs .nav button {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    padding: 0 33.9px
}

.portfolio-tabs .nav button:hover {
    border-color: var(--sky)
}

.portfolio-content img {
    max-width: 270px;
    height: auto
}

.portfolio-content {
    display: grid;
    grid-template-columns: auto auto auto auto;
    max-width: max-content;
    margin: auto;
    column-gap: 30px;
    row-gap: 30px
}

.header-after-info img:nth-child(1) {
    position: absolute;
    left: 0;
    margin: 0 auto;
    width: 46%;
    bottom: 0
}

.header-after-info img:nth-child(2) {
    position: absolute;
    right: 10%
}

.header-after-info .list {
    display: grid;
    grid-template-columns: auto auto;
    margin-left: 16px;
    margin-top: 10px
}

.header-after-info .list li {
    list-style: disc;
    line-height: 28px;
    font-weight: 500
}

.header-after-info {
    background: #2d77b90f;
    padding: 40px 0 38px 0
}

.pricing-wrap .card-content p:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    text-align: left
}

.pricing-wrap .card-content .card-price {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pricing-wrap .card-content .card-price li:nth-child(1) span {
    font-size: 95px;
    font-weight: 500;
    font-family: "Bebas Neue",sans-serif
}

.pricing-wrap .card-content .card-price li:nth-child(2) span {
    font-size: 28px;
    font-weight: 600;
    font-family: "Bebas Neue",sans-serif;
    position: relative
}

.pricing-wrap .card-content a {
    font-size: 22px;
    font-weight: 500;
    display: block;
    text-align: center;
    background-color: #111727;
    color: #fff;
    padding: 7px;
    border-radius: 5px
}

.pricing-wrap .card-content {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 15px;
    max-width: 370px
}

.pricing-wrap .pricing-list li:nth-child(1) {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
    text-align: left
}

.pricing-wrap .pricing-list li {
    font-size: 13px;
    line-height: 26px;
    text-align: left
}

.pricing-wrap .pricing-list li svg {
    margin-right: 5px
}

.pricing-wrap .pricing-list {
    margin-top: 20px;
    height: 370px;
    overflow: auto
}

.pricing-wrap .pricing-list::-webkit-scrollbar {
    width: 2px
}

.pricing-wrap .pricing-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #0000004d
}

.pricing-wrap .pricing-list::-webkit-scrollbar-thumb {
    background-color: #ffba41;
    outline: 1px solid #ffba41;
    height: 10px
}

.card-content div p:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #000;
    padding: 1px 15px;
    border-radius: 30px
}

.pricing-wrap .card-content .card-price li:nth-child(2) span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border: 1px solid #d64e9e;
    top: 43%
}

.pricing-wrap .card-content:hover {
    background-color: var(--blue);
    color: #fff
}

.pricing-wrap .card-content:hover p:nth-child(1),.pricing-wrap .card-content:hover p:nth-child(2) {
    color: var(--sky);
    border-color: var(--sky)
}

.pricing-wrap .card-content:hover a {
    background-color: var(--sky)
}

.services-card-box-container .card-box span {
    font-size: 16px;
    font-weight: 600;
    background-color: var(--sky);
    padding: 5px 30px;
    border-radius: 30px;
    color: #fff
}

.services-card-box-container .card-box h3 {
    font-size: 31px;
    font-weight: 800;
    padding: 15px 0
}

.services-card-box-container .card-box p {
    font-size: 16px;
    line-height: 29px;
    height: 180px;
    min-height: 180px;
    overflow-y: auto
}

.services-card-box-container .card-box {
    padding: 42px 48px;
    background-color: #c6c9cc69;
    border-radius: 4px;
    position: relative;
    width: auto;
    height: 416px;
    border: 1px solid #fff;
    border-radius: 60px 0 60px;
    margin: 0 0 25px 0;
    transition: all 0.2s ease-in
}

.services-card-box-container .card-box img {
    width: 145px
}

.services {
    background: #2d77b90f;
    padding: 5rem 3rem 35px 3rem;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0
}

.services-card-box-container .card-box:hover {
    background-color: #2d76b7;
    color: var(--white)
}

.services-card-box-container .card-box:hover span {
    color: var(--black);
    background-color: var(--white)
}

.services-card-box-container .card-box:hover::before {
    position: absolute;
    content: "";
    width: 530px;
    height: 93%;
    background-color: #fff0;
    top: -3%;
    border: 5px solid #000;
    border-radius: 60px 0 60px;
    left: -2%
}

.card-slider .slick-track {
    padding-top: 10px
}

.services .shade {
    position: absolute;
    top: 30%;
    left: 7%
}

.testimonial-slider p::-webkit-scrollbar {
    width: 1px
}

.box-content p::-webkit-scrollbar-track,.testimonial-slider p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 0 0 / .3)
}

.box-content p::-webkit-scrollbar-thumb,.testimonial-slider p::-webkit-scrollbar-thumb {
    background-color: var(--white);
    outline: 1px solid var(--white)
}

.portfolio-img {
    position: absolute;
    bottom: 0
}

.portfolio-before-shape {
    position: absolute;
    left: 5%;
    top: 30%;
    animation: image-animate 1s infinite alternate
}

.testimonial input::placeholder {
    color: white!important
}

@keyframes image-animate {
    0% {
        transform: translateY(-40px)
    }

    100% {
        transform: translateY(0)
    }
}

.testimonial .row .col-lg-6:nth-child(1) {
    background-color: #2574c4;
    padding: 55px 30px
}

.fr-form {
    text-align: left
}

.testimonial h4 {
    text-transform: none;
    padding-right: 10px
}

.testimonial input {
    display: block;
    width: 100%;
    height: 55px;
    background-color: #fff0;
    color: var(--white);
    border-bottom: 1px solid var(--white);
    margin-bottom: 44px;
    font-size: 17px
}

.testimonial label {
    font-size: 14px;
    color: var(--white);
    display: none
}

.testimonial form {
    margin-top: 30px
}

.testimonial button {
    padding: 10px 25px;
    border-radius: 5px
}

.testimonial .slide {
    max-width: 545px;
    height: 234px;
    background-color: #f5f5f5;
    padding: 40px 25px 50px 25px;
    position: relative;
    margin-top: 30px;
    border-radius: 10px
}

.testimonial .slide svg {
    position: absolute;
    top: -20px;
    font-size: 40px;
    color: var(--blue)
}

.testimonial .p-55 {
    padding: 55px 45px
}

.testimonial {
    background: url(../images/testi-bg.webp) center right / contain no-repeat;
    text-align: center;
    padding: 3rem 0 0
}

.testimonial h3 {
    font-size: 35px;
    margin: 0 0 32px 0
}

.footer {
    background: url(../images/platforms-bg.webp) center right / cover no-repeat
}

.footer ul li:nth-child(1) a {
    font-size: 18px;
    font-weight: 600;
    background-color: var(--sky);
    padding: 10px 30px;
    display: block;
    width: max-content;
    color: var(--black);
    border-radius: 5px
}

.footer ul li:nth-child(1) a:hover,.footer ul li:nth-child(2) a:hover {
    background-color: var(--blue);
    color: var(--white)
}

.footer ul li:nth-child(2) a {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    background-color: var(--sky);
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 25px;
    display: block;
    width: max-content
}

.bg-black {
    background-color: var(--black)
}

.sec-footer a {
    color: #fff
}

.words {
    display: inline;
    text-indent: 10px
}

.words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #2574c4;
    padding-bottom: 5px;
    -webkit-animation: rotateWord 18s linear infinite 0s;
    -moz-animation: rotateWord 18s linear infinite 0s;
    -o-animation: rotateWord 18s linear infinite 0s;
    -ms-animation: rotateWord 18s linear infinite 0s;
    animation: rotateWord 18s linear infinite 0s
}

.words-1 span:nth-child(2) {
    -webkit-animation-delay: 3s;
    -moz-animation-delay: 3s;
    -o-animation-delay: 3s;
    -ms-animation-delay: 3s;
    animation-delay: 3s
}

.words-1 span:nth-child(3) {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s
}

.words-1 span:nth-child(4) {
    -webkit-animation-delay: 9s;
    -moz-animation-delay: 9s;
    -o-animation-delay: 9s;
    -ms-animation-delay: 9s;
    animation-delay: 9s
}

.words-1 span:nth-child(5) {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s
}

.words-1 span:nth-child(6) {
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s
}

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0
    }

    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px)
    }

    5% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    17% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }

    20% {
        opacity: 0;
        -webkit-transform: translateY(30px)
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.call-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px
}

.call-wrap svg {
    font-size: 25px
}

.call-wrap p {
    line-height: 1;
    font-size: 13px
}

.call-wrap:hover {
    color: #88bdfc
}

.call-wrap div {
    text-transform: lowercase
}

.left-img {
    height: 100%;
    object-fit: cover;
    border-radius: 13px
}

.testimonial-slider img {
    max-width: 15%
}

.testimonial-slider p {
    height: 71px;
    overflow: auto;
    text-align: justify;
    padding: 0 12px 0 0
}

.testimonial input[type="email"],.banner form input[type="email"] {
    text-transform: lowercase
}

.entry-box .form-control {
    margin-bottom: 10px
}

.portfolio figure {
    margin: 5px 10px
}

.portfolio figure img {
    border-radius: 23px
}

.services .test-next,.services .test-prev {
    position: absolute;
    bottom: 35%;
    filter: brightness(0) saturate(100%) invert(19%) sepia(49%) saturate(1484%) hue-rotate(175deg) brightness(93%) contrast(90%);
    width: 6%;
    cursor: pointer
}

.services .test-next:hover,.services .test-prev:hover {
    filter: brightness(0) saturate(100%) invert(39%) sepia(58%) saturate(6930%) hue-rotate(333deg) brightness(101%) contrast(101%)
}

.services .test-next {
    left: -7%
}

.services .test-prev {
    right: -2%
}

.card-slider .col-lg-4 {
    display: flex!important;
    justify-content: center
}

.checkbox-wrap input[type="checkbox"] {
    max-width: 16px;
    margin-bottom: 0!important
}

.checkbox-wrap p,.checkbox-wrap a {
    font-size: 14px;
    color: #fff
}

.checkbox-wrap a {
    color: #629f38
}

.banner form input:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 768px) {
    .trustpilot {
        display:block;
        margin: auto
    }
}

.test-next,.test-prev {
    position: absolute;
    bottom: -17%;
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(7%) hue-rotate(137deg) brightness(101%) contrast(102%)
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgb(0 0 0 / .62);
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0
}

.entry-box {
    background: #292727;
    padding-top: 0;
    padding-bottom: 20px;
    width: 570px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative
}

a#entry-box_close {
    background-color: #fff;
    width: 59px;
    height: 59px;
    display: block;
    line-height: 59px;
    color: #000;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: -18px;
    top: -30px;
    z-index: 999
}

.entry-box .text-1 h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin-bottom: 12px;
    background: #1f3771;
    border-radius: 20px;
    padding: 10px
}

.entry-box .text-1 h4 span.red {
    background: #1f3771;
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 30px;
    font-weight: 700;
    border-radius: 20px;
    padding: 13px 4px
}

.col-sm-12.entry-right {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    background: url(https://frontline-writers.com/assets/images/flag.webp);
    border-radius: 20px;
    padding-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%
}

.entry-box .text-1 p {
    color: #fff;
    font-size: 19px;
    line-height: 22px
}

.entry-box .text-1 p strong {
    text-transform: uppercase
}

.text-1 {
    position: relative;
    padding-left: 27px;
    margin-bottom: 20px
}

.text-1:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #f9f9f9;
    border-radius: 100px
}

.entry-box .form-control {
    min-height: 60px;
    border-radius: 7px;
    background-color: rgb(250 250 250 / .92);
    border-color: #fff0;
    color: #060606;
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 15px;
    margin-bottom: 10px
}

.entry-box .form-control::placeholder {
    color: #000
}

.entry-box button {
    border-radius: 5px;
    background-color: #3376ee
}

.entry-box button {
    border-radius: 5px;
    background-color: #a70000;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 10px;
    padding: 22px 6rem;
    border: 0
}

.entry-box ul li {
    color: #111322;
    font-size: 16px;
    font-weight: 500;
    width: 49%;
    display: inline-block;
    margin-bottom: 4px
}

.entry-box ul li i {
    color: #eb0000
}

#entry-popup .form-btn {
    display: table;
    text-align: center;
    margin: 0 auto
}

.author_site {
    padding: 4rem 0;
    background: #2d77b90f
}

.author_site .hd {
    text-align: center
}

.author_site .hd h3 {
    font-size: 3rem;
    font-family: "Poppins";
    font-weight: 600;
    margin: 0 0 28px 0
}

.author_site .hd p {
    font-size: 16px;
    margin: 25px 0
}

.author_site img {
    border-radius: 20px;
    width: 71%;
    height: 279px;
    object-fit: cover;
    position: relative;
    top: 29px;
    margin: 0 auto;
    display: block
}

.author_site .crd {
    padding: 41px;
    background: #fff;
    box-shadow: 2px 2px 17px #0000001f;
    border-radius: 12px;
    transition: all 0.3s ease-in;
    height: 321px
}

.author_site .crd:hover {
    background: #2d76b7
}

.author_site .crd:hover h4,.author_site .crd:hover p,.author_site .crd:hover span {
    color: #fff
}

.author_site div span {
    color: #0080d9;
    font-size: 16px
}

.author_site div h4 {
    font-family: "Poppins";
    margin: 10px 0;
    font-size: 22px;
    color: #000;
    font-weight: 600
}

.author_site div p {
    font-size: 15px
}

.pricing-section-main {
    position: relative
}

.pricing-slide-main .slick-slide {
    margin-left: 20px
}

.pricing-slide-main .pricing-slide-items {
    padding: 24px;
    border: 1px solid #2574c4;
    border-radius: 20px;
    min-height: 620px;
    height: 620px
}

.pricing-slide-items .price-items-head {
    border-bottom: 1px solid #2574c4;
    padding-bottom: 20px
}

.pricing-slide-items .price-items-head h3 {
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    color: #000
}

.new-price {
    display: flex;
    align-items: center
}

.pricing-slide-items .price-items-head h4 {
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    color: #2574c4
}

.pricing-slide-items .price-items-head h4.d1 {
    text-decoration: line-through;
    margin: 0 15px
}

.pricing-slide-items .price-items-head h2 {
    font-size: 50px
}

.pricing-slide-items .price-items-head h6 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
    color: #2574c4
}

.pricing-slide-items .price-items-head p {
    color: #1e293b;
    line-height: 23px
}

.pricing-slide-items .price-list-items {
    padding-top: 20px
}

.pricing-slide-items .price-list-items h4 {
    font-size: 26px;
    line-height: 33px;
    color: #2574c4;
    font-weight: 700
}

.pricing-slide-items .price-list-items ul {
    margin-top: 10px;
    height: 220px;
    min-height: 220px;
    overflow-y: auto;
    margin-bottom: 50px;
    padding-right: 10px
}

.pricing-slide-items .price-list-items ul::-webkit-scrollbar {
    width: 5px
}

.pricing-slide-items .price-list-items ul::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px
}

.pricing-slide-items .price-list-items ul::-webkit-scrollbar-thumb {
    background: #2574c4;
    border-radius: 10px
}

.pricing-slide-items .price-list-items ul li {
    position: relative;
    line-height: 23px;
    color: #000;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px
}

.pricing-slide-items .price-list-items ul li img {
    width: 24px;
    height: 24px;
    filter: brightness(0) saturate(100%) invert(40%) sepia(74%) saturate(979%) hue-rotate(179deg) brightness(83%) contrast(86%)
}

.pricing-slide-items .price-list-items .price-btn a {
    background: #2574c4;
    width: 100%;
    display: block;
    padding: 10px 15px;
    border-radius: 7px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    line-height: 23px
}

.pricing-slide-items .price-list-items .price-btn a:hover {
    background: #000
}

.pricing-slide-main .slick-center .pricing-slide-items {
    background: #2574c429;
    position: relative
}

.pricing-slide-main .slick-center .pricing-slide-items .price-items-head {
    border-color: #fff
}

.pricing-slide-main .slick-center .pricing-slide-items .price-items-head h3,.pricing-slide-main .slick-center .pricing-slide-items .price-items-head h4,.pricing-slide-main .slick-center .pricing-slide-items .price-items-head p,.pricing-slide-main .slick-center .pricing-slide-items .price-items-head h6 {
    color: #000
}

.pricing-slide-main .slick-center .pricing-slide-items .price-list-items h4,.pricing-slide-main .slick-center .pricing-slide-items .price-list-items ul li {
    color: #000
}

.pricing-slide-main .slick-center .pricing-slide-items .price-list-items .price-btn a {
    background: #000
}

.discount {
    position: absolute;
    right: 0;
    top: 5%;
    bottom: 0;
    z-index: 1
}

.discount h4 {
    font-size: 20px;
    color: #fff;
    background: #000;
    padding: 12px 12px
}

.discount:before {
    position: absolute;
    z-index: 9;
    background-color: #fff0;
    left: -18px;
    content: "";
    width: 0;
    height: 0;
    border-top: 26px solid #fff0;
    border-bottom: 22px solid #fff0;
    border-left: 18px solid #000;
    transform: rotate(180deg);
    top: 0
}

.spring {
    width: 518px;
    height: 596px;
    padding: 0;
    overflow: visible;
    background: url(../images/front-modal-bg.webp) no-repeat;
    border-radius: 24px;
    z-index: 0;
    background-size: cover;
    background-position: 55% 100%;
}

.spring .form-control {
    color: #000;
    font-size: 14px;
    margin: 0 0 13px;
    border-radius: 25px;
    padding: 16px 23px;
    border: none;
    background: #fffffff0;
}

.spring form textarea {
    height: 144px !IMPORTANT
}

.popup-content h2 {
    font-family: 'Poppins';
    font-size: 34px;
    padding: 0;
    color: #3293fc;
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 34px
}

.custom-pop {
    padding: 0;
    overflow: hidden
}

.spring form.validate-popupform {
    background: none
}

.spring .custom-pop {
    height: 100%
}

.spring .popup-content h3 {
    color: #fff;
    background: #dc3545;
    padding: 4px 0;
    border-radius: 0;
    margin-left: -20px;
    width: 112%;
    font-size: 19px;
    margin-bottom: 8px
}

.spring .popup-content p {
    color: #fff;
    background: #fff0;
    padding: 0;
    width: 100%;
    margin: 0;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: inherit;
    text-transform: none
}

.spring .custom-pop .btn-blue {
    color: #000;
    border: none
}

.spring .custom-pop textarea.form-control {
    height: 80px
}

.spring button.fancybox-button {
    color: #fff;
    font-weight: 700;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 26px;
    opacity: 1;
    right: -7px!important;
    position: absolute!important;
    top: -5px!important;
    background: #ee8788;
}

.spring .popup-content h3 span {
    background: #fff0;
    color: inherit
}

.spring.easter .popup-content {
    width: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 25px 0;
}

.spring.easter .popup-content::After {
    position: absolute;
    right: -28%;
    top: -124px;
    width: 20%;
    height: 722px;
    background: url(../images/flag2.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1
}

.spring.easter .popup-content::before {
    position: absolute;
    left: -25%;
    top: -90px;
    width: 73%;
    height: 675px;
    background: url(../images/flag.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .7
}

.spring.easter .popup-content h2 {
    color: #332f2f;
    font-size: 25px;
    font-weight: 400;
}

.spring.easter .popup-content h3 {
    font-size: 33px;
    font-weight: 600;
    border-radius: 0;
    width: 100%;
    margin: 8px 0;
    padding: 11px 0;
    text-transform: uppercase;
}

.spring.easter .popup-content h3 span {
    color: #fff;
    background: #ee8788;
    padding: 5px 16px;
    border-radius: 38px;
    font-size: 22px;
    margin: 0 10px;
}

.spring.easter .popup-content p {
    font-size: 21px;
    color: #332f2f;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.easter.spring .custom-pop {
    display: flex;
    justify-content: center;
    align-items: center
}

.spring.easter .custom-pop .btn-blue {
    width: 100%;
    background: #332f2f;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 40px
}

.popupform button.carousel__button.is-close {
    background: #f53230;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 4px;
    opacity: 1;
    top: 14px!important;
    right: 1px!important;
    position: absolute!important
}

.spring.easter button.carousel__button.is-close {
    background: #041838;
    right: 0!important;
    top: -15px!important;
    background: red
}

.spring.easter .btn:after {
    display: none
}

@media only screen and (max-width: 980px) and (min-width:320px) {
    .spring {
        background:#081f3f;
        height: auto;
        width: 90%;
        padding: 30px 10px
    }

    .spring button.carousel__button.is-close {
        right: 0!important;
        top: 0!important
    }

    .spring .popup-content {
        border: none;
        width: 100%;
        background: #fff0;
        margin: 0;
        padding: 0
    }

    .spring .custom-pop {
        margin: 0
    }

    .spring button.fancybox-button {
        right: 0;
        top: -20px
    }
}

@media only screen and (max-width: 980px) and (min-width:320px) {
    .spring.easter {
        background:#c4e1d7;
        width: 100%;
        height: fit-content;
        padding: 20px 20px
    }

    .easter.spring .custom-pop {
        margin: 0
    }

    .spring.easter .popup-content {
        width: 100%;
        margin: 0
    }

    .spring.easter .popup-content h2 {
        font-size: 31px
    }
}

@media (max-width: 575px) and (min-width:320px) {
    .pricing-slide-main .pricing-slide-items {
        min-height:750px;
        height: 750px
    }

    .pricing-slide-items .price-items-head h4 {
        font-size: 35px;
        line-height: 45px
    }

    .pricing-slide-items .price-items-head p {
        font-size: 15px;
        line-height: 22px;
        margin: 10px 0
    }

    .pricing-slide-items .price-list-items ul li {
        font-size: 15px;
        line-height: 22px
    }

    .header-after-info img:nth-child(1) {
        top: -35px
    }
}
