/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .header-con
3. Banner / .banner-con
4. Trusted Companies / .trusted-companies-con
5. Services we provide / .services-con
6. Check your website SEO / .website-seo-con
7. Grow your Business  / .grow-your-business-con
8. Why Choose Us / .why-choose-us-con
9. Pricing plans / .pricing-plans-con
10. Testimonials / .testimonials-con
11. Send us a messege / .get-intouch-con
12. Footer / .footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

   #  primary--color: rgb(58, 58, 94);
   #  black--color: #000000;
   #  secondary--color: #ffffff;
   #  text-color: rgb(88, 88, 135);
   #  mustard-color: rgb(251, 156, 35);
   #  light-grey-bg: #f8f8f8;
   #  grey-family-bg: #dedede;
   #  grey-family-bg2: #efefef;
   #  light-purple-color: #a2a2bf;

*/
/*------------------------------------------------------------------
# [Typography]

Body copy: "Inter", sans-serif;
Headings: "Inter", sans-serif;
Buttons: "Noto Sans", sans-serif;
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;family=Noto+Sans:ital,wght@0,100..900;1,100..900&amp;display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

figure {
    margin: 0;
}

body {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--text-color);
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
    font-family: "Inter", sans-serif;
}

:root {
    --primary--color: #3a3a5e;
    --black--color: #000000;
    --secondary--color: #ffffff;
    --text-color: #585887;
    --mustard-color: #fb9c23;
    --light-grey-bg: #f8f8f8;
    --grey-family-bg: #dedede;
    --grey-family-bg2: #efefef;
    --light-purple-color: #a2a2bf;
}

/* BG OUTER WRAPPER */
.bg-outer-wrapper {
    /* background-image: url('../images/banner-img.png'); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 982px;
}

/* HEADER SECTION */
.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
    padding: 10px 0 !important;
    position: relative;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--mustard-color);
}

.header-con .navbar-expand-lg .navbar-nav {
    gap: 35px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 1;
    padding: 27px 0 3px;
}
.header-con .navbar{
    padding: 0;
}
.home-header-con .navbar {
    position: relative;
    left: -12px;
}


.header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--mustard-color);
    transition: ease-in-out 0.3s;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 22px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px 0;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 15;
    border-radius: 10px;
    border-top: 2px solid var(--mustard-color);
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 25px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    border-radius: 10px;
}

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

/* HEADER SECTION */
/* BACK TO TOP BUTTON */
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 9999;
    font-size: 18px;
    border: none;
    background-color: var(--mustard-color);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}

.header-contact .contact-btn {
    background-color: var(--primary--color);
    min-width: 175px;
    color: var(--secondary--color);
    height: 58px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    padding: 15px;
    border-radius: 100px;
    width: 100%;
    text-decoration: none;
    font-family: "Noto Sans", sans-serif;
}

.header-contact .contact-btn:hover {
    background-color: var(--mustard-color);
    transition: ease-in-out 0.6s;
}


.header-contact {
    margin-left: 40px;
}

#back-to-top-btn:focus {
    outline: none;
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(251, 156, 35, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(88, 88, 135, .01);
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(251, 156, 35, .99);
    }

    to {
        box-shadow: 0 0 0 45px rgb(88, 88, 135, .01);
    }
}

#back-to-top-btn::after {
    font-size: 18px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--secondary--color);
    font-family: "Font Awesome 5 free";
}


#back-to-top-btn:hover {
    cursor: pointer;
}

/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
}

.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color: var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--primary--color);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

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

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

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

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */

/* BANNER SECTION */
.banner-con .banner-content-con h1 {
    margin-bottom: 12px;
}

.banner-con .banner-content-con p.font-size-18 {
    margin-bottom: 30px;
}

.banner-con .banner-content-con .mustard-btn {
    margin-right: 12px;
}


.banner-con .vector1 {
    top: 79px;
    right: 0;
}

.banner-con .vector2 {
    bottom: 260px;
    left: 0;
}

.banner-con .down_button {
    left: 0;
    right: 0;
    bottom: 30px;
    display: block;
    position: absolute;
}

.banner-con .down_button .banner-dropdownimage {
    transition: ease-in-out 0.6s;
}

.down_button .banner-dropdownimage:hover {
    transform: translateY(-3px);
}

