/*** General ***/

span.tiny-title {
    font-family: 'Inter-Medium';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.003em;
    color: #A9B4BC;
    width: 100%;
    text-align: center;
    float: left;
}

blockquote.bonus-reading {
	padding: 0px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 47px!important;
    border-radius: 4px;
	width: 70%;
}

blockquote.bonus-reading a {
	margin-top: 0px;
	margin-bottom: 0px;
	background: #E9F7F0;
	padding: 16px 24px;
	border-left: 7px solid #D4EFE2;
	width: 100%;
    display: block;
	font-family: 'Inter-Regular', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.0045em;
	color: #26B16D;
}

blockquote.bonus-reading a span {
	width: 65%!important;
	display: block;
	font-family: 'Inter-Regular', Sans-Serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.0045em;
	color: #26B16D;
}

@media (max-width: 450px) {
	blockquote.bonus-reading {
		width: 100%;
	}
}


/*** Headings ***/

main h5 {

	font-family: 'Inter-Regular', Sans-Serif;

	font-style: normal;

	font-weight: bold;

	font-size: 14px;

	line-height: 22px;

	text-align: center;

	letter-spacing: 0.05em;

}



main h3 {

	

	font-family: 'Inter-Black';

	font-style: normal;

	font-weight: 900;

	font-size: 28px;

	line-height: 34px;

	letter-spacing: -0.018em;

	color: #374046;

	

}



/*** Sections ***/

main > header, main > section {

	padding-top: 96px;

	padding-bottom: 96px;

}



@media (max-width: 1025px) {

	main > header, main > section {

		padding-top: 64px;

		padding-bottom: 64px;

	}

}



@media (max-width: 411px) {

	main > header, main > section {

		padding-top: 48px;

		padding-bottom: 48px;

	}

}



section h1 {

	font-weight: 900;
	
	font-size: 56px;
	
	line-height: 64px;
	
	letter-spacing: -0.042em;

	color: #374046;

}



section p {

	font-size: 18px;

	line-height: 28px;

	letter-spacing: -0.0045em;

	color: #869298;

}



/*** Texts Inputs ***/

input[type="text"], 

input[type="email"], 

input[type="url"] {

	width: auto;

	height: 56px;

	float: left;

	padding: 20px 16px;

	font-family: 'Inter-Regular', Sans-Serif;

	font-style: normal;

	font-weight: 600;

	font-size: 18px;

	line-height: 16px;

	letter-spacing: -0.0055em;

	color: #869298;

	background-color: white;

	border: 1px solid #ABB9C2;

	box-sizing: border-box;

	border-radius: 3px;

}

/*** icons ***/

