.logo_side img{
  max-width:100px;
}
.header .dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    font-weight: 700;
  }
  
  .header .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 680px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: -250px;
    border-radius: 5px;
  }
  .dropdown_content_inner {
    display: flex;
}
.inner_dropboxs{
    flex: 1;
}
.inner_dropboxs h5{
    padding: 0px 15px;
    font-size: 20px;
    font-weight: 900;
}
.header .dropdown-content a {
    color: black !important;
    padding: 5px 16px !important;
    text-decoration: none;
    display: block;
    font-weight: normal!important;
}
  
  .header .dropdown-content a {
    color: black !important;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
  }
  .header .dropdown {
    position: relative;
    padding-right: 8px;
  }
  .header .dropdown:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    color: #fff;
    right: 0;
    top: 19px;
 }
  
  .header .dropdown-content a:hover {background-color: #ddd;}
  
  .header .dropdown:hover .dropdown-content {display: block;}
  

.nav_item li{
    list-style-type: none;
    display: inline-block;
    margin: 0px 20px;
}
body{
    background-color: rgb(214 214 214 / 80%);
    font-family: 'Open Sans', sans-serif;
}
.header_flex{
    display: flex;
    align-items: center;
}
.header_flex .nav_item li a{
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
}
.header_flex .nav_item li a:hover{
    color: crimson;
}
.header_flex .nav_item li a.active{
    color: crimson;
}
.header{
    position: relative;
    z-index: 1;
    padding: 10px 0px;
    position: fixed;
    left:0px;
    top: 0px;
    width:100%;
}
.banner{
    background-image: url(images/digital-marketing-business-img.jpg);
    background-size: cover;
    padding: 150px 0px;
    top: 0;
    width: 100%;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;

}
.banner:before{
  position: absolute;
  left: 0px;
  content: '';
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 80%);
}

.banner_content{
    position: relative;
    /* z-index: 1; */
    padding-top:100px;
}
.banner_content h3{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}
.banner_content p{
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
    line-height: 35px;
  
}
.introduction_section{
    padding: 50px 0px;
}
.banner_content a {
    background: #fff;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
    color: #000;
    margin-top: 30px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    font-weight: 700;
}

.introduction {
    text-align: center;
    padding: 0px 110px;
}
.introduction h3{
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
}
.drive_business_growth{
    text-align: center;
}
.drive_business_growth h3{
    font-size: 32px;
    padding-bottom: 40px;
    font-weight: 700;
}
.drive_business_growth_inner{
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}
.drive_business_growth_inner h4{
    padding-bottom: 15px;
    font-weight: 900;
}
.drive_business_growth_flex{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
}
.different_types_of_digital_marketing{
    background-image: url(images/digital-marketing-business-img.jpg);
    background-size: cover;
    padding: 50px 0px;
    top: 0;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    background-attachment: fixed;

}
.different_types_of_digital_marketing:before{
    position: absolute;
    left: 0px;
    content: '';
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
  }
  
.different_types_of_digital_marketing h3{
    font-size: 32px;
    padding-bottom: 40px;
    font-weight: 700;
    margin: 0px;
    color: #fff;
    z-index: 1;
    position: relative;
}
.different_types_of_digital_marketing{
    text-align: center;
    padding: 50px 0px;
    height: 100%;
}
.different_types_of_digital_marketing_inner{
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}
.different_types_of_digital_marketing_flex{
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
}
.different_types_of_digital_marketing_inner h4{
    padding-bottom: 15px;
    font-weight: 900;
}

.using_digital_marketing_services{
    padding: 30px 0px;
}
.using_digital_marketing_services h3{
    font-size: 32px;
    padding-bottom: 40px;
    font-weight: 700;
    text-align: center  ;
}

.using_digital_marketing_services_inner{
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}
.using_digital_marketing_services_inner_paddi{
    padding: 0px 150px;
}
.using_digital_marketing_services_inner h4 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}
.cost_effective_marketing_flex{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    flex-wrap: wrap;
}

