@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

.navbar-light {
    box-shadow: 0px 2px 50px rgba(0, 0, 0, 0.05);
    background: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    height: 1px;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(to bottom right, #69c3e7, #00194c);
    height: 200px;
    border-radius: 50px;
}

body {
    font-family: sans-serif;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    list-style: none;
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}

li {
    list-style: none;
}

/* header */
.nav-link {
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

.header_top {
    background-color: #0e327a;
    padding: 10px 0px;
}

.header_top_left {
    padding-left: 25px;
    display: flex;
    justify-content: end;
    margin-top: 5px;
}

i.fa.fa-bars {
    font-size: 30px;
}

.list_wrap {
    display: flex;
    align-items: center;
    gap: 10px 35px;
}

.main-p {
    padding: 0px 11px;
}

.header_top_left .list_wrap li {
    font-size: 14px;
    color: #e6eeff;
    display: flex;
    align-items: center;
    line-height: 1.28;
    position: relative;
}

.header_top_left .list_wrap i {
    font-size: 20px;
    margin-right: 8px;
    line-height: 0;
    color: #e6eeff;
}

.header_top_left .list_wrap li::before {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 22px;
    background: #ffffff;
    z-index: 9999999999 !important;
}

/* bootoom */
.header_bottom_box {
    background-color: #fff;
    position: relative;
}

/* header_dropdown_start_here */

.header_bottom_dropdown {
    position: absolute;
    padding: 12px;
    width: 240px;
    top: 50px;
    left: 0;
    visibility: hidden;
    transform-origin: top;
    z-index: 9999999;
    transition: all 0.2s ease;
    opacity: 0;
    box-shadow: 0px 7px 10px #e6e6e6;
    border-top: 1px solid #d4d4d4;
    border-bottom: 3px solid #00194c;
    background-color: #fcfcfc;
}

.header_bottom_dropdown::after {
    content: "";
    position: absolute;
    height: 15px;
    width: 15px;
    border: solid 1px #DCDCDC;
    border-width: 1px 0 0 1px;
    transform: rotate(45deg);
    background-color: #fff;
    top: -7px;
    left: 32px;
}

.header_bottom_dropdown ul li a {
    font-size: 16px;
}

.header_bottom_box:hover .header_bottom_dropdown {
    visibility: visible;
    opacity: 1;
    top: 66px;
}

/* header_dropdown_end_here */
.bottom_image img {
    max-width: 45px;
    max-height: 45px;
}

/* header */
/* banner */
.main_area_bg {
    background-image: url(../images/banners_bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_btn {
    margin-bottom: 60px;
    margin-top: 30px;
}

.main_class {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 30px 0px 0px 0px;
}

.left_banner_image img {
    width: 350px;
}

.heading_two {
    color: #00194c;
    font-size: 30px;
    font-weight: 600;
}

.heading_five {
    font-size: 15px;
    font-weight: 600;
    color: #6bafcfd8;
}

.peragraph {
    font-size: 20px;
}

.banner_btn a {
    background-color: #00194c;
    color: #fff;
    padding: 10px 25px;
    border-radius: 50px;
}

.bg_back_image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.bg_back_image img {
    width: 400px;
}

.shape_image {
    position: absolute;
    right: 346px;
    top: 180px;
    z-index: 9;
}

h5.ms-3 {
    color: #000;
    font-size: 19px;
}

.left_banner_image {
    position: relative;
    z-index: 999;
}

.shape_image img {
    animation-name: example;
    width: 100%;
    animation-duration: 7s;
    position: relative;
    animation-iteration-count: infinite;
    animation-duration: 6s;
}

.header_bottom {
    z-index: 99999;
    top: -30px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.page_btn a {
    background-color: #22346e;
    padding: 10px 15px;
    font-weight: 300 !important;
    color: #fff !important;
    border-radius: 50px;
    font-size: 14px !important;

}

.paddig {
    background: linear-gradient(28deg, #00194c 0%, #69c3e7 100%) !important;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
}

td.w-50 {
    width: 40% !important;
}

._main_padding {
    height: 70px !important;
}

.fixed {
    transition: all .4s ease-in !important;
}

.fixed.header_bottom {
    position: fixed;
    background-color: #fff;
    top: 0;

}

@keyframes example {
    0% {
        transform: translateX(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateX(-200px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

h5.heading_five.h5.mb-2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

/* banner */
/* services */
.services {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
}

.feature_item:hover {
    box-shadow: 0 0 50px 0px #ddd;
    border-top: 2px solid #032d60;
}

.heading {
    font-size: 25px;
    font-weight: 600;
}

.feature_item {
    margin-bottom: 30px;
    text-align: center;
    border-left: 1px solid #E7E7E7;
}

.feature_icon img {
    width: 53px;
}

.heading {
    font-size: 18px;
}

.feature_content {
    text-align: left;
}

.peragrapha {
    font-weight: 600;
}

.feature_content a {
    font-size: 18px;
    font-weight: 600;
    color: rgba(107, 175, 207, 0.847);
}

.feature_content a:hover {
    color: #22346e;
}

.peragraphs {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

.feature_item.align-items-center.p-4 {
    min-height: 430px;
}

.sub {
    color: #6bafcfd8;
}

.smart_slider .slick-prev {
    background-color: #22356c;
    width: 35px;
    height: 35px;
    left: -50px;
    border-radius: 0;
}

.smart_slider .slick-next {
    background-color: #22356c;
    width: 35px;
    height: 35px;
    right: -50px !important;
}

.smart_slider .slick-next:hover {
    background: #22356c;
}

.smart_slider .slick-prev:hover {
    color: transparent;
    background: #22356c;
}

.smart_slider .slick-prev:before,
.slick-next:before {
    font-family: 'fontawesome';
    font-size: 17px;
    line-height: 1;
    opacity: 1;
    color: white;
}

.smart_slider .slick-next:before,
.slick-prev:before {
    font-family: 'fontawesome';
    font-size: 17px;
    line-height: 1;
    opacity: 1;
    color: white;
}

.smart_slider .slick-prev:focus {
    background-color: #22356c;
}

.smart_slider .slick-next:focus {
    background-color: #22356c;
}

/* services */
/* why_choose_us */
.why_choose_us {
    background-image: url(../images/header-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.choose_us_left {
    position: relative;
}

.heading_two_main {
    color: #00194c;
    font-size: 35px;
    font-weight: 600;
}

.unstyled li i {
    color: #22356c;
    font-size: 17px;
}

/* why_choose_us */
/* testimonials */
.testimonials_box {
    width: 33%;
    padding: 14px;
    height: 400px;
}

.testimonials_box_main {
    width: 100%;
    background-color: #ffffff;
    background-color: #ffffff;
    box-shadow: 0 0 10px #ddd;
    padding: 15px;
    height: 100%;
}

.testimonials_icon i {
    color: #ffb930;
}

.d-flex .image img {
    width: 60px;
    border-radius: 50px;
}

.testimonials_boxs li.slick-active {
    width: 35px;
    height: 10px;
    background: #22346e;
    border-radius: 50px;
}

.testimonials_boxs .slick-dots li button {
    width: 10px;
    height: 10px;
    color: #22346e;
    background: #22346e;
    border-radius: 50px;
}

.testimonials_boxs .slick-dots li button:before {
    font-size: 0px;
}

.testimonials_boxs .slick-dots {
    bottom: -55px;
}

/* testimonials */
.cta_bg {
    background-image: url(../images/cta_bg.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 5px;
    position: relative;
}

.cta_btn.ms-3::before {
    content: "\f095";
    font-family: fontawesome;
    top: 0;
    left: 0;
    color: #fff;
}

.cta_btn::before {
    content: "\f27a";
    font-family: fontawesome;
    top: 0;
    left: 0;
    color: #fff;
}

.cta_text {
    position: relative;
    z-index: 999;
}

.cta_btn {
    background-color: rgba(107, 175, 207, 0.847);
    width: 234px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
}

.cta_btn a {
    color: #ffffff;
}

.cta_btn.ms-3 {
    background-color: transparent;
    border: 1px solid #fff;
}

.ctc_list {
    color: #000;
    position: relative;
}

.ctc_list::before {
    content: "\f14a";
    position: absolute;
    font-family: fontawesome;
    top: 0;
    left: -21px;
    font-size: 15px;
    color: #00194c;
}

/* faq_section_start */
.faq {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.tab input:checked~.tab__content {
    max-height: 100%;
}

.accordion {
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
}

.tab__label,
.tab__close {
    display: flex;
    color: white;
    background: #000;
    cursor: pointer;
}

.tab__label {
    justify-content: space-between;
    padding: 20px;
    background-color: #22356c;
    border: 1px solid #dddddd56;
}

.tab__label::after {
    content: "\276F";
    width: 20px;
    height: 20px;
    text-align: center;
    transform: rotate(90deg);
}

.tab input:checked+.tab__label::after {
    transform: rotate(270deg);
}

.tab__content {
    color: #000;
}

.tab__content p {
    margin: 0;
    padding: 20px;
}

/* Arrow animation */
.tab input:not(:checked)+.tab__label:hover::after {
    animation: bounce .5s infinite;
}

@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }

    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}

/* faq_section_end */
/* award */
.award.py-lg-5 {
    border-bottom: 1px solid #e7e7e7;
}

.award_image img {
    width: 100px;
    cursor: pointer;
    filter: grayscale(100%);
    opacity: .5;
    transition: 1s;
}

.award_image img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.award_ions .slick-prev {
    background-color: #22356c;
    width: 35px;
    height: 35px;
    left: -50px;
    border-radius: 50px;
}

.award_ions .slick-next {
    background-color: #22356c;
    width: 35px;
    height: 35px;
    right: -50px !important;
    border-radius: 50px;
}

.award_ions .slick-next:hover {
    background: #22356c;
}

.award_ions .slick-prev:hover {
    color: transparent;
    background: #22356c;
}

.award_ions .slick-prev:before,
.slick-next:before {
    font-family: 'fontawesome';
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: white;
}

.award_ions .slick-prev::before {
    content: "\f104";
}

.award_ions .slick-next::before {
    content: "\f105";
}

.award_ions .slick-next:before,
.slick-prev:before {
    font-family: 'fontawesome';
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: white;
}

.award_ions .slick-prev:focus {
    background-color: #22356c;
}

.award_ions .slick-next:focus {
    background-color: #22356c;
}

/* blog_section_start */
.blog_box {
    padding: 4px;
    height: 100%;
}

.cta_btn a:hover {
    color: #fff;
}

.blog_box_main {
    background-color: #ffffff;
    box-shadow: 0 0 10px #ddd;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    height: 100%;
}

.blog_image img {
    width: 100%;
    transition: .3s linear;
    overflow: hidden;
}

.blog_image {
    overflow: hidden;
}

.blog_text {
    padding: 30px 20px;
}

.post img {
    width: 40px;
    border-radius: 50px;
}

.blog_box:hover .blog_image img {
    transform: scale(1.1);
}

.celender i {
    font-size: 20px;
}

.date {
    font-size: 15px;
    font-weight: 600;
}

.blog_p {
    font-size: 16px;
}

/* blog_section_end */
/* contact_us */
.conatct_us {
    border-top: 1px solid #e7e7e7;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.75), rgb(1, 11, 20)), url(../images/contact.webp);
}

.contact_left {
    align-items: center;
}

.number {
    width: 70%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: #fff;
}

.contact_icon {
    width: 80px;
    background: #032d60;
    height: 80px;
    text-align: center;
}

.contact_icon i {
    font-size: 20px;
    line-height: 80px;
    color: white;
}

.contact_text {
    width: calc(100% - 100px);
    padding-left: 20px;
}

.contact_text a {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.contact_p {
    font-size: 15px;
    font-weight: 600;
}

.conatct_image img {
    width: 100%;
}

.btn_main {
    background-color: #13285d;
    border: 0;
    color: #FFF;
    padding: 10px 20px;
}

.contact_right {
    background-color: #ffffff47;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
}

.btne {
    background-color: #00194c;
    border: none;
    color: #fff;
}

/* footer */
.footer {
    background-color: #00194c;
}

.headings {
    position: relative;
}

.headings::after {
    position: absolute;
    width: 26px;
    height: 3px;
    background-color: #fff;
    content: "";
    top: 28px;
    left: 1px;
}

.footer_list a {
    color: #fff;
}

.footer_list a:hover {
    color: #69c4e5;
}

.footer_list i {
    font-size: 13px;
}

.footer_icons i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: white;
    color: #032d60;
    text-align: center;
    border-radius: 50px;
}

.footer_icons i:hover {
    transform: rotatey(360deg);
    transition: 1s;
    background-color: #69c4e5;
    color: white;
}

/* footer */
/* scrool start */
.scrollTop {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    display: none;
    background: #69c3e7;
    border-radius: 5px;
}

.scrollTop .fa-angle-up {
    color: white;
    text-align: center;
    font-size: 20px;
}

.scrollTop :after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

h5.ms-3 {
    color: #000;
    font-size: 14px;
}

/* scrool end */
/* about_page_start_here */
._main_head {
    width: 100%;
    position: unset;
}

.unstyled_about li {
    font-size: 16px;
}

ul.unstyled.mt-2.mb-3 li {
    list-style: disc;
}

.unstyled_about li {
    list-style: disc;
}

._extra_bg {
    background-color: #fff;
    box-shadow: 0 0 5px #000;
}

.about_banner {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.75), rgb(1, 11, 20)), url(../images/business_main.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.about_us_page {
    background-image: url(../images/testimonial_bg.webp);
}

.about_us_image_s img {
    width: 400px;
}

h4.heading_5.text-light {
    line-height: 1.5;
    font-size: 23px;
}

.mains::before {
    color: #fff !important;
}

.our_vissiom_section {
    border-top: 1px solid #ddd;
}

.our_vission_left {
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px #ddd;
}

/* contact_page_start_here */

.contact_banner {
    background-image: linear-gradient(to left, #e7e7e7, #6bc2e7b5), url(../images/testimonial_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.contact_banner_image img {
    width: 400px;
}

.contact_lists i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #22356c;
    border-radius: 50px;
}

.contact_lists i:hover {
    transform: rotatey(360deg);
    transition: 1s;
    background-color: #69c4e5;
    color: white
}

.contact_us_box {
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px #ddd;
    min-height: 345px;
}

._contact_busy i {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #22356c;
    border-radius: 50px;
    font-size: 20px;
}

.contact_number a {
    color: #22356c;
    text-decoration: underline;
    font-weight: 500;
}

.contact_us_btn a {
    padding: 10px 20px;
    background-color: #22356c;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
}

.contact_form_map {
    border-top: 1px solid #ddd;
}

.location_left {
    background-color: #22356c;
    border-radius: 5px;
    padding: 48px;
}

.anchor:hover {
    color: #032d60;
    text-decoration: underline;
}

._main_forms {
    background-color: #fff;
    box-shadow: 0 0 46px #ddd;
    color: #000;
}

.contact_form {
    border-top: 1px solid #ddd;
}

/* contact_page_start_here */

/* SEO_banner_section_start_here */
.seo_banner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.peragraphs {
    font-size: 17px;
}

.seo_right_image img {
    width: 344px;
}

.seo_banner_btn a {
    padding: 10px 25px;
    border-radius: 50px;
}

.peragraphs_change {
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
}

.seo_about_list li.my-2 {
    list-style: disc !important;
}

.seo_service_st {
    width: 33%;

}

.seo_banner_btn a {
    background-color: #22356c;
}

.first_boxs {
    border: 1px solid #ddd;
    width: 100%;
    min-height: 353px;
}

.seo_banner_btns a {
    border-radius: 50px;
    padding: 8px 15px;
    background-color: #22356c;
    font-size: 15px;
}

.seo_services_main .slick-prev {
    left: -25px;
}

.seo_services_main .slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background: #6bc2e7;
}

.seo_services_main .slick-prev:before {
    content: "\f104";

}

.seo_services_main .slick-prev:before,
.slick-next:before {
    font-family: 'fontawesome';
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: white;

}

.seo_services_main .slick-prev:hover {
    background: #00194c;
}

.seo_services_main .slick-next:hover {
    background: #00194c;

}

.seo_services_main .slick-prev:focus {
    background: #00194c;

}

.seo_services_main .slick-next:focus {
    background: #00194c;

}

.seo_services_main .slick-slide img {
    display: inline-block;
}

.seo_services_main .slick-prev {
    right: -25px;
}

.seo_services_main .slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
    background: #6bc2e7;
    border-radius: 50px;
}

.seo_services_main .slick-next:before {
    content: "\f105" !important;

}

.seo_services_main .slick-next:before,
.slick-prev:before {
    font-family: 'fontawesome';
    font-size: 25px;
    line-height: 1;
    opacity: 1;
    color: white;
}

/* focus */
.focus_main {
    border-right: 1px solid #ddd;
    min-height: 375px;

}

.list_one {
    border-radius: 5px;
    background-color: #00194c;
    transition: .3s linear;

}

.list_two {
    border-radius: 5px;
    background-color: rgba(107, 175, 207, 0.847);
    transition: .3s linear;

}

.package_btn.text-center {
    margin-top: 70px;
}

.package_btn a {
    border-radius: 50px;
    padding: 8px 18px;
    background-color: #22356c;
}


/* seo_why_choose_start */

.why_services {
    box-shadow: 0 0 24px #e7e5e5;
    min-height: 416px;


}

.why_services:hover .why_services_icon img {
    transform: rotatey(360deg);
    transition: 1s;

}

.why_services:hover {
    color: #00194c;
}

/* seo_why_choose_end */

/* seo_testimonial_section_start */

.seo_testimonial {
    background: #00194c;
}

.seo_testimonials {
    width: 100%;
    margin: auto;
}

.seo_testimonial_pera {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.9;
}

.seo_testimonials .slick-prev {
    top: -50px;
}

.seo_testimonials .slick-next {
    top: -50px;
}

.seo_testimonials .slick-prev {
    left: 90%;
}

.seo_testimonials .slick-next {
    right: 0;
}

.seo_testimonials .slick-prev:before {
    content: "\f060";
}

.seo_testimonials .slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    opacity: 1;
}

.seo_testimonials .slick-next:before {
    content: "\f061";
}

.seo_testimonials .slick-next:before,
.slick-prev:before {
    font-family: 'FontAwesome';
    opacity: 1;
}

.seo_testimonials .slick-next,
.slick-prev {
    width: 35px;
    height: 35px;
    background: #6bc2e7;
}

.seo_testimonials .slick-prev,
.slick-next {
    width: 35px;
    height: 35px;
    border-radius: 0;
    background: #6bc2e7;
}

.seo_testimonials .slick-prev:hover {
    background: #6bc2e7;
}

.seo_testimonials .slick-next:hover {
    background: #6bc2e7;

}

.seo_testimonials .slick-prev:focus {
    background: #6bc2e7;

}

.seo_testimonials .slick-next:focus {
    background: #6bc2e7;

}

/* seo_testimonial_section_end */

/* our-succesful_section_start_here */

.case_study {
    background-color: #032d60;
    min-height: 180px;
    border-radius: 5px;
}

._cash {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
}

.cash_study_btn a {
    background-color: #fff;
    border-radius: 50px;
    padding: 8px 15px;

}

.bottom_bg {
    background-color: #032d60;
    padding: 15px 20px;
}

.contact_fit a {
    padding: 10px 20px;
    background-color: rgba(107, 175, 207, 0.847);

}

/* our-succesful_section_end_here */

.our_table .border-dark {
    background-color: #0d4e8f !important;
    color: #fff;
    font-size: 18px;
}

.border_main {
    border: 1px solid #dee2e6 !important;
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

/* SEO_banner_section_end_here */
.seo_plans_banner {
    background: linear-gradient(90deg, rgb(230 239 255) 0%, rgba(232, 240, 249, 1) 43%, rgba(218, 236, 255, 1) 100%);
}

.seo_plans_btn1 a {
    padding: 10px 20px;
    background-color: #032d60;
    border-radius: 50px;
}

.plans_banner_image img {
    width: 350px;
}

.request_btn a {
    padding: 9px 15px;
    background-color: #00194c;
    border-radius: 5px;
}

.custom_plan_box {
    border: 1px solid #ddd;
    border-radius: 5px;
}

._alin {
    border-bottom: 2px solid #032d6077;
    font-size: 22px;
}

.how_help_box {
    border: 1px solid #ddd;
    border-radius: 5px;
}

h6.fs-3.text-danger.ms-right {
    opacity: 0.4;
    font-style: italic;
}

.how_help_box img {
    width: 50px;
}

/* our_faq_section_start */
#integration-list {
    width: 100%;
    margin: 0 auto;
}

#integration-list ul {
    padding: 0;
    margin: 20px 0;
    color: #555;
}

.expand {
    display: block;
    text-decoration: none;
    color: #555;
    cursor: pointer;
}

.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
}

.right-arrow {
    width: 26px;
    height: 100%;
    float: right;
    font-weight: bold;
    font-size: 25px;
    margin-top: -8px;
}

#integration-list .faq_list {
    border: 1px solid #ddd;
    display: block;
    padding: 15px;
    overflow: hidden;
    margin: 14px;
}

.bg_custom {
    background-color: #00194c !important;
}

h6.fs-3.text-danger.ms-right.text-end {
    margin-left: 150px;
}

h6.fs-3.text-danger.ms-right {
    opacity: 0.4;
    font-style: italic;
}

/* our_faq_section_end */

/* product_table_start_here */

.accordion-button:focus {
    box-shadow: none !important;
}

._main_bga {
    background: linear-gradient(28deg, #69c3e7 0%, #00194c 100%) !important;
    font-size: 15px;
    font-weight: 400;
    min-width: 20% !important;
}

._main_ta {
    background: linear-gradient(28deg, #69c3e7 0%, #00194c 100%) !important;
    font-size: 17px !important;
    width: 40% !important;
}

/* product_table_end_here */
/* seo-package-plan_page_end */
/* local_seo_packages_page_start */
.local_btns {
    background-color: #00194c;
    padding: 10px 20px;
    border-radius: 50px;
}

.left_local_icon img {
    width: 50px;
}

.improve_image img {
    width: 50px;
}

.local_list_style {
    position: relative;
    margin-left: 28px;
}

.local_list_style::before {
    position: absolute;
    top: 0px;
    left: -25px;
    content: "\f046";
    font-family: fontawesome;
    color: #69c3e7;
    font-size: 17px;
}

.localform {
    box-shadow: none !important;
}

.local_seo_box.d-flex {
    padding: 15px;
    height: 250px;
    position: relative;
    border: 1px dashed #ddd;
}

.local_seo_box.d-flex:before,
.local_seo_box.d-flex:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    transform: scale(0);
    transition: 0.5s;
}

.local_seo_box.d-flex:before {
    border-bottom: 1px dashed #00194c;
    border-left: 1px dashed #00194c;
    transform-origin: 0 100%;
}

.local_seo_box.d-flex:after {
    border-top: 1px dashed #00194c;
    border-right: 1px dashed #00194c;
    transform-origin: 100% 0%;
}

.local_seo_box.d-flex:hover:after,
.local_seo_box.d-flex:hover:before {
    transform: scale(1);
}

.improve_business {
    background-color: #fff;
    box-shadow: 0 0 20px #ddd;
    transition: all .5s ease;
    position: relative;
    min-height: 355px;
    border: 1px solid #ddd;
}

.improve_business:after {
    content: "";
    position: absolute;
    top: -100%;
    left: 0px;
    width: 100%;
    background: #ccc;
    transform-origin: left bottom;
}

.bg_color {
    padding: 10px 20px;
    background-color: #00194c;
}

.best_right_box {
    width: 100%;
    border: 1px solid #e4e4e4;
    min-height: 250px;
    overflow: hidden;
    position: relative;

}

.text-white.bg_color {
    width: 18%;
}

.best_right_box:before,
.best_right_box:after {
    position: absolute;
    top: 0;
    left: 0;
    background: #492059;
    transition: transform 1s ease;
    content: "";
}

.best_right_box:before {
    position: absolute;
    width: 100%;
    height: 0px;
    transform: translateX(-100%);
    left: 100%;
}

.best_right_box:hover:before,
.best_right_box:hover:after {
    transform: translate(0, 0);
    left: 100%;
    height: 2px;
}

div#accordionExample {
    border-radius: 0;
}

i.fa-solid.fa-circle-xmark {
    color: green;
    font-size: 21px;

}


.titletx {
    width: 100% !important;
    background: linear-gradient(28deg, #00194c 0%, #69c3e7 100%) !important;
    color: #fff !important;
    height: 50px;
    font-size: 14px !important;
    line-height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0 36px 10px 12px;
    position: relative;
}

.clumtwo {
    float: left;
    height: 50px;
    line-height: 50px;
    width: 15%;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}

th {
    vertical-align: middle !important;
}

.accordion-button::after {
    position: absolute;
    top: 16px;
    right: 20px !important;
    z-index: 99999999999999 !important;
    width: 20px !important;

}

th.text-center.text-light.border-1._main_ta {
    font-size: 22px;
    font-weight: 500;
}

button.text-light.p-1.border-0.bg-dark.rounded.mb-2 {
    font-size: 14px;
    padding: 10px !important;
    margin-top: 10px;
}

h6.fs-3.text-danger.ms-right.text-end {
    margin-left: 150px;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

h6.fs-6.text-light.mt-2 {
    font-size: 15px !important;
}

p.fs-6.text-light.mt-3 {
    font-size: 15px !important;
}

button.accordion-button.p-0.border-0 {
    z-index: 1;
}

/* product_table_end_here */

/* seo-package-plan_page_end */

.modal-content {
    width: 100% !important;
    margin-top: 150px;
}

/* popup */
.text_d {
    background-color: transparent;
    padding: 0;
}

.modal-content {
    background-image: linear-gradient(to top, #00194ca4, #69c4e5cb);
}

.modal-header {
    border: none !important;
    padding: 0 !important;
}

.btn-close {
    background-color: #fff !important;
    border-radius: 50px !important;
    margin-top: -15px !important;
    margin-right: -18px !important;
    opacity: 2 !important;
    border: 2px solid #CCC !important;
}

/* local_seo_packages_page_end */


/* website-design -page-layout_start */
.website_left_btn a {
    background-color: #00194c;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 15px;
}

.website_banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.website_banner_right img {
    width: 400px;
}

.our_service_image {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #ddd;
    margin: auto;
    border-radius: 50px;
}

.head_two {
    font-weight: 600;
}

.our_service_image img {
    width: 40px;
}

.why_chose_image {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ddd;
    text-align: center;
    border-radius: 50px;
}

.why_chose_image img {
    width: 40px;

}

.why_chose_right_box {
    border: 1px solid #dee2e6;
    padding: 0px 15px;
    height: 100%;
}

.our_testimonials {
    background-color: #032d60;
}

.clints_btn a {
    background-color: #032d60;
    border: 2px solid #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
}

.main_testimonials .slick-prev {
    top: 0px;
}

.main_testimonials .slick-next {
    top: 0px;
}

.main_testimonials .slick-prev {
    left: 85%;
}

.main_testimonials .slick-next {
    right: 90px;
}

.main_testimonials .slick-prev:before {
    content: "\f060";
}

.main_testimonials .slick-prev:before,
.slick-next:before {
    font-family: 'FontAwesome';
    opacity: 1;
}

.main_testimonials .slick-next:before {
    content: "\f061";
}

.main_testimonials .slick-next:before,
.slick-prev:before {
    font-family: 'FontAwesome';
    opacity: 1;
}

.main_testimonials .slick-next,
.slick-prev {
    width: 35px;
    height: 35px;
    background: #6bc2e7;
}

.main_testimonials .slick-prev,
.slick-next {
    width: 35px;
    height: 35px;
    border-radius: 0;
    background: #6bc2e7;
}

.main_testimonials .slick-prev:hover {
    background: #6bc2e7;
}

.main_testimonials .slick-next:hover {
    background: #6bc2e7;
}

.main_testimonials .slick-prev:focus {
    background: #6bc2e7;
}

.main_testimonials .slick-next:focus {
    background: #6bc2e7;
}

.webdesign_service {
    background-image: url(../images/service_shape.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.web_service {
    background-color: #fff;
    height: 100%;
    padding: 10px 20px;
}

.unstyleds {
    list-style: disc !important;
}

.website_price {
    background-color: #f3f5fa;
}

.our_price_plan {
    background-color: #fff;
    box-shadow: 0 0 20px #ddd;
    border-radius: 5px;
    height: 340px;
}

.top_text {
    background-color: #00194c;
    border-radius: 5px 5px 0px 0px;
}

.view_plan_btn a {
    padding: 10px 20px;
    background-color: #00194c;
    border-radius: 50px;
}

.design_process {
    background-color: #f3f5fa;
}

.at-work {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #dddddd9f;
}

.at-work-process-text {
    transition: all 200ms linear 0s;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

.at-work:hover .at-work-process-text {
    transform: translateY(-150%);
}

.at-work:hover .at-work-process-details {
    z-index: 2;
    opacity: 1;
    bottom: -25px;
    transition: all 0.4s linear;
}

.contact_small {
    font-size: 15px;
}

._main_card {
    font-size: 15px;
}

.at-work-process-number {
    color: #00194c;
    font-size: 40px;
    font-weight: 600;
    display: block;
}

.text_big {
    font-size: 16px;
    font-weight: 600;
}

.at-separator-thick {
    background: #00194c;
    height: 4px;
    margin-top: 10px;
    width: 50px;
}

.at-work-process-details {
    bottom: -60px;
    height: 100%;
    left: 0;
    opacity: 0;
    width: 100%;
    position: absolute;
    display: block;
    margin-bottom: 20px;
}

.at-work-process-details img {
    margin-bottom: 15px;
    display: block;
    width: 40px;
    margin-left: 20px;
}

.resons_col {
    margin-top: 5px;
    margin-bottom: 5px;
}

.clints_btn.mt-4 {
    margin-bottom: 15px;
}

.talk_btn a {
    padding: 8px 18px;
    background-color: #00194c;
    border-radius: 50px;
}

.talk_image img {
    width: 300px;
}

.our_service_box {
    height: 100%;
}

.our_service_box:hover {
    background-color: #f3f5fa;
}

/* website-design -page-layout_end */
/* ppc_page_start_here */
.ppc_left_image img {
    width: 400px;
}

.our_service {
    background-color: #f3f5fa;
}

.ppc_service_text {
    padding: 0px 0px 0px 15px;
}

.ppc_ads_service {
    background-color: #f3f5fa;
}

.ppc_service_box:hover {
    box-shadow: 0 0.1rem 0.5rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.col-left_box {
    padding: 15px 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 10px #ececec;
    height: 100%;
}

/* ppc_page_end_here */
/* ORM Services_page_start_here */
.orm_banner {
    background-color: #ebebef8f;
    padding-bottom: 70px;
}

.orm_services_box {
    border: 1px solid #ddd;
    padding: 10px;
    transition: 0.3s;
}

/* .orm_services_box:hover {
    box-shadow: inset 0 0 50px 115px #6bc2e7;
} */
.orm_choose_us {
    padding: 10px;
    border: 1px solid #ddd;
}

.orm_peragraph {
    font-size: 14px;
}

.counter li {
    list-style: auto !important;
    margin-left: 15px;
}

/* ORM Services_page_end_here */
/* Content Marketing Services_section_start */
.content_marketing_banner {
    padding-bottom: 70px;
}

.content_marketing_image img {
    width: 400px;
}

.circle_main img {
    position: absolute;
    width: 350px;
    top: 300px;
    right: 200px;
    transform: rotate(180deg);
}

.contect_c_us {
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 0 10px #d4d4df;
}

.app_image img {
    width: 450px;
    margin-top: 70px;
}

.accordionin {
    background: white;
    border: 1px solid #e9e1e1;
    border-radius: 5px;
    font-weight: 500;
    padding: 10px 20px;
    cursor: pointer;
    color: #000;
}

.accordionDrop {
    background-color: #fff;
    padding: 0px 30px;
}

.details-marker {
    display: none;
}

/* Content Marketing Services_section_end */

/*  Social_Media_marketing_start_here */
.social_media_marketing_banner {
    padding-bottom: 70px;
}

.social_media_marketing img {
    width: 350px;
}

.row_image img {
    padding: 10px;
}

.process_box {
    padding: 10px;
    box-shadow: inset 0 0 20px #ddd;
    transition: 1s;
}

.process_box img {
    width: 200px;
}

.process_box:hover {
    box-shadow: inset 0 0 200px #ddd;
}

.smo_help_us_box {
    border: 1px solid #ddd;
    padding: 10px;
}

.smo_choose_image img {
    width: 200px;
}

/*  Social_Media_marketing_end_here */

/* enterprise_seo_start_here */

.enterprise_seo_banner {
    background-image: linear-gradient(117deg, #00000000 0%, #EAF1FF 50%);
}

.enterprise_seo_b_image {
    background-image: url(../images/overlay.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.enterprise_seo_btn a {
    padding: 10px 25px;
    border-radius: 50px;
    background-color: #22356c;
}

.enterprise_box.rounded.p-4 {
    height: 448px;
}

.enterprise_box {
    box-shadow: 0 0 15px #cecece;
    border: 1px solid #eee;
}

.enterprise_box img {
    width: 35px;
}

.enterprise_box_icon {
    height: 60px;
    width: 60px;
    border: 1px solid #eee;
    line-height: 60px;
    text-align: center;
    background-color: #eaf1ff;
    border-radius: 10px;
}

.enterprise_why_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #fafafa;
    border: 1px solid #e7e4e4;
    text-align: center;
    border-radius: 50px;
}

.enterprise_why_icon img {
    width: 35px;
}

.enterprise_image img {
    width: 400px;
}

/* enterprise_seo_end_here *
/* ecommerce_seo_start_here */

.ecommerce_image img {
    width: 400px;
}

.ecommerce_seo_banner {
    background-image: linear-gradient(117deg, #00000000 100%, #EAF1FF 50%);
}

/* ecommerce_seo_end_here */


/* mobile_website_start_here */
.mobile_faq_list {
    position: relative;
}

.mobile_faq_list::before {
    position: absolute;
    top: 0;
    left: -15px;
    content: "\f0da";
    font-family: fontawesome;
}

p.contact_small.mb-2.text-light {
    font-size: 14px;
}

/* mobile_website_end_here */

/* wordpress_website_start_here */
.wordpress {
    position: relative;
}

.wordpress::before {
    position: absolute;
    top: 0;
    left: -20px;
    content: "\f0da";
    font-family: fontawesome;
}

.wordpresss img {
    width: 100%;
}

/* wordpress_website_end_here */
.fixed_popup {
    position: fixed;
    right: 0;
    bottom: 40%;
    z-index: 99999;
    cursor: pointer;
}

.fixed_popup .show-modal {
    background-color: red !important;
}

.modal-backdrop {
    z-index: 1 !important;
}


.my-login {
    width: 380px;
    height: auto;
    position: fixed;
    right: 0px;
    top: -23%;
    background-image: linear-gradient(to top, #00194c, #69c4e5);
    border: 1px solid #ddd;
    z-index: 99999;
}

.my-login form .heading {
    font-size: 1.4em;
    margin-top: 15px;
}

#select-box {
    overflow-y: auto;
    border: 0;
    outline: 0;
    width: 100%;
    font-size: 15px;
    padding: 7.5px 10px;

}

option {
    overflow-y: scroll;
    height: 50%;
    margin-left: 50px;
    font-size: 15px !important;
}

.fas.fa-times.ms-50 {
    cursor: pointer;
    position: relative;
    top: 0px;
    right: -112px !important;
    font-size: 25px;
    background-image: linear-gradient(to top, #00194ca4, #69c4e5cb);
    border-radius: 50px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.modal-box {
    top: 33%;
    visibility: hidden;
    width: 400px;
    padding: 30px;
    right: -40%;
    position: fixed;
}

.start-btn.show-modal {
    visibility: hidden;
    transform: translateX(-100px);
    transition: all 0.9s;
    position: fixed;
    z-index: 9999999999999;
}

.modal-box.show-modal {
    right: 0;
    bottom: 0;
    visibility: visible;
    transition: all 0.9s;
    position: fixed;
    z-index: 9999999999999999999997;
    transform: translateX(-0px);

}

@keyframes uptocallmini {
    0% {
        transform: rotate(0deg);

    }

    10% {
        transform: scale(1.08);
    }

    20% {
        transform: scale(1.08);
    }

    30% {
        transform: scale(1.09);
    }

    40% {
        transform: scale(1.03);
    }

    50% {
        transform: scale(1.08);
    }

    60% {
        transform: scale(1.01);
    }

    70% {
        transform: scale(1.03);
    }

    80% {
        transform: scale(1.1);
    }

    90% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }

}

#uptocall-mini {
    position: fixed;
    left: 20px;
    bottom: 28%;
    width: 50px;
    height: 50px;
    line-height: 55px;
    background-color: #69c3e9;
    border-radius: 50px;
    text-align: center !important;
    box-shadow: 4px 4px 3px 0px #999;
    z-index: 999;
}

#uptocall-mini i {
    color: #ffff;
    font-size: 20px;
    animation: uptocallmini 2s;
    animation-iteration-count: infinite;


}

.whatshaap {
    position: fixed;
    left: 20px;
    bottom: 41%;
    width: 50px;
    height: 50px;
    line-height: 60px;
    background-color: #25d366;
    border-radius: 50px;
    text-align: center !important;
    box-shadow: 4px 4px 3px 0px #999;
    z-index: 999999;

}

.whatshaap i {
    color: #ffff;
    font-size: 30px;
    animation: uptocallmini 2s;
    animation-iteration-count: infinite;
}

/* responsive_A */



@media screen and (max-width:568px) {
    .left_banner_image.text-center img {
        display: none !important;
    }

    .fixed.header_bottom {
        position: relative;

    }

    .text-ted {
        display: none !important;
    }

    i.fa-solid.fa-user-plus.d-none {
        display: block !important;
    }

    .paddig {
        padding: 9px 16px;
    }

    .choose_us_left_image img {
        display: none;
    }

    .custom_one {
        padding-top: 40px;
    }

    .custom_to {
        margin: 0;
    }

    .header_top {
        display: none;
    }

    h2.peragrapha.fs-4.pb-5 {
        padding-top: 40px !important;
        padding-bottom: 10px !important;
    }

    .text-ted {
        display: none !important;
    }

    i.fa-solid.fa-user-plus.d-none {
        display: block !important;
    }

    .paddig {
        padding: 9px 16px;
    }

    p.peragrapha.fs-3.mb-3.mt-2 {
        padding-top: 35px;
    }

    nav.navbar.navbar-expand-lg.mt-2.p-0 {
        background: white;
        box-shadow: 0 0 4px;
    }

    .left_banner_image img {
        max-width: 100%;
    }

    .banner_btn {
        margin-bottom: 30px !important;
    }

    .scrollTop {
        right: 10px;

    }

    h6.fs-3.text-danger.ms-right.text-end {
        margin-left: 10px !important;
    }

    button.slick-next.slick-arrow {
        display: none !important;
    }

    .text-center.pb-4 {
        margin-top: 60px;
    }

    .bg_back_image {
        display: none;
    }

    .choose_us_left_image img {
        width: 100%;
    }

    button.slick-next.slick-arrow {
        display: none;
    }

    .choose_us_right {
        margin-top: 40px;
    }

    .shape_image {
        display: none;
    }

    .main_class {

        padding: 10px 0px 0px 0px;
    }

    .number {
        width: 100%;
    }

    .contact_left {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .blog_box {
        margin-bottom: 20px;
    }

    .contact_right {
        margin-bottom: 30px;
        margin-top: 40px;
    }


    h2.h5.text-light.headings.mt-3.ms-4 {
        margin-left: 0 !important;
        padding-bottom: 20px;
    }

    ul.p-0.mt-4.ms-4 {
        margin: 0 !important;
    }

    .cta_btns {
        flex-direction: column;
        margin-left: 0;
    }

    .cta_bg {
        margin-bottom: 30px;
    }

    .location_left {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .footer_logo {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .banner_left {
        margin-top: 90px;
    }

    span.and.ms-3.text-light {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .cta_btn.ms-4 {
        margin-left: 0;
    }

    .about_us_image_s img {
        width: 300px !important;
        margin-bottom: 20px;
    }

    .contact_banner_image img {
        width: 341px !important;
    }

    .contact_banner_image.text-center {
        text-align: left !important;
    }
}

@media screen and (max-width:768px) {
    .plans_banner_image.text-center img {
        display: none;
    }

    .seo_right_image.text-center img {
        display: none;
    }

    .seo_about_image {
        display: none;
    }

    .local_images.text-center.mb-5 img {
        display: none;
    }

    .enterprise_image.text-center img {
        display: none;
    }

    .local_seo_box.d-flex {
        height: 100%;
    }

    .ecommerce_image.text-center img {
        display: none;
    }

    .website_banner_right.text-center img {
        display: none;
    }

    .talk_image img {
        display: none;

    }

    .left_banner_image.text-center {
        display: none;
    }

    .enterprise_box.rounded.p-4 {
        height: 100%;
    }

    .content_marketing_image.text-center img {
        display: none;
    }

    .content_marketing_banner {
        padding-bottom: 20px;
    }

    .ppc_left_image.text-center img {
        display: none;
    }

    .text-ted {
        display: none !important;
    }

    .paddig {
        padding: 9px 16px;
        font-size: 12px;
    }

    i.fa-solid.fa-user-plus.d-none {
        display: block !important;
    }

    .content_marketing_image.text-center img {
        width: 100%;
    }

    .ecommerce_image.text-center img {
        width: 100%;
    }

    .seo_about_image img {
        width: 100%;
    }

    h4.fs-5.w-75.ms-3 {
        margin-top: 60px !important;
    }

    .bg_custom.rounded.d-flex.align-items-center.justify-content-between {
        display: block !important;
    }

    h6.fs-3.text-danger.ms-right.text-end {
        margin-left: 118px;
    }

    .rist {
        flex-direction: column;
    }

    .main_table {
        width: 100%;
    }

    .products_table_left {
        width: 100%;
    }

    .seo_right_image.text-center img {
        margin-top: 50px;
        width: 100%;
        margin-left: 0 !important;

    }

    .website_banner_right img {
        width: 333px;
        margin-top: 20px;
    }

    button.text-light.p-1.border-0.bg-dark.rounded.mb-2 {
        font-size: 6px !important;
        padding: 4px !important;
        margin-top: 10px;
    }

    .website_btn.d-flex.mt-4 {
        flex-direction: column;
    }

    .website_left_btn {
        margin-bottom: 29px;
    }

    h2.fs-4.ms-3.mt-3.w-75 {
        padding-top: 35px;
    }

    .text-white.bg_color {
        width: 61% !important;
    }

    th.text-center.text-light.border-1._main_ta {
        font-size: 10px !important;
    }

    ._main_ta {
        width: 20% !important;
    }

    ._main_bga {
        font-size: 11px;
    }

    button.text-light.p-1.border-0.bg-dark.rounded {
        font-size: 7px;
        margin-top: 7px;
        padding: 6px 5px !important;
    }

    .accordion-body.cheak {
        font-size: 12px;
    }

    h6.fs-3.text-danger.ms-right.text-end {
        margin-left: 122px;
    }

    .bg_custom.p-2.rounded.d-flex.align-items-center.justify-content-between {
        margin-bottom: 16px;
    }

    .bg_custom.p-2.rounded.d-flex.align-items-center.justify-content-between {
        flex-direction: column;
        align-items: baseline !important;
    }

    h6.fs-6.text-light.mt-2.ms-4 {
        margin-left: 0 !important;
    }

    p.fs-6.text-light.mt-3.me-4 {
        margin-top: 0px !important;
    }

    .header_bottom_dropdown {
        width: 170px;
    }

    .local_list {
        width: 100%;
    }

    .local_list.ms-5 {
        margin: 0 !important;
    }

    .flexs-top {
        flex-direction: column;
    }

    .local_plans_btn.d-flex {
        flex-direction: column;
    }

    .local_left.mt-3.mb-3.ms-3 {
        margin-left: 0 !important;
    }

    .form_bg.p-3 {
        margin-top: 23px;
    }

    .local_seo_banner.pb-5 {
        padding-bottom: 0px !important;
    }

    .contact_right._main_forms.localform.rounded-0.mt-0 {
        padding: 0;
    }

    .cta_bg.bg-dark {
        margin-top: 30px;
    }

    a.p-2.bg-dark.text-light {
        font-size: 9px !important;
    }

    td.text-center.min.py-5.border-right.border-1.text-light.custom2 {
        padding: 0;
    }

    .magin {
        margin-top: 30px !important;
        padding: 0 !important;
    }

    h2.peragrapha.fs-3.mb-4.minfy {
        margin: 0 !important;
    }

    h2.peragrapha.fs-3.mb-2.w-50.m-auto {
        width: 90% !important;
    }

    p.w-50.m-auto.lh-base.mb-3 {
        width: 90% !important;
    }

    .clumtwo {
        width: 700px !important;
        text-align: left !important;
        padding-left: 20px;
    }


    .call_btn.w-50.mb-1.ms-0 {
        margin-bottom: 20px !important;
    }

    .products_table_left {
        margin-bottom: 25px;
    }

    button.text-light.p-2.border-0.bg-dark.rounded {
        padding: 4px !important;
        font-size: 11px;
    }

    button.btn-close.text-end {
        margin-top: -8px !important;
        margin-right: -6px !important;
    }

    .cta_text.d-flex.align-items-center {
        flex-direction: column;
        align-items: normal !important;

    }

    .cta_btns.d-flex.align-items-center.ms-auto {
        margin-left: 0 !important;
        align-items: normal !important;
        flex-direction: column !important;
        margin-top: 15px;
    }

    span.and.ms-3.text-light {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    span.and.ms-3.text-light {
        width: 30%;
        text-align: center;
    }

    .cta_btn.ms-3 {
        margin-left: 0 !important;
    }

    .services_section.pt-5 {
        padding-top: 15px !important;
    }

    p.peragrapha.fs-4.pb-5 {
        padding-bottom: 10px !important;
    }

    .our_service_box.text-center.p-4.border {
        margin: 20px;

    }

    h2.peragrapha.fs-4.pb-5 {
        padding-top: 40px !important;
        padding-bottom: 10px !important;
    }

    .webdesign_service {
        padding-bottom: 50px;

    }

    .website_price {
        padding-bottom: 50px;
    }

    p.peragrapha.fs-3.mb-4 {
        padding-top: 0px;
    }

    ul.slick-dots {
        display: none !important;
    }

    .lets_talk.py-lg-2 {
        padding: 37px;
    }

    li.breadcrumb-item {
        font-size: 14px;
    }

    .enterprise_image img {
        width: 350px !important;
    }

    .package_btn.text-center {
        margin-top: 34px;
        margin-bottom: 34px;
    }

    p.fs-6.w-75 {
        width: 100% !important;
    }

    p.contact_small.w-75.m-auto {
        width: 100% !important;
    }

    h4.fs-5.ms-3.mt-3.w-75 {
        padding-top: 45px;
    }

    .fixed.header_bottom {
        position: relative;

    }

    h1.peragrapha.fs-3.mb-4 {
        padding-top: 36px;
    }

    .seo_services_main ul.slick-dots {
        display: none !important;
    }

    .bottom_bg.rounded.d-flex.align-items-center.justify-content-between {
        flex-direction: column;
        align-items: start !important;

    }

    .contact_fit {
        margin-top: 20px;
    }

    .seo_services_main .slick-prev,
    .slick-next {

        display: none !important;
    }

    h2.heading.mb-2.fs-5.mb-3 {
        padding-top: 20px;
    }

    .choose_us_left_image {
        display: none;
    }

    .text-center.pb-3.mt-0 {
        padding-top: 40px;
    }
}

@media screen and (max-width:992px) {
    .our_bootom.py-lg-5.border-top {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .contact_banner_image.text-cente img {
        display: none;
    }

    .header_top {
        display: none;
    }

    .choose_us_left_image {
        display: none;
    }

    .text-center.pb-3.mt-0 {
        padding-top: 40px;
    }

    .banner_btn {
        margin-bottom: 60px;
    }

    .feature_item.align-items-center.p-4 {
        min-height: 0px;
        margin-bottom: 0;
    }

    .about_us_image_s.text-center {
        margin-bottom: 30px;
        text-align: left !important;
    }

    .left_banner_image.text-center {
        display: none;
    }

    p.peragrapha.fs-3.mb-3.mt-2 {
        padding-top: 35px;
    }

    .cta_btnss {
        flex-direction: column;
        margin-left: 0;
    }

    button.slick-next.slick-arrow {
        display: none !important;
    }

    .main_class {

        padding: 10px 0px 0px 0px;
    }

    h2.h5.text-light.headings.mt-3.ms-4 {
        margin-left: 0 !important;
        padding-bottom: 20px;
    }

    ul.p-0.mt-4.ms-4 {
        margin: 0 !important;
    }

    h2.heading.text-light.text-center.mb-4.fs-3 {
        text-align: left;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .contact_left {
        margin-top: 65px;
    }

    .cta_bg {
        margin-bottom: 30px;
    }

    .contact_right {
        margin-bottom: 60px;
        margin-top: 40px;
    }

    .location_left {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .contact_form.py-lg-5 {
        padding-top: 70px;
    }

    span.and.ms-3.text-light {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .shape_image {
        display: none;
    }

    .cta_btn.ms-4 {
        margin-left: 0;
    }

    .text-center.pb-4 {
        margin-top: 40px;
    }

    .text-center.pb-5 {
        padding-top: 60px;
    }

    .choose_us_right {
        margin-top: 40px;
    }

    .blog_box {
        margin-bottom: 40px;
    }

    .bg_back_image {
        display: none;
    }

    h2.h5.text-light.headings.mt-3.ms-4 {
        margin: 0;
        padding-bottom: 20px;
    }

    ul.p-0.mt-4.ms-4 {
        margin: 0;
    }

    .footer_logo {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .banner_left {
        margin-top: 15px;
    }

    .about_us_image_s img {
        width: 450px;
    }

    .contact_banner_image.text-center {
        text-align: left !important;
    }

    h6.fs-3.text-danger.ms-right.text-end {
        margin-left: 122px;
    }

    .bg_custom.p-2.rounded.d-flex.align-items-center.justify-content-between {
        flex-direction: column;
        align-items: baseline !important;
    }

    h6.fs-6.text-light.mt-2.ms-4 {
        margin-left: 0 !important;
    }

    p.fs-6.text-light.mt-3.me-4 {
        margin-top: 0px !important;
    }

    .website_btn.d-flex.mt-4 {
        flex-direction: column;
    }

    .website_left_btn {
        margin-bottom: 29px;
    }

    .seo_right_image.text-center img {
        margin-top: 50px;
        width: 100%;
        margin: 0;
        margin-left: 0 !important;

    }

    h1.peragrapha.fs-3.mb-4 {
        padding-top: 36px;
    }

    .contact_fit {
        margin-top: 20px;
    }

    p.peragrapha.fs-3.mb-4 {
        padding-top: 45px;
    }

    .seo_services_main .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
        background: #6bc2e7;
        display: none;
    }

    button.slick-prev.slick-arrow {
        display: none !important;
    }

    h2.heading.mb-2.fs-5.mb-3 {
        padding-top: 20px;
    }

    .text-center {
        margin-top: 20px;
    }

    .seo_services_main ul.slick-dots {
        display: none !important;
    }

    .local_list {
        width: 100%;
    }

    span.and.ms-3.text-light {
        width: 30%;
        text-align: center;
    }

    .cta_btn.ms-3 {
        margin-left: 0 !important;
    }

    span.and.ms-3.text-light {
        margin-top: 7px;
        margin-bottom: 10px;
    }

    .cta_btns.d-flex.align-items-center.ms-auto {
        margin-left: 0 !important;
        align-items: normal !important;
        margin-top: 15px;
    }

    .local_list.ms-5 {
        margin: 0 !important;
    }

    .form_bg.p-3 {
        margin-top: 23px;
    }

    .local_seo_banner.pb-5 {
        padding-bottom: 0px !important;
    }

    .contact_right._main_forms.localform.rounded-0.mt-0 {
        padding: 0;
    }

    .cta_bg.bg-dark {
        margin-top: 30px;
    }

    .magin {
        margin-top: 30px !important;
        padding: 0 !important;
    }

    h2.peragrapha.fs-3.mb-4.minfy {
        margin: 0 !important;
    }

    h2.peragrapha.fs-3.mb-2.w-50.m-auto {
        width: 90% !important;
    }

    p.w-50.m-auto.lh-base.mb-3 {
        width: 90% !important;
    }

    .cta_text.d-flex.align-items-center {
        flex-direction: column;
        align-items: normal !important;

    }

    table.table.mb-0.border {
        word-break: break-all;
    }

    .content_marketing_image.text-center img {
        width: 100%;
    }

    .webdesign_service {
        padding-bottom: 50px;

    }

    ul.slick-dots {
        display: none !important;
    }

    .website_price {
        padding-bottom: 50px;
    }

    .col-lg-5.text-center._lefts {
        text-align: left !important;
        margin-top: 20px;
    }

    .lets_talk.py-lg-2 {
        padding: 37px;
    }

    p.contact_small.w-75.m-auto {
        width: 100% !important;
    }
}

@media screen and (max-width:280px) {
    .website_left_btn a {
        padding: 6px 12px;
        font-size: 12px;
    }

    .cta_btn {
        font-size: 12px;
    }

    .fold {
        flex-direction: column;
    }

    button.navbar-toggler {
        margin-top: 10px;
    }

    .dropdown-item {
        font-size: small;
    }

    p.m-0.contact_p {
        font-size: 12px;
    }

    .contact_text a {
        font-size: 10px;
    }

    .scrollTop {
        right: 23px;
        z-index: 999999999999;
        width: 40px;
        height: 40px;
        line-height: 40px;
        z-index: 9999999999;
    }

    .contact_right {
        padding: 0;
    }

    .cta_btn {
        width: 212px;
    }

    h2.heading.text-light.text-center.mb-4.fs-3 {
        padding-top: 30px;
    }

    h6.fs-3.text-danger.ms-right.text-end {
        margin-left: 10px !important;
    }

    .table_main td {
        padding: 0.25em !important;
    }

    .request_btn a {
        font-size: 10px;
    }

    .paddig {
        padding: 9px 12px;
        font-size: 10px;
    }

    .modal-content {
        position: fixed;
        z-index: 999999;
    }

    button.accordion-button.border-0.titletx {
        position: relative;
        z-index: 9;
    }

    .our_search.py-lg-5 {
        width: 100%;
        overflow-x: scroll !important;
    }

    table.border_main.w-100 {
        overflow-x: scroll !important;
    }

    .contact_banner_image.text-center {
        display: none;
    }

    .g-recaptcha {
        overflow: auto;
    }


}

/* table_csss_start_here */

.table_main {
    border: 1px solid #ddd !important;
    width: 100% !important;
}

.table_main th {
    padding: 0.75rem !important;
    vertical-align: middle !important;
    border: 1px solid #dee2e6 !important;
}

.table_main td {
    padding: 0.75rem !important;
    vertical-align: middle !important;
    border: 1px solid #dee2e6 !important;

}