* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins-medium';
    background-color: #F5F5F5;
}

@font-face {
    font-family: 'Poppins-medium';
    src: url(../fonts/Poppins-Medium.ttf);
}

p {
    line-height: 20px;
}

a:hover {
    text-decoration: none;
}

.heading h2 {
    font-weight: bold;
    font-size: 44px;
    letter-spacing: 0px;

}

.red {
    color: red !important;
}

html {
    scroll-behavior: smooth;
}

li {
    list-style: none;
}

.sub_heading h3 {
    font-size: 26px;
    font-weight: bold;
}

/* header css start  */
header {
    padding: 15px 0px;
    position: sticky;
    top: 0;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 15px 20px -20px;
    z-index: 9;
    background-color: #fff;
}

header .number a {
    color: #000;
    transition: .5s;
}

header .number a:hover {
    color: #3866FA;
}

header .call_flex {
    display: flex;
    justify-content: end;
    align-items: center;
}

header .logo img {
    width: 180px;
}

header .get-started_btn {
    margin-right: 30px;
    display: block;
}

.whatspp_icon img {
    width: 30px;
    margin-right: 0px;
    display: none;
}

header .get-started_btn a {
    border: 2px solid #000;
    border-radius: 50px;
    padding: 10px 10px;
    color: #000;
}

header .get-started_btn a:hover i {
    transform: rotate(360deg);
}

header .get-started_btn a img {
    width: 35px;
    margin-left: 8px;
}

header .get-started_btn a i {
    margin-left: 8px;
    margin-right: 8px;
    transform: rotate(321deg);
    transition: .5s;
}

header .icon_call i {
    margin-right: 18px;
    font-size: 20px;
}

header .icon_call {
    display: flex;
    align-items: center;
}

/* header css start  */


section.dont_lie {
    padding: 50px 0px 50px;
}

section.dont_lie .dont_lie_heading {
    width: 75%;
    margin: 0px auto;
}

section.dont_lie .dont_lie_heading h2 span {
    color: #3866FA;
}



section.dont_lie .google_rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.dont_lie .rated_btn a {
    padding: 5px 10px;
    background: #F2F2F2;
    margin-left: 10px;
    font-size: 12px;
    color: #000;
}

section.dont_lie .rated_yellow_btn a {
    font-size: 12px;
    padding: 5px 10px;
    background-color: #FDC82B;
    color: #000;
    margin-left: 10px;
}

section.dont_lie .rated_btn a img {
    width: 60px;
}

section.dont_lie .container {
    background: #fff;
    padding: 0;
    border-radius: 10px;

}

/* form css start  */


.di_form .form_heading h4 span {
    color: #FCF315;
}

.di_form input.btn_form {
    width: 90%;
    background: #FCF315;
    border: none;
    padding: 10px;
    color:#000000;
    border-radius: 5px;
    margin-top: 15px;
}

.di_form .form_heading h4 {

    width: 90%;
    margin: 0px auto;
}

.di_form .form_heading {
    text-align: center;
}

.di_form input.form_btn {
    color: #fff;
    width: 100%;
    background: none;
    border: none;
}

.di_form {
    padding: 20px;
    background: #3866FA;
    color: #fff;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 70%) 13px 8px 24px;
}

.di_form .form-group {
    position: relative;
    padding: 0px 10px;
    text-align: center;
}



.di_form .form-control {
    display: inline-block;

    padding: 5px 0;
    margin: 10px 0 0 0;
    font-size: 13px;
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    color: #fff;
    box-shadow: none;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;

}

.di_form ::placeholder {
    color: #fff !important;
    opacity: 0.6;
}
.di_form .form-control option{
    color: #000;
}
.di_form::selection{
    color: #000000;
    
}

.di_form::selection{
    color: #fff !important;
    opacity: 0.6;
}
.di_form ::-webkit-keygen-select {
    color: #fff !important;
    opacity: 0.6;
}

/* form css end  */


/* our clients section css start  */

.clients_logo img {
    width: 100%;
    margin-top: 25px;
}

/* our clients section css end  */



/* ecommerce section css start  */

section.ecommerce-market {
    margin-top: 185px;
}
section.our-clients{
    margin-top:70px;
}
    

section.ecommerce-market .ecommerce-img img {
    width: 100%;
}

section.ecommerce-market .heading h2 span {
    color: #3866FA;
}

section.ecommerce-market .ecommerce_pera {
    margin-top: 20px;
}

section.ecommerce-market .source p {
    font-size: 19px;
    margin-bottom: 0px;
}

