body {
	background: #ffffff;
    font-family: 'Poppins', sans-serif!important;
    font-style: normal;
	font-weight: 300;
    overflow-x: hidden;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-family: 'Poppins', sans-serif!important;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.5px;
}

h1 {
    font-size: 62px;
    padding-bottom: 14px;
    margin-bottom: 0px;
}

h2 {
  font-size: 32px;
}

h2,h3 {
  padding-bottom: 6px;
}

h3 {
  font-size: 26px;
}

h4 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 2px;
}
h5, .h5 {
    font-size: 18px!important;
}
p {
    color: #2b2b2b;
    font-size: 15px; 
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.2px;
    font-family: 'Poppins', sans-serif!important;
}

.btn-success:focus {
  background-color: #000;
  border-color: transparent;
}


/*---------------------------------------
    General               
-----------------------------------------*/

html{
  -webkit-font-smoothing: antialiased;
}

a {
  color: #4d638c;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}
a:hover, a:active, a:focus {
  color: #4d638c;
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#about, #gallery,#blog, #blog-single-post {
  padding-top: 60px;
  padding-bottom: 80px;
}

.main-about,
.main-single-post,
.main-gallery,
.main-contact {
  height: 65vh;
}

.overlay {
  background: rgba(86, 40, 87, 0);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
  overflow: hidden;
}


/*---------------------------------------
    Preloader section              
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-wordpress.sk-spinner {
  background-color: #bfba55;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  position: relative;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite; 
}

.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #ffffff;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px; 
}

@-webkit-keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes sk-innerCircle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }



/*---------------------------------------
    Main Navigation             
-----------------------------------------*/

.navbar-default {
    background: #ffffff;
    margin: 0 !important;
    padding: 18px 0;
}

.navbar-default .navbar-brand {
  color: #555;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 0;
}

.navbar-default .navbar-nav li a {
    color: #000;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
   /* padding-right: 15px;
    padding-left: 15px;*/
        padding-right: 5px;
    padding-left: 10px;
    cursor: pointer;
}

.navbar-default .navbar-nav > li a:hover {
    color: #562857 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #606066;
    background-color: transparent;
}

.navbar-default .navbar-nav li a:hover,
 .navbar-default .navbar-nav .active > a {
    color: #bfba55;
  }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    background: #bfba55;
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}



/*---------------------------------------
    Home section              
-----------------------------------------*/

#home {
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
     align-items: center;
    position: relative;
    text-align: center;
}

.main-home {
  background: url('../images/banners/intro-bg.jpg') no-repeat;
  background-size: cover !important;
    padding: 148px 0 109px 0;
}

.main-about {
  background: url('../images/about-bg.jpg') no-repeat;
}

.main-single-post {
  background: url('../images/single-post-bg.jpg') no-repeat;
}

.main-gallery {
  background: url('../images/gallery-bg.jpg') no-repeat;
}

.main-contact {
  background: url('../images/contact-bg.jpg') no-repeat;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#home h4 {
  color: #bfba55;
}

#home .btn {
    background: #ffca01!important;
    border: 2px solid #ffca01;
    border-radius: 100px;
    color: #1a0027!important;
   font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
    padding: 15px 35px;
    margin-top: 42px;
    transition: all 0.4s ease-in-out;
    width: auto!important;
    float: left;
}

#home .btn:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}



/*---------------------------------------
   About section              
-----------------------------------------*/

#about .col-md-6 {
  padding-top: 22px;
  padding-bottom: 32px;
}

#about .col-md-6 img {
  padding: 22px 0px 22px 22px;
}

#about .col-md-4 {
  padding-bottom: 32px;
}

#about .col-md-4 img {
  padding-top: 12px;
}



/*---------------------------------------
   Gallery section              
-----------------------------------------*/

#gallery span {
  display: block;
  padding-bottom: 32px;
}

#gallery .col-md-6 {
  padding-left: 0px;
  padding-right: 0px;
}

#gallery .gallery-thumb {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
  cursor: pointer;
  display: block;
  position: relative;
  top: 0px;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover {
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  top: -5px;
}

#gallery .gallery-thumb img {
  width: 100%;
}

#gallery .col-md-12 p {
  padding-top: 22px;
  text-align: center;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/

#contact .col-md-4 {
  padding-left: 0px;
}

#contact .col-md-12 {
  padding-left: 0;
}

#contact form {
  padding-top: 32px;
}

#contact .form-control {
  border: 2px solid #f0f0f0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #555;
}

#contact input {
  height: 50px;
}

#contact input[type="submit"] {
  background: #bfba55;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #333;
}



/*---------------------------------------
   Blog section              
-----------------------------------------*/

.blog-post-thumb {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 32px;
  padding-bottom: 62px;
  margin-bottom: 32px;
}

.blog-post-thumb:last-child {
  border-bottom: 0px;
  padding-bottom: 32px;
  margin-bottom: 0px;
}

.blog-post-image,
.blog-post-video {
  padding-top: 22px;
  padding-bottom: 22px;
  width: 100%;
}

#about img,
.blog-post-image img {
  border-radius: 1px;
}

.blog-post-title a {
  color: #222;
}

.blog-post-title a:hover {
  color: #bfba55;
}

.blog-post-format {
  padding-bottom: 22px;
}

.blog-post-format span {
  letter-spacing: 0.5px;
  padding-right: 12px;
}

.blog-post-format span a {
  color: #333;
}

.blog-post-format span img {
  display: inline-block;
  width: 42px;
  margin-right: 4px;
}

