/*
Theme Name: Brandigo
Theme URI: https://wordpress.org/themes/brandigo/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Brandigo brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 3.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brandigo
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

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.
*/
* {
    outline: none;
  }
  
  body {
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
	font-weight:400;
    font-size: 1.125rem;
    color: #000;
  }
body.scroll-off{
	height:100%;
	overflow-y:hidden;
}
  a {
    text-decoration: none;
    color: #1a2d43;
  }
  .btn-link {
    color: #000;
  }
  .btn-link:hover {
    color: #000;
    text-decoration: none;
  }
  
  .text-dark {
    color: #000 !important;
  }
  
  .bg-dark {
    background-color: #000 !important;
  }
  
  .bg-primary {
    background-color: #080f20 !important;
  }
  
  .text-blue {
    color: #8BC53F;
  }
  .bg-secondary {
    background-color: #8BC53F !important;
  }
  .text-gray {
    color: #9c9ea5;
  }
  .text-gray-light {
    color: #848790;
  }
  
  .display-4 {
    font-size: 48px;
  }
  .sub-title {
    font-size: 27px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  h1,
  .h1,
  .h2,
  h2,
  h3,
  .h3,
  .display-4,
  .display-3,
  .display-2,
  .display-1 {
   font-weight:700;
  }
  @media (max-width: 768px) {
    .display-4 {
      font-size: 28px;
    }
    .sub-title {
      font-size: 24px;
    }
    .h4,
    h4 {
      font-size: 18px;
    }
  }
  .btn {
    position: relative;
    padding: 0.8rem 1.8rem;
  }
.btn-primary{
	position: relative;
    background-color: #F7F6F5;
    color: #292929;
    padding: 8px 60px 8px 18px;
    border-radius: 16px;
	font-weight:bold;
	font-size:16px;
	overflow:hidden;
	z-index:1;
	display:inline-block;
	font-family: sans-serif;
	border:6px solid #F7F6F5;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	box-shadow: 0 4px 10px rgba(0,0,0,.15)!important;
}
.btn-icon{
    background-repeat: no-repeat;
	background-position:center center;
	background-color:#292929;
    height: 100%;
    width: 40px;
    display: inline-block;
    position: absolute;
    right: 0;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
	border-radius: 10px;
}
.icon-phone{
	background-image: url(assets/images/phone.svg);	 
}
.icon-arrow{
	background-image: url(assets/images/arrow.svg);	
}

.btn-primary:hover{
	color:#fff;
}
.btn-primary::after{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:0;
	height:100%;
	background-color:#292929;
	display:block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	z-index:-1;
}
.btn-primary:hover:after{
	width:100%;
}
.btn-primary:hover .icon-phone{
	background-image: url(assets/images/phone-green.svg);
}
.btn-primary:hover .icon-arrow{
	background-image: url(assets/images/arrow-green.svg);
}
  .button-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  .button-white {
    background-color: #fff;
    border-color: #fff;
    color: #000;
  }
  .button-primary:hover {
    color: #000;
    background-color: #fff;
  }
  .button-white:hover {
    background-color: #000;
    color: #fff;
  }
  .button-primary::after,
  .button-white::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-top: 2px solid;
    border-color: #fff;
    border-radius: 50%;
    rotate: -60deg;
  }
  .button-white::after {
    border-color: #000;
  }
  .button-primary:hover::after {
    border-color: #000;
  }
  .button-white:hover::after {
    border-color: #fff;
  }
  .bg-black {
    background-color: #000 !important;
  }
  .text-yellow,
	.text-primary{
    color: #8bc53f !important;
  }
  .text-gray {
    color: #676767 !important;
  }
  
  /*SITE HEADER CSS */
  .site-header {
    padding: 10px  0;
  }
  .site-header.is-fixed {
    padding-top: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
	  background:#fff;
  }
  .site-header .nav-link {
    color: #000;
    border-right: 1px solid #000;
    padding: 0 1.2rem !important;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    text-transform: uppercase;
  }
  .navbar-nav li.active > .nav-link{
   	font-weight:700;
  }
  .site-header .navbar-nav li:last-child .nav-link {
    border-right: 0;
  }
  .site-header .navbar-nav li{
      position:relative;
  }
  .site-header .navbar-nav li.menu-item-has-children > .nav-link::after{
      content:"\f107";
      position:absolute;
      right:0;
      right: 8px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;	
  }
  .site-header .navbar-nav li.menu-item-has-children > .nav-link{
      padding-right:1.8rem !important
  }
  .site-header .sub-menu{
      list-style: none;
      padding: 10px 18px;
      position: absolute;
      top: 100%;
      left: 0;
      width: 238px;
      background: #fff;
      display: none;
      z-index: 2;
  }
  .site-header .navbar-nav > li:hover .sub-menu{
      display:block;
  }
  .site-header .sub-menu .nav-link{
      border-right: 0;
      padding: 0.5rem 0 !important;
  }
  .header-contact {
    margin-right: 0;
    padding: 0.8rem 2.2rem;
  }
  .menu-app-icon {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .navbar-toggler,
 .main-nav-close{
    display: block;
    width: 50px;
    height: 26px;
    padding: 0;
    overflow: hidden;
    border:0;
  }
.main-nav-close{
	position:absolute;
	top:0;
	right:0;
}
  .navbar-toggler:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
  }
  .navbar-toggler span,
