@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;display=swap');

@font-face {
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Jost', sans-serif;
    font-family: 'Oswald', sans-serif;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

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

a:hover {
    color: inherit;
}

body {
    overflow-x: hidden;
}

main {
    overflow: hidden;
}

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

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: rgb(53 58 133);
}

::selection {
    color: #fff;
    background: rgb(53 58 133);
}

/*Loader Css Start Here*/
#loading-area {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 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
}

/*Loader Css End Here*/

/*Header Css Start Here*/

header .navbar {
    width: 100%;
    background: linear-gradient(to right, #ebbfbfe0 0, #f8ae566b 50%, rgb(53 58 133)40 100%);
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    padding: 10px 0;
}

header.sticky .navbar {
    background: #fff;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.1);
    color: #000;
}

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

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

header .navbar .navbar-brand .logo.logo-dark {
    display: none;
}

header.sticky .navbar-brand .logo.logo-dark {
    display: block;
}

header.sticky .navbar-brand .logo.logo-white {
    display: none;
}


header.sticky .navbar-brand .logo {
    /*width: 100px;*/
}

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

header .navbar-expand-md .navbar-collapse {
    justify-content: flex-end;
}

header .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

header .navbar-collapse ul.navbar-nav {
    justify-content: end;
    margin: 0 20px 0 0;
}

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 10px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    border-bottom: 2px solid transparent;
    transition: all .3s ease-in-out;
}

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

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

header.sticky ul.navbar-nav li.nav-item a.nav-link.active {
    color: #333;
    background: none;
    border-bottom: 2px solid rgb(53 58 133);
}

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

header.sticky ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #333;
    background: none;
    border-bottom: 2px solid rgb(53 58 133);
}

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

header .navbar-nav .nav-item.dropdown .dropdown-toggle {}

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

header .navbar-nav .nav-item ul.dropdown-menu li {}

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 10px;
    border-bottom: 2px solid #41428a;
    text-align: left;
    transition: all .3s ease-in-out;
}

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

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: #41428a;
    color: #fff;
}