/* TRUSTED COMPANIES SECTION */
.trusted-companies-con h3 {
    margin-bottom: 36px;
}

.trusted-companies-con ul li:first-child {
    padding-left: 0;
}

.trusted-companies-con ul li {
    padding: 0 37px;
}

.trusted-companies-con ul li:last-child {
    padding-right: 0;
}

.trusted-companies-con ul li img {
    opacity: 15%;
    transition: ease-in-out 0.6s;
}

.trusted-companies-con ul li img:hover {
    opacity: 100%;
    transform: translateY(-3px);
}

.trusted-companies-con ul {
    padding-bottom: 37px !important;
    border-bottom: 1px solid #e8e6e6;
}

/* SPECIAL */
.heading-title-con p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 26px;
}

.heading-title-con h5.special-text {
    margin-bottom: 12px;
}

.heading-title-con h2 {
    margin-bottom: 13px;
}

/* SERVICES SECTION */
.services-con .heading-title-con p {
    margin-bottom: 48px;
}
.services-con2 .grow-image-con{
    padding-left: 62px;
    padding-top: 3px;
}
.services-con .service-box {
    background-color: var(--secondary--color);
    border-radius: 10px;
    box-shadow: 0 1px 40px rgb(0 0 0 / 3%);
    border-top: 2px solid var(--mustard-color);
    padding: 48px 32px 46px;
    min-height: 500px;
}

.services-con .service-box h4 {
    color: var(--primary--color);
}

