*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{

}
header {
    position: sticky;
    top: -40px;
    z-index: 9999;
    background: #fff;
}
nav.navbar.navbar-expand-lg.top-navbar {
    background: linear-gradient(180deg, #6019BE, #6717E2);
}
.top-navbar ul.navbar-nav li.nav-item p.nav-link {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'poppins';
    letter-spacing: 0;
}
.top-navbar ul.navbar-nav li.nav-item a.nav-link {
    margin: 0px 0px 0px 8px;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    font-family: 'poppins';
    letter-spacing: 0;
}
span.contect-info-sec a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: 'poppins';
    font-weight: 500;
    letter-spacing: 0;
    padding-left: 10px;
    margin: 0;
}
span.button a {
    padding: 14px 55px;
    background: linear-gradient(180deg, #6517DB, #6019BE);
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    font-family: 'poppins';
    text-decoration: none;
    font-weight: 500;
}
.header-nav ul.navbar-nav li.nav-item {
    padding: 20px 8px;
}
.header-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    font-family: 'poppins';
    color: #000;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
}
.header-nav ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #6717E2;
}

section.navigition-slide .side-menu {
    position: absolute;
    width: 80%;
    top: 0;
    height: 100vh;
    z-index: 9999999999;
    background: #fff;
    text-align: center;
}
section.icon-three {
    position: relative;
}

.side-bar-slide.main {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    width: 100%;
}

.side-bar-slide {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 100%;
    height: 100%;
    text-align: center;
    background: linear-gradient(359deg, #000000, #6019BE);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    transition: all .3s;
}

.side-bar-slide ul.navbar-nav.me-auto.m-auto.mb-lg-0 li.nav-item a.nav-link {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: 'poppins';
    font-style: normal;
    text-transform: capitalize;
}

section .button-side{
    position: fixed;
    z-index: 999999;
    background: #fff;
    padding: 10px;
    top: 50%;
    box-shadow: 0px 0px 18px #6219ca;
}
div#three-icon span {
    width: 30px;
    display: block;
    height: 2px;
    background: #000;
    margin-bottom: 10px;
}
div#three-icon span:last-child{
    margin-bottom: 0px;
}


section.banner-section .banner-sec {
    position: relative;
}
.banner-sec .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.banner-content h1 {
    color: #fff;
    font-size: 48px;
    width: 100%;
    font-family: 'poppins';
    text-shadow: 0px 10px 6px #00000029;
    font-weight: 600;
    text-align: center;
    line-height: 66px;
}
.banner-content p {
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-family: 'Segoe UI';
    text-shadow: 0px 10px 6px #00000029;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
}
.about-sec {
    background-image: url('../image/digital-marketing-banner.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    background-attachment: fixed;
}
.about-sec-content span {
    font-size: 118px;
    font-family: 'poppins';
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 600;
    opacity: 1;
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}
.about-sec-content h2 {
    color: #fff;
    font-size: 48px;
    width: 100%;
    font-family: 'poppins';
    text-shadow: 0px 10px 6px #00000029;
    font-weight: 600;
    text-align: center;
    line-height: 66px;
    text-shadow: 0px 10px 6px #00000029;
}
.about-sec-content p {
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-family: 'Segoe UI';
    text-shadow: 0px 10px 6px #00000029;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    line-height: 24px;
}
.button{
    text-align: center;
}
.button a {
    padding: 14px 55px;
    background: linear-gradient(180deg, #FFFFFF, #6019BE);
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    font-family: 'poppins';
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

section.about-section.sec-border.privacy-sec .privacy-item-sec h2 {
    text-align: left;
}
section.about-section.sec-border.privacy-sec .privacy-item-sec p {
    text-align: left;
}
section.about-section.sec-border.privacy-sec .privacy-item-sec ul {
    list-style: disc;
}
section.about-section.sec-border.privacy-sec .privacy-item-sec ul li {
    color: #fff;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
}
section.about-section.sec-border.privacy-sec .ad-services-page {
    padding: 20px 0px;
}
section.about-section.sec-border.privacy-sec .privacy-item-sec p a{
    color: #fff;
}


section.startup-section {
    padding: 80px 0px;
}
.startup-sec-content {
    position: relative;
}

video#myVideo{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
.startup-sec-content .startup-sec .row h3 {
    font-size: 70px;
    color: #fff;
    font-weight: 800;
    font-family: 'poppins';
    letter-spacing: 0;
    text-shadow: 0px 10px 6px #00000029;
}
.startup-sec .row .col-md-4 .startup-box {
    margin-top: 70px;
}
.startup-box h4 {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
    font-family: 'poppins';
    margin-top: 12px;
    width: 85%;
    text-shadow: 0px 10px 6px #00000029;
}
.startup-box p {
    font-size: 18px;
    font-family: 'Segoe UI';
    line-height: 28px;
    color: #fff;
    width: 85%;
    margin: 10px 0px 0px 0px;
}

.content-creation-sec{
    background-image: url(../image/platform-banner.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 634px;
    padding: 70px 0px;
    width: 100%;
}
.content-creation-box.one{
    background-image: url(../image/small-image/content-creation-box.jpg);
    background-size: cover;
    width: 100%;
    height: 416px;
    padding: 30px;
    display: inline-grid;
}
.content-creation-box.two{
    background-image: url(../image/small-image/branding-box.jpg);
    background-size: cover;
    width: 100%;
    height: 416px;
    padding: 30px;
    display: inline-grid;
}
.content-creation-box.three{
    background-image: url(../image/small-image/digital-platform-box.jpg);
    background-size: cover;
    width: 100%;
    height: 416px;
    padding: 30px;
    display: inline-grid;
}
.content-creation-box h3{
    font-size: 30px;
    color: #fff;
    font-family: 'poppins';
    font-weight: 600;
    margin-bottom: 8px;
    text-shadow: 0px 10px 6px #00000029;
}
.content-creation-box p{
    font-size: 16px;
    font-family: 'Segoe UI';
    line-height: 24px;
    color: #fff;
}
.content-creation-box .button a {
    padding: 10px 24px;
    font-size: 14px;
}
.content-creation-box .button {
    text-align: left;
}
.our-services-section{
    position: relative;
}
#ourServices{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
.startup-sec.services{
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    padding: 70px 0px;
}
.our-services h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    font-family: 'poppins';
    letter-spacing: normal;
}
.services-box-content {
    width: 100%;
}
.services-box-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
}
.services-sec-content div#accordionExample button.accordion-button::after{
    display: none;
}
.services-sec-content div#accordionExample button.accordion-button{
    background-color: transparent;
}