.your_digital_marketing_services_ompany {
    padding: 30px 0px;
    background: #2b2b2f;
    background-attachment: fixed;
}
.your_digital_marketing_services_ompany h3{
    font-size: 32px;
    padding-bottom: 40px;
    font-weight: 700;
    text-align: center  ;
    z-index: 1;
    position: relative;
    color: #fff;
}

.digital_marketing_services_faqs_section h3{
    font-size: 32px;
    padding-bottom: 40px;
    font-weight: 700;
    text-align: center  ;
}

.digital_marketing_services_faqs_section .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 15px;
    position: relative;
  }
  
.digital_marketing_services_faqs_section .accordion:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 20px;
 }
  .digital_marketing_services_faqs_section .active, .digital_marketing_services_faqs_section .accordion:hover {
    background-color: #ccc; 
  }
  
  .digital_marketing_services_faqs_section .panel {
    padding: 8px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  .footer{
    background: #2b2b2f;
    padding: 15px 0px;
    color: #fff;
    text-align: center;
  }
  .footer p{
    margin: 0px;
  }
    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        background: #fff;
        z-index: 11;
        padding: 10px 0px;
    }
.fixed .header_flex .nav_item li a{
      color: #000;
 }
 .fixed .dropbtn{
    color: #000 !important;
 }
 .fixed .dropdown:before{
    color: #000;
 }   
.drive_business_growth_inner img {
        max-width: 70px;
 }
.digital_marketing-wrp{
        overflow: hidden;
}
    

/* new page css */

