.jost-regular,
.montserrat-regular {
    font-optical-sizing: auto;
    font-weight: 400
}

.montserrat-regular {
    font-family: Montserrat, sans-serif;
    font-style: normal
}

.jost-regular {
    font-family: Jost, sans-serif;
    font-style: normal
}

.poppins-black,
.poppins-bold,
.poppins-extrabold,
.poppins-extralight,
.poppins-light,
.poppins-medium,
.poppins-regular,
.poppins-semibold,
.poppins-thin {
    font-family: Poppins, sans-serif;
    font-style: normal
}

.poppins-thin {
    font-weight: 100
}

.poppins-extralight {
    font-weight: 200
}

.poppins-light {
    font-weight: 300
}

.poppins-regular {
    font-weight: 400
}

.poppins-medium {
    font-weight: 500
}

.poppins-semibold {
    font-weight: 600
}

.poppins-bold {
    font-weight: 700
}

.poppins-extrabold {
    font-weight: 800
}

.poppins-black {
    font-weight: 900
}

.poppins-black-italic,
.poppins-bold-italic,
.poppins-extrabold-italic,
.poppins-extralight-italic,
.poppins-light-italic,
.poppins-medium-italic,
.poppins-regular-italic,
.poppins-semibold-italic,
.poppins-thin-italic {
    font-style: italic;
    font-family: Poppins, sans-serif
}

.poppins-thin-italic {
    font-weight: 100
}

.poppins-extralight-italic {
    font-weight: 200
}

.poppins-light-italic {
    font-weight: 300
}

.poppins-regular-italic {
    font-weight: 400
}

.poppins-medium-italic {
    font-weight: 500
}

.poppins-semibold-italic {
    font-weight: 600
}

.poppins-bold-italic {
    font-weight: 700
}

.poppins-extrabold-italic {
    font-weight: 800
}

.poppins-black-italic {
    font-weight: 900
}

#loading-area,
header .navbar {
    position: fixed;
    top: 0;
    width: 100%
}

.policy-content-inner p a,
.service-content-side .service-content-box .service-content-info h3 a:hover {
    text-decoration: underline
}

.banner-inner-content h1 span,
.thankyou-inner h2 {
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif
}

a,
p,
ul {
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none
}

.portfolio-sec-wrap .portfolio-card .portfolio-title a,
a {
    display: inline
}

a:hover {
    color: inherit
}

body {
    overflow-x: hidden
}

main {
    overflow: hidden
}

a,
button,
input,
textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

::-moz-selection {
    color: #fff;
    background: #7275b7
}

::selection {
    color: #fff;
    background: #7275b7
}

img {
    -webkit-transition: -webkit-filter .3s;
    transition: filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s, -webkit-filter .3s
}

img.lazyestload {
    width: 100%;
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

#loading-area {
    height: 100%;
    left: 0;
    z-index: 999999999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    display: none
}

#loading-area.loading-02 {
    background-color: #fef9f2;
    background-image: url(../images/loading-02.svg);
    background-size: 60px
}

header .navbar {
    background: #6265af;
    z-index: 1000;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding: 10px 0
}

section.banner-main-sec,
section.banner-main-sec-2,
section.banner-main-sec-contact {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0;
    z-index: 9;
    position: relative;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header.sticky .navbar {
    background: #7275b7;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1)
}

header .navbar .navbar-brand {
    padding: 0;
    margin: 0
}

header .navbar .navbar-brand .logo {
    width: 120px;
    display: block;
    margin: 0;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out
}

header.sticky .navbar-brand .logo {
    width: 150px
}

header .navbar-toggler {
    background-color: #fff
}

header .navbar-expand-md .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

header .navbar-expand-lg .navbar-collapse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

header .navbar-collapse ul.navbar-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin: 0 20px 0 0
}

.testi-content-left .testi-content-thumb,
header .navbar-collapse ul.navbar-nav li.nav-item {
    margin: 0 10px 0 0
}

header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
    padding: 10px;
    background: 0 0;
    color: #fff;
    font-size: 18px;
    border-bottom: 2px solid transparent;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

header.sticky ul.navbar-nav li.nav-item a.nav-link {
    color: #fff;
    font-weight: 500;
    width: auto;
    padding: 10px;
    background: no-repeat
}

header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.active,
header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #ffff;
    border-bottom: 2px solid #7275b7
}

header.sticky ul.navbar-nav li.nav-item a.nav-link.active {
    color: #fff;
    background: 0 0;
    border-bottom: 2px solid #7275b7
}

header.sticky ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #333;
    background: 0 0;
    border-bottom: 2px solid #7275b7
}

header .navbar-nav .nav-item.dropdown {
    color: #fff;
    font-size: 18px;
    padding: 0
}

header .navbar-nav .nav-item ul.dropdown-menu {
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0 0 10px -1px #333;
    box-shadow: 0 0 10px -1px #333
}

.banner-inner-content .banner-content-btns button.popup-btn,
.my-button,
header .navbar .navbar-buttons .nav-btn-item .popup-btn {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 20px;
    letter-spacing: .5px;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 600;
    text-transform: capitalize
}

header .navbar-nav .nav-item ul.dropdown-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
    margin: 0;
    padding: 10px;
    border-bottom: 2px solid #7275b7;
    text-align: left;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.banner-inner-content .banner-content-btns button.chat-btn,
.banner-inner-content .form-group button.submit-btn {
    width: 175px;
    -webkit-box-shadow: none;
    margin: 0 10px 0 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    text-align: center;
    font-weight: 600;
    padding: 10px 20px;
    letter-spacing: .5px;
    text-transform: capitalize
}

header .navbar-nav .nav-item ul.dropdown-menu li:last-child a {
    border-bottom: 2px solid transparent
}

.banner-inner-content .form-group button.submit-btn:hover,
.portfolio-sec-tabs .nav-pills .nav-item .nav-link.active,
header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:focus,
header .navbar-nav .nav-item ul.dropdown-menu li a.dropdown-item:hover {
    background: #7275b7;
    color: #fff
}

.banner-inner-content .banner-form,
header .navbar .navbar-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

header .navbar .navbar-buttons .nav-btn-item .popup-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
    color: #fff;
    font-size: 18px;
    width: 200px;
    border-radius: 50px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

header .navbar .navbar-buttons .nav-btn-item .popup-btn:hover {
    background: #7275b7;
    color: #fff;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

section.banner-main-sec {
    background-image: url(../images/hero-banner.webp)
}

section.banner-main-sec-2 {
    background-image: url(../images/about-banner.webp)
}

section.banner-main-sec-contact {
    background-image: url(../images/contact-banner.webp)
}

.banner-inner-content h1 span {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    display: block;
    font-weight: 600;
    margin: 0 0 10px;
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    background-color: #111;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #242424), to(#3f3f3f));
    background-image: -o-linear-gradient(left, #242424 0, #3f3f3f 100%);
    background-image: linear-gradient(90deg, #242424 0, #3f3f3f 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text
}

.banner-inner-content h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.15;
    width: 100%
}

.banner-inner-content p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 26px;
    width: 88%
}

.banner-inner-content .banner-content-btns,
.footer-top .footer-logo-area {
    margin: 0 0 30px
}

.banner-inner-content .banner-content-btns button.popup-btn,
.my-button {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(#e2e2e2));
    background: -o-linear-gradient(left, #fff 0, #e2e2e2 100%);
    background: linear-gradient(90deg, #fff 0, #e2e2e2 100%);
    color: #111;
    font-size: 16px;
    display: inline-block;
    border-radius: 50px;
    margin: 0 10px 0 0
}

.sec-badges,
section.about-main-wrap,
section.planning-cta-wrap,
section.portfolio-sec-wrap {
    background-size: cover;
    padding: 50px 0;
    z-index: 9;
    background-repeat: no-repeat
}

.banner-inner-content .banner-content-btns button.popup-btn:hover,
.my-button:hover {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.banner-inner-content .banner-content-btns button.chat-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #202020), to(#353535));
    background: -o-linear-gradient(left, #202020 0, #353535 100%);
    background: linear-gradient(90deg, #202020 0, #353535 100%);
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    border: none;
    border-radius: 50px;
    transition: .3s ease-in-out
}

.banner-inner-content .banner-content-btns button.chat-btn:hover {
    color: #111;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(#e2e2e2));
    background: -o-linear-gradient(left, #fff 0, #e2e2e2 100%);
    background: linear-gradient(90deg, #fff 0, #e2e2e2 100%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.banner-inner-content .banner-content-form {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #7275b73b), color-stop(50%, #7275b778), to(#7275b74a));
    background: -o-linear-gradient(left, #7275b73b 0, #7275b778 50%, #7275b74a 100%);
    background: linear-gradient(to right, #7275b73b 0, #7275b778 50%, #7275b74a 100%);
    border-radius: 100px;
    padding: 30px 20px
}

.banner-inner-content .form-group {
    margin: 0 10px
}

.banner-inner-content .form-group input {
    background: #fff;
    border: 1px solid #b2b2b2;
    padding: 10px 20px;
    border-radius: 50px;
    width: 100%
}

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

.form-group input[type=number] {
    -moz-appearance: textfield
}

.banner-inner-content .form-group button.submit-btn {
    background: #7275b7;
    color: #fff;
    font-size: 18px;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 50px;
    transition: .3s ease-in-out
}

.banner-inner-content .banner-brands {
    display: none !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 0
}

.banner-inner-content .banner-brands img,
.service-banner-content .banner-brands img {
    margin: 0 20px 0 0;
    width: 100px;
    height: 75px;
    -o-object-fit: contain;
    object-fit: contain
}

section.about-main-wrap,
section.portfolio-sec-wrap {
    background-position: center center;
    position: relative;
    background-color: #fff
}

.about-banner-wrap .about-banner-content,
.about-main-wrap .about-img-side,
.main-thankyou,
.policy-banner-wrap .policy-banner-content,
.portfolio-sec-wrap .portfolio-card .portfolio-title .p-icon,
.thankyou-wrap .thankyou-inner {
    text-align: center
}

.about-main-wrap .about-content-side h2 {
    font-size: 32px;
    color: #262626;
    line-height: 35px;
    margin: 0 0 20px;
    font-weight: 800
}

.about-main-wrap .about-content-side p,
.finest-creat-wrap .finest-content-box p,
.finest-creat-wrap .finest-head p,
.increase-service-wrap .increase-service-box p,
.policy-content-inner p,
.sec-badges .heads p,
.why-wikipedia-wrap .why-wikipedia-content p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px
}

.about-content-side .about-content-slider .slick-slide {
    margin: 30px 10px
}

.about-content-side .about-content-slider .slick-arrow {
    font-size: 0;
    border: none;
    position: absolute;
    bottom: 0
}

.about-content-side .about-content-slider .slick-prev {
    right: 50px
}

.about-content-side .about-content-slider .slick-prev::after {
    content: '\f053';
    font-family: FontAwesome;
    position: absolute;
    color: #333;
    font-size: 24px;
    font-weight: 800
}

.about-content-side .about-content-slider .slick-arrow:hover::after,
.contact-us-info-box a:hover,
.service-banner-content h1 span,
.services-details-card ul li a:hover,
.services-details-content h2,
.team-member-box-content a:hover {
    color: #7275b7
}

.about-content-side .about-content-slider .slick-next {
    right: 20px
}

.about-content-side .about-content-slider .slick-next::after {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    color: #333;
    font-size: 24px;
    font-weight: 800
}

.about-content-side .about-content-slider .about-content-box {
    background: #f1f1f8;
    padding: 20px;
    margin: 0 0 20px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border-radius: 10px
}

.finest-creat-wrap .finest-content-box:hover,
.service-content-side .service-content-box:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%)
}

.about-content-side .about-content-slider .about-content-box:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.about-content-side .about-content-slider .about-content-box h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px;
    overflow: hidden
}

.about-content-side .about-content-slider .about-content-box:hover h3,
.about-content-side .about-content-slider .about-content-box:hover p,
.finest-creat-wrap .finest-content-box:hover h3,
.finest-creat-wrap .finest-content-box:hover p,
.footer-links-area ul.footer-nav-links a:hover i,
.perfect-choose-wrap .perfect-choose-box:hover h3,
.perfect-choose-wrap .perfect-choose-box:hover p,
.service-content-side .service-content-box:hover .service-content-info h3,
.service-content-side .service-content-box:hover .service-content-info p,
.service-content-side .service-content-box:hover h3 a {
    color: #fff
}

.about-content-side .about-content-slider .about-content-box p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
    overflow: auto
}

.planning-cta-wrap .sec-btns button.chat-btn,
.planning-cta-wrap .sec-btns button.popup-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 10px 0 0;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.sec-badges {
    background-position: center center;
    position: relative;
    background-color: #f4f4f4
}

.sec-badges .heads h2 {
    font-size: 30px;
    font-weight: 700;
    color: #262626;
    text-transform: capitalize;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    line-height: 34px
}

.sec-badges .badges-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0 0;
    padding: 0
}

.sec-badges .badges-ul li {
    margin: 0 15px 15px;
    width: 40%
}

.sec-badges .badged-main {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1);
    padding: 10px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.badged-main a {
    width: 100%;
    display: inline-block
}

.sec-badges .badged-main:hover {
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.sec-badges .badged-main .thumb {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 100px;
    width: auto
}

.sec-badges .badged-main span {
    text-align: center;
    display: block;
    margin: 10px 0 0;
    font-weight: 700;
    color: #7275b7;
    text-transform: capitalize
}

section.planning-cta-wrap {
    background-image: url(../images/planning-sec-bg.webp);
    background-position: 75% 94%;
    background-color: #7275b7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative
}

.planning-cta2 {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2)) !important;
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%) !important;
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%) !important
}

.planning-cta-wrap::after {
    content: "";
    background: url(../images/palning-after.webp) 0 0/100% no-repeat;
    height: 289px;
    width: 300px;
    position: absolute;
    right: 20px;
    top: 40px;
    -webkit-animation: 40s linear infinite spin;
    animation: 40s linear infinite spin;
    max-width: 100%;
    display: none
}

@-webkit-keyframes spin {
    0% {
        scale: 20;
        opacity: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10%,
    95% {
        scale: 1;
        opacity: 1
    }

    70% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

    100% {
        opacity: 0;
        scale: 40;
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@keyframes spin {
    0% {
        scale: 20;
        opacity: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10%,
    95% {
        scale: 1;
        opacity: 1
    }

    70% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }

    100% {
        opacity: 0;
        scale: 40;
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

.planning-cta-wrap h2,
.planning-cta-wrap h3,
.planning-cta-wrap h4 {
    color: #fff;
    font-size: 42px;
    line-height: 45px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin: 0 auto 20px
}

.planning-cta-wrap p {
    color: #fff;
    font-size: 16px;
    margin: 0 auto 20px;
    font-weight: 400;
    width: 75%;
    line-height: 26px;
    position: relative;
    z-index: 1
}

.planning-cta-wrap .sec-btns button.popup-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(60 60 59)), to(rgb(16 16 15)));
    background: -o-linear-gradient(left, rgb(60 60 59) 0, rgb(16 16 15) 100%);
    background: linear-gradient(90deg, rgb(60 60 59) 0, rgb(16 16 15) 100%);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: none;
    border-radius: 50px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.planning-cta-wrap .sec-btns button.chat-btn,
.planning-cta-wrap .sec-btns button.popup-btn:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(255 255 255)), to(#f4f4f4));
    background: -o-linear-gradient(left, rgb(255 255 255) 0, #f4f4f4 100%);
    color: #333
}

.planning-cta-wrap .sec-btns button.popup-btn:hover {
    background: linear-gradient(90deg, rgb(255 255 255) 0, #f4f4f4 100%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.planning-cta-wrap .sec-btns button.chat-btn {
    background: linear-gradient(90deg, rgb(255 255 255) 0, #f4f4f4 100%);
    font-size: 16px;
    text-align: center;
    border: none;
    border-radius: 50px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.planning-cta-wrap .sec-btns button.chat-btn:hover,
.wiki-help-content .wiki-help-inner button.popup-btn:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(60 60 59)), to(rgb(16 16 15)));
    background: -o-linear-gradient(left, rgb(60 60 59) 0, rgb(16 16 15) 100%);
    background: linear-gradient(90deg, rgb(60 60 59) 0, rgb(16 16 15) 100%);
    color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

section.finest-creat-wrap {
    padding-block: 100px;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    z-index: 9;
    background-color: #fff
}

section.finest-creat-wrap .finest-content-box p::-webkit-scrollbar {
    width: 4px;
    background-color: #7275b7
}

section.finest-creat-wrap .finest-content-box p::-webkit-scrollbar-thumb {
    background-color: #ccc
}

.finest-creat-wrap .finest-head {
    text-align: center;
    width: 75%;
    margin: 0 auto 40px
}

.finest-creat-wrap .finest-head h2 {
    font-size: 42px;
    color: #262626;
    line-height: 45px;
    margin: 0 0 20px;
    font-weight: 700
}

.finest-creat-wrap .finest-content-box {
    border: 2px solid #7275b7;
    -webkit-box-shadow: 0 0 5px -1px #7275b7;
    box-shadow: 0 0 5px -1px #7275b7;
    padding: 30px 20px;
    text-align: center;
    min-height: 300px;
    max-height: 300px;
    border-radius: 20px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: 0 0;
    margin: 0 0 20px
}

.finest-creat-wrap .finest-content-box:hover {
    -webkit-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px)
}

.finest-creat-wrap .finest-content-box img,
.service-banner-content ul.service-banner-list,
.service-banner-form .form-group,
.testimonial-sec-wrapper,
.thankyou-inner img {
    margin: 0 0 20px
}

.finest-creat-wrap .finest-content-box:hover img {
    -webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(81%) saturate(2%) hue-rotate(272deg) brightness(108%) contrast(100%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(81%) saturate(2%) hue-rotate(272deg) brightness(108%) contrast(100%)
}

.finest-creat-wrap .finest-content-box h3,
.increase-service-wrap .increase-service-box h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #232323;
    margin: 0 0 20px
}

section.service-sec-wrap {
    padding: 50px 0;
    background: center center/cover no-repeat #f0f0f7;
    position: relative;
    z-index: 9
}

.service-sec-wrap .service-content-side span {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #7275b7;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
    margin: 0 0 10px
}

.faqs-sec-wrap .faqs-content-side h2,
.service-sec-wrap .service-content-side h2 {
    font-size: 42px;
    color: #262626;
    line-height: 45px;
    margin: 0 0 40px;
    font-weight: 700
}

.service-content-side .service-content-scroll {
    min-height: 625px;
    max-height: 625px;
    overflow-y: scroll
}

.service-content-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.service-content-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

.service-content-scroll::-webkit-scrollbar-thumb {
    background-color: #7275b7
}

.service-content-side .service-content-box {
    -webkit-box-shadow: 0 0 60px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 10%);
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    width: 90%;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.service-content-side .service-content-box img {
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 25px 0 0
}

.service-content-side .service-content-box:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.service-content-side .service-content-box .service-content-info h3 {
    font-size: 22px;
    color: #262626;
    line-height: 30px;
    margin: 0 0 10px;
    font-weight: 800
}

.service-content-side .service-content-box .service-content-info h3 a {
    color: #262626
}

.service-content-side .service-content-box .service-content-info p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px
}

@-webkit-keyframes move2 {

    0%,
    100% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }
}

@keyframes move2 {

    0%,
    100% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px)
    }

    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px)
    }
}