header .navbar .navbar-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .navbar .navbar-buttons .nav-btn-item .popup-btn {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    font-size: 18px;
    width: 200px;
    box-shadow: none;
    text-align: center;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

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

/*Header Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Css Start Here*/

section.banner-main-sec {
    background-image: url(../images/banner-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 150px 0 100px 0;
    position: relative;
    z-index: 9;
    border-bottom: 50px solid #f283c3;
    border-radius: 0 0 200px 200px;
    background-color: #000;
}

.banner-main-sec::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    opacity: 0.7;
    z-index: -1;
    border-radius: 0 0 200px 200px;
}

/* .banner-inner-content {
    text-align: center;
} */

.banner-inner-content h3 {
    font-size: 18px;
    line-height: 24px;
    display: block;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    background-color: rgb(53 58 133);
    background-image: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.banner-inner-content h1 span {
    font-size: 18px;
    line-height: 24px;
    display: block;
    font-weight: 600;
    margin: 0 0 10px 0;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    background-color: rgb(53 58 133);
    background-image: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

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

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

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

.banner-inner-content .banner-content-btns button.popup-btn {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    width: 175px;
    text-align: center;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin: 0 10px 0 0;
    transition: all .3s ease-in-out;
}

.banner-inner-content .banner-content-btns button.popup-btn:hover {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    transform: translateY(-5px);
}

.banner-inner-content .banner-content-btns button.chat-btn {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    font-size: 16px;
    width: 175px;
    box-shadow: none;
    text-align: center;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin: 0 10px 0 0;
    transition: all .3s ease-in-out;
}

.banner-inner-content .banner-content-btns button.chat-btn:hover {
    /* background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%); */
    transform: translateY(-5px);
}

.banner-inner-content .banner-content-form {
    background: linear-gradient(to right, rgb(53 58 133)3b 0, #f8ae5678 50%, rgb(53 58 133)4a 100%);
    border-radius: 100px;
    padding: 30px 20px;
}

.banner-inner-content .banner-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

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

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

.banner-inner-content .form-group button {
    background: #40418a;
    color: #fff;
    font-size: 18px;
    width: 175px;
    box-shadow: none;
    text-align: center;
    border: 2px solid transparent;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin: 0 10px 0 0;
    transition: all .3s ease-in-out;
}

.submit-btn {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 5px;
    font-weight: 500;
    padding: 12px 10px;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
}

.submit-btn:hover {
    background: #343433;
    color: #fff;
}

.banner-inner-content .form-group button.submit-btn:hover {
    background: #f1b7d4;
    color: #000000;
}

.banner-inner-content .banner-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
}

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

/*Banner Main Css End Here*/

/*About Main Fold Css Start Here*/

section.about-main-wrap {
    padding: 50px 0;
    background-image: url(../images/about-sec-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    background-color: #fff;
    filter: saturate(0.5);
}

.about-main-wrap .about-img-side {
    text-align: center;
}

.about-main-wrap .about-img-side img {
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

.about-main-wrap .about-content-side {}

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

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

.about-content-side .about-content-slider {}

.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;
    transition: all.3s ease-in-out;
}

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

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

.about-content-side .about-content-slider .slick-arrow:hover::after {
    color: rgb(53 58 133);
}

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

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

.about-content-side .about-content-slider .about-content-box {
    background: #fff;
    box-shadow: 0 3px 15px -3px #b2b2b2;
    padding: 20px 20px;
    margin: 0 0 20px 0;
    transition: all .3s ease-in-out;
    height: 225px;
}

.about-content-side .about-content-slider .about-content-box:hover {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    transform: translateY(-5px);
}

.about-content-side .about-content-slider .about-content-box h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: rgb(53 58 133);
    margin: 0 0 10px 0;
    height: 50px;
    overflow: hidden;
}

.about-content-side .about-content-slider .about-content-box:hover h3,
.about-content-side .about-content-slider .about-content-box:hover p {
    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 0;
    height: 120px;
    overflow: auto;
}

/*About Main Fold Css End Here*/

/*Sec Badges Fold Css Start Here*/

.sec-badges {
    padding: 30px 0;
    background-image: url(../images/badges-sec-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    background-color: #f4f4f4;
}

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

.sec-badges .heads p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.sec-badges .badges-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
    padding: 0;
}

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

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

.sec-badges .badged-main:hover {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
    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 0;
    font-weight: 700;
    color: rgb(53 58 133);
    text-transform: capitalize;
}

/*Sec Badges Fold Css End Here*/

/*Planning CTA Fold Css Start Here*/

section.planning-cta-wrap {
    /* background-image: url(../images/planning-sec-bg.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75% 94%;
    padding: 50px 0;
    background-color: rgb(53 58 133);
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.planning-cta2 {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
}

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

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

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

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

    95% {
        scale: 1;
        opacity: 1;

    }

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

    }
}

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

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

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

.planning-cta-wrap .sec-btns button.popup-btn {
    background: linear-gradient(90deg, rgb(60 60 59) 0%, rgb(16 16 15) 100%);
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    text-align: center;
    border: none;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin: 0 10px 0 0;
    transition: all .3s ease-in-out;
}

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

.planning-cta-wrap .sec-btns button.chat-btn {
    background: linear-gradient(90deg, rgb(255 255 255) 0%, #f4f4f4 100%);
    color: #333;
    font-size: 16px;
    box-shadow: none;
    text-align: center;
    border: none;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin: 0 10px 0 0;
    transition: all .3s ease-in-out;
}

.planning-cta-wrap .sec-btns button.chat-btn:hover {
    background: linear-gradient(90deg, rgb(60 60 59) 0%, rgb(16 16 15) 100%);
    color: #fff;
    transform: translateY(-5px);
}

/*Planning CTA Fold Css End Here*/

/*Finest Creation Fold Css Start Here*/

section.finest-creat-wrap {
    padding: 50px 0;
    background-image: url(../images/finset-sec-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    z-index: 9;
    background-color: #fff;
}

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

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

.finest-creat-wrap .finest-head p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.finest-creat-wrap .finest-content-box {
    border: 2px solid rgb(53 58 133);
    box-shadow: 0 0 5px -1px rgb(53 58 133);
    padding: 30px 20px;
    text-align: center;
    min-height: 300px;
    max-height: 300px;
    transition: all .3s ease-in-out;
    background: transparent;
    margin: 0 0 20px 0;
}

.finest-creat-wrap .finest-content-box:hover {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    transform: translate(10px, -10px);
}

.finest-creat-wrap .finest-content-box img {
    margin: 0 0 20px 0;
    filter: saturate(70%) contrast(99%) invert(100%) brightness(102%) sepia(60%);
}

.finest-creat-wrap .finest-content-box:hover img {
    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,
.finest-creat-wrap .finest-content-box h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #232323;
    margin: 0 0 20px 0;
}

.finest-creat-wrap .finest-content-box:hover h3,
.finest-creat-wrap .finest-content-box:hover h4 {
    color: #fff;
}

.finest-creat-wrap .finest-content-box p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.finest-creat-wrap .finest-content-box:hover p {
    color: #fff;
}

/*Finest Creation Fold Css End Here*/

/*Our Service Fold Css Start Here*/

section.service-sec-wrap {
    padding: 50px 0;
    background: #f4f4f4;
    background-image: url(../images/badges-sec-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
}

.service-sec-wrap .service-content-side {}

.service-sec-wrap .service-content-side span {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: rgb(53 58 133);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px 0;
}

.service-sec-wrap .service-content-side h2,
.service-sec-wrap .service-content-side h3 {
    font-size: 35px;
    color: #262626;
    line-height: 42px;
    margin: 0 0 40px 0;
    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, 0.3);
    background-color: #F5F5F5;
}

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

.service-content-scroll::-webkit-scrollbar-thumb {
    background-color: rgb(53 58 133);
}

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

.service-content-side .service-content-box:hover {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
}

/*.service-content-side .service-content-box.marg-left{
    margin: 0 0 20px 50px;
}*/
.service-content-side .service-content-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 25px 0 0;
    filter: hue-rotate(266deg);
}

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

.service-content-side .service-content-box .service-content-info {}

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

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

.service-content-side .service-content-box .service-content-info h3 a:hover,
.service-content-side .service-content-box .service-content-info h4 a:hover {
    text-decoration: underline;
}

.service-content-side .service-content-box:hover h3 a {
    color: #fff;
}

.service-content-side .service-content-box:hover .service-content-info h3,
.service-content-side .service-content-box:hover .service-content-info h4 {
    color: #fff;
}

.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 0;
}

.service-content-side .service-content-box:hover .service-content-info p {
    color: #fff;
}

.service-sec-wrap .service-sec-image {}

.service-sec-wrap .service-sec-image img {
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

@keyframes move2 {
    0% {
        -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)
    }

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

/*Our Service Fold Css End Here*/

/* Service Detail Fold Css Start Here */
.services-details-bg {
    padding: 50px 0;
    background-color: #f3e8dd;
    position: relative;
    z-index: 1;
}

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

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

.services-details-content h2,
.services-details-content h3 {
    color: rgb(53 58 133);
    padding: 20px 0 0px 0;
    font-size: 24px;
}

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

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

.services-details-card {
    border-radius: 20px;
    border: 1px solid rgb(53 58 133);
    padding: 20px;
    color: #000;
    top: 150px;
    position: absolute;
    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;
    transition: all .3s ease-in-out;
}

.services-details-card ul li a:hover {
    color: rgb(53 58 133);
}

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

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

/* Service Detail Fold Css End Here */

/*Wiki Can Help Fold Css Start Here*/

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

.wiki-help-img {}

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

.wiki-help-content {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    border-radius: 150px 0 0 150px;
    padding: 100px 75px;
    display: flex;
    align-items: center;
    margin: 0 0 0 -100px;
    box-shadow: 20px 5px 40px -10px #3c3c3b;
}

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

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

.wiki-help-content .wiki-help-inner h3 {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    margin: 0 0 20px 0;
    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 0;
}

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

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

.wiki-help-content .wiki-help-inner button.popup-btn:hover {
    background: linear-gradient(90deg, rgb(60 60 59) 0%, rgb(16 16 15) 100%);
    color: #fff;
    transform: translateY(-5px);
}

/*Wiki Can Help Fold Css End Here*/

/* Portfolio Section Fold Css Start Here */

section.portfolio-sec-wrap {
    padding: 50px 0;
    background-image: url(../images/badges-sec-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    background-color: #fff;
}

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

.portfolio-sec-wrap .port-heading h4 {
    font-size: 60px;
    color: #262626;
    line-height: 66px;
    margin: 0 0 20px 0;
    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 0;
    text-align: center;
}

.portfolio-sec-wrap .portfolio-sec-tabs {}

.portfolio-sec-tabs .nav-pills {
    margin: 0 0 40px;
    justify-content: center;
}

.portfolio-sec-tabs .nav-pills .nav-item {}

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

.portfolio-sec-tabs .nav-pills .nav-item .nav-link.active {
    background: rgb(53 58 133);
    color: #fff;
}

.portfolio-sec-wrap .portfolio-card {
    position: relative;
    border: 1px solid rgb(53 58 133);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.portfolio-sec-wrap .portfolio-card::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(53 58 133);
    opacity: 0.6;
    display: none;
}

.portfolio-sec-wrap .portfolio-card:hover::before {
    display: block;
}

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

.portfolio-sec-wrap .portfolio-card .portfolio-title {
    position: absolute;
    top: 33%;
    width: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

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

.portfolio-sec-wrap .portfolio-card .portfolio-title .p-icon {
    text-align: center;
}

.portfolio-sec-wrap .portfolio-card .portfolio-title .p-icon i {
    font-size: 17px;
    font-weight: 700;
    width: 38px;
    color: #fff;
    height: 38px;
    line-height: 36px;
    text-align: center;
    border: 1px solid rgb(53 58 133);
    border-radius: 50%;
    background-color: rgb(53 58 133);
}

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

.portfolio-sec-wrap .portfolio-card:hover .portfolio-title .p-heading {
    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;
}

/* Portfolio Section Fold Css End Here */

/*Wiki Proficiency Fold Css Start Here*/

section.wiki-proficiency-wrap {
    padding: 75px 0 30px;
    background-image: url(../images/about-sec-bg.png);
    background-size: cover;
    background-color: #f4f4f4;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
}

.wiki-proficiency-wrap .wiki-proficiency-items {}

.wiki-proficiency-items .wiki-proficiency-box {
    background: #fff;
    padding: 20px 20px;
    min-height: 355px;
    max-height: 355px;
    margin: 0 0 50px;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #b2b2b2;
}

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

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

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

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

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

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

.wiki-proficiency-content h2::before {
    position: absolute;
    content: '';
    top: -20px;
    left: -10px;
    right: 0;
    height: 50px;
    border-radius: 100px;
    background-color: rgb(53 58 133);
    background: linear-gradient(to right, rgb(53 58 133) 0, #f8ae56 51%, rgb(53 58 133) 100%);
    background-size: 200%;
    width: 50px;
    z-index: -1;
}

.wiki-proficiency-content h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0px;
    right: 0;
    height: 4px;
    border-radius: 20px;
    background-color: rgb(53 58 133);
    background: linear-gradient(to right, rgb(53 58 133) 0, #f8ae56 51%, rgb(53 58 133) 100%);
    background-size: 200%;
    width: 50px;
}

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

.wiki-proficiency-content button.popup-btn {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    text-align: center;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin: 20px 0px 0 0;
    transition: all .3s ease-in-out;
}

.wiki-proficiency-content button.popup-btn:hover {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    transform: translateY(-5px);
}

/*Wiki Proficiency Fold Css End Here*/

/*Testimonial Section Fold Css Start Here*/

section.testimonial-sec-wrap {
    width: 100%;
    height: 100%;
    background: url(../images/testi-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 9;
    background-color: #fff;
    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: rgb(53 58 133);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px 0;
}

.testimonial-sec-wrap .testi-sec-head h3,
.testimonial-sec-wrap .testi-sec-head h4 {
    font-size: 60px;
    color: #262626;
    line-height: 66px;
    margin: 0 0 50px 0;
    font-weight: 700;
}

.testimonial-sec-wrapper {
    margin: 0 0 20px 0;
}

.testimonial-sec-wrapper .testi-left-img {}

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

.testimonial-sec-wrapper .testimonials-slider.slick-slider button.slick-arrow {
    display: none !important;
}

.testimonial-sec-wrapper .testi-content-item {
    background: #fff;
    border-radius: 4px;
    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: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #ecf0f3;
}

.testi-content-top .testi-content-left {
    display: flex;
    flex-wrap: wrap;
}

.testi-content-left .testi-content-thumb {
    margin: 0 10px 0 0;
}

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

.testi-content-left .testi-content-inner {}

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

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

.testi-content-top .testi-content-right {}

.testi-content-top .testi-content-right .testi-ratting {
    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;
}

.testi-content-item .testi-content-bottom p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

/*Testimonial Section Fold Css End Here*/

/* Experience Fold Css Start Here */

section.experiance-sec-wrap {
    padding: 100px 0;
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    /* width: 90%; */
    /* border-radius: 0 225px 225px 0; */
    overflow: hidden;
    position: relative;
    z-index: 9;
    background-color: #f4f4f4;
}

.experiance-sec-wrap h2 {
    font-size: 45px;
    color: #fff;
    line-height: 52px;
    margin: 0 0 40px 0;
    font-weight: 700;
    text-align: center;
}

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

.experiance-sec-wrap .counter-cd::before {
    content: '';
    position: absolute;
    background-color: #000;
    top: -11px;
    bottom: 0;
    border-radius: 15px 0 15px 0;
    left: 0px;
    right: 0;
    width: 100%;
    height: 123px;
    opacity: 0.6;
    z-index: -1;
}

.experiance-sec-wrap .counter-cd h3 {
    font-size: 46px;
    color: #fff;
    line-height: 50px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    text-align: center;
}

.experiance-sec-wrap .counter-cd h3 span {}

.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;
}

/* Experience Fold Css End Here */

/*FAQS Section Fold Css Start Here*/

section.faqs-sec-wrap {
    padding: 100px 0px 50px 0;
    background-image: url(../images/badges-sec-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    background-color: #fff;
}

.faqs-sec-wrap .faqs-content-side {}

.faqs-sec-wrap .faqs-content-side h3 {
    font-size: 60px;
    color: #262626;
    line-height: 66px;
    margin: 0 0 40px 0;
    font-weight: 700;
}

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

.faqs-sec-wrap .faqs-content-side ul {
    padding: 0 0 0 20px;
}

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

.faqs-sec-wrap .faqs-content-side ul li::marker {
    color: rgb(53 58 133);
    font-size: 20px;
}

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

.faqs-sec-wrap .faqs-ques {}

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

.faqs-ques .faqs-accord {}

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

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

.faqs-ques .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
}

.faqs-ques .accordion-button::after {
    content: '\2b';
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    font-size: 34px;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-weight: 300;
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
    justify-content: space-between;
}

.faqs-ques .accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: 'Font Awesome 6 Pro';
    background: #fff;
    color: rgb(53 58 133);
    transform: rotate(180deg);
}

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

.faqs-ques .accordion-item .accordion-body ul {
    padding: 0 0 0 30px;
    margin: 15px 0 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 0;
    list-style: disc;
}

/*FAQS Section Fold Css End Here*/

/*Contact Form Section Fold Css Start Here*/

section.contact-form-wrap {
    padding: 50px 0;
    background-image: url(../images/contact-form-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    background-color: #f4f4f4;
}

.contact-form-wrap .contact-form-img {}

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

.contact-form-box {
    padding: 50px 50px;
    box-shadow: 1px 0 30px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 5px;
}

.contact-form-box h3 {
    font-size: 60px;
    color: #262626;
    line-height: 66px;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.contact-form-box .form-group {
    margin: 0 0 20px 0;
}

.contact-form-box .form-group input {
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: pink;
    width: 100%;
    box-shadow: none;
    padding: 10px 20px;
    height: 60px;
    transition: all .3s ease-in-out;
}

.contact-form-box .form-group input::placeholder {
    color: #888;
    font-size: 16px;
}

.contact-form-box .form-group input:focus {
    border: 1px solid rgb(53 58 133);
}

.contact-form-box .form-group textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: pink;
    width: 100%;
    box-shadow: none;
    padding: 20px 20px;
    height: 100px;
    resize: none;
    transition: all .3s ease-in-out;
}

.contact-form-box .form-group textarea::placeholder {
    color: #888;
    font-size: 16px;
}

.contact-form-box .form-group textarea:focus {
    border: 1px solid rgb(53 58 133);
}

.contact-form-box .form-group button.submit-btn {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 5px;
    font-weight: 500;
    padding: 12px 10px;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
}

.contact-form-box .form-group button.submit-btn:hover {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
}

/*Contact Form Section Fold Css End Here*/

/**************************************************************************
 --------------------- Home Page Folds Css End Here -----------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------------- Service Page Folds Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Service Banner Css Start Here*/

section.service-banner-wrap {
    background-image: url(../images/banner-main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 175px 0 100px 0;
    position: relative;
    z-index: 9;
    background-color: #000;
}

.service-banner-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    width: 100%;
    opacity: 0.7;
    z-index: -1;
}

.service-banner-wrap .service-banner-content {}

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

.service-banner-content h1 span {
    color: rgb(53 58 133);
}

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

.service-banner-content ul.service-banner-list {
    margin: 0 0 20px 0;
}

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

.service-banner-content ul.service-banner-list li i {
    color: rgb(53 58 133);
    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: flex;
    align-items: center;
    margin: 40px 0 20px 0;
}

.service-banner-btns button.popup-btn {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    text-align: center;
    border: none;
    font-weight: 600;
    padding: 0;
    height: 40px;
    width: 225px;
    line-height: 40px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin: 0 10px 0 0;
    transition: all .3s ease-in-out;
}

.service-banner-btns button.popup-btn:hover {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    transform: translateY(-5px);
}

.service-banner-btns button.chat-btn {
    background: #fff;
    color: #333;
    font-size: 16px;
    box-shadow: none;
    text-align: center;
    border: none;
    font-weight: 600;
    padding: 0;
    height: 40px;
    width: 225px;
    display: block;
    line-height: 40px;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin: 0 10px 0 0;
    transition: all .3s ease-in-out;
}

.service-banner-btns button.chat-btn:hover {
    background: rgb(53 58 133);
    color: #fff;
    transform: translateY(-5px);
}

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

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

.service-banner-wrap .service-banner-form {
    background: #ffffff3b;
    border: 5px solid rgb(53 58 133);
    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 {
    margin: 0 0 20px 0;
}

.service-banner-form .form-group input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    box-shadow: 0 0 10px -2px rgb(53 58 133);
    color: #000;
    font-weight: 500;
}

.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 10px;
    border-radius: 5px;
    resize: none;
    border: none;
    outline: none;
    box-shadow: 0 0 10px -2px rgb(53 58 133);
    color: #000;
    font-weight: 500;
}

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

.service-banner-form .form-group button.submit-btn {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 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;
    transition: all .3s ease-in-out;
}

.service-banner-form .form-group button.submit-btn:hover {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    transform: scale(1.1);
}

/*Service Banner Css End Here*/

/*Increase Services Fold Css Start Here*/

section.increase-service-wrap {
    background-color: #ffffff;
    padding: 50px 0;
    background-image: url(../images/finset-sec-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    z-index: 9;
}

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

.increase-service-wrap .increase-service-head h2 {
    font-size: 60px;
    color: #262626;
    line-height: 66px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

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

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

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

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

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

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

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

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

.increase-service-wrap .increase-service-box p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

/*Increase Services Fold Css End Here*/

/*Our Blogs Service Fold Css Start Here*/

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

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

.our-blogs-wrap .our-blogs-head h2,
.our-blogs-wrap .our-blogs-head h3 {
    font-size: 60px;
    color: #262626;
    line-height: 66px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

/*Our Blogs Left Box Css Here*/

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

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

.our-blogs-box-left .our-blogs-step-left {
    padding: 10px 0;
    background: rgb(53 58 133);
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 140px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}

.our-blogs-box-left .our-blogs-step-left::before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid rgb(53 58 133);
    border-left: 8px solid rgb(53 58 133);
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}

.our-blogs-box-left .our-blogs-step-left::after {
    content: "";
    border-top: 8px solid rgb(53 58 133)00;
    border-bottom: 8px solid rgb(53 58 133);
    border-left: 8px solid rgb(53 58 133)00;
    border-right: 8px solid rgb(53 58 133);
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}

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

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

.our-blogs-box-left .our-blogs-content-left {}

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

.our-blogs-box-left .our-blogs-content-left p {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 10px 0;
    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 0px 0px rgba(0, 0, 0, 0.0);
    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: rgb(53 58 133);
    border-radius: 10px;
}

.our-blogs-box-left .our-blogs-lineleft {
    background: rgb(53 58 133);
    height: 4px;
    position: absolute;
    width: 136px;
    right: -153px;
    top: 101px;
    z-index: 9;
}

.our-blogs-wrap .blogs-point-left {
    background: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 8px solid rgb(53 58 133);
    box-shadow: 0 0 0px 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: inline-grid;
    transform: rotate(25deg);
    position: absolute;
    left: -49px;
    top: 6px;
}

.our-blogs-wrap .blogs-point-left.blogs-point-last::before {
    display: none !important;
}

/*Our Blogs Left Box Css Here*/

/*Our Blogs Right Box Css Here*/

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

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

.our-blogs-box-right .our-blogs-step-right {
    padding: 10px 0;
    background: rgb(53 58 133);
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #fff;
    height: 140px;
    position: relative;
    top: -26px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: -6px 8px 0px 0px #00000014;
}

.our-blogs-box-right .our-blogs-step-right::before {
    content: "";
    border-top: 8px solid #ff000000;
    border-bottom: 8px solid rgb(53 58 133);
    border-left: 8px solid rgb(53 58 133);
    border-right: 8px solid #ff000000;
    display: inline-grid;
    position: absolute;
    right: -16px;
    top: 0;
}

.our-blogs-box-right .our-blogs-step-right::after {
    content: "";
    border-top: 8px solid rgb(53 58 133)00;
    border-bottom: 8px solid rgb(53 58 133);
    border-left: 8px solid rgb(53 58 133)00;
    border-right: 8px solid rgb(53 58 133);
    display: inline-grid;
    position: absolute;
    left: -16px;
    top: 0;
}

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

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

.our-blogs-box-right .our-blogs-content-right {}

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

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

.our-blogs-content-right p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
    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: rgb(53 58 133);
    border-radius: 10px;
}

.our-blogs-box-right .our-blogs-lineright {
    background: rgb(53 58 133);
    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 rgb(53 58 133);
    box-shadow: 0 0 0px 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: inline-grid;
    transform: rotate(-25deg);
    position: relative;
    left: 49px;
    top: 6px;
}

.our-blogs-wrap .blogs-point-right.blogs-point-last::before {
    display: none !important;
}

/*Our Blogs Right Box Css Here*/

/*Our Blogs Service Fold Css End Here*/

/*Why Wikipedia Fold Css Start Here*/

section.why-wikipedia-wrap {
    padding: 50px 0;
    background-image: url(../images/about-sec-bg.png);
    background-size: contain;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    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;
    transform: rotate(8deg);
    border-radius: 0 100px 100px 0;
    z-index: -1;
}

.why-wikipedia-wrap .why-wikipedia-img img {
    width: 100%;
}

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

.why-wikipedia-wrap .why-wikipedia-content span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: rgb(53 58 133);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px 0;
}

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

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

.why-wikipedia-wrap .why-wikipedia-content h2::after,
.why-wikipedia-wrap .why-wikipedia-content h3::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0px;
    right: 0;
    height: 4px;
    border-radius: 20px;
    background-color: rgb(53 58 133);
    background: linear-gradient(to right, rgb(53 58 133) 0, #f8ae56 51%, rgb(53 58 133) 100%);
    background-size: 200%;
    width: 50px;
}

.why-wikipedia-wrap .why-wikipedia-content p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.why-wikipedia-wrap .why-wikipedia-content .why-wikipedia-btns {}

.why-wikipedia-wrap .why-wikipedia-content .why-wikipedia-btns button.popup-btn {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    text-align: center;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin: 20px 0px 0 0;
    transition: all .3s ease-in-out;
}

.why-wikipedia-wrap .why-wikipedia-content .why-wikipedia-btns button.popup-btn:hover {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    transform: translateY(-5px);
}

/*Why Wikipedia Fold Css End Here*/

/*Perfect Choose Fold Css Start Here*/

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

.perfect-choose-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(53 58 133);
    opacity: 0.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;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    margin: 0 0 20px 0;
}

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

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

.perfect-choose-wrap .perfect-choose-box:hover {
    transform: translateY(-5px);
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
}

.perfect-choose-box span {
    display: block;
    border-radius: 100px;
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    height: 75px;
    width: 75px;
    line-height: 75px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin: 0 auto 20px;
    transition: all .1s ease-in-out;
}

.perfect-choose-wrap .perfect-choose-box:hover span {
    background: #fff;
    color: rgb(53 58 133);
}

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

.perfect-choose-wrap .perfect-choose-box:hover h3,
.perfect-choose-wrap .perfect-choose-box:hover h4 {
    color: #fff;
}

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

.perfect-choose-box p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.0);
    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: rgb(53 58 133);
    border-radius: 10px;
}

.perfect-choose-wrap .perfect-choose-box:hover p {
    color: #fff;
}

/*Perfect Choose Fold Css End Here*/

/**************************************************************************
 --------------------- Service Page Folds Css End Here --------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------------- About Us Page Folds Css Start Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

/*About Banner Css Start Here*/

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: 0.7;
    z-index: -1;
}

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

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

.about-banner-wrap .about-banner-content {
    text-align: center;
}

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

/*About Banner Css End Here*/

/*About Info Sec Css Start Here*/

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

.about-info-sec .about-info-sec-img {}

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

.about-info-sec .about-info-sec-content {}

.about-info-sec-content span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: rgb(53 58 133);
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 10px 0;
}

.about-info-sec-content h2 {
    font-size: 60px;
    color: #262626;
    line-height: 66px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

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

/*About Info Sec Css End Here*/

/*Mission Info Sec Css Start Here*/

section.mission-info-sec {
    background-color: #f4f4f4;
    padding: 50px 0;
    background-image: url(../images/badges-sec-bg.png);
    background-size: cover;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

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

.mission-info-content h2 {
    font-size: 60px;
    color: #262626;
    line-height: 66px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

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

.mission-info-sec .mission-info-img {}

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

/*Mission Info Sec Css End Here*/

/*Team Member Sec Css Start Here*/

section.team-member-wrap {
    padding: 50px 0;
    background-image: url(../images/team-member-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
}

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

.team-member-head h2 {
    font-size: 60px;
    color: #262626;
    line-height: 66px;
    margin: 0 0 20px 0;
    font-weight: 700;
}

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

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

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

.team-member-box .team-member-box-content {
    background: #fff;
    padding: 20px 20px;
    width: 75%;
    margin: -35px auto 50px;
    position: relative;
    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 0;
    transition: all .3s ease-in-out;
}

.team-member-box-content a:hover {
    color: rgb(53 58 133);
}

/*Team Member Sec Css End Here*/

/**************************************************************************
 --------------------- About Us Page Folds Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 --------------------- Contact US Page Folds Css Start Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

section.conatct-us-page {
    padding: 50px 0;
    background-image: url(../images/our-blog-bg.png);
    background-size: contain;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.conatct-us-page .contact-us-img {}

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

.conatct-us-page .contact-us-content {}

.contact-us-content .form-group {
    margin: 0 0 20px 0;
}

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

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

.contact-us-content .form-group button.submit-btn {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: 1px solid #fff;
    width: 100%;
    border-radius: 5px;
    font-weight: 500;
    padding: 12px 10px;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
}

.contact-us-content .form-group button.submit-btn:hover {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
}

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

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

.contact-us-info-box i {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 100%;
    font-size: 32px;
    margin: -75px 0 30px 0;
}

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

.contact-us-info-box a {
    font-size: 18px;
    display: block;
    color: #636363;
    font-weight: 500;
    margin: 0 0 5px 0;
    transition: all .3s ease-in-out;
}

.contact-us-info-box a:hover {
    color: rgb(53 58 133);
}

.contact-us-info-box p {
    font-size: 18px;
    line-height: 24px;
    display: block;
    color: #636363;
    font-weight: 500;
    margin: 0 0 10px 0;
}

/**************************************************************************
 --------------------- Contact US Page Folds Css End Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 -------- Privacy Policy and Terms & Condition Folds Css Start Here -------
 --------------------------------------------------------------------------
**************************************************************************/

/*Policy Banner Css Start Here*/

section.policy-banner-wrap {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    padding: 200px 0 100px;
}

.policy-banner-wrap .policy-banner-content {
    text-align: center;
}

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

/*Policy Banner Css End Here*/

/*Policy Content Fold Css Start Here*/

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

.policy-content-wrap .policy-content-inner {}

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

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

.policy-content-inner p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0;
}

.policy-content-inner p a {
    color: rgb(53 58 133);
    font-weight: 600;
    text-decoration: underline;
}

.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 20px 0;
    line-height: 44px;
}

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

.policy-content-inner ul {
    padding: 0 0 0 20px;
}

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

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

.policy-content-inner ul li p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

/*Policy Content Fold Css End Here*/

/**************************************************************************
 -------- Privacy Policy and Terms & Condition Folds Css End Here ---------
 --------------------------------------------------------------------------
**************************************************************************/

/**************************************************************************
 ------------------ Thankyou Page section Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

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

.thankyou-wrap .thankyou-inner {
    text-align: center;
}

.thankyou-inner h2 {
    font-size: 100px;
    line-height: 106px;
    display: block;
    font-weight: 800;
    margin: 0 0 20px 0;
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    background-color: rgb(53 58 133);
    background-image: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.thankyou-inner img {
    margin: 0 0 20px;
}

.thankyou-inner a {
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    font-size: 16px;
    box-shadow: none;
    width: 200px;
    text-align: center;
    border: none;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 50px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    animation: crescendo 1.5s alternate infinite ease-in;
}

.thankyou-inner a:hover {
    background: linear-gradient(90deg, rgb(60 60 59) 0%, rgb(16 16 15) 100%);
}

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

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

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

/**************************************************************************
 ------------------- Thankyou Page section Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/

/* Footer Css Start Here */

footer.footer-main-sec {
    background: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: #0e1b1f;
    background-size: contain;
    z-index: 9;
}

.footer-main-sec::before {
    content: "";
    background-image: url(../images/footer-pattern.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    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;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
    background-image: url(../images/badges-sec-bg.png);
    background-position: 100% 60%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

.footer-newsletter .newsletter-input .form-group {
    display: flex;
}

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

.footer-newsletter .newsletter-input .form-group button.submit-btn {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    border: none;
    box-shadow: 0 2px 16px -5px #b2b2b2;
    outline: none;
    transition: all .3s ease-in-out;
}

.footer-newsletter .newsletter-input .form-group button.submit-btn:hover {
    background: rgb(53 58 133);
}

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

.footer-main-sec .footer-top {
    padding: 135px 0 30px 0;
    position: relative;
    z-index: 99;
}

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

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

.footer-logo-area .footer-logo img {}

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

.footer-top .footer-links-area {}

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

.footer-links-area h4::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 25px;
    right: 0;
    height: 4px;
    border-radius: 20px;
    background-color: rgb(53 58 133);
    background: linear-gradient(to right, rgb(53 58 133) 0, #f8ae56 51%, rgb(53 58 133) 100%);
    background-size: 200%;
    width: 55px;
}

.footer-links-area h4::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0px;
    right: 0;
    height: 4px;
    border-radius: 20px;
    background-color: rgb(53 58 133);
    background: linear-gradient(to right, rgb(53 58 133) 0, #f8ae56 51%, rgb(53 58 133) 100%);
    background-size: 200%;
    width: 20px;
}

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

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

.footer-links-area ul.footer-nav-links a:hover {
    color: rgb(53 58 133);
    transform: translateX(10px);
}

.footer-links-area ul.footer-nav-links li a i {
    margin: 0 10px 0 0;
    color: rgb(53 58 133);
}

.footer-links-area ul.footer-nav-links a:hover i {
    color: #fff;
}

.footer-top ul.footer-social-links {}

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

.footer-top ul.footer-social-links li i {
    width: 50px;
    height: 50px;
    font-size: 22px;
    background-color: rgb(53 58 133);
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    color: #fff;
    margin: 0 18px 0 0;
    text-align: center;
    border-radius: 35%;
    line-height: 50px;
    transition: all .3s ease-in-out;
}

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

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

.footer-main-sec .footer-bottom {
    padding: 20px 0;
    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 0 0px 0;
}

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

.footer-bottom-payment ul.footer-bottom-links {
    display: flex;
    align-items: center;
    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: rgb(53 58 133);
    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
    display: block;
    border-radius: 50px;
}

/* Footer Css End Here */

/* PopUp Modal Css Start Here */
/*.modaL_order{}*/
/*#staticBackdrop .modal-content{*/
/*    background-clip: padding-box;*/
/*    border: 3px solid rgb(53 58 133);*/
/*    background: #ffffffe0;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*#staticBackdrop .modal-content .btn-close {*/
/*    position: absolute;*/
/*    right: -10px;*/
/*    top: -15px;*/
/*    border: none;*/
/*    outline: none;*/
/*    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);*/
/*    border-radius: 21px;*/
/*    box-shadow: none;*/
/*    width: 29px;*/
/*    height: 29px;*/
/*    cursor: pointer;*/
/*    opacity: 1;*/
/*    z-index: 4;*/
/*}*/
/*#staticBackdrop .modal-content .btn-close i {*/
/*    color: #fff;*/
/*    font-weight: 600;*/
/*}*/
/*#staticBackdrop .modal-dialog{*/
/*    max-width: 700px !important;*/
/*}*/
/*#staticBackdrop .modal-header{*/
/*    padding: 0px;*/
/*    border-bottom: none;*/
/*}*/
/*#staticBackdrop .modal-body{*/
/*    padding: 20px 10px;*/
/*}*/
/*#staticBackdrop .modal-body .modal-body-img{}*/
/*.modal-body .modal-body-img img{*/
/*    animation-name: bounce-3;*/
/*    animation-timing-function: linear;*/
/*    animation-duration: 5s;*/
/*    animation-iteration-count: infinite;*/
/*}*/
/*@keyframes bounce-3 {*/
/*    0% {*/
/*        transform: translateY(-5px)*/
/*    }*/

/*    50% {*/
/*        transform: translateY(10px)*/
/*    }*/

/*    100% {*/
/*        transform: translateY(-5px)*/
/*    }*/
/*}*/
/*#staticBackdrop .modal-body .modal-body-form{}*/
/*.modal-body-form h3{*/
/*    font-size: 40px;*/
/*    color: #262626;*/
/*    line-height: 46px;*/
/*    margin: 0 0 10px 0;*/
/*    font-weight: 700;*/
/*}*/
/*.modal-body-form h3 span{*/
/*    color: rgb(53 58 133);*/
/*    font-weight: 800;*/
/*    font-size: 22px;*/
/*    line-height: 24px;*/
/*    display: block;*/
/*    margin: 0 0 5px 0;*/
/*}*/
/*.modal-body-form .popup-form-list{}*/
/*.modal-body-form .popup-form-list .form-group{*/
/*    margin: 0 0 5px 0;*/
/*}*/
/*.modal-body-form .popup-form-list .form-group input{*/
/*    background: #fff;*/
/*    border: 1px solid #b2b2b2;*/
/*    padding: 10px 10px;*/
/*    border-radius: 5px;*/
/*    width: 100%;*/
/*    box-shadow: 0 0 5px 1px #333;*/
/*}*/
/*.modal-body-form .popup-form-list .form-group textarea{*/
/*    background: #fff;*/
/*    border: 1px solid #b2b2b2;*/
/*    padding: 10px 10px;*/
/*    border-radius: 5px;*/
/*    height: 90px;*/
/*    resize: none;*/
/*    width: 100%;*/
/*    box-shadow: 0 0 5px 1px #333;*/
/*}*/
/*.modal-body-form .popup-form-list .form-group button.submit-btn{*/
/*    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);*/
/*    color: #fff;*/
/*    font-size: 16px;*/
/*    text-transform: uppercase;*/
/*    border: 1px solid #fff;*/
/*    width: 100%;*/
/*    border-radius: 5px;*/
/*    font-weight: 500;*/
/*    padding: 12px 10px;*/
/*    letter-spacing: 1px;*/
/*    transition: all .3s ease-in-out;*/
/*}*/
/*.modal-body-form .popup-form-list .form-group button.submit-btn:hover{*/
/*    background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);*/
/*}*/

/* PopUp Modal Css End Here */

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {

    /*Header Responsive Css Start*/

    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;
    }

    /*Header Responsive Css Start*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*About Main Fold Responsive Css Start Here*/

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

    /*About Main Fold Responsive Css End Here*/

    /*Planning CTA Fold Responsive Css Start Here*/

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

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

    /*Planning CTA Fold Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 --------------- Service Page Folds Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Our Blogs Service Fold Responsive Css Start Here*/

    /*Our Blogs Left Box Responsive Css Here*/

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

    .our-blogs-box-left .our-blogs-lineleft {
        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;
        transform: rotate(27deg);
    }

    /*Our Blogs Left Box Responsive Css Here*/

    /*Our Blogs Right Box Responsive Css Here*/

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

    .our-blogs-box-right .our-blogs-lineright {
        top: 118px;
    }

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

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


    /*Our Blogs Right Box Responsive Css Here*/

    /*Our Blogs Service Fold Responsive Css End Here*/

    /*Perfect Choose Fold Responsive Css Start Here*/
    /*Perfect Choose Fold Responsive Css End Here*/

    /**************************************************************************
 --------------- Service Page Folds Responsive Css End Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Footer Responsive Css Start Here*/

    .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;
    }

    /*Footer Responsive Css End Here*/

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /*Header Responsive Css Start*/

    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;
    }

    /*Header Responsive Css Start*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Banner Main Responsive Css Start Here*/

    .banner-inner-content h1 {
        width: 100%;
    }

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

    .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 Main Responsive Css End Here*/

    /*About Main Fold Responsive Css Start Here*/

    .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;
    }

    /*About Main Fold Responsive Css End Here*/

    /*Sec Badges Fold Responsive Css Start Here*/

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

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

    /*Sec Badges Fold Responsive Css End Here*/

    /*Planning CTA Fold Responsive Css Start Here*/

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

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

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

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

    /*Planning CTA Fold Responsive Css End Here*/

    /*Finest Creation Fold Responsive Css Start Here*/

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

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

    /*Finest Creation Fold Responsive Css End Here*/

    /*Our Service Fold Responsive Css Start Here*/

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

    /*Our Service Fold Responsive Css End Here*/

    /*Wiki Can Help Fold Responsive Css Start Here*/

    Section.wiki-help-wrap {
        padding: 30px 0;
    }

    .wiki-help-content .wiki-help-inner {
        width: 100%;
    }

    /*Wiki Can Help Fold Responsive Css End Here*/

    /* Portfolio Section Fold Responsive Css Start Here */

    .portfolio-sec-wrap .portfolio-card {
        margin: 0 0 20px 0;
    }

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

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

    /* Portfolio Section Fold Responsive Css End Here */

    /*Wiki Proficiency Fold Responsive Css Start Here*/

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

    .wiki-proficiency-items .wiki-proficiency-box {
        height: auto;
        min-height: auto;
        max-height: max-content;
    }

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

    /*Wiki Proficiency Fold Css End Here*/

    /*Testimonial Section Fold Css Start Here*/
    /*Testimonial Section Fold Responsive Css End Here*/

    /* Experience Fold Responsive Css Start Here */

    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;
    }

    /* Experience Fold Responsive Css End Here */

    /*FAQS Section Fold Responsive Css Start Here*/
    section.faqs-sec-wrap {
        padding: 50px 0;
    }

    /*FAQS Section Fold Responsive Css End Here*/

    /*Contact Form Section Fold Responsive Css Start Here*/

    .contact-form-box h3 {
        font-size: 42px;
        line-height: 50px;
    }

    /*Contact Form Section Fold Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 --------------- Service Page Folds Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Our Blogs Service Fold Responsive Css Start Here*/

    section.our-blogs-wrap {
        padding: 30px 0;
    }

    /*Our Blogs Left Box Responsive Css Here*/

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

    .our-blogs-wrap .our-blogs-box-left:after {}

    .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 {
        height: 200px;
        transform: rotate(0deg);
        left: 0px;
        top: 15px;
        z-index: -1;
    }

    .our-blogs-wrap .blogs-point-left.blogs-point-last::before {}

    /*Our Blogs Left Box Responsive Css Here*/

    /*Our Blogs Right Box Responsive Css Here*/

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

    .our-blogs-wrap .our-blogs-box-right:after {}

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

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

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

    .display-none-sm {
        display: none;
    }

    /*Our Blogs Right Box Responsive Css Here*/

    /*Our Blogs Service Fold Responsive Css End Here*/

    /*Why Wikipedia Fold Css Responsive Start Here*/


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

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

    /*Why Wikipedia Fold Responsive Css End Here*/

    /*Perfect Choose Fold Responsive Css Start Here*/

    .perfect-choose-wrap .perfect-choose-box {
        margin: 0 0 20px 0;
    }

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

    /*Perfect Choose Fold Responsive Css End Here*/

    /**************************************************************************
 --------------- Service Page Folds Responsive Css End Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 --------------------- About Us Page Folds Css Start Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*About Info Sec Css Start Here*/

    section.about-info-sec {
        padding: 30px 0;
    }

    .about-info-sec .about-info-sec-content {}

    /*About Info Sec Css End Here*/

    /*Mission Info Sec Css Start Here*/

    section.mission-info-sec {
        padding: 30px 0;
    }

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

    /*Mission Info Sec Css End Here*/

    /*Team Member Sec Css Start Here*/

    section.team-member-wrap {
        padding: 30px 0;
    }

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

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

    /*Team Member Sec Css End Here*/

    /**************************************************************************
 --------------------- About Us Page Folds Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Footer Responsive Css Start Here*/

    .footer-newsletter .newsletter-input {
        width: 100%;
    }

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

    .footer-newsletter .newsletter-input .form-group {
        justify-content: center;
    }

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

    .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;
    }

    /*Footer Responsive Css End Here*/

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /*Header Responsive Css Start*/

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

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

    header .navbar-expand-lg .navbar-collapse {
        background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
        padding: 20px 0;
        margin: 10px 0 0 0;
    }

    header .navbar-collapse ul.navbar-nav {
        margin: 0 0 20px 0;
    }

    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;
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        border-radius: 0px;
    }

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

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

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

    header .navbar .navbar-buttons li.nav-btn-item {
        margin: 0 0 10px 0;
    }

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

    /*Header Responsive Css Start*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Banner Main Responsive Css Start Here*/

    .banner-inner-content h1 {
        width: 100%;
    }

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

    .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 30px;
    }

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

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

    /*Banner Main Responsive Css End Here*/

    /*About Main Fold Responsive Css Start Here*/

    .about-main-wrap .about-content-side {
        text-align: center;
    }

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

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

    /*About Main Fold Responsive Css End Here*/

    /*Sec Badges Fold Responsive Css Start Here*/

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

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

    /*Sec Badges Fold Responsive Css End Here*/

    /*Planning CTA Fold Responsive Css Start Here*/

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

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

    .planning-cta-wrap h2,
    .planning-cta-wrap h3,
    .planning-cta-wrap h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .planning-cta-wrap .sec-btns {
        margin: 20px 0 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;
    }

    /*Planning CTA Fold Responsive Css End Here*/

    /*Finest Creation Fold Responsive Css Start Here*/

    section.finest-creat-wrap {
        padding: 30px 0;
    }

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

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

    /*Finest Creation Fold Responsive Css End Here*/

    /*Our Service Fold Responsive Css Start Here*/

    section.service-sec-wrap {
        padding: 30px 0;
    }

    .service-sec-wrap .service-content-side {
        text-align: center;
    }

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

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

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

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

    /*Our Service Fold Responsive Css End Here*/

    /*Wiki Can Help Fold Responsive Css Start Here*/

    Section.wiki-help-wrap {
        padding: 30px 0;
    }

    .wiki-help-img img {
        width: 90%;
    }

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

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

    /*Wiki Can Help Fold Responsive Css End Here*/

    /* Portfolio Section Fold Responsive Css Start Here */

    .portfolio-sec-wrap .portfolio-card {
        margin: 0 0 20px 0;
    }

    /* Portfolio Section Fold Responsive Css End Here */

    /*Wiki Proficiency Fold Responsive Css Start Here*/

    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: 0px auto 20px;
    }

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

    /*Wiki Proficiency Fold Css End Here*/

    /*Testimonial Section Fold Css Start Here*/

    .testimonial-sec-wrapper .testi-left-img {
        margin: 0 0 20px;
    }

    /*Testimonial Section Fold Responsive Css End Here*/

    /* Experience Fold Responsive Css Start Here */

    section.experiance-sec-wrap {
        width: 90%;
    }

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

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

    /* Experience Fold Responsive Css End Here */

    /*FAQS Section Fold Responsive Css Start Here*/

    /*FAQS Section Fold Responsive Css End Here*/

    /*Contact Form Section Fold Responsive Css Start Here*/

    section.contact-form-wrap {
        padding: 30px 0;
    }

    .contact-form-wrap .contact-form-img {
        margin: 0 0 20px 0;
    }

    .contact-form-box {
        text-align: center;
    }

    /*Contact Form Section Fold Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 --------------- Service Page Folds Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Service Banner Responsive Css Start Here*/

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

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

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

    /*Service Banner Responsive Css End Here*/

    /*Increase Services Fold Responsive Css Start Here*/

    section.increase-service-wrap {
        padding: 30px 0;
    }

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

    .increase-service-wrap .increase-service-box {
        margin: 0 0 20px 0;
    }

    /*Increase Services Fold Responsive Css End Here*/

    /*Our Blogs Service Fold Responsive Css Start Here*/

    section.our-blogs-wrap {
        padding: 30px 0;
    }

    /*Our Blogs Left Box Responsive Css Here*/

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

    .our-blogs-wrap .our-blogs-box-left:after {}

    .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 {
        transform: rotate(0deg);
        left: 0px;
        top: 15px;
        z-index: -1;
    }

    .our-blogs-wrap .blogs-point-left.blogs-point-last::before {}

    /*Our Blogs Left Box Responsive Css Here*/

    /*Our Blogs Right Box Responsive Css Here*/

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

    .our-blogs-wrap .our-blogs-box-right:after {}

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

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

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

    .display-none-sm {
        display: none;
    }

    /*Our Blogs Right Box Responsive Css Here*/

    /*Our Blogs Service Fold Responsive Css End Here*/

    /*Why Wikipedia Fold Css Responsive Start Here*/

    section.why-wikipedia-wrap {
        padding: 30px 0;
    }

    .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;
        transform: rotate(0deg);
    }

    .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,
    .why-wikipedia-wrap .why-wikipedia-content h3 {
        width: 100%;
        text-align: center;
        margin: 0 auto 20px;
    }

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

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

    /*Why Wikipedia Fold Responsive Css End Here*/

    /*Perfect Choose Fold Responsive Css Start Here*/

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

    .perfect-choose-wrap .perfect-choose-head {
        width: 100%;
    }

    .perfect-choose-wrap .perfect-choose-box {
        margin: 0 0 20px 0;
    }

    /*Perfect Choose Fold Responsive Css End Here*/

    /**************************************************************************
 --------------- Service Page Folds Responsive Css End Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 --------------------- About Us Page Folds Css Start Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*About Info Sec Css Start Here*/

    section.about-info-sec {
        padding: 30px 0;
    }

    .about-info-sec .about-info-sec-img {
        margin: 0 0 20px 0;
    }

    .about-info-sec .about-info-sec-content {
        text-align: center;
    }

    /*About Info Sec Css End Here*/

    /*Mission Info Sec Css Start Here*/

    section.mission-info-sec {
        padding: 30px 0;
    }

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

    .mission-info-img img {
        border-radius: 0px;
    }

    /*Mission Info Sec Css End Here*/

    /*Team Member Sec Css Start Here*/

    section.team-member-wrap {
        padding: 30px 0;
    }

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

    /*Team Member Sec Css End Here*/

    /**************************************************************************
 --------------------- About Us Page Folds Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 --------------------- Contact US Page Folds Css Start Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

    section.conatct-us-page {
        padding: 30px 0;
    }

    .conatct-us-page .contact-us-img {
        text-align: center;
    }

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

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

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

    /**************************************************************************
 --------------------- Contact US Page Folds Css End Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Footer Responsive Css Start Here*/

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

    .footer-newsletter h4 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .footer-newsletter .newsletter-input {
        width: 100%;
    }

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

    .footer-newsletter .newsletter-input .form-group {
        justify-content: center;
    }

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

    /*Footer Responsive Css End Here*/

}

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

    /*Header Responsive Css Start*/

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

    header .navbar-expand-lg .navbar-collapse {
        background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
        padding: 20px 0;
        margin: 10px 0 0 0;
    }

    header .navbar-collapse ul.navbar-nav {
        margin: 0 0 20px 0;
    }

    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;
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        border-radius: 0px;
    }

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

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

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

    header .navbar .navbar-buttons li.nav-btn-item {
        margin: 0 0 10px 0;
    }

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

    /*Header Responsive Css Start*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Banner Main Responsive Css Start Here*/

    section.banner-main-sec {
        border-bottom: 20px solid rgb(53 58 133);
        border-radius: 0 0 50px 50px;
        padding: 150px 0 20px;
    }

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

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

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

    .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 10px;
    }

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

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

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

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

    /*Banner Main Responsive Css End Here*/

    /*About Main Fold Responsive Css Start Here*/

    section.about-main-wrap {
        padding: 30px 0;
    }

    .about-main-wrap .about-img-side {
        margin: 0 0 10px 0;
    }

    .about-main-wrap .about-content-side {
        text-align: center;
    }

    .about-main-wrap .about-content-side h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .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 0;
    }

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

    /*About Main Fold Responsive Css End Here*/

    /*Sec Badges Fold Responsive Css Start Here*/

    .sec-badges .heads {
        text-align: center;
    }

    .sec-badges .heads h2,
    .sec-badges .heads h3 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

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

    /*Sec Badges Fold Responsive Css End Here*/

    /*Planning CTA Fold Responsive Css Start Here*/

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

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

    .planning-cta-wrap h2,
    .planning-cta-wrap h3,
    .planning-cta-wrap h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .planning-cta-wrap .sec-btns {
        margin: 20px 0 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;
    }

    /*Planning CTA Fold Responsive Css End Here*/

    /*Finest Creation Fold Responsive Css Start Here*/

    section.finest-creat-wrap {
        padding: 30px 0;
    }

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

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

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

    /*Finest Creation Fold Responsive Css End Here*/

    /*Our Service Fold Responsive Css Start Here*/

    section.service-sec-wrap {
        padding: 30px 0;
    }

    .service-sec-wrap .service-content-side {
        text-align: center;
    }

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

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

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

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

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

    /*Our Service Fold Responsive Css End Here*/

    /* Service Detail Fold Css Start Here */
    .services-details-card {
        position: inherit;
    }

    .responsive-ordertwo {
        order: 2;
    }

    .responsive-orderone {
        order: 1;
    }

    /* Service Detail Fold Css End Here */

    /*Wiki Can Help Fold Responsive Css Start Here*/

    Section.wiki-help-wrap {
        padding: 30px 0;
    }

    .wiki-help-img img {
        display: none;
    }

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

    .wiki-help-content .wiki-help-inner {
        width: 100%;
    }

    .wiki-help-content .wiki-help-inner h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .wiki-help-content .wiki-help-inner h3 {
        font-size: 26px;
        line-height: 32px;
    }

    /*Wiki Can Help Fold Responsive Css End Here*/

    /* Portfolio Section Fold Responsive Css Start Here */

    section.portfolio-sec-wrap {
        padding: 30px 0;
    }

    .portfolio-sec-wrap .port-heading h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .portfolio-sec-tabs .nav-pills .nav-item .nav-link {
        margin: 0 10px 10px;
    }

    .portfolio-sec-wrap .portfolio-card {
        margin: 0 0 20px 0;
    }

    /* Portfolio Section Fold Responsive Css End Here */

    /*Wiki Proficiency Fold Responsive Css Start Here*/

    section.wiki-proficiency-wrap {
        padding: 30px 0;
    }

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

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

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

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

    /*Wiki Proficiency Fold Css End Here*/

    /*Testimonial Section Fold Css Start Here*/

    section.testimonial-sec-wrap {}

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

    .testimonial-sec-wrapper .testi-left-img {
        margin: 0 0 20px;
    }

    /*Testimonial Section Fold Responsive Css End Here*/

    /* Experience Fold Responsive Css Start Here */

    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 0;
    }

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

    /* Experience Fold Responsive Css End Here */

    /*FAQS Section Fold Responsive Css Start Here*/

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

    .faqs-sec-wrap .faqs-content-side {
        text-align: center;
    }

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

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

    /*FAQS Section Fold Responsive Css End Here*/

    /*Contact Form Section Fold Responsive Css Start Here*/

    section.contact-form-wrap {
        padding: 30px 0;
    }

    .contact-form-wrap .contact-form-img {
        margin: 0 0 20px 0;
    }

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

    .contact-form-box h3 {
        font-size: 42px;
        line-height: 50px;
    }

    /*Contact Form Section Fold Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 --------------- Service Page Folds Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Service Banner Responsive Css Start Here*/

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

    .service-banner-content h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .service-banner-content ul.service-banner-list li {
        margin: 0 0 10px 0;
    }

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

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

    .service-banner-btns button.popup-btn {
        margin: 0 10px 15px 0;
    }

    .service-banner-btns button.chat-btn {
        margin: 0 10px 15px 0;
    }

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

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

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

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

    /*Service Banner Responsive Css End Here*/

    /*Increase Services Fold Responsive Css Start Here*/

    section.increase-service-wrap {
        padding: 30px 0;
    }

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

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

    .increase-service-wrap .increase-service-box {
        margin: 0 0 20px 0;
    }

    /*Increase Services Fold Responsive Css End Here*/

    /*Our Blogs Service Fold Responsive Css Start Here*/

    section.our-blogs-wrap {
        padding: 30px 0;
    }

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

    .our-blogs-wrap .our-blogs-head h2,
    .our-blogs-wrap .our-blogs-head h3 {
        font-size: 32px;
        line-height: 40px;
    }

    /*Our Blogs Left Box Responsive Css Here*/

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

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

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

    .our-blogs-box-left .our-blogs-lineleft {
        display: none !important;
    }

    .our-blogs-wrap .blogs-point-left {
        display: none !important;
    }

    .our-blogs-wrap .blogs-point-left::before {
        display: none !important;
    }

    .our-blogs-wrap .blogs-point-left.blogs-point-last::before {
        display: none !important;
    }

    /*Our Blogs Left Box Responsive Css Here*/

    /*Our Blogs Right Box Responsive Css Here*/

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

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

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

    .our-blogs-box-right .our-blogs-lineright {
        display: none !important;
    }

    .our-blogs-wrap .blogs-point-right {
        display: none !important;
    }

    .our-blogs-wrap .blogs-point-right::before {
        display: none !important;
    }

    .our-blogs-wrap .blogs-point-right.blogs-point-last::before {
        display: none !important;
    }

    .display-none-sm {
        display: none;
    }


    /*Our Blogs Right Box Responsive Css Here*/

    /*Our Blogs Service Fold Responsive Css End Here*/

    /*Why Wikipedia Fold Css Responsive Start Here*/

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

    .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;
        transform: rotate(0deg);
    }

    .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,
    .why-wikipedia-wrap .why-wikipedia-content h3 {
        width: 100%;
        text-align: center;
        margin: 0 auto 20px;
    }

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

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

    /*Why Wikipedia Fold Responsive Css End Here*/

    /*Perfect Choose Fold Responsive Css Start Here*/

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

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

    .perfect-choose-head h2,
    .perfect-choose-head h3 {
        font-size: 32px;
        line-height: 40px;
    }

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

    /*Perfect Choose Fold Responsive Css End Here*/

    /**************************************************************************
 --------------- Service Page Folds Responsive Css End Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 --------------------- About Us Page Folds Css Start Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*About Info Sec Css Start Here*/

    section.about-info-sec {
        padding: 30px 0;
    }

    .about-info-sec .about-info-sec-img {
        margin: 0 0 20px 0;
    }

    .about-info-sec .about-info-sec-content {
        text-align: center;
    }

    .about-info-sec-content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    /*About Info Sec Css End Here*/

    /*Mission Info Sec Css Start Here*/

    section.mission-info-sec {
        padding: 30px 0;
    }

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

    .mission-info-content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .mission-info-img img {
        border-radius: 0px;
    }

    /*Mission Info Sec Css End Here*/

    /*Team Member Sec Css Start Here*/

    section.team-member-wrap {
        padding: 30px 0;
    }

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

    .team-member-head h2 {
        font-size: 32px;
        line-height: 40px;
    }

    /*Team Member Sec Css End Here*/

    /**************************************************************************
 --------------------- About Us Page Folds Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 --------------------- Contact US Page Folds Css Start Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

    section.conatct-us-page {
        padding: 30px 0;
    }

    .conatct-us-page .contact-us-img {}

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

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

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

    /**************************************************************************
 --------------------- Contact US Page Folds Css End Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 -------- Privacy Policy and Terms & Condition Folds Css Start Here -------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Policy Content Fold Css Start Here*/

    section.policy-content-wrap {
        padding: 30px 0;
    }

    .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;
    }

    /*Policy Content Fold Css End Here*/

    /**************************************************************************
 -------- Privacy Policy and Terms & Condition Folds Css End Here ---------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 ------------------ Thankyou Page section Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

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

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

    /**************************************************************************
 ------------------- Thankyou Page section Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Footer Responsive Css Start Here*/

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

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

    .footer-newsletter .newsletter-input {
        width: 100%;
    }

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

    .footer-newsletter .newsletter-input .form-group {
        justify-content: center;
    }

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

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

    .footer-bottom-payment ul.footer-bottom-links {
        justify-content: center;
    }

    /*Footer Responsive Css End Here*/

    /* PopUp Modal Css Start Here */

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

    #staticBackdrop .modal-body .modal-body-img {
        display: none;
    }

    /* PopUp Modal Css End Here */

}

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

    /*Header Responsive Css Start*/

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

    header .navbar-expand-lg .navbar-collapse {
        background: linear-gradient(90deg, rgb(53 58 133) 0%, rgb(255 192 218) 100%);
        padding: 20px 0;
        margin: 10px 0 0 0;
    }

    header .navbar-collapse ul.navbar-nav {
        margin: 0 0 20px 0;
    }

    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;
    }

    header .navbar-nav .nav-item ul.dropdown-menu {
        border-radius: 0px;
    }

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

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

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

    header .navbar .navbar-buttons li.nav-btn-item {
        margin: 0 0 10px 0;
    }

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

    /*Header Responsive Css Start*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css Start Here ----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Banner Main Responsive Css Start Here*/

    section.banner-main-sec {
        border-bottom: 20px solid rgb(53 58 133);
        border-radius: 0 0 50px 50px;
        padding: 150px 0 20px;
    }

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

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

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

    .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 10px;
    }

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

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

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

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

    /*Banner Main Responsive Css End Here*/

    /*About Main Fold Responsive Css Start Here*/

    section.about-main-wrap {
        padding: 30px 0;
    }

    .about-main-wrap .about-img-side {
        margin: 0 0 10px 0;
    }

    .about-main-wrap .about-content-side {
        text-align: center;
    }

    .about-main-wrap .about-content-side h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .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 0;
    }

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

    /*About Main Fold Responsive Css End Here*/

    /*Sec Badges Fold Responsive Css Start Here*/

    .sec-badges .heads {
        text-align: center;
    }

    .sec-badges .heads h2,
    .sec-badges .heads h3 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }

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

    /*Sec Badges Fold Responsive Css End Here*/

    /*Planning CTA Fold Responsive Css Start Here*/

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

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

    .planning-cta-wrap h2,
    .planning-cta-wrap h3,
    .planning-cta-wrap h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .planning-cta-wrap .sec-btns {
        margin: 20px 0 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;
    }

    /*Planning CTA Fold Responsive Css End Here*/

    /*Finest Creation Fold Responsive Css Start Here*/

    section.finest-creat-wrap {
        padding: 30px 0;
    }

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

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

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

    /*Finest Creation Fold Responsive Css End Here*/

    /*Our Service Fold Responsive Css Start Here*/

    section.service-sec-wrap {
        padding: 30px 0;
    }

    .service-sec-wrap .service-content-side {
        text-align: center;
    }

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

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

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

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

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

    /*Our Service Fold Responsive Css End Here*/

    /* Service Detail Fold Css Start Here */
    .services-details-card {
        position: inherit;
    }

    .responsive-ordertwo {
        order: 2;
    }

    .responsive-orderone {
        order: 1;
    }

    /* Service Detail Fold Css End Here */

    /*Wiki Can Help Fold Responsive Css Start Here*/

    Section.wiki-help-wrap {
        padding: 30px 0;
    }

    .wiki-help-img img {
        display: none;
    }

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

    .wiki-help-content .wiki-help-inner {
        width: 100%;
    }

    .wiki-help-content .wiki-help-inner h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .wiki-help-content .wiki-help-inner h3 {
        font-size: 26px;
        line-height: 32px;
    }

    /*Wiki Can Help Fold Responsive Css End Here*/

    /* Portfolio Section Fold Responsive Css Start Here */

    section.portfolio-sec-wrap {
        padding: 30px 0;
    }

    .portfolio-sec-wrap .port-heading h4 {
        font-size: 32px;
        line-height: 40px;
    }

    .portfolio-sec-tabs .nav-pills .nav-item .nav-link {
        margin: 0 10px 10px;
    }

    .portfolio-sec-wrap .portfolio-card {
        margin: 0 0 20px 0;
    }

    /* Portfolio Section Fold Responsive Css End Here */

    /*Wiki Proficiency Fold Responsive Css Start Here*/

    section.wiki-proficiency-wrap {
        padding: 30px 0;
    }

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

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

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

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

    /*Wiki Proficiency Fold Css End Here*/

    /*Testimonial Section Fold Css Start Here*/

    section.testimonial-sec-wrap {}

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

    .testimonial-sec-wrapper .testi-left-img {
        margin: 0 0 20px;
    }

    /*Testimonial Section Fold Responsive Css End Here*/

    /* Experience Fold Responsive Css Start Here */

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

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

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

    /* Experience Fold Responsive Css End Here */

    /*FAQS Section Fold Responsive Css Start Here*/

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

    .faqs-sec-wrap .faqs-content-side {
        text-align: center;
    }

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

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

    /*FAQS Section Fold Responsive Css End Here*/

    /*Contact Form Section Fold Responsive Css Start Here*/

    section.contact-form-wrap {
        padding: 30px 0;
    }

    .contact-form-wrap .contact-form-img {
        margin: 0 0 20px 0;
    }

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

    .contact-form-box h3 {
        font-size: 42px;
        line-height: 50px;
    }

    /*Contact Form Section Fold Responsive Css End Here*/

    /**************************************************************************
 --------------- Home Page Folds Responsive Css End Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 --------------- Service Page Folds Responsive Css Start Here -------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Service Banner Responsive Css Start Here*/

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

    .service-banner-content h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .service-banner-content ul.service-banner-list li {
        margin: 0 0 10px 0;
    }

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

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

    .service-banner-btns button.popup-btn {
        margin: 0 10px 15px 0;
    }

    .service-banner-btns button.chat-btn {
        margin: 0 10px 15px 0;
    }

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

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

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

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

    /*Service Banner Responsive Css End Here*/

    /*Increase Services Fold Responsive Css Start Here*/

    section.increase-service-wrap {
        padding: 30px 0;
    }

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

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

    .increase-service-wrap .increase-service-box {
        margin: 0 0 20px 0;
    }

    /*Increase Services Fold Responsive Css End Here*/

    /*Our Blogs Service Fold Responsive Css Start Here*/

    section.our-blogs-wrap {
        padding: 30px 0;
    }

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

    .our-blogs-wrap .our-blogs-head h2,
    .our-blogs-wrap .our-blogs-head h3 {
        font-size: 32px;
        line-height: 40px;
    }

    /*Our Blogs Left Box Responsive Css Here*/

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

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

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

    .our-blogs-box-left .our-blogs-content-left {
        text-align: center;
    }

    .our-blogs-box-left .our-blogs-lineleft {
        display: none !important;
    }

    .our-blogs-wrap .blogs-point-left {
        display: none !important;
    }

    .our-blogs-wrap .blogs-point-left::before {
        display: none !important;
    }

    .our-blogs-wrap .blogs-point-left.blogs-point-last::before {
        display: none !important;
    }

    /*Our Blogs Left Box Responsive Css Here*/

    /*Our Blogs Right Box Responsive Css Here*/

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

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

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

    .our-blogs-box-right .our-blogs-content-right {
        text-align: center;
    }

    .our-blogs-box-right .our-blogs-lineright {
        display: none !important;
    }

    .our-blogs-wrap .blogs-point-right {
        display: none !important;
    }

    .our-blogs-wrap .blogs-point-right::before {
        display: none !important;
    }

    .our-blogs-wrap .blogs-point-right.blogs-point-last::before {
        display: none !important;
    }

    .display-none-sm {
        display: none;
    }


    /*Our Blogs Right Box Responsive Css Here*/

    /*Our Blogs Service Fold Responsive Css End Here*/

    /*Why Wikipedia Fold Css Responsive Start Here*/

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

    .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;
        transform: rotate(0deg);
    }

    .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,
    .why-wikipedia-wrap .why-wikipedia-content h3 {
        width: 100%;
        text-align: center;
        margin: 0 auto 20px;
    }

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

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

    /*Why Wikipedia Fold Responsive Css End Here*/

    /*Perfect Choose Fold Responsive Css Start Here*/

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

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

    .perfect-choose-head h2,
    .perfect-choose-head h3 {
        font-size: 32px;
        line-height: 40px;
    }

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

    /*Perfect Choose Fold Responsive Css End Here*/

    /**************************************************************************
 --------------- Service Page Folds Responsive Css End Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 --------------------- About Us Page Folds Css Start Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*About Banner Css Start Here*/

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

    /*About Banner Css End Here*/

    /*About Info Sec Css Start Here*/

    section.about-info-sec {
        padding: 30px 0;
    }

    .about-info-sec .about-info-sec-img {
        margin: 0 0 20px 0;
    }

    .about-info-sec .about-info-sec-content {
        text-align: center;
    }

    .about-info-sec-content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    /*About Info Sec Css End Here*/

    /*Mission Info Sec Css Start Here*/

    section.mission-info-sec {
        padding: 30px 0;
    }

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

    .mission-info-content h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .mission-info-img img {
        border-radius: 0px;
    }

    /*Mission Info Sec Css End Here*/

    /*Team Member Sec Css Start Here*/

    section.team-member-wrap {
        padding: 30px 0;
    }

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

    .team-member-head h2 {
        font-size: 32px;
        line-height: 40px;
    }

    /*Team Member Sec Css End Here*/

    /**************************************************************************
 --------------------- About Us Page Folds Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 --------------------- Contact US Page Folds Css Start Here ---------------
 --------------------------------------------------------------------------
**************************************************************************/

    section.conatct-us-page {
        padding: 30px 0;
    }

    .conatct-us-page .contact-us-img {}

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

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

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

    /**************************************************************************
 --------------------- Contact US Page Folds Css End Here -----------------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 -------- Privacy Policy and Terms & Condition Folds Css Start Here -------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Policy Banner Css Start Here*/

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

    /*Policy Banner Css End Here*/

    /*Policy Content Fold Css Start Here*/

    section.policy-content-wrap {
        padding: 30px 0;
    }

    .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;
    }

    /*Policy Content Fold Css End Here*/

    /**************************************************************************
 -------- Privacy Policy and Terms & Condition Folds Css End Here ---------
 --------------------------------------------------------------------------
**************************************************************************/

    /**************************************************************************
 ------------------ Thankyou Page section Css Start Here ------------------
 --------------------------------------------------------------------------
**************************************************************************/

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

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

    /**************************************************************************
 ------------------- Thankyou Page section Css End Here -------------------
 --------------------------------------------------------------------------
**************************************************************************/

    /*Footer Responsive Css Start Here*/

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

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

    .footer-newsletter .newsletter-input {
        width: 100%;
    }

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

    .footer-newsletter .newsletter-input .form-group {
        justify-content: center;
    }

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

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

    .footer-bottom-payment ul.footer-bottom-links {
        justify-content: center;
    }

    /*Footer Responsive Css End Here*/

    /* PopUp Modal Css Start Here */

    /*#staticBackdrop .modal-dialog{*/
    /*    max-width: 500px !important;*/
    /*    margin: 50px 15px 0;*/
    /*}*/
    /*#staticBackdrop .modal-body .modal-body-img{*/
    /*    display: none;*/
    /*}*/

    /* PopUp Modal Css End Here */

}

