/**
*	Theme Name: Accelerate Commerce
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  accelerate_commerce_theme
**/

a,
a:hover {
    text-decoration: none !important;
}

p {
    margin: 0 0 20px;
}

img {
    height: auto;
    max-width: 100%
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}

input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}

.searchform {
	position: relative
}

.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}

.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}

.not-found {
	margin: 0;
}

.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.site-logo {
    float: left;
    width: 25%;
    margin-top: 40px;
}
.nav-bar {
    float: right;
	width: 75%;
    text-align: right;
    margin-top: 28px;
}

.main-navigation {
	clear: both;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
    margin: 0 25px 0 0;
	position: relative;
}

.nav-menu li:last-child {
    margin: 0;
    margin-left: 8px;
}

.nav-menu li:nth-last-child(2)::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #6271cc;
    position: absolute;
    bottom: 0;
    margin-left: 10px;
}

.nav-menu li.phone a::before {
    content: '';
    display: inline-block;
    background: url('images/telephone-icon-white.png') no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.nav-menu li.phone a:hover::before {
    background-image: url('images/telephone-icon-orange.png');
}

.nav-menu li.phone a::after {
    position: absolute;
    content: "";
    height: calc(100% + 18px);
    width: calc(100% + 14px);
    top: -9px;
    left: -4px;
    border-radius: 50px;
    border: 4px solid #ffa5008c;
    animation: 1s ease 0s normal none infinite running animationBtn;
}
@keyframes animationBtn {
    0% {
        transform: scale(0.95);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.15);
        opacity: 0;
    }
}

.nav-menu li.phone a {
    font-family: Rubik-Medium;
    font-size: 18px;
    letter-spacing: 0.1px;
    color: #ffffff;
    margin-left: 6px;
    background-color: #ffa500;
    border: 1px solid #ffa500;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    padding: 0 21px;
    border-radius: 30px;
    transition: all .5s ease;
}

.nav-menu li.phone a:hover {
    background-color: transparent;
    color: #ffa500;
}