.icon-checkmark {
	background-image: url(/assets/seo-services/img/icon-check.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    display: table;
}

a.play-icon {

	background-image: url(../icon/icon-play-outlined.png);

    background-repeat: no-repeat;

    background-position: left;

	background-size: cover;

    content: " ";

    display: block;

    width: 95px;

    height: 95px;

}



a.play-icon:hover {

	background-image: url(../icon/icon-play.png);

	width: 95px;

    height: 95px;

	background-size: cover;

}

a.simple-play-button {
	
	width: 110px;
	
    height: 82px;
	
	background: #FFD12D;
	
}

/*** Video Player ***/

.video-wrapper {

	width: 45%;

    height: auto;

    position: absolute;

    top: 96px;

}



.video-wrapper img.img-preview {

	width: 100%;

    height: auto;

	float: left;

}



.video-wrapper a.play-icon{

    top: 40%;

    left: 40%;

    position: absolute;

}


/*** Buttons ***/

main .btn {

	width: auto;

	height: 56px;

	position: relative;

	float: left;

	text-align: center;

    letter-spacing: -0.008em;

	padding: 16px 64px 16px 32px;

	border-radius: 4px;

	font-family: 'Inter-Regular', Sans-Serif;

	cursor: pointer;

	white-space: nowrap;

}



@media (max-width: 450px) {

	main .btn {

		width: 100%;

	}

	

	main .btn:nth-child(1) {

		margin-bottom: 16px;

	}

	

	main .btn:nth-child(2) {

		margin-left: 0px;

	}
	
	.mcta .btn {
	    white-space: break-spaces;
		height: auto;
		text-align: left;
	}
}



.blue-primary-btn {

	color: white!important;

	border-color: #207DE9;

	font-weight: bold;

    font-size: 18px;

	line-height: 24px;

	outline: none;

	background-color: #207DE9;

}



.blue-primary-btn:hover {

	background-color: #0c57ad;

}



.outlined-primary-btn {

	border: 1px solid #A6B9DE;

	font-weight: bold;

    font-size: 18px;

	line-height: 24px;

    text-align: center;

    letter-spacing: -0.008em;

	color: white!important;

}



.outlined-primary-btn:hover {

	background-color: #A6B9DE;

}



.dark-primary-btn {

	background: #1C2D47;

	border-radius: 4px;

	font-weight: bold;

	font-size: 21px;

	line-height: 28px;

	display: flex;

	align-items: center;

	text-align: center;

	letter-spacing: -0.008em;

	color: #FFFFFF;

}



.white-primary-btn {

	font-family: 'Inter-Regular', Sans-Serif;

	font-style: normal;

	font-weight: bold;

	font-size: 18px;

	line-height: 24px;

	text-align: center;

	letter-spacing: -0.008em;

	color: #207DE9;

	background: #FFFFFF;

	border: 1px solid #A6B9DE;

	box-sizing: border-box;

	border-radius: 4px;

	display: inline-block;

}

.green-primary-btn {

	color: white!important;

	border-color: #207DE9;

	font-weight: bold;

    font-size: 18px;

	line-height: 24px;

	outline: none;

	background: #26B16D;
	
	border-radius: 4px;

}

a.action-link {
	font-family: 'Inter-Regular', Sans-Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #207DE9;
}

a.action-link:hover {
	
}



/*** Header ***/

header.masthead .masthead-content h1 {

	color: #374046;

	font-weight: 900;

    letter-spacing: -0.042em;

	/*margin-top:	72px;*/

	margin-bottom: 0px!important;

	text-align: center;

}



.masthead-content {

	padding: 0px!important;

	max-width: 950px;

    margin: 0 auto;

}



.masthead-content .description {

	font-family: 'Inter-Regular', Sans-Serif;

    font-weight: normal;

    font-size: 21px;

    line-height: 35px;

    letter-spacing: -0.0055em;

    max-width: 966px;

    margin-top: 16px;

    margin-bottom: 32px;

	color: #CED4DA;!important;

	text-align: center;

}



@media (max-width: 1025px) {

	header.masthead .masthead-content h1 {

		margin-top: 0px;

	}	

	

	header.masthead .masthead-content .buttons-bar {

		text-align: center;

	}

}



@media (max-width: 411px) {

	

	header.masthead {

		min-height: 519px!important;

	}	

	

	header.masthead .masthead-content h1 {

		font-weight: 900!important;

		font-size: 38px!important;

		line-height: 46px!important;

		text-align: center!important;

		letter-spacing: -0.024em!important;

		color: #FFFFFF;

		margin-bottom: 8px!important;

	}

	

	header.masthead .masthead-content p {

		font-size: 18px!important;

		line-height: 28px!important;

		text-align: center!important;

		letter-spacing: -0.0045em!important;

		margin-bottom: 40px!important;

	}

}

header.masthead {

	min-height: 650px;

	box-shadow: none!important;

}



header.masthead .masthead-content h1 {

	font-style: normal;

	font-weight: 900;

	font-size: 56px;

	line-height: 64px;

	letter-spacing: -0.042em;

	color: #FFFFFF;

}



header.masthead .masthead-content h1,

header.masthead .masthead-content p {

	text-align: left;

	max-width: 545px;

}



header.masthead .masthead-content .buttons-bar .btn:nth-child(1) {

	margin-right: 20px;

}



@media (max-width: 1025px) {
	
	header.masthead .breadcrumbs {
		margin: 0 auto;
		float: none;
		width: 100%;
		text-align: center;
	}
	
	header.masthead .breadcrumbs .breadcrumbs {
		margin: 0 auto;
		float: none;
	}
	
	header.masthead .masthead-content-wrapper {
		margin-left: 0;
		width: 100%;
	}

	header.masthead .masthead-content h1,

	header.masthead .masthead-content p {

		text-align: center;

		max-width: 545px;

		margin: 0 auto;
		
		margin-top: 24px;

	}

	

	header.masthead .masthead-content p {

		margin-bottom: 32px;

	}

	

	header.masthead .masthead-content .buttons-bar {

		width: auto;

		height: auto;

		margin: 0 auto;

		display: table;

	}

}


/*** statitics ***/



.statitics {

	width: auto;

	height: auto;

	float: left;

}



.statitics .indicator {

	margin-bottom: 16px;

	height: 96px;

	background: rgba(20, 32, 52, 0.7);

	border-radius: 4px;

	padding: 16px;

}



.statitics .indicator .icon {

	width: 64px;

	height: 64px;

	float: left;

	background: #829DCE;

	border-radius: 4px;

	margin-right: 24px;

}



.statitics .indicator .file-icon {

	background-image: url('/assets/homepage/icon/icon-file.png');

	background-repeat: no-repeat;

	background-position: center;

}



.statitics .indicator .icon-calls-generated {

	background-image: url('/assets/homepage/icon/icon-calls-generated.png');

	background-repeat: no-repeat;

	background-position: center;

}



.statitics .indicator .icon-ecommerce {

	background-image: url('/assets/homepage/icon/icon-ecommerce.png');

	background-repeat: no-repeat;

	background-position: center;

}



.statitics .indicator .message-square {

	background-image: url('/assets/homepage/icon/message-square.png');

	background-repeat: no-repeat;

	background-position: center;

}

.statitics .indicator .icon-client-revenue {
		
	background-image: url('/assets/seo-services/icon/icon-client-revenue.png');

	background-repeat: no-repeat;

	background-position: center;

}

.statitics .indicator .icon-clients-lead {
		
	background-image: url('/assets/seo-services/icon/icon-clients-lead.png');

	background-repeat: no-repeat;

	background-position: center;

}

.statitics .indicator .icon-phone-calls {
		
	background-image: url('/assets/seo-services/icon/icon-phone-calls.png');

	background-repeat: no-repeat;

	background-position: center;

}



.statitics .indicator h5 {

	text-align: left;

	text-transform: uppercase;

	color: #CED4DA;

	margin: 0px;

}



.statitics .indicator .counter {

	color: white;

	margin: 0px;

}



@media (max-width: 1024px) {

	.statitics {

		margin-top: 68px;
		display:none;

	}

	

	.statitics .indicator {

		background: none;

		display: block;

		height: auto;

		float: left;

	}

	

	.statitics .indicator:last-child h5 {

		max-width: 114px;

		margin: 0 auto;

	}

	

	.statitics .indicator .icon {

		float: none;

		display: block;

		margin: 0 auto;

		margin-bottom: 16px;

	}

	

	.statitics .indicator h5 {

		font-size: 12px;

	}

	

	.statitics .indicator h5,

	.statitics .indicator .counter {

		text-align: center;

	}



}



@media (max-width: 411px) {

	.statitics {

		display: none;

	}

}

/*** Featured Logos ***/



.featured-logos {

	text-align: center;

	margin: 0 auto;

    display: table;

	padding-top: 18px;

	padding-bottom: 18px;

}



.featured-logos img {

	object-fit: initial!important;

    object-position: unset!important;

    width: auto!important;

    height: auto!important;

	padding-right: 64px;

	display: inline-block;

}



.featured-logos img:last-child {

	padding-right: 0px!important;

}



@media (max-width: 411px) {

	.featured-logos img {

		height: 60px!important;

		padding-right: 18px!important;

	}

}

/*** Feather Icons ***/

.feather-icon:after {

	width: 24px;

	height: 24px;

	content: "";

	display: inline-block;

	position: absolute;

}



.chevron-down-blue:after {

	background-image: url('../icon/feather/4.24.1/chevron-down-blue.svg');

	background-repeat: no-repeat;

	margin-left: 10px;

}



.chevron-right-white:after {

	background-image: url('../icon/feather/4.24.1/chevron-right-white.svg');

	background-repeat: no-repeat;

	margin-left: 10px;

}



.chevron-right-blue:after {

	background-image: url('../icon/feather/4.24.1/chevron-right-blue.svg');

	background-repeat: no-repeat;

	margin-left: 10px;

}



.chevron-right-green:after {

	background-image: url('../icon/feather/4.24.1/chevron-right-green.svg');

	background-repeat: no-repeat;

	margin-left: 10px;

}



.arrow-right-white:after {

	background-image: url('../icon/feather/4.24.1/arrow-right-white.svg');

	background-repeat: no-repeat;

	margin-left: 10px;

}



.arrow-right-blue:after {

	background-image: url('../icon/feather/4.24.1/arrow-right-blue.svg');

	background-repeat: no-repeat;

	margin-left: 10px;

}



.arrow-left-blue:after {

	background-image: url('../icon/feather/4.24.1/arrow-left-blue.svg');

	background-repeat: no-repeat;

}



.info:after {

	background-image: url('../icon/feather/4.24.1/info.svg');

	background-repeat: no-repeat;

}



.x-circle:after {

	background-image: url('../icon/feather/4.24.1/x-circle.svg');

	background-repeat: no-repeat;

}

/*** Images Slider ***/

.photos-slider-wrapper {

	position: absolute;

    top: 86px;

    width: 49%;

    height: auto;

    overflow-x: hidden;

    right: 0;

}

.photos-slider-wrapper .photos-slider {

	width: 100%;

}



.photos-slider-wrapper .photos-slider .photo {

	height: 500px;

	display: block;

	background-repeat: no-repeat;

	background-size: cover;

    background-position: center;

	box-shadow: inset 0 0 0 2000px rgba(20,32,52,0.6);

	padding: 64px;

}



.photos-slider-wrapper .photos-slider .photo .inner {

	position: absolute;

    bottom: 48px;

}



.photos-slider-wrapper .photos-slider .photo .inner h1 {

    color: white;

    margin-bottom: 8px;

	font-size: 48px;

}



.photos-slider-wrapper .photos-slider .photo .inner h3 {

	color: #F7941D;

    margin-bottom: 0px;

	font-weight: 900;

    font-size: 48px;

    line-height: 64px;

    letter-spacing: -0.042em;

    margin-top: 0px;

}



.photos-slider-wrapper .photos-slider .photo .inner h4 {

	color: #CED4DA;

    margin-top: 0px;

    margin-bottom: 16px;

}



.photos-slider-wrapper .photos-slider #next-btn,

.photos-slider-wrapper .photos-slider #prev-btn {

	font-family: 'Flaticon', 'robotoregular';

    color: #207DE9;

    width: 43px;

    height: 93px;

    display: block!important;

    font-size: 30px;

    position: absolute;

    background: white;

    opacity: 1;

}