.blog-post-des blockquote {
  margin: 22px;
}

.blog-post-des .btn {
  border-radius: 100px;
  color: #777;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 14px 28px;
  margin-top: 26px;
  transition: all 0.4s ease-in-out;
}

.blog-post-des .btn:hover {
  background: #bfba55;
  border-color: transparent;
  color: #ffffff;
}

.blog-author {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 42px;
  margin-bottom: 42px;
}

.blog-author .media img {
  display: inline-block;
  width: 90px;
  margin-right: 12px;
}

.blog-author .media a,
.blog-comment .media h3 {
  color: #444;
  font-size: 18px;
  letter-spacing: 1px;
}

.blog-comment {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 32px;
  margin-bottom: 42px;
}

.blog-comment .media:nth-child(2) {
  padding-top: 22px;
}

.blog-comment .media img {
  width: 82px;
  margin-right: 12px;
}

.blog-comment .media h3 {
  display: inline-block;
  padding-right: 14px;
}


.blog-comment-form h3 {
  padding-bottom: 18px;
}

#about .col-md-6, #about .col-md-4,
.blog-comment-form .col-md-4 {
  padding-left: 0px;
}

.blog-comment-form .form-control {
  box-shadow: none;
  border: 2px solid #f0f0f0;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.blog-comment-form .form-control:hover {
  border-color: #555;
}

.blog-comment-form input {
  height: 45px;
}

.blog-comment-form input[type="submit"] {
  background: #bfba55;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}

.blog-comment-form input[type="submit"]:hover {
  background: #333;
  border-color: transparent;
  color: #ffffff;
}



/*---------------------------------------
   Blog Single Post section              
-----------------------------------------*/

#blog-single-post .blog-single-post-image {
  padding-top: 22px;
}

#blog-single-post .blog-single-post-image .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 22px;
}

#blog-single-post .blog-single-post-image img {
  border-radius: 1px;
  padding-right: 12px;
}

#blog-single-post .blog-post-des h3 {
  padding-top: 16px;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/

footer {
    color: #ffffff;
    padding-top: 29px;
    padding-bottom: 5px;
    position: relative;
	background-color: #383838;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/footer-bg.png);
}

footer .col-md-4 .fa {
  color: #ffffff;
  padding-right: 8px;
}

footer hr {
    border-color: #6d6d6d;
    margin-top: 20px;
    margin-bottom: 15px;
}

footer .footer-copyright {
    padding-top: 0px;
    margin-left: 14px;
}



/* Back top */
.go-top {
  background-color: #ffffff;
  box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
  transition : all 1s ease;
  bottom: 2em;
  right: 2em;
  color: #333;
  font-size: 24px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
}

.go-top:hover {
    background: #bfba55;
    color: #ffffff;
}



/*---------------------------------------
   Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
  /*  margin-top: -154px*/
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border: 2px solid #FFF;
    color: #ffffff;
    border-radius: 100px;
    cursor: pointer;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 5px 0px 0px 12px;
    padding: 0px 5px;
}

.social-icon li a:hover {
    border-color: #bfba55;
    color: #bfba55;
    transform: scale(1.1);
}

/* Form */
#nameErr, #organizationErr, #phoneErr, #emailErr, #textarea1Err, #serviceErr, #budgetErr {
    color: #f00;
    display:block!Important;
}
/*Form*/

/*---------------------------------------
   Mobile Responsive         
-----------------------------------------*/

@media (max-width: 980px) {

  .main-about,
  .main-single-post,  
  .main-gallery,
  .main-contact {
    height: 35vh;
  }

}


@media (max-width: 768px) {

  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 26px;
  }

  #about .col-md-6 img {
    padding-left: 0px;
  }

  #blog-single-post .blog-single-post-image img {
    padding-bottom: 22px;
  }

  footer .col-md-4 {
    padding-top: 22px;
  }
.partner img {
    width: 120px!important;
    margin-right: 5px;
    margin-bottom: 10px;
}
.partner-left h2 {
    padding: 0px!important;
    font-size: 22px!important;
    margin-top: 0px!important;
    line-height: 35px;
}
}