.aristotle_soluction_wrp h4 {
        font-size: 24px;
        color: #fff;
        font-weight: 800;
}
.aristotle_soluction_bg_img{
    background-image: url(images/your_partner_comprehensive_bg_img.jpeg);
}
.data_management_solutions_wrp{
    padding-top: 20px;
}
.different_types_of_digital_marketing_inner a{
    display: block;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 5px;
    padding: 8px;
    color: #000;
    width: 200px;
    margin: 20px auto 0px;
    text-decoration: none;
}
.different_types_of_digital_marketing_inner a:hover{
    background: #000;
    color: #fff;
}
.business_setup_services_boxs{
    padding-bottom: 20px;
}
.business_setup_services_boxs h4{
    font-size: 22px;
    font-weight: 600;
}
.business_setup_services_boxs a{
  display: block;
  padding-top: 20px;
  color: #000;
  text-decoration: underline;
}
.business_setup_services_img img{
    width: 100%;
}
.why_choose_aristotle_solutions_wrp{
    background: #fff;
    padding: 50px 0px;
}
.why_choose_aristotle_solutions_wrp h3{
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
}
.client_testimonials_wrp h3{
    font-size: 32px;
    padding-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.why_choose_aristotle_solutions_inner p{
  font-size: 16px;
}
.client_testimonials_inner h4 {
    font-size: 22px;
    font-weight: 600;
}
.client_testimonials_wrp{
    padding:20px 0px 50px 0px;
}
.client_testimonials_wrp h4{
text-align: center;
}
.client_testimonials_wrp p{
    text-align: center;
}
.client_testimonials_inner {
    background: #212b22;
    display: inline-block;
    padding: 50px;
    border-radius: 10px;
    color: #fff;
    margin-top: 30px;
}
.client_testimonials_wrp{
    position: relative;
}
.client_testimonials_wrp::before{
    font-family: FontAwesome;
    content: "\f10d";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    left: 10%;
    top: 50px;
    font-size: 30px;
}


.client_testimonials_wrp::after{
    font-family: FontAwesome;
    content: "\f10e";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    right: 5%;
    bottom: 20px;
    font-size: 30px;
}
.contact_us_today {
    background: #3e3e3e;
    padding: 20px 0px;
    color: #fff;
}
.contact_us_today_inner h4{
    font-size: 22px;
    font-weight: 700;
}
.digital_marketing_solutions_wrp .different_types_of_digital_marketing_inner span img{
    width: 70px;
}
.submit_btnn{
    margin-top: 15px;
    background: #000;
    padding: 10px 20px;
}
.submit_btnn:hover{
    color: #fff;
}
.contact_form_flex{
    display: flex;
    align-items: center;
}
.form_heading h4{
    font-size: 30px;
    padding-bottom: 10px;
}
.form_heading p{
    padding-bottom: 15px;
}

/* contact page */

.contact_banner{
    background-image: url(images/contact_banner.jpeg);
    background-size: cover;
    padding: 100px 0px;
    background-position: right;
}
.contact_banner .banner_content .drop_email_btn{
   margin-left: 10px;
   background: #fa1111;
   color: #fff;
}
.contact_us_banner_right .contact_form_side {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 3px 3px 12px #00000029;
}
.contact_banner_flex{
    display: flex;
    align-items: center;
    padding-top: 50px;
}
.contact_us_banner_right .contact_form_side button{
    color: #fff;
}
.contact_banner_flex .banner_content {
    padding-top: 0;
}
.contact_banner_flex .banner_content h3 {
    font-size: 42px;
}
.contact_information_sec{
    text-align: center;
    padding: 50px 0px;
}
.contact_information_sec_inner h4{
    font-size: 32px;
    font-weight: 700;
}
.our_offices_section h3{
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
}
.our_offices_address_flex{
    display: flex;
}
.our_offices_address {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    height: 100%;
    border-left: 8px solid red;
    box-shadow: 3px 3px 12px #00000029;
}
.our_offices_address h4{
   font-size: 22px;
   font-weight: 700;
}
.our_offices_section{
    padding-bottom: 50px;
}
.let_connect_left_side h4{
   font-size: 42px;
   font-weight: 700;
}

.let_connect_left_side a {
    display: block;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    text-decoration: none;
    cursor: pointer;
}
.let_connect_left_side .fa{
margin-right: 10px;
color: red;
}
.let_connect{
    padding: 50px 0px; 
    background: #fff;
}
.let_connect_flex{
    display: flex;
    align-items: center;
}
.our_vision_wrp{
    padding: 50px 0px;
}
.our_vision_wrp h3{
    font-size: 32px;
    padding-bottom: 40px;
    font-weight: 700;
    text-align: center;
}
.empowering_success_sec h4{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 42px;
}
.empowering_success_sec_img img{
    width: 100%;
}
.our_vision_flex{
    display: flex;
    align-items: center;
}
.what_we_offer_sec h3{
    padding-bottom: 10px;
}
.what_we_offer_sec h5{
    color: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
}
.about_us_banner{
    background-image: url(images/about_us_banner.avif);
    background-size: cover;
    padding: 100px 0px;
    background-position: right;
}

.our_commitment_inner h3{
    font-size: 32px;
    padding-bottom: 40px;
    font-weight: 700;
    text-align: center;
}
.our_commitment_section{
    padding: 50px 15px;
}
.our_commitment_inner h4{
    font-weight: bold;
}
.why_choose_aristotle_wrp{
    background: #fff;
}

.our_team_banner{
    background-image: url(images/teamnimg.jpg);
    background-size: cover;
    padding: 100px 0px;
    background-position: right;
}
.our_team_banner.banner:before {
    position: absolute;
    left: 0px;
    content: '';
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(64 62 62 / 80%);
}

.our_team_banner .banner_content{
  text-align: center;
}
.leadership_team_sec{
    padding: 50px 0px;
}
.leadership_team_sec h3{
    font-size: 32px;
    padding-bottom: 40px;
    font-weight: 700;
    text-align: center;
}
.leader_details h4{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #4E8ECB;
}
.leader_details h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.leader_details a{
    font-size: 32px
}
.leader_pic img{
    width: 100%;
}
.our_team_flex{
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 50px;
    border-radius: 5px;
    box-shadow: 3px 3px 12px #00000029;
    flex-direction: column;
}
.bar a{
    color: crimson;
    font-size: 32px;
    text-align: right;
    z-index: 1;
    position: relative;
    display: none;

}
.leader_pic {
    background: #323232;
}
.why_choose_us_flex {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.why_choose_us_content_side p{
    font-size: 16px;
}
.why_choose_us_para p{
    font-size: 16px;
}
.why_choose_us_image img{
    width: 100%;
}



/* seo services page start */

.seo-banner .banner_content h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
}
.seo-banner .banner_content h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.seo-banner{
    background-image: url(images/seo-background.jpeg);
    background-size: cover;
    padding: 100px 0px;
    background-position: right;
}
.seo_services_offered .seo_paragraph{
   color: #fff;
   position: relative;
   z-index: 1;
   padding-bottom: 40px;
}
.seo_services_offered h3 {
    font-size: 32px;
    padding-bottom: 15px;
}
.seo_services_offered h4.seo_heading {
   text-align: left;
   color: #fff;
   z-index: 1;
   position: relative;
   padding-bottom: 10px;
   padding-top: 15px;
}
.leader_details {
    width: 100%;
    padding: 10px 15px;
    text-align: center;
}

/* data entry service page */

.data_entry_services_banner{
    background-image: url(images/expert-data-entry-services-banner.png);
}
.data_entry_services_banner .banner_content h3{
    font-size: 42px;
    line-height: 52px;

}
.Data_Entry_Services_wrapper{
    padding: 50px 0px;
}

.easy_four_steps h4 {
    font-size: 24px;
    font-weight: 700;
}
.easy_four_steps{
    text-align: left;
}
.easy_four_steps h5 {
    font-size: 18px;
    padding-top: 20px;
    font-weight: 500;
}
.data_entry_services_wrapper h3{
    text-align: center;
    font-size: 32px;
    padding-bottom: 40px;
    font-weight: 700;
}
.data_entry_services_inner img{
    max-width: 60px;
}
.data_entry_services_wrapper{
    background: #fff;
    padding: 50px;
}
.data_entry_services_inner h4 {
    font-size: 18px;
    font-weight: 900;
}
.experience_advantage_wrapper{
    padding-top: 30px;
}
.experience_advantage_wrapper h4{
    font-size: 22px;
    font-weight: 800;
    padding-bottom: 15px;
}
.consultation_and_assessment_img img{
    width: 100%;
}
.data_entry_services_wrapper {
    background: #fff;
}
.thankyou_wrp{
    text-align: center;
    padding:100px 0px;
}
.thankyou_wrp img{
    position: relative;
    left: 24px;
}
.thankyou_wrp h4{
    font-size: 35px;
    font-weight: 800;
}
.banner.thankubanner {
    height: 120px;
    padding: 0;
    background: #000;
}
div#contentWrapper {
    background: #9b9b9b;
    height: 90vh;
}