.photos-slider-wrapper .photos-slider #next-btn {

	top: 40%;

    right: 0px;

    z-index: 500;

}



.photos-slider-wrapper .photos-slider #prev-btn {

	top: 40%;

    left: 0px;

    transform: rotate(180deg);

    z-index: 500;

}



.photos-slider-wrapper .photos-slider #next-btn:before, 

.photos-slider-wrapper .photos-slider #prev-btn:before {

	content: "\f104";

    position: absolute;

    left: 20%;

	top: 32%;

	font-weight: 100;

}



@media (max-width: 1300px) {

	.photos-slider-wrapper .photos-slider .photo .inner h1 {

		width: 65%;

	}

}



@media (max-width: 767px) {

	
	.photos-slider-wrapper {

		display: none;

	}

}

/*** Subscriptions Plans Format 1 ***/

.subscriptions-plan-format-1 .plan .header {
	width: 100%;
    padding: 40px;
	float: left;
}

.subscriptions-plan-format-1 .plan .header .name {
	color: #FFFFFF;
    margin-bottom: 4px;
}

.subscriptions-plan-format-1 .plan .header .billing .price {
	font-family: 'Inter-Black', Sans-Serif;
	font-style: normal;
	font-weight: 900;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -0.042em;
	color: #FFFFFF;
}