.services-details-bg {
    padding: 30px 0;
    background-color: #f0f0f7;
    position: relative;
    z-index: 1;
    background-image: url(../images/w-parallex.webp);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 115% 75%;
    background-attachment: fixed
}

.services-details-bg a {
    color: #ff8b00
}

.services-details-content {
    padding: 10px 0
}

.services-details-content h3 {
    color: #7275b7;
    padding: 20px 0 0;
    font-size: 23px
}

.services-details-content h4 {
    color: #000;
    padding: 10px 0 0;
    font-size: 20px
}

.services-details-content p {
    color: #000
}

.services-details-card {
    position: relative;
    z-index: 0
}

.services-details-content i {
    font-size: 10px
}

.services-details-card ul {
    list-style: disc;
    padding: 0 0 0 10px
}

.services-details-card ul li {
    padding: 5px 0
}

.services-details-card ul li a {
    color: #000;
    font-weight: 500;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.services-details-content ul li {
    color: #000;
    list-style: none;
    padding: 5px 0
}

.services-details-content ul li b {
    padding: 0 5px 0 0
}

Section.wiki-help-wrap {
    padding: 50px 0;
    position: relative;
    z-index: 9;
    background-color: #fff
}

.wiki-help-img img {
    border-radius: 0 100px 100px 0;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-shadow: -20px 5px 40px -10px #3c3c3b;
    box-shadow: -20px 5px 40px -10px #3c3c3b
}

.wiki-help-content {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
    border-radius: 150px 0 0 150px;
    padding: 100px 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 -100px;
    -webkit-box-shadow: 20px 5px 40px -10px #3c3c3b;
    box-shadow: 20px 5px 40px -10px #3c3c3b
}

.wiki-help-content .wiki-help-inner {
    width: 85%
}

.wiki-help-content .wiki-help-inner h3 {
    font-size: 42px;
    color: #fff;
    line-height: 50px;
    margin: 0 0 20px;
    font-weight: 700
}

.wiki-help-content .wiki-help-inner p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 10px
}

.wiki-help-content .wiki-help-inner p a {
    font-weight: 700;
    color: #fff
}

