html {
	font-size: 16px;
}
.fromTopIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0, 0);
	opacity: 1.0;
}
.fromTopOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0, -10px);
	opacity: 0.0;
}
.fromBottomIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0, 0);
	opacity: 1.0;
}
.fromBottomOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0, 10px);
	opacity: 0.0;
}
.fromLeftIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0, 0);
	opacity: 1.0;
}
.fromLeftOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(-10px, 0);
	opacity: 0.0;
}
.fromRightIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(0, 0);
	opacity: 1.0;
}
.fromRightOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: translate(10px, 0);
	opacity: 0.0;
}
.scaleUpIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: scale(1.0, 1.0);
	opacity: 1.0;
}
.scaleUpOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: scale(1.3, 1.3);
	opacity: 0.0;
}
.scaleDownIn {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: scale(1.0, 1.0);
	opacity: 1.0;
}
.scaleDownOut {
	transition: transform 1.0s ease, opacity 1.0s ease;
	transform: scale(0.7, 0.7);
	opacity: 0.0;
}
/**/

.first-fold {
	height: 900px;
	background: url(../../img2/brmp-first-fold.png) no-repeat center bottom;
}
.banner {
	padding-top: 60px;
	position: relative;
	right: -80px;
}
.bg-ff {
	background: url(../../img2/brmp-first-fold-bg.png) no-repeat center center;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.fold-title {
	position: absolute;
	z-index: 1;
	left: 40%;
	top: 130px;
	transform: translateX(-50%);
}
.fold-title h1 {
	color: #000;
	line-height: 1.2;
	font-size: 3.5em;
	font-weight: 800;
}
.fix-negative {
	position: relative;
	padding: 150px 0;
}
.dt-heading {
	position: relative;
}
.dt-heading:before {
	position: absolute;
	content: attr(data-heading);
	top: 0;
	font-size: 20rem;
	font-weight: 800;
	line-height: 1;
	color: #000;
	left: 50%;
	opacity: 0.04;
	transform: translateX(-50%);
	z-index: 0;
	white-space: nowrap;
	z-index: 0;
}
.dt-heading.light:before {
	color: #fff;
}
.fix-negative .section-content {
	max-width: 720px;
	position: relative;
}
.section-content h2 {
	position: relative;
	color: #000000;
	font-size: 2.3em;
	font-weight: 700;
	margin-bottom: 50px;
}
.section-content h2:after {
	position: absolute;
	left: 0;
	background: #686868;
	height: 3px;
	width: 68px;
	bottom: -10px;
	content: "";
}
.section-content p {
	line-height: 1.8;
}
.section-content.white-content h2, .section-content.white-content p {
	color: #fff;
}
.section-content.white-content h2:after {
	background: #fff;
}
.section-content.center-content {
	margin: 0 auto;
	max-width: 878px;
	text-align: center;
}
.section-content.center-content h2:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.side-image {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 110%;
}
.packages {
	background: #2cbed2 url(../../img2/brmp-circle.png) no-repeat center center;
	padding: 120px 0;
}
.packages-wrapper {
	display: table;
	width: 100%;
	padding: 60px 0;
}
.pk-coloumn {
	max-width: 400px;
	float: left;
}
.pk-coloumn .head {
	background: #058fa2;
	padding: 25px;
	border-radius: 3px 3px 0 0;
}
.pk-coloumn .head h3 {
	line-height: 1;
	font-size: 1.875em;
	color: #fff;
	font-weight: 600;
	margin-bottom: 15px;
}
.pk-coloumn .head p {
	line-height: 1.3;
	font-size: 1.062em;
	color: #fff;
}
.packages-white-board {
	background: #fff;
	box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.30);
	border-radius: 0 0 3px 3px;
}
.packages-white-board li {
	padding: 20px 25px;
	display: table;
	width: 100%;
	border-bottom: solid 1px #e5e3e3;
}
.packages-white-board li:last-child {
	border-bottom: none;
}
.packages-white-board p {
	color: #868686;
	text-align: center;
	display: block;
	margin-bottom: 15px;
}
.packages-white-board .price-side {
	float: left;
	color: #313131;
	font-size: 3.5em;
	font-weight: 700;
	line-height: 1.2;
}
.packages-white-board .price-side span {
	color: #5d5c5c;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 5px;
	display: block;
}
.packages-white-board .action-side {
	float: right;
}
.packages-white-board a.btn-theme {
	color: #e62e48;
	font-size: 0.9em;
	border-color: #e62e48;
	padding: 7px 18px;
	min-width: 120px;
	margin: 10px 0;
}
.packages-white-board a.btn-theme:hover {
	border-color: #2cbed2;
	color: #2cbed2;
	background: none;
}
.packages-white-board a.btn-theme.btn-blue {
	border-color: #2cbed2;
	color: #2cbed2;
	background: none;
}
.packages-white-board a.btn-theme.btn-blue:hover {
	border-color: #e62e48;
	color: #e62e48;
	background: none;
}
.guarantee {
	float: left;
	width: 376px;
	margin: 0 50px;
	text-align: center;
}
.guarantee .m-back {
	margin: 62px auto 0 auto;
}
.guarantee .days {
	text-align: center;
	color: #014851;
	font-size: 1.3em;
	font-weight: 800;
	text-transform: uppercase;
	margin: 30px auto;
}
.guarantee .days span {
	line-height: 1.5;
	display: block;
	color: #fff;
	font-size: 3.5em;
	letter-spacing: -5px;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #014851;
}
.guarantee p {
	color: #fff;
	font-size: 1.3em;
}
.what-makes {
	background: url(../../img2/border-3.png) no-repeat center center;
	padding: 65px 0;
}
.reputations-icn {
	position: relative;
	height: 705px;
	margin-top: 45px;
}
.reputations-icn .client {
	position: absolute;
	max-width: 300px;
	text-align: center;
	margin: 0 auto;
}
.reputations-icn .client.one {
	left: 20px;
	top: 0;
}
.reputations-icn .client.two {
	bottom: 50px;
	left: 198px;
}
.reputations-icn .client.three {
	right: 198px;
	bottom: 50px;
}
.reputations-icn .client.four {
	right: 20px;
	top: 0;
}
.reputations-icn .client h4 {
	color: #e62e48;
	font-size: 1.25em;
	font-weight: 600;
	margin: 8px 0;
}
.reputations-icn .client p {
	font-size: 0.9em;
}
.globe-wrapper {
	background: url(../../img2/globe.png) no-repeat center top;
	width: 294px;
	height: 391px;
	margin: 0 auto;
	position: relative;
	top: 18px;
}
.globe-rotate {
	width: 214px;
	height: 210px;
	position: absolute;
	left: 39px;
	top: 11px;
	background: url(../../img2/globe-blue.png) repeat;
	border-radius: 100%;
	animation: animate 6s linear infinite;
	transform: rotate(-15deg);
	margin: 0 auto;
	float: none;
	padding: 0;
}
 @keyframes animate {
 from {
 background-position:-214px 0;
}
}
@keyframes space-animation {
 from {
 background-position-y: -100%;
}
}
/**/
.howmuch {
	padding: 80px 0;
	background: #323e40 url(../../img2/brmp-cubes.png) no-repeat center center;
}
.howmuch .section-content h2 {
	color: #fff;
	display: inline-block;
	max-width: 670px;
}
.howmuch .section-content h2:after {
	background: #fff;
}
.howmuch .section-content p {
	float: right;
	color: #fff;
	max-width: 604px;
	display: inline-block;
}
.btn-cta {
	background: #2bc9de;
	color: #fff;
	padding: 8px 15px;
	font-weight: 600;
	display: inline-block;
	font-size: 1.56em;
	margin: 10px auto;
}
.btn-cta:hover {
	box-shadow: 0 0 23px rgba(0, 0, 0, 0.3);
}
.cube-wrappers {
	position: relative;
	height: 844px;
}
.cube-wrappers li {
	width: 222px;
	height: 222px;
	background: #2cbed2;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	position: absolute;
	transform: rotate(45deg);
}
.cube-wrappers .icn {
	margin: 5px auto;
	text-align: center;
}
.cube-wrappers p {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	margin: 10px 0;
	display: block;
}
.cube-wrappers .content-cube {
	left: 58%;
	position: absolute;
	transform: rotate(-45deg) translate(-50%, -50%);
	width: 222px;
}
.cube-wrappers .one {
	left: 149px;
	top: 74px;
}
.cube-wrappers .two {
	left: 340px;
	top: 265px;
}
.cube-wrappers .three {
	left: 527px;
	top: 74px;
}
.cube-wrappers .four {
	left: 714px;
	top: 265px;
}
.cube-wrappers .five {
	left: 891px;
	top: 74px;
}
.cube-wrappers .last {
	left: 847px;
	top: 476px;
	width: 332px;
	height: 332px;
	background: #2a3436;
	border: solid 4px #444f51;
}
.cube-wrappers .last .content-cube {
	left: 56%;
	top: 17%;
	width: 292px;
}
.cube-wrappers .last .content-cube p {
	text-align: center;
	color: #fff;
	font-size: 1.25em;
	display: block;
}
.cube-wrappers .last .content-cube a {
	font-size: 1em;
	background: #e62e48;
	color: #fff;
	padding: 8px 15px;
	font-weight: 600;
	display: inline-block;
	margin: 10px auto;
}
.cube-wrappers p.additional-txt {
	max-width: 618px;
	font-size: 1.3em;
	color: #fff;
	font-weight: 300;
	line-height: 1.8;
	position: absolute;
	bottom: 0;
	left: 0;
}
.cube-wrappers p.additional-txt strong {
	font-weight: 700;
}
.action-plan {
	background: url(../../img2/bg-action.png) no-repeat center bottom;
	padding: 80px 0;
}
.repair-listing {
	margin-top: 130px;
	position: relative;
	height: 530px;
}
.repair-listing li {
	display: inline-block;
	vertical-align: top;
	width: 245px;
	text-align: center;
	position: relative;
	margin: 0;
	position: absolute;
}
.repair-listing li:after {
	content: "";
	border: solid 4px #c6c5c5;
	background: #fff;
	border-bottom-width: 14px;
	border-radius: 25px;
	height: 430px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.repair-listing li.one {
	left: 0;
}
.repair-listing li.one:after {
	transform: perspective(400px) rotateY(20deg);
}
.repair-listing li.two {
	left: 260px;
}
.repair-listing li.two:after {
	transform: perspective(400px) rotateY(20deg);
}
.repair-listing li.three {
	left: 520px;
}
.repair-listing li.three:after {
	transform: perspective(400px) rotateY(0deg);
}
.repair-listing li.four {
	left: 780px;
}
.repair-listing li.four:after {
	transform: perspective(400px) rotateY(-20deg);
}
.repair-listing li.five {
	left: 1043px;
}
.repair-listing li.five:after {
	transform: perspective(400px) rotateY(-20deg);
}
.repair-listing li .repair-content {
	z-index: 1;
	position: relative;
	padding: 85px 20px 10px 20px;
	margin: 0 auto;
	max-width: 200px;
}
.repair-listing .icn {
	background: #e62e48;
	width: 128px;
	height: 128px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	top: -64px;
	left: 0;
	right: 0;
	border-radius: 50%;
}
.repair-listing .icn > img {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.repair-listing h3 {
	margin-bottom: 15px;
	color: #000;
	font-size: 1.18em;
	text-align: center;
	font-weight: 600;
}
.repair-listing p {
	font-size: 0.875em;
}
.action-plan-cta {
	margin: 0 auto;
	text-align: center;
}
.action-plan-cta h3 {
	color: #424141;
	font-size: 1.75em;
	font-weight: 600;
}
.action-plan-cta a {
	background: #2bc9de;
	color: #fff;
	min-width: 262px;
}
.make-negative {
	padding: 80px 0;
	background: #ebebea;
}
.make-negative-cta {
	margin: 30px auto 0 auto;
	text-align: center;
}
.make-negative-cta h3 {
	color: #565656;
	font-size: 1.65em;
	margin: 10px 0;
	font-weight: 600;
}
.make-negative-cta a {
	font-size: 1.25em;
	min-width: 292px;
	margin: 0 5px;
}
.make-negative-cta a:nth-child(3) {
	background: #fee038;
	color: #000;
}
.view-packages {
	text-align: center;
	margin: -137px 0 0 0;
}
.reputation-agency {
	padding: 40px 0;
	background: #2bc9de url(../../img2/bg-float.png) no-repeat bottom center;
}
.reputation-agency-listing {
	text-align: center;
	margin: 50px auto;
}
.reputation-agency-listing li {
	border: solid 4px #fee038;
	border-radius: 50%;
	width: 321px;
	height: 321px;
	background: rgba(13,170,191, 0.77);
	position: relative;
	text-align: center;
	margin: 0 -15px;
	display: inline-block;
}
.reputation-agency-listing h3 {
	font-weight: 800;
	color: #fff;
	font-size: 1.8em;
	position: relative;
	line-height: 1.2;
	margin-bottom: 20px;
}
.reputation-agency-listing h3:after {
	background: #fff;
	height: 3px;
	width: 68px;
	margin: 0 auto;
	left: 0;
	right: 0;
	content: "";
	position: absolute;
	bottom: -10px;
}
.reputation-agency-listing p {
	color: #fff;
	font-size: 1.06em;
}
.reputation-agency-listing .agency-inner {
	max-width: 230px;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY( -50%);
}
.reputation-agency-cta {
	margin: 0 auto;
	text-align: center;
}
.reputation-agency-cta h3 {
	color: #fff;
	font-size: 1.75em;
	font-weight: 600;
}
.reputation-agency-cta a {
	font-size: 1.125em;
	background: #ffdd00;
	color: #000;
}
 @media (max-width:1280px) {
.guarantee {
	max-width: 24%;
}
.pk-coloumn {
	max-width: 33%;
}
}
 @media (max-width:1024px) {
html {
	font-size: 14px;
}
img {
	max-width: 100%;
}
.first-fold {
	height: 500px;
	position: relative;
	background-size: cover;
}
.banner {
	max-width: 700px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.fold-title h1 {
	font-size: 2em;
	padding: 50px 10px 100px 10px;
	text-align: center;
	display: block;
}
.fold-title {
	position: static;
	transform: none;
}
.bg-ff {
	background-size: contain;
	background-position: top center;
}
.dt-heading::before {
	font-size: 10em;
}
.fix-negative, .packages, .howmuch, .action-plan, .make-negative, .reputation-agency {
	padding: 20px 0;
}
.fix-negative .section-content {
	max-width: none;
}
.side-image {
	display: none;
	width: 250px;
}
.packages-wrapper {
	padding: 0px 0;
}
.guarantee {
	margin: 0 20px;
	max-width: 24%;
}
.packages-white-board li {
	padding: 10px;
}
.pk-coloumn {
	max-width: 35%;
}
.howmuch .section-content h2 {
	max-width: 500px;
}
.howmuch .section-content p {
	max-width: 500px;
}
.cube-wrappers {
	margin-left: -128px;
}
.repair-listing {
	height: auto;
	text-align: center;
	margin-bottom: 25px;
}
.repair-listing li {
	width: 196px;
	vertical-align: top;
	border: solid 2px #c6c5c5;
	border-radius: 4px;
	background: #fff;
	position: static;
}
.repair-listing li:after {
	content: normal;
}
.reputation-agency-listing li {
	width: 264px;
	height: 264px;
}
}
 @media (max-width:768px) {
img {
	max-width: 100%;
}
html {
	font-size: 12px;
}
.first-fold {
	height: 470px;
	background-size: cover;
}
.fold-title h1 {
	font-size:3em;
	padding: 16px 10px 100px 10px;
	text-align: left;
	display: block;
}
.fold-title {
	position: static;
	transform: none;
}
.bg-ff {
	background-size: contain;
	background-position: top center;
}
.banner {
	padding: 0;
	right: auto;
}
.side-image {
	display: none;
}
.dt-heading:before {
	font-size: 3em;
}
.fix-negative, .packages, .howmuch, .action-plan, .make-negative, .reputation-agency {
	padding: 10px 0;
}
.section-content h2 {
	font-size: 1.8em;
	text-align: center;
}
.section-content h2:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.packages-wrapper {
	padding: 10px 0;
}
.pk-coloumn {
	float: none;
	max-width: none;
}
.guarantee {
	max-width: none;
	float: none;
	margin: 20px auto;
	width: auto;
}
.guarantee .m-back {
	margin: 0;
}
.reputations-icn {
	height: auto;
	margin: 0;
	text-align: center;
}
.reputations-icn .client {
	position: static;
	margin: 20px auto;
	display: inline-block;
	vertical-align: top;
}
.cube-wrappers {
	margin: 0;
	height: auto;
	text-align: center;
}
.cube-wrappers p.additional-txt {
	position: static;
}
.cube-wrappers li {
	display: inline-block;
	vertical-align: top;
	position: static;
	margin: 15px 4px;
	transform: none;
	height: auto;
	padding: 10px;
}
.cube-wrappers .content-cube {
	transform: none;
	width: auto;
	position: static;
}
.howmuch .section-content p {
	float: none;
	display: block;
}
.cube-wrappers .last {
	width: auto;
	height: auto;
}
.cube-wrappers p.additional-txt {
	max-width: none;
}
.cube-wrappers .last .content-cube {
	width: auto;
}
.repair-listing {
	height: auto;
}
.repair-listing li {
	position: static;
	transform: none;
	display: block;
	margin: 10px auto;
	border: solid 2px #c6c5c5;
	border-radius: 5px;
	background: #fff;
	width: auto;
	margin-bottom: 85px;
}
.repair-listing li:after {
	content: normal;
}
.repair-listing li .repair-content {
	max-width: none;
}
.repair-listing li.five {
	margin-bottom: 10px;
}
.view-packages {
	margin: 0;
	text-align: center;
}
.reputation-agency-listing li {
	width: 250px;
	height: 250px;
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}
.globe-wrapper {
	margin-bottom: 50px;
}
.howmuch .section-content h2 {
	display: block;
	text-align: center;
	max-width: none;
}
.howmuch .section-content p {
	max-width: none;
	text-align: center;
}
}