.subscriptions-plan-format-1 .plan .header .billing .cycle{
	font-family: 'Inter-Regular', Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 21px;
	line-height: 35px;
	letter-spacing: -0.0055em;
	color: #FFFFFF;	
}

.subscriptions-plan-format-1 .plan .header .initial-investment{
	padding: 4px 8px;
	background: #1C2D47;
	border-radius: 4px;
	margin-bottom: 62px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: left;
    width: auto;
    display: block;
    float: left;

}

.subscriptions-plan-format-1 .plan .header .btn-send-proposal {
	width: 100%;
    text-align: center;
    padding: 16px;
	float: left;
}

.subscriptions-plan-format-1 .plan .features-wrapper {
	float: left;
    width: 100%;
    height: auto;
    background: white;
}

.subscriptions-plan-format-1 .plan ul.features-list {
	width: 100%;
    float: left;
    clear: both;
}

.subscriptions-plan-format-1 .plan ul.features-list li {
	font-family: 'Inter-Regular';
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.0045em;
    color: #374046;
    padding: 28px;
}

.subscriptions-plan-format-1 .plan ul.features-list li:not(:last-child) {
	border-bottom: 1px solid #D2DCEE;
}

/* Plans Formatting */

.subscriptions-plan-format-1 .plan:nth-child(1) {
	padding-left: 0px;
	padding-right: 0px;
}

