* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.auto_container {
    padding:0 100px;
}
.header {
        background: #ffffffe8;
    position: relative;
    z-index: 11;
    width: 100%;
}
.Get_A_Quote a {
        background: transparent !important;
    border: none !important;
    color: #000 !important;
    font-size: 16px !important;
}
a.btn_group {
    background: #f97200;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}
a.btn_group:hover {
        text-decoration: none;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 0 18px;
    color: #000000 !important;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar {
    padding: 0;
}
.video_section {
    position:relative;
}
.video_section .video_text_area {
        position: absolute;
        top: 50%;
    width: 900px;
    left: 50%;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}

.video_section .slick-active:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000087;
    top: 0;
    left: 0;
}
.video_section .video_text_area p {
        margin: 7px 0 25px 0;
    font-size: 18px;
}
.video_section .video_text_area h2 {
    font-size: 50px;
}
.video_section .video_text_area h2 span {
        color: #ff7500;
}
.counter_slider {
    background: #f97200;
    padding: 20px 0;
}
.slider_coun_number h2 {
       color: #fff;
    text-align: center;
    font-size: 24px;
    border-bottom: 2px solid;
    padding-bottom: 12px;
    display: inline-block;
}
.slider_coun_number .box_main {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.slider_coun_number .box_main .box_sec {
        width: 25%;
    text-align: center;
}
.slider_coun_number .box_main h1{
        font-size: 30px;
    color: white;
}
.slider_coun_number .box_main p {
    margin: 0;
    color: #292828;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.experience_section {
    padding:0;
}
.experience_section .title {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}
.experience_section .title p {
        font-size: 40px;
    color: #2b67f6;
    letter-spacing: 2px;
}
.experience_section .title p b {
    color: #f97200;
}
.experience_section .title span {
        color: #000;
    font-size: 16px;
}


.experience_section .slick-slider {
 
}
.experience_section .slick-slide img {
        margin: 0 auto;
    background: #ffffff;
    border: 1px solid #f47912d9;
        width: 35%;
}
.experience_section .slick-list {
  padding-top: 4%!important;
  padding-bottom: 6%!important;
  padding-left: 15%!important;
  padding-right: 15%!important;
}

.experience_section .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.experience_section .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}

.experience_section .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
}

.experience_section .slick-snext,
.experience_section .slick-sprev {
  display: block;
}

.experience_section .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 20px);
  z-index: 2;
}

.experience_section .slick-snext {
  opacity: 1;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}

.experience_section .slick-sprev {
  opacity: 1;
  transform: translate3d(-20%, 0, 0px);
}
.rev_slider svg {
        width: 30px;
    position: absolute;
    top: 50%;
    cursor: pointer;
}
.rev_slider .nextArrow {
    right: 10%;
}
.rev_slider .prevArrow {
    left: 10%;
    z-index: 1;
}
.Brands_Trust_Us {
    background: #e3e2e1bd;
    padding: 30px 0;
}
.Brands_Trust_Us h2 {
    text-align: center;
    font-size: 30px;
    color: #f5780e;
    font-weight: 700;
}
.title_mani {
    text-align: center;
    font-size: 30px;
    color: #f5780e;
    font-weight: 700;
}
.Brands_Trust_Us .slider {
    margin-top: 15px !important;
    margin: auto;
    overflow:hidden;
    position: relative;

}
.Brands_Trust_Us .slider .logo-sw {
        align-items: center;
    display: flex;
    padding: 10px 20px;
}
.Brands_Trust_Us .slider::before,
.Brands_Trust_Us .slider::after {
    
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.Brands_Trust_Us .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.Brands_Trust_Us .slider::before {
    left: 0;
    top: 0;
}

.slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.Brands_Trust_Us .slide img {
       width: 100%;
}
  @keyframes scroll {
0% { transform: translateX(0); }
100% { transform: translateX(calc(-250px * 7))}
}
.Targeting_Capabilities {
        padding: 30px 0;
    background: #f7760a;
}
.Targeting_Capabilities .title_mani {
    color:#fff;
    margin-bottom: 50px;
}
.Targeting_Capabilities img {
        width: 70%;
    margin: 0 auto;
        height: 305px;
}
.Targeting_Capabilities .nubmer_box {
     margin-left: 80px;
    margin-top: 25px;
}
.Targeting_Capabilities .nubmer_box h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}
.Targeting_Capabilities .nubmer_box h2 img {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-bottom: 25px;
        height: auto;
}
.Targeting_Capabilities .nubmer_box p {
    color: #fff;
    font-size: 16px;
}
.Targeting_Capabilities a.btn_group {
    margin-top: 40px;
    display: inline-block;
        background: #6d94ef;
}
.Brands_Choose {
    padding:50px 0;
}
.box_section {
    position: relative;
    margin-bottom: 50px;
}
.box_section h3 {
    background: #f97200;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 25px;
    font-weight: 700;
}
.Brands_Choose .title_mani {
    margin-bottom:50px;
}
.box_section p {
    font-size: 16px;
    margin: 0;
}
.box_section .img_logo {
    
}
.box_section .img_logo img {
        margin-right: 20px;
}