.main-nav-close span{
    width: 100%;
    height: 1px;
    background-color: #000;
    display: block;
  }
.main-nav-close span{
	background-color:#fff;
}
  .navbar-toggler span.middle {
    margin: 10px 0;
    display: block;
  }
  .navbar-toggler span.top,
  .navbar-toggler.open span.bottom {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .navbar-toggler.open span.middle {
    display: none;
  }
  .navbar-toggler.open span.top,
.main-nav-close span.top{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
  }
  .navbar-toggler.open span.bottom,
.main-nav-close span.bottom{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
  }
  /* MAIN NAVIGATION */
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border: 4px solid #fff;
  background-color: #080f20;
  color: #fff;
  z-index: 9999;
  height: 100vh;
  display: none;
}
.main-nav a {
  color: #fff;
}
.main-nav-bar {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav-bar .sub-menu{
	list-style:none;
}
.main-nav-bar li a {
  display: block;
  font-size: 2.5rem;
  font-weight:bold;
  color: #fff;
  margin-bottom: 1rem;
  text-transform:uppercase;
}
@media screen and (max-width: 1450px), 
       screen and (max-height: 700px) {
  .main-nav-bar li a {
	 font-size: 1.5rem;
	}
}
.main-nav-bar li a:hover,
.main-nav a:hover,
.main-nav h5 {
  color: #8BC53F;
}
.main-nav-close {
  width: 50px;
  height: 30px;
  font-size: 24px;
  line-height: 0px;
  padding: 0;
}
@media(max-width:786px){
	.main-nav-bar li a {
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.header-phone{
		padding:0;
		width:50px;
		height:50px;
		top: 3px;
	}
	.main-nav-close{
		height:26px;
		overflow:hidden;
		top: 20px;
    	right: 10px;
	}
}
/* END MAIN NAVIGATION */
  
  @media (max-width: 1550px) {
    .header-contact {
      margin-right: 60px;
    }
  }
  @media (max-width: 1400px) {
    .site-header .nav-link {
      padding: 0 0.8rem !important;
    }
    .header-contact {
      margin-right: 30px;
    }
  }
  .mobile-header-contact {
    background: #000;
    color: #fff;
    height: 34px;
    width: 50px;
    padding: 4px;
  }
  @media (max-width: 1200px) {
    .navbar-brand {
      padding-top: 0.3125rem;
      padding-bottom: 0.3125rem;
      margin-right: 0;
      width: 230px;
    }
    .navbar-collapse {
      padding-bottom: 10px;
    }
    .menu-app-icon {
      display: none;
    }
    .site-header .nav-link {
      padding: 1rem 0 !important;
      border-right: 0;
    }
    .header-right-box {
      display: inline-flex;
      align-items: center;
    }
  }
  /*END SITE HEADER CSS */
  
  .intro,
  .page-banner {
    height: 100vh;
    position: relative;
    border: 8px solid #fff;
    border-top: 0;
  }
  
  .bg-overlay {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
  }
  
  .bg-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .intro .inner-content,
  .page-banner .inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 3;
  }
  .banner-logo {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 2;
  }
  .banner-form {
    border: 1px solid #fff;
    padding: 2rem;
  }
  .serive-item {
    background-color: #f7f7fb;
    color: #1a2d43;
    padding: 2.5rem;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    position: relative;
    margin-bottom: 6px;
  }
  .bg-light {
    background-color: #f7f7fb !important;
  }
  .serive-item:hover {
    background-color: #8BC53F;
    color: #fff;
  }
  .serive-item span {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .site-link {
    display: inline-block;
    opacity: 0.5;
    color: #080f20;
    transition: opacity 0.5s ease-in-out;
    transform: skew(-7.125deg);
    -webkit-transform: skew(-7.125deg);
    -moz-transform: skew(-7.125deg);
    -ms-transform: skew(-7.125deg);
    -o-transform: skew(-7.125deg);
    line-height: 48px;
    position: relative;
  }
  .site-link.white {
    color: #fff;
  }
  .site-link::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    height: 100%;
    width: 0;
    border: 2px solid #000;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    opacity: 0;
  }
  .site-link.white::after {
    border-color: #fff;
  }
  .site-link:hover {
    opacity: 1;
    color: #080f20;
  }
  .site-link.white:hover {
    color: #fff;
  }
  .site-link:hover::after {
    width: 100%;
    opacity: 1;
  }
  .site-title {
    position: relative;
    font-style: italic;
    font-size: 1.25rem;
    font-weight: 600;
    font-family: "TTCommons", sans-serif;
  }
  .site-title span {
    color: #8b94a0;
    position: relative;
    display: inline-block;
    padding-right: 2rem;
    position: relative;
  }
  .site-title span::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
    height: 20px;
    background-image:url(assets/images/emblem.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .site-title span.text-white::before {
    filter: invert(1) brightness(1);
    -webkit-filter: invert(1) brightness(1);
  }
  .btn-text {
    display: inline-block;
    background-color: #e9edef;
    transform: skew(-7.125deg);
    -webkit-transform: skew(-7.125deg);
    -moz-transform: skew(-7.125deg);
    -ms-transform: skew(-7.125deg);
    -o-transform: skew(-7.125deg);
    padding: 1px 0.5rem 0;
    font-size: 0.75rem;
    color: #080f20;
    font-weight: 500;
    margin: 0 2px;
    height: 1.5rem;
    line-height: 24px;
  }
  .btn-text span {
    display: block;
    white-space: nowrap;
    transition: 0.5s ease;
    transform: skew(7.125deg);
    -webkit-transform: skew(7.125deg);
    -moz-transform: skew(7.125deg);
    -ms-transform: skew(7.125deg);
    -o-transform: skew(7.125deg);
  }
  .view-link {
    opacity: 0.5;
  }
  .bg-pink {
    background-color: #000;
  }
  .bg-blue {
    background-color: #8BC53F;
  }
  
  .partners .logo-item {
    height: 160px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
  }
  .partners .logo-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  
  .testimonials-slider .item {
    background-color: #080f20;
    color: #fff;
    height: 500px;
    padding: 4rem 2rem 2rem 2rem;
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
  .testimonials-slider .item::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 30px;
    left: 40px;
    background-image: url(assets/images/emblem.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: grayscale(1) invert(1) brightness(100);
    -webkit-filter: grayscale(1) invert(1) brightness(100);
  }
  .testimonials-slider .owl-item.firstActiveItem .item {
    background-color: #8BC53F;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .testimonial-person {
    padding: 2.5rem;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .testimonial-person .img {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 1rem;
    display: table;
  }
  .testimonial-person .img img {
    width: auto;
  }
  .testimonial-person .post {
    margin-bottom: 0;
    color: #aca0d5;
  }
  .owl-buttons button {
    background-color: #efedf1;
    border: 0;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin: 0 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  .owl-buttons button:hover {
    background-color: #000;
    color: #fff;
  }
  .testimonials-slider .owl-dots,
  .contact-testimonials .owl-dots {
    margin-top: 20px;
  }
  .testimonials-slider button.owl-dot,
  .contact-testimonials button.owl-dot {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: inline-block;
    background-image: url(assets/images/heart.svg);
    background-repeat: no-repeat;
    transition: 0.35s ease-in-out;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -ms-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
  }
  .testimonials-slider .owl-dot.active,
  .contact-testimonials .owl-dot.active {
    background-image: url(assets/images/heart-active.svg);
    -webkit-animation: pulse 1.1s infinite;
    animation: pulse 1.1s infinite;
  }
  
  /* Services Page */
  .tabs-bg-gray {
    background-color: rgba(247, 247, 251, 1);
  }
  .services-tabs {
    min-height: 100vh;
    position: sticky;
    top: 0;
  }
  .services-tabs .position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .flex-direction-col {
    flex-direction: column;
  }
  .services-tabs a {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 2.5rem;
    display: block;
    position: relative;
  }
  
  .services-tabs a.active {
    color: #8BC53F
  }
  .services-tabs a:nth-child(odd):hover {
    color: #8BC53F;
  }
  .services-tabs a:nth-child(even):hover {
    color: #000;
  }
  .services-tab-content {
    min-height: 100vh;
    position: relative;
  }
  .services-tab-content .inner-content {
    padding: 0 6rem;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .services-tab-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .services-tab-content ul li {
    position: relative;
    padding-left: 20px;
    line-height: 2.22;
    font-size: 1.125rem;
  }
  .services-tab-content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    background-color: #8BC53F;
    height: 4px;
    width: 8px;
    transform: skew(-7.125deg);
    -webkit-transform: skew(-7.125deg);
    -moz-transform: skew(-7.125deg);
    -ms-transform: skew(-7.125deg);
    -o-transform: skew(-7.125deg);
  }
  .services-tab-content ul.pink li::after {
    background-color: #8BC53F;
  }
  .bg-black {
    background-color: #080f20;
    color: #fff;
  }
  .online-sales-image {
    position: absolute;
    top: 100px;
    right: -42px;
  }
  .review-image .content{
      position:absolute;
      top:50%;
      transform:translatey(-50%);
      left:100px;
  }
  /* End Services Page */
  
  .service-page-banner {
    z-index: 1;
  }
  .page-content {
    z-index: 2;
  }
  .inner-page-banner-image {
    position: absolute;
    top: -333px;
    right: 0;
  }
  .inner-page-banner-image.mobileapp {
    top: -400px;
  }
  .bullets {
    z-index: 1;
  }
  .inner-page-banner-image.dm {
    top: -440px;
  }
  .inner-page-banner-image.webdesign {
    top: -450px;
  }
  .laptop-image.hand-shake {
    top: -510px;
    right: 0;
    left: auto;
  }
  .inner-page-banner-image.branding {
    top: -424px;
  }
  .bullets::after,
  .web-design-bullets::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 5px;
    width: 2px;
    height: 75%;
    z-index: -1;
    background-color: #3e3f43;
  }
  .web-design-bullets::after {
    right: 24px;
    left: auto;
  }
  .bullets .icon img,
  .web-design-bullets .item .icon img {
    background-color: #fff;
  }
  .web-design-bullets .item {
    padding-right: 65px;
  }
  .web-design-bullets .item .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .mobile-app-designs {
    padding: 100px 0;
  }
  .mobile-app-designs .circle,
  .digital-market-app-designs .circle,
  .web-design-circle-section .circle {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: #3e3f43;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  }
  .mobile-app-designs .circle.circle-1 {
    left: 100px;
    top: 100px;
  }
  .mobile-app-designs .circle.circle-2 {
    left: 45%;
    width: 90px;
    height: 90px;
  }
  .mobile-app-designs .circle.circle-3 {
    left: 33%;
    top: 180px;
    width: 40px;
    height: 40px;
  }
  .mobile-app-designs .circle.circle-4 {
    left: 20%;
    bottom: 100px;
    width: 30px;
    height: 30px;
  }
  
  .digital-market-app-designs .circle.circle-1 {
    right: 100px;
    top: 100px;
  }
  .digital-market-app-designs .circle.circle-2 {
    right: 45%;
    width: 90px;
    height: 90px;
  }
  .digital-market-app-designs .circle.circle-3 {
    right: 51%;
    top: 180px;
    width: 40px;
    height: 40px;
  }
  .digital-market-app-designs .circle.circle-4 {
    right: 48%;
    bottom: 100px;
    width: 30px;
    height: 30px;
  }
  
  .web-design-circle-section .circle.circle-1 {
    left: 140px;
    top: 290px;
  }
  .web-design-circle-section .circle.circle-2 {
    left: 45%;
    width: 90px;
    height: 90px;
  }
  .web-design-circle-section .circle.circle-3 {
    left: 5%;
    top: 50%;
    width: 40px;
    height: 40px;
  }
  .web-design-circle-section .circle.circle-4 {
    left: 16%;
    bottom: 35%;
    width: 30px;
    height: 30px;
  }
  
  .fullwidth-image .fullwidth-inner-content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  }
  .nft-section {
    position: relative;
    overflow: hidden;
  }
  .nft-section .nft-image {
    position: relative;
    left: -330px;
  }
  .replace-your-design-image {
    position: relative;
    left: 0;
    top: -90px;
  }
  .nft-inner-content,
  .replace-your-design .inner-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  
  .bg-image-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
.bg-image-section .bg-images{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	opacity:0;
	z-index:-1;
	transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.bg-image-section .bg-images.active{
	opacity:1;
}
.bg-image-section .container{
	z-index:4;
}
  .bg-image-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
  }
  .circle-bullets .icon span {
    width: 70px;
    height: 70px;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 2rem;
  }
  .packages .container {
    margin-top: -150px;
    box-shadow: 0 -16px 16px rgba(0, 0, 0, 0.15) !important;
  }
  .branding-l2l {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
  }
  .branding-slider .owl-nav {
    text-align: right;
    position: absolute;
    right: -130px;
      bottom: 20px;
  }
  .branding-slider .owl-nav button {
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    padding: 0;
  }
  .branding-slider .owl-nav button.owl-prev {
    border-right: 1px solid #000;
  }
  .gifts {
    background-color: #e7e8ea;
    padding: 100px 0;
  }
  .gift-box {
    position: relative;
    background-color: #fff;
    padding: 5rem 4rem;
    border-radius: 1.5rem 0 0 1.5rem;
    -webkit-border-radius: 1.5rem 0 0 1.5rem;
    -moz-border-radius: 1.5rem 0 0 1.5rem;
    -ms-border-radius: 1.5rem 0 0 1.5rem;
    -o-border-radius: 1.5rem 0 0 1.5rem;
  }
  .gift-box .btn-primary {
    position: absolute;
    top: 70px;
    right: -80px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    text-align: center;
    padding: 44px 0;
    font-size: 20px;
    font-weight: bold;
  }
.gift-box .btn-primary:hover{
	color:#8bc53f
}
  .gift-image {
    position: relative;
    left: -64px;
  }
  .gift-box-list li {
    margin-bottom: 16px;
  }
  
  .view-link {
    opacity: 0.5;
    text-decoration: none;
    color: #000;
  }
  /* PORTFOLIO PAGE CSS */
  .portfolio-categories {
    list-style: none;
    padding: 0;
    margin: auto;
  }
  .portfolio-categories li {
    display: inline-block;
  }
  .portfolio-categories li a {
    padding: 0 1rem;
  }
  .portfolio-categories li a.active,
  .portfolio-categories li a:hover {
    color: #4b15e4;
  }
  .portfolio-item.dark .view-link {
    color: #fff;
  }
	.portfolio-tabs a{
		padding: 8px 10px 8px 10px;
	}
  .portfolio-tabs a.active,
  .portfolio-tabs a:hover{
    background-color: #292929;
    color: #8bc53f;
  }
  
  
  .portfolio-wrapper {
    display: none;
  }
  .portfolio-item {
    position: relative;
  }
  .portfolio-item.dark {
    background-color: #080f20 !important;
  }
  .portfolio-next {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: #f7f7fb;
    color: #000;
    border: 0;
    font-weight: 900;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .portfolio-next::after {
    content: "\f107";
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    opacity: 0;
  }
  .portfolio-next:hover {
    background-color: #8BC53F;
    color: #fff;
  }
  .portfolio-next:hover::after {
    opacity: 1;
    color: #000;
  }
  .portfolio-item.dark .portfolio-next:hover::after {
    color: #fff;
  }
  .portfolio-slider .item {
    width: 100%;
    height: 440px;
    overflow: hidden;
  }
  .img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .scrolling-image {
    transition: all 5s ease;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
  }
  .scrolling-image:hover {
    transform: translate3d(0, -80%, 0);
    -webkit-transform: translate3d(0, -80%, 0);
    -moz-transform: translate3d(0, -80%, 0);
    -ms-transform: translate3d(0, -80%, 0);
    -o-transform: translate3d(0, -80%, 0);
  }
  .portfolio-slider .owl-nav button.owl-next,
  .portfolio-slider .owl-nav button.owl-prev {
    position: absolute;
    top: 45%;
    height: 50px;
    width: 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .portfolio-slider .owl-nav button.owl-prev {
    left: 0;
  }
  .portfolio-slider .owl-nav button.owl-next {
    right: 0;
  }
  .portfolio-slider .owl-dots button.owl-dot {
    display: inline-block;
    background-color: #90a4ae;
    height: 3px;
    width: 24px;
    border-radius: 0;
    opacity: 0.5;
    margin-right: 10px;
  }
  .portfolio-slider button.owl-dot.active {
    background-color: #000 !important;
    opacity: 1;
  }
  .number-count {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  /* END PORFOLIO CSS */
.replace-your-design{
	z-index:3;
}
  /* CONTACT PAGE */
  .project-checkbox,
  .budget-radio {
    position: relative;
    padding:3rem 1rem;
    background-color: #151b2b;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .project-checkbox{
      padding:3rem 1rem;
  }
  .project-checkbox.active,
  .budget-radio.active {
    background-color: #8BC53F;
  }
  .project-checkbox label,
  .budget-radio label {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    cursor: pointer;
  }
  .project-checkbox input,
  .budget-radio input {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
  }
  
  .check-circle,
  .service-check-circle {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    width: 15px;
    height: 15px;
    background-color: #53606d;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
  }
  .project-checkbox:hover .check-circle,
  .budget-radio:hover .check-circle {
    background-color: #8BC53F;
  }
  .check-circle::after,
  .service-check-circle::after {
    content: "✓";
    position: absolute;
    left: 3px;
    top: 0px;
    color: #8BC53F;
    font-size: 10px;
    opacity: 0;
  }
  .project-checkbox.active .check-circle,
  .budget-radio.active .check-circle {
    background-color: #fff;
  }
  .project-checkbox.active .check-circle::after,
  .budget-radio.active .check-circle::after {
    opacity: 1;
  }
  .project-checkbox span.wpcf7-form-control-wrap,
  .budget-radio span.wpcf7-form-control-wrap{
      position:initial;
  }
  .project-checkbox span.wpcf7-form-control-wrap span,
  .budget-radio span.wpcf7-form-control-wrap span{
      width:100%;
      display:block;
      margin:0;
  }
  .service-radio {
    background-color: #151b2b;
    padding: 1.5rem 2rem;
    position: relative;
  }
  .service-radio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .service-check-circle {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
  .service-radio.active {
    background-color: #8BC53F;
  }
  .service-radio.active .service-check-circle {
    background-color: #fff;
  }
  .service-radio.active .service-check-circle::after {
    opacity: 1;
  }
  .proposal-form .form-control {
    background-color: #151b2b;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .proposal-form .form-control:focus {
    outline: 0;
    box-shadow: none;
    border-bottom: 2px solid #8BC53F;
  }
  .proposal-form .form-control::placeholder {
    font-style: italic;
    font-weight: 300;
  }
  .contact-info {
    position: sticky;
    top: 100px;
  }
  .contact-testimonials .item {
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
	  padding-top: 4rem !important;
  }
  .contact-testimonials .item:hover {
    background-color: #8BC53F !important;
  }
  .contact-testimonials .item::after {
    content: "";
    position: absolute;
    left: 45px;
    top: 30px;
    width: 25px;
    height: 25px;
    background-image: url(assets/images/emblem-white.png);
    background-repeat: no-repeat;
	  background-size:contain;
  }
  /* END CONTACT PAGE */
  /* CAREER PAGE */
  .current-openings a {
    background-color: #f7f7fb;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .current-openings a:hover {
    background-color: #8BC53F;
    color: #fff;
  }
  .career-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .career-bullets li {
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 20px;
    text-align: left;
  }
  .career-bullets li::after {
    width: 8px;
    margin-right: 1rem;
    display: inline-block;
    line-height: inherit;
    content: "-";
    color: transparent;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(38, 132, 211, 0) calc(50% - 2px),
      #000 calc(50% - 2px),
      #000 calc(50% + 2px),
      rgba(0, 0, 0, 0) calc(50% + 2px),
      rgba(0, 0, 0, 0)
    );
    transform: skew(-7.125deg);
    flex-shrink: 0;
    position: absolute;
    left: 0;
  }
  /*END CAREER PAGE */
  
  .contact-image {
    padding: 6rem;
    z-index: 1;
  }
  .contact-image::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
  }
  .ff-nexablack {
   	font-weight:700;
  }
  .contact-form .form-control {
    padding: 0.5rem 0.75rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .bg-dark-gray {
    background-color: #272727 !important;
  }
  /* FAQS */
  #accordionFAQS .faq-box {
    border-bottom: 1px solid #3e3f43;
    padding: 2rem 0;
  }
  #accordionFAQS .faq-title {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-weight: bold;
  }
  #accordionFAQS .faq-title::after {
    content: "+";
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    left: 0;
    top: -3px;
    rotate: -45deg;
  }
  #accordionFAQS .faq-title.collapsed::after {
    rotate: 0deg;
  }
  /* END FAQS */
  .socials .inner-content {
    position: relative;
  }
  .socials .socials-image {
    position: relative;
    margin-top: -100px;
    z-index: -1;
  }
  .google-search-section {
    z-index: 2;
  }
  .google-search-result-image {
    position: absolute;
    top: 0;
    right: 0;
  }
  .women-laptop {
    position: relative;
    margin-top: -245px;
  }
  .women-laptop .inner-content {
    position: absolute;
    width: 100%;
    top: 400px;
    right: 0;
  }
  .how-we-work h4 {
    font-weight: bold;
  }
  
  .web-design-full-weidth-image .inner-content {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    transform: translateY(-100%);
  }
  .mobile-app-banner-image {
    position: absolute;
    right: 0;
    top: -400px;
  }
  .mobile-app-banner-image.e-commerce {
    top: -300px;
  }
  .app-slider .slick-track {
    display: flex;
    align-items: center;
  }
  .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    z-index: 9;
  }
  .slick-arrow:focus {
    box-shadow: none;
    outline: none;
  }
  .slick-prev {
    right: 100px;
    border-right: 1px solid #000;
  }
  .slick-next {
    right: 50px;
  }
.slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .app-slider .item {
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    opacity: 0.5;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .app-slider .item.slick-center {
    opacity: 1;
    transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
.app-frame{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	 -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	z-index: 2;
}
@media(max-width:700px){
	.app-frame{
		width:200px;
	}
}
  .nft-mobile-app-screens {
    background-color: #eeeef2;
  }
  .e-commerce-apps-screens {
    background-color: #f7f7f7;
  }
  .e-commerce-apps-screens .circle.circle-2 {
    top: 50px;
  }
  .e-commerce-web-desgins .inner-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  
  /* PACKAGES PAGE CSS */
  .packages-banner {
    width: 100%;
    height: 930px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .packages-banner .banner-logo {
    bottom: -100px;
  }
  .packages-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .packages-banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
  }
  .request-callback-form {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 2rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
  }
  .request-callback-form .form-control {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
  }
  .packages-services {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .packages-services-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .packages-services-tabs li a {
    display: block;
    padding: 1rem 1rem 1rem 4.5rem;
    margin-bottom: 1.6rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -ms-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    background-image: url(assets/images/loud-icon.png);
    background-repeat: no-repeat;
    background-position: 16px center;
  }
  .packages-services-tabs li a.active,
  .packages-services-tabs li a:hover {
    background-color: #f7f7f7;
    font-weight:700;
    color: #000;
  }
  .packages-services-tab-content{
      display:none;
  }
  .our-packages{
    padding-bottom: 0px;
  }
  
  .our-packages-tabs a {
    display: inline-block;
    padding: 1rem;
  }
  .our-packages-tabs a.active {
    font-weight:700;
    color: #000;
  }
  .our-packages-tabs a:hover {
    color: #000;
  }
  .our-packages-container {
    position: relative;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
    padding: 0 1rem;
  }
  .package-box.dark {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,1+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  
    color: #fff;
  }
  .package-includes {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .package-includes li {
    font-size: 14px;
    border: 1px solid;
    padding: 0.5rem 0.8rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    margin: 16px 0;
  }
  .package-includes li.what-you-get {
    background-color: #d6df22;
    border-color: #d6df22;
    font-size: 18px;
    color: #000;
  }
  .our-packages-container img{
    width: auto !important;
    display: inline-block !important;
  }
  .our-packages-container .owl-nav{
  position: absolute;
  bottom: -100px;
  right: 0;
  }
  .our-packages-container .owl-nav button{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  } 
  .our-packages-container .owl-nav button.owl-prev{
    border-right: 1px solid #000;
  }
  .package-box .box-content{
      height: 480px;
      overflow: auto;
      padding: 0 10px;
  }
  .package-box .box-content::-webkit-scrollbar {
      width: 10px;
  }
  
  .package-box .box-content::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
      background:#000;
  }
  
  .package-box .box-content::-webkit-scrollbar-thumb {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6); 
      background:#fff;
  }
  /* END PACKAGES PAGE CSS */
  
  .footer {
    font-size: 16px;
	background:#000;
	  color:#fff;
  }
  .footer .container-fluid {
    position: relative;
  }
.footer a{
	color:#fff;
}
.footer a:hover{
	color:#8BC53F;
}
  .footer-socials a {
    display: inline-block;
    margin: 0 10px;
    width: 36px;
    height: 36px;
	  text-align:center;
    line-height: 36px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
  }
  .footer-socials a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #272727;
  }
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  .footer-links li {
    display: block;
	margin-bottom:10px;
  }
  .footer-links li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 16px;
    font-size: 16px;
  }
  .scroll-top-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #fff;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
	  color:#fff;
  }
  .logos-wrapper .logo-item {
    max-width: 240px;
    width: 100%;
    padding: 40px 20px;
    margin: auto;
  }
  .logos-wrapper .logo-item img {
    width: 50px;
  }
  @media (max-width: 1690px) {
    .nft-section .nft-image {
      left: -460px;
    }
    .mobile-app-designs .circle,
    .digital-market-app-designs .circle,
    .web-design-circle-section .circle {
      opacity: 0.3;
    }
    .inner-page-banner-image.branding {
      top: -350px;
      max-width: 635px;
    }
  }
  @media (max-width: 1600px) {
    .nft-section .nft-image {
      position: relative;
      left: -408px;
    }
  }
  @media (max-width: 1300px) {
    .logos-wrapper .logo-item {
      max-width: 200px;
    }
    .mobile-app-designs .circle,
    .digital-market-app-designs .circle,
    .web-design-circle-section .circle {
      opacity: 0.2;
    }
    .inner-page-banner-image {
      top: -284px;
      max-width: 650px;
    }
    .inner-page-banner-image.webdesign {
      top: -370px;
    }
    .inner-page-banner-image.dm {
      top: -426px;
    }
    .google-search-result-image {
      max-width: 750px;
    }
	  .testimonials-slider .item{
		  height:auto;
	  }
	  .testimonial-person {
			position: relative;
			width: 100%;
			bottom: 0;
			left: 0;
		}
	  .services-tab-content{
		  min-height:auto;
	  }
	  .services-tab-content .inner-content {
			padding: 3rem 2rem;
			position: relative;
			transform: none;
			left: 0;
			top: 0;
		}
  }
  @media (max-width: 1200px) {
    .intro,
    .page-banner {
      height: auto;
      padding: 1.5rem 0;
    }
   .intro .inner-content,
	  .page-banner .inner-content{
      position: relative;
      top: auto;
      left: 0;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
    }
  }
  @media (max-width: 1100px) {
	  .services-tab-content .inner-content{
		  padding:2rem 2rem;
	  }
	  .services-tabs a {
		  font-size: 1.2rem;
	  }
	  .services-tab-content .inner-content h3{
		  font-size:24px;
	  }
	  .services-tab-content .inner-content h3.display-4{
		  font-size:34px;
	  }
    .site-header {
      padding: 5px 0;
    }
    .inner-page-banner-image.dm {
      max-width: 550px;
    }
    .women-laptop .inner-content {
      top: 130px;
    }
    .google-search-result-image {
      max-width: 600px;
    }
    .logos-wrapper .logo-item {
      max-width: 160px;
    }
    .inner-page-banner-image {
      top: -257px;
      max-width: 590px;
    }
    .inner-page-banner-image.webdesign {
      top: -420px;
      max-width: 524px;
    }
    .inner-page-banner-image.mobileapp {
      top: -300px;
      max-width: 530px;
    }
    .web-design-full-weidth-image .inner-content {
      top: 66%;
    }
    .inner-page-banner-image.branding {
      top: -290px;
      max-width: 530px;
    }
      .site-header .navbar-nav > li:hover .sub-menu{
          display:none;
      }
	.testimonials-slider .item {
    	height: 500px;
	}
  }
  @media (max-width: 1000px) {
    .service-page-banner {
      padding-bottom: 310px;
    }
    .inner-page-banner-image,
    .inner-page-banner-image.webdesign,
    .inner-page-banner-image.mobileapp,
    .inner-page-banner-image.dm,
    .inner-page-banner-image.branding {
      max-width: 100%;
      position: relative;
      left: auto;
      right: auto;
      top: 0;
      padding-bottom: 32px;
      text-align: center;
      width: 100%;
      margin-top: -356px;
    }
    .inner-page-banner-image.webdesign,
    .inner-page-banner-image.dm {
      margin-top: -480px;
      text-align: right;
    }
    .inner-page-banner-image.dm img {
      max-width: 75%;
    }
    .inner-page-banner-image.mobileapp {
      margin-top: -370px;
    }
    .inner-page-banner-image img {
      margin: auto;
    }
    .inner-page-banner-image.branding {
      top: -90px;
    }
    .container {
      max-width: 800px;
    }
    .portfolio-slider .owl-dots {
      padding: 0 15px;
    }
    .logos-wrapper .logo-item {
      max-width: 120px;
    }
    .google-search-result-image {
      position: relative;
      margin-top: 30px;
      max-width: 100%;
    }
    .women-laptop {
      margin-top: 0px;
    }
    .women-laptop .inner-content {
      top: -100px;
    }
    .replace-your-design-image {
      top: 0;
    }
    .replace-your-design .inner-content {
      position: relative;
      transform: none;
      margin-top: -70px;
      margin-bottom: 20px;
    }
    .e-commerce-web-desgins .inner-content {
      background-color: rgba(0, 0, 0, 0.5);
      padding: 1rem 0;
    }
  }
  @media (max-width: 968px) {
    .container {
      max-width: 720px;
    }
    .portfolio-tabs a {
      font-size: 14px;
    }
    
    .portfolio-next {
      display: none;
    }
    .web-design-full-weidth-image .inner-content {
      top: 90%;
    }
    .packages .container {
      margin-top: -70px;
    }
    .gift-image {
      left: 0;
      top: -50px;
    }
    .gift-box .btn-primary {
      position: absolute;
      top: 60px;
      right: 0;
    }
    .gift-box {
      border-radius: 1.5rem 1.5rem 0 0;
      -webkit-border-radius: 1.5rem 1.5rem 0 0;
      -moz-border-radius: 1.5rem 1.5rem 0 0;
      -ms-border-radius: 1.5rem 1.5rem 0 0;
      -o-border-radius: 1.5rem 1.5rem 0 0;
    }
    .branding-slider .owl-nav {
      text-align: right;
      position: relative;
      right: 0;
      padding: 10px 0;
    }
	  .testimonials-slider .item{
		  height:auto;
	  }
	 .testimonial-person {
		padding: 1.5rem 0 0;
		position: relative;
		width: 100%;
		bottom: 0;
		left: 0;
	}
 }

  @media (max-width: 668px) {
	  .testimonials-slider .owl-item.active .item{
		  height:auto;
	  }
	  .testimonials-slider .item{
		  padding: 4rem 1rem 0.5rem 1rem;
	  }
	  .testimonial-person {
		padding: 1rem;
		position: relative;
	}
	  .testimonial-person.pt-5{
		  padding-top:1rem !important;
	  }
      .display-2{
          font-size:26px;
      }
      .site-header .sub-menu{
          position:relative;
          width:100%;
      }
    .mobile-app-designs {
      padding: 30px 0;
    }
    .logos-wrapper .logo-item {
      max-width: 150px;
    }
    .fullwidth-image .fullwidth-inner-content {
      position: relative;
      background: #fff;
      color: #000 !important;
    }
    .nft-section .nft-image {
      left: 0;
    }
    .nft-inner-content {
      position: relative;
      top: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
    }
    .circle-bullets .icon span {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
    }
    .packages .container {
      margin-top: 0;
    }
    .contact-image {
      padding: 1rem;
    }
    .mobile-app-designs .circle,
    .digital-market-app-designs .circle,
    .web-design-circle-section .circle {
      display: none;
    }
    .web-design-full-weidth-image .inner-content {
      position: relative;
      top: auto;
      left: 0;
      transform: none;
      padding-top: 14px;
    }
    .app-slider .item {
      max-width: 200px;
    }
    .slick-arrow {
      bottom: -30px;
    }
    .slick-prev {
      right: 50px;
    }
    .slick-next {
      right: 0;
    }
    .packages .border-end {
      border-right: 0 !important;
    }
    .faqs .h1 {
      padding: 0 1rem;
    }
    #accordionFAQS .faq-box {
      padding: 1rem 0;
    }
    #accordionFAQS .faq-title {
      font-size: 20px;
    }
    .inner-page-banner-image.dm img {
      max-width: 100%;
    }
    .inner-page-banner-image.dm {
      margin-top: -440px;
    }
    .replace-your-design .inner-content {
      margin-top: -24px;
    }
    .socials .inner-content {
      padding-bottom: 56px;
    }
    .women-laptop .inner-content {
      position: relative;
      top: 0;
      left: auto;
      margin-top: -50px;
    }
    .e-commerce-web-desgins .inner-content {
      color: #000 !important;
      background-color: #fff;
      padding: 1rem 0;
      position: relative;
      top: 0;
      left: 0;
      transform: none;
    }
    .e-commerce-web-desgins .button-white {
      background-color: #000;
      color: #fff;
    }
    .e-commerce-web-desgins .button-white::after {
      border-color: #fff;
    }
	  .service-page-banner {
    	z-index: 3;
	}
    .service-page-banner.branding {
      padding-bottom: 100px;
    }
    .inner-page-banner-image.branding {
      top: 0;
      margin-top: -233px;
    }
	  .gifts{
		  padding:0;
	  }
    .gift-box {
      padding: 1rem;
    }
	  .gift-image {
		left: 0;
		top: 0;
	}
    .gift-box .btn-primary {
      position: absolute;
      top: 8px;
      right: 8px;
      width: 100px;
      height: 100px;
      font-size: 12px;
      padding: 30px 0;
    }
    .gift-box .button-primary::after {
      top: 24px;
    }
    .scroll-top-button {
      position: absolute;
      right: 16px;
      bottom: 140px;
    }
    .intro .inner-content,
    .page-banner .inner-content {
      position: relative;
      left: auto;
      top: auto;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
    }
    .services-tabs .position-center {
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      display: none;
    }
    .services-tabs a {
      margin-bottom: 1rem;
      padding: 0 1.5rem;
    }
    .services-tabs {
      min-height: auto;
      position: relative;
      top: 0;
      padding: 16px 0;
      overflow: hidden;
    }
    .services-tabs::after {
      content: "\f107";
      position: absolute;
      right: 22px;
      top: 16px;
      font-size: 26px;
      font-weight: 900;
      font-family: "Font Awesome 5 Free";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
    }
    .services-tab-content .inner-content {
      padding: 1rem 1rem;
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
    }
    .services-tab-content {
      min-height: auto;
      position: relative;
    }
      .our-packages-container{
          padding:0;
      }
      .our-packages-container .owl-nav {
          bottom: -70px;
      }
      .package-box{
          padding:.5rem !important;
      }
      .package-box.dark{
          padding:1rem !important;
      }
      .request-callback-form{
          padding:1rem;
      }
	  .service-radio {
		padding: 1.5rem 0rem 1.5rem 2rem;
	}
	  .service-text.float-end{
		  float:none !important;
		  display:block;
		  margin-left: 10px;
	  }
	  .wpcf7-list-item {
		margin: 0 0 0 10px;
	}
  }
  @media (max-width: 400px) {
    .navbar-brand {
      width: 200px;
    }
  }
  
  