/* social media page  */

.social_media_services_banner{
    background-image: url(images/social-media-marketing-banner-img.webp);
}
.social_media_with_aristotle_solutions_wrp{
    padding: 50px 0px;
    text-align: center;
}
.develop_brand_awareness_wrp {
    text-align: center;
    padding: 50px 0px;
    background: #fff;
}
.develop_brand_awareness_wrp h3{
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
}
.social_media_marketing_services_wrp{
  padding: 50px 0px;
}
.social_media_marketing_services_wrp h3{
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;
}
.social_media_marketing_services_content h4{
    font-size: 22px;
    font-weight: 900;
    padding-bottom: 10px;
    line-height: 32px;
}

.social_media_marketing_services_img img{
    width: 100%;
}
.social_media_marketing_services_flex{
    display: flex;
    align-items: center;
}
.social_faq_wrp{
    background: #fff;
}
.empowering-dreams-Igniting{
    background-image: url(images/empowering-dreams-Igniting-success.webp);
}
.abu_dhabi_wrp {
    background: #fff;
    padding: 10px 0px;
}
.abu_dhabi_wrp h4{
    font-size: 20px;
    font-weight: 700;
}
.ready_to_unlock_wrp{
    background-image: url(images/empowering-dreams-Igniting-success.webp);
    background-attachment: fixed;
    background-size: cover;
    padding: 50px 0px;
}
.ready_to_unlock_wrp p{
    color: #fff;
    font-size: 26px;
    font-weight: 700
}


.content_marketing_firm_wrp .paragraphh{
  color: #fff;
  padding-bottom: 30px;
  z-index: 1;
  position: relative;
}
.content_marketing_services_wrp p{
   text-align: center;
   padding-bottom: 20px;
}
.content_marketing_services_wrp .using_digital_marketing_services_inner h4{
  text-align: center;
}