.services-con .service-box figure::before {
    width: 127px;
    height: 127px;
    content: "";
    position: absolute;
    border-radius: 100%;
    text-align: center;
    background-color: var(--light-grey-bg);
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.services-con .service-box figure img {
    margin-bottom: 42px;
    position: relative;
    z-index: 1;
    top: 25px;
}

.services-con .service-box p {
    margin-bottom: 22px;
}

.services-con .service-box .mustard-btn a {
    min-width: 140px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.services-con .service-box figure.position-relative {
    min-height: 221px;
}

/* WEBSITE SEO SECTION */
.website-seo-con {
    background-image: url('../images/website-seo-con-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.website-seo-con .vector3 {
    right: 27px;
    bottom: -3px;
}

.website-seo-con .vector4 {
    left: 0;
    top: 0;
    bottom: 50%;
    margin: auto;
    transform: translateY(50%);
}

.website-seo-con .form-group {
    width: 400px;
    margin-bottom: 0;
}

.website-seo-con .form-group input,
.coming-soon-con .form-group input {
    min-height: 58px;
    border-radius: 29px;
    padding: 12px 27px;
}

.website-seo-con .form-group input:focus,
.website-seo-con .form-group input:focus-visible,
.coming-soon-con .form-group input:focus,
.coming-soon-con .form-group input:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}

.website-seo-con .form-group input#urlInput,
.coming-soon-con .form-group input#urlInput {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.website-seo-con .form-group input::placeholder,
.coming-soon-con .form-group input::placeholder {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
}

.website-seo-con .form-group input#exampleInputEmail1 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.website-seo-con .form-group.urlinput,
.coming-soon-con .form-group.urlinput {
    margin-right: -5px;
    position: relative;
}

.website-seo-con .form-group.urlinput::before,
.coming-soon-con .form-group.urlinput::before {
    width: 1px;
    height: 26px;
    content: "";
    position: absolute;
    background-color: var(--grey-family-bg);
    top: 15px;
    right: 0;
}

.website-seo-con .mustard-btn button:hover,
.coming-soon-con .mustard-btn button:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

.website-seo-con .mustard-btn {
    margin-left: 16px;
}

.website-seo-con .mustard-btn a:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

/*  */
.grow-your-business-con .grow-content-con ul li {
    font-size: 18px;
    line-height: 34px;
    padding-left: 33px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: var(--primary--color);
}

.grow-your-business-con .grow-content-con ul {
    margin-bottom: 22px;
}

.grow-your-business-con .grow-content-con ul li i {
    color: var(--secondary--color);
    background-color: var(--mustard-color);
    border-radius: 100%;
    padding: 4px;
    font-size: 11px;
    width: 17px;
    top: 8px;
    position: absolute;
    left: 0;
    height: 17px;
}

.grow-your-business-con .vector1 {
    right: 0;
    top: 0;
    bottom: 50%;
    margin: auto;
    transform: translateY(50%);
}

.grow-your-business-con .heading-title-con h2 {
    margin-bottom: 16px;
}

.grow-your-business-con .heading-title-con p {
    line-height: 31px;
    margin-bottom: 12px;
}

/* BOX STYLING */
.bg-box {
    background-color: var(--secondary--color);
    border-radius: 10px;
    box-shadow: 0 1px 40px rgb(0 0 0 / 3%);
    border-top: 2px solid var(--mustard-color);
    padding: 40px 30px 35px;
}

.grow-business-features-con h3 {
    font-weight: 600;
}

.grow-business-features-con .bg-box figure {
    margin-bottom: 15px;
}

.grow-business-features-con .bg-box figure img {
    transition: ease-in-out 0.6s;
}

.grow-business-features-con .bg-box sup {
    font-weight: 600;
    font-size: 20px;
}

.grow-business-features-con .bg-box:hover img {
    transform: translateY(-3px);
}

.bg-box span {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: var(--primary--color);
}

.grow-business-features-con {
    margin-top: -118px;
}

/* WHY CHOOSE US SECTION STYLING */
.why-choose-us-con h2 {
    margin-bottom: 47px;
}

.why-choose-us-con figure.white-elipse {
    border-radius: 100%;
    width: 127px;
    height: 127px;
    line-height: 127px;
    text-align: center;
    background-color: var(--secondary--color);
    box-shadow: 0 1px 44px rgb(0 0 0 / 4%);
    margin: 0 auto 26px;
}

.why-choose-us-con h4 {
    color: var(--primary--color);
}

.why-choose-us-con p {
    font-size: 16px;
    line-height: 26px;
}

.why-choose-us-con .our-produts-box {
    margin-bottom: 27px;
}

.why-choose-us-con .vector5 {
    left: 0;
    bottom: 270px;
}

/* PRICING PLAN SECTION */
.pricing-plans-con {
    background-image: url('../images/pricing-plan-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.pricing-plans-con .switch.name {
    color: var(--secondary--color);
    font-size: 18px;
}

.pricing-plans-con p {
    margin-bottom: 22px;
}

.pricing-plans-con .bg-box .value {
    color: var(--mustard-color);
    font-size: 46px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
}

.pricing-plans-con .bg-box {
    padding: 47px 30px;
}

.pricing-plans-con .bg-box h4 {
    color: var(--primary--color);
    margin-bottom: 15px;
}

.pricing-plans-con .bg-box .value span {
    font-weight: 400;
    font-size: 20px;
    color: var(--mustard-color);
    margin-left: -8px;
}

.pricing-plans-con .bg-box figure::before {
    width: 127px;
    height: 127px;
    content: "";
    position: absolute;
    border-radius: 100%;
    text-align: center;
    background-color: var(--light-grey-bg);
    z-index: 0;
    left: 0;
    right: 0;
    /* top: 0; */
    margin: 0 auto;
}

.pricing-plans-con .bg-box figure {
    min-height: 223px;
}

.pricing-plans-con .bg-box figure img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    top: 12px;
}

.pricing-plans-con .bg-box ul {
    margin-bottom: 20px;
}

.pricing-plans-con .bg-box ul li {
    font-size: 16px;
    line-height: 35px;
    color: var(--text-color);
    font-weight: 400;
}

.pricing-plans-con .switch-box {
    margin-bottom: 49px;
}

.pricing-plans-con .vector6 {
    right: 0;
    bottom: 50%;
    top: 0;
    margin: auto;
    transform: translateY(40%);
}

.toggler--is-active {
    color: var(--mustard-color);
}

/* TESTIMONIALS SECTION STYLING */
.testimonials-img-con::before {
    width: 486px;
    height: 486px;
    content: "";
    position: absolute;
    border-radius: 100%;
    text-align: center;
    background-color: var(--light-grey-bg);
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
}

.testimonials-img-con::after {
    width: 368px;
    height: 368px;
    content: "";
    position: absolute;
    border-radius: 100%;
    text-align: center;
    background-color: var(--grey-family-bg2);
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
}

.testimonials-img-con figure.testimonial-quote-img {
    width: 217px;
    height: 217px;
    border-radius: 100%;
    background-color: var(--secondary--color);
    line-height: 217px;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    border-bottom: 5px solid var(--mustard-color);
}

.testimonials-img-con figure.testimonial-quote-img img {
    z-index: 4;
    position: relative;
}

.testimonials-con .owl-carousel .owl-item img {
    width: auto !important;
    display: inline-block;
}

.testimonials-con .owl-carousel .owl-nav {
    margin-top: 0 !important;
    position: relative;
    bottom: 0;
    display: inline-block;
    left: 0;
    padding: 0;
    background: transparent;
}

.testimonials-con .owl-carousel .owl-prev,
.testimonials-con .owl-carousel .owl-next {
    margin: 0 !important;
    background: transparent !important;
}

.testimonials-con .owl-carousel .owl-prev:focus,
.testimonials-con .owl-carousel .owl-next:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.testimonials-con .owl-carousel .owl-prev span,
.testimonials-con .owl-carousel .owl-next span {
    font-size: 24px;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}

.testimonials-con .owl-carousel .owl-prev:hover span,
.testimonials-con .owl-carousel .owl-next:hover span {
    color: var(--mustard-color);
}

.testimonials-con .owl-carousel .owl-prev {
    position: relative;
    left: 0;
    bottom: 0;
}

.testimonials-con .owl-carousel .owl-next {
    position: relative;
    right: -25px;
    bottom: 0;
}

.review-content .testimonial-personimage {
    position: absolute;
    left: 0;
}

.review-content .testimonial-personimage img {
    border-radius: 100px;
}

.review-content .detail {
    padding-top: 0;
}

.review-content {
    padding-left: 71px;
    margin-bottom: 35px;
}

.review-content .name {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
    color: var(--primary--color);
}

.review-content .position {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
    color: var(--text-color);
}

.testimonials-con .heading-title-con h2 {
    margin-bottom: 16px;
}

.testimonials-con .heading-title-con p {
    line-height: 31px;
    margin-bottom: 30px;
}

.testimonials-img-con .customer1,
.testimonials-img-con .customer2,
.testimonials-img-con .customer3,
.testimonials-img-con .customer4 {
    border: 5px solid var(--secondary--color);
    border-radius: 100%;
    z-index: 10;
    box-shadow: 0 9px 13px rgb(0 0 0 / 2%);
    transition: ease-in-out 0.6s;
}

.testimonials-img-con .customer1,
.testimonials-img-con .customer3 {
    left: 0;
}

.testimonials-img-con .customer2,
.testimonials-img-con .customer4 {
    right: 0;
}

.testimonials-img-con .customer2 {
    top: -116px;
    right: 100px;
}

.testimonials-img-con .customer4 {
    right: 70px;
}

.testimonials-img-con .customer3 {
    left: 70px;
    bottom: -126px;
    top: unset;
}

.testimonials-img-con .customer1 {
    top: -20px;
    left: 53px;
}

.testimonials-img-con {
    transition: ease-in-out 0.6s;
}

.testimonials-img-con:hover {
    transform: translateY(-2px);
}

.testimonials-img-con .customer1:hover,
.testimonials-img-con .customer2:hover,
.testimonials-img-con .customer3:hover,
.testimonials-img-con .customer4:hover {
    transform: translateY(-3px);
}

/* GET IN TOUCH SECTION STYLING */
.get-intouch-con .get-intouch-inner-wrap form ul li {
    float: left;
    width: 48.5%;
    margin-right: 18px;
    margin-bottom: 24px;
}

.get-intouch-con .get-intouch-inner-wrap form ul li:nth-child(2),
.get-intouch-con .get-intouch-inner-wrap form ul li:nth-child(4) {
    margin-right: 0;
}

.get-intouch-con .get-intouch-inner-wrap form ul li input {
    width: 100%;
    padding: 13px 26px;
    background-color: var(--secondary--color);
    border: none;
    height: 58px;
    box-shadow: 0 9px 13px rgb(0 0 0 / 2%);
    border-radius: 29px;
}

.get-intouch-con .get-intouch-inner-wrap form ul li input::placeholder,
.get-intouch-con .get-intouch-inner-wrap form ul li textarea::placeholder {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
}

.get-intouch-con .get-intouch-inner-wrap form ul li:last-child {
    width: 100%;
}

.get-intouch-con .get-intouch-inner-wrap form ul li textarea {
    height: 120px;
    padding: 20px 28px;
    background-color: var(--secondary--color);
    border: none;
    width: 100%;
    border-radius: 29px;
}

.get-intouch-con .get-intouch-inner-wrap form ul li:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 23px;
}

.get-intouch-con .get-intouch-inner-wrap .heading-title-con h2 {
    margin-bottom: 24px;
}

.get-intouch-con .get-intouch-inner-wrap form ul li input:focus-visible,
.get-intouch-con .get-intouch-inner-wrap form ul li textarea:focus-visible {
    border: none;
    outline: none;

}

.get-intouch-con .get-intouch-inner-wrap form ul li input:focus,
.get-intouch-con .get-intouch-inner-wrap form ul li textarea:focus {
    box-shadow: inset 0 1px 1px rgb(88 88 135 / 8%), 0 0 8px rgb(58 58 94 / 60%);
    border-color: var(--primary--color);
}

.get-intouch-con .mustard-btn button {
    width: unset;
    cursor: pointer;
}

.get-intouch-con #contactpage span.error {
    font-size: 15px;
    line-height: 18px;
    margin-top: 10px;
    display: block;
    padding-left: 10px;
    color: red;
}