@media (max-width: 650px) {

  h1 {
    font-size: 42px;
  }

  #about, #gallery,  #blog, #blog-single-post {
    padding-top: 60px;
    padding-bottom: 60px;
  }

}

    .navbar-nav li:hover ul.dropdown{
        display: block;	/* Display the dropdown */
    }
    .navbar-nav li ul.dropdown li{
        display: block;
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .navbar-nav li ul.dropdown{
        width: 285px;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    padding-left: 0px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    }

.testimonial {
    text-align: center;
}	
.mt-30{
    margin-top:30px!important;
}
 a.back-to-homepage { padding: 12px 24px; background: #ee323c; color: #fff;} section.error-404.text-center { padding: 150px 0; background: url(../images/network.png); background-size: cover} section.error-404.text-center>p { margin-top: 26px; } a.back-to-homepage:hover { background: #373e5b; color: #fff; }
section.error-404.text-center>h1::after {
    content: '';
    width: 61px;
    height: 3px;
    position: absolute;
    background: red;
    top: 52px;
    left: 47%;
}

section.error-404.text-center>h1{
    position: relative;
}
section.error-404.text-center>img{
        margin-top: 31px;
	margin-bottom: 22px;
}
/*--------------Content-marketing Services---------*/

.content-marketing-area{
	background:url(../images/content-bg.jpg);
	background-repeat:repeat;
	padding: 50px 0px!important;
}
.content-sec{
	background:#feb621;
        padding: 50px 60px!important;
}
.content-sec h3{
	font-weight:600;
}



/*------- Ecommrce Development---*/

.bg-gray{
    background: #f8f8f8;
}
.ecomm-box{
  background: #FFF;
  padding: 30px 20px;
    margin-bottom: 30px;
}
.ecomm-box h5{
    padding: 0px 0px 5px 0px!important;
    margin-top: 0px !important;
    font-weight: 600 !important;
}
.ecomm-box p{
  font-size: 14px;
}
.ecomm-box .media-left, .media>.pull-left {
    padding-right: 10px!Important;
}
.ecomm-box .media-body{
      padding-top: 0px !important;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ecomm-box i {
    padding-left: 10px;
    font-size: 18px;
    vertical-align: middle;
    color: #000 !important;
}

.ecommerce-features{
      width: 100%;
    background: url(../images/woocommerce/ecommerce-bg.jpg) center 0 no-repeat;
    background-size: cover;
    padding:0px 0px 0px 100px;
}
.ecommerce-features h2{
  color: #FFF;
  line-height: 45px;
}
.ecommerce-features h3{
  color: #ffca01;
}
.ecommerce-features ul{
      margin-left: -20px !important;
}

.ecommerce-features ul li{
  color: #FFF;
      line-height: 30px;
}
.lh-30{
line-height:25px;
}
.ecommerce-features h5{
line-height: 30px;
font-size: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-60{
  margin-bottom: 60px;
}
.mt-60{
  margin-top: 60px;
}
.pb-60{
  padding-bottom: 40px;
}
.pb-40{
  padding-bottom: 40px;
}
.mt-90{
  margin-top: 90px;
}

/*------ Web development -----*/

.webdevelopment-features{
      width: 100%;
    background: url(../images/development/web-design-development-bg.jpg) center 0 no-repeat;
    background-size: cover;
    padding:0px 0px 0px 100px;
}
.webdevelopment-features h2{
  color: #FFF;
  line-height: 45px;
}
.webdevelopment-features h3{
  color: #ffca01;
}
.webdevelopment-features ul{
       margin-left: -35px !important;
    list-style-type: none !important;
}

.webdevelopment-features ul li{
  color: #FFF;
      line-height: 30px;
}
.lh-30{
line-height:25px;
}
.webdevelopment-features h5{
line-height: 30px;
font-size: 20px;
}
.service-head{
font-size: 56px;
    line-height: 64px;
    position: relative;
    top: 1px;
}




/*work process new style*/
.work-process-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.single-work-process{
    /*position: relative;
    margin: 0 15px 60px;
    width: calc(25% - 30px);*/
}
.single-work-process img{
  width:100px;
}

.work-process-icon-wrap{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
}
@media screen and (max-width: 991px){
    .single-work-process {
        width: calc(50% - 30px);
    }
    .work-process-divider {
        width: calc(100% - 145px);
    }
    .single-work-process:nth-child(2n) .work-process-divider {
        display: none;
    }
}


.work-process-divider {
    background-image: linear-gradient(90deg, #73778c, #73778c 40%, transparent 40%, transparent 100%);
}

.single-work-process  .work-process-divider{
    position: absolute;
    left: auto;
    top: 40px;
    width: calc(100% - 130px);
    height: 1px;
    background-image: linear-gradient(90deg, #73778C, #73778C 40%, transparent 40%, transparent 100%);
    background-size: 12px 1px;
}
.single-work-process  .work-process-divider:after {
    content: '\e628';
    font-family: 'themify';
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}


.work-process-icon-wrap i{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
        color: #FFF;
    font-size: 35px;
}
.work-process-icon-wrap .process-step{
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.single-work-process:last-child .work-process-divider{
    display: none !important;
}
.secondary-bg {
    background: #562857;
}
.rounded-circle {
    border-radius: 50%!important;
}
.primary-bg {
    background: #1A2C79;
}

/*----- Digital Marketing services-----*/

.digital-marketing-features{
      width: 100%;
    background: url(../images/digital-marketing/digital-marketing-bg-1.jpg) center 0 no-repeat;
    background-size: cover;
    padding:0px 0px 0px 100px;
}
.digital-marketing-features h2{
  color: #FFF;
  line-height: 45px;
}
.digital-marketing-features h3{
  color: #ffca01;
}
.digital-marketing-features ul{
       margin-left: -35px !important;
    list-style-type: none !important;
}

.digital-marketing-features ul li{
  color: #FFF;
      line-height: 30px;
}
.lh-30{
line-height:25px;
}
.digital-marketing-features h5{
line-height: 30px;
font-size: 20px;
}








.digital-marketing-features{

}

.text-white{
  color:#FFF;
}


.aboutus h4{
  padding: 10px 0px;
}


/*--- Branding services---*/
.branding-features{
      width: 100%;
    /*background: url(../images/branding/logo-bg.jpg) center 0 no-repeat;*/
    background: url(../images/banners/page-title-bg1.jpg);
    background-size: cover;
    padding:0px 0px 0px 100px;
        background-position: bottom;
}
.branding-features h2{
    color: #ffca01;
    line-height: 40px;
    font-size: 35px;
}
.branding-features h3{
  color: #ffca01;
}
.branding-features ul{
       margin-left: -35px !important;
    list-style-type: none !important;
}

.branding-features ul li{
    color: #FFF;
    line-height: 35px;
    font-size: 20px;
}
.branding-features ul li i{
    color: #ee323c;
}
.lh-30{
line-height:25px;
}
.branding-features h5{
line-height: 30px;
font-size: 20px;
}

.your-apps h2{
  color:#FFF;
}
.float-left{
    float: left;
}



/*-- Logo Design Services --*/
.logo-design-services{
    padding-top: 50px;
    padding-bottom: 250px;
}
.logo-design-services h2{
  margin-bottom: 30px;
}
.service-box{
position: relative;
    display: block;
    padding: 20px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:0 0 24px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 30px 20px;
}
    
    .service-box h3{
      position: relative;
    display: block;
    font-weight: 700;
    font-size: 18px !important;
    margin: 0 0 15px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #4c4c4d;
    }
.service-box p{
  font-size: 13px;
}
    .service-box h3:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #c5c5c5;
}
.service-box h3:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #656565;
    border-radius: 1px;
}

.service-box-1{
position: relative;
    display: block;
    padding: 20px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:0 0 24px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 30px 20px;
    margin-top: 35px;
}
    
    .service-box-1 h3{
      position: relative;
    display: block;
    font-weight: 700;
    font-size: 19px !important;
    margin: 0 0 15px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #4c4c4d;
    }
.service-box-1 p{
    font-size: 13px;
    line-height: 24px;
    left: 0px;
}
    .service-box-1 h3:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #c5c5c5;
}
.service-box-1 h3:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #656565;
    border-radius: 1px;
}


.service-box-2{
position: relative;
    display: block;
    padding: 20px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:0 0 24px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 30px 20px;
    margin-top: 70px;
}
    
    .service-box-2 h3{
      position: relative;
    display: block;
    font-weight: 700;
    font-size: 19px !important;
    margin: 0 0 15px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #4c4c4d;
    }
.service-box-2 p{
  font-size: 13px;
}
    .service-box-2 h3:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #c5c5c5;
}
.service-box-2 h3:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #656565;
    border-radius: 1px;
}


.service-box:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 5px;
    bottom: 0px;
    border-radius: 5px 5px 0 0;
    background-color: #562857;
    left: 5%;
}