.say_hello_to_more_shares_wrp p{
    color: #fff;
    text-align: center;
}
.content_marketing_services_banner{
    background-image: url(images/content_marketing_services_banner.avif);
}
.say_hello_to_more_shares_wrp h3 {
    font-size: 28px;
}
.email_marketing_services_banner{
    background-image: url(images/email_marketing_services_banner.jpg);
}
.ppc_services_bg{
    background-image: url(images/ppc_services_bg.jpg);
}
.our_ppc_advertising_wrp{
    margin-top: 20px;
}

/* responsive css */

@media(max-width:991px){
    .banner_content h3 {
        font-size: 38px;
    }
    .aristotle_soluction_wrp h4 {
        font-size: 20px;
    }
    .banner_content p {
        font-size: 16px;
        line-height: 30px;
    }
    .different_types_of_digital_marketing_inner a {
        width: 100%;
    }
    .client_testimonials_wrp::after {
        bottom: 0px;
    }
    .image_side img{
        width: 100%;
    }
    .nav_item{
        display: none;
        position: fixed;
        left: 0;
        background: #fff;
        padding: 10px;
        max-width: 300px;
        top: 0;
        height: 100%;
    }
    .header_flex .nav_item li a {
        color: #000;
    }
    .nav_item li {
        list-style-type: none;
        display: block;
        margin: 10px 20px;
    }
    .bar a{
        display: block;
        cursor: pointer;
    }

    /* seo page */
    .seo-banner .banner_content h3 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media(max-width:767px){
    .banner {
        padding: 30px 0px;
        background-attachment: unset;
        margin-top: 120px;
        height: auto;
    }
    .banner_content {
        padding-top: 0;
    }
    .introduction {
        padding: 0px 0px;
    }
    .our_team_flex {
        flex-direction: column;
    }
    .leadership_team_sec {
        padding: 50px 15px;
    }

    /* seo page */
    .seo-banner {
        padding: 50px 0px;
    }
    .seo_services_offered h3 {
        font-size: 28px;
    }
    .using_digital_marketing_services h3 {
        font-size: 28px;
    }
    .why_choose_us_flex {
        margin-bottom: 25px;
    }
    .digital_marketing_services_faqs_section{
        padding: 15px;
    }
    .our_vision_flex {
        flex-direction: column;
    }
    .our_vision_wrp {
        padding: 30px 0px;
    }
    .contact_banner_flex {
        flex-direction: column;
        display: block;
    }
    .contact_us_banner_right{
        padding-top:20px;
    }
    .contact_banner {
        padding: 100px 0px 50px;
    }
    .contact_information_sec {
        padding: 50px 15px;
    }
    .our_offices_address_flex {
        flex-direction: column;
        gap: 15px;
    }
    .let_connect_flex {
        flex-direction: column;
    }
    .let_connect_left_side h4 {
        font-size: 34px;
    }
    .let_connect {
        padding: 50px 0px 0px;
    }
    .contact_form_flex {
        flex-direction: column;
    }
    .contact_form_flex .image_side {
        padding: 20px 0px;
    }
    .contact_banner_flex .banner_content h3 {
        font-size: 38px;
    }
    .data_entry_services_banner .banner_content h3 {
        font-size: 32px;
        line-height: 42px;
    }
    .introduction h3 {
        font-size: 28px;
    }
    .drive_business_growth h3 {
        font-size: 28px;
    }
    .data_entry_services_wrapper h3 {
        font-size: 28px;
    }
    .digital_marketing_services_faqs_section h3 {
        font-size: 28px;
    }
    .data_entry_services_wrapper {
       padding: 15px;
    }
    .develop_brand_awareness_wrp h3 {
        font-size: 28px;
    }
    .social_media_marketing_services_wrp h3 {
        font-size: 28px;
    }
    .social_media_marketing_services_flex {
        flex-direction: column;
    }
    .develop_brand_awareness_wrp h3 {
        font-size: 28px;
    }
    .social_media_marketing_services_wrp h3 {
        font-size: 28px;
    }
    .social_media_marketing_services_wrp {
        padding: 20px 0px;
    }
    .content_marketing_services_wrp .cost_effective_marketing_flex{
        margin-bottom: 15px;
        gap:15px;
    }
    
}