/* FOOTER SECTION STYLING */
.footer-con {
    padding-top: 103px;
    background-image: url('../images/footer-bg-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-con .footer-inner-con p {
    color: var(--light-purple-color);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
}

.footer-con .footer-inner-links ul li a {
    color: var(--light-purple-color);
    text-decoration: none;
    position: relative;
}

.footer-con .footer-inner-links ul li {
    padding-left: 24px;
    font-size: 16px;
    line-height: 35px;
    color: var(--light-purple-color);
}

.footer-con .footer-inner-links ul li img,
.footer-con .footer-inner-links ul li i {
    top: 10px;
    position: absolute;
    left: 0;
}

.footer-con .footer-inner-links ul li i {
    color: var(--mustard-color);
}

.footer-con .footer-inner-links h4 {
    margin-bottom: 21px;
}

.footer-con .footer-inner-links.var4 h4 {
    margin-bottom: 28px;
}

.footer-con .footer-inner-links form button {
    background-color: var(--mustard-color);
    width: 39px;
    height: 39px;
    border-radius: 100px;
    box-shadow: 0px 9px 13px rgb(251 156 35 / 26%);
    border: none;
    outline: none;
    position: absolute;
    right: 9px;
    top: 7px;
    cursor: pointer;
    transition: ease-in-out 0.6s;
}
.footer-btn {
    text-align: center;
    background-color: var(--mustard-color);
    width: 39px;
    height: 39px;
    border-radius: 100px;
    box-shadow: 0px 9px 13px rgb(251 156 35 / 26%);
    border: none;
    outline: none;
    position: absolute;
    right: 9px;
    top: 7px;
    cursor: pointer;
    transition: ease-in-out 0.6s;
}

.footer-con .footer-inner-links form button i {
    color: var(--secondary--color);
}
.footer-btn i {
    color: var(--secondary--color);
    line-height: 2.5;
}

.footer-con .footer-inner-links form input {
    width: 255px;
    height: 53px;
    border-radius: 26.5px;
    padding: 12px 20px;
    border: none;
}

.footer-con .col-lg-2.pr-0 {
    padding-left: 18px;
}

.footer-con .footer-inner-links.var3 {
    padding-left: 20px;
}

.footer-con .footer-inner-links form {
    margin-bottom: 27px;
}

.footer-con .footer-inner-links .follow-text {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    line-height: 33px;
}

.footer-con .footer-inner-links ul.social-icon li a i {
    position: unset;
    color: var(--secondary--color);
    background-color: var(--mustard-color);
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 100px;
    line-height: 34px;
    font-size: 14px;
}

.footer-con .footer-inner-con figure img {
    margin-bottom: 18px;
}

.footer-con .footer-inner-links ul.social-icon li {
    padding-left: 0;
    font-size: 14px
}

.footer-con .footer-inner-links ul.social-icon li i {
    margin-right: 10px;
    transition: ease-in-out 0.6s;
}

.footer-con .row {
    padding-bottom: 80px;
}

.footer-con .copyright-con {
    padding: 22px 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.footer-con .copyright-con p {
    color: var(--light-purple-color);
}

.footer-con .footer-inner-links form input:focus {
    outline: none;
    border: none;
}

.footer-con .footer-inner-links form input:focus {
    box-shadow: inset 0 1px 1px rgb(251 156 35 / 8%), 0 0 8px rgb(251 156 35 / 60%);
    border-color: var(--mustard-color);
}

.footer-con .footer-inner-links ul.social-icon li a i:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
    transform: translateY(-2px);
}

.footer-con .footer-inner-links ul li a:hover::after {
    width: 100%;
}

.footer-con .footer-inner-links ul li a:hover {
    color: var(--mustard-color);
}

.footer-con .footer-inner-links ul li a::after {
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--mustard-color);
    transition: ease-in-out 0.3s;
}