section.ecommerce-market .source img {
    width: 50px;
}

section.ecommerce-market .source img {
    width: 170px;
}

section.ecommerce-market .ready {
    margin-top: 30px;
}

section.ecommerce-market .ready h5 span {
    color: #3866FA;
}

section.ecommerce-market .ready h5 {
    font-size: 26px;
    letter-spacing: -1px;
}

section.ecommerce-market .ready img {
    width: 130px;
    margin-top: -20px;
}

/* ecommerce section css end  */

/* still thinking section css start  */

section.still_thinking {
    padding: 30px 0px;
    background-color: #FFC727;
}

section.still_thinking .heading h2 {
    font-weight: 400;
}

section.still_thinking .heading h2 span {
    font-weight: bold;
}

section.still_thinking .help_text h6 {
    font-size: 22px;
}

section.still_thinking .help_text {
    text-align: center;
}

section.still_thinking .expert_btn a {
    background: #263238;
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
}

section.still_thinking .expert_btn a i {
    margin-left: 10px;
    transform: rotate(326deg);
    transition: .5s;
}

section.still_thinking .expert_btn a:hover i {
    transform: rotate(360deg);
}

/* still thinking section css end  */

/* roceket section css start  */

section.rocket {
    margin-top: 100px;
    position: relative;
}

section.rocket .heading h2 {
    font-size: 34px;
    /*text-transform: lowercase;*/
    line-height: 42px;
}

section.rocket .heading {
    width: 81%;
}

section.rocket .rocket_img img {
    width: 100%;
}

section.rocket .rocket_box {
    text-align: center;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 10px;
    height: 180px;
    background-color: #fff;
}

section.rocket .rocket_text p {
    font-size: 10px;
    line-height: 12px;
}

section.rocket .rocket_box img {
    width: 35px;
}

section.rocket .icon {
    margin-bottom: 10px;
    margin-top: 10px;
}

section.rocket .rocket_img {
    position: absolute;
    top: -277px;
    width: 629px;
    left: -117px;
    z-index: 1;
}

section.rocket .rocket_top {
    margin-top: 20px;
}

section.rocket .rocket_text h6 {
    letter-spacing: -1px;
}

/* roceket section css end  */


/* capture opportunity section css start  */


section.capture {
    margin-top: 70px;
}

section.capture .container {
    background: #fff;
    padding: 50px 40px;
    border-radius: 10px;
    max-width: 1240px
}

section.capture .sub_heading {
    width: 75%;
    margin: 0px auto;
    margin-bottom: 20px;
}

section.capture .sub_heading h3 span {
    color: #3866FA;
}

section.capture .capture_img img {
    width: 70%;
}

section.capture .yellow_bg_pera p {
    margin-bottom: 0;
    font-weight: bold;
}

section.capture .yellow_bg_pera {
    background-color: #FFC727;
    width: 80%;
    padding: 10px 60px;
    margin: 0px auto;
    margin-top: 20px;
}

section.capture .lets_connect_btn a {
    background-color: #263238;
    padding: 10px 30px;
    color: #fff;
    border-radius: 3px;
}

section.capture .lets_connect_btn a i {
    margin-left: 5px;
    transform: rotate(330deg);
    transition: .5s;
}

section.capture .lets_connect_btn a:hover i {
    transform: rotate(360deg);
}

section.capture .lets_connect_btn {
    margin-top: 30px;
}

/* capture opportunity section css end  */

/* FAQ Section css start  */


section.faq {
    margin-top: 50px;
}

section.faq .faq_img img {
    width: 100%;
}

section.faq .sub_heading h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

section.faq #faq .card {
    margin-bottom: 8px;
    border: 0;
}

section.faq #faq .card .card-body {
    padding-top: 0;
}

section.faq #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

section.faq #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #fff;
    color: #222;
    padding: 20px;
}

section.faq #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
    transform: rotate(178deg);
}

section.faq #faq .card .card-header .btn-header-link.collapsed {
    background: #fff;
    color: #000;
}

section.faq #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

section.faq #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
}

section.faq #faq .card .collapse {
    border: 0;
}

section.faq #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}

section.faq #faq .card ul li {
    display: flex;
    opacity: 0.7;
    font-size: 15px;
}

section.faq #faq .card p {
    opacity: 0.7;
    font-size: 15px;
}

section.faq #faq .card ul li span {
    margin-right: 5px;
}

/* FAQ Section css end  */


/* performance marketing agencies section css start  */

section.performance-agencies {
    margin-top: 50px;

}