.nav-menu li a {
	color: #404040;
	display: block;
    font-family: GothamMedium;
	font-size: 16px;
    letter-spacing: 0.475px;
	line-height: 1;
	padding: 15px 0 6px;
	text-decoration: none;
    text-transform: uppercase;
    transition: all .5s ease;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	/* background-color: #220e10; */
	color: #6271cc;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #e35a28;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	/* color: #ffffff; */
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.nopd {
    padding: 0 !Important
}

.fw-container-fluid.nopd .fw-row {
    margin: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}
.background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

.blogdetail {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

body {
    font-family: Rubik-Regular !important;
    color: #000000 !important;
}

body.scrollOff {
    overflow: hidden;
}

/* Fonts */
@font-face {
    font-family: Rubik-Regular;
    src: url(fonts/Rubik-Regular.ttf);
}
@font-face {
    font-family: Rubik-Medium;
    src: url(fonts/Rubik-Medium.ttf);
}
@font-face {
    font-family: Rubik-SemiBold;
    src: url(fonts/Rubik-SemiBold.ttf);
}
@font-face {
    font-family: GothamMedium;
    src: url(fonts/GothamMedium.ttf);
}
@font-face {
    font-family: GothamBold;
    src: url(fonts/GothamBold.ttf);
}

/* Header */
.site-header::before {
    content: '';
    display: block;
    background: url('images/ripple.png') no-repeat;
    background-size: cover;
    width: 450px;
    height: 426px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.site-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

/* Footer */
.site-footer {
    position: relative;
    padding-top: 100px;
}
.site-footer::before {
    content: '';
    display: block;
    background: url('images/footer-circle1.png') no-repeat;
    background-size: cover;
    width: 442px;
    height: 444px;
    position: absolute;
    bottom: 0;
    left: 30px;
}
.site-footer::after {
    content: '';
    display: block;
    background: url('images/footer-circle2.png') no-repeat;
    background-size: cover;
    width: 328px;
    height: 585px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.brand .content h2 {
    font-family: GothamBold;
    font-size: 40px;
    letter-spacing: -0.6px;
    color: #2b344e;
    text-transform: uppercase;
    margin-bottom: 88px;
}
#brandSlider {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
#brandSlider .slick-track {
    display: flex;
}
#brandSlider .slick-slide {
    margin: 0 20px;
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
/* #brandSlider .slick-slide img {
    display: inline-block;
} */
.contactDetail {
    background-color: #f0f8ff;
    padding: 52px 0 104px;
    margin-top: 66px;
}
.contactInfo ul {
    padding-left: 0;
    position: relative;
    z-index: 1;
}
.contactInfo ul li {
    display: inline-block;
}
.contactInfo ul li:first-child {
    width: 31%;
}
.contactInfo ul li:nth-child(2) {
    width: 45%;
}
.contactInfo ul li:last-child {
    width: 23%;
}
.contactInfo .img {
    display: inline-block;
}
.contactInfo .img img {
  height: 80px;
}
.contactInfo .detail {
    display: inline-block;
    position: relative;
    top: 48px;
    margin-left: 20px;
}
.contactInfo .detail h4 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 0.15px;
    color: #6271cc;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contactInfo .detail p,
.contactInfo .detail p a {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.1px;
    color: #434343;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all .5 ease;
}
.menu {
    position: relative;
    z-index: 1;
}
.menu ul {
    text-align: center;
    padding-left: 0;
    margin-top: 102px;
    margin-bottom: 20px;
}
.menu ul li {
    display: inline-block;
}
.menu ul li::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 17px;
    background-color: #434343;
    position: relative;
    top: 2px;
    margin-left: 12px;
    margin-right: 7px;
}
.menu ul li a {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.1px;
    color: #434343;
    text-transform: uppercase;
    transition: all .5s ease;
}
.contactInfo .detail p a:hover,
.menu ul li a:hover {
    color: #6271cc;
}
.copyrights p {
    position: relative;
    z-index: 1;
}
.copyrights p {
    font-family: 'Barlow', sans-serif;
    font-weight: 300;
    font-size: 19px;
    letter-spacing: 0.105px;
    color: #434343;
    text-align: center;
    margin-bottom: 0;
}

/* Home Page */
.content a.transbtn {
    display: inline-block;
    font-family: Rubik-Medium;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #6271cc;
    border: 2px solid #6271cc;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    min-width: 260px;
    height: 60px;
    line-height: 57px;
    padding: 0 15px;
    transition: all .5s ease;
}
.content a.transbtn:hover {
    color: #ffffff;
    background-color: #6271cc;
}
a.bluebtn,
input[type="submit"] {
    display: inline-block;
    font-family: Rubik-Medium;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #ffffff !important;
    background-color: #6271cc !important;
    border: 2px solid #6271cc !important;
    border-radius: 50px;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
    line-height: 57px;
    padding: 0 15px;
    cursor: pointer;
    transition: all .5s ease;
}
a.bluebtn:hover,
input[type="submit"]:hover {
    color: #6271cc !important;
    background-color: transparent !important;
}
.content h1 {
    font-family: GothamBold;
    font-size: 3.5vw;
    line-height: 4.2vw;
    letter-spacing: -1.08px;
    color: #2b344e;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.content h2 {
    font-family: GothamBold;
    font-size: 2.57vw;
    line-height: 2.95vw;
    letter-spacing: -0.825px;
    color: #2b344e;
    text-transform: uppercase;
}
.content h3 {
    font-family: GothamMedium;
    font-size: 30px;
    letter-spacing: 0.15px;
    color: #6271cc;
    margin-bottom: 22px;
}
.content p {
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0.11px;
}

.banner {
    background-image: url('images/banner-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    width: 100%;
    height: 900px;
    position: relative;
}
.banner .content {
    margin-top: 230px;
    position: relative;
    z-index: 2;
}
.banner .content h3 {
    margin-bottom: 19px;
}
.banner .content p {
    line-height: 33px;
    max-width: 90%;
    margin-bottom: 37px;
}
.banner .formCol {
    position: absolute;
    right: 160px;
    bottom: -65px;
}
.formBox {
    background-color: #ffffff;
    width: 580px;
    text-align: center;
    padding: 40px 50px 30px;
    box-shadow: 0 0 95px 0 rgba(98, 113, 204, 0.18);
    margin-left: auto;
}
.bannerForm h2 {
    font-family: GothamBold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.615px;
    color: #6271cc;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.formBox h4 {
    font-family: Rubik-SemiBold;
    font-size: 30px;
    letter-spacing: -0.45px;
    color: #3d486a;
}
.amzForm .formBox input::placeholder {
    color: #7b89b3;
}
.amzForm .formBox textarea::placeholder {
    color: #7b89b3;
}
.formBox input::placeholder,
.formBox textarea::placeholder {
    opacity: 1;
    color: #3d486a;
}
.formBox input::-webkit-input-placeholder,
.formBox textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #3d486a;
}
.formBox input:-ms-input-placeholder,
.formBox textarea:-ms-input-placeholder {
    opacity: 1;
    color: #3d486a;
}
.formBox input::-moz-placeholder,
.formBox textarea::-moz-placeholder {
    opacity: 1;
    color: #3d486a;
}
.formBox label {
    width: 100%;
}
.formBox input,
.formBox textarea,
.formBox select,
.formBox input[type='checkbox'] ~ span {
    font-family: Rubik-Regular;
    font-size: 20px;
    letter-spacing: 0.1px;
    color: #3d486a;
    background-color: transparent;
    border-style: none;
    border-bottom: 1px solid #434343;
    width: 100%;
    padding-bottom: 19px;
    margin-top: 28px;
}
.formBox textarea {
    resize: none;
    height: 105px;
}
.formBox select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background: url('images/selectbox-arrow.png') no-repeat 98% 30%;
}
.formBox input[type='checkbox'] {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    position: relative;
    margin-top: 0 !important;
    border-bottom: 0;
}
.formBox input[type='checkbox']::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #616161;
    position: absolute;
    left: 0;
}
.formBox input[type=checkbox]:checked::before {
    background-color: #616161;
}
.formBox input[type=checkbox]:checked::after {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    top: 0px;
    left: 3px;
    color: #ffffff;
    font-size: 12px;
}
.formBox input[type='checkbox'] ~ span {
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
    margin-left: 33px;
}
.formBox span.wpcf7-list-item {
    display: block;
    margin-left: 0;
}
.formBox input[type="submit"] {
    font-family: Rubik-Medium;
    padding-bottom: 0;
    width: auto;
    min-width: 200px;
    margin-top: 30px;
}
span.formbtn {
    position: relative;
}
span.formbtn .wpcf7-spinner {
    position: absolute;
    top: -3px;
    margin: 0 15px;
}
.formBox .wpcf7-not-valid-tip {
  position: absolute;
  top: 40px;
}
.ourFeatures {
    background: url('images/ellipse.png') no-repeat;
    background-position: 63% -25%;
    width: 100%;
    margin-top: 75px;
    padding: 93px 0 67px;
}
.ourFeatures .content {
    max-width: 40%;
    margin-bottom: 188px;
}
.ourFeatures .box h4 {
    font-family: Rubik-SemiBold;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -0.525px;
    color: #3d486a;
    margin: 15px 0;
}
.ourFeatures .box p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.1px;
}
.ourFeatures .row {
    margin-left: -19.5px;
    margin-right: -19.5px;
}
.ourFeatures .featuresCol {
    padding-left: 19.5px;
    padding-right: 19.5px;
    position: relative;
    margin-bottom: 47px;
}
.ourFeatures .featuresCol:nth-child(3n+2) {
    top: -130px;
}
.ourFeatures .featuresCol:nth-child(3n) {
    top: -300px;
}
.ourFeatures .box {
    box-shadow: 0 0 95px 0 rgba(98, 113, 204, 0.18);
    background-color: #ffffff;
    height: 372px;
    min-height: calc(100% - 47px);
    padding: 10px 25px;
    display: table;
    width: 100%;
}
.amz {
    background: url('images/amazon-bg.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 840px;
    margin-bottom: 58px;
}
.amz .content {
    padding-top: 102px;
}
.amz .content h2 {
    margin-bottom: 22px;
}
.amz .content p {
    margin-bottom: 25px;
}
.amz .content a.bluebtn {
    min-width: 220px;
    margin-top: 10px;
}
.amz .img {
    padding: 62px 0 0;
    text-align: right;
    margin-right: -35px;
}
.homeServices {
    background: url('images/services-bg.png') no-repeat;
    background-position: 106% 16%;
    width: 100%;
}
.homeServices h2 {
    margin-top: -8px;
    margin-bottom: 126px;
}
.servRow {
    margin-left: -17.5px !important;
    margin-right: -17.5px !important;
}
.servCol {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important;
    position: relative !important;
    margin-bottom: 35px;
}
.servCol:nth-child(odd) {
    top: -34px;
}
.servCol .box {
    box-shadow: 0 0 95px 0 rgba(98, 113, 204, 0.18);
    background-color: #ffffff;
    height: 648px;
    min-height: calc(100% - 35px);
    padding: 20px 25px;
    display: table;
    width: 100%;
}
.servCol .content {
    display: table-cell;
    vertical-align: middle;
}
.servCol .box h4,
.caseBrand h4 {
    font-family: Rubik-SemiBold;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.45px;
    color: #3d486a;
    margin: 22px 0 13px;
}
.servCol .box p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.servCol .box a.bluebtn {
    font-size: 14px;
    letter-spacing: 0.35px;
    min-width: 158px;
    height: 47px;
    line-height: 44px;
}
.testimonials {
    background: url('images/testimonial-circle.png') no-repeat;
    max-width: 100%;
    background-position: 114.5% 0%;
    margin-top: -16px;
    position: relative;
    z-index: 1;
    padding: 130px 0 145px;
}
.testimonials::before {
    content: '';
    display: block;
    background-color: #f0f8ff;
    width: 54.55%;
    height: 639px;
    position: absolute;
    left: 0;
    z-index: -1;
}
.testimonials .content {
    padding-top: 114px;
}
.testimonials .content h2 {
    font-size: 2.7vw;
    letter-spacing: -0.9px;
}
.testimonials .content p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.11px;
    margin-top: 24px;
}
.sliderArrows button.prev {
    margin-right: 11px;
}
.sliderArrows button {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    border-style: none;
    border-radius: 100%;
    margin-top: 22px;
    position: relative;
    cursor: pointer;
    transition: all .5s ease;
}
.sliderArrows button:hover,
.sliderArrows button:focus {
    background-color: #c7d0f8;
}
.sliderArrows button::after {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 12px;
    height: 21px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.sliderArrows button.prev::after {
    background-image: url('images/leftarrow-black.png');
    left: -6px;
    right: 0;
}
.sliderArrows button.prev:hover::after,
.sliderArrows button.prev:focus::after {
    background-image: url('images/leftarrow-white.png');
}
.sliderArrows button.next::after {
    background-image: url('images/rightarrow-black.png');
    left: 0;
    right: -6px;
}
.sliderArrows button.next:hover::after,
.sliderArrows button.next:focus::after {
    background-image: url('images/rightarrow-white.png');
}
#testiSlider {
    /* width: 1119px; */
    width: 100%;
    margin-left: auto;
    padding-top: 120px;
}
#testiSlider .slick-slide {
    margin-left:  15px;
    margin-right:  15px;
}
#testiSlider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 0 !important;
}
#testiSlider .box {
    box-shadow: 0 0 16px 0 rgba(98, 113, 204, 0.18);
    background-color: #ffffff;
    height: 540px;
    min-height: calc(100% - 30px);
    margin-bottom: 30px;
    display: table;
    width: 100%;
    padding: 10px 30px;
    position: relative;
}
#testiSlider .box::after {
    content: '';
    display: block;
    background: url('images/quote-icon.png') no-repeat;
    background-size: cover;
    width: 142px;
    height: 131px;
    position: absolute;
    right: 3px;
    bottom: 3px;
}
#testiSlider .box .innerDiv {
    display: table-cell;
    vertical-align: middle;
}
#testiSlider .box p {
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    letter-spacing: 0.1px;
    color: #000000;
    margin-bottom: 32px;
}
#testiSlider .img,
#testiSlider .desc {
    display: inline-block;
    margin-left: 8px;
}
#testiSlider .desc {
    position: relative;
    top: -17px;
    margin-left: 18px;
}
#testiSlider .box img {
    width: 89px;
    height: 89px;
    border-radius: 100%;
}
#testiSlider .box h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #222834;
}
#testiSlider .box h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #6271cc;
}
.amzForm {
    position: relative;
    z-index: 1;
    padding-bottom: 85px;
}
.amzForm::before {
    content: '';
    display: block;
    background-color: #f5c3c4;
    width: 54.7%;
    height: 886px;
    position: absolute;
    top: -95px;
    right: 0;
    z-index: -1;
}
.amzForm .formBox {
    width: 90%;
    margin: 0 auto;
    padding: 60px 50px;
}
.amzForm .formBox::after {
    content: '';
    display: block;
    background: url('images/amzform-dots.png');
    background-size: cover;
    width: 386px;
    height: 362px;
    position: absolute;
    bottom: -5px;
    left: 25px;
    z-index: -1;
}
.amzForm .content {
    max-width: 78%;
    margin: 0 auto 25px;
}
.amzForm .row {
    margin-left: -35px;
    margin-right: -35px;
}
.amzForm .formCol {
    padding-left: 35px;
    padding-right: 35px;
}
.amzForm h2 {
    line-height: 2.8vw;
}
.amzForm .formBox input,
.amzForm .formBox textarea,
.amzForm .formBox select {
    color: #7b89b3;
    border-color: #6271cc;
    padding-bottom: 15px;
    margin-top: 50px;
}
.amzForm .formBox textarea {
  height: 138px;
}
.amzForm .formBox input[type="submit"] {
    min-width: 326px;
    margin-top: 70px;
}