/* unique modal bg */

.unique-modal-bg {
    position: relative;
}

.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: rgb(53 58 133);
    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: rgb(53 58 133);
    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: rgb(53 58 133);
    color: #fff;
    padding: 10px;
    border-radius: 20px;
    width: 100%;
    border: 1px solid rgb(53 58 133);
    transition: 0.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%;
    }
}

/* cta css  */
.cta_home {
    float: left;
    width: 100%;
    background-color: #000;
    text-align: center;
    padding: 48px 0 50px;
    position: relative;
}

.headingH2 {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    transition: 0.3s !important;
    font-family: Barlow, sans-serif !important;
    line-height: 1.2 !important;
    margin-top: 0 !important;
    margin-bottom: 1.5rem !important;
}

.headingH3 {
    color: #638ee7;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-family: Barlow, sans-serif;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.btn_cta {
    margin: 22px 0 0;
}

.cta_home .fst-2 {
    bottom: 0;
    left: 0;
    position: absolute;
}

.navbar-brand h3 {
    color: #fff;

}

.footer-logo h3 {
    color: #fff;
}

.banner-content-form {
    background: #fff;
    padding: 20px;
    border: 4px solid #48478d;
    border-radius: 8px;
}

.banner-form.form-group input {
    margin-bottom: 15px;
    background: #e4aece69;
    border: unset !important;
}