section.performance-agencies .container {
    background-color: #272727;
    color: #fff;
    padding: 50px 20px 30px;
    border-radius: 10px;
}

section.performance-agencies .performance_pera {
    width: 90%;
    margin: 0px auto;
}

section.performance-agencies .heading {
    width: 92%;
    margin: 0px auto;
    margin-bottom: 20px;
}

section.performance-agencies .performance_head ul li {
    padding: 10px 0px;
    font-size: 18px;
}

section.performance-agencies .performance_head ul li img {
    margin-right: 10px;
    width: 23px;
}

section.performance-agencies .performance_head {
    margin-left: 90px;
    margin-top: 20px;
}

/* performance marketing agencies section css end  */

/* lets talk section css start  */

section.lets_talk {
    margin-top: 50px;
}

section.lets_talk .heading {
    margin-top: 60px;
}

section.lets_talk .heading h2 span {
    color: #3866FA;
}

section.lets_talk .heading p {
    font-size: 17px;

}

/* lets talk section css end  */


/* footer css start  */

footer {
    margin-top: 50px;
}

footer .main_footer_text .reach_us h4 {
    transform: rotate(90deg);
}

footer .main_footer_text {
    display: flex;
    align-items: center;
    justify-content: end;
}

footer .details ul li {
    font-weight: bold;
}

footer .details ul li a {
    color: #000;
    font-weight: 500;
}

/* footer css end  */


@keyframes pulse-shrink {
    to {
        transform: scale(0.9);
    }
}

.pulse-shrink {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    animation-name: pulse-shrink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}



/* Wobble Vertical */
@keyframes wobble-vertical {
    16.65% {
        transform: translateY(8px);
    }

    33.3% {
        transform: translateY(-6px);
    }

    49.95% {
        transform: translateY(4px);
    }

    66.6% {
        transform: translateY(-2px);
    }

    83.25% {
        transform: translateY(1px);
    }

    100% {
        transform: translateY(0);
    }
}

.wobble-vertical {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    animation-name: wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
}

/* .wobble-vertical:hover {
   
  }
   */
/* Wobble Horizontal */
@keyframes wobble-horizontal {
    16.65% {
        transform: translateX(8px);
    }

    33.3% {
        transform: translateX(-6px);
    }

    49.95% {
        transform: translateX(4px);
    }

    66.6% {
        transform: translateX(-2px);
    }

    83.25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(0);
    }
}

.wobble-horizontal {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    animation-name: wobble-horizontal;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


.sub_footer p {
    margin-bottom: 0;
}

.sub_footer {
    text-align: left;
    background: #2D2D2D;
    color: #fff;
    padding: 15px 0px;
    margin-top: 20px;
}
.privacy_btn {
    text-align: end;
}
.privacy_btn a {
    padding: 10px 30px;
    color: #dddddd;
    border-radius: 50px;
    border: 1px solid #6e6e6e;
}






/* thanku page css start  */

section.thanku .container {
    background: #fff;
    height: 80vh;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.thanku .heading h2 span {
    color: #3866FA;
    /* font-size: 60px; */
}

.visit_btn {
    margin-top: 30px;
}

.visit_btn a {
    background: #FDC82B;
    padding: 8px 30px;
    color: #000;
}

.visit_btn a i {
    transform: rotate(322deg);
    margin-left: 5px;
    transition: .5s;
}

.visit_btn a:hover i {
    transform: rotate(360deg);
}



/* gulshan css start 21-02-2024  */

/* capture section start  */

section.capture .our_expertise_wrp {
    text-align: center;
    margin-top: 30px;
}

section.capture .expertise_img {
    /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 40px 10px;*/
}

section.capture .expertise_text {
    margin-top: 10px;
}
section.capture .expertise_text h4 {
    font-size: 16px;
    font-weight: 500;
}

section.capture .expertise_img img {
    width: 100%;
}

section.capture .sub_heading_two {
    margin-top: 30px;
}

section.capture .sub_heading_two h3 {
    font-family: 'Poppins-medium';
}

/* capture section end  */
section.content_convention {
    margin-top: 70px;
}

section.content_convention .heading h2 {
    font-size: 34px;
}

section.content_convention .content_wrp {
    text-align: center;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 20px;
    background-color: #ffffff;
    transition: .3s;
}

section.content_convention .content_wrp:hover {
    background-color: #FCF315;
}

section.content_convention .content_icon img {
    width: 70px;
}

section.content_convention .content_heading_text h6 {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0px;
    letter-spacing: -1px;
}

/* gulshan css start 21-02-2024  */