/* About Page */
.aboutBanner {
    background-image: url('images/about-bg.png');
    height: 749px;
}
.aboutBanner .content {
  margin-top: 234px;
}
.aboutBanner .imgCol {
    position: absolute;
    right: 4px;
    bottom: -55px;
    text-align: center;
}
.aboutFeatures {
    margin-top: 12px;
    background-position: 63% 116%;
    padding-bottom: 90px;
}
.aboutFeatures .content {
    max-width: 48%;
    margin-bottom: 175px;
}
.aboutFeatures .box {
    height: 285px;
}
.aboutFeatures .box h4 {
    margin: 25px 0;
}
.globally {
    background: url('images/globally-bg.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 900px;
    padding: 136px 0 50px;
}
.globally .row {
    margin-left: -5px;
    margin-right: -5px;
}
.globally .globallyCol {
    padding-left: 5px;
    padding-right: 5px;
}
.globally .img {
    margin-left: -16px;
}
.globally .content h2,
.comGrowth .content h2 {
    margin-bottom: 42px;
}
.globally .content p {
    margin-bottom: 35px;
}
.work {
    background: url('images/grow-line.png') no-repeat;
    background-position: 125% 0%;
    width: 100%;
    padding: 314px 0 0;
    overflow: visible;
    margin-top: -182px;
}
.work .content {
    max-width: 78%;
}
.work .content h2 {
    margin-bottom: 18px;
}
.workProgress {
    margin-top: 56px;
    margin-left: 13px;
}
.workProgress h4,
.workProgress span {
    font-family: Rubik-Medium;
    font-size: 26px;
    letter-spacing: -0.39px;
    color: #3d486a;
}
.workProgress .progress {
    background-color: #fdc8c3;
    border-radius: 10px;
    width: 88%;
    float: left;
    margin: 21px 0 39px;
    height: 18px;
}
.workProgress .progress-bar {
    background-color: #fe7062;
    border-radius: 10px;
}
.workProgress span {
    color: #fe7062;
    float: right;
    margin-top: 9px;
    width: 9%;
    text-align: right;
}
.comGrowth {
    background: url('images/growth-bg.png') no-repeat;
    width: 100%;
    height: auto;
    margin: 45px 0 -14px;
    padding-top: 55px;
    position: relative;
}
.comGrowth::after {
    content: '';
    display: block;
    background: url('images/blue-dots.png') no-repeat;
    background-size: cover;
    width: 238px;
    height: 222px;
    position: absolute;
    bottom: -112px;
    left: -96px;
}
.comGrowth .img {
    text-align: right;
    margin-top: 50px;
}

/* Consulting Services Page */
.servicesBanner {
    background-image: url('images/services-banner-bg.png');
}
.servicesBanner .content {
    width: 100%;
}
.servicesBanner .content p {
    max-width: 95%;
    margin-bottom: 22px;
}
.servicesBanner .imgCol {
    padding-right: 0;
    right: 0;
    bottom: -77px;
}
.servicesBanner .img {
    text-align: right;
}
.servicesFeatures {
    padding-bottom: 112px;
}
.servicesFeatures .row {
    margin-left: -13.5px;
    margin-right: -13.5px;
}
.servicesFeatures .servFeaturesCol {
    padding-left: 13.5px;
    padding-right: 13.5px;
    position: relative;
    margin-bottom: 47px;
}
.servicesFeatures .servFeaturesCol:nth-child(4n+2) {
    top: -70px;
}
.servicesFeatures .servFeaturesCol:nth-child(4n+3) {
    top: -199px;
}
.servicesFeatures .servFeaturesCol:nth-child(4n+4) {
    top: -302px;
}
.amzSearch {
    background: url('images/globally-bg.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 900px;
}
.amzSearch .img {
    margin-left: 0;
}
.amzSearch .row {
    margin-left: -5px;
    margin-right: -5px;
}
.amzSearch .searchCol {
    padding-left: 5px;
    padding-right: 5px;
}
.amzSearch .content h2,
.attentionAmz .content h2 {
    font-size: 37px;
    line-height: 48px;
    letter-spacing: -0.555px;
    color: #2b344e;
    margin: 46px 0 42px;
}
.amzSearch .content p {
    margin-bottom: 34px;
}
.amzAdvertice {
    margin-top: -48px;
    background-position: 106% 40%;
}
.amzAdvertice .content h2 {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: -0.6px;
    color: #2b344e;
    max-width: 80%;
    margin: 0 auto 129px;
}
.amzAdvertice .servCol:nth-child(2n+1) {
    top: -20px;
}
.amzAdvertice .servCol .box {
    height: 387px;
}
.attentionAmz {
    background: url('images/amz-growth-bg.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 712px;
    position: relative;
    padding-top: 144px;
    margin-bottom: 0;
}
.attentionAmz::after {
    content: '';
    display: block;
    background: url('images/blue-dots.png') no-repeat;
    background-size: cover;
    width: 238px;
    height: 222px;
    position: absolute;
    bottom: -112px;
    left: -132px;
}
.attentionAmz .content {
    margin-left: 50px;
    width: 135%;
    position: relative;
    z-index: 1;
}
.attentionAmz ul {
    padding-left: 0;
}
.attentionAmz .content li {
    font-size: 22px;
    letter-spacing: 0.11px;
    list-style: none;
    margin-left: 40px;
    position: relative;
    line-height: 26px;
    margin-bottom: 26px;
}
.attentionAmz .content li::before {
    content: '';
    display: inline-block;
    background: url('images/built-arrow.png') no-repeat;
    background-size: cover;
    width: 10px;
    height: 18px;
    position: absolute;
    left: -40px;
    top: 3px;
}
.attentionAmz .imgCol {
    padding-right: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}
.photography {
    background: url('images/globally-bg.png') no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    width: 100%;
    padding: 70px 0;
}
.photography .content.heading {
    margin-bottom: 50px;
}
.photography .content.heading p {
    max-width: 67%;
}
.photography .content h4 {
    font-family: Rubik-SemiBold;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.45px;
    color: #3d486a;
}
.photography .img {
    margin-bottom: 10px;
}
.photography .content.desc p {
    font-size: 18px;
    line-height: 30px;
}
.photography .photoCol {
    margin-bottom: 30px;
}

/* Amazon PPC Management */
.ppcBanner .imgCol {
    right: 60px;
    bottom: 0;
}
.ppcBanner .content {
  margin-top: 210px;
}
.ppcBanner .content h1 {
    line-height: 3.96vw;
}
.ppcBanner .content p {
    max-width: 88%;
}
.methods {
    padding: 132px 0 109px;
    background-position: 106% 39%;
}
.methods h2 {
    margin-bottom: 46px;
}
.methods p.desc {
    max-width: 71%;
    margin: 0 auto 134px;
}
.methods .servCol .box {
    height: 822px;
}
.methods .servCol .box p {
    line-height: 30px;
    margin-bottom: 15px;
}
.accelerateCom {
    background: url('images/accelerate-com-bg.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 900px;
    padding: 36px 0;
    margin-bottom: -30px;
    position: relative;
}
.accelerateCom::after {
    content: '';
    display: block;
    background: url('images/blue-dots.png') no-repeat;
    background-size: cover;
    width: 238px;
    height: 222px;
    position: absolute;
    bottom: -70px;
    left: -96px;
}
.accelerateCom .imgCol {
    position: absolute;
    left: -24px;
    max-width: 100%;
    padding-left: 0;
}
.accelerateCom .contentCol {
    margin-left: auto;
    padding: 150px 0 5px;
}
.accelerateCom .content h2 {
    margin-bottom: 30px;
}
.accelerateCom .content p {
    margin-bottom: 25px;
    max-width: 99%;
}
.accelerateCom .content a {
    min-width: 220px;
    margin-top: 14px;
}

/* Case Studies Page */
.caseBanner .imgCol {
  position: absolute;
  right: 20px;
  bottom: 0;
  text-align: right;
  max-width: 100%;
}
.caseBanner .content {
    margin-top: 260px;
}
.caseBanner .content p {
    max-width: 87%;
}
.beauty {
    padding: 124px 0 37px;
    background: url('images/beauty-bg.png') no-repeat;
    background-position: 100% 63%;
    width: 100%;
}
.lighting {
    margin-bottom: -61px;
}
.caseBrand h2 {
    margin-bottom: 88px;
}
.caseBrand .row {
    margin-left: -31px;
    margin-right: -31px;
}
.caseBrand .caseCol {
    padding-left: 31px;
    padding-right: 31px;
    margin-bottom: 60px;
}
.caseBrand .box {
    box-shadow: 0 0 95px 0 rgba(98, 113, 204, 0.18);
    background-color: #ffffff;
    height: 100%;
    min-height: calc(100% - 60px);
    padding: 40px 30px;
}
.caseBrand ul {
    padding-left: 0;
    margin-bottom: 0;
}
.caseBrand ul li {
    list-style: none;
    font-size: 17px;
    letter-spacing: 0.095px;
    border-bottom: 1px solid #e3e3e3;
    padding: 9px 0 8px;
}
.caseBrand ul li:last-child {
    border-bottom: none;
}
.caseBrand h4 {
    margin: 0 0 20px;
}

/* Contact Us Page */
.contactBanner .imgCol {
    right: 81px;
    bottom: 0;
    text-align: right;
}
.contactBanner .content h1 {
    margin-bottom: 29px;
}
.contactBanner .content p {
    max-width: 88%;
}
.contactForm {
    background: url('images/services-bg.png') no-repeat;
    background-position: 106% 2.5%;
    width: 100%;
    padding: 127px 0 0;
    margin-bottom: -7px;
    position: relative;
}
.contactForm::after {
    content: '';
    display: block;
    background: url('images/blue-dots.png') no-repeat;
    background-size: auto;
    background-size: cover;
    width: 238px;
    height: 222px;
    position: absolute;
    bottom: -70px;
    left: -96px;
    z-index: -1;
}
.contactForm .content h2 {
    font-family: Rubik-SemiBold;
    line-height: 3.44vw;
    text-transform: none;
    color: #3d486a;
    max-width: 78%;
    margin: 0 auto 106px;
}
.contactForm .formBox {
    width: 90%;
    text-align: left;
    padding: 24px 45px 87px;
}
.contactForm .row {
    margin-left: -13.5px;
    margin-right: -13.5px;
}
.contactForm .formCol {
    padding-left: 13.5px;
    padding-right: 13.5px;
}
.contactForm .formBox input,
.contactForm .formBox textarea,
.contactForm .formBox select,
.contactForm .formBox input[type="checkbox"] ~ span {
    margin-top: 37px;
    color: #7b89b3;
}
.contactForm .formBox select {
    background: url('images/selectbox-arrow-blue.png') no-repeat 97% 30%;
}
.contactForm .setUp h4 {
    margin: 43px 0 22px;
}
.contactForm .amzNeeds h4 {
    margin: 13px 0 28px;
}
.contactForm .formBox textarea {
  height: 252px;
}
.contactForm .formBox input[type="submit"] {
    min-width: 345px;
    margin-top: 84px;
}
.contactForm .wpcf7-not-valid-tip {
    position: static;
}

/* Single Services Page */
.sngContent {
    padding-top: 50px;
}
.sngContent img {
    margin-bottom: 30px;
}

.menu ul li:last-child::after,
.contactForm::before,
.contactForm .formBox::after {
    display: none;
}

/*  Media Query  */
@media (max-width: 1743px) {
    /* Home Page */
    .amz .img {
        margin-right: 0;
    }
    .homeServices {
        background-position: 100% 16%;
    }

    /* About Page */
    .globally .img {
      margin-left: 0;
    }
    .work {
      background-position: 100% 0%;
    }

    /* PPC Management Page */
    .accelerateCom .imgCol {
      position: static;
    }

    /* Case Studies Page */
    .lighting {
      margin-bottom: 0;
    }

    /* Contact Us Page */
    .contactForm {
        margin-bottom: 0;
        background-position: 100% 2.5%;
    }
}

@media (max-width: 1366px) {
    /* Header */
    .nav-menu li {
      margin: 0 22px 0 0;
    }
    .nav-menu li:nth-last-child(2)::after {
      margin-left: 8px;
    }
    .nav-menu li a {
        font-size: 14px;
    }
    .nav-menu li.phone a {
        font-size: 16px;
    }
    .nav-menu li.phone a::before {
        width: 16px;
        height: 16px;
        margin-right: 5px;
        top: 2px;
    }
    .nav-bar {
      width: 73%;
      margin-right: 15px;
    }

    /* Footer */
    #brandSlider .slick-slide {
        margin: 0;
    }
    #brandSlider .slick-dots li button::before {
      width: 15px;
      height: 15px;
      content: '';
      background: #d1d1d1;
      border-radius: 100%;
    }
    #brandSlider .slick-dots {
      bottom: -40px;
    }
    .brand .content h2 {
        font-size: 30px;
        line-height: normal;
        margin-bottom: 50px;
    }
    .site-footer {
      padding-top: 50px;
    }
    .contactDetail {
      padding: 30px 0 50px;
    }
    .contactInfo .img img {
      height: 80px;
    }
    .contactInfo .detail h4 {
      font-size: 25px;
      margin-bottom: 8px;
    }
    .contactInfo .detail {
      margin-left: 15px;
      top: 38px;
    }
    .contactInfo .detail p, .contactInfo .detail p a {
        font-size: 18px;
        line-height: 28px;
    }
    .menu ul {
        margin-top: 70px;
    }

    /* Home Page */
    .content br {
        display: none;
    }
    .ourFeatures .row {
      margin-left: -15px;
      margin-right: -15px;
    }
    .ourFeatures .featuresCol {
        padding-left: 15px;
        padding-right: 15px;
    }
    .servRow,
    .caseBrand .row {
      margin-left: -15px !important;
      margin-right: -15px !important;
    }
    .servCol,
    .caseBrand .caseCol {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .ourFeatures .featuresCol, .servCol,
    .servicesFeatures .servFeaturesCol,
    .servCol,
    .caseBrand .caseCol {
        margin-bottom: 30px;
    }
    .ourFeatures .box,
    .servCol .box,
    .amzAdvertice .servCol .box,
    .methods .servCol .box,
    .caseBrand .box {
        height: 100%;
        min-height: auto;
        padding: 30px 20px;
    }
    .content a.transbtn, a.bluebtn, input[type="submit"], .amz .content a.bluebtn, .amzForm .formBox input[type="submit"], .accelerateCom .content a {
      font-size: 18px;
      min-width: auto;
      height: 60px;
      line-height: 57px;
      padding: 0 30px;
    }
    .banner .formCol {
      right: 40px;
    }
    .formBox {
      padding: 40px 30px;
      width: 100%;
    }
    .content h3 {
      margin-bottom: 10px !important;
      font-size: 24px;
    }
    .content p {
        font-size: 20px;
    }
    .ourFeatures .box h4 {
        font-size: 30px;
    }
    .servCol .box h4, .caseBrand h4 {
        font-size: 24px;
        line-height: normal;
    }
    .ourFeatures .box p {
      font-size: 18px;
      line-height: 30px;
      margin-bottom: 0;
    }
    #testiSlider .box {
      padding: 40px 30px;
    }
    #testiSlider .box p {
        font-size: 18px;
         line-height: 30px;
    }
    #testiSlider .box {
      height: 100%;
      min-height: auto;
    }
    .bannerForm h2 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 15px;
    }
     .amz {
         height: auto;
     }
     .amz .content p {
      margin-bottom: 20px;
    }
    .testimonials {
      padding: 80px 0 130px;
    }
    .testimonials .content p {
      font-size: 20px;
      line-height: 30px;
      margin-top: 20px;
    }
    .sliderArrows button {
      width: 50px;
      height: 50px;
      line-height: 50px;
      margin-top: 10px;
    }
    .sliderArrows button::after {
      width: 10px;
      height: 17px;
    }
    .sliderArrows button.prev::after {
      left: -2px;
    }
    .sliderArrows button.next::after {
      right: -2px;
    }
    .testimonials .content {
      padding-top: 65px;
    }
    .testimonials::before {
      height: 500px;
    }
    .homeServices h2 {
      margin-top: 0;
      margin-bottom: 100px;
    }
    .amzForm::before {
      height: 600px;
    }

    /* About Page */
    .aboutBanner {
      height: 660px;
    }
    .aboutFeatures {
      padding-bottom: 50px;
      background-position: 63% 100%;
    }
    .globally {
      padding: 100px 0 50px;
    }
    .work {
        padding: 220px 0 0;
    }
    .workProgress {
      margin-left: 0;
    }
    .work .content {
      max-width: 100%;
    }
    .workProgress .progress {
      width: 89%;
    }
    .workProgress span {
        width: 11%;
    }
    .comGrowth {
      margin: 0;
    }

    /* Consulting Services Page */
    .amzSearch .img {
      margin-left: 0;
    }
    .amzSearch .content h2, .attentionAmz .content h2 {
      font-size: 28px;
      line-height: normal;
      margin: 30px 0 20px;
    }
    .amzSearch .content p {
      margin-bottom: 20px;
    }
    .amzAdvertice .content h2 {
      font-size: 30px;
      line-height: 1.5;
      margin: 0 auto 60px;
    }
    .attentionAmz {
      padding-top: 100px;
    }
    .photography {
        padding: 70px 0 20px;
    }
    .photography .content.heading p {
      max-width: 100%;
    }

    /* PPC Management Page */
    .methods h2 {
      margin-bottom: 20px !important;
    }
    .methods {
      padding: 60px 0;
      background-position: 100% 39%;
    }
    .methods p.desc {
      max-width: 80%;
      margin: 0 auto 90px;
    }
    .accelerateCom .contentCol {
      padding: 50px 15px 5px;
    }
    .accelerateCom .content h2 {
      margin-bottom: 20px;
    }
    .accelerateCom .content p {
      margin-bottom: 16px;
      max-width: 100%;
    }
    .accelerateCom {
      height: auto;
      padding: 70px 0;
      margin-bottom: 0;
    }

    /* Case Studies Page */
    .caseBanner .imgCol {
      right: 0;
      max-width: 60%;
    }
    .caseBrand h2 {
      margin-bottom: 50px;
    }
    .beauty {
      padding: 80px 0 30px;
    }

    /* Contact Us Page */
    .contactForm {
        padding: 80px 0 0;
    }
    .contactForm .content h2 {
      max-width: 100%;
      margin: 0 auto 60px;
    }
}