.service-box-1:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 5px;
    bottom: 0px;
    border-radius: 5px 5px 0 0;
    background-color: #562857;
    left: 5%;
}

.service-box-2:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 5px;
    bottom: 0px;
    border-radius: 5px 5px 0 0;
    background-color: #562857;
    left: 5%;
}



/*--- Timeline ----*/
.timeline_area{
  padding-bottom: 50px;
}
.timeline {
    position: relative;
    padding-bottom: 40px;
}
.timeline:before {
    content: "";
    width: 2px;
    height: 97.2%;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 20px;
    background: #d2d2d2;
}
.timeline_item {
    overflow: hidden;
    position: relative;
}
.timeline_item .timeline_info {
    width: 55%;
    float: right;
    margin-top: 20px;
    position: relative;
    left: -10px;
}
/*.timeline_item .timeline_info span {
    font: 400 14px/26px "Muli", sans-serif;
    padding: 7px 31px;
    border-radius: 45px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
    background-image: -ms-linear-gradient(0deg, rgba(250, 209, 38, 0.99608) 0%, #ff544f 100%);
    text-align: center;
    min-width: 133px;
}*/
.timeline_item .timeline_info span {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    background: #fff;
    border: 3px solid #e5e5e5;
    color: #8a8c8e;
    left: 40px;
    top: 50%;
    font-size: 26px;
    font-weight: 700;
    border-radius: 50%;
    margin-top: -16px;
    text-align: center;
    line-height: 45px;
    z-index: 1;
}
.timeline_item .timeline_content {
    width: 45%;
    text-align: right;
    float: left;
    padding-left: 30px;
}
/*.timeline_item .timeline_marker {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 10px 30px 0px rgba(0, 17, 120, 0.1);
    text-align: center;
    line-height: 75px;
    margin-left: 25px;
    z-index: 0;
    position: static;
}*/
.timeline_item .timeline_marker {
   /* width: 75px;
    height: 75px;*/
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 10px 30px 0px rgba(0, 17, 120, 0.1);
    text-align: center;
    line-height: 75px;
    margin-left: -65px;
    z-index: 0;
    position: absolute;
}
.timeline_item .timeline_marker img{
  width: 100px;
}
.timeline_item .timeline_content .media-body {
    padding-top: 100px;
        text-align: right;
}
.timeline_item .timeline_content h3 {
    font: 700 24px/38px "Montserrat", sans-serif;
    color: #333333;
    margin-bottom: 0px;
}
.timeline_item .timeline_content h6 {
    font: 400 16px/20px "Muli", sans-serif;
    color: #fc7c2c;
    margin-bottom: 25px;
}
.timeline_item .timeline_content p {
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.2px;
}
.timeline:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #CCC;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.timeline_item:nth-child(even) .timeline_info {
    float: left;
    text-align: right;
    left: auto;
    right: -10px;
}
.timeline_item:nth-child(even) .timeline_info span {
        position: relative;
    width: 50px;
    height: 50px;
    display: block;
    background: #fff;
    border: 3px solid #e5e5e5;
    color: #8a8c8e;
    left: -40px;
    top: 50%;
    font-size: 26px;
    font-weight: 700;
    border-radius: 50%;
    margin-top: -16px;
    text-align: center;
    line-height: 45px;
    z-index: 1;
    float: right;
}
.timeline_item:nth-child(even) .timeline_marker {
    margin-left: 0px;
    margin-right: 25px;
    position: absolute;
}
.timeline_item:nth-child(even) .timeline_content .media-body {
    text-align: left;
}