.wiki-help-content .wiki-help-inner button.popup-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(255 255 255)), to(#f4f4f4));
    background: -o-linear-gradient(left, rgb(255 255 255) 0, #f4f4f4 100%);
    background: linear-gradient(90deg, rgb(255 255 255) 0, #f4f4f4 100%);
    color: #333;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    border: none;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: .5px;
    border-radius: 50px;
    margin: 20px 0 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.portfolio-h3 {
    text-align: center !important;
    font-size: 48px;
    color: #262626 !important;
    font-weight: 700 !important
}

.portfolio-sec-wrap .port-heading {
    margin: 0 0 40px
}

.portfolio-sec-wrap .port-heading h2,
.portfolio-sec-wrap .port-heading h3,
.portfolio-sec-wrap .port-heading h4 {
    font-size: 42px;
    color: #262626;
    line-height: 45px;
    margin: 0 0 20px;
    font-weight: 700;
    text-align: center
}

.portfolio-sec-wrap .port-heading p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: center
}

.portfolio-sec-tabs .nav-pills {
    margin: 0 0 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.portfolio-sec-tabs .nav-pills .nav-item .nav-link {
    background: #fff;
    -webkit-box-shadow: 0 5px 20px -3px #cfcece;
    box-shadow: 0 5px 20px -3px #cfcece;
    border-radius: 20px;
    margin: 0 10px;
    border: 2px solid #7275b7;
    color: #232323;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    width: 150px
}

.portfolio-sec-wrap .portfolio-card {
    position: relative;
    border: 1px solid #7275b7;
    border-radius: 10px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden
}

.portfolio-sec-wrap .portfolio-card::before {
    content: ''
}

.portfolio-sec-wrap .portfolio-card:hover::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    background-color: #7275b7;
    opacity: .6
}

.portfolio-sec-wrap .portfolio-card img {
    min-height: 300px;
    max-height: 300px;
    min-width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.portfolio-sec-wrap .portfolio-card .portfolio-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.portfolio-sec-wrap .portfolio-card:hover .portfolio-title {
    visibility: visible;
    opacity: 1
}

.portfolio-sec-wrap .portfolio-card .portfolio-title .p-icon i {
    font-size: 17px;
    font-weight: 700;
    width: 38px;
    color: #fff;
    z-index: 2;
    height: 38px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #7275b7;
    border-radius: 50%;
    background-color: #7275b7
}

.portfolio-sec-wrap .portfolio-card .portfolio-title .p-heading {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.portfolio-sec-wrap .portfolio-card:hover .portfolio-title .p-heading {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px)
}

.portfolio-sec-wrap .portfolio-card .portfolio-title .p-heading h3 {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    margin: 0;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    letter-spacing: 1px;
    text-align: center
}

.portfolio-sec-wrap .portfolio-card .portfolio-title .p-heading h4 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 24px;
    font-family: Montserrat, sans-serif
}

section.wiki-proficiency-wrap {
    padding: 75px 0 30px;
    background-size: cover;
    background-color: #231f20;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9
}

.wiki-proficiency-items .wiki-proficiency-box {
    background: #7275b7;
    padding: 20px;
    min-height: 325px;
    max-height: 325px;
    margin: 0 0 50px;
    border-radius: 10px
}

.wiki-proficiency-items .wiki-proficiency-box.box-middle {
    margin: -40px 0 50px
}

.wiki-proficiency-box img {
    width: 100%;
    margin: 0 0 20px
}

.wiki-proficiency-box h3 {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #e4e4e4;
    margin: 0 0 10px
}

.wiki-proficiency-box p {
    height: 100px;
    overflow-y: scroll;
    color: #e0e0e0;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px
}

.wiki-proficiency-wrap .wiki-proficiency-content {
    width: 100%;
    margin: 20px 20px 0
}

.wiki-proficiency-content h2 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 20px;
    padding: 0 0 10px;
    line-height: 45px;
    position: relative;
    z-index: 1
}

.wiki-proficiency-content h2::before {
    position: absolute;
    top: -20px;
    left: -10px;
    right: 0;
    height: 50px;
    border-radius: 100px;
    background-color: #7275b7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #7275b7), color-stop(51%, #fff), to(#7275b7));
    background: -o-linear-gradient(left, #7275b7 0, #fff 51%, #7275b7 100%);
    background: linear-gradient(to right, #7275b7 0, #fff 51%, #7275b7 100%);
    background-size: 200%;
    width: 50px;
    z-index: -1
}

.wiki-proficiency-content h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 20px;
    background-color: #7275b7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #7275b7), color-stop(51%, #fff), to(#7275b7));
    background: -o-linear-gradient(left, #7275b7 0, #fff 51%, #7275b7 100%);
    background: linear-gradient(to right, #7275b7 0, #fff 51%, #7275b7 100%);
    background-size: 200%;
    width: 50px
}

.wiki-proficiency-content p {
    color: #e7e7e7;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px
}

.why-wikipedia-wrap .why-wikipedia-content .why-wikipedia-btns button.popup-btn,
.wiki-proficiency-content button.popup-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
    color: #fff;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    letter-spacing: .5px;
    border-radius: 50px;
    margin: 20px 0 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.contact-us-content .form-group button.submit-btn:hover,
.service-banner-form .form-group button.submit-btn:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #66588b), to(#615791));
    background: -o-linear-gradient(left, #66588b 0, #615791 100%);
    background: linear-gradient(90deg, #66588b 0, #615791 100%)
}

.service-banner-btns button.popup-btn:hover,
.why-wikipedia-wrap .why-wikipedia-content .why-wikipedia-btns button.popup-btn:hover,
.wiki-proficiency-content button.popup-btn:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #66588b), to(#615791));
    background: -o-linear-gradient(left, #66588b 0, #615791 100%);
    background: linear-gradient(90deg, #66588b 0, #615791 100%);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

section.testimonial-sec-wrap {
    width: 100%;
    height: 100%;
    background: url(../images/testi-bg.webp) center/cover no-repeat #fff;
    position: relative;
    overflow: hidden;
    z-index: 9;
    padding: 20px 0
}

.testimonial-sec-wrap .testi-sec-head {
    margin: 20px 0;
    text-align: center
}

.testimonial-sec-wrap .testi-sec-head span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #7275b7;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: Poppins, sans-serif;
    margin: 0 0 10px
}

.testimonial-sec-wrap .testi-sec-head .testi-title,
.testimonial-sec-wrap .testi-sec-head h3 {
    color: #262626;
    font-size: 46px;
    margin: 0 0 50px;
    font-weight: 700
}

.testimonial-sec-wrapper .testi-left-img img {
    border: 10px solid #fff
}

.our-blogs-wrap .blogs-point-left.blogs-point-last::before,
.our-blogs-wrap .blogs-point-right.blogs-point-last::before,
.testimonial-sec-wrapper .testimonials-slider.slick-slider button.slick-arrow {
    display: none !important
}

.testimonial-sec-wrapper .testi-content-item {
    background: #eaeaf4;
    border-radius: 20px;
    -webkit-box-shadow: 0 5px 10px rgb(136 136 136 / 55%);
    box-shadow: 0 5px 10px rgb(136 136 136 / 55%);
    margin: 0 20px 30px;
    padding: 20px 30px
}

.testimonial-sec-wrapper .testi-content-item .testi-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #a3a3b9
}

.testi-content-top .testi-content-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.testi-content-left .testi-content-thumb img {
    height: 50px;
    width: 50px
}

.testi-content-left .testi-content-inner div,
.testi-content-left .testi-content-inner h6 {
    font-size: 20px;
    color: #262626;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0
}

.testi-content-left .testi-content-inner span {
    font-size: 16px;
    color: #262626;
    line-height: 20px;
    margin: 0;
    font-weight: 400
}

.footer-newsletter .newsletter-input .form-group,
.testi-content-top .testi-content-right .testi-ratting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.testi-content-top .testi-content-right .testi-ratting i {
    font-size: 14px;
    margin: 0 5px 0 0
}

.testimonial-sec-wrapper .testi-content-item .testi-content-bottom {
    padding: 20px 0 10px
}

.faqs-sec-wrap .faqs-content-side ul li p,
.policy-content-inner ul li p,
.testi-content-item .testi-content-bottom p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0
}

.experiance-sec-wrap .counter-cd h3,
.experiance-sec-wrap h2 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

section.experiance-sec-wrap {
    padding: 100px 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #7360a0), to(#8376bb));
    background: -o-linear-gradient(left, #7360a0 0, #8376bb 100%);
    background: linear-gradient(90deg, #7360a0 0, #8376bb 100%);
    overflow: hidden;
    position: relative;
    z-index: 9;
    background-color: #7275b7
}

section.contact-form-wrap,
section.faqs-sec-wrap,
section.service-banner-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 9
}

.experiance-sec-wrap h2 {
    margin: 0 0 40px
}

.experiance-sec-wrap .counter-cd {
    position: relative;
    z-index: 1
}

.experiance-sec-wrap .counter-cd::before,
.service-banner-wrap::before {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    content: ''
}

.experiance-sec-wrap .counter-cd::before {
    top: -11px;
    border-left: 2px solid #8386c3;
    height: 123px;
    opacity: .6
}

.experiance-sec-wrap .counter-cd h3 {
    line-height: 50px;
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    letter-spacing: 1px
}

.experiance-sec-wrap .counter-cd p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0;
    padding: 0;
    font-weight: 600;
    line-height: 26px;
    font-family: Montserrat, sans-serif
}

section.faqs-sec-wrap {
    padding: 100px 0 50px;
    background-image: url(../images/badges-sec-bg.webp);
    background-color: #fff
}

.faqs-sec-wrap .faqs-content-side p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 10px
}

.faqs-sec-wrap .faqs-content-side ul,
.policy-content-inner ul {
    padding: 0 0 0 20px
}

.faqs-sec-wrap .faqs-content-side ul li {
    list-style: disc;
    margin: 0 0 5px
}

.faqs-sec-wrap .faqs-content-side ul li::marker {
    color: #7275b7;
    font-size: 20px
}

.customfaq h3,
.faqs-sec-wrap .faqs-ques h4 {
    font-size: 40px;
    font-weight: 700;
    color: #262626;
    text-transform: capitalize;
    margin: 0 0 20px;
    padding: 0;
    line-height: 44px
}

.faqs-ques .accordion-item {
    -webkit-box-shadow: 0 0 60px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 60px 0 rgb(0 0 0 / 10%);
    color: #fff;
    margin: 0 0 20px;
    border-radius: 20px
}

.faqs-ques .accordion-item .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-size: 15px;
    color: #262626;
    line-height: 24px;
    border-radius: 20px;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    letter-spacing: .5px;
    background-color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.faqs-ques .accordion-button::after,
.faqs-ques .accordion-button:not(.collapsed) {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
    color: #fff
}

.faqs-ques .accordion-button::after {
    content: '\2b';
    font-size: 20px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 300;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faqs-ques .accordion-button:not(.collapsed)::after {
    content: '\f00d';
    font-family: FontAwesome;
    background: #fff;
    color: #7275b7;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faqs-ques .accordion-item .accordion-body {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px
}

.faqs-ques .accordion-item .accordion-body ul {
    padding: 0 0 0 30px;
    margin: 15px 0 0
}

.faqs-ques .accordion-item .accordion-body ul li {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px;
    list-style: disc
}

section.contact-form-wrap {
    padding: 50px 0;
    background-image: url(../images/contact-form-bg.webp);
    background-color: #f4f4f4
}

.contact-form-wrap .contact-form-img img {
    overflow: hidden;
    width: 100%;
    -webkit-animation: 5s infinite move2;
    animation: 5s infinite move2
}

.contact-form-box {
    -webkit-box-shadow: 1px 0 120px #7275b7b8;
    box-shadow: 1px 0 120px #7275b7b8;
    background-color: #eeefff;
    position: relative;
    background: #4849a780;
    padding: 52px 25px !important;
    width: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border-radius: 10px;
    -webkit-box-shadow: 0 0 120px #00000075;
    box-shadow: 0 0 120px #00000075;
    border: 4px solid #fff
}

.contact-form-box>form,
.flagWrapper {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.contact-form-box .off-image {
    position: absolute
}

.contact-form-box .off-image img {
    height: 100px;
    position: absolute;
    -webkit-transform: scale(1.2) rotate(339deg);
    -ms-transform: scale(1.2) rotate(339deg);
    transform: scale(1.2) rotate(339deg);
    left: -50px;
    top: -65px
}

@media only screen and (max-width: 500px) {
    .contact-form-box .off-image img {
        left: -30px
    }
}

.contact-form-box>div,
.contact-form-box>form,
.why-wikipedia-wrap .why-wikipedia-img img {
    width: 100%
}

.contact-form-box>.text-center span {
    padding: 10px 24px;
    display: inline-block;
    margin-bottom: 10px;
    background: #fff;
    color: #4849a7;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .7px;
    font-weight: 600
}

.contact-form-box .cform_heading,
.contact-form-box>.text-center div {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
    text-shadow: 0 0 10px rgba(0, 0, 0, .65);
    text-align: center
}

.contact-form-box>form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.contact-form-box>form .form-group,
.unique-modal-bg {
    position: relative
}

.contact-form-box>form .form-group>button,
.contact-form-box>form .form-group>input,
.contact-form-box>form .form-group>textarea {
    width: 100%;
    min-height: 50px;
    padding: 10px 15px;
    outline: 0 !important;
    border: none;
    border-radius: 6px
}

.contact-form-box>form .form-group>textarea {
    resize: none !important
}

.contact-form-box>form .form-group>button {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(#fff));
    background: -o-linear-gradient(left, #fff 0, #fff 100%);
    background: linear-gradient(90deg, #fff 0, #fff 100%);
    color: #4849a7;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: 450ms ease-in-out !important;
    -o-transition: 450ms ease-in-out !important;
    transition: 450ms ease-in-out !important
}

.contact-form-box>form .form-group>button:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2)) !important;
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%) !important;
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%) !important;
    -webkit-transition: 450ms ease-in-out !important;
    -o-transition: 450ms ease-in-out !important;
    transition: 450ms ease-in-out !important;
    color: #fff
}

.contact-form-box>form .form-group>label {
    color: #fff;
    font-size: 12px;
    margin-bottom: 6px
}

.service-banner-btns button.chat-btn,
.service-banner-btns button.popup-btn {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 225px;
    font-size: 16px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    letter-spacing: .5px;
    margin: 0 10px 0 0;
    text-align: center;
    line-height: 40px
}

section.service-banner-wrap {
    background-image: url(../images/banner-main.webp);
    padding: 175px 0 100px;
    background-color: #000
}

.footer-main-sec::before,
footer.footer-main-sec,
section.our-blogs-wrap,
section.why-wikipedia-wrap {
    background-size: contain;
    background-repeat: no-repeat
}

.service-banner-wrap::before {
    top: 0;
    background: #000;
    opacity: .7
}

.service-banner-content h1 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin: 0 0 20px;
    line-height: 58px
}

.perfect-choose-head p,
.service-banner-content p {
    color: #fff;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 26px
}

.service-banner-content ul.service-banner-list li {
    margin: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-banner-content ul.service-banner-list li i {
    color: #7275b7;
    margin: 0 10px 0 0
}

.service-banner-content ul.service-banner-list li p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    line-height: 26px
}

.service-banner-content .service-banner-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 20px
}

.service-banner-btns button.popup-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
    color: #fff;
    border: none;
    font-weight: 600;
    height: 40px;
    text-transform: capitalize;
    border-radius: 50px
}

.service-banner-btns button.chat-btn {
    background: #fff;
    color: #333;
    border: none;
    font-weight: 600;
    height: 40px;
    display: block;
    border-radius: 50px
}

.service-banner-btns button.chat-btn:hover {
    background: #7275b7;
    color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.service-banner-content .banner-brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 0
}

.service-banner-wrap .service-banner-form {
    background: #ffffff3b;
    border: 5px solid #7275b7;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center
}

.service-banner-form h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 34px
}

.service-banner-form .form-group input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border-radius: 5px;
    border: none;
    outline: 0;
    -webkit-box-shadow: 0 0 10px -2px #7275b7;
    box-shadow: 0 0 10px -2px #7275b7;
    color: #000;
    font-weight: 500
}

.service-banner-form .form-group input::-webkit-input-placeholder {
    color: #333;
    font-weight: 400;
    font-weight: 16px
}

.service-banner-form .form-group input::-moz-placeholder {
    color: #333;
    font-weight: 400;
    font-weight: 16px
}

.service-banner-form .form-group input:-ms-input-placeholder {
    color: #333;
    font-weight: 400;
    font-weight: 16px
}

.service-banner-form .form-group input::-ms-input-placeholder {
    color: #333;
    font-weight: 400;
    font-weight: 16px
}

.service-banner-form .form-group input::placeholder {
    color: #333;
    font-weight: 400;
    font-weight: 16px
}

.service-banner-form .form-group textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 5px;
    resize: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: 0 0 10px -2px #7275b7;
    box-shadow: 0 0 10px -2px #7275b7;
    color: #000;
    font-weight: 500
}

.service-banner-form .form-group textarea::-webkit-input-placeholder {
    color: #333;
    font-weight: 400;
    font-weight: 16px
}

.service-banner-form .form-group textarea::-moz-placeholder {
    color: #333;
    font-weight: 400;
    font-weight: 16px
}

.service-banner-form .form-group textarea:-ms-input-placeholder {
    color: #333;
    font-weight: 400;
    font-weight: 16px
}

.service-banner-form .form-group textarea::-ms-input-placeholder {
    color: #333;
    font-weight: 400;
    font-weight: 16px
}

.service-banner-form .form-group textarea::placeholder {
    color: #333;
    font-weight: 400;
    font-weight: 16px
}

.service-banner-form .form-group button.submit-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    width: 100%;
    border-radius: 5px;
    font-weight: 500;
    padding: 12px 10px;
    letter-spacing: 1px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.service-banner-form .form-group button.submit-btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

section.increase-service-wrap,
section.policy-content-wrap {
    padding: 50px 0;
    background-image: url(../images/finset-sec-bg.webp);
    background-repeat: no-repeat;
    background-position: top;
    position: relative
}

.increase-service-wrap .increase-service-head,
.our-blogs-wrap .our-blogs-head {
    width: 75%;
    margin: 0 auto 50px;
    text-align: center
}

.about-info-sec-content h2,
.increase-service-wrap .increase-service-head h2,
.mission-info-content h2,
.our-blogs-wrap .our-blogs-head h2,
.our-blogs-wrap .our-blogs-head h3,
.team-member-head h2 {
    color: #262626;
    font-size: 46px;
    margin: 0 0 20px;
    font-weight: 700
}

.increase-service-wrap .increase-service-box {
    text-align: center;
    padding: 20px;
    -webkit-box-shadow: 0 -5px 5px 1px #f1e7e7;
    box-shadow: 0 -5px 5px 1px #f1e7e7;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-animation: 3s linear infinite up-down;
    animation: 3s linear infinite up-down
}