.your_journey {
        background: #f77507;
    padding: 30px 0;
}
.your_journey center h2 {
    color: #fff;
        margin-bottom: 0px;
}
.your_journey center p {
    margin-bottom: 40px;
    color: #fff;
    font-size: 25px;

}
.Start_Advertising {
    position: relative;
    margin: 50px 0 0;
    padding: 30px 0;
}
.Start_Advertising:before {
    content:'';
        position: absolute;
    width: 100%;
    height: 100%;
    background: #f6770b7d;
    top: 0;
}
.Start_Advertising a.btn_group {
        position: relative;
    margin-top: 50px;
    display: inline-block;
    background: #6d94ef;
}
.Start_Advertising .box {
        text-align: center;
    margin-top: 50px;
}
.Start_Advertising .box img {
        background: #f5770d;
    padding: 10px;
    border-radius: 50px;
    margin-bottom: 30px;
}
.Start_Advertising .box p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}
.elevate_marketing p {
    font-size: 20px;
        margin-bottom: 40px;
    margin-top: 20px;
}
.testimonials {
        background: #6d94ef;
    padding-top: 30px;
}
.img_slider_test img {
        width: 100%;
}
.testimonials_slider {
        text-align: center;
}
.testimonials_slider .para_big {
        color: #fff;
    font-size: 25px;
    line-height: 45px;
    font-weight: 300;
}
.testimonials_slider .profile {
        background: #3567dd;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding: 10px;
}
.testimonials_slider .profile h3 {
    color: #fff;
}
.testimonials_slider .profile p{
    color: #fff;
    margin: 0;
}
.testimonials_slider .profile img {
    width: 100px;
}
.testimonials .slick-arrow {
        display: none !important;
}
.testimonials_slider {
        margin-top: 100px;
}
@media (max-width: 767px) {
    .Media_Network {
        width:100%;
    }
    .slider_main img {
            height: 300px !important;
    }
    .elevate_marketing .phone_center {
        text-align:center;
    }
    .col-xs-6 {
        width:50%;
        padding: 5px;
    }
    .slider_prosonal .item img {
    width: 100%;
}
.slider_prosonal {
    margin-bottom: 30px;
}
.mt-phoen {
        margin-top: 30px;
}
    .auto_container {
    padding: 0 15px !important;
}
.Get_A_Quote {
    display: none;
}
.header {
    position: relative !important;
}
.video_section .video_text_area {
    position: relative !important;
    top: 80px !important;
    width: 100% !important;
    right: 0 !important;
    color: #fff;
    background: white;
    padding: 10px;
    margin-bottom: 30px;
}
.video_section .video_text_area img {
    display: none;
}
.video_section .video_text_area h2 {
    font-size: 20px;
    color: #000;
    line-height: 35px;
}
.video_section .video_text_area p {
        margin: 0 0 25px 0;
    font-size: 14px;
    color: #000;
}
.slider_coun_number .box_main {
    display: inline-block !important;
    width: 100%;
    text-align: center;
}
.slider_coun_number .box_main .box_sec {
        width: 49%;
    text-align: center;
    margin-bottom: 20px;
    display: inline-block;
}
.slider_coun_number .box_main h1 {
    font-size: 40px;
}
.slider_coun_number .box_main p {
    font-size:14px;
}
.slider_coun_number .slick-arrow {
        display: none !important;
}
.experience_section .title {
        width: 100% !important;
}
.experience_section .title p {
    font-size:20px;
}
.Brands_Trust_Us h2 {
    font-size:25px;
}
.experience_section .title span {
    font-size:12px;
}
.experience_section .slick-slide img {
    width: 100%;
        margin: 18px auto;
}
.experience_section .slick-slider {
    margin-bottom: 30px;
}
.title_mani {
        font-size: 25px;
    line-height: 40px;
}
.Targeting_Capabilities .nubmer_box {
    margin-left: 0;
    text-align: left;
        justify-content: left;
    display: flex;
        height: 30px;
}
.Brands_Choose .text-left {
    text-align: center !important;
}
.Targeting_Capabilities .nubmer_box h2 {
        font-size: 20px;
}
.Brands_Choose .title_mani {
    
    margin-bottom: 20px;
}
.box_section {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.box_section .img_logo img {
    margin-top: 20px;
    width: 76px;
    margin-right: 10px;
}
.box_section p {
        font-size: 16px;
}
.box_section h3 {
    font-size: 25px;
}
.your_journey center p {
        font-size: 20px;
}
.elevate_marketing .col-md-5 {
    margin-bottom: 40px;
}
.Start_Advertising {
    background-size: cover;
    background-position: center;
}
.testimonials_slider {
    margin-top: 25px;
}
}
.slider_main img {
        width: 100%;
        height: 450px;
    object-fit: cover;
}
.slider_prosonal .item img {
    
}
.whatsapp-fixed {
    position: fixed;
    right: 10px;
    bottom: 15px;
    background: #2abb35;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    color: #fff;
    fill: #fff;
    z-index: 11;
}
.footer_sec {
        background: #3567dd;
}
.footer_sec p {
    margin: 0;
    color:#fff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
}
.slider_coun_number p {
    color:#fff;
    margin-bottom: 10px;
}
.Premium_Tenants {
        padding: 30px 0 0;
}
.Premium_Tenants .slider_premium .item {
        margin: 15px 15px 0 15px;
    text-align: center;
}
.Premium_Tenants .slider_premium .item img {
        width: 100%;
    height: 250px;
}
.Premium_Tenants .slider_premium .item h3 {
    font-size: 13px;
    padding: 10px 0;
    margin: 0;
}
.Premium_Tenants .slider_premium .item p {
        font-size: 10px;
}
.Start_Advertising1 {
        padding: 30px 0;
        background: #6d94ef;
}
.Start_Advertising1 h2 {
    color: #fff;
    margin-bottom: 20px;
}
.Start_Advertising1 li {
    list-style: none;
    position: relative;
    line-height: 35px;
    font-size: 18px;
        color: #fff;
    margin-left: 25px;
}
.Start_Advertising1 li:before {
    content:'';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    left: -25px;
    top: 11px;
}
.Start_Advertising1 img {
        width: 70%;
}
.text_area {
    padding:20px 0;
}
.text_area h2 {
    margin-bottom: 16px;
}
.second_logo_slid {
    margin-bottom:30px;
}
.second_logo_slid img {
        width: 145px;
            background: #fff;
    border-radius: 10px;
            height: 60px;
    object-fit: scale-down;
}