EVOLUTION-NINJA
Edit File: socialmediamanagement.php
<style> /* <!-- overview block-------------- --> */ .overviewblock { height: 400px; background-image: url("<?php echo base_url('public/assets/images/IMG (933).png');?>"); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; flex-direction: column; align-items: center; justify-content: center; } .overviewdetails { font-size: 55px; font-weight: 700; color: #fff; font-family: "Barlow", sans-serif; } .overviewpara { font-size: 17px; font-weight: 500; color: #fff; font-family: "Barlow", sans-serif; } /* <!-- overview block end-------------- --> */ /* software development block */ .softwareimage { display: flex; justify-content: center; align-items: center; } .softwaredevelopment { width: 83%; margin: auto; } .manapara1 { font-family: "Barlow", sans-serif; font-size: 23px; font-weight: 700; color: #001740; margin: 5px; } .manapara2 { font-family: "Barlow", sans-serif; font-size: 16px; font-weight: 400; margin: 0; margin-top: 15px; color: #2B2B2B; } .managde { display: flex; flex-direction: column; justify-content: center; } /* benefits of seo ------ */ .benefitsodseo { width: 83%; margin: auto; background-color: #E7F1FF; } .moduleheading { margin: 0; font-family: "Barlow", sans-serif; font-size: 28px; font-weight: 700; color: #001740; margin-bottom: 6px; } .moduledet { background-color: #fff; border-radius: 9px; border-left: 4px solid #2977DA; padding: 10px; font-family: "Barlow", sans-serif; font-size: 18px; font-weight: 600; color: #001740; margin: auto; max-width: 31% !important; } .modulesdetails { gap: 14px } .mob1 { margin: 0; margin-left: auto; margin-right: 18px } .mob2 { margin: 0; margin-right: auto; } @media (min-width:1001px) and (max-width:1356px) { .softimg { width: 100%; } } @media (min-width: 629px) and (max-width:1000px) { /* overview block */ .overviewdetails { font-size: 43px; } .overviewpara { font-size: 16px; } /* software development block */ .manapara1 { font-size: 21px; } .softimg { width: 72%; margin: auto; } .managde { margin-top: 10px; } /* benefits of seo ------ */ .benefitsodseo { width: 100%; margin-top: 16px; } } @media only screen and (max-width:628px) { /* <!-- overview block-------------- --> */ .overviewblock { border: 1px solid; height: auto; padding: 37px 12px; } .overviewdetails { font-size: 22px; } .overviewpara { font-size: 12px; } /* <!-- overview block-------------- --> */ /* software development block */ .manapara1 { font-size: 21px; } .softimg { width: 72%; margin: auto; } .managde { margin-top: 10px; } .moduledet { max-width: 100% !important; margin-top: 10px; } .mob1 { margin: auto; } .moduleheading { font-size: 23px; } } </style> <?php echo view('includes/header') ?> <!-- overview block-------------- --> <section class="overviewblock"> <h2 class="overviewdetails">Social Media Management</h2> <p class="overviewpara text-center">We endorse you in influencing for marketing in the most popular social media sites. We make sure that it </br> accomplished customers through these sites..</p> </section> <!-- overview block end-------------- --> <!-- software develop[ment block ] --> <section class="softwaredev mt-4"> <div class="softwaredevelopment "> <div class="row"> <div class="col-lg-5 col-md-12 col-sm-12 softwareimage"> <img src="<?php echo base_url('public/assets/images/Social tree-pana 1.png');?>" alt="" class="softimg"> </div> <div class="col-lg-7 col-md-12 col-sm-12 managde"> <h3 class="manapara1">Social Media Management</h3> <div class=""> <img class="" src="<?php echo base_url('public/assets/images/Line (11).png');?>" alt="line"> </div> <p class="manapara2">We endorse you in influencing for marketing in the most popular social media sites. We make sure that it accomplished customers through these sites, which is used as a part of their everyday life. Connect with new customers. Raise brand awareness. Create an active, engaged community around your business.</p> <h3 class="manapara1">Everything we do as a Social Media Consultancy</h3> <div class=""> <img class="" src="<?php echo base_url('public/assets/images/Line (11).png');?>" alt="line"> </div> <p class="manapara2">We help you realize the impact that social media has on your organization and work, we also help you in implementing the changes that has to be done for better marketing. We develop overall social media strategies, provide bespoke training, help specify and recruit for social media roles, design and implement listening and responding programs.</p> </div> </div> </div> </section> <!-- software develop[ment block ] end--> <!-- benefitsofseo---------- --> <section class="benefitsodseo p-5 mt-4"> <h3 class="moduleheading text-center">Advantages of SMM</h3> <div class="text-center"> <img class="" src="<?php echo base_url('public/assets/images/Line (13).png');?>" alt="line"> </div> <div class="modulesdetails mt-3"> <div class="row"> <div class="moduledet col-lg-4 col-md-12 col-sm-12 ">Improved brand loyalty</div> <div class="moduledet col-lg-4 col-md-12 col-sm-12">Higher conversion rates</div> <div class="moduledet col-lg-4 col-md-12 col-sm-12">Higher Brand Authority</div> </div> <div class="row mt-3"> <div class="col-lg-6 col-md-6 col-sm-12 moduledet mob1">Better Search Engine Rankings</div> <div class="col-lg-6 col-md-6 col-sm-12 moduledet mob2">Improved Customer Insights</div> </div> </div> </section> <!-- benefitsofseo- end--------- --> <!-- clients and finished projects ---- --> <?php echo view('includes/clientmanagement'); ?> <!-- clients and finished projects ---- --> <!-- faq client say about us -------- --> <?php echo view('includes/clientsay'); ?> <!-- faq client say about us -------- --> <?php echo view('includes/footer') ?>