@media (max-width: 1199px) {
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999999;
    }

    #menuToggle input {
        width: 32px !important;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: -6px;
    }

    #menuToggle span
    {
      display: flex;
      width: 29px;
      height: 2px;
      margin-bottom: 5px;
      position: relative;
      background: #000000;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 5px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-3px, -1px);
      background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu,
    ul.nav-menu li:hover ul.sub-menu{
        display: none !IMportant
    }
    ul.nav-menu li.open ul.sub-menu,
    ul.nav-menu li.open:hover ul.sub-menu{
        display: block !important
    }
    ul.sub-menu.open-submenu {
        display: block !Important;
        background-color: rgba(72, 72, 72, 0.85) !Important;
        top: 0 !Important
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !Important;
    }
    ul.sub-menu{
        display: none !Important;
        position: relative !Important;
        top: -100% !Important;
    }
    .site-logo{
        float: left;
    }
    .mobilesubmenu i {
        position: relative;
        top: 13px;
        right: 18px;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 36px;
        height: 46px;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
	.openmenu {
		display: inline-block;
		font-size: 30px;
		cursor: pointer;
		color: #333333;
		float: right;
	}
	.nav-bar.open {
		right: 0;
	}
    .nav-menu li a {
        font-family: GothamMedium;
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 14px;
        padding: 15px 0;
    }
    .nav-menu li.phone a {
        font-size: 16px;
        text-align: center;
        margin-left: 0;
    }
    /* .nav-menu li.phone a:hover {
        color: #6271cc;
    } */
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
    }
    ul.sub-menu li{
        margin: 0px
    }
    ul.sub-menu li:last-child a{
        text-align: left;
        color: #ffffff !Important;
        padding: 15px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
        margin-left: 0;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
	.nav-bar {
		background-color: #333333;
		height: 100%;
		position: fixed;
		top: 0;
		right: -100%;
		padding: 15px;
        padding-top: 60px;
		transition: all 0.3s;
		width: 320px;
        margin-top: 0;
        margin-right: 0;
        text-align: left;
		z-index: 999;
	}
	.closebtn {
		display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
		color: #ffffff;
		cursor: pointer;
		margin-bottom: 20px;
	}

    /* Header */
    .site-header::before {
      width: 300px;
      height: 284px;
    }
    .site-logo {
        width: 40%;
        margin-top: 30px;
    }
    .nav-menu li.phone {
        padding: 15px;
    }
    .nav-menu li.phone a::after {
      height: calc(100% + 0px);
      width: calc(100% + 0px);
      top: 0px;
      left: 0px;
    }
    .nav-menu li:nth-last-child(2)::after {
        display: none;
    }

    /* Footer */
    #brandSlider .slick-slide {
      margin: 0 15px;
    }
    .contactInfo .img img {
      height: 55px;
    }
    .contactInfo .detail h4 {
      font-size: 20px;
      margin-bottom: 5px;
    }
    .contactInfo .detail p, .contactInfo .detail p a {
      font-size: 15px;
      line-height: 26px;
    }
    .contactInfo ul li:first-child {
        width: 32%;
    }
    .contactInfo ul li:nth-child(2) {
        width: 41%;
    }

    /* Home Page */
    .banner .content.hide {
        z-index: 0;
    }
    .banner .content {
      margin-top: 200px;
    }
    .banner {
      height: 830px;
    }
    .banner .formCol {
      position: static;
      padding-top: 160px;
    }
    .ourFeatures {
      background-position: 100% 100%;
      background-size: contain;
    }
    .ourFeatures .content {
      max-width: 50%;
      margin-bottom: 80px;
    }
    .ourFeatures .box h4 {
      font-size: 22px;
      line-height: normal;
    }
    .ourFeatures .box p {
      font-size: 16px;
      line-height: 1.5;
    }
    .ourFeatures .featuresCol:nth-child(3n+2) {
      top: -60px;
    }
    .ourFeatures .featuresCol:nth-child(3n) {
      top: -130px;
    }
    .testimonials {
      padding: 40px 0 100px;
    }
    #testiSlider .box {
      padding: 20px 15px;
    }
    #testiSlider .box img {
      margin-bottom: 16px;
    }
    .amzForm .formBox {
      margin: 0 auto;
      padding: 50px 30px;
      width: 100%;
    }
    .amzForm .row {
      margin-left: -15px;
      margin-right: -15px;
    }
    .amzForm .formCol {
      padding-left: 15px;
      padding-right: 15px;
    }

    /* About Page */
    .aboutBanner {
      height: 600px;
    }
    .workProgress .progress {
      width: 85%;
    }
    .workProgress span {
      width: 15%;
    }

    /* Consulting Services Page */
    .servicesBanner .content {
      width: 146%;
    }
    .servicesBanner .content p {
      max-width: 88%;
      margin-bottom: 16px;
    }
    .servicesFeatures .content {
      margin-bottom: 175px;
    }

    /* PPC Management Page */
    .ppcBanner .content p {
      max-width: 100%;
      margin-bottom: 16px;
    }
    .ppcBanner .imgCol {
      right: 0;
    }

    /* Contact Us Page */
    .formBox h4 {
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    /* Footer */
    .contactInfo .img {
      display: block;
    }
    .contactInfo .detail {
      margin-left: 0;
      top: 16px;
      display: block;
    }
    .contactInfo ul li:first-child {
      width: 28%;
      padding-left: 0;
    }
    .contactInfo ul li:nth-child(2) {
      width: 44%;
    }
    .menu ul li a, .copyrights p {
        font-size: 16px;
    }

    /* 404 Page */
    .not-found .banner .content {
      margin-bottom: 50px;
    }

    /* Home Page */
    .banner {
      height: auto;
    }
    .banner .content {
      margin-top: 150px;
    }
    .banner .formCol {
        position: relative;
       padding-top: 30px;
       top: 50px;
       left: 0;
       right: 0;
    }
    .ourFeatures .featuresCol:nth-child(3n+2), .ourFeatures .featuresCol:nth-child(3n) {
      top: 0;
    }
    .ourFeatures .content {
      max-width: 100%;
      margin-bottom: 40px;
    }
    .ourFeatures {
        padding: 30px 0;
    }
    .amz .content {
      padding-top: 50px;
    }
    .amz .img {
      padding: 50px 0 0;
      text-align: center;
    }
    #testiSlider {
      padding-top: 0;
    }
    .amzForm .content {
      max-width: 100%;
      margin: 0 auto;
    }
    .amzForm .formBox input, .amzForm .formBox textarea, .amzForm .formBox select {
      padding-bottom: 12px;
      margin-top: 30px;
    }
    .formBox input, .formBox textarea, .formBox select, .formBox input[type="checkbox"] ~ span {
        font-size: 16px;
    }

    /* About Page */
    .aboutBanner .imgCol {
      position: static;
      margin-top: 30px;
    }
    .globally {
      padding: 50px 0;
      height: auto;
    }
    .globally .content h2, .comGrowth .content h2 {
      margin-bottom: 20px;
    }
    .globally .content p {
      margin-bottom: 16px;
    }
    .work {
      padding: 50px 0 0;
      margin-top: 0;
    }
    .workProgress {
      margin-top: 30px;
    }
    .workProgress .progress {
      width: 90%;
    }
    .workProgress span {
      width: 7%;
      margin-left: 15px;
    }
    .comGrowth {
      background-size: cover;
    }
    .comGrowth .img {
      text-align: center;
      margin-top: 30px;
    }

    /* Consulting Services Page */
    .servicesBanner .content {
      width: 100%;
    }
    .servicesBanner .img {
      text-align: center;
    }
    .servicesFeatures .servFeaturesCol:nth-child(4n+2),
    .servicesFeatures .servFeaturesCol:nth-child(4n+3),
    .servicesFeatures .servFeaturesCol:nth-child(4n+4) {
        top: 0;
    }
    .amzSearch {
      height: auto;
    }
    .amzSearch .img {
      text-align: center;
    }
    .amzAdvertice {
      margin-top: 30px;
      background-position: 100% 40%;
    }
    .attentionAmz {
        height: auto;
        padding-top: 50px;
    }
    .attentionAmz .content {
      margin-left: 0;
      width: 100%;
    }
    .attentionAmz .imgCol {
      padding-right: 15px;
      position: static;
      text-align: center;
    }
    .photography .photoCol {
      margin-bottom: 20px;
    }
    .photography .content h4 {
      font-size: 20px;
      line-height: 26px;
    }
    .photography .content.desc p {
      font-size: 16px;
      line-height: 26px;
    }

    /* PPC Management Page */
    .methods p.desc {
      max-width: 100%;
    }
    .accelerateCom .contentCol {
      padding: 0 15px 5px;
    }
    .accelerateCom .imgCol {
      padding-left: 15px;
    }

    /* Case Studies Page */
    .caseBanner .imgCol {
      max-width: 100%;
      margin-top: 20px;
    }
    .caseBrand ul li {
        font-size: 16px;
    }

    /* Contact Us Page */
    .contactBanner .content p {
      max-width: 100%;
    }
    .contactBanner .imgCol {
      text-align: center;
    }
    .formBox h4 {
        font-size: 20px;
    }
    .formBox input[type="checkbox"]::before {
      width: 15px;
      height: 15px;
      top: -2px;
    }
    .formBox input[type="checkbox"]:checked::after {
      top: -2px;
      left: 3px;
      font-size: 10px;
    }
}