.services-sec-content .accordion-item{
    background-color: transparent;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
}
.services-box-content ul li.number{
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    font-family: 'poppins';
}
.services-box-content ul li.services-title {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    font-family: 'poppins';
}
.services-sec-content .accordion-inner-content p {
    font-size: 16px;
    font-family: 'Segoe UI';
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
}
.accordion-inner-content .button {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.accordion-inner-content .button a {
    padding: 12px 28px;
}
.discover-section{
    background-image: url(../image/discover-banner.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 788px;
    padding: 70px 0px;
    width: 100%;
}
section.discover-sec {
    margin-top: -6px;
}
.discover-section .discover-section-content h4 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    font-family: 'poppins';
    font-weight: 700;
    letter-spacing: normal;
}
.discover-section .discover-section-content p {
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 40px;
}
.discover-box-sec img {
    width: 100%;
    height: auto;
}
.discover-box-sec img:hover {
    box-shadow: 0px 0px 30px #6418d5;
    transition: all 0.3s;
}
.discover-box-sec {
    text-align: left;
}
.discover-box-sec h3 {
    font-size: 28px;
    font-family: 'poppins';
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 16px;
}
.discover-box-sec .button {
    text-align: left;
}
.discover-box-sec .button a {
    padding: 12px 45px;
}

.our-clients{
    background-image: url(../image/our-clients-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 788px;
    padding: 70px 0px;
    width: 100%;
    background-attachment: fixed;
}
.our-clients .pal-clients-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.our-clients .pal-clients-sec ul li img {
    border-radius: 30px;
    width: 90%;
    height: 90%;
    text-align: center;
    transition: all 0.3s;
}
.our-clients .pal-clients-sec ul li img:hover {
    box-shadow: 0px 0px 30px #6418d5;
    
    border-radius: 62px;
}
.pal-clients-sec {
    text-align: center;
    width: 100%;
}
.pal-clients-sec p{
    color: #fff;
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 400;
    text-align: center;
    margin-top: 14px;
}
.our-clients .our-services .row {
    margin-bottom: 50px;
}

.our-process-sec{
    background-image: url(../image/proces-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 501px;
    padding: 60px 0px;
    width: 100%;
}
.our-process-sec .our-proce-content{
    text-align: center;
}
.our-process-sec .our-proce-content h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    font-family: 'poppins';
    letter-spacing: normal;
}
.our-process-sec .our-proce-content p {
    font-size: 16px;
    color: #fff;
    font-family: 'Segoe UI';
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
}
.our-process-sec .our-process-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
    vertical-align: middle;
}
.our-process-sec .our-process-box ul li{
    position: relative;
}

section.happy-client-section .happy-client-sec {
    background: #fff;
}
.happy-client-sec .happy-client-img img {
    width: 100%;
    display: block;
}
.happy-client-sec .happy-client-review {
    text-align: center;
}
section.happy-client-section .happy-client-sec .row {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
section.happy-client-section .happy-client-sec .row .col-md-6{
    margin: 0;
    padding: 0;
}
.happy-client-sec .happy-client-review h3{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    font-family: 'poppins';
    margin-bottom: 20px;
}
.happy-client-review .happy-client-name {
    padding: 0px 20%;
}
.happy-client-review .happy-client-name h4{
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 500;
    letter-spacing: normal;
    margin-top: 18px;
    margin-bottom: 6px;
    color: #0000FF;
}
.happy-client-review .happy-client-name p {
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 300;
    color: #000;

}
.happy-client-review .happy-client-name a {
    color: #0000FF;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 400;
    letter-spacing: normal;
    margin: 15px 0px 0px 0px;
    text-decoration: none;
}
.about-work-sec {
    background-image: url(../image/about-our-work.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 177px;
    padding: 20px 0px;
    width: 100%;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.about-work-sec .row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    align-items: center;
    vertical-align: middle;
}
.about-work-sec h4 {
    font-size: 28px;
    color: #fff;
    font-family: 'poppins';
    font-weight: 700;
}
.footer-sec{
    background-image: url(../image/footer-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 338px;
    padding: 20px 0px;
    width: 100%;
}
.footer-sec-content .row {
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer-sec-content .footer-logo img.logo-foot {
    width: 100%;
}
.footer-sec-content .footer-logo p {
    color: #fff;
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 300;
    margin: 20px 0px 30px 0px;
    text-align: left;
}
.footer-sec-content .footer-logo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.footer-sec-content .footer-logo ul li {
    margin-right: 20px;
}
.footer-sec-content .row .col-sm-3 {
    text-align: center;
}
.footer-sec-content .row .col-sm-3 h4 {
    font-size: 18px;
    font-family: 'poppins';
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px;
}
.footer-sec-content .row .col-sm-3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-sec-content .row .col-sm-3 ul li{
    margin-bottom: 12px;
}
.footer-sec-content .row .col-sm-3 ul li a{
    color: #fff;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s;
}
.footer-sec-content .row .col-sm-3 ul li a:hover{
    color: #e5e1ff;
    margin-right: 8px;
}
.footer-sec-content .footer-get-touch span {
    color: #fff;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 500;
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}
.footer-sec-content .footer-get-touch p {
    color: #fff;
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 300;
}
.footer-sec-content .footer-get-touch a{
    color: #fff;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s;
    display: block;
    margin-top: 6px;
}
.footer-copyright-sec{
    background-color: #3F0092;
}
.copyright-content p{
    margin: 0;
    padding: 10px 0px;
    color: #fff;
    font-size: 14px;
    font-family: 'poppins';
    font-weight: 500;
    text-align: center;
}
.sec-border{
    border-top: 3px solid #ffffff54;
}

/* ------------=============== about-us page css ===============------------ */
.breadcrumb-sec {
    text-align: center;
    margin-top: 40px;
}
.breadcrumb-sec ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb-sec ul li.breadcrumb-item {
    margin-right: 8px;
    color: #fff;
}
.breadcrumb-sec ul li.breadcrumb-item a {
    color: #fff;
    font-size: 15px;
    font-family: 'poppins';
    font-weight: 400;
    text-decoration: none;
}
.breadcrumb-sec ul li.breadcrumb-item.active {
    color: #fff;
    font-size: 16px;
    font-family: 'poppins';
    font-weight: 500;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
    margin-right: 5px;
}
section.about-section.sec-border.about-page .about-sec{
    background-image: url(../image/boost-banner.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    background-attachment: fixed;
    padding: 70px 0px;
}

.who-are-we-sec{
    background-image: url(../image/are-you-banner.jpg);
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 100px 0px;
}
.who-are-we-sec .who-are-we-sec-content .row {
    width: 100%;
    padding: 0;
    margin: 0;
}
.who-are-we-sec .who-are-we-sec-content .row .who-are-we-content{
    text-align: center;
}
.who-are-we-sec .who-are-we-sec-content .row .who-are-we-content h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'poppins';
    font-weight: 500;
    line-height: 44px;
}
.who-are-we-sec-text-content{
    margin-top: 70px;
    text-align: center;
}
.who-are-we-sec-text-content h2 {
    font-size: 70px;
    color: #fff;
    font-weight: 800;
    font-family: 'poppins';
    letter-spacing: 0;
    text-shadow: 0px 10px 6px #00000029;
}
.who-are-we-sec-text-content p {
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    margin-top: 20px;
}
section.our-mission-section {
    background-image: linear-gradient(180deg, #6517DB, #0000FF);
    padding: 38px 0px;
}
.mission-sec-content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    font-family: 'poppins';
    letter-spacing: 0;
    text-shadow: 0px 8px 5px #00000029;
}
.mission-sec-content p {
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}
.vision-sec-content h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    font-family: 'poppins';
    letter-spacing: 0;
    text-shadow: 0px 8px 5px #00000029;
    margin-top: 40px;
}
.vision-sec-content p {
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}

/* ------------ =============== Advertisers page css =============== --------- */
section.about-section.sec-border .advertiser-banner {
    background-image: url('../image/advertiser-about-banner.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    background-attachment: fixed;
    padding: 100px 0px;
}
.who-are-we-sec.advertiser-sec {
    background-image: url(../image/reach-costomer.jpg);
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 100px 0px;
}
.who-are-we-sec.advertiser-sec .advertiserc-text-content h2{
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    font-family: 'poppins';
    letter-spacing: 0;
    text-shadow: 0px 10px 6px #00000029;
    text-align: center;
}
.who-are-we-sec.advertiser-sec .advertiserc-text-content p {
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-bottom: 50px;
}
.who-are-we-sec.advertiser-sec .who-are-we-sec-content .who-are-we-content{
    text-align: left;
}
.who-are-we-sec.advertiser-sec .who-are-we-sec-content .who-are-we-content img {
    width: 100%;
    display: block;
}
.who-are-we-sec.advertiser-sec .who-are-we-sec-content .who-are-we-content h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'poppins';
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
    max-height: 50px;
    height: 50px;
}
.who-are-we-sec.advertiser-sec .who-are-we-sec-content .who-are-we-content p {
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 400;
    color: #fff;
    font-style: normal;
    text-align: left;
    line-height: 24px;
}
.about-work-sec.revenue-performance{
    background-image: url(../image/our-affiliate-banner.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 40px 0px;
}
.who-are-we-sec.provide-service-sec{
    background-image: url(../image/provide-services-banner.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 100px 0px;
}
.who-are-we-sec.provide-service-sec .advertiserc-text-content{
    text-align: center;
}
.who-are-we-sec.provide-service-sec .advertiserc-text-content h2{
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    font-family: 'poppins';
    letter-spacing: 0;
    text-shadow: 0px 10px 6px #00000029;
    text-align: center;
}
.who-are-we-sec.provide-service-sec .advertiserc-text-content p {
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-bottom: 50px;
}
.who-are-we-sec.provide-service-sec .who-are-we-sec-content .who-are-we-content img {
    width: 100%;
}
.who-are-we-sec.provide-service-sec .who-are-we-sec-content .who-are-we-content h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'poppins';
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
}
.who-are-we-sec.provide-service-sec .who-are-we-sec-content .who-are-we-content p {
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 400;
    color: #fff;
    font-style: normal;
    line-height: 24px;
    text-align: left;
}

/* ------------ =============== Services page css =============== --------- */
.ad-services-page{
    background-image: url(../image/quality-services.jpg);
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 100px 0px;
}
.who-are-we-sec.ad-services{
    background-image: url(../image/provide-services-banner.jpg);
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 100px 0px;
}
.who-are-we-sec.ad-services .advertiserc-text-content{
    text-align: center;
}
.who-are-we-sec.ad-services .advertiserc-text-content h2 {
    font-size: 44px;
    color: #fff;
    font-weight: 600;
    font-family: 'poppins';
    letter-spacing: 0;
    text-shadow: 0px 10px 6px #00000029;
    text-align: center;
}
.who-are-we-sec.ad-services .advertiserc-text-content p {
    font-size: 16px;
    font-family: 'Segoe UI';
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-bottom: 50px;
}
.who-are-we-sec.ad-services .who-are-we-sec-content .who-are-we-content img {
    width: 100%;
    display: block;
}
.who-are-we-sec.ad-services .who-are-we-sec-content .who-are-we-content .service-content-text{
    text-align: left;
    background: linear-gradient(2deg, #9100FF, #0000FF);
    padding: 20px;
}
.services-we-provide-sec-content{
    background-image: url(../image/services-provide.jpg);
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 50px 0px;
}
.services-we-provide-sec-content .service-sec-content{
    text-align: center;
}
.services-we-provide-sec-content .service-sec-content h2 {
    color: #fff;
    font-size: 48px;
    width: 100%;
    font-family: 'poppins';
    text-shadow: 0px 10px 6px #00000029;
    font-weight: 600;
    text-align: center;
    line-height: 66px;
}
.services-we-provide-sec-content .service-sec-content p {
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-family: 'Segoe UI';
    text-shadow: 0px 10px 6px #00000029;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    line-height: 24px;
    width: 80%;
    margin: 0 auto;
}
.services-we-provide-sec-content .service-content-boxsec {
    margin-top: 40px;
}
.services-we-provide-sec-content .service-content-boxsec .accordion-body .button {
    text-align: left;
    margin-top: 30px;
}
.services-we-provide-sec-content .service-content-boxsec .accordion-item {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 100px;
}
.services-we-provide-sec-content .service-content-boxsec .accordion-item h2.accordion-header button.accordion-button {
    background: transparent;
    color: #000000;
    font-size: 48px;
    width: 100%;
    font-family: 'poppins';
    text-shadow: 0px 10px 6px #00000029;
    font-weight: 600;
    text-align: center;
    line-height: 66px;
}
.services-we-provide-sec-content .service-content-boxsec .accordion-body p{
    font-size: 16px;
    font-family: 'Segoe UI';
    line-height: 24px;
    color: #000;
    font-weight: 400;
    letter-spacing: 0;
}
.services-we-provide-sec-content .service-content-boxsec .accordion-item .accordion-button:focus{
    box-shadow: none;
}
.who-are-we-content .service-content-text p {
    font-size: 18px;
    font-family: 'Segoe UI';
    font-weight: 500;
    color: #fff;
}
.services-we-provide-sec-content .service-content-boxsec .accordion-item .accordion-button::after {
    background-size: 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
}

/* ------------ =============== Contact page css =============== --------- */
.contact-content-sec {
    background-image: url(../image/get-in-toch.jpg);
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 50px 0px;
}
.contact-content .contact-form-sec {
    background: #fff;
    box-shadow: 0px 0px 70px #0000FF;
    padding: 40px 30px;
    height: 100%;
}
.contact-details .address-sec {
    text-align: left;
}
.contact-details .address-sec h4 {
    color: #000000;
    font-size: 22px;
    font-family: 'poppins';
    font-weight: 500;
}
.contact-details .address-sec p {
    color: #000000;
    text-align: left;
    font-family: 'poppins';
    font-weight: 400;
    width: 80%;
    margin-bottom: 30px;
    text-shadow: 0px 6px 4px #00000029;
}
.contact-details .address-sec.opening-sec p {
    margin: 0;
}
.about-sec-content.contact-content .row {
    width: 100%;
    margin: 0;
    padding: 0;
}
.about-sec-content.contact-content .row .col-sm-6 {
    margin: 0;
    padding: 0;
}
.contact-form-sec.form .from-sec{
    text-align: center;
}
.contact-form-sec.form .from-sec h4{
    font-size: 22px;
    font-family: 'poppins';
    font-weight: 500;
    color: #000;
}
.form-sec-content form.contact-form .form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-top: 15px;
}
.form-sec-content form.contact-form .form-group input,
.form-sec-content form.contact-form .form-group textarea,
.form-sec-content form.contact-form .form-group select {
    margin-top: 4px;
    padding: 8px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #A1A1A1;
    border-radius: 0px;
}
.form-sec-content form.contact-form .form-group.button-sec{
    text-align: center;
}
.form-sec-content form.contact-form .form-group button.submit-btn{
    padding: 14px 55px;
    background: linear-gradient(180deg, #6517DB, #6019BE);
    border-radius: 30px;
    color: #fff;
    font-size: 15px;
    font-family: 'poppins';
    text-decoration: none;
    font-weight: 500;
    outline: none;
    border: none;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}