.footer-con .footer-inner-links ul.social-icon li a::after {
    display: none;
}

.footer-con .footer-inner-links ul li.address-info {
    line-height: 24px;
    margin-bottom: 17px;
}

.footer-con .footer-inner-links form button:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}
.footer-btn:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

/* about page about con3 styling */

.about-con3 .boost-web-traffic-con h4 {
    display: flex;
    align-items: center;
    color: var(--primary--color);
    /* position: relative; */
    font-weight: 700;
}

.about-con3 .boost-web-traffic-con h4 i {
    color: var(--secondary--color);
    background-color: var(--mustard-color);
    border-radius: 100%;
    padding: 4px 6px;
    width: 28px;
    font-size: 20px;
    top: 0;
    position: absolute;
    left: 0;
    height: 27px;
}

.about-con3 .boost-web-traffic-con .outer-boost {
    padding-left: 45px;
}

.about-con3 .boost-web-traffic-con h2 {
    margin-bottom: 28px;
}

.about-con3 .boost-web-traffic-con .outer-boost p {
    margin-bottom: 0;
}

.about-con3 .boost-web-traffic-con .outer-boost {
    margin-bottom: 28px;
}

.about-con3 .boost-web-traffic-con .outer-boost.boost-two {
    margin-bottom: 24px;
}