@media (max-width: 767px) {
    /* Header */
    .site-logo {
      width: 50%;
      margin-top: 20px;
    }
    .site-header::before {
      width: 210px;
      height: 199px;
    }
    #menuToggle {
        right: 10px;
    }

    /* Footer */
    .site-footer::before {
      width: 265px;
      height: 266px;
    }
    .site-footer::after {
      width: 215px;
      height: 350px;
    }
    .contactInfo ul {
      text-align: center;
    }
    .contactInfo ul li:first-child {
      width: 42%;
    }
    .contactInfo ul li:nth-child(2) {
      width: 57%;
    }
    .contactInfo ul li:last-child {
      width: 50%;
      padding-top: 30px;
    }
    .menu ul {
      margin-top: 50px;
    }
    .brand .content h2 {
      font-size: 25px;
    }

    /* Home Page */
    .content h1,
    .ppcBanner .content h1 {
        font-size: 30px;
        line-height: normal;
    }
    .content h2,
    .contactForm .content h2 {
        font-size: 25px;
        line-height: normal;
    }
    .content h3 {
        font-size: 20px;
    }
    .content p {
      font-size: 16px;
      line-height: 1.7;
    }
    .content a.transbtn, a.bluebtn, input[type="submit"], .amz .content a.bluebtn, .amzForm .formBox input[type="submit"] {
        font-size: 16px;
    }
    .bannerForm h2,
    .testimonials .content h2 {
      font-size: 25px;
      line-height: normal;
    }
    .banner .content p {
      line-height: 1.7;
      max-width: 100%;
      margin-bottom: 20px;
    }
    .banner .formCol {
      padding-top: 10px;
    }
    .ourFeatures .box h4 {
      font-size: 18px;
    }
    .testimonials {
      padding: 10px 0 50px;
    }
    .amzForm::before {
      top: -50px;
    }
    .homeServices h2 {
      margin-bottom: 70px;
    }
    .servCol .box h4, .caseBrand h4 {
      font-size: 20px;
      line-height: normal;
    }
    .servCol .box p {
      font-size: 16px;
      line-height: 1.7;
    }
    .testimonials .content p {
      font-size: 16px;
      line-height: 1.7;
      margin-top: 16px;
    }
    #testiSlider .box p {
      font-size: 16px;
      line-height: 1.7;
    }
    #testiSlider .box h4 {
      font-size: 18px;
    }
    #testiSlider .box h5 {
        font-variant-ligatures: 16px;
    }
    .amzForm .formBox input[type="submit"] {
      margin-top: 30px;
    }

    /* About Page */
    .workProgress h4, .workProgress span {
        font-size: 20px;
    }
    .workProgress .progress {
          margin: 16px 0 30px;
    }
}