.subscriptions-plan-format-1 .plan:nth-child(1) .header {
	background: #4C74B9;
}

.subscriptions-plan-format-1 .plan:nth-child(1) ul.features-list {
	background-color: white;
}

.subscriptions-plan-format-1 .plan:nth-child(2) {
	padding-left: 0px;
	padding-right: 0px;
}

.subscriptions-plan-format-1 .plan:nth-child(2) .header {
	background: #305493;
}

.subscriptions-plan-format-1 .plan:nth-child(2) ul.features-list {
	background: #F2F6FC;
}

.subscriptions-plan-format-1 .plan:nth-child(3) {
	padding-left: 0px;
	padding-right: 0px;
}

.subscriptions-plan-format-1 .plan:nth-child(3) .header {
	background: #263A5F;
}

.subscriptions-plan-format-1 .plan:nth-child(3) ul.features-list {
	background-color: white;
}

@media (max-width: 1025px) {
	.subscriptions-plan-format-1 .plan {
		padding-left: 24px!important;
		padding-right: 24px!important;
		margin-bottom: 24px;
		width: 100%;
		height: auto;
		display: block;
		float: left;
	}
}


/** CTAS **/
/** Straight Contact ***/

.cta-straight-contact {
	background: #26B16D;
    border-radius: 4px;
    padding: 24px;
    width: 100%;
	height: auto;
    float: left;
	background-image: url('');
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
    overflow-x: hidden;
}

.cta-straight-contact .description {
	max-width: 75%;
    font-family: 'Inter-Regular', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 33px;
    letter-spacing: -0.0055em;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 8px;
    float: left;
}

.cta-straight-contact .phone {
	width: auto;
    height: auto;
    float: left;
    display: block;
}