@-webkit-keyframes up-down {
    0% {
        -webkit-transform: translate(1px, 20px);
        transform: translate(1px, 20px)
    }

    24% {
        -webkit-transform: translate(1px, 30px);
        transform: translate(1px, 30px)
    }

    50% {
        -webkit-transform: translate(1px, 12px);
        transform: translate(1px, 12px)
    }

    100%,
    74% {
        -webkit-transform: translate(1px, 22px);
        transform: translate(1px, 22px)
    }
}

@keyframes up-down {
    0% {
        -webkit-transform: translate(1px, 20px);
        transform: translate(1px, 20px)
    }

    24% {
        -webkit-transform: translate(1px, 30px);
        transform: translate(1px, 30px)
    }

    50% {
        -webkit-transform: translate(1px, 12px);
        transform: translate(1px, 12px)
    }

    100%,
    74% {
        -webkit-transform: translate(1px, 22px);
        transform: translate(1px, 22px)
    }
}

.increase-service-wrap .increase-service-box img {
    margin: 0 0 25px
}

section.our-blogs-wrap {
    background-color: #f4f4f4;
    padding: 50px 0;
    background-image: url(../images/our-blog-bg.webp);
    background-position: 50% 100%;
    position: relative;
    z-index: 9
}

.our-blogs-wrap .our-blogs-box-left,
.our-blogs-wrap .our-blogs-box-right {
    background: #fff;
    padding: 10px;
    border-radius: 15px;
    height: 210px;
    position: relative;
    -webkit-box-shadow: 2px 2px 7px 0 #00000057;
    box-shadow: 2px 2px 7px 0 #00000057
}

.our-blogs-wrap .our-blogs-box-left:after {
    content: "";
    border-top: 15px solid #7275b7;
    border-bottom: 15px solid #7275b7;
    border-left: 15px solid #7275b7;
    border-right: 15px solid #7275b7;
    display: -ms-inline-grid;
    display: inline-grid;
    position: absolute;
    right: -15px;
    top: 42%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 3px -2px 3px 0 #00000036;
    box-shadow: 3px -2px 3px 0 #00000036;
    z-index: 1
}

.our-blogs-box-left .our-blogs-step-left,
.our-blogs-box-right .our-blogs-step-right {
    padding: 10px 0;
    background: #7275b7;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 140px;
    position: relative;
    top: -26px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: -6px 8px 0 0 #00000014;
    box-shadow: -6px 8px 0 0 #00000014
}

.our-blogs-box-left .our-blogs-step-left::before,
.our-blogs-box-right .our-blogs-step-right::before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid #7275b7;
    border-left: 8px solid #7275b7;
    border-right: 8px solid #ff000000;
    display: -ms-inline-grid;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0
}

.our-blogs-box-left .our-blogs-step-left::after,
.our-blogs-box-right .our-blogs-step-right::after {
    content: "";
    border-top: 8px solid #7275b700;
    border-bottom: 8px solid #7275b7;
    border-left: 8px solid #7275b700;
    border-right: 8px solid #7275b7;
    display: -ms-inline-grid;
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0
}

.our-blogs-box-left .our-blogs-step-left p,
.our-blogs-box-right .our-blogs-step-right p {
    font-size: 20px;
    color: #fff;
    z-index: 9;
    font-weight: 500;
    margin: 0 0 5px
}

.our-blogs-box-left .our-blogs-step-left h4,
.our-blogs-box-right .our-blogs-step-right h4 {
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 10px
}

.our-blogs-box-left .our-blogs-content-left h3,
.our-blogs-box-right .our-blogs-content-right h3 {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    margin: 0 0 10px
}

.our-blogs-box-left .our-blogs-content-left p,
.our-blogs-box-right .our-blogs-content-right p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px;
    color: #333;
    font-weight: 400;
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto
}

.our-blogs-content-left p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 transparent;
    border-radius: 10px
}

.our-blogs-content-left p::-webkit-scrollbar {
    width: 3px;
    background: #eee3ff;
    border-radius: 10px
}

.our-blogs-content-left p::-webkit-scrollbar-thumb {
    background-color: #7275b7;
    border-radius: 10px
}

.our-blogs-box-left .our-blogs-lineleft {
    background: #7275b7;
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 101px;
    z-index: 9
}

.our-blogs-wrap .blogs-point-left {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #7275b7;
    -webkit-box-shadow: 0 0 0 4px #5c5c5c;
    box-shadow: 0 0 0 4px #5c5c5c;
    margin: 0;
    position: relative;
    bottom: -91px;
    left: -87px
}

.our-blogs-wrap .blogs-point-left::before {
    content: "";
    height: 205px;
    width: 11px;
    background: #5c5c5c;
    display: -ms-inline-grid;
    display: inline-grid;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    position: absolute;
    left: -49px;
    top: 6px
}

.our-blogs-wrap .our-blogs-box-right:after {
    content: "";
    border-top: 15px solid #7275b7;
    border-bottom: 15px solid #7275b7;
    border-left: 15px solid #7275b7;
    border-right: 15px solid #7275b7;
    display: -ms-inline-grid;
    display: inline-grid;
    position: absolute;
    left: -15px;
    top: 42%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: -1px 1px 3px 0 #0000001a;
    box-shadow: -1px 1px 3px 0 #0000001a;
    z-index: 1
}

.our-blogs-content-right p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 transparent;
    border-radius: 10px
}

.our-blogs-content-right p::-webkit-scrollbar {
    width: 3px;
    background: #eee3ff;
    border-radius: 10px
}

.our-blogs-content-right p::-webkit-scrollbar-thumb {
    background-color: #7275b7;
    border-radius: 10px
}

.our-blogs-box-right .our-blogs-lineright {
    background: #7275b7;
    height: 4px;
    position: absolute;
    width: 136px;
    left: -153px;
    top: 101px;
    z-index: 9
}

.our-blogs-wrap .blogs-point-right {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid #7275b7;
    -webkit-box-shadow: 0 0 0 4px #5c5c5c;
    box-shadow: 0 0 0 4px #5c5c5c;
    margin: auto;
    display: block;
    position: relative;
    bottom: -91px;
    right: -338px
}

.our-blogs-wrap .blogs-point-right::before {
    content: "";
    height: 205px;
    width: 11px;
    background: #5c5c5c;
    display: -ms-inline-grid;
    display: inline-grid;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    position: relative;
    left: 49px;
    top: 6px
}

section.why-wikipedia-wrap {
    padding: 50px 0;
    background-image: url(../images/about-sec-bg.webp);
    background-color: #fff;
    background-position: center center;
    position: relative;
    z-index: 9
}

.why-wikipedia-wrap .why-wikipedia-img {
    position: relative;
    z-index: 1;
    margin: 60px 70px 60px 0
}

.why-wikipedia-wrap .why-wikipedia-img::before {
    content: "";
    height: 100%;
    background: #fef2f6;
    position: absolute;
    top: 0;
    width: 50vw;
    right: -20px;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    border-radius: 0 100px 100px 0;
    z-index: -1
}

.why-wikipedia-wrap .why-wikipedia-content {
    width: 60%
}

.why-wikipedia-wrap .why-wikipedia-content span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #7275b7;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-family: Poppins, sans-serif;
    margin: 0 0 10px
}

.why-wikipedia-wrap .why-wikipedia-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #262626;
    text-transform: capitalize;
    margin: 0 0 20px;
    width: 100%;
    padding: 0 0 10px;
    line-height: 48px;
    position: relative;
    z-index: 1
}

.why-wikipedia-wrap .why-wikipedia-content h2::before {
    position: absolute;
    content: '';
    top: -20pxpx;
    left: -10px;
    right: 0;
    height: 50px;
    border-radius: 100px;
    background-color: #7275b7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #7275b7), color-stop(51%, #7275b7), to(#7275b7));
    background: -o-linear-gradient(left, #7275b7 0, #7275b7 51%, #7275b7 100%);
    background: linear-gradient(to right, #7275b7 0, #7275b7 51%, #7275b7 100%);
    background-size: 200%;
    width: 50px;
    z-index: -1
}

.why-wikipedia-wrap .why-wikipedia-content h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 20px;
    background-color: #7275b7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #7275b7), color-stop(51%, #7275b7), to(#7275b7));
    background: -o-linear-gradient(left, #7275b7 0, #7275b7 51%, #7275b7 100%);
    background: linear-gradient(to right, #7275b7 0, #7275b7 51%, #7275b7 100%);
    background-size: 200%;
    width: 50px
}

section.perfect-choose-wrap {
    padding: 50px 0;
    background: url(../images/perfect-choose-bg.webp) center center/cover no-repeat;
    position: relative;
    z-index: 1
}

.perfect-choose-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #7275b7;
    opacity: .8;
    z-index: -1
}

.perfect-choose-wrap .perfect-choose-head {
    text-align: center;
    width: 100%;
    margin: 0 auto 40px
}

.perfect-choose-head h2,
.perfect-choose-head h3 {
    color: #fff;
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin: 0 0 20px
}

.perfect-choose-wrap .perfect-choose-box {
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.perfect-choose-box h3,
.perfect-choose-box span {
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out
}

.perfect-choose-wrap .perfect-choose-box:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%)
}

.perfect-choose-box span {
    display: block;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #66588b), to(#615791));
    background: -o-linear-gradient(left, #66588b 0, #615791 100%);
    background: linear-gradient(90deg, #66588b 0, #615791 100%);
    height: 75px;
    width: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin: 0 auto 20px;
    transition: .1s ease-in-out
}

.perfect-choose-wrap .perfect-choose-box:hover span {
    background: #fff;
    color: #7275b7
}

.perfect-choose-box h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #232323;
    margin: 0 0 10px;
    transition: .1s ease-in-out
}

.perfect-choose-box p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    padding: 0 5px;
    margin: 0 0 10px;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    min-height: 150px;
    max-height: 150px;
    overflow-y: auto
}

.team-member-box-content a,
.team-member-wrap .team-member-box {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.perfect-choose-box p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0 transparent;
    border-radius: 10px
}

.perfect-choose-box p::-webkit-scrollbar {
    width: 3px;
    background: #eee3ff;
    border-radius: 10px
}

.perfect-choose-box p::-webkit-scrollbar-thumb {
    background-color: #7275b7;
    border-radius: 10px
}

section.about-banner-wrap {
    padding: 200px 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1
}

.about-banner-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .7;
    z-index: -1
}

.about-banner-wrap.about-banner-bg {
    background-image: url(../images/about-banner-bg.webp);
    background-position: 100% 40%
}

.about-banner-wrap.contact-banner-bg {
    background-image: url(../images/contact-us-bg.webp);
    background-position: 100% 40%
}

.about-banner-wrap .about-banner-content h1,
.policy-banner-content h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 15px;
    line-height: 62px
}

section.about-info-sec {
    padding: 75px 0;
    background-image: url(../images/about-sec-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

section.conatct-us-page,
section.mission-info-sec,
section.team-member-wrap {
    padding: 50px 0;
    background-repeat: no-repeat;
    position: relative
}

.footer-newsletter,
section.mission-info-sec {
    background-image: url(../images/badges-sec-bg.webp)
}

.about-info-sec-img img {
    -webkit-animation: 5s infinite move2;
    animation: 5s infinite move2
}

.about-info-sec-content span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #7275b7;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
    margin: 0 0 10px
}

.about-info-sec-content p,
.mission-info-content p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px
}

section.mission-info-sec {
    background-color: #f4f4f4;
    background-size: cover;
    background-position: 50% 100%;
    z-index: 1
}

.mission-info-sec .mission-info-content {
    width: 60%;
    margin: 0 50px 0 auto
}

.mission-info-img img {
    width: 100%;
    border-radius: 20px 0 0 20px
}

section.team-member-wrap {
    background-image: url(../images/team-member-bg.webp);
    background-position: top
}

.team-member-wrap .team-member-head {
    margin: 0 0 50px
}

.team-member-wrap .team-member-box {
    transition: .3s ease-in-out;
    overflow: hidden
}

.team-member-wrap .team-member-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    border-radius: 5px
}

.team-member-box img {
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.team-member-box .team-member-box-content {
    background: #fff;
    padding: 20px;
    width: 75%;
    margin: -35px auto 50px;
    position: relative;
    -webkit-box-shadow: 0 0 3px 1px #b2b2b2;
    box-shadow: 0 0 3px 1px #b2b2b2
}

.team-member-box-content span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #7a7878;
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
    margin: 0
}

.team-member-box-content a {
    font-size: 18px;
    font-weight: 600;
    color: #262626;
    margin: 0 0 10px;
    transition: .3s ease-in-out
}

.contact-us-info-box a,
.thankyou-inner a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

section.conatct-us-page {
    background-image: url(../images/our-blog-bg.webp);
    background-size: contain;
    background-position: 50% 100%;
    z-index: 1
}