.banner-form.form-group input::placeholder {
    color: #000;
}

.form-group input:focus {
    color: #000;
}

form.banner-form .form-group input {
    margin-bottom: 15px;
}
.banner-form .form-group textarea {
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: pink;
    width: 100%;
    box-shadow: none;
    padding: 20px 20px;
    height: 100px;
    resize: none;
    transition: all .3s ease-in-out;
}
.our-service {
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
}
.our-service::before {
    content: "";
    background: url(../images/bg-service.png) no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    height: 800px;
    position: absolute;
    left: 0;
    top: 120px;
}
.our-service .container {
    position: relative;
    z-index: 1;
}
.service-slider .slick-prev {
    left: -5%;
    /* top: auto; */
    /* bottom: 0px; */
}
.service-slider .slick-prev, .service-slider .slick-next {
    background: #e357aa;
    width: 40px;
    height: 40px;
    border-radius: 60px;
    z-index: 1;
}
.service-slider .slick-prev:before {
    content: "\f053";
    /* font: normal normal normal 14px / 1 FontAwesome; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* margin: 0 0 0 -3px; */
}
.our-service .slick-list.draggable {
    margin: 30px -20px 30px 0;
}
.slid-main-box {
    margin: 10px 7px;
}
.our-service .info-servce {
    background: #fff;
    padding: 30px 20px;
    height: 360px;
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px -1px 4px 3px rgb(0 0 0 / 19%);
    margin: 0 0 0 0;
    /* height: 100%; */
}
.info-servce img {
    margin: auto;
}
.our-service .info-servce h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
}
.our-service .info-servce p {
    margin: 0;
    font-size: 15px;
    min-height: 150px;
    font-weight: 400;
}
.slick-next {
    right: -75px;
}
.slick-prev:before {
    content: '←' !important;
}
.service-slider .slick-current .info-servce {
    background-color: #ce419482 !important;
    color: #fff !important;
}
section.our-service.text-center h2 {
    font-size: 30px;
}
section.our-service.text-center h2 strong{
    font-size: 40px;
    color: #534e91;
}
section.writing-section {
    padding: 50px 0 30px;
    background-image: url(../images/writ-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.wri-text {
    text-align: center;
}
.wri-text p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0 0 50px;
}
.writ-box {
    padding: 30px 20;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 0 20px;
    text-align: center;
}
.writ-box:hover h3 {
    color: #504c90;
}
.writ-box h3 {
    font-size: 40px;
    font-weight: 700;
    color: #e0178c;
    margin: 0;
}
.writ-box h4 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 10px 0 15px;
    line-height: 25px;
}
.writ-box:hover h4 {
    color: #504c90;
}
.writ-box p {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin: 0;
    min-height: 150px;
}
li.slick-active button:before {
    opacity: .75;
    color: unset !important;
}
.slick-dots li button:before {
    color: unset !important;
}
.slick-dots li button{
    background-color: #4a488e;
    border-radius: 50%;
}
.wiki-proficiency-wrap .wiki-proficiency-items h2 {
    margin-bottom: 80px;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}
form.banner-form h2 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}