.cta-straight-contact .phone a {
	font-family: 'Inter-Black', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 24px;
    letter-spacing: -0.0045em;
    color: #FFFFFF;
    float: left;
    display: block;
	background-image: url(/assets/seo-services/img/icon-small-phone-cta.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    line-height: 36px;
}

.cta-straight-contact img.computer-screen {
	position: absolute;
    right: -100px;
}

@media (max-width: 450px) {
	.cta-straight-contact img.computer-screen {
		right: -150px;
		top: 30%;
	}
}

/*** Sections ***/
/*** discover-business-cost section ***/

section.discover-businesss-costs {
	background: #FFFFFF!important;
}

section.discover-businesss-costs h2 {
	font-weight: 900!important;
	font-size: 48px;
	line-height: 56px;
	text-align: center!important;
	letter-spacing: -0.024em!important;
	color: #374046!important;
	margin-top: 0px;
	margin-bottom: 16px;
}

section.discover-businesss-costs p {
	font-weight: normal!important;
	font-size: 21px!important;
	line-height: 35px!important;
	text-align: center;
	letter-spacing: -0.0055em;
	color: #869298!important;
}

section.discover-businesss-costs ul.web-design-services li .inner {
	background: #F2F6FC!important;
	border-radius: 3px!important;
	margin-bottom: 0px!important;
}

section.discover-businesss-costs ul.web-design-services li p a {
	width: 100%;
	margin-bottom: 8px;
	display:block;
}

section.discover-businesss-costs ul.web-design-services li .inner span{
	line-height: 32px;
	letter-spacing: -0.018em;
	color: #374046!important;
}

/*** discover-businesss-costs queries ***/
@media (max-width: 1024px) {
	section.discover-businesss-costs .web-design-services {
		margin-top: 0px!important;
		margin-bottom: 0px!important;
	}
	
	section.discover-businesss-costs .web-design-services .card{
		margin-bottom: 24px!important;
	}
	
	section.discover-businesss-costs .web-design-services .card .inner {
		min-height: auto;
		content: "";
		display: block;
		float: left;
		margin-bottom: 24px!important;
		width: 100%!important;
	}
}

section.discover-businesss-costs h2 {
	color: white;
	margin-top: 0px;
	margin-bottom: 16px;
}

section.discover-businesss-costs p {
	margin: 0px;
}

section.discover-businesss-costs ul.web-design-services {
	margin-top: 64px;
	margin-bottom: 111px;
	display:flex;
	flex-wrap:wrap;
}

section.discover-businesss-costs ul.web-design-services li  {
	padding-left: 20px;
	padding-right: 20px;
	flex:1;
}

section.discover-businesss-costs  ul.web-design-services li .inner  {
	padding: 48px;
	background: #263A5F;
	border-radius: 3px;
	min-height: 448px;
	height:100%;
}

section.discover-businesss-costs ul.web-design-services li .inner span  {
	font-family: 'Inter-Regular';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -0.018em;
	color: #FFFFFF;
	width: 100%;
	margin-bottom: 24px;
	float: left;
	white-space: nowrap;
}

section.discover-businesss-costs ul.web-design-services li .inner p {
	font-family: 'Inter-Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.0045em;
	color: #ABB9C2;
	margin: 0px;
	text-align: left;
}

section.web-services ul.web-design-services li a {
	text-align: center;
	white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

/*** Wistia Classes ***/

.wistia_click_to_play {
    width: 100% !important;
    height: 100% !important;
}


/*** Addittional Changes for the new Headers ***/

.header1c, 
.header3c,
.header2c {
	background: #152035;
    position: relative;
    overflow: hidden;
}

.header1c .right-bg-shape, 
.header3c .right-bg-shape,
.header2c .right-bg-shape {
	position: absolute;
    right: -5%;
    top: 0px;
    height: 105%;
    width: 35%;
    background-color: #1a2a43;
    background: linear-gradient(360deg, #1C2D47 -11.02%, rgba(28, 45, 71, 0) 91.49%);
    transform: rotate(-4.15deg);
}

.header1c .masthead-content p, 
.header3c .masthead-content p,
.header2c .masthead-content p  {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.0045em;
	color: #CED4DA;
}

.header1c .statitics, 
.header3c .statitics,
.header2c .statitics {
	position: relative;
	width: 90%;
    min-height: 550px;
}

.header1c .statitics .indicator, 
.header3c .statitics .indicator,
.header2c .statitics .indicator {
	width: 100%;
	height: auto;
	background: #FFFFFF;
    box-shadow: 32px 32px 32px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    max-width: 370px;
}

.header1c .statitics .indicator .icon, 
.header3c .statitics .indicator .icon,
.header2c .statitics .indicator .icon {
	background: #4DC1B9;
    border-radius: 4px;
    background-image: url(/assets/seo-services/icon/icon-client-revenue.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.header1c .statitics .indicator .label, 
.header3c .statitics .indicator .label,
.header2c .statitics .indicator .label {
	font-size: 15px;
	color: #374046;
}

.header1c .statitics .indicator .name, 
.header3c .statitics .indicator .name,
.header2c .statitics .indicator .name {
	font-size: 12px;
}

.header1c .statitics .indicator .counter,
.header3c .statitics .indicator .counter,
.header2c .statitics .indicator .counter {
	color: #374046;
	font-size: 26px;
	line-height: 32px;
}

.header1c .statitics .indicator h5,
.header3c .statitics .indicator h5,
.header2c .statitics .indicator h5 {
	color: #374046;
}

/*** .header1c elements ***/
.header1c .statitics .lead-for-clients {
	position: absolute;
    left: -5%;
	top: 0px;
	transform: rotate(9.08deg) translate(-100px, -100px);
	opacity: 0;
}

.header1c .statitics .client-revenue {
	position: absolute;
    bottom: 0px;
	left: 0px;
	transform: rotate(9.08deg) translate(-100px, 100px);
	opacity: 0;
}

.header1c .statitics .digital-marketing-experts {
	position: absolute;
    top: 26%;
	right: -25%;
	transform: rotate(-9.08deg) translate(200px, -100px);
	opacity: 0;
}

.header1c .statitics .search-box {
	position: absolute;
    width: 100%;
    height: auto;
    z-index: -5;
    top: 80px;
    left: 15%;
	transform: translateY(-100px);
    opacity: 0;
}

.header1c .statitics .search-block {
    top: 42%;
    position: absolute;
    height: auto;
	width: 25%;
    left: 7%;
	transform: rotate(9.08deg) translate(-100px, -100px);
	opacity: 0;
}

.header1c .statitics .statitics-block {
    position: absolute;
    height: auto;
    top: 55%;
	width: 25%;
    right: -18%;
	transform: rotate(-9.08deg) translate(100px, 100px);
	opacity: 0;
}

/*** .header3c elements ***/
.header3c .masthead-content p {
	max-width: 600px;
}

.header3c .statitics .client-revenue {
	position: absolute;
    top: 64%;
    left: -5%;
	max-width: 320px!important;
}

.header3c .statitics .amazon-seo-experts {
	position: absolute;
    left: -42%;
    top: 90%;
}

.header3c .statitics .clients-transactions {
	right: -20%;
    position: absolute;
    top: 87%;
}

.header3c .statitics .virtual-shop {
	position: absolute;
	width: 100%;
	height: auto;
	right: -21%;
    top: 10%;
	z-index: -5;
	transform: translate(0px, 100px);
	opacity: 0px;
}

.header3c .statitics .icon-amazon {
	position: absolute;
    width: 150px;
    height: auto;
    z-index: -4;
	transform: translate(0px, -100px);
	opacity: 0px;
	left: 62%;
    top: 62%;
}

.header3c .statitics .icon-facebook {
	position: absolute;
    width: 45px;
    height: auto;
    top: 53%;
    left: 20%;
    z-index: -4;
	transform: translate(-100px, 0px);
	opacity: 0px;
}

.header3c .statitics .icon-shopify {
	position: absolute;
    width: 60px;
    height: auto;
	top: 30%;
    left: 100%;
	transform: rotate(9.08deg) translate(100px, -100px);
	opacity: 0px;
}

.header3c .statitics .icon-target {
	position: absolute;
    width: 50px;
    height: auto;
    left: 95%;
    top: 60%;
	transform: translate(100px, 0px);
	opacity: 0px;
}

.header3c .statitics .icon-walmart {
	position: absolute;
    width: 150px;
    height: auto;
	left: 14%;
    top: 8%;
	transform: rotate(-9.08deg) translate(-100px, -100px);
	opacity: 0px;
}

/*** header2c ***/
.header2c .statitics .icon-megaphone {
	position: absolute;
    top: -7%;
    left: 5%;
    width: 300px;
    height: auto;
    z-index: 6;
	transform: translate(50px, 50px);
	opacity: 0px;
}

.header2c .statitics .icon-dollar {
	position: absolute;
    top: 5%;
    right: -25%;
    width: 180px;
    height: auto;
    z-index: 7;
	transform: rotate(-18.00deg) translate(100px, -100px);
	opacity: 0px;
}

.header2c .statitics .icon-browser {
	position: absolute;
    top: 0px;
    left: -15%;
    width: 400px;
    height: auto;
    z-index: 5;
	transform: rotate(-11.00deg);
	opacity: 0px;
}

.header2c .statitics .icon-ads {
	position: absolute;
    top: 15%;
    left: -42%;
    width: 180px;
    height: auto;
    z-index: 9;
	transform: rotate(-18.00deg) translate(-100px, 100px);
	opacity: 0px;
}

.header2c .statitics .agency-specializations {
	position: absolute;
    top: 68%;
    left: -15%;
    z-index: 11;
    max-width: 320px;
}

.header2c .statitics .ppc-campaings {
	position: absolute;
    top: 42%;
    left: 42%;
    z-index: 10;
    max-width: 320px;
}

.header2c .statitics .client-revenue {
	position: absolute;
    top: -11%;
    left: -48%;
    z-index: 9;
    max-width: 320px;
}

.header2c .statitics {
	min-height: 500px!important;
}

.header2c .masthead-content p {
	max-width: 600px!important;
}

/*** Additional Fixes ***/

nav[role="navigation"] .phone-number {
	padding: 10px 20px;
}

section {
	overflow-x: hidden;
}





















