/* header css start */
header {
    background: #fff;
}


header .navbar-nav .features_list .sub_menu, header .navbar-nav .features_list .sub_menu_2 {
    position: absolute;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    transition: 0.3s;
    padding: 0px 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    z-index: 1;
    top: 46px;
    left: 0;
}

header .navbar-nav .features_list .sub_menu_2{
    top: 1px;
    left: 222px;
}

header .navbar-nav .features_list:hover .sub_menu, header .navbar-nav .seo_services:hover .sub_menu_2 {
    opacity: 1;
    transform: translateY(0px);
    transform: scaleY(1);
    visibility:visible;
}
header .navbar-nav .features_list{
    position:relative;
}

.navbar-brand img {
    width: 100%;
    max-width: 180px;
}

header .navbar-nav .nav-item .nav-link {
    color: #181818;
    font-size: 17px;
    font-weight: 600;
    padding: 0 20px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

header .navbar-nav .nav-item .nav-link:hover{
    color: var(--main-color);
}

header .navbar-nav .features_list .sub_menu li a, header .navbar-nav .seo_services .sub_menu_2 li a {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    padding: 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
}


header .navbar-nav .features_list .sub_menu li:hover .service_link, header .navbar-nav .features_list .sub_menu_2 li:hover a{
    color: #fff;
    background: var(--main-color);
}

header .navbar-nav .features_list .sub_menu li {
    position: relative;
}

header .navbar-nav .nav-item:last-child .nav-link img {
    width: 22px;
    margin-right: 7px;
}

header .navbar-nav .nav-item:last-child .nav-link:before {
    position: absolute;
    right: 62px;
    top: 2px;
    content: '';
    background: green;
    z-index: 1;
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

header .navbar-nav .nav-item:last-child .nav-link {
    position: relative;
}

header .navbar-nav .nav-item:last-child .nav-link:after {
    position: absolute;
    right: 55px;
    top: -5px;
    content: '';
    background: green;
    z-index: 1;
    border: 0px solid #62bd19;
    -webkit-border-radius: 30px;
    height: 20px;
    width: 20px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
  }

  header .navbar-nav .nav-item:last-child p {
    font: normal normal 600 13px Rubik;
    margin-bottom: 2px;
    color: #00000085;
}

.coll_header {
    display: flex;
    align-items: center;
    gap: 8px;
}

header .navbar-nav .nav-item .coll_header h6 {
    font: normal normal 600 16px Rubik;
    color: var(--main-color);
}

header .navbar-nav .nav-item .nav-link i {
    padding-left: 8px;
}

header .navbar-nav .features_list .sub_menu li a i {
    padding-left: 8px;
    font-size: 12px;
}
/* header css end */



/* hero section start */
.hero_section {
    background: url(../images/home/hero-banner.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 105px 0px;
}

.hero_content h1 {
    font: normal normal 700 80px Rubik;
}

.hero_content h3 {
    font: normal normal 500 30px Rubik;
}

.hero_content button {
    font: normal normal 600 17px Rubik;
    border: 0;
    background: var(--main-color);
    padding: 13px 30px;
    border-radius: 3px 20px;
    transition: 0.5s;
    position: relative;
}

.hero_content button:hover {
    box-shadow: 3px 3px 0px 2px #8080805c;
}


.hero_content button:before, .hero_content button:after {
    height: 10px;
    width: 10px;
    position: absolute;
    content: '';
}

.hero_content button:before {
    left: 7px;
    bottom: 5px;
    border-bottom: 2px solid #ddd;
    border-radius: 0px 10px;
    border-left: 2px solid #fff;
}

.hero_content button:after {
    right: 7px;
    top: 5px;
    border-right: 2px solid #fff;
    border-radius: 0px 10px;
    border-top: 2px solid #fff;
}

.hero_content button a {
    text-decoration: none;
    color: #fff;
}

.hero_content h1 span {
    color: var(--main-color);
}
/* hero section end */


/* goggle review section start */
.goggle_review_section{
    background: #212529;
    padding: 20px 0px;
    position: relative;
}

.goggle_review_section:before, .goggle_review_section:after {
    height: 3px;
    background: linear-gradient(to right, var(--main-color), #3b101b, var(--main-color));
    position: absolute;
    width: 100%;
    content: '';
}

.goggle_review_section:before {
    top: 0;
}

.goggle_review_section:after {
    bottom: 0;
}

.goggle_review_box .goggle_img img {
    width: 100%;
    max-width: 150px;
    margin: 10px 0px 0px 0px;
}

.goggle_review_box .star_img img {
    width: 100%;
    max-width: 90px;
    margin: 8px 0px 10px 0px;
}

.goggle_review_box {
    text-align: center;
}

.form_div label {
    font: normal normal 500 14px Rubik;
    margin-bottom: 8px;
}

.form_div label span {
    color: red;
}

.form_div .form-control {
    font: normal normal 500 14px Rubik;
    padding: 14px 20px;
    border: 1px solid #8080806e;
}

.form_section{
    background: linear-gradient(#eafaffcf, #ffdede), url(../images/home/form-banner.jpg);
}

/* goggle review section  end */


/* why choose section start */
.choose_box {
    box-shadow: #0000001f 0px 48px 100px 0px;
    padding: 20px 25px;
    border-radius: 10px;
    background: #ffffff;
    height: 280px;
    min-height: 280px;
    position: relative;
}

.choose_box:before, .choose_box:after, .review_box:before, .review_box:after {
    height: 20px;
    width: 20px;
    position: absolute;
    content: '';
}

.choose_box:before, .review_box:before {
    left: 0px;
    bottom: 0px;
    border-bottom: 2px solid var(--main-color);
    border-radius: 0px 10px;
    border-left: 2px solid var(--main-color);
}

.choose_box:after, .review_box:after {
    right: 0px;
    top: 0px;
    border-right: 2px solid var(--main-color);
    border-radius: 0px 10px;
    border-top: 2px solid var(--main-color);
}

.choose_box p {font: normal normal 400 15px / 25px Rubik;}
/* why choose section end */



/* review section start */
.review_section {
    background: url(../images/home/review-bg.png);
    height: 100%;
    width: 100%;
    background-size: cover;
}

.review_box {
    background: #fff;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 17px 17px;
    position: relative;
    border-radius: 10px;
    position: relative;
}

.review_img {
    position: absolute;
    left: 0;
    top: -48px;
    right: 0;
    justify-content: center;
    display: flex;
    width: 100px;
    height: 100px;
    background: #fff;
    margin: auto;
    border-radius: 50%;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.review_img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
}

.review_content {
    margin-top: 55px;
}

.review_content h6 {
    font: normal normal 500 14px Inter;
    color: var(--main-color);
}

.review_content  p {
    font-size: 13px;
}

.rounder {
    height: 85px;
    width: 85px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    border: 1px dashed var(--main-color);
    animation: slideDas 5s infinite linear;
}

@keyframes slideDas {
    100%{
    transform: rotate(360deg);
} 
    
}

.rounder:before, .rounder:after {
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: var(--main-color);
    content: '';
}

.rounder:before {
    left: 0px;
    top: 17px;
}

.rounder:after {
    right: 0;
    bottom: 16px;
}

.review_box ul li a i {
    height: 10px;
    width: 10px;
    background: var(--main-color);
    margin: 0px 5px;
    display: flex;
    padding: 13px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
}

.review_box ul li a {
    text-decoration: none;
}

.review_box:before, .review_box::after{
    border-color: #4343433b;
}

.news_latter_content h1 span {
    color: var(--main-color);
}

.news_latter_content h5 {
    font-size: 17px;
    font-weight: 500;
}

.business_section{
    background: #212529;
    padding: 50px 0px;
}
/* review section end */


/* contact section start */


.contact_social_icon .social_links li a i {
    height: 35px;
    width: 35px;
    background: var(--main-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin: 0px 5px;
}

.contact_social_icon .social_links li a {
    color: #fff;
    text-decoration: none;
}

.contact_social_icon .coll_to a {
    font-size: 20px;
    font-weight: 600;
    color: #212529;
    text-decoration: none;
}

.contact_social_icon .coll_to p {
    color: var(--main-color);
    font-weight: 600;
    font-size: 20px;
}


.links_div li {
    list-style: none;
}

.links_div li a {
    text-decoration: none;
    padding: 0px 10px;
    color: #212529;
    font-weight: 600;
}


.contact_content h3 {
    font-size: 30px;
}

.contact_content h3 span {
    color: var(--main-color);
}

.contact_content p {
    font-size: 15px;
    font-weight: 400;
}

.top_up_btn button{
    animation: updown 2s infinite alternate ease-in-out;
}

@keyframes updown {
    0% {
        transform: translate(0px, 10px);
    }
    100% {
        transform: translate(0px, -50px);
    }
}

/* contact section end */


/* footer section start */
.main_row_footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main_row_footer .footer_box ul li a {
    font: normal normal 400 15px Rubik;
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
}

.main_row_footer .footer_box ul li a i {
    padding-right: 7px;
    font-size: 14px;
    color: var(--main-color);
    transition: 0.5s;
}

.main_row_footer .footer_box ul li a:hover i {
    color: #fff;
}

.main_row_footer .footer_box ul li a:hover {
    color: var(--main-color);
    padding-left: 5px;
}

.main_row_footer .footer_box ul li {
    margin: 9px 0px;
}

footer {
    background: #0f1112;
}


footer .since h3 {
    color: #fff;
    font-size: 35px;
}

footer .since h3 span, footer .since h4 i {
    color: var(--main-color);
}

footer .since h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 400;
}


.copyright ul a {
    font-size: 14px;
    font-weight: 400;
    color: #dfdfdf;
    text-decoration: none;
    padding: 0px 5px;
}

.footer_logo img {
    max-width: 200px;
}

.footer_logo p{
    font: normal normal 400 14px / 25px Rubik;
}

.footer_box h4 {
    color: var(--main-color);
    font-weight: 500;
    margin-bottom: 20px;
}

.footer_form input {
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: 1px solid var(--main-color);
    outline: none;
}
/* footer section end */



/* digital marketin section start */
.digital_marketing_box {
    border-bottom: 1px solid #8080804f;
    position: relative;
}

.digital_marketing_box:hover:before {
    background: var(--main-color);
    width: 100%;
}


.digital_marketing_box:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 0%;
    content: '';
    background: #8080804f;
    transition: 0.5s;
}

.digital_marketing_box img {
    width: 80px;
    height: 80px;
    background: #ddd;
    padding: 10px;
    border-radius: 5px;
    transition: 0.5s;
}

.digital_marketing_box:hover img {
    background: var(--main-color);
}

.digital_marketing_box h3 a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

.digital_marketing_box p {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
}

.digital_marketing_box h2 {
    color: transparent;
    -webkit-text-stroke: 1px #ed3162;
    font-size: 25px;
    line-height: 20px;
}
/* digital marketin section end */


/* about page start */
.breadcrumbs_section {
    background: linear-gradient(#0f111278, #00000030), url(../images/home/breadcrumbs.jpeg);
    width: 100%;
    background-size: cover;
    height: 100%;
    padding: 75px 0px;
}

.breadcrumbs_section h4 {
    font-size: 40px;
    color: #fff;
}

.breadcrumbs_section p {
    color: #fff;
    font: normal normal 400 14px / 25px Rubik;
}

.breadcrumbs_section ul li {
    font-size: 15px;
    color: #fff;
}

.breadcrumbs_section ul li a {
    text-decoration: none;
    color: var(--main-color);
    margin: 0px 10px;
    font-weight: 500;
}

.about_content h2 span {
    color: var(--main-color);
}

.about_content p {
    font: normal normal 400 14px / 25px Rubik;
}

.about_project_ {
    border-right: 1px solid #8080806b;
}

.about_project_ h3 {
    color: var(--main-color);
    font-size: 35px;
}

.main_text{
    color: var(--main-color);
}


.services_img h4 {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 80px;
    color: transparent;
    -webkit-text-stroke: 1px #8d8d8d59;
}

.services_box img {
    width: 80px;
    margin-bottom: 18px;
}

.services_box h3 a {
    color: #000;
    font-size: 20px;
}

.services_box p {
    font: normal normal 400 14px / 25px Rubik;
}

.services_box {
    background: #e6e6e675;
    padding: 20px 20px;
    position: relative;
}

.about_content ul li {
    display: flex;
    font-size: 15px;
    padding: 10px 0px;
}

.about_content ul li i {
    padding-right: 10px;
    margin-top: 4px;
    color: var(--main-color);
}


.big_blog_box {
    box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
    padding: 20px;
}

.big_blog_box .blog_img img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.blog_content ul li {
    font-size: 14px;
    margin: 0px 15px;
}

.blog_content ul li i{
    color: var(--main-color);
    padding-right: 5px;
}

.blog_content h3 a, .blog_content h4 a {
    color: #000;
}
.blog_content h4 a{
    font-size: 22px;
}

.blog_content p {
    font-size: 14px;
    font-weight: 400;
}

.read_more {
    font-size: 15px;
    font-weight: 500;
    color: var(--main-color);
    transition: 0.5s;
}

.read_more:hover{
    color:#000;
}
.read_more:hover i{
    padding-left: 5px;
    color: var(--main-color);
}

.blog-item-wrap {
    position: relative;
    z-index: 11;
    background-color: #ffffff;
    box-shadow: 0 6px 25px rgba(12, 89, 219, 0.09);
    transition: 0.3s;
    align-items: center;
    display: flex;
    padding: 15px;
    border-radius: 10px;
}

 .blog-item-wrap .image-wrap {
    position: relative;
    max-width: 30%;
}

 .blog-item-wrap .blog-content {
    padding: 0px 30px 0px 30px;
    background: #fff;
}

 .blog-item-wrap .blog-content .blog-meta {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 8px;
}

.blog-item-wrap .image-wrap img {
    border-radius: 10px;
}

.read_more i {
    color: #000;
    font-size: 13px;
    transition: 0.5s;
}

.choose_box img {
    width: 100%;
    max-width: 80px;
}

.business_section_main{
    background:#eff1ff;
}

.main_business_box {
    background: #fff;
    padding: 15px 15px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}


.main_business_box h4 {
    color: var(--main-color);
}

.main_business_box p {
    font: normal normal 400 14px / 22px Rubik;
}

.main_business_box img {
    object-fit: cover;
    border-radius: 10px;
    height: 140px;
}
/* about page end */



/* digital marketin start */
.benefits_section{
    background-color: #212529;
}

.benefits_box {
    background: #fff;
    padding: 20px 25px;
    position: relative;
    margin: 10px;
    z-index: 1;
    height: 300px;
}

.benefits_number {
    font-size: 60px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px #21252963;
    line-height: 50px;
}

.benefits_content h3 {
    font-size: 23px;
    color: var(--main-color);
    margin-top: 15px;
}

.benefits_content p {
    font: normal normal 400 14px / 25px Rubik;
}

.benefits_box:before {
    position: absolute;
    left: -9px;
    top: 0px;
    content: '';
    height: 105%;
    width: 105%;
    border: 1px dashed #ed3162a6;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.form_section_main{
    background-color: #fffbe8;
}

.form_content h4 {
    font-size: 17px;
}

.form_content h6 {
    color: var(--main-color);
    font-size: 14px;
}

.form_content h4 a {
    color: var(--main-color);
    font-size:16px;
}

.main_check label {
    font-size: 14px;
}

.contact_form_main_input label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.contact_form_main_input .form-control {
    font-size: 14px;
    font-weight: 400;
    padding: 11px 15px;
}

.main_check .form-check {
    margin-bottom: 10px;
}

.faqs_section{
    background-color: whitesmoke;
}

.faqs .accordion-button {
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
}

.faqs .accordion-button i {
    padding-right: 15px;
    color: var(--main-color);
}


.faqs .accordion-item .accordion-body p {
    font: normal normal 400 15px / 25px Rubik;
}

.faqs .accordion-item .accordion-body ul {
    list-style: none;
    padding: 0;
}

.faqs .accordion-item .accordion-body ul li {
    margin-top: 7px;
    font-size: 15px;
    display: flex;
}

.faqs .accordion-item .accordion-body ul li span {
    color: var(--main-color);
    padding-right: 5px;
}

.faqs .accordion-item .accordion-body ul p {
    color: var(--main-color);
}

.faqs .accordion-button:not(.collapsed){
    color: var(--main-color);
    background-color: #ffe0eb;
}

.faqs .accordion-button:not(.collapsed)::after {
    filter: invert(41%) sepia(62%) saturate(6561%) hue-rotate(327deg) brightness(95%) contrast(95%);
}

.faqs .accordion-item {
    border: 0;
    margin-top: 15px;
}

.faqs .accordion-button:focus{
    box-shadow: 0 0 0 0.25rem #ffe0eb00;
}

.contact-section {
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.07);
    border-radius: unset;
    padding: 45px 45px 45px 45px;
}

.sec-title .sub-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 16px;
    display: block;
}

.sec-title .title {
    font-size: 35px;
    font-weight: 700;
    line-height: 52px;
    color: #101010;
    /* margin: 0; */
}

.contact-section .from-control {
    padding: 20px 0px 10px 0px;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    border-color: #F8F3F3;
    background-color: transparent;
    border-radius: unset;
    color: #454545;
    outline: none;
    width: 100%;
}

.leading_list li {
    font-size: 15px;
    margin-top: 20px;
    display: flex;
    gap: 15px;
}

.leading_list li i {
    margin-top: 5px;
}

.leading_list li b {
    color: var(--main-color);
}


.affordable_section{
    background-color: var(--main-color);
}

.affordable_box {
    background: #fff;
    padding: 20px 25px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 20px 0px;
}

.affordable_box p {
    font: normal normal 400 14px / 25px Rubik;
    margin: 0;
}

.affordable_box img {
    width: 100%;
    max-width: 90px;
    margin-bottom: 20px;
}

.mySwiper .affordable_box img {
    max-width: 60px;
}

.contact_box .img_cont img {
    width: 50px;
}

.contact_box .contac_cont h5 {
    font-size: 17px;
    font-weight: 600;
}

.contact_box .contac_cont p, .contact_box .contac_cont a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.contact_contect_main p {
    font: normal normal 400 15px / 25px Rubik;
}

.contact_contect_main h6, .contact_contect_main h2 span {
    color: var(--main-color);
}

.contact_section{
    background: url(../images/social-media/contact-banner.jpg);
}

.navbar-light .navbar-toggler-icon {
    background: url(../images/social-media/menu.png);
    height: 25px;
    background-size: cover;
    width: 31px;
}

.navbar-toggler:focus, .navbar-toggler{
    box-shadow: 0 0 0 0rem;
    border: 0 !important;
}

.about_content p a, .benefits_content p a, .main_heading p a, .services_box p a, .digital_marketing_box p a, .leading_list p a {
    color: var(--main-color);
}

.brands_section{
    background: var(--main-color);
}

/* digital marketing end */