.about-con3 .boost-web-traffic-con .outer-boost.boost-three {
    margin-bottom: 0;
}

.about-con3 .boost-web-traffic-con {
    margin-top: 4px;
}

.about-con3 .col-lg-4.col-md-6.order-xl-0.order-lg-0.order-2 {
    padding-left: 10px;
}

.grow-your-business-con.about-con2 .grow-content-con {
    padding-left: 25px;
}

/* MEET OUR TEAM SECTION */
.meet-our-team-con .service-box {
    width: 350px;
    margin: 0 auto;
    box-shadow: 0 1px 40px #00000008 inset;
    /* box-shadow: 0 1px 40px #00000008; */
}

.meet-our-team-con .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    border-radius: 100%;
}

.meet-our-team-con img {
    border-radius: 100%;
}

.meet-our-team-con ul.social-icon li a i,
.coming-soon-con ul.social-icon li a i {
    position: unset;
    color: var(--secondary--color);
    background-color: var(--mustard-color);
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 100px;
    line-height: 34px;
    font-size: 14px;
}

.meet-our-team-con ul.social-icon li,
.coming-soon-con ul.social-icon li {
    padding-left: 0;
    font-size: 14px
}

.meet-our-team-con ul.social-icon li i,
.coming-soon-con ul.social-icon li i {
    margin-right: 10px;
    transition: ease-in-out 0.6s;
}

.meet-our-team-con ul.social-icon li a i:hover,
.coming-soon-con ul.social-icon li a i:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transform: translateY(-2px);
}

.services-con.meet-our-team-con .service-box p {
    margin-bottom: 14px;
}

.services-con.meet-our-team-con .service-box figure::before {
    display: none;
}

.meet-our-team-con .owl-carousel .owl-nav {
    margin-top: 30px;
}

.meet-our-team-con .owl-carousel .owl-nav button span {
    font-size: 22px;
}

