a {
    color: white;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

section {
    padding: 60px 0;
}

body {
    font-size: 16px;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.agency-heading {
    background: linear-gradient(to right, #8E0064 0%, #B1087F 40%, #DEAB28 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    font-weight: bold;
    font-style: normal;
    line-height: 80px;
}

.agency_content h2 {
    font-size: 70px;
    line-height: 80px;
}

.agency-para {
    color: #666666;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
}

.agency-button {
    background: linear-gradient(to right, #DEAB28, #B1087F, #DEAB28);
    background-size: 200% auto;
    background-position: left center;
    color: #fff;
    line-height: 30.6px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 19px 47px 20px 46px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    transition: background-position 0.8s ease-in-out;
    display: inline-block;
}

.agency-button:hover {
    background-position: right center;
}

.navbar-brand img {
    height: 75.5px;
    width: 125px;
}

.menu_four .btn_get {
    border-color: #8e0064;
    padding: 0px 30px;
    background: #fff;
    min-width: 120px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.pl_200 {
    padding-left: 200px;
}

.menu>.nav-item>.nav-link {
    font: 500 15px "Poppins", sans-serif;
    color: black;
}

.s_features_item.s_features_item_two .s_features_content .learn_btn:hover,
.price_btn,
.s_subcribes .btn-submit,
.f_widget.about-widget .f_list li a:hover,
.f_widget .widget-wrap p a:hover,
.footer_bottom a,
.menu>.nav-item:hover .nav-link,
.menu>.nav-item.active .nav-link,
.menu>.nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text:hover,
.menu>.nav-item.submenu .dropdown-menu .nav-item:hover>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item:focus>.nav-link,
.menu>.nav-item.submenu .dropdown-menu .nav-item.active>.nav-link,
.footer_bottom a:hover {
    color: black;
}

.contact-btn {
    border: 1px solid #8e0064;
    background: #fff;
    color: #8e0064;
    padding: 10px 30px;
    border-radius: 45px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.section-subtitle {
    background-image: linear-gradient(95deg, #8E0064 20%, #8E0064 30%, #DDAB28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #8E0064;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 30px;
}

.section-title {
    color: #171C30;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    line-height: 55px;
    margin-bottom: 20px;
}

.agency_featured_content p {
    color: #4A4548;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}


.price-table-one {
    background: #fff;
    border-radius: 12px;
    padding: 25px 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.heading h2 {
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    line-height: 67px;
    margin-bottom: 20px;
    text-align: center;
}

.price-table {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-table-one {
    margin-top: 10px;
    background: #fff;
    border-radius: 20px;
    padding: 80px 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.price-table-one:hover {
    transform: translateY(-8px);
}

.price-table-one h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.price-table-one h3 {
    font-size: 38px;
    font-weight: 700;
    color: #002147;
    margin-bottom: 5px;
}

.price-table-one h3::after {
    content: " /mo";
    font-size: 16px;
    font-weight: 400;
    margin-left: 3px;
    color: #444;
}

.price-table-one h4 {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.price-table-one ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: left;
}

.price-table-one ul li {
    font-size: 15px;
    color: #333;
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.price-table-two {
    background: linear-gradient(90deg, #a80077, #fbc531);
    border-radius: 20px;
    padding: 40px 46px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #fff;
    position: relative;
    transition: transform 0.3s ease;
}

.price-table-two:hover {
    transform: translateY(-8px);
}

.price-table-two .heading {
    font-size: 14px;
    background: #fff;
    color: #6c63ff;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.price-table-two h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: white;
}

.price-table-two h3 {
    color: white;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 5px;
}

.price-table-two h3::after {
    content: " /mo";
    font-size: 16px;
    font-weight: 400;
    margin-left: 3px;
    color: #fff;
}

.price-table-two h4 {
    color: white;
    font-size: 14px;
    margin-bottom: 25px;
    font-weight: 500;
}

.price-table-two ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    text-align: left;
}

.price-table-two ul li {
    font-size: 15px;
    padding: 8px 0;
    position: relative;
    padding-left: 25px;
}

.price-table-two .btn-book {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 10px;
    background: #fff;
    color: #007bff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

.price-table-two .btn-book:hover {
    opacity: 0.85;
}

.price-table-two button {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    background-color: white;
    border-radius: 10px;
    border: none;
    padding: 15px 50px;
}

.price-table-one button {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    background: linear-gradient(90deg, #a80077, #fbc531);
    border-radius: 10px;
    border: none;
    color: white;
    padding: 15px 50px;
}

ul li {
    color: #fff;
    font-size: 1.35em;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    font-weight: 500;
    list-style: none;
}

.tick {
    color: #fff;
    font-size: 1.35em;
    margin-right: 15px;
    font-weight: 900;
}

.ticks {
    color: black;
    font-size: 1.35em;
    margin-right: 15px;
}

.img-text h2 {
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    line-height: 67px;
    margin-bottom: 20px;
    text-align: center;
}

.photo {
    padding: 50px 0px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bulk-sms-img {
    max-width: 100%;
    width: 90%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
}

.f_bg {
    background: #f6f0f4;
}

.f-logo img {
    width: 70%;
    height: auto;
}

.below-img p {
    font-size: 16px;
    font-weight: 300;
    color: #677294;
}

.widget-wrap p {
    font-weight: 300;
}

.icon-container {
    display: flex;
    gap: 20px;
    /* Space between icons */
    /* justify-content: center; */
    align-items: center;
}

.circle-icon {
    background: #eceef5;
    /* background: #dee1ed; */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee1ed;
}

.circle-icon i {
    color: #7b84a0;
    /* Grayish blue, adjust as needed */
    font-size: 20px;
}

.footer_area {
    padding-top: 0px;
    /* padding-bottom: 70px; */
    /* padding-bottom: 50px; */
}


/* purple-box */

.purple-box {
    background: linear-gradient(220deg, #DDE9FF80 0%, #FBE8F5 100%);
    border-radius: 30px;
    padding: 90px 0px 110px 0px;
    margin: 100px auto;
    max-width: 1200px;
}

.purple-box .quote {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quote-illustrate {
    flex: 1;
    text-align: left;
}

.quote-illustrate img {
    max-width: 100%;
    height: auto;
    margin-left: 50px;
}

.quote-content {
    flex: 1;
    text-align: left;
    margin-right: 200px;
}

.quote-txt h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 35px;
    background: linear-gradient(95deg, #8E0064 20%, #CE1597 30%, #DDAB28 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quote-txt h3 {
    font-size: 15px;
    font-weight: 400;
    color: #242424;
    margin-bottom: 35px;
}

.quote-button .btn-contact {
    display: inline-block;
    background: linear-gradient(270deg, #8E0064 15.55%, #DDAB28 95.6%);
    border: none;
    padding: 19px 47px 20px 46px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.quote-button .btn-contact:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

/* purple-box-ends */

.features_info {
    position: relative;
    padding-bottom: 0px;
}

.first-section h3 {
    margin: 0% 77% 5% 0%;
    padding: 9px 25px 7px 35px;
    background-color: #7B68EE1A;
    border-radius: 25px 25px 25px 25px;
    color: #7B68EE;
    font-family: "Poppins", Sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 16.5px;
}

.first-section h2 {
    color: #242424;
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    line-height: 65px;
}

.first-section p {
    color: #404046;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
}

.second-section img {
    width: 100%;
    height: auto;
}

.media-button .btn-contact {
    display: inline-block;
    background: linear-gradient(270deg, #8E0064 15.55%, #DDAB28 95.6%);
    border: none;
    padding: 18px 50px 19px 50px;
    border-radius: 100px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    line-height: 13px;
}

.media-button .btn-contact:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.image-part img {
    width: 100%;
    height: auto;
}

.text-part h2 {
    color: #171C30;
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    line-height: 55px;
    margin-bottom: 20px;
}

.text-part p {
    color: #4A4548;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    letter-spacing: -1px;
}

.space_50 {
    padding: 50px 0 50px 0;
}

.portfolio-section {
    padding: 120px 0;
    text-align: center;
}

.portfolio-item {
    margin-bottom: 40px;
    margin-top: 40px;
}

.portfolio-img {
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.portfolio-img img {
    width: 100%;
    display: block;
}

.portfolio-title {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.portfolio-btn {
    margin-top: 10px;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    line-height: 30.6px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    background-image: linear-gradient(280deg, #8E0064 15.55%, #DDAB28 95.6%);
    border: none;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 9px 25px 5px rgba(38, 203.00000000000003, 168.99999999999994, 0.2);
    padding: 3px 15px 3px 15px;
    cursor: pointer;
}

.expert_team_area {
    padding: 90px 0;
}

.team-container {
    text-align: center;
    margin-top: 40px;
}

.team-title {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #2c2c51;
    font-weight: 600;
    margin-bottom: 24px;
}

.profile-card {
    display: inline-block;
    background: transparent;
    text-align: center;
}

.profile-image {
    width: 400px;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    background: #ececec;
    box-shadow: 0 2px 16px rgba(40, 40, 60, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info {
    margin-top: 32px;
}

.name {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    color: #2c2c51;
    font-weight: 600;
}

.role {
    font-weight: 600;
    font-size: 14px;
    color: #282835;
}

.breadcrumb-container {
    padding: px 0;
    width: 100%;
}

.breadcrumb a {
    color: black;
    text-decoration: none;
    font-weight: 600;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: black;
    font-size: 1.2em;
    vertical-align: middle;
}

.breadcrumb-current {
    color: black;
    font-weight: 500;
}

.testi-heading {
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    line-height: 60px;
}

.agency_testimonial_area {
    background: linear-gradient(90deg, #8E0064 0%, #DDAB28 100%);
    margin-top: 50px;
    padding: 100px 0px 60px 0px;
}

.support_testimonial_info .testimonial_slider .author_img {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: none;
    box-shadow: none;
}

.owl-item {
    width: 100%;
    margin-right: 10px;
    margin-top: 100px;
    display: inline-block;
}

.support_testimonial_info .testimonial_slider .testimonial_item {
    padding: 80px 100px;
    border-radius: 10px;
    background: #fff;
}

.testi-h4 {
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 46px;
}

.agency_testimonial_info .testimonial_slider .testimonial_item p {
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    line-height: 46px;
    color: black;
}

.agency_testimonial_info .owl-next {
    right: -15px;
}

.agency_testimonial_info .owl-prev {
    left: -15px;
}

.support_testimonial_info .testimonial_slider .testimonial_item {
    padding: 80px 100px 80px 100px;
    border-radius: 10px;
    background: #fff;
    width: 100%;
}

.support_testimonial_info .testimonial_slider {
    padding: 0px;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 30px;
    max-width: 90%;
}

.agency_testimonial_info .testimonial_slider .owl-dots {
    display: none;
}

.support_testimonial_info .testimonial_slider .owl-item {
    padding: 40px 0px 55px 0px;

}

.agency_testimonial_info .owl-prev,
.agency_testimonial_info .owl-next {
    top: 60%;
}

.contact_form {
    background-color: #FDDFDF;
    padding: 23px 23px 23px 23px;
    border-radius: 7px 7px 7px 7px;
}


.contact_form_box .btn_three {
    min-width: 180px;
    text-align: center;
    background: white;
    border-color: none;
    margin-top: 0px;
    color: black;
    border: none;
}

.contact_form_box .btn_three:hover {
    background: black;
    color: white;
}

.contact-btn {
    border: 1px solid #8e0064;
    background: white;
    color: #8e0064;
    padding: 10px 30px;
    border-radius: 45px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact-btn:hover {
    text-decoration: none;
    background: #8e0064;
    color: white;
}



.text_box input[type="text"], .text_box input[type="password"], .text_box input[type="email"] {
    font: 400 15px/60px "Poppins", sans-serif;
    color: #222d39;
    height: 60px;
    border-radius: 0px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    width: 100%;
    border: 1px solid #fff;
    padding: 0 25px;
    line-height: 1;
}
.text_box textarea {
    height: 160px;
    font: 400 15px/60px "Poppins", sans-serif;
    line-height: 1.7;
    padding: 20px 25px;
}


.breadcrumb_area {
    background: #f8f6fe;
    position: relative;
    z-index: 1;
    padding: 235px 0px 125px;
    overflow: hidden;
}

.bread-heading {
    color: black;
}

.breadcrumb-container a{
    color: black;
}




.breadcrumb_area {
    position: relative;
    overflow: hidden;
}

.bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.bubble {
    position: absolute;
    background: rgba(128, 0, 255, 0.15);
    border-radius: 50%;
    opacity: 0.7;
}

/* Move Up-Down Animation */
@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Grow-Shrink Animation */
@keyframes growShrink {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
}

/* Rotate Animation */
@keyframes rotateBubble {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Different bubbles with different effects and delays */
.bubble:nth-child(1) {
    width: 60px;
    height: 60px;
    left: 20%;
    top: 30%;
    animation: moveUpDown 6s ease-in-out infinite;
    animation-delay: 0s;
}

.bubble:nth-child(2) {
    width: 40px;
    height: 40px;
    left: 70%;
    top: 60%;
    animation: growShrink 5s ease-in-out infinite;
    animation-delay: 1s;
}

.bubble:nth-child(3) {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 20%;
    animation: rotateBubble 8s linear infinite;
    animation-delay: 2s;
}

.bubble:nth-child(4) {
    width: 30px;
    height: 30px;
    left: 80%;
    top: 40%;
    animation: moveUpDown 7s ease-in-out infinite;
    animation-delay: 3s;
}

.bubble:nth-child(5) {
    width: 45px;
    height: 45px;
    left: 35%;
    top: 70%;
    animation: growShrink 6s ease-in-out infinite;
}



/* ANIMATIONS */
/* Fade In */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Slide In From Left */
@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Slide In From Right */
@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Grow & Shrink (Infinite) */
@keyframes growShrink {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* Rotate (Infinite) */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Move Up & Down (Infinite) */
@keyframes moveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes fadeInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInFromTop1 {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInFromTop4 {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInFromTop2 {
    0% {
        opacity: 0;
        transform: translateY(-400px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in-from-top {
    animation: fadeInFromTop 2s ease forwards;
}

.animate-fade-in-from-top-2 {
    animation: fadeInFromTop2 1s ease forwards;
}

.animate-fade-in-from-top-1 {
    animation: fadeInFromTop1 3s ease forwards;
} 

.animate-fade-in-from-top-4 {
    animation: fadeInFromTop4 1s ease forwards;
}

.animate-fade-in-from-bottom {
    animation: fadeInFromBottom 1s ease forwards;
}


/* Animation utility classes */
.animate-fade-in {
    animation: fadeIn 1s ease forwards;
}

.animate-fade-in-left {
    animation: fadeInLeft 1s ease forwards;
}

.animate-slide-in-left {
    animation: slideInLeft 1s ease forwards;
}

.animate-slide-in-right {
    animation: slideInRight 1s ease forwards;
}

.animate-grow-shrink {
    animation: growShrink 4s ease-in-out infinite;
}

.animate-rotate {
    animation: rotate 6s linear infinite;
}

.animate-move-up-down {
    animation: moveUpDown 3s ease-in-out infinite;
}

/* ANIMATIONS */














@media (min-width: 320px) and (max-width: 767px) {

    .agency_content h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .agency-button {
        font-size: 14px;
        padding: 15px 35px 15px 35px;
        margin-top: -40px;
        margin-left: -60px;
    }

    .agency-para {
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
    }

    .protype_img {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .agency_featured_area {
        padding-top: 30px;
    }

    .section-subtitle {
        font-size: 14px;
    }

    .section-title {
        font-size: 25px;
        line-height: 30px;
    }

    .agency_featured_content p {
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
    }

    .agency_featured_img {
        margin-top: -40px;
        margin-bottom: 40px;
    }

    .agency_testimonial_area {
        margin-top: 0px;
    }

    .agency_featured_area {
        padding: 90px 0px 30px 0px
    }

    .testi-heading {
        font-size: 25px;
        font-weight: 700;
        line-height: 30px;
    }

    .heading h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .img-text h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .bulk-sms-img {
        width: 100%;
    }

    .quote-illustrate img {
        margin-left: 0px;
        margin-top: 50px;
    }

    .purple-box {
        margin: 10px 15px 100px 15px;
        padding: 30px 15px;
    }

    .quote-txt h2 {
        font-size: 30px;
        margin-top: 20px;
    }

    .quote-button .btn-contact {
        padding: 15px 35px 15px 35px;
        font-size: 14px;
    }

    .quote-content {
        flex: 1;
        text-align: left;
        margin-right: 0;
        padding-left: 10px !important;
    }

    .f-logo img {
        /* width: 70%; */
        width: 175px!important;
        height: auto;
        margin-bottom: 0px;
    }

    .f_widget .mb_40 {
        margin-bottom: 15px;
    }

    .f_widget.about-widget .f_list li {
        margin-bottom: 13px;
    }

    .footer_area {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .support_testimonial_info .testimonial_slider {
        padding: 0px 0px;
        max-width: 100%;
    }

    .support_testimonial_info .testimonial_slider .testimonial_item {
        padding: 60px 10px 10px 10px;
    }

    .agency_testimonial_info .testimonial_slider .testimonial_item p {
        font-size: 15px;
        font-weight: 500;
        font-style: normal;
        line-height: 25px;
        color: black;
    }

    .support_testimonial_info .testimonial_slider .owl-item {
        /* padding: 40px 0px 55px 0px; */
        margin-top: 30px;
    }

    .pl_200 {
        padding-left: 00px;
    }

    .first-section h3 {
        margin: 0% 66% 5% 0%;
        padding: 7px 25px 7px 25px;
        text-align: center;
    }

    .first-section h2 {
        font-size: 28px;
        line-height: 50px;
    }

    .text-part h2 {
        font-size: 25px;
        margin-top: 20px;
        line-height: 30px;
    }

    .text-part p {
        font-size: 16px;
        line-height: 25px;
    }

    .portfolio-section {
        padding: 25px 25px 25px 25px;
        text-align: center;
    }

    .portfolio-btn {
        font-size: 14px;
        padding: 15px 35px 15px 35px;
    }

    .contact_form {
        background-color: #FDDFDF;
        padding: 40px 40px 40px 40px;
        border-radius: 7px 7px 7px 7px;
    }

    .profile-image img {
        width: 100%;
        height: auto;
        max-width: 100%;
        border-radius: 8px;
        object-fit: cover;
    }

    .profile-image {
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        background: #ececec;
        box-shadow: 0 2px 16px rgba(40, 40, 60, 0.07);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .profile-image img {
        width: 100%;
        height: auto;
        max-width: 100%;
        border-radius: 8px;
        object-fit: cover;
    }
   

}







/* .menu > .nav-item.submenu .dropdown-menu{
    width: 230px!important;
} */
.menu > .nav-item.submenu .dropdown-menu .nav-item {
    padding: 0px 40px 0 20px; 
}
.menu > .nav-item.submenu .dropdown-menu .nav-item .nav-link span.arrow_carrot-right {
    /* right: 20px; */
    right: 15px;
}
.text-theme{
    color: #B1087F!important;
}
.menu_four .menu_toggle .hamburger span, .menu_four .menu_toggle .hamburger-cross span {
    background: #000;
}
i.f-14{
    font-size: 12px!important;
    font-weight: 400!important;
}
.bg-clight{
    background: #F2FBFE!important;
}
.fw-500{
    font-weight: 500!important;
}
.br-20 {
    border-radius: 20px!important;
}
.box-shadow {
    box-shadow: 0px 0px 10px #d0f0fb;
}
.padding-custom{
    padding: 75px 0!important;
}
.btn-svc{
    color: #7B68EE;
    background: #7B68EE1A;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 15px!important;
    font-weight: 500;
    text-transform: uppercase;
    border: 0.3px solid #d8d2f9;
}




/* Outsider counter */
.counter {
    padding: 20px 0;
    border-radius: 5px;
}
.count-title {
    font-size: 60px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}
.count-per{
    font-size: 45px;
}
.count-des{
    font-size: 25px;
    padding-top: 10px;
    color: #111;
    font-weight: 600!important;
}









@media (min-width: 320px) and (max-width: 767px){
    .agency-heading {
        font-size: 50px;
        line-height: 1;
        margin-bottom: 20px;
    }


    .count-title {
        font-size: 50px;
    }
    .count-per{
        font-size: 40px;
    }
    .count-des{
        font-size: 20px;
        padding-top: 5px;
        color: #111;
        font-weight: 600!important;
    }
    ul li {
        display: block;
    }
    .price-table-two {
        background: linear-gradient(90deg, #a80077, #fbc531);
        padding: 40px 20px;
    }

    .responsive{
        height: 500px!important;
        padding: 50px 0 50px 0 !important ;
    }
        .f_widget .widget-wrap {
        display: inline !important;
        padding: 10px 0 0 0;
    }
    .footer-responsive{
        padding: 50px 0 0 0 !important;
        height: 100% !important;
    }
    .section-contact{
        padding: 0 !important;
    }
     


}

.contact-box {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}
