.contact-us-info-box i,
.footer-newsletter .newsletter-input .form-group button.submit-btn {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #66588b), to(#615791));
    background: -o-linear-gradient(left, #66588b 0, #615791 100%);
    text-align: center
}

.contact-us-img img {
    width: 85%;
    margin: 0 auto
}

.contact-us-content .form-group input {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: 0
}

.contact-us-content .form-group textarea {
    width: 100%;
    height: 120px;
    resize: none;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: 0
}

.conatct-us-page .contact-us-info {
    padding: 50px 0 0
}

.contact-us-info .contact-us-info-box {
    background: #fff;
    padding: 5px 20px 20px;
    border-radius: 10px;
    text-align: center;
    -webkit-box-shadow: 0 6px 20px -5px #b2b2b2;
    box-shadow: 0 6px 20px -5px #b2b2b2;
    height: 210px
}

.contact-us-info-box i {
    background: linear-gradient(90deg, #66588b 0, #615791 100%);
    color: #fff;
    height: 75px;
    width: 75px;
    line-height: 75px;
    border-radius: 100%;
    font-size: 32px;
    margin: -75px 0 30px
}

.contact-us-info-box h3 {
    font-size: 30px;
    color: #262626;
    line-height: 36px;
    margin: 0 0 5px;
    font-weight: 700
}

.contact-us-info-box a,
.contact-us-info-box p {
    font-size: 18px;
    color: #636363;
    font-weight: 500;
    display: block
}

.contact-us-info-box a {
    margin: 0 0 5px;
    transition: .3s ease-in-out
}

.contact-us-info-box p {
    line-height: 24px;
    margin: 0 0 10px
}

section.policy-banner-wrap {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
    padding: 200px 0 100px
}

.policy-content-inner h3 {
    font-weight: 700;
    color: #262626;
    text-transform: capitalize;
    margin: 0 0 20px;
    font-size: 46px;
    position: relative;
    z-index: 1
}

.policy-content-inner h3::before {
    position: absolute;
    content: '';
    top: 0;
    left: -10px;
    right: 0;
    height: 50px;
    border-radius: 100px;
    background-color: #7275b7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #7275b7), color-stop(51%, #7275b7), to(#7275b7));
    background: -o-linear-gradient(left, #7275b7 0, #7275b7 51%, #7275b7 100%);
    background: linear-gradient(to right, #7275b7 0, #7275b7 51%, #7275b7 100%);
    background-size: 200%;
    width: 50px;
    z-index: -1
}

.policy-content-inner p a {
    color: #7275b7;
    font-weight: 600
}

.policy-content-inner p span {
    color: #232323;
    font-size: 16px;
    font-weight: 700
}

.policy-content-inner h4 {
    font-size: 40px;
    font-weight: 700;
    color: #262626;
    text-transform: capitalize;
    margin: 20px 0;
    line-height: 44px
}

.policy-content-inner h5 {
    font-size: 26px;
    font-weight: 600;
    color: #262626;
    margin: 20px 0;
    line-height: 34px
}

.policy-content-inner ul li {
    list-style: disc;
    margin: 0 0 10px
}

.policy-content-inner ul li::marker {
    color: #333;
    font-weight: 600
}

section.thankyou-wrap {
    padding: 200px 0 100px;
    background: #f4f4f4
}

.thankyou-inner h2 {
    font-size: 100px;
    line-height: 106px;
    display: block;
    font-weight: 800;
    margin: 0 0 20px;
    font-family: Jost, sans-serif;
    text-transform: uppercase;
    background-color: #7275b7;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #8e71c4), to(#babbff));
    background-image: -o-linear-gradient(left, #8e71c4 0, #babbff 100%);
    background-image: linear-gradient(90deg, #8e71c4 0, #babbff 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text
}

.footer-newsletter,
.thankyou-inner a {
    display: -webkit-box;
    display: -ms-flexbox
}

.thankyou-inner a {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
    color: #fff;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 200px;
    text-align: center;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    letter-spacing: .5px;
    border-radius: 50px;
    margin: 0 auto 10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: .3s ease-in-out;
    -webkit-animation: 1.5s ease-in infinite alternate crescendo;
    animation: 1.5s ease-in infinite alternate crescendo
}

.thankyou-inner a:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(60 60 59)), to(rgb(16 16 15)));
    background: -o-linear-gradient(left, rgb(60 60 59) 0, rgb(16 16 15) 100%);
    background: linear-gradient(90deg, rgb(60 60 59) 0, rgb(16 16 15) 100%)
}

@-webkit-keyframes crescendo {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes crescendo {
    0% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    100% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.thankyou-inner a i {
    color: #fff;
    margin: 0 0 0 10px;
    font-size: 20px
}

footer.footer-main-sec {
    background-position: center;
    position: relative;
    background-color: #0e1b1f;
    z-index: 9
}

/* .footer-main-sec::before {
    content: "";
    background-position: left top;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
} */

.footer-newsletter {
    padding: 50px 60px;
    background-color: #fff;
    z-index: 99;
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    background-position: 100% 60%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-newsletter h4 {
    font-size: 30px;
    font-weight: 700;
    color: #262626;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
    line-height: 36px;
    width: 45%
}

.footer-newsletter .newsletter-input {
    width: 45%
}

.footer-newsletter .newsletter-input .form-group input {
    height: 60px;
    width: 75%;
    padding: 10px 15px;
    border: none;
    -webkit-box-shadow: 0 2px 16px -5px #b2b2b2;
    box-shadow: 0 2px 16px -5px #b2b2b2;
    outline: 0
}

.footer-newsletter .newsletter-input .form-group button.submit-btn {
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: linear-gradient(90deg, #66588b 0, #615791 100%);
    border: none;
    -webkit-box-shadow: 0 2px 16px -5px #b2b2b2;
    box-shadow: 0 2px 16px -5px #b2b2b2;
    outline: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer-newsletter .newsletter-input .form-group button.submit-btn:hover {
    background: #7275b7
}

.footer-newsletter .newsletter-input .form-group button.submit-btn i {
    color: #fff;
    font-size: 20px
}

.footer-main-sec .footer-top {
    padding: 80px 50px 30px;
}

.footer-logo-area .footer-logo {
    width: 70%;
    margin: 0 0 20px
}

.footer-logo-area p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin: 0 0 20px
}

.footer-links-area div,
.footer-links-area h4 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 10px
}

.footer-links-area div:first-child::before,
.footer-links-area h4::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 25px;
    right: 0;
    height: 4px;
    border-radius: 20px;
    background-color: #7275b7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #7275b7), color-stop(51%, #7275b7), to(#7275b7));
    background: -o-linear-gradient(left, #7275b7 0, #7275b7 51%, #7275b7 100%);
    background: linear-gradient(to right, #7275b7 0, #7275b7 51%, #7275b7 100%);
    background-size: 200%;
    width: 55px
}

.footer-links-area > div:first-child:after,
.footer-links-area h4::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 20px;
    background-color: #7275b7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #7275b7), color-stop(51%, #7275b7), to(#7275b7));
    background: -o-linear-gradient(left, #7275b7 0, #7275b7 51%, #7275b7 100%);
    background: linear-gradient(to right, #7275b7 0, #7275b7 51%, #7275b7 100%);
    background-size: 200%;
    width: 20px
}

.footer-links-area ul.footer-nav-links li {
    margin: 0 0 10px
}

.footer-links-area ul.footer-nav-links a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    display: block
}

.footer-links-area ul.footer-nav-links a:hover {
    color: #7275b7;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.footer-links-area ul.footer-nav-links li a i {
    margin: 0 5px 0 0;
    color: #7275b7
}

.footer-top ul.footer-social-links li {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin: 0 0 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-top ul.footer-social-links li i {
    width: 50px;
    height: 50px;
    font-size: 22px;
    background-color: #7275b7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
    color: #fff;
    margin: 0 18px 0 0;
    text-align: center;
    border-radius: 35%;
    line-height: 50px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer-top ul.footer-social-links li a {
    color: #fff;
    display: block
}

.footer-top ul.footer-social-links li p {
    color: #fff;
    width: 80%
}

.footer-main-sec .footer-bottom {
    padding: 20px 10rem;
    border-top: 1px solid #fff;
    position: relative;
    z-index: 99
}

.footer-bottom .footer-copyright {
    text-align: left
}

.footer-copyright p {
    font-size: 16px;
    font-weight: 400;
    color: #f8f8f8;
    line-height: 20px;
    margin: 0
}

.footer-bottom .footer-bottom-payment {
    text-align: right
}

.footer-bottom-payment ul.footer-bottom-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.footer-bottom-payment ul.footer-bottom-links li a i {
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
    background-color: #7275b7;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
    background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
    background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
    display: block;
    border-radius: 50px
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    header .navbar-collapse ul.navbar-nav li.nav-item {
        margin: 0 15px
    }

    header .navbar .navbar-buttons .nav-btn-item .chat-btn,
    header .navbar .navbar-buttons .nav-btn-item .number-btn {
        font-size: 14px;
        width: 185px
    }

    .about-content-side .about-content-slider .about-content-box {
        height: 275px
    }

    section.planning-cta-wrap {
        padding: 20px 0;
        height: inherit
    }

    .planning-cta-wrap::after {
        display: none
    }

    .our-blogs-wrap .our-blogs-box-left,
    .our-blogs-wrap .our-blogs-box-right {
        height: 250px
    }

    .our-blogs-box-left .our-blogs-lineleft,
    .our-blogs-box-right .our-blogs-lineright {
        top: 118px
    }

    .our-blogs-wrap .blogs-point-left {
        bottom: -108px;
        left: -58px
    }

    .our-blogs-wrap .blogs-point-left::before {
        height: 250px;
        left: -64px;
        top: 4px;
        -webkit-transform: rotate(27deg);
        -ms-transform: rotate(27deg);
        transform: rotate(27deg)
    }

    .our-blogs-wrap .blogs-point-right {
        bottom: -108px;
        right: -270px
    }

    .our-blogs-wrap .blogs-point-right::before {
        height: 250px;
        -webkit-transform: rotate(-27deg);
        -ms-transform: rotate(-27deg);
        transform: rotate(-27deg);
        left: 62px;
        top: 4px
    }

    .footer-top ul.footer-social-links li i {
        line-height: 40px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin: 0 10px 0 0
    }

    .footer-top ul.footer-social-links li a {
        font-size: 14px
    }

    .footer-top ul.footer-social-links li p {
        width: 80%;
        font-size: 14px;
        line-height: 22px
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    header .navbar .navbar-brand .logo {
        width: 150px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item {
        margin: 0 10px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px
    }

    header .navbar .navbar-buttons .nav-btn-item .chat-btn,
    header .navbar .navbar-buttons .nav-btn-item .number-btn {
        font-size: 12px;
        width: 165px
    }

    .banner-inner-content h1,
    .footer-newsletter .newsletter-input,
    .wiki-help-content .wiki-help-inner {
        width: 100%
    }

    .banner-inner-content .banner-content-btns {
        margin: 0 0 10px
    }

    .banner-inner-content .banner-content-btns button.popup-btn {
        margin: 0 10px 15px 0
    }

    .banner-inner-content .banner-content-btns button.chat-btn {
        margin: 0 10px 10px 0
    }

    .about-main-wrap .about-content-side h2 {
        margin: 20px 0
    }

    .about-content-side .about-content-slider .slick-slide {
        margin: 20px 10px
    }

    .about-content-side .about-content-slider .about-content-box {
        height: 375px
    }

    .sec-badges .heads h2 {
        font-size: 32px;
        line-height: 40px
    }

    .sec-badges .badges-ul li {
        margin: 0 10px 20px;
        width: 40%
    }

    section.planning-cta-wrap {
        padding: 20px 0;
        height: inherit
    }

    .display-none-sm,
    .planning-cta-wrap::after {
        display: none
    }

    .planning-cta-wrap .sec-btns button.chat-btn,
    .planning-cta-wrap .sec-btns button.popup-btn {
        width: 175px
    }

    .finest-creat-wrap .finest-head {
        margin: 0 auto 30px
    }

    .finest-creat-wrap .finest-content-box {
        min-height: 350px;
        max-height: 350px
    }

    .service-content-side .service-content-box {
        padding: 20px;
        width: 95%
    }

    Section.wiki-help-wrap,
    section.about-info-sec,
    section.mission-info-sec,
    section.our-blogs-wrap,
    section.team-member-wrap {
        padding: 30px 0
    }

    .perfect-choose-wrap .perfect-choose-box,
    .portfolio-sec-wrap .portfolio-card {
        margin: 0 0 20px
    }

    .portfolio-sec-wrap .portfolio-card:hover .portfolio-title {
        text-align: center;
        width: 100%
    }

    .portfolio-sec-wrap .portfolio-card .portfolio-title {
        left: inherit
    }

    section.wiki-proficiency-wrap {
        padding: 75px 0 20px
    }

    .wiki-proficiency-items .wiki-proficiency-box {
        min-height: 375px;
        max-height: 375px
    }

    .wiki-proficiency-wrap .wiki-proficiency-content {
        width: 95%
    }

    section.experiance-sec-wrap {
        width: 90%;
        padding: 50px 0
    }

    .experiance-sec-wrap h2 {
        width: 80%;
        font-size: 40px;
        line-height: 48px;
        margin: 0 auto 40px
    }

    .experiance-sec-wrap .counter-cd {
        margin: 0 10px 60px;
        padding: 0 10px
    }

    section.faqs-sec-wrap {
        padding: 50px 0
    }

    .contact-form-box h3,
    .contact-form-box p {
        font-family: Poppins, sans-serif;
        font-size: 42px;
        line-height: 50px
    }

    .our-blogs-wrap .our-blogs-box-left,
    .our-blogs-wrap .our-blogs-box-right {
        padding: 10px 20px;
        margin: 0 0 50px
    }

    .our-blogs-box-left .our-blogs-lineleft {
        top: 101px;
        width: 210px;
        right: -225px
    }

    .our-blogs-wrap .blogs-point-left {
        bottom: -90px;
        left: 200px
    }

    .our-blogs-wrap .blogs-point-left::before,
    .our-blogs-wrap .blogs-point-right::before {
        height: 200px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        left: 0;
        top: 15px;
        z-index: -1
    }

    .our-blogs-box-right .our-blogs-lineright {
        top: 101px;
        width: 210px;
        left: -219px
    }

    .our-blogs-wrap .blogs-point-right {
        bottom: -90px;
        right: -17px
    }

    .why-wikipedia-wrap .why-wikipedia-img {
        margin: 20px 50px 20px 0
    }

    .why-wikipedia-wrap .why-wikipedia-content {
        width: 90%
    }

    .perfect-choose-box h3 {
        font-size: 20px
    }

    .mission-info-sec .mission-info-content {
        width: 85%;
        margin: 0 35px 0 auto
    }

    .team-member-wrap .team-member-head {
        text-align: center
    }

    .team-member-box .team-member-box-content {
        width: 90%;
        height: 110px
    }

    .footer-main-sec .footer-top {
        padding: 50px 0 30px
    }

    .footer-newsletter .newsletter-input .form-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-top .footer-links-area {
        margin: 0 0 30px
    }

    .footer-top ul.footer-social-links li i {
        line-height: 40px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        margin: 0 10px 0 0
    }

    .footer-top ul.footer-social-links li a {
        font-size: 12px
    }

    .footer-top ul.footer-social-links li p {
        width: 80%;
        font-size: 12px;
        line-height: 18px
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    header nav.navbar .navbar-brand {
        width: 100px
    }

    header .navbar-expand-lg .navbar-collapse {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
        background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
        background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
        padding: 20px 0;
        margin: 10px 0 0
    }

    .about-info-sec .about-info-sec-img,
    .contact-form-wrap .contact-form-img,
    .increase-service-wrap .increase-service-box,
    .perfect-choose-wrap .perfect-choose-box,
    .portfolio-sec-wrap .portfolio-card,
    .testimonial-sec-wrapper .testi-left-img,
    header .navbar-collapse ul.navbar-nav {
        margin: 0 0 20px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item {
        margin: 0 10px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        border-bottom: 2px solid #b2b2b2
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.active {
        color: #ffff;
        border-bottom: 2px solid #fff;
        font-weight: 600
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
        color: #ffff;
        border-bottom: 2px solid #fff
    }

    .mission-info-img img,
    header .navbar-nav .nav-item ul.dropdown-menu {
        border-radius: 0
    }

    header .navbar-nav .nav-item ul.dropdown-menu li a {
        font-size: 14px;
        padding: 10px 8px
    }

    header .navbar .navbar-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 10px
    }

    header .navbar .navbar-buttons .nav-btn-item .popup-btn {
        background: #fff;
        color: #333;
        font-weight: 700
    }

    .banner-inner-content .banner-content-btns,
    header .navbar .navbar-buttons li.nav-btn-item {
        margin: 0 0 10px
    }

    header.sticky ul.navbar-nav li.nav-item a.nav-link {
        color: #fff
    }

    .banner-inner-content h1,
    .footer-newsletter .newsletter-input,
    .perfect-choose-wrap .perfect-choose-head {
        width: 100%
    }

    .banner-inner-content .banner-content-btns button.popup-btn {
        margin: 0 10px 15px 0
    }

    .banner-inner-content .banner-content-btns button.chat-btn {
        margin: 0 10px 10px 0
    }

    .banner-inner-content .banner-content-form {
        border-radius: 50px;
        padding: 30px
    }

    .banner-inner-content .banner-form {
        display: block
    }

    .banner-inner-content .form-group {
        margin: 0 10px 10px
    }

    .about-info-sec .about-info-sec-content,
    .about-main-wrap .about-content-side,
    .conatct-us-page .contact-us-img,
    .contact-form-box,
    .service-sec-wrap .service-content-side,
    .team-member-wrap .team-member-head {
        text-align: center
    }

    .about-main-wrap .about-content-side h2,
    .planning-cta-wrap .sec-btns {
        margin: 20px 0
    }

    .about-content-side .about-content-slider .slick-slide {
        margin: 20px 10px
    }

    .finest-creat-wrap .finest-head h2,
    .planning-cta-wrap h2,
    .planning-cta-wrap h3,
    .sec-badges .heads h2 {
        font-size: 32px;
        line-height: 40px
    }

    .sec-badges .badges-ul li {
        margin: 0 10px 20px;
        width: 40%
    }

    section.planning-cta-wrap {
        padding: 20px 0;
        height: inherit
    }

    .display-none-sm,
    .planning-cta-wrap::after {
        display: none
    }

    .planning-cta-wrap .sec-btns button.popup-btn {
        width: 175px;
        margin: 0 10px 15px
    }

    .planning-cta-wrap .sec-btns button.chat-btn {
        width: 175px;
        margin: 0 10px 10px
    }

    Section.wiki-help-wrap,
    section.about-info-sec,
    section.conatct-us-page,
    section.contact-form-wrap,
    section.finest-creat-wrap,
    section.increase-service-wrap,
    section.mission-info-sec,
    section.our-blogs-wrap,
    section.service-sec-wrap,
    section.team-member-wrap,
    section.why-wikipedia-wrap {
        padding: 30px 0
    }

    .finest-creat-wrap .finest-head {
        margin: 0 auto 30px
    }

    .service-content-side .service-content-scroll {
        margin: 0 0 40px
    }

    .service-content-side .service-content-box {
        padding: 20px;
        width: 95%
    }

    .service-content-side .service-content-box img {
        margin: 0 20px 0 0
    }

    .service-content-side .service-content-box .service-content-info {
        text-align: left
    }

    .wiki-help-img img,
    section.experiance-sec-wrap {
        width: 90%
    }

    .wiki-help-content {
        width: 90%;
        padding: 40px 75px;
        margin: 20px 0 0 100px
    }

    .wiki-help-content .wiki-help-inner {
        margin: 0 0 0 50px
    }

    section.perfect-choose-wrap,
    section.wiki-proficiency-wrap {
        padding: 50px 0
    }

    .wiki-proficiency-items .wiki-proficiency-box {
        margin: 0 auto 20px;
        min-height: 350px;
        max-height: 350px
    }

    .wiki-proficiency-items .wiki-proficiency-box.box-middle {
        margin: 0 auto 20px
    }

    .wiki-proficiency-wrap .wiki-proficiency-content {
        width: 90%;
        margin: 20px 0 0
    }

    .experiance-sec-wrap h2 {
        width: 90%;
        margin: 0 auto 40px
    }

    .experiance-sec-wrap .counter-cd {
        margin: 0 30px 60px
    }

    section.service-banner-wrap {
        padding: 150px 0 40px
    }

    .service-banner-content .banner-brands {
        margin: 30px 10px
    }

    .service-banner-content .banner-brands img {
        margin: 0 10px 20px 0;
        width: 75px;
        height: 75px
    }

    .footer-newsletter h4,
    .increase-service-wrap .increase-service-head {
        width: 100%;
        margin: 0 0 20px
    }

    .our-blogs-wrap .our-blogs-box-left,
    .our-blogs-wrap .our-blogs-box-right {
        padding: 10px 20px;
        margin: 0 0 50px
    }

    .our-blogs-box-left .our-blogs-lineleft {
        top: 101px;
        width: 152px;
        right: -170px
    }

    .our-blogs-wrap .blogs-point-left {
        bottom: -90px;
        left: 150px
    }

    .our-blogs-wrap .blogs-point-left::before,
    .our-blogs-wrap .blogs-point-right::before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        left: 0;
        top: 15px;
        z-index: -1
    }

    .our-blogs-box-right .our-blogs-lineright {
        top: 101px;
        width: 152px;
        left: -170px
    }

    .our-blogs-wrap .blogs-point-right {
        bottom: -90px;
        right: -6px
    }

    .why-wikipedia-wrap .why-wikipedia-img {
        margin: 20px 10px 20px 0
    }

    .why-wikipedia-wrap .why-wikipedia-img::before {
        height: 100%;
        top: 0;
        width: 100vw;
        right: -20px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .why-wikipedia-wrap .why-wikipedia-img img {
        padding: 20px 0
    }

    .why-wikipedia-wrap .why-wikipedia-content {
        width: 100%;
        text-align: center
    }

    .why-wikipedia-wrap .why-wikipedia-content h2 {
        width: 100%;
        text-align: center;
        margin: 0 auto 20px
    }

    .why-wikipedia-wrap .why-wikipedia-content h2::before {
        left: auto;
        right: auto
    }

    .why-wikipedia-wrap .why-wikipedia-content h2::after {
        margin: 0 auto
    }

    .mission-info-sec .mission-info-content {
        width: 100%;
        margin: 0 auto 30px;
        text-align: center
    }

    .contact-us-img img {
        width: 85%;
        margin: 0 auto 20px
    }

    .conatct-us-page .contact-us-info {
        padding: 30px 0 0
    }

    .contact-us-info .contact-us-info-box {
        margin: 0 0 50px
    }

    .footer-newsletter {
        padding: 30px;
        display: block;
        text-align: center
    }

    .footer-main-sec .footer-top {
        padding: 50px 0 30px
    }

    .footer-newsletter .newsletter-input .form-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-top .footer-links-area {
        margin: 0 0 30px
    }
}

@media only screen and (min-width: 521px) and (max-width:767px) {

    .about-info-sec .about-info-sec-content,
    .about-main-wrap .about-content-side,
    .faqs-sec-wrap .faqs-content-side,
    .sec-badges .heads,
    .sec-badges .heads h2,
    .service-sec-wrap .service-content-side,
    .team-member-wrap .team-member-head {
        text-align: center
    }

    header nav.navbar .navbar-brand {
        width: 100px
    }

    header .navbar-expand-lg .navbar-collapse {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
        background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
        background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
        padding: 20px 0;
        margin: 10px 0 0
    }

    .about-info-sec .about-info-sec-img,
    .contact-form-wrap .contact-form-img,
    .increase-service-wrap .increase-service-box,
    .portfolio-sec-wrap .portfolio-card,
    .service-content-side .service-content-box img,
    .testimonial-sec-wrapper .testi-left-img,
    header .navbar-collapse ul.navbar-nav {
        margin: 0 0 20px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item {
        margin: 0 10px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        border-bottom: 2px solid #b2b2b2
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.active {
        color: #ffff;
        border-bottom: 2px solid #fff;
        font-weight: 600
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
        color: #ffff;
        border-bottom: 2px solid #fff
    }

    .mission-info-img img,
    header .navbar-nav .nav-item ul.dropdown-menu {
        border-radius: 0
    }

    header .navbar-nav .nav-item ul.dropdown-menu li a {
        font-size: 14px;
        padding: 10px 8px
    }

    header .navbar .navbar-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 10px
    }

    header .navbar .navbar-buttons .nav-btn-item .popup-btn {
        background: #fff;
        color: #333;
        font-weight: 700
    }

    .about-main-wrap .about-img-side,
    .banner-inner-content .banner-content-btns,
    .service-banner-content ul.service-banner-list li,
    header .navbar .navbar-buttons li.nav-btn-item {
        margin: 0 0 10px
    }

    header.sticky ul.navbar-nav li.nav-item a.nav-link {
        color: #fff
    }

    section.banner-main-sec {
        padding: 100px 0 20px
    }

    .banner-main-sec::before {
        border-radius: 0 0 50px 50px
    }

    .banner-inner-content h1 {
        font-size: 24px;
        width: 100%;
        line-height: 40px
    }

    .about-info-sec-content h2,
    .about-main-wrap .about-content-side h2,
    .finest-creat-wrap .finest-head h2,
    .mission-info-content h2,
    .our-blogs-wrap .our-blogs-head h2,
    .perfect-choose-head h2,
    .planning-cta-wrap h2,
    .planning-cta-wrap h3,
    .portfolio-sec-wrap .port-heading h2,
    .portfolio-sec-wrap .port-heading h3,
    .portfolio-sec-wrap .port-heading h4,
    .sec-badges .heads h2,
    .service-banner-content h1,
    .team-member-head h2,
    .wiki-help-content .wiki-help-inner h3 {
        font-size: 32px;
        line-height: 40
    }

    .banner-inner-content .banner-content-btns button.popup-btn,
    .service-banner-btns button.chat-btn,
    .service-banner-btns button.popup-btn {
        margin: 0 10px 15px 0
    }

    .banner-inner-content .banner-content-btns button.chat-btn {
        margin: 0 10px 10px 0
    }

    .banner-inner-content .banner-content-form {
        border-radius: 50px;
        padding: 30px 10px
    }

    .banner-inner-content .banner-form,
    .footer-newsletter {
        display: block
    }

    .banner-inner-content .form-group,
    .portfolio-sec-tabs .nav-pills .nav-item .nav-link {
        margin: 0 10px 10px
    }

    .banner-inner-content .banner-brands {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 30px 10px 0
    }

    .banner-inner-content .banner-brands img,
    .service-banner-content .banner-brands img {
        margin: 0 10px 20px 0;
        width: 75px;
        height: 75px
    }

    .why-wikipedia-wrap .why-wikipedia-img img,
    section.about-main-wrap,
    section.why-wikipedia-wrap {
        padding: 20px 0
    }

    .about-content-side .about-content-slider .slick-slide {
        margin: 20px 10px
    }

    .about-content-side .about-content-slider .about-content-box {
        height: 250px
    }

    .about-content-side .about-content-slider .about-content-box h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px
    }

    .about-content-side .about-content-slider .about-content-box p {
        font-size: 16px;
        line-height: 22px
    }

    .sec-badges .badges-ul li {
        margin: 0 20px 20px;
        width: 40%
    }

    section.planning-cta-wrap {
        padding: 20px 0;
        height: inherit
    }

    #staticBackdrop .modal-body .modal-body-img,
    .display-none-sm,
    .planning-cta-wrap::after,
    .wiki-help-img img {
        display: none
    }

    .planning-cta-wrap .sec-btns {
        margin: 20px 0
    }

    .planning-cta-wrap .sec-btns button.popup-btn {
        width: 175px;
        margin: 0 10px 15px
    }

    .planning-cta-wrap .sec-btns button.chat-btn {
        width: 175px;
        margin: 0 10px 10px
    }

    Section.wiki-help-wrap,
    section.about-info-sec,
    section.conatct-us-page,
    section.contact-form-wrap,
    section.faqs-sec-wrap,
    section.finest-creat-wrap,
    section.increase-service-wrap,
    section.mission-info-sec,
    section.our-blogs-wrap,
    section.policy-content-wrap,
    section.portfolio-sec-wrap,
    section.service-sec-wrap,
    section.team-member-wrap,
    section.wiki-proficiency-wrap {
        padding: 30px 0
    }

    .finest-creat-wrap .finest-head {
        width: 100%;
        margin: 0 auto 30px
    }

    .finest-creat-wrap .finest-content-box,
    .wiki-proficiency-items .wiki-proficiency-box {
        min-height: inherit;
        max-height: inherit;
        width: 75%;
        margin: 0 auto 20px
    }

    .service-sec-wrap .service-content-side span {
        margin: 0 0 5px
    }

    .service-sec-wrap .service-content-side h2 {
        font-size: 36px;
        line-height: 44px
    }

    .service-content-side .service-content-scroll {
        min-height: 825px;
        max-height: 825px;
        margin: 0 0 40px
    }

    .service-content-side .service-content-box {
        padding: 20px;
        display: block;
        width: 95%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .services-details-card {
        position: inherit
    }

    .responsive-ordertwo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .responsive-orderone {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .wiki-help-content {
        border-radius: 100px;
        padding: 40px;
        text-align: center;
        margin: 0;
        -webkit-box-shadow: 20px 5px 40px -10px #3c3c3b;
        box-shadow: 20px 5px 40px -10px #3c3c3b
    }

    .contact-form-box,
    .footer-newsletter {
        padding: 30px;
        text-align: center
    }

    .footer-newsletter .newsletter-input,
    .wiki-help-content .wiki-help-inner {
        width: 100%
    }

    .wiki-proficiency-items .wiki-proficiency-box.box-middle {
        margin: 0 auto 20px
    }

    .wiki-proficiency-wrap .wiki-proficiency-content {
        width: 100%;
        margin: 20px 0 0
    }

    .wiki-proficiency-content h2 {
        font-size: 34px;
        line-height: 42px
    }

    .testimonial-sec-wrap .testi-sec-head .testi-title,
    .testimonial-sec-wrap .testi-sec-head h3 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 30px
    }

    section.experiance-sec-wrap {
        width: 80%;
        border-radius: 0 175px 175px 0
    }

    .experiance-sec-wrap h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 40px
    }

    .experiance-sec-wrap .counter-cd {
        margin: 0 auto 60px;
        width: 70%
    }

    .faqs-sec-wrap .faqs-content-side h2 {
        font-size: 42px;
        line-height: 50px;
        margin: 0 0 20px
    }

    .faqs-sec-wrap .faqs-ques h4 {
        text-align: center;
        line-height: 46px
    }

    .contact-form-box h3,
    .contact-form-box p {
        font-family: Poppins, sans-serif;
        font-size: 42px;
        line-height: 50px
    }

    section.service-banner-wrap {
        padding: 150px 0 40px
    }

    .service-banner-content ul.service-banner-list li p {
        font-size: 14px;
        line-height: 20px
    }

    .service-banner-content .service-banner-btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 25px 0 20px
    }

    .service-banner-content .banner-brands {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 30px 10px
    }

    .service-banner-wrap .service-banner-form {
        padding: 25px 15px
    }

    .service-banner-form h3 {
        font-size: 22px;
        line-height: 32px
    }

    .increase-service-wrap .increase-service-head {
        width: 100%;
        margin: 0 0 20px
    }

    .increase-service-wrap .increase-service-head h2 {
        font-size: 30px;
        line-height: 40px
    }

    .our-blogs-wrap .our-blogs-head {
        width: 100%;
        margin: 0 0 40px
    }

    .our-blogs-wrap .our-blogs-box-left {
        padding: 10px 20px;
        margin: 0 0 50px;
        height: inherit
    }

    .our-blogs-wrap .our-blogs-box-left:after,
    .our-blogs-wrap .our-blogs-box-right:after {
        right: inherit;
        top: inherit;
        bottom: -15px;
        left: 45%
    }

    .our-blogs-box-left .our-blogs-step-left,
    .our-blogs-box-right .our-blogs-step-right {
        height: inherit
    }

    .our-blogs-box-left .our-blogs-lineleft,
    .our-blogs-box-right .our-blogs-lineright,
    .our-blogs-wrap .blogs-point-left,
    .our-blogs-wrap .blogs-point-left.blogs-point-last::before,
    .our-blogs-wrap .blogs-point-left::before,
    .our-blogs-wrap .blogs-point-right,
    .our-blogs-wrap .blogs-point-right.blogs-point-last::before,
    .our-blogs-wrap .blogs-point-right::before {
        display: none !important
    }

    .our-blogs-wrap .our-blogs-box-right {
        margin: 0 0 50px;
        height: inherit
    }

    .why-wikipedia-wrap .why-wikipedia-img {
        margin: 20px 10px 20px 0
    }

    .why-wikipedia-wrap .why-wikipedia-img::before {
        height: 100%;
        top: 0;
        width: 100vw;
        right: -20px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .why-wikipedia-wrap .why-wikipedia-content {
        width: 100%;
        text-align: center
    }

    .why-wikipedia-wrap .why-wikipedia-content h2 {
        width: 100%;
        text-align: center;
        margin: 0 auto 20px
    }

    .why-wikipedia-wrap .why-wikipedia-content h2::before {
        left: auto;
        right: auto
    }

    .why-wikipedia-wrap .why-wikipedia-content h2::after {
        margin: 0 auto
    }

    section.perfect-choose-wrap {
        padding: 50px 0
    }

    .contact-us-img img,
    .perfect-choose-wrap .perfect-choose-head {
        width: 100%;
        margin: 0 auto 20px
    }

    .perfect-choose-wrap .perfect-choose-box {
        margin: 0 0 20px;
        min-height: inherit;
        max-height: inherit
    }

    .mission-info-sec .mission-info-content {
        width: 100%;
        margin: 0 auto 30px;
        text-align: center
    }

    .conatct-us-page .contact-us-info {
        padding: 30px 0 0
    }

    .contact-us-info .contact-us-info-box {
        margin: 0 0 50px
    }

    .policy-content-inner h3 {
        font-size: 42px;
        line-height: 50px
    }

    .policy-content-inner h4 {
        font-size: 28px;
        line-height: 36px
    }

    .policy-content-inner h5 {
        font-size: 24px;
        line-height: 32px
    }

    section.thankyou-wrap {
        padding: 150px 0 100px
    }

    .thankyou-inner h2 {
        font-size: 42px;
        line-height: 68px
    }

    .footer-newsletter h4 {
        font-size: 26px;
        width: 100%;
        margin: 0 0 20px;
        line-height: 34px
    }

    .footer-main-sec .footer-top {
        padding: 50px 0 30px
    }

    .footer-bottom-payment ul.footer-bottom-links,
    .footer-newsletter .newsletter-input .form-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-top .footer-links-area {
        margin: 0 0 30px
    }

    .footer-bottom .footer-copyright {
        text-align: center;
        margin: 0 0 20px
    }

    #staticBackdrop .modal-dialog {
        max-width: 500px !important;
        margin: 50px auto 0
    }
}

@media only screen and (min-width: 300px) and (max-width:520px) {

    .about-info-sec .about-info-sec-content,
    .about-main-wrap .about-content-side,
    .faqs-sec-wrap .faqs-content-side,
    .my-heading,
    .my-paragraph,
    .our-blogs-box-left .our-blogs-content-left,
    .our-blogs-box-right .our-blogs-content-right,
    .sec-badges .heads,
    .sec-badges .heads h2,
    .service-sec-wrap .service-content-side,
    .team-member-wrap .team-member-head {
        text-align: center
    }

    header nav.navbar .navbar-brand {
        width: 100px
    }

    header .navbar-expand-lg .navbar-collapse {
        background: -webkit-gradient(linear, left top, right top, color-stop(0, #5d58a1), to(#7980c2));
        background: -o-linear-gradient(left, #5d58a1 0, #7980c2 100%);
        background: linear-gradient(90deg, #5d58a1 0, #7980c2 100%);
        padding: 20px 0;
        margin: 10px 0 0
    }

    .about-info-sec .about-info-sec-img,
    .contact-form-wrap .contact-form-img,
    .increase-service-wrap .increase-service-box,
    .portfolio-sec-wrap .portfolio-card,
    .service-content-side .service-content-box img,
    .testimonial-sec-wrapper .testi-left-img,
    .wiki-proficiency-items .wiki-proficiency-box.box-middle,
    header .navbar-collapse ul.navbar-nav {
        margin: 0 0 20px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item {
        margin: 0 10px
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link {
        border-bottom: 2px solid #b2b2b2
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link.active {
        color: #ffff;
        border-bottom: 2px solid #fff;
        font-weight: 600
    }

    header .navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover {
        color: #ffff;
        border-bottom: 2px solid #fff
    }

    .mission-info-img img,
    header .navbar-nav .nav-item ul.dropdown-menu {
        border-radius: 0
    }

    header .navbar-nav .nav-item ul.dropdown-menu li a {
        font-size: 14px;
        padding: 10px 8px
    }

    header .navbar .navbar-buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 10px
    }

    header .navbar .navbar-buttons .nav-btn-item .popup-btn {
        background: #fff;
        color: #333;
        font-weight: 700
    }

    .about-main-wrap .about-img-side,
    .service-banner-content ul.service-banner-list li,
    header .navbar .navbar-buttons li.nav-btn-item {
        margin: 0 0 10px
    }

    header.sticky ul.navbar-nav li.nav-item a.nav-link {
        color: #fff
    }

    section.banner-main-sec {
        padding: 100px 0 20px
    }

    .banner-main-sec::before {
        border-radius: 0 0 50px 50px
    }

    .banner-inner-content h1 {
        font-size: 30px;
        width: 100%;
        line-height: 40px
    }

    .about-info-sec-content h2,
    .about-main-wrap .about-content-side h2,
    .finest-creat-wrap .finest-head h2,
    .mission-info-content h2,
    .our-blogs-wrap .our-blogs-head h2,
    .perfect-choose-head h2,
    .portfolio-sec-wrap .port-heading h2,
    .portfolio-sec-wrap .port-heading h3,
    .portfolio-sec-wrap .port-heading h4,
    .sec-badges .heads h2,
    .service-banner-content h1,
    .team-member-head h2,
    .wiki-help-content .wiki-help-inner h3 {
        font-size: 32px;
        line-height: 40px
    }

    .banner-inner-content .banner-content-btns {
        margin: 0 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .banner-inner-content .banner-content-btns button.popup-btn,
    .service-banner-btns button.chat-btn,
    .service-banner-btns button.popup-btn {
        margin: 0 10px 15px 0
    }

    .banner-inner-content .banner-content-btns button.chat-btn {
        margin: 0 10px 10px 0
    }

    .banner-inner-content .banner-content-form {
        border-radius: 50px;
        padding: 30px 10px
    }

    .banner-inner-content .banner-form,
    .footer-newsletter {
        display: block
    }

    .banner-inner-content .form-group,
    .portfolio-sec-tabs .nav-pills .nav-item .nav-link {
        margin: 0 10px 10px
    }

    .banner-inner-content .banner-brands {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 10px 0
    }

    .banner-inner-content .banner-brands img,
    .service-banner-content .banner-brands img {
        margin: 0 10px 20px 0;
        width: 75px;
        height: 75px
    }

    .why-wikipedia-wrap .why-wikipedia-img img,
    section.about-main-wrap,
    section.why-wikipedia-wrap {
        padding: 20px 0
    }

    .about-content-side .about-content-slider .slick-slide {
        margin: 20px 10px
    }

    .about-content-side .about-content-slider .about-content-box h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px
    }

    .about-content-side .about-content-slider .about-content-box p {
        font-size: 16px;
        line-height: 22px
    }

    .my-button-display {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sec-badges .badges-ul li {
        margin: 0 30px 20px;
        width: 75%
    }

    section.planning-cta-wrap {
        padding: 20px 0;
        height: inherit
    }

    .display-none-sm,
    .planning-cta-wrap::after,
    .wiki-help-img img {
        display: none
    }

    .planning-cta-wrap h2,
    .planning-cta-wrap h3 {
        font-size: 27px;
        line-height: 34px;
        margin: 0 auto 10px
    }

    .planning-cta-wrap .sec-btns button.popup-btn {
        width: 175px;
        margin: 0 10px 15px
    }

    .planning-cta-wrap .sec-btns button.chat-btn {
        width: 175px;
        margin: 0 10px 10px
    }

    .services-details-bg {
        padding: 5px 0
    }

    Section.wiki-help-wrap,
    section.about-info-sec,
    section.conatct-us-page,
    section.contact-form-wrap,
    section.faqs-sec-wrap,
    section.finest-creat-wrap,
    section.increase-service-wrap,
    section.mission-info-sec,
    section.our-blogs-wrap,
    section.policy-content-wrap,
    section.portfolio-sec-wrap,
    section.team-member-wrap,
    section.wiki-proficiency-wrap {
        padding: 30px 0
    }

    .finest-creat-wrap .finest-head {
        width: 100%;
        margin: 0 auto 30px
    }

    .finest-creat-wrap .finest-content-box {
        min-height: inherit;
        max-height: inherit
    }

    section.service-sec-wrap {
        padding-top: 30px;
        padding-bottom: 10px
    }

    .service-sec-wrap .service-content-side span {
        margin: 0 0 5px
    }

    .service-sec-wrap .service-content-side h2 {
        font-size: 36px;
        line-height: 44px
    }

    .service-content-side .service-content-scroll {
        min-height: 825px;
        max-height: 825px;
        margin: 0 0 40px
    }

    .service-content-side .service-content-box {
        padding: 20px;
        display: block;
        width: 95%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .responsive-ordertwo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .responsive-orderone {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .wiki-help-content {
        border-radius: 100px;
        padding: 40px;
        text-align: center;
        margin: 0;
        -webkit-box-shadow: 20px 5px 40px -10px #3c3c3b;
        box-shadow: 20px 5px 40px -10px #3c3c3b
    }

    .contact-form-box,
    .footer-newsletter {
        padding: 30px;
        text-align: center
    }

    .footer-newsletter .newsletter-input,
    .wiki-help-content .wiki-help-inner {
        width: 100%
    }

    .wiki-proficiency-items .wiki-proficiency-box {
        min-height: inherit;
        max-height: inherit;
        margin: 0 0 20px
    }

    .wiki-proficiency-wrap .wiki-proficiency-content {
        width: 100%;
        margin: 20px 0 0
    }

    .wiki-proficiency-content h2 {
        font-size: 34px;
        line-height: 42px
    }

    .testimonial-sec-wrap .testi-sec-head .testi-title,
    .testimonial-sec-wrap .testi-sec-head h3 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 30px
    }

    section.experiance-sec-wrap {
        padding: 40px 0;
        width: 100%;
        border-radius: 0
    }

    .experiance-sec-wrap h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 40px
    }

    .experiance-sec-wrap .counter-cd {
        margin: 0 0 25px
    }

    .faqs-sec-wrap .faqs-content-side h2 {
        font-size: 42px;
        line-height: 50px;
        margin: 0 0 20px
    }

    .faqs-sec-wrap .faqs-ques h4 {
        text-align: center;
        line-height: 46px
    }

    .contact-form-box h3,
    .contact-form-box p {
        font-family: Poppins, sans-serif;
        font-size: 20px
    }

    section.service-banner-wrap {
        padding: 150px 0 40px
    }

    .service-banner-content ul.service-banner-list li p {
        font-size: 14px;
        line-height: 20px
    }

    .service-banner-content .service-banner-btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 25px 0 20px
    }

    .service-banner-content .banner-brands {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 10px
    }

    .service-banner-wrap .service-banner-form {
        padding: 25px 15px
    }

    .service-banner-form h3 {
        font-size: 22px;
        line-height: 32px
    }

    .increase-service-wrap .increase-service-head {
        width: 100%;
        margin: 0 0 20px
    }

    .increase-service-wrap .increase-service-head h2 {
        font-size: 30px;
        line-height: 40px
    }

    .our-blogs-wrap .our-blogs-head {
        width: 100%;
        margin: 0 0 40px
    }

    .our-blogs-wrap .our-blogs-box-left {
        padding: 10px 20px;
        margin: 0 0 50px;
        height: inherit
    }

    .our-blogs-wrap .our-blogs-box-left:after,
    .our-blogs-wrap .our-blogs-box-right:after {
        right: inherit;
        top: inherit;
        bottom: -15px;
        left: 45%
    }

    .our-blogs-box-left .our-blogs-step-left,
    .our-blogs-box-right .our-blogs-step-right {
        height: inherit
    }

    .our-blogs-box-left .our-blogs-lineleft,
    .our-blogs-box-right .our-blogs-lineright,
    .our-blogs-wrap .blogs-point-left,
    .our-blogs-wrap .blogs-point-left.blogs-point-last::before,
    .our-blogs-wrap .blogs-point-left::before,
    .our-blogs-wrap .blogs-point-right,
    .our-blogs-wrap .blogs-point-right.blogs-point-last::before,
    .our-blogs-wrap .blogs-point-right::before {
        display: none !important
    }

    .our-blogs-wrap .our-blogs-box-right {
        margin: 0 0 50px;
        height: inherit
    }

    .why-wikipedia-wrap .why-wikipedia-img {
        margin: 20px 10px 20px 0
    }

    .why-wikipedia-wrap .why-wikipedia-img::before {
        height: 100%;
        top: 0;
        width: 100vw;
        right: -20px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .why-wikipedia-wrap .why-wikipedia-content {
        width: 100%;
        text-align: center
    }

    .why-wikipedia-wrap .why-wikipedia-content h2 {
        width: 100%;
        text-align: center;
        margin: 0 auto 20px
    }

    .why-wikipedia-wrap .why-wikipedia-content h2::before {
        left: auto;
        right: auto
    }

    .why-wikipedia-wrap .why-wikipedia-content h2::after {
        margin: 0 auto
    }

    section.perfect-choose-wrap {
        padding: 50px 0
    }

    .contact-us-img img,
    .perfect-choose-wrap .perfect-choose-head {
        width: 100%;
        margin: 0 auto 20px
    }

    .perfect-choose-wrap .perfect-choose-box {
        margin: 0 0 20px;
        min-height: inherit;
        max-height: inherit
    }

    .about-banner-wrap .about-banner-content h1 {
        font-size: 36px;
        line-height: 42px
    }

    .mission-info-sec .mission-info-content {
        width: 100%;
        margin: 0 auto 30px;
        text-align: center
    }

    .conatct-us-page .contact-us-info {
        padding: 30px 0 0
    }

    .contact-us-info .contact-us-info-box {
        margin: 0 0 50px
    }

    .policy-banner-content h1 {
        font-size: 40px;
        line-height: 48px
    }

    .policy-content-inner h3 {
        font-size: 42px;
        line-height: 50px
    }

    .policy-content-inner h4 {
        font-size: 28px;
        line-height: 36px
    }

    .policy-content-inner h5 {
        font-size: 24px;
        line-height: 32px
    }

    section.thankyou-wrap {
        padding: 150px 0 100px
    }

    .thankyou-inner h2 {
        font-size: 42px;
        line-height: 68px
    }

    .footer-newsletter h4 {
        font-size: 26px;
        width: 100%;
        margin: 0 0 20px;
        line-height: 34px
    }

    .footer-main-sec .footer-top {
        padding: 50px 0 30px
    }

    .footer-bottom-payment ul.footer-bottom-links,
    .footer-newsletter .newsletter-input .form-group {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-top .footer-links-area {
        margin: 0 0 30px
    }

    .footer-bottom .footer-copyright {
        text-align: center;
        margin: 0 0 20px
    }
}

.unique-modal-bg .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 2px solid #000;
    padding: 10px;
    border-radius: 50px
}

.unique-modal-bg .modal-content {
    border-radius: 25px
}

.unique-modal-content {
    padding: 20px
}

.unique-modal-content h3 {
    font-size: 30px;
    color: #7275b7;
    font-weight: 700;
    margin: 0
}

.unique-modal-content h4 {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0
}

.unique-modal-content h5 {
    background-color: #7275b7;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    width: 80%
}

.unique-modal-content input,
.unique-modal-content textarea {
    border-radius: 20px
}

.unique-modal-btn button {
    background-color: #7275b7;
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    border: 1px solid #7275b7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.unique-modal-btn button:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

@media only screen and (min-width: 300px) and (max-width:768px) {
    .unique-modal-img img {
        display: none
    }

    .unique-modal-content h4 {
        font-size: 40px
    }

    .unique-modal-content h5 {
        width: 100%
    }
}

.image-inner-bro {
    overflow: hidden !important;
    overflow-x: hidden;
    overflow-y: hidden
}

.image-parallex-1 {
    z-index: 99;
    position: absolute;
    top: 2051px;
    right: 1689px;
    overflow: hidden
}

.image-parallex-2 {
    z-index: 99;
    position: absolute;
    top: 2430px;
    left: 1665px;
    rotate: 333deg;
    overflow: hidden
}

.my-heading {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px
}

.my-button-three,
.my-button-two {
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    letter-spacing: .5px;
    margin: 0 10px 0 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align: center
}

.my-paragraph {
    color: #e5e5e5;
    line-height: 30px
}

.my-button-two {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #202020), to(#353535));
    background: -o-linear-gradient(left, #202020 0, #353535 100%);
    background: linear-gradient(90deg, #202020 0, #353535 100%);
    color: #fff;
    border: none;
    border-radius: 50px
}

.my-button-two:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #fff), to(#e2e2e2));
    background: -o-linear-gradient(left, #fff 0, #e2e2e2 100%);
    background: linear-gradient(90deg, #fff 0, #e2e2e2 100%);
    color: #111;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.my-button-three {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgb(128 131 190)), to(rgb(114 117 183)));
    background: -o-linear-gradient(left, rgb(128 131 190) 0, rgb(114 117 183) 100%);
    background: linear-gradient(90deg, rgb(128 131 190) 0, rgb(114 117 183) 100%);
    color: #fff;
    border: none;
    border-radius: 50px
}

.my-button-three:hover {
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #202020), to(#353535));
    background: -o-linear-gradient(left, #202020 0, #353535 100%);
    background: linear-gradient(90deg, #202020 0, #353535 100%);
    color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

@media (max-width: 800px) {
    #removeimg {
        display: none
    }
}

.our-proccess-section {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #231f20;
    color: #fff
}

.process_wrapper {
    background-image: url("../images/process.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    height: auto;
    width: 100%
}

.p-left-column {
    padding-top: 260px
}

.p-right-column {
    padding-top: 80px
}

.procces-heading {
    padding-top: 20px;
    text-align: center
}

.procces-heading h3 {
    font-weight: 800;
    font-size: 40px
}

.process-mob {
    padding-top: 30px;
    padding-bottom: 30px;
    display: none
}

.pmob-counter,
.thankyou_sec {
    display: -webkit-box;
    display: -ms-flexbox
}

.process-mob-box {
    background-color: #f0f0ff;
    padding: 30px 15px;
    height: 100%;
    position: relative;
    border-radius: 10px
}

.process-mob-box h4 {
    font-size: 15px;
    font-weight: 600
}

.process-mob-box p {
    font-size: 12px
}

.pmob-counter {
    position: absolute;
    display: flex;
    top: -10px;
    left: -13px;
    background-color: #7275b7;
    padding: 6px 13px;
    font-weight: 700;
    color: #fff;
    border-radius: 100px
}

@media (max-width: 1200px) {
    .process-mob {
        display: block
    }

    .our-proccess-section {
        display: none
    }
}

@media only screen and (max-width: 1600px) {
    .two-earth {
        display: none !important
    }
}

.thankyou_sec {
    padding: 5rem 0;
    height: 90vh;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

.flagWrapper,
.languagesWithFlag,
ul.flagWrapperSlider {
    display: -webkit-box;
    display: -ms-flexbox
}

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    background-image: -webkit-linear-gradient(90deg, #6265af 0, #5d58a1d9 100%);
    background-clip: text;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.languagesWithFlag {
    background-color: #eaeaff;
    padding: 15px 0;
    z-index: 2;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

ul.flagWrapperSlider {
    display: flex;
    gap: 10px
}

.flagWrapper img {
    width: 150px;
    -o-object-fit: cover;
    object-fit: cover
}

.flagWrapper {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 2px
}

.flagWrapper span {
    font-size: 18px;
    font-weight: 600;
    font-family: Montserrat;
    line-height: 1.5;
    margin: 3px 0
}

h3.bootstrapCarouselTitle {
    font-size: 24px;
    color: #262626;
    margin: 0;
    font-weight: 500
}

.wiki-proficiency-box p::-webkit-scrollbar-track {
    background-color: #ffffff20
}

.wiki-proficiency-box p::-webkit-scrollbar {
    width: 4px;
    background-color: #7275b7
}

.wiki-proficiency-box p::-webkit-scrollbar-thumb {
    background-color: #ccc
}

section.finest-creat-wrap .finest-content-box p {
    height: 100px;
    overflow-y: scroll
}

section.finest-creat-wrap .finest-content-box p::-webkit-scrollbar-track {
    background-color: #ffffff20
}

.process-1,
.process-2,
.process-3,
.process-4,
.process-5,
.process-6 {
    min-height: 200px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.process-6 {
    margin-bottom: 0 !important
}

@media only screen and (min-width:1440px) and (max-width:1700px) {
    .footer-main-sec .footer-top {
        padding: 135px 20px 30px;
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .footer-main-sec .footer-top {
        padding: 135px 20px 30px;
    }
}

@media only screen and (min-width:770px) and (max-width:1200px) {
    .footer-main-sec .footer-top {
        padding: 135px 20px 30px;
    }
}

.wiki-proficiency-content ul li {
    color: #fff;
    margin: 10px 0px 0px 0px;
    list-style: disc;
}

.wiki-proficiency-content ul {
    padding-left: 15px;
}
.terms-text ul{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    justify-content: center;

}

.terms-text ul li a{
    color: #fff;
}
.hire-us {
    padding: 5rem 0;
}
.inner-banner h1{text-align: center; color: #fff; font-size: 1.5rem;}
.hire-us h3{
    padding: 1rem 0;
}
.hire-us p{
    line-height: 30px;
    padding-bottom: 1rem;
}
.inner-banner{
    background-color: #000;
    padding: 9rem 0 5rem;
}