.meet-our-team-con .owl-carousel .owl-nav button {
    margin-right: 14px;
}

.meet-our-team-con .owl-carousel .owl-nav button:focus,
.meet-our-team-con .owl-carousel .owl-nav button:focus-visible {
    outline: none;
    box-shadow: none;
    border: none;
}

.meet-our-team-con .owl-carousel .owl-nav button span:hover {
    color: var(--mustard-color);
}

.meet-our-team-con.services-con .service-box figure.position-relative {
    min-height: auto;
}

.meet-our-team-con.services-con .service-box figure img {
    top: unset;
    margin-bottom: 20px;
}

.meet-our-team-con.services-con .service-box h4 {
    margin-bottom: 5px;
}

/*  */
.about-con2 .mustard-btn {
    margin-top: 10px;
}

/* SUB PAGES BANNER SECTION */
.sub-banner-outer-con {
    /* background-image: url(../images/sub-banner-bg-img.png); */
    background-size: cover;
    background-repeat: no-repeat;
    height: 607px;
}

.sub-banner-outer-con .d-table {
    height: 370px;
}

.sub-banner-con h1 {
    margin-bottom: 18px;
}
.sub-banner-outer-con .banner-con .down_button {
    bottom: 13px;
}
/*  */
/* breadcrum */
.breadcrumb-item.active {
    color: var(--mustard-color);
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    color: var(--primary--color);
}

.breadcrumb-item i {
    margin: 0 15px;
    color: var(--text-color);
}

.breadcrumb {
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin-bottom: 9px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--primary--color);
}

.breadcrumb-item a:hover {
    color: var(--mustard-color);
}

.breadcrumb-con {
    margin-bottom: 16px;
}
/* PRICING PAGE STYLING */
.pricing-plans-con.pricing-con2 {
    background-image: none;
}

.pricing-plans-con.pricing-con2 .switch.name {
    color: var(--primary--color);
}

.pricing-plans-con.pricing-con2 .lcs_switch.lcs_off {
    background: var(--light-grey-bg);
    box-shadow: 0px 9px 13px rgb(0 0 0 / 2%);
}

.pricing-plans-con.pricing-con2 .lcs_switch.lcs_on {
    background: var(--light-grey-bg);
    box-shadow: 0px 9px 13px rgb(0 0 0 / 2%);
}

/* TEAM PAGE STYLING */
.meet-our-team-con.teams-con2 .service-box {
    width: auto;
    box-shadow: 0 1px 40px rgb(0 0 0 / 3%);
    margin-bottom: 30px;
}

.meet-our-team-con.teams-con2 .var .service-box {
    margin-bottom: 0;
}

/*  */
.msg-from-director-con {
    background-image: url('../images/msg-dirctor-con-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.msg-from-director-con .review-content .testimonial-personimage {
    left: 15px;
}

/* CONTACT PAGE STYLING */
.contact-detail-con.services-con .service-box figure::before {
    display: none;
}

.contact-detail-con.services-con .service-box {
    min-height: auto;
}

.contact-detail-con.services-con .service-box img {
    margin: 0 auto 30px;
    display: inline-block;
}

.contact-detail-con .service-box ul li a {
    color: var(--primary--color);
    position: relative;
}

.contact-detail-con .service-box ul li {
    font-size: 16px;
    line-height: 28px;
}

.contact-detail-con .service-box ul {
    margin-bottom: 25px;
}

.contact-detail-con .service-box ul li a:hover::after {
    width: 100%;
}

.contact-detail-con .service-box ul li a:hover {
    color: var(--mustard-color);
    text-decoration: none;
}

.contact-detail-con .service-box ul li a::after {
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--mustard-color);
    transition: ease-in-out 0.3s;
}

.contact-detail-con.services-con .service-box .mustard-btn a {
    min-width: 150px;
}

/* FAQ PAGE STYLING */
.faq-con .accordion-card .card-header {
    background-color: transparent;
    position: relative;
    padding: 24px 28px;
    margin-bottom: 0;
    background: none;
    border: none;
}

.faq-con .accordion-card .card-header a:focus {
    text-decoration: none;
}

.faq-con .accordion-card .card-header a:hover {
    text-decoration: none;
}

.faq-con .accordian-section-inner {
    text-align: left;
}

