/*
Theme Name: AdSparkZTheme-child
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: AdSparkZTheme
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: AdSparkZTheme-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
header,
footer,
nav,
section,
article,
figure,
aside,
dl,
dt,
dd,
fieldset,
legend,
label,
em,
strong,
span,
b,
a,
img,
form,
input,
br,
hr {
  margin: 0;
  padding: 0;
}


@font-face {
  font-family: 'gilroy-bolduploaded_file';
  src: url('fonts/gilroy-bold.woff2') format('woff2'),
    url('fonts/gilroy-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy-mediumuploaded_file';
  src: url('fonts/gilroy-medium.woff2') format('woff2'),
    url('fonts/gilroy-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gilroy-semibolduploaded_file';
  src: url('fonts/gilroy-semibold.woff2') format('woff2'),
    url('fonts/gilroy-semibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


body {
  background: #ffffff;
  background-size: contain;
}

a,
input[type='submit'] {
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  text-decoration: none;
}

a:hover,
input[type='submit']:hover {
  transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='submit'],
textarea,
button,
button:hover {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}


input[type='radio'] {
  -webkit-tap-highlight-color: transparent;
}

a,
img,
input,
input:hover,
input:focus,
input:active,
a:focus {
  outline: none;
}

p {
  color: #252525;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin: 0 0 20px;
  padding: 0;
  font-family: 'Poppins', sans-serif;
}



ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  height: auto !important;
  max-width: 100%;
  vertical-align: middle;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
  outline: none;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GeneralSans";
  font-weight: 700;
  color: #232431;
}

* {
  outline: none;
}

.after:after {
  clear: both;
  content: "";
  display: block;
  visibility: hidden;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}


/* main css start here */

.main_wrapper {
  overflow: hidden;
}


/* Banner start here */


.banner_img img {
  width: 100%;
}

.home_banner_area {
  position: relative;
  padding: 0 0;
}