@media (max-width: 667px) {
    img.alignleft,
    img.alignnone,
    img.alignright {
        margin: 0 auto 20px;
        display: block;
        float: none;
    }
}

@media (max-width: 575px) {
    /* Footer */
    .contactDetail {
      padding: 30px 0;
    }
    .contactInfo ul li:first-child,
    .contactInfo ul li:nth-child(2),
    .contactInfo ul li:last-child {
        width: 100%;
    }
    .contactInfo ul li:nth-child(2) {
        padding-top: 30px;
    }

    /* Home Page */
    .banner {
        background-position: 45% 100%;
    }
    .banner .content {
      margin-top: 100px;
    }
    .formBox input, .formBox textarea, .formBox select, .formBox input[type="checkbox"] ~ span {
      padding-bottom: 12px;
      margin-top: 20px;
    }
    .servCol:nth-child(2n+1) {
      top: 0;
    }
    .homeServices h2 {
      margin-bottom: 30px;
    }
    .formBox input[type="submit"] {
      min-width: auto;
      margin-top: 25px;
      padding: 0 50px;
    }
    .amzForm .formBox input[type="submit"] {
      font-size: 14px;
    }
    .amzForm .formBox::after {
      width: 120px;
      height: 165px;
    }
    .amzForm .formBox {
      margin: 0 auto;
      padding: 30px 20px;
      width: 100%;
    }
    .testimonials {
        background-position: 100% 30%;
    }
    .testimonials::before, .amzForm::before {
      width: 100%;
    }

    /* About Page */
    .comGrowth::after {
      width: 170px;
      height: 150px;
    }

    /* Consulting Services Page */
    .amzSearch .content h2, .attentionAmz .content h2 {
      font-size: 25px;
    }
    .amzAdvertice .content h2 {
      font-size: 25px;
      margin: 0 auto 30px;
      max-width: 100%;
    }
    .amzAdvertice .servCol:nth-child(2n+1) {
      top: 0;
    }
    .amzAdvertice {
      margin-top: 50px;
    }
    .attentionAmz {
      padding-top: 30px;
    }

    /* PPC Management Page */
    .methods p.desc {
      margin: 0 auto 40px;
    }
}

@media (max-width: 480px) {
    /* Footer */
    .brand .content h2 {
      font-size: 24px;
      margin-bottom: 30px;
    }
    #brandSlider .slick-dots li button::before {
      width: 10px;
      height: 10px;
    }

    /* About Page */
    .workProgress .progress {
      width: 88%;
    }
    .workProgress span {
      width: 8%;
    }
}

@media (max-width: 375px) {
    /* Header */
    .site-logo {
      width: 60%;
    }
    .nav-bar {
        width: 100%;
    }
    .site-header::before {
      width: 150px;
      height: 142px;
    }

    /* Footer */
    .site-footer::after {
        display: none;
    }

    /* Home Page */
    .amzForm .formBox input, .amzForm .formBox textarea, .amzForm .formBox select {
        padding-bottom: 10px;
          margin-top: 25px;
          font-size: 13px;
    }

    /* About Page */
    .workProgress .progress {
      width: 84%;
    }
    .workProgress span {
      width: 12%;
      margin-left: 10px;
    }
}