.faq-con .accordion-card {
    border-radius: 10px;
    margin-bottom: 29px;
}

.faq-con .accordion-card a {
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.faq-con .accordion-card .card-body p {
    font-size: 16px;
    line-height: 26px;
}

.faq-con .accordion-card .card-body {
    padding: 18px 0 20px;
    margin-right: 28px;
    margin-left: 28px;
}

.faq-con .accordion-card .card-header h4 {
    font-size: 20px;
    color: var(--primary--color);
    font-weight: 500;
    margin-bottom: 0;
}

.faq-con .accordion-card .card-header h4 a {
    color: var(--primary--color);
    text-decoration: none;
}


.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordion-card:has(.btn-link) {
    background: var(--secondary--color);
    box-shadow: 10px 0 68px rgba(237, 237, 237, 60%);
    border-top: 2px solid var(--mustard-color);
    border-radius: 10px;
    border: none;
}

.faq-con .accordion-card:has(.btn-link) .card-header {
    border-top: 2px solid var(--mustard-color);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.faq-con .accordion-card:has(.btn-link) .card-header h4 {
    color: var(--mustard-color);
}

.faq-con .accordion-card:has(.collapsed) .card-header {
    border-bottom: none;
    border-top: none;
}

.faq-con .accordion-card:has(.btn-link) .card-body {
    border-top: 1px solid #e8e6e6;

}

.faq-con .accordion-card:has(.collapsed) .card-header h4 {
    color: var(--primary--color);
}

.faq-con .accordion-card:has(.collapsed) {
    background: var(--secondary--color);
    box-shadow: 0 1px 40px rgb(0 0 0 / 3%);
    border: none;
}


.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card .btn {
    padding: 0;
    text-decoration: none;
    text-align: left;
    display: block;
    color: var(--e-global-color-white);
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
    padding: 0;
    border: none;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f068";
    font-size: 20px;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100px;
    color: var(--mustard-color);
    text-align: center;
    position: absolute;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

.faq-con .accordion-card .collapsed:before {
    content: "\2b";
    color: var(--mustard-color);
}

.faq-con .heading-title-con p {
    margin-bottom: 35px;
}

/* COMING SOON PAGE */
.comingsoon_outer {
    flex-grow: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    background-image: url('../images/pricing-plan-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;

}

.comingsoon_outer .coming-soon-con {
    flex-grow: 1;
}

.coming-soon-con .logo-wrapper {
    margin-bottom: 50px;
}

.coming-soon-con .logo-wrapper figure {
    background-color: var(--secondary--color);
    border-radius: 100px;
    min-height: 100px;
    min-width: 350px;
    line-height: 100px;
    box-shadow: 0px 9px 13px rgb(251 156 35 / 26%);
}

.coming-soon-con .coming-banner-content .form-group input:focus-visible {
    border: none;
    box-shadow: none;
    outline: none;
}

.coming-soon-con .coming-banner-content .form-group input:focus {
    box-shadow: inset 0 1px 1px rgb(251 156 35 / 8%), 0 0 8px rgb(251 156 35 / 60%);
    border: 1px solid var(--mustard-color);

}

.coming-soon-con .coming-banner-content .social-icons .circle {
    background-color: var(--text-color);
    border-radius: 100px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 1px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.coming-soon-con .coming-banner-content .social-icons .circle:hover {
    background-color: var(--primary--color);
    transform: translateY(-2px);
}


.coming-soon-con .coming-banner-content .social-icons a i {
    color: var(--secondary--color);
}

.coming-soon-con .coming-banner-content .social-icons {
    margin-top: 24px;
}

.comingsoon_outer .coming-soon-copyright {
    padding: 24px 0px;
    border-top: 1px solid rgb(223, 224, 230, .20);
    margin-top: auto;
}

.comingsoon_outer .coming-soon-copyright p {
    color: var(--text-color);
}

.comingsoon_outer .mustard-btn a:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

.coming-banner-content .coming-soon-con .form-group input#exampleInputEmail1 {
    border-top-left-radius: 29px;
    border-bottom-left-radius: 29px;
    border-left: 1px solid #ced4da;
}

.coming-soon-con .form-group {
    width: 500px;
}

.coming-soon-con .mustard-btn {
    margin-left: 6px;
}