.banner_content {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.banner_content h1 {
  font-size: 73px;
  line-height: 80px;
  color: #0b2156;
  font-family: 'gilroy-bolduploaded_file';
  padding-bottom: 15px;
}

.banner_content p {
  font-size: 30px;
  line-height: 40px;
  color: #0b2156;
  font-family: 'gilroy-mediumuploaded_file';
  padding-bottom: 15px;
}

.banner_btn a {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 55px;
  font-weight: 400;
  color: #ffffff;
  background: #ff7300;
  border: #ff7300 1px solid;
  padding: 0 35px;
  border-radius: 30px;
  margin-right: 15px;
}

.banner_btn a:hover {
  background: #0b2156;
  border: #0b2156 1px solid;
}

.banner_btn a.learn_more_btn {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  line-height: 55px;
  font-weight: 400;
  color: #0b2156;
  background: #ffffff;
  padding: 0 35px;
  border-radius: 30px;
  margin-right: 15px;
  border: #0b2156 1px solid;
}

.banner_btn a.learn_more_btn:hover {
  background: #0b2156;
  color: #ffffff;
}


/* Banner ends here */



/* add css for choose_section start here */

.choose_section {
  padding: 16px 0;
  background: #f7f7f7;
  position: relative;
}

.choose01 {
  position: absolute;
  left: 10px;
  top: 20px;
}

.choose02 {
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.choose_content_section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose_content_wrap {
  padding-left: 30px;
}

.choose_content_wrap h6 {
  color: #0954bd;
  font-size: 21px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}

.choose_content_wrap h6 {
  color: #0954bd;
  font-size: 21px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}

.choose_content_wrap h2 {
  color: #0b2156;
  font-size: 45px;
  line-height: 50px;
  font-family: 'gilroy-semibolduploaded_file';
  margin-bottom: 20px;
}

.choose_content_wrap p {
  color: #636566;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

/* add css for choose_section ends here */



/* add css for marketing solution start here */

.marketing_solution_section {
  padding: 90px 0;
}

.marketing_solution_section span {
  text-align: center;
  color: #0954bd;
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: block;
}

.marketing_solution_section h2 {
  text-align: center;
  color: #0b2156;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 40px;
  font-family: 'gilroy-semibolduploaded_file';
  font-weight: 400;
  display: block;
}


.marketing_solution_wrap {
  margin: 0 50px;
}

.marketing_solution_box {
  text-align: center;
  padding: 32px 22px;
  background: #ffffff;
  width: 20%;
  max-width: 335px;
  -webkit-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  -moz-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  margin: 0 14px;
  min-height: 342px;
}

.marketing_solution_wrap .row {
  justify-content: center;
  align-items: center;
}

.marketing_solution_box img {
  display: inline-block;
  margin-bottom: 25px;
}

.marketing_solution_box h3 {
  color: #0954bd;
  font-size: 20px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  min-height: 40px;
}

.marketing_solution_box p {
  color: #636566;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}

.view_service a {
  width: 50px;
  height: 50px;
  background: #ff7300;
  border-radius: 100%;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  line-height: 50px;
}

.view_service a:hover {
  background: #0b2156;
}




/* add css for marketing solution ends here */



/* add css for social media marketing start here */


.social_media_marketing_section {
  background: #0b2156;
}

.social_media_marketing_section .row {
  margin: 0;
}

.social_media_marketing_section.social_media_marketing_slider .slick-prev {
    position: absolute;
    left: 25px;
    top: 45%;
    font-size: 25px;
    color: #000000;
    cursor: pointer;
    z-index: 1;
    width: 35px;
    height: 35px;
    background: #ff7300;
    border-radius: 100%;
    display: inline-block;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
}
.social_media_marketing_section.social_media_marketing_slider .slick-prev:hover {
  background: #0b2156;
}

.social_media_marketing_section.social_media_marketing_slider .slick-next {
    position: absolute;
    right: 25px;
    top: 45%;
    font-size: 25px;
    color: #000000;
    cursor: pointer;
    z-index: 1;
    width: 35px;
    height: 35px;
    background: #ff7300;
    border-radius: 100%;
    display: inline-block;
    color: #ffffff;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
}
.social_media_marketing_section.social_media_marketing_slider .slick-next:hover {
  background: #0b2156;
}


/* .social_media_marketing_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 100%;
  width: 100%;
} */
.social_media_marketing_img img {
  width: 100%;
}

.social_media_marketing_section .col-md-6 {
  padding: 0;
  margin: 0;
  position: relative;
}

.social01 {
  position: absolute;
  right: 20px;
  bottom: 30px;
}

.social_media_marketing_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.social_media_marketing_cont_area {
  padding-left: 25px;
  padding-right: 10%;
}

.social_media_marketing_cont_area span {
  color: #73eeb7;
  font-size: 21px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
}

.social_media_marketing_cont_area h6 {
  color: #73eeb7;
  font-size: 21px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}

.social_media_marketing_cont_area h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-family: 'gilroy-semibolduploaded_file';
  margin-bottom: 10px;
}

.social_media_marketing_cont_area p {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.social_media_marketing_cont_area ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

.social_media_marketing_cont_area ul li img {
  margin-right: 15px;
}

.social_media_marketing_cont_area ul li p {
  margin: 0;
  padding: 0;
}

.smm_services_point {
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  border: #ffffff 2px solid;
  padding: 0 25px;
  border-radius: 30px;
  display: inline-block;
  margin-top: 15px;
}

.smm_services_point:hover {
  border: #ff7300 2px solid;
  background: #ff7300;
  color: #ffffff;
}


/* add css for social media marketing ends here */



/* add css for Our Client start here */


.our_client_section {
  padding: 90px 0;
}

.our_client_section span {
  text-align: center;
  color: #3cab7b;
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: block;
}

.our_client_section h2 {
  text-align: center;
  color: #171818;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: 'gilroy-semibolduploaded_file';
  font-weight: 400;
  display: block;
}

.our_client_box {
  margin: 15px 15px;
  padding: 15px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our_client_box:hover {
  background: #ffffff;
  -webkit-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  -moz-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  border-radius: 15px;
  cursor: pointer;
}

.our_client_area .slick-prev {
  position: absolute;
  left: -45px;
  top: 45px;
  font-size: 25px;
  color: #000000;
  cursor: pointer;
}

.our_client_area .slick-next {
  position: absolute;
  right: -45px;
  top: 45px;
  font-size: 25px;
  color: #000000;
  cursor: pointer;
}

/* add css for Our Client ends here */



/* add css for Success start here */

.success_section {
  padding: 90px 0;
  background: url(images/success_banner.png) no-repeat center center;
  position: relative;
}

.success01 {
  position: absolute;
  left: 10px;
  top: 20px;
}

.success_section span {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: block;
}

.success_section h2 {
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: 'gilroy-semibolduploaded_file';
  font-weight: 400;
  display: block;
}

.success_box {
  margin: 30px 0;
  text-align: center;
}

.success_box img {
  display: inline-block;
  margin-bottom: 20px;
}

.success_box h3 {
  color: #ffffff;
  font-size: 25px;
  line-height: 25px;
  font-family: 'gilroy-semibolduploaded_file';
  margin-bottom: 10px;
}

.success_box p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
}

.success_btn {
  text-align: center;
}

.success_btn a {
  color: #ffffff;
  font-size: 20px;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 0 32px;
  border: #ffffff 2px solid;
  border-radius: 30px;
  display: inline-block;
  margin-top: 20px;
}

.success_btn a:hover {
  background: #ff7300;
  border: #ff7300 2px solid;
}

/* add css for Success ends here */



/* add css for testimonials start here */


.testimonials_section {
  padding: 90px 0;
}

.testimonials_section span {
  text-align: center;
  color: #3cab7b;
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: block;
}

.testimonials_section h2 {
  text-align: center;
  color: #171818;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  font-family: 'gilroy-semibolduploaded_file';
  font-weight: 400;
  display: block;
}

.testimonials_area_box {
  background: #ffffff;
  padding: 50px 50px 30px;
  margin: 50px 50px;
  text-align: center;
  -webkit-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  -moz-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
}

.testimonials_area_box img {
  display: inline-block !important;
  margin-bottom: 15px;
}

.testimonials_area_box span {
  color: #171818;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.testimonials_area .slick-prev {
  position: absolute;
  left: 140px;
  top: 48%;
  font-size: 25px;
  color: #969696;
  z-index: 1;
  cursor: pointer;
}

.testimonials_area .slick-next {
  position: absolute;
  right: 140px;
  top: 48%;
  font-size: 25px;
  color: #969696;
  z-index: 1;
  cursor: pointer;
}


/* add css for testimonials ends here */




/* add css for blog start here */

.blog_section {
  background: url(images/blog_bg.png) no-repeat center center;
  background-size: cover;
  padding: 125px 0;
  position: relative;
}

.blog01 {
  position: absolute;
  right: 10px;
  top: 15%;
}

.blog_section h2 {
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  font-family: 'gilroy-semibolduploaded_file';
  margin-bottom: 30px;
}

.blog_content {
  position: relative;
  padding: 40px 30px 30px;
  background: #ffffff;
  position: relative;
}

.blog_date {
  position: absolute;
  left: 27px;
  top: -27px;
  background: #0b2156;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border-radius: 10px;
  font-size: 17px;
  line-height: 50px;
  padding: 0 18px;
}

.blog_content p {
  color: #000000;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.blog_read_more {
  color: #0b2156;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.blog_read_more:hover {
  color: #000000;
  text-decoration: none;
}

.blog_box {
  margin: 0 15px;
}

.blog_area .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.blog_area .slick-dots li button {
  width: 13px;
  height: 13px;
  background: #ffffff;
  border-radius: 100%;
  border: #ffffff 1px solid;
  font-size: 0;
  margin: 0 4px;
}

.blog_area .slick-dots li.slick-active button {
  border: #ffffff 1px solid;
  background: #1b1b1b;
}


/* add css for blog ends here */



.scroll_top_wrap {
  position: fixed;
  right: 10px;
  bottom: 296px;
  z-index: 1;
  display: none;
  cursor: pointer;
}



/* add css for inner pages start */



/* add css for inner pages ends */


.toggle-menu {
  display: none;
}




/* add css for inner pages start here */

.service_details_section {
  position: relative;
  z-index: 2;
}

.blog_listing_section {
  position: relative;
}
.blog_list01 {
  position: absolute;
  left: -40px;
  top: 15%;
  z-index: 1;
}
/* .blog_list02 {
  position: absolute;
  right: 10px;
  top: 40%;
  z-index: 1;
} */

.blog_list02 {
    position: absolute;
    right: -120px;
    top: 40%;
    z-index: 1;
}

.blog_listing_section h2 {
  color: #0b2156;
  font-size: 45px;
  line-height: 45px;
  font-family: 'gilroy-semibolduploaded_file';
  text-align: center;
  margin-bottom: 30px;
}

.blog_listing_section {
  padding: 90px 0;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 71%, rgba(244,244,244,1) 100%);
}

.blog_listing_section .blog_box {
  -webkit-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  -moz-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}

.breadcrumb_sec ul {
  display: flex;
}
.breadcrumb_sec ul li {
  color: #0b2156;
  font-size: 20px;
  line-height: 25px;
  font-family: 'gilroy-mediumuploaded_file';
  padding-right: 12px;
}
.breadcrumb_sec ul li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50%;
}
.breadcrumb_sec ul li a {
  color: #757575;
  font-size: 20px;
  line-height: 25px;
  font-family: 'gilroy-mediumuploaded_file';
}
.breadcrumb_sec ul li a:hover {
  color: #0b2156;
}

.blog_paging_sec {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_paging_sec span.current {
    font-size: 15px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    background: #0b2156;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
}
.blog_paging_sec a.page-numbers {
  text-align: center;
  color: #0b2156;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  margin: 0 10px;
}


.blog_paging_sec ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog_paging_sec ul li {
  color: #3b6a96;
  font-size: 15px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
}
.blog_paging_sec ul li a {
  color: #0b2156;
  padding: 5px 10px;
}
.blog_paging_sec ul li.active_pagi a {
  color: #ffffff;
  background: #0b2156;
  padding: 5px 10px;
  border-radius: 50%;
}


.blog_details_section {
  position: relative;
  z-index: 2;
}

.blog_details_section h3 {
  color: #0b2156;
  font-size: 35px;
  line-height: 40px;
  font-family: 'gilroy-semibolduploaded_file';
  margin-bottom: 15px;
}
.blog_details_section span {
  color: #0b2156;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  display: block;
}

.blog_details_area img {
  float: left;
  margin: 0 30px 30px 0;
}
.blog_details_area p {
  color: #757575;
}

.next_prev_wrap {
  -webkit-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  -moz-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  background: #ffffff;
  padding: 40px 50px;
  display: flex;
  justify-content: space-between;
}
.next_prev_wrap a {
  color: #0b2156;
  font-family: 'gilroy-mediumuploaded_file';
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  display: flex;
}
.next_prev_wrap a i {
  color: #ff7300;
  font-size: 20px;
  margin: 0 5px;
}
.next_prev_wrap a:hover {
  color: #ff7300;
}


/* add css for inner pages ends here */




/* add css for Testimonials start here */


.testimonials_container span {
  color: #808181;
  font-size: 21px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: center;
  display: block;
  padding-bottom: 30px;
}

.testi_listing_box {
  -webkit-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  -moz-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  background: #ffffff;
  margin: 15px;
  padding: 30px 40px;
  text-align: left;
}
.testi_listing_box img {
  margin-bottom: 15px;
}

.testimonials_container .testi_listing_box span {
  text-align: left;
  color: #171818;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-bottom: 5px;
}
.testimonials_container .testi_listing_box p {
  color: #636566;
  font-size: 18px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.blog_listing_section .testimonials_container h2 {
  color: #171818;
}


/* add css for Testimonials ends here */


/* add css for Service start here */


.blog_listing_section .service_details_section .service_details_area h2 {
  text-align: left;
  font-size: 45px;
}

.service_details_area img {
  float: left;
  margin: 0 30px 30px 0;
}
.service_details_area p {
  color: #757575;
}

/* add css for Service ends here */


/* add css for portfolio start here */

.portfolio_section {
  position: relative;
  z-index: 2;
}

.portfolio_box {
  -webkit-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  -moz-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  background: #ffffff;
  margin-bottom: 50px;
}
.portfolio_box h3 {
  color: #0b2156;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.portfolio_box p {
  color: #636566;
}

.portfolio_box_cont {
  /* padding: 0 30px; */
  padding: 30px 30px;
}
.portfolio_box_cont_area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolio_box_cont i {
  font-size: 20px;
}

.portfolio_box:nth-child(odd) .row {
  flex-direction: row;
}
.portfolio_box:nth-child(even) .row {
  flex-direction: row-reverse;
}

.portfolio_section span {
  color: #3cab7b;
  font-size: 21px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: center;
  padding-bottom: 15px;
  display: inherit;
}
.portfolio_section_top {
  margin-bottom: 40px;
  padding: 0 100px;
}
.portfolio_section_top p {
  color: #636566;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.portfolio_section .portfolio_box_cont p a, .portfolio_section .portfolio_box_cont p a span {
  color: #ff7300;
}
.portfolio_section .portfolio_box_cont p a:hover, .portfolio_section .portfolio_box_cont p a:hover span {
  color: #636566;
}

.portfolio_section span.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 0;
    margin: 0;
}
.portfolio_section span.wpcf7-form-control-wrap,
.portfolio_section span.wpcf7-form-control {
    padding: 0;
    margin: 0;
}
.portfolio_section .wpcf7 form.invalid .wpcf7-response-output, 
.portfolio_section .wpcf7 form.unaccepted .wpcf7-response-output, 
.portfolio_section .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}

/* add css for portfolio start here */




/* add css for Contact start here */


.contact_form_area {
  -webkit-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  -moz-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  background: #ffffff;
  padding: 30px 30px;
}
.contact_form_area h3 {
  color: #0b2156;
  font-size: 35px;
  line-height: 40px;
  font-family: 'gilroy-semibolduploaded_file';
  margin-bottom: 20px;
}


.contact_area {
  padding-top: 20px;
}

.contact_cont {
  padding-left: 30px;
}

.contact_cont h3 {
  color: #0b2156;
  font-size: 35px;
  line-height: 40px;
  font-family: 'gilroy-semibolduploaded_file';
  margin-bottom: 20px;
}

.contact_form_area input[type="text"], 
.contact_form_area input[type="email"], 
.contact_form_area input[type="tel"] {
  border: #e2e4e5 1px solid;
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  width: 100%;
  padding: 0 10px;
}

.contact_form_area textarea {
  border: #e2e4e5 1px solid;
  height: 120px;
  font-size: 18px;
  line-height: 55px;
  width: 100%;
  padding: 0 10px;
  resize: none;
}

.contact_form_area input[type="submit"] {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 47px;
    font-weight: 400;
    color: #ffffff;
    background: #ff7300;
    border: #ff7300 1px solid;
    /* padding: 0 30px; */
    padding: 0 25px;
    border-radius: 30px;
    /* margin-right: 15px; */
    margin-left: 20px;
}
.contact_form_area input[type="submit"]:hover {
    background: #0b2156;
    border: #0b2156 1px solid;
}

.contact_form_area .row {
  margin-bottom: 15px;
}

.contact_infi {
  margin-top: 30px;
}
.contact_info_box {
  display: flex;
  justify-content: start;
  align-items: center;
}
.contact_info_box_img img {
  margin-right: 18px;
}
.portfolio_section .contact_info_box_cont span {
  color: #3c3d3d;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  padding: 0;
  margin: 0;
}
.portfolio_section .contact_info_box_cont p {
  color: #3c3d3d;
  font-size: 26px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  padding: 0;
  margin: 0;
}
.portfolio_section .contact_info_box_cont p a {
  color: #3c3d3d;
}
.portfolio_section .contact_info_box_cont p a:hover {
  color: #0b2156;
}
.contact_info_box {
  margin-bottom: 35px;
}


/* add css for Contact ends here */


/* add css for Service Start here */

.service_container {
  position: relative;
  z-index: 2;
}

.service_top_box {
  margin-bottom: 50px;
}
.service_top_box_cont {
  padding-left: 20px;
}
.service_top_box_cont h2 {
  color: #0b2156;
  font-size: 45px;
  line-height: 45px;
  font-family: 'gilroy-semibolduploaded_file';
  text-align: left;
}
.service_top_box_cont p {
  color: #636566;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.service_top_box:nth-child(odd) .row {
  flex-direction: row;
}
.service_top_box:nth-child(even) .row {
  flex-direction: row-reverse;
}
.service_top_box:nth-child(even) .row .service_top_box_cont {
  padding-left: 0;
  padding-right: 20px;
}


.service_bottom_section span {
  text-align: center;
  display: block;
  color: #0954bd;
  font-size: 21px;
  line-height: 21px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.service_bottom_section h2 {
  text-align: center;
  color: #0b2156;
  font-size: 50px;
  line-height: 55px;
  font-family: 'gilroy-semibolduploaded_file';
  margin-bottom: 50px;
}

.service_bottom_area_box {
  margin-bottom: 40px;
  -webkit-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  -moz-box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  box-shadow: -1px 4px 29px 0px rgba(237, 237, 237, 1);
  background: #ffffff;
  padding: 30px 30px;
}

.service_bottom_area_box:nth-child(odd) .row {
  flex-direction: row;
}
.service_bottom_area_box:nth-child(even) .row {
  flex-direction: row-reverse;
}
.service_bottom_area_box:nth-child(even) .row .service_bottom_area_box_cont {
  padding-left: 0;
  padding-right: 20px;
}

.service_bottom_area_box_cont {
  padding-left: 20px;
}
.service_bottom_area_box_cont h3 {
  color: #0954bd;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.service_bottom_area_box_cont p {
  color: #636566;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.service_bottom_area_box_cont a {
  font-size: 16px;
  line-height: 25px;
  border-radius: 100%;
  border: #ff7300 3px solid;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #ff7300;
}
.service_bottom_area_box_cont a:hover {
  color: #ffffff;
  background: #ff7300;
}
.service_bottom_area_box_cont img {
  margin-bottom: 20px;
}



/* add css for Service ends here */




.input-box {
  position: relative;
  width: 100%;
  max-width: 50px;
  height: 40px;
  margin: 0 0;
  background-color: #fff;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}
.input-box.open {
  max-width: 350px;
}
.input-box input {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  padding: 0 0;
  border: none;
  border-radius: 6px;
  outline: none;
  transition: all 0.5s ease-in-out;
  background: #f7f7f7;
}
.input-box.open input {
  padding: 0 15px 0 65px;
}

.input-box .search {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.input-box.open .search {
  border-radius: 6px 0 0 6px;
}
.search .search-icon {
  font-size: 30px;
  color: #ff7300;
}
.input-box .close-icon {
  position: absolute;
  top: 50%;
  right: -45px;
  font-size: 30px;
  color: #1c1c1c;
  padding: 5px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
}
.input-box.open .close-icon {
  transform: translateY(-50%) rotate(180deg);
  pointer-events: auto;
  opacity: 1;
}



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}





@media only screen and (max-width:767px) {



  .banner_content h1 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
  }

  .banner_content p {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
    margin: 0;
  }

  .banner_btn a {
    font-size: 11px;
    line-height: 24px;
    padding: 0 10px;
    margin-right: 5px;
  }

  .banner_btn a.learn_more_btn {
    font-size: 11px;
    line-height: 24px;
    padding: 0 10px;
    margin-right: 5px;
  }

  .choose_img_section {
    margin-bottom: 20px;
  }

  .choose_content_wrap h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .choose_content_wrap h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .choose_content_wrap {
    /* padding-left: 0; */
    padding-left: 12px;
    padding-right: 12px;
  }

  .choose_content_wrap p {
    font-size: 14px;
    line-height: 22px;
  }

  .marketing_solution_section {
    padding: 30px 0;
  }

  .choose_section {
    padding: 20px 0 30px;
    background: #f7f7f7;
  }



  .marketing_solution_section span {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .marketing_solution_section h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .marketing_solution_wrap {
    margin: 0 0;
  }

  .marketing_solution_box {
    width: 85%;
    margin: 0 14px 20px;
  }

  .marketing_solution_box img {
    display: inline-block;
    margin-bottom: 25px;
    width: 35%;
  }

  .marketing_solution_box h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .marketing_solution_box p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .view_service a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  .social_media_marketing_cont_area {
    padding-left: 25px;
    padding-right: 10%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social_media_marketing_cont_area span {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
  }

  .social_media_marketing_cont_area h6 {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 0;
  }

  .social_media_marketing_cont_area h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .social_media_marketing_cont_area p {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
  }

  .social_media_marketing_cont_area ul li  {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
  }

  .smm_services_point {
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
    margin-top: 15px;
  }

  .our_client_section {
    padding: 30px 0;
  }

  .our_client_section span {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .our_client_section h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .our_client_area .slick-slide img {
    display: block;
    margin: 0 auto;
  }

  .our_client_area .slick-prev {
    position: absolute;
    left: 0;
    top: 65px;
    font-size: 25px;
    z-index: 1;
  }

  .our_client_area .slick-next {
    position: absolute;
    right: 0;
    top: 65px;
    font-size: 25px;
    z-index: 1;
  }

  .success_section {
    padding: 30px 0;
    background-size: cover;
  }

  .success_section h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .success_section span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .success_box h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .success_box p {
    font-size: 14px;
    line-height: 22px;
  }

  .success_box img {
    display: inline-block;
    margin-bottom: 10px;
    width: 18%;
  }

  .success_btn a {
    font-size: 12px;
    line-height: 32px;
    padding: 0 20px;
    margin-top: 10px;
  }

  .testimonials_section {
    padding: 30px 0;
  }

  .testimonials_section span {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .testimonials_section h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
  }

  .testimonials_area_box {
    padding: 25px 25px 20px;
    margin: 15px 15px;
  }

  .testimonials_area_box p {
    font-size: 14px;
  }

  .testimonials_area_box img {
    display: inline-block;
    margin-bottom: 15px;
    width: 40%;
  }

  .blog_section {
    padding: 30px 0;
  }

  .blog_section h2 {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-family: 'gilroy-semibolduploaded_file';
    margin-bottom: 25px;
  }

  .blog_section h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .blog_read_more {
    font-size: 15px;
    line-height: 20px;
  }

  .blog_date {
    font-size: 13px;
    line-height: 40px;
    padding: 0 18px;
  }

  .blog_content p {
    color: #000000;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }

  .blog_content {
    padding: 30px 20px 20px;
  }


  /* Inner banner start */

  .banner_content.inner_banner h1 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 5px;
  }

  .breadcrumb_sec ul li {
    font-size: 12px;
    line-height: 18px;
    padding-right: 5px;
  }
  .breadcrumb_sec ul li a {
    font-size: 12px;
    line-height: 18px;
  }

  /* Inner banner ends */


 /* Blod */

 .blog_listing_section {
    /* padding: 30px 0; */
    padding: 30px 12px;
 }
 .blog_listing_section h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .blog_listing_section .blog_box {
    margin-bottom: 25px;
  }
  .blog_paging_sec {
    margin-top: 15px;
  }

  .blog_details_section h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .blog_details_section span {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .next_prev_wrap {
    padding: 25px 15px;
  }

  .next_prev_wrap a {
    font-size: 14px;
    line-height: 18px;
  }
  .next_prev_wrap a i {
    color: #ff7300;
    font-size: 14px;
    line-height: 18px;
    margin: 0 5px;
  }
  .blog_details_area p {
    color: #757575;
    font-size: 14px;
    line-height: 22px;
  }
  .blog_details_area img {
    margin: 0 0 15px 0;
  }

/*  */

  .choose01 {
    display: none;
  }

  .choose02 {
    display: none;
  }

  .social01 {
    display: none;
  }

  .success01 {
    display: none;
  }

  .blog01 {
    display: none;
  }

  .footer01 {
    display: none;
  }

  .footer02 {
    display: none;
  }

  .blog_list01 {
    display: none;
  }

  .blog_list02 {
    display: none;
  }

  /*  */


  /*  */

  .portfolio_section span {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .contact_form_area h3 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .contact_form_area .col-md-6 input[type="text"]{
    margin-bottom: 15px;
  }
  .contact_form_area {
    padding: 20px 20px;
    margin-bottom: 30px;
   }
   .contact_form_area input[type="text"], 
   .contact_form_area input[type="email"], 
   .contact_form_area input[type="tel"] {
    border: #e2e4e5 1px solid;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    padding: 0 10px;
  }
  .contact_form_area input[type="submit"] {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 47px;
    font-weight: 400;
    color: #ffffff;
    background: #ff7300;
    border: #ff7300 1px solid;
    padding: 0 30px;
    border-radius: 30px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }
  .contact_cont {
    padding-left: 5px;
}
.contact_cont h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact_cont p {
    color: #757575;
    font-size: 14px;
    line-height: 22px;
}
.contact_info_box_img {
    width: 13%;
    margin-right: 10px;
}
.portfolio_section .contact_info_box_cont p {
    font-size: 16px;
    line-height: 24px;
}
.portfolio_section .contact_info_box_cont span {
    font-size: 14px;
    line-height: 16px;
}

.contact_form_area .row:first-child {
  margin-bottom: 0;
}
.contact_form_area textarea {
    height: 120px;
    font-size: 15px;
    line-height: 35px;
    padding: 0 10px;
}



  /*  */


/*  */


.portfolio_section_top {
    margin-bottom: 20px;
    padding: 0 0;
}
.portfolio_section_top p {
    font-size: 14px;
    line-height: 22px;
}
.portfolio_box_cont {
    padding: 25px 25px;
}
.portfolio_box h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
}
.portfolio_box_cont i {
    font-size: 13px;
}
.portfolio_box p {
    color: #636566;
    font-size: 14px;
    line-height: 22px;
}
.portfolio_box {
    margin-bottom: 25px;
}


/*  */


/*  */

.service_details_area img {
    float: left;
    margin: 0 0 15px 0;
}
.blog_listing_section .service_details_section .service_details_area h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 12px;
}
.service_details_area p {
    color: #757575;
    font-size: 14px;
    line-height: 22px;
}

/*  */


/*  */

.service_top_box_cont {
    /* padding: 15px; */
    padding: 15px 0;
}
.service_top_box_cont p {
    font-size: 14px;
    line-height: 22px;
}
.service_top_box {
    margin-bottom: 20px;
}
.service_bottom_area_box {
    margin-bottom: 30px;
    padding: 25px 25px;
}
.service_bottom_area_box_cont {
    padding: 15px;
}
.service_bottom_area_box {
    padding: 20px 20px;
}
.service_bottom_area_box_cont h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.service_bottom_area_box_cont p {
    font-size: 14px;
    line-height: 22px;
}

/*  */


/*  */

.testimonials_container span {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
}
.testi_listing_box {
    margin: 10px;
    padding: 20px 20px;
}
.testimonials_container .testi_listing_box p {
    font-size: 14px;
    line-height: 22px;
}
.testimonials_container .testi_listing_box span {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 5px;
}
.testi_listing_box img {
    margin-bottom: 15px;
    width: 20%;
}

/*  */

.input-box .close-icon {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 30px;
    color: #1c1c1c;
    padding: 5px;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
}

/*  */

.social_media_marketing_section.social_media_marketing_slider .slick-next {
    right: 20px;
    top: 33%;
}
.social_media_marketing_section.social_media_marketing_slider .slick-prev {
    left: 20px;
    top: 33%;
}

/*  */

.breadcrumb_sec ul li:last-child {
    width: 30%;
}

.testimonials_area .slick-next {
    right: 15px;
}
.testimonials_area .slick-prev {
    left: 15px;
}


}

@media screen and (min-width:360px) and (max-width:767px) {}

@media screen and (min-width:412px) and (max-width:767px) {}

@media screen and (min-width:480px) and (max-width:767px) {}

@media screen and (min-width:568px) and (max-width:767px) {}

@media screen and (min-width:636px) and (max-width:767px) {}

@media screen and (min-width:732px) and (max-width:1024px) {}

@media screen and (min-width:768px) and (max-width:1024px) {


  /*  */

  .choose01 {
    display: none;
  }

  .choose02 {
    display: none;
  }

  .social01 {
    display: none;
  }

  .success01 {
    display: none;
  }

  .blog01 {
    display: none;
  }

  .footer01 {
    display: none;
  }

  .footer02 {
    display: none;
  }

  .blog_list01 {
    display: none;
  }

  .blog_list02 {
    display: none;
  }

  /*  */


  .banner_content h1 {
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 15px;
  }

  .banner_content h2 {
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 20px;
  }

  .banner_content p {
    font-size: 15px;
    line-height: 25px;
    padding-right: 30px;
    padding-bottom: 5px;
  }

  .banner_btn a {
    font-size: 15px;
    line-height: 40px;
    padding: 0 25px;
    margin-right: 10px;
  }

  .banner_btn a.learn_more_btn {
    font-size: 15px;
    line-height: 40px;
    padding: 0 25px;
  }

  .choose_content_wrap h6 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .choose_content_wrap h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .choose_content_wrap p {
    font-size: 15px;
    line-height: 22px;
  }

  .marketing_solution_section {
    padding: 35px 0;
  }

  .marketing_solution_section span {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .marketing_solution_section h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .marketing_solution_box {
    padding: 25px 20px;
    width: 28%;
    max-width: 335px;
    margin: 0 10px 20px;
  }

  .marketing_solution_box img {
    display: inline-block;
    margin-bottom: 25px;
    width: 50%;
  }

  .marketing_solution_box h3 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .marketing_solution_box p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .view_service a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .social_media_marketing_cont_area span {
    color: #73eeb7;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
  }

  .social_media_marketing_cont_area h6 {
    color: #73eeb7;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-bottom: 0;
  }

  .social_media_marketing_cont_area h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
  }

  .social_media_marketing_cont_area p {
    color: #ffffff;
    /* font-size: 14px;
    line-height: 20px; */
    font-size: 11px;
    line-height: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
  }

  .social_media_marketing_cont_area ul li {
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
  }

  .smm_services_point {
    /* font-size: 15px;
    line-height: 45px;
    padding: 0 20px;
    margin-top: 15px; */
    font-size: 12px;
    line-height: 32px;
    padding: 0 20px;
    margin-top: 10px;
  }

  .social_media_marketing_cont_area {
    /* padding-left: 25px;
    padding-right: 10%;
    padding-bottom: 25px;
    padding-top: 25px; */
    padding-left: 15px;
    padding-right: 10%;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .our_client_section {
    padding: 35px 0;
  }

  .our_client_section span {
    text-align: center;
    color: #3cab7b;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    display: block;
  }

  .our_client_section h2 {
    text-align: center;
    color: #171818;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
    font-family: 'gilroy-semibolduploaded_file';
    font-weight: 400;
    display: block;
  }

  .our_client_area .slick-prev {
    left: -15px;
  }

  .our_client_area .slick-next {
    right: -15px;
  }

  .success_section {
    padding: 35px 0;
  }

  .success_section h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .success_section span {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .success_box h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .success_box p {
    font-size: 15px;
    line-height: 25px;
  }

  .success_box img {
    display: inline-block;
    margin-bottom: 20px;
    width: 25%;
  }

  .success_btn a {
    font-size: 17px;
    line-height: 45px;
  }

  .testimonials_section {
    padding: 35px 0;
  }

  .testimonials_section span {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }

  .testimonials_section h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .testimonials_area_box {
    padding: 35px 45px 25px;
    margin: 25px 25px;
  }

  .blog_section {
    padding: 50px 0;
  }

  .blog_section h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .blog_content p {
    color: #000000;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
  }

  .blog_date {
    font-size: 12px;
    line-height: 39px;
    padding: 0 15px;
  }

  /*  */

  .breadcrumb_sec ul li {
    font-size: 18px;
    line-height: 22px;
    padding-right: 8px;
   }
  .breadcrumb_sec ul li a {
    font-size: 18px;
    line-height: 22px;
  }

  /*  */

  .blog_listing_section {
    padding: 45px 0;
  }
  .blog_listing_section h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .blog_listing_section .blog_box {
    margin-bottom: 25px;
  }
  .blog_box {
    margin: 0 5px;
  }
  .blog_content {
    position: relative;
    padding: 30px 15px 20px;
    background: #ffffff;
    position: relative;
  }
  .blog_read_more {
    color: #0b2156;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-decoration: underline;
  }



  /*  */


  .next_prev_wrap {
    padding: 20px 25px;
  }
  .next_prev_wrap a {
    font-size: 15px;
    line-height: 18px;
  }


  /*  */
  


  /*  */


  .contact_form_area h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .contact_form_area input[type="text"], .contact_form_area input[type="email"], .contact_form_area input[type="tel"] {
    border: #e2e4e5 1px solid;
    height: 45px;
    font-size: 14px;
    line-height: 45px;
    width: 100%;
    padding: 0 10px;
  }
  .contact_cont {
    padding-left: 15px;
  }
  .contact_cont h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .contact_cont p {
    font-size: 14px;
    line-height: 22px;
  }
  .contact_form_area input[type="submit"] {
    font-size: 12px;
    line-height: 38px;
    padding: 0 15px;
    border-radius: 30px;
    margin-right: 15px;
}
.contact_info_box_img {
    width: 13%;
    margin-right: 10px;
}
.portfolio_section .contact_info_box_cont p {
    font-size: 16px;
    line-height: 24px;
}
.portfolio_section .contact_info_box_cont span {
    font-size: 14px;
    line-height: 16px;
}

.contact_form_area textarea {
    height: 120px;
    font-size: 15px;
    line-height: 35px;
    padding: 0 10px;
}

.contact_form_area form .row.submit_area {
  display: initial;
}

.contact_form_area form .row.submit_area .col-md-5 {
  width: 100%;
}

.contact_form_area form .row.submit_area input[type="submit"] {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    line-height: 47px;
    font-weight: 400;
    color: #ffffff;
    background: #ff7300;
    border: #ff7300 1px solid;
    padding: 0 30px;
    border-radius: 30px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
}


  /*  */



  /*  */

  .portfolio_section span {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .portfolio_section_top p {
    font-size: 14px;
    line-height: 22px;
  }
  .portfolio_box h3 {
    color: #0b2156;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .portfolio_box p {
    font-size: 14px;
    line-height: 22px;
  }
  .portfolio_box_cont {
    padding: 15px 15px;
}

.blog_listing_section .service_details_section .service_details_area h2 {
    font-size: 32px;
}


  /*  */


  /*  */


  .service_top_box_cont p {
    font-size: 14px;
    line-height: 22px;
  }

  .service_bottom_area_box_cont h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .service_bottom_area_box_cont p {
    font-size: 14px;
    line-height: 22px;
  }

  /*  */

  /*  */

.testimonials_container span {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 20px;
}
.testi_listing_box {
    margin: 10px;
    padding: 20px 20px;
}
.testimonials_container .testi_listing_box p {
    font-size: 14px;
    line-height: 22px;
}
.testimonials_container .testi_listing_box span {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 5px;
}
.testi_listing_box img {
    margin-bottom: 15px;
    width: 20%;
}

/*  */


.input-box .close-icon {
    right: -36px;
}


/*  */

.social_media_marketing_cont_area ul li img {
    margin-right: 15px;
    width: 12%;
}

/*  */


}

@media screen and (min-width:800px) and (max-width:1024px) {}

@media screen and (min-width:900px) and (max-width:1024px) {}

@media screen and (min-width:980px) and (max-width:1024px) {}

@media screen and (min-width:1000px) and (max-width:1024px) {}

@media screen and (min-width:1025px) and (max-width:1280px) {

  .banner_content h1 {
    font-size: 60px;
    line-height: 65px;
    padding-bottom: 10px;
  }

  .banner_content p {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 10px;
  }

  .choose_content_wrap h2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 15px;
  }

  .marketing_solution_section h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }

  .marketing_solution_section {
    padding: 75px 0;
  }

  .marketing_solution_box img {
    display: inline-block;
    margin-bottom: 25px;
    width: 50%;
  }

  .marketing_solution_box p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .marketing_solution_box h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .view_service a {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }

  .marketing_solution_box {
    padding: 25px 15px;
    width: 17%;
    max-width: 335px;
    margin: 0 10px;
  }

  .marketing_solution_wrap {
    margin: 0 30px;
  }

  .social_media_marketing_cont_area span {
    font-size: 19px;
    line-height: 19px;
    padding-bottom: 10px;
  }

  
  .social_media_marketing_cont_area h6 {
    font-size: 19px;
    line-height: 19px;
    padding-bottom: 0;
  }

  .social_media_marketing_cont_area h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .social_media_marketing_cont_area p {
    font-size: 16px;
    line-height: 22px;
  }

  .social_media_marketing_cont_area ul li {
    font-size: 16px;
    line-height: 22px;
  }

  .our_client_section span {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .our_client_section h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  .our_client_section {
    padding: 70px 0 40px;
  }

  .success_section {
    padding: 70px 0;
  }

  .success_section h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
  }

  .success_box img {
    width: 20%;
  }

  .success_box h3 {
    font-size: 24px;
  }

  .testimonials_section {
    padding: 70px 0 30px;
  }

  .blog_section {
    padding: 75px 0;
  }

  .blog_content p {
    font-size: 18px;
    line-height: 28px;
  }

  .blog_date {
    font-size: 15px;
    line-height: 45px;
  }

  .blog_section h2 {
    font-size: 40px;
    line-height: 45px;
  }

  .footer_top {
    padding: 65px 0 50px;
  }

  .banner_btn a {
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px;
  }

  .banner_btn a.learn_more_btn {
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px;
  }

  .smm_services_point {
    font-size: 18px;
    line-height: 50px;
    padding: 0 30px;
  }


    /*  */

    .testi_listing {
      position: relative;
      z-index: 2;
    }

    .testimonials_container span {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 20px;
    }
    .testi_listing_box {
        margin: 10px;
        padding: 20px 20px;
    }
    .testimonials_container .testi_listing_box p {
        font-size: 15px;
        line-height: 22px;
    }
    .testimonials_container .testi_listing_box span {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 5px;
    }
    .testi_listing_box img {
        margin-bottom: 15px;
        width: 15%;
    }

    /*  */

    .contact_info_box_img img {
        margin-right: 0;
        width: 80%;
    }
  


}


@media screen and (min-width:1281px) and (max-width:1600px) {

  .banner_content h1 {
    font-size: 56px;
    line-height: 66px;
    padding-bottom: 10px;
  }

  .banner_content.inner_banner h1 {
    font-size: 56px;
    line-height: 66px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }

  .banner_content p {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 10px;
  }

  .banner_btn a {
    font-size: 17px;
    line-height: 50px;
    padding: 0 30px;
    margin-right: 10px;
  }

  .banner_btn a.learn_more_btn {
    font-size: 17px;
    line-height: 50px;
    padding: 0 30px;
    margin-right: 10px;
  }

  .choose_content_wrap h2 {
    font-size: 40px;
    line-height: 42px;
    margin-bottom: 15px;
  }

  .choose_content_wrap h6 {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 15px;
  }

  .marketing_solution_section h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }

  .marketing_solution_section {
    padding: 75px 0;
  }

  .marketing_solution_section span {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .marketing_solution_box {
    padding: 25px 15px;
    width: 18%;
    max-width: 335px;
    margin: 0 10px;
  }

  .marketing_solution_box h3 {
    color: #0954bd;
    font-size: 17px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .marketing_solution_box p {
    color: #636566;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
  }

  .marketing_solution_wrap {
    margin: 0 25px;
  }

  .marketing_solution_box img {
    display: inline-block;
    margin-bottom: 25px;
    width: 50%;
  }

  .view_service a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }

  .social_media_marketing_cont_area span {
    font-size: 19px;
    line-height: 19px;
    padding-bottom: 10px;
  }

  .social_media_marketing_cont_area h6 {
    font-size: 19px;
    line-height: 19px;
    padding-bottom: 0;
  }

  .social_media_marketing_cont_area h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  .social_media_marketing_cont_area p {
    font-size: 16px;
    line-height: 22px;
  }

 .social_media_marketing_cont_area ul li {
    font-size: 16px;
    line-height: 22px;
  }

  .smm_services_point {
    font-size: 16px;
    line-height: 46px;
    padding: 0 20px;
    margin-top: 15px;
  }

  .social_media_marketing_cont_area {
    padding-left: 25px;
    padding-right: 10%;
  }

  .our_client_section span {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .our_client_section h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px;
  }

  .our_client_section {
    padding: 75px 0 40px;
  }

  .success_section {
    padding: 75px 0;
  }

  .success_section h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
  }

  .success_section span {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .success_box img {
    display: inline-block;
    margin-bottom: 20px;
    width: 20%;
  }

  .success_box h3 {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 10px;
  }

  .success_box {
    margin: 30px 10px;
    text-align: center;
  }

  .success_btn a {
    font-size: 17px;
    line-height: 45px;
    padding: 0 27px;
    margin-top: 20px;
  }

  .testimonials_section {
    padding: 75px 0 50px;
  }

  .testimonials_section span {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 10px;
  }

  .testimonials_section h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 15px;
  }

  .testimonials_area_box {
    padding: 40px 40px 30px;
    margin: 30px 50px;
  }

  .blog_section {
    padding: 75px 0;
  }

  .blog_section h2 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .footer_top {
    padding: 70px 0 55px;
  }

  .blog_content p {
    font-size: 18px;
    line-height: 26px;
  }

  .blog_read_more {
    font-size: 16px;
    line-height: 22px;
  }

  .blog_date {
    font-size: 15px;
    line-height: 45px;
    padding: 0 18px;
  }



  /*  */

    .testi_listing {
      position: relative;
      z-index: 2;
    }

    .testimonials_container span {
        font-size: 16px;
        line-height: 20px;
        padding-bottom: 20px;
    }
    .testi_listing_box {
        margin: 10px;
        padding: 20px 20px;
    }
    .testimonials_container .testi_listing_box p {
        font-size: 16px;
        line-height: 24px;
    }
    .testimonials_container .testi_listing_box span {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 5px;
    }
    .testi_listing_box img {
        margin-bottom: 15px;
        width: 15%;
    }

    /*  */

    .contact_info_box_img img {
      margin-right: 0;
      width: 80%;
    }
    .service_top_box_cont p {
      font-size: 16px;
      line-height: 22px;
    }
    .service_bottom_area_box_cont p {
      font-size: 16px;
      line-height: 22px;
    }



}



@media screen and (min-width:1601px) and (max-width:1999px) {

  .social_media_marketing_cont_area {
    padding-left: 45px;
    padding-right: 10%;
  }

}

@media screen and (min-width:2000px) and (max-width:3000px) {}