/*---Offers ---*/
.offers{
}
.offers h2{
    margin-bottom: 40px;
}
.offers-box {
  position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 15px 40px;
    margin-bottom: 30px;
}

.offers-box .pd-service-offer-icon {
    position: absolute;
    display: block;
    text-align: center;
    width: 35px;
    font-weight: 500;
    bottom: 10px;
    right: 16px;
    color: #41535d;
}

.offers-box h3 {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 19px !important;
    margin: 0 0 15px;
    line-height: 32px;
    padding-bottom: 10px;
    color: #4c4c4d;
}
.offers-box:after {
    content: ' ';
    position: absolute;
    width: 35px;
    height: 2px;
    background: #41535d;
    bottom: 0;
    right: 16px;
}
.offers-box h3:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #c5c5c5;
}
.offers-box h3:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #656565;
}
.logo-design-callout-sec{
    padding-bottom: 150px;
    padding-top: 50px;
}
.logo-design-callout p{
    font-size: 25px;
    text-align: center;
    letter-spacing: 0;
    padding-bottom: 20px;
    padding-top: 30px;
    font-weight: 600;
    line-height: 35px;
        width: 70%;
    margin: 0px auto;
}
.logo-design-callout{
  padding-bottom: 50px;
}
.logo-design-callout img{
  margin-top: -15%;
}
.logo-design-callout .contact_lists{
padding-bottom: 50px;
}
.bg-purple{
background:#C8AFCD;
}


.work-process-new{
    padding-top: 50px;
}


/*--- UI UX SERVICES ---*/
.ui-ux-services h2{
    font-size: 5rem;
    color: #562857;
    margin-bottom: 2rem;
}

.ui-ux-services p {
    font-size: 1.875rem;
    line-height: 2.8125rem;
    color: #1e1e1e;
    width: 80%;
    margin: auto;
    padding-bottom: 2rem;
}

.ux-research{
    background: url(../images/branding/UX-Research.jpg);
    background-size: cover;
    padding: 100px 0px 50px 0px;
    margin: 50px 100px;
}

.design-content{
        background: #fff;
        padding: 30px 50px !important;
}
.design-content h2{
color: #ee323c;
    font-weight: 600;
}
.design-content ul li{
    line-height: 1.9;
    font-size: 18px;
}
.ux-design{
    background: url(../images/branding/UX-Design.png);
    background-size: cover;
    padding: 100px 0px 50px 0px;
    margin: 50px 100px;
}
.ux-strategy{
        background: url(../images/branding/UX-Strategy.jpg);
    background-size: cover;
    padding: 100px 0px 50px 0px;
    margin: 50px 100px;
}



/**************************************
 * Works Process Section Style
 *************************************/
.works-process-area {
    background: #f5f6f9;
}
.single-process-box {
    position: relative;
	text-align: center!important;
}
.single-process-box .box-loader {
    position: absolute;
    top: 20%;
    right: -15%;
    left: inherit;
}

.box-loader span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ee323c;
    margin: 0 5px;
    opacity: 0;
}
.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}
.step-icon {
     background: #562857;
    width: 80px;
    height: 80px;
    position: relative;
    border: 3px solid #fafaff;
    border-radius: 50%;
    line-height: 80px;
    font-size: 40px;
    text-align: center;
    color: #FFF;
}
.step-icon span {
    position: relative;
    z-index: 1;
}
/*.step-icon span::after, .step-icon span::before {
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: -1;
}
.step-icon span::before {
    background: #FFC107;
    bottom: -5px;
    right: -15px;
}
.step-icon span::after {
    background: #cdf3f6;
    height: 25px;
    left: -10px;
    top: -5px;
    width: 25px;
}*/
.step-num {
    background: #e8e8e8;
    border-radius: 50%;
    box-shadow: 0 5px 15px 0 rgba(117, 178, 240, 0.2);
    color: #000000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    right: 0;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 30px;
}
.step-dec h3 {
    font-size: 19px !important;
    margin-bottom: 12px;
    font-weight: 400 !important;
}
/* ------------------------
    box-loader
------------------------*/
.box-loader {border-radius: 100%; margin: 0 auto; position: absolute; top: 15px; left: 15px;}
.box-loader span{display: inline-block; width: 10px; height: 10px; border-radius: 100%; background: #2575fc; margin: 0 5px; opacity: 0;}
.box-loader span:nth-child(1){-webkit-animation: opacitychange 1s ease-in-out infinite;animation: opacitychange 1s ease-in-out infinite;}
.box-loader span:nth-child(2){-webkit-animation: opacitychange 1s ease-in-out 0.33s infinite;animation: opacitychange 1s ease-in-out 0.33s infinite;}
.box-loader span:nth-child(3){-webkit-animation: opacitychange 1s ease-in-out 0.66s infinite;animation: opacitychange 1s ease-in-out 0.66s infinite;}

/*--opacitychange--*/

@-webkit-keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

@keyframes opacitychange{
  0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}



.icon-bg-1 {
	color: #fff;
    background-color: #1100ca !important;
    box-shadow: 0px 5px 15px rgba(17, 0, 202, 0.2);
}

.icon-bg-2 {
	color: #fff;
	background-color: #fbb019 !important;
	box-shadow: 0px 5px 15px rgba(251, 176, 25, 0.2);
}

.icon-bg-3 {
	color: #fff;
	background-color: #fd158f !important;
	box-shadow: 0px 5px 15px rgba(255, 53, 159, 0.2);
}

.icon-bg-4 {
	color: #fff;
    background-color: #00d409 !important;
    box-shadow: 0px 5px 15px rgba(0, 212, 9, 0.2);
}

.icon-bg-5 {
	color: #fff;
	background-color: #b100d0 !important;
    box-shadow: 0px 5px 15px rgba(177, 0, 208, 0.2);
}

.icon-bg-6 {
	color: #fff;
	background-color: #2196f3 !important;
	box-shadow: 0px 5px 15px rgba(33, 150, 243, 0.2);
}


.separating-line {
    margin: 60px auto;
    width: 931px;
    height: 1px;
    opacity: .1;
    border: 1px solid #323232;
    background-color: #fff;
}

.works-process-area h3{
    padding-bottom: 30px;
    font-weight: 600;

}

.brouchure-services ul{
    margin-left: -25px;
}
.brouchure-services ul li{
       line-height: 1.7;
    font-size: 15px;
    margin-bottom: 15px;
}
.brochure-sample{
      background: #f1f1f1;
    border: 10px solid #FFF;
    margin-bottom: 30px;
        box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
}
.brouchure-services h2{
    margin-bottom: 30px;
        font-weight: 600;
    color: #5c2a47;
}

.social-media-denifits ul{
    list-style: circle;
    line-height: 1.9;
}
.social-media-denifits ul li{
font-size: 20px;
}
.social-media-denifits .digital-head{
       font-weight: 600;
    color: #5c2a47;
    margin-bottom: 20px; 
}

/*---- Business Card Section ----*/

.businesscard-sec .service-box{
position: relative;
    display: block;
    padding: 20px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:0 0 24px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 30px 20px;
        z-index: 9999 !important;
    background: #FFF;
}
    
.businesscard-sec .service-box h3{
      position: relative;
    display: block;
    font-weight: 700;
    font-size: 18px !important;
    margin: 0 0 15px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #4c4c4d;
    }
.businesscard-sec .service-box p{
  font-size: 13px;
}
.businesscard-sec .service-box h3:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #c5c5c5;
}
.businesscard-sec .service-box h3:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #656565;
    border-radius: 1px;
}

.businesscard-sec .service-box-1{
position: relative;
    display: block;
    padding: 20px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:0 0 24px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 30px 20px;
    margin-top: 35px;
        z-index: 9999 !important;
    background: #FFF;
}
    
.businesscard-sec .service-box-1 h3{
    display: block;
    font-weight: 700;
    font-size: 19px !important;
    margin: 0 0 15px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #4c4c4d;
    }
.businesscard-sec .service-box-1 p{
    font-size: 13px;
    line-height: 24px;
    left: 0px;
}
.businesscard-sec .service-box-1 h3:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #c5c5c5;
}
.businesscard-sec .service-box-1 h3:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #656565;
    border-radius: 1px;
}

.businesscard-sec .service-box-2{
position: relative;
    display: block;
    padding: 20px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:0 0 24px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.10);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 30px 20px;
    margin-top: 70px;
        z-index: 2 !important;
    background: #FFF;
}
.businesscard-sec .service-box-2 h3{
    display: block;
    font-weight: 700;
    font-size: 19px !important;
    margin: 0 0 15px;
    line-height: 28px;
    padding-bottom: 10px;
    color: #4c4c4d;
    }
.businesscard-sec .service-box-2 p{
  font-size: 13px;
}
.businesscard-sec .service-box-2 h3:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #c5c5c5;
}
.businesscard-sec .service-box-2 h3:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #656565;
    border-radius: 1px;
}


.businesscard-sec .service-box:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 5px;
    bottom: 0px;
    border-radius: 5px 5px 0 0;
    background-color: #562857;
    left: 5%;
}

.businesscard-sec .service-box-1:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 5px;
    bottom: 0px;
    border-radius: 5px 5px 0 0;
    background-color: #562857;
    left: 5%;
}

.businesscard-sec .service-box-2:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 5px;
    bottom: 0px;
    border-radius: 5px 5px 0 0;
    background-color: #562857;
    left: 5%;
}


.businesscard-sec .service-box img{
    top: 122px;
    left: 35px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    display: block;
    opacity: 0;
    transition: all .3s ease-in;
}


.businesscard-sec .service-box:hover img  {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    position: absolute;
    top: 122px;
    left: -123px;
    z-index: -1;
}
.businesscard-sec .service-box-1 img{
    top: 165px;
    left: -15px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    display: block;
    opacity: 0;
    transition: all .3s ease-in;
   
}
.businesscard-sec .service-box-1:hover img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    position: absolute;
    top: 165px;
    left: -15px;
    z-index: -1;
}

.businesscard-sec .service-box-2 img {
    top: 120px;
    left: 100px;
    z-index: 1;
     position: absolute; 
    /* display: block; */
    opacity: 0;
     transition: all .3s ease-in; 
}
.businesscard-sec .service-box-2:hover img {
    opacity: 1;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    position: absolute;
    top: -170px;
    left: 130px;
    transition: all .3s ease-in;
    z-index: -1;
}


.presentation-design{
    background-image: url(../images/branding/presentation-design/PPT-1.png);
    padding:100px 0px;
}

.presentation-design h2{
font-style: 40px;
}
.presentation-design p{
    color: #FFF;
    font-size: 21px;
    line-height: 1.5;
}
.presentation  h2{
    margin-bottom: 20px !important;
}
.presentation h3{
padding-bottom: 10px !important;
    font-weight: 600 !important;
}
.presentation-services h2{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #18181f;
    line-height: 1.3;
}
.presentation-services h6{
font-size: 13px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f33939;
    margin-bottom: 15px;
    }
.presentation-services span{
color: #f33939;
}
        

.stationary-service{
    /*background-image: url(../images/branding/stationary-design/stationary-banner.jpg);
    background-size: cover;
    padding: 100px 0px;*/
}
.stationary-service h2{
    font-size: 40px!important;
    font-weight: 600!important;
    color: #5c2a47;
}
.stationary-service p{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    padding-top:20px;
}

.hoarding-design{
    /*background-image: url(../images/banners/page-title-bg1.jpg);*/
        background: #562857;
    text-align: center;
    background-size: cover;
    background-position: bottom;
    padding: 50px 0px;
}
.hoarding-design h2{
    color: #FFF;
    font-size: 30px;
}
.hoarding-design p{
  color: #FFF;
    padding-top: 20px;  
}

.mobile-version{
    display: none;
}
.desktop-version{
    display: block;
}
#hearbyErr{
    display: none;
}
.mobile-app-list ul{
    list-style: none;
}
.mobile-app-list ul li{
    margin: 0px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    text-transform: unset;
    color: #323232;
    padding: 10px 0 5px 40px;
}
.mobile-app-list ul li:before {
    content: "";
    position: absolute;
    background-image: url(../images/mobile-app/round-arrow.svg);
    width: 30px;
    height: 30px;
    left: 0;
}
.mobileapp-services{
    background-image: url(../images/mobile-app/black-bg.jpg);
    background-size: cover;
}
.mobileapp-services h2{
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    width: 50%;
    margin: 0px auto 20px auto;
    line-height: 1.3;
}
.mobileapp-services p{
        font-size: 21px;
    line-height: 30px;
    width: 80%;
    margin: 0px auto 50px auto;
    color: #FFF;
}
.mobile-app-services p{
    color: #FFF !important;
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
}
.mobile-app-services h3{
    color: #ffca01 !important;
        font-size: 20px !important;
    line-height: 24px;
    margin-bottom: 11px;
        font-weight: 600;
}
.mobile-expertise h2{
        font-size: 28px;
    font-weight: 600;
    width: 50%;
    margin: 0px auto 20px auto;
    line-height: 1.3;
}
.mobile-expertise p{
    width: 80%;
    margin: 0px auto 50px auto;
    color: #000;
    text-align: center;
}
.mobile-expertise-list h3{
    font-weight: 600;
}
.mobile-expertise-list{
    padding: 40px;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(#fff));
    background: -webkit-linear-gradient(bottom,#fff,#fff);
    background: linear-gradient(0deg,#fff,#fff);
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.06);
    box-shadow: 0 3px 15px rgba(0,0,0,.06);
    border-radius: 7px;
    margin: 35px 0 41px;
    position: relative;
    z-index: 999;
}
/*.mobile-expertise-list-1{
    padding: 40px;
    background: -webkit-gradient(linear,left bottom,left top,from(#fff),to(#fff));
    background: -webkit-linear-gradient(bottom,#fff,#fff);
    background: linear-gradient(0deg,#fff,#fff);
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.06);
    box-shadow: 0 3px 15px rgba(0,0,0,.06);
    border-radius: 7px;
    margin: 35px 0 41px;
    position: relative;
    z-index: 999;
}
.mobile-expertise-list:before {
    content: "";
    position: absolute;
    width: 198px;
    height: 147px;
    background-image: url(../images/mobile-app/dots.svg);
    left: -150px;
    top: -100px;
}
.mobile-expertise-list-1:after {
    content: "";
    position: absolute;
    width: 198px;
    height: 147px;
    background-image: url(../images/mobile-app/dots.svg);
    right: -120px;
    bottom: 192px;
    z-index: -1;
}*/
.mobile-expertise-list img{
    width: 100px;
}
.mobile-expertise-list p{
    text-align: center;
    margin-bottom: 0px;
        font-size: 13px;
}
.list{
    margin-top: 50px;
}
.mobile-expertise-list .list li {
     font-size: 15px;
    line-height: 30px;
    position: relative;
    padding: 0px;
    margin-bottom: 0px !important;
}

.landing-page-service{
    text-align: center;
}
.landing-services h2{
        margin-bottom: 10px;
    font-weight: 600;
    color: #5c2a47;
    
}

.landing-services p{
font-size: 20px;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 1rem;
    margin-bottom: 2.2rem;
    color: #333;
    width: 80%;
    margin: 0px auto 39px auto;

}
.landing-page-service .ecomm-box img{
           max-width: 100px;
    margin-bottom: 20px;
}
.landing-page-service .ecomm-box p {
    font-size: 15px;
}
.wm-call h2 {
color: #161616;
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.wm-call p{
    font-size: 20px !important;
}
.lpd-call h2{
    color: #161616;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
}
.lp .timeline_item .timeline_marker img {
    width: 100%;
}
.lp .timeline_item .timeline_marker {
    border-radius: 50%;
    background-color: white;
    box-shadow: none !important;
    text-align: center;
    line-height: 75px;
    margin-left: -65px;
    z-index: 0;
    position: absolute;
}
.mad-img img{
    margin-top: -50px;
}




@media screen and (max-width: 767px){
    .single-work-process {
        width: 100%;
        margin: 0 0 50px;
        text-align: center;
        padding: 0 30px;
    }
    .work-process-divider {
        display: none;
    }
    .mobile-version{
    display: block;
}
.desktop-version{
    display: none;
}
.separating-line{
    display: none;
}


.ui-ux-services p {
    font-size: 17px;
    line-height: 2.8125rem;
    color: #1e1e1e;
    width: 100%; 
    margin: auto;
    /* padding-bottom: 2rem; */
}
.ui-ux-services h2 {
    font-size: 22px;
    color: #562857;
    margin-bottom: 1rem;
}
.ux-research {
    background: url(../images/branding/UX-Research.jpg);
    background-size: contain;
    padding: 100px 0px 50px 0px;
    margin: 0px; 
    height: 500px;
}
.design-content {
    background: #fff;
    padding: 30px !important;
}
.design-content ul{
    margin-left: -25px;
}
.design-content h2 {
    color: #ee323c;
    font-weight: 600;
}
.ux-design {
    background: url(../images/branding/UX-Design.png);
    background-size: contain;
    padding: 150px 0px 50px 0px;
    margin: 0px; 
    height: 500px;
}
.ux-strategy {
    background: url(../images/branding/UX-Strategy.jpg);
    background-size: contain;
    padding: 200px 0px 50px 0px;
    margin: 0px;
    height: 640px;
}


.single-process-box .box-loader{
    display: none;
}
.digital-head {
    font-weight: 600;
    color: #5c2a47;
    margin-bottom: 50px;
    font-size: 23px;
    line-height: 1.5;
}
.service-box-2{
    margin-top: 35px;
}
.logo-design-services {
    padding-top: 50px;
    padding-bottom: 100px;
}

.logo-design-callout p {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    padding: 30px 15px;
    font-weight: 600;
    line-height: 25px;
    width: 100%;
    margin: 0px auto;
}
.timeline:after{
    display: none;
}

.timeline_item .timeline_content {
    width: 100%;
    text-align: left;
    float: left;
    padding-left: 0px;
}
.timeline_item .timeline_info {
    text-align: center;
    margin: 20px auto 0px auto;
    left: -50px;
}
.timeline_item:nth-child(even) .timeline_info{
    text-align: center;
    margin: 30px auto 40px auto;
    left: 150px;
    width: 100%;
}
.timeline_item .timeline_content .media-body {
    padding-top: 80px;
    text-align: center;
}
.timeline_item:nth-child(even) .timeline_content .media-body {
    text-align: center;
}
.timeline:before{
    display: none;
}
.offers h2 {
    margin-bottom: 40px;
    font-size: 20px;
}

.timeline_item:nth-child(even) .timeline_info span {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background: #fff;
    border: 3px solid #e5e5e5;
    color: #8a8c8e;
    left: 0;
    top: 50%;
    font-size: 26px;
    font-weight: 700;
    border-radius: 50%;
    /* margin-top: 0; */
    text-align: center;
    line-height: 45px;
    z-index: 1;
    float: left;
}
.timeline_item .timeline_marker {
    border-radius: 50%;
    background-color: white;
    box-shadow: none; 
    text-align: center;
    line-height: 75px;
    /* margin-left: -65px; */
    z-index: 0;
    position: absolute;
    width: 100%;
}
.lp .timeline_item .timeline_marker {
    border-radius: 50%;
    background-color: white;
    box-shadow: none !important;
    text-align: center;
    line-height: 75px;
    margin-left: 0px; 
    z-index: 0;
    position: absolute;
}
.lpd-call h2 {
    color: #161616;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
}
.lpd-call .contact_lists ul li {
    display: inline-block;
    text-align: center;
}
.brouchure-services h2 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #5c2a47;
    font-size: 26px;
}
.ecomm-box .media-body {
    width: auto!important;
    padding-top: 10px;
    text-align: left;
    font-size: 14px!important;
}
.social-media-denifits ul li {
    font-size: 15px;
}

.presentation-services h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #18181f;
    line-height: 1.5;
}
.stationary-service h2 {
    font-size: 25px!important;
    font-weight: 600!important;
    color: #5c2a47;
    line-height: 1.3;
}
.stationary-service p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 0px;
}
.hoarding-design h2 {
    color: #FFF;
    font-size: 25px;
    line-height: 1.5;
}
.hoarding-design p {
    color: #FFF;
    padding-top: 20px;
    font-size: 16px;
}
.mad-img img{
    margin-top: 0px;
}
.mobile-expertise h2 {
    font-size: 19px;
    font-weight: 600;
    width: 100%;
    margin: 0px auto 20px auto;
    line-height: 1.5;
}
.mobile-expertise-list.block:before{
    display: none;
}
.mobile-expertise-list .list li {
    font-size: 15px;
    line-height: 30px;
    position: relative;
    padding: 0px;
    margin-bottom: 0px !important;
    margin-left: -25px;
}
.mobile-expertise-list h3 {
    font-weight: 600;
    font-size: 19px !important;
}
.landing-services h2 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #5c2a47;
    font-size: 25px;
    line-height: 1.4;
}
.landing-services p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.35;
    /* margin-top: 1rem; */
    /* margin-bottom: 2.2rem; */
    color: #333;
    /* max-width: 100% !important; */
    /* margin: 20px; */
    width: 100%;
}
.mobile-app-list ul {
    list-style: none;
    margin-left: -25px;
}
.mobileapp-services h2 {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    margin: 0px auto 20px auto;
    line-height: 1.5;
}
.mobileapp-services p {
    font-size: 15px;
    line-height: 24px;
    max-width: 100%;
    margin: 0px 15px 50px 15px;
    color: #FFF;
}
.mobile-app-services{
    text-align: center;
}
.mobile-expertise p {
    width: 100%;
    margin: 0px auto 50px auto;
    color: #000;
    text-align: center;
}













}
