/*
* Template Name: 6rs -  Landing Page Template
* Author:  Alex Buka
* Author URL: http://www.6rs.co.uk/
* Beauty Scene 2019 Copyright, all rights reserved.
* Version: 1.0
*/

/* =============================================================================

[Table of contents]

0.0 Common CSS START 
1.0 HEADER AREA START 
2.0 HERO AREA START 
3.0 AWARD WINNING DESIGNS START


 ============================================================================= */
@font-face {font-family: "Circular Std Book";
  src: url("../fonts/F37BobbyFamily/F37Bobby-Bold/F37Bobby-Bold.eot"); /* IE9*/
  src: url("../fonts/F37BobbyFamily/F37Bobby-Bold/F37Bobby-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/F37BobbyFamily/F37Bobby-Bold/F37Bobby-Bold.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/F37BobbyFamily/F37Bobby-Bold/F37Bobby-Bold.woff") format("woff"), /* chrome、firefox */
  url("../fonts/F37BobbyFamily/F37Bobby-Bold/F37Bobby-Bold.tt") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}
@font-face {
  font-family: "f37bobby";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/F37BobbyFamily/F37Bobby-Bold/F37Bobby-Bold.eot?") format("eot"),
  url("../fonts/F37BobbyFamily/F37Bobby-Bold/F37Bobby-Bold.woff2") format("woff2"),
  url("../fonts/F37BobbyFamily/F37Bobby-Bold/F37Bobby-Bold.woff") format("woff"), 
  url("../fonts/F37BobbyFamily/F37Bobby-Bold/F37Bobby-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "f37bobby";
  font-style: normal;
  font-weight: lighter;
  src: url("../fonts/F37BobbyFamily/F37Bobby-Light/F37Bobby-Light.eot?") format("eot"), 
  url("../fonts/F37BobbyFamily/F37Bobby-Light/F37Bobby-Light.woff2") format("woff2"), 
  url("../fonts/F37BobbyFamily/F37Bobby-Light/F37Bobby-Light.woff") format("woff"), 
  url("../fonts/F37BobbyFamily/F37Bobby-Light/F37Bobby-Light.ttf") format("truetype");
}
@font-face {
  font-family: "f37bobby";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/F37BobbyFamily/F37Bobby-Regular/F37Bobby-Regular.eot?") format("eot"),
  url("../fonts/F37BobbyFamily/F37Bobby-Regular/F37Bobby-Regular.woff2") format("woff2"), 
  url("../fonts/F37BobbyFamily/F37Bobby-Regular/F37Bobby-Regular.woff") format("woff"),
  url("../fonts/F37BobbyFamily/F37Bobby-Regular/F37Bobby-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "OpenTypeStd";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/OpenTypeTTFStd/TTCommonsDemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenTypeStd";
  font-style: normal;
  font-weight: bolder;
  src: url("../fonts/OpenTypeTTFStd/TTCommonsBold.ttf") format("truetype");
}
@font-face {
  font-family: "OpenTypeStd";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/OpenTypeTTFStd/TTCommonsMedium.ttf") format("truetype");
}
@font-face {
  font-family: "OpenTypeStd";
  font-style: normal;
  font-weight: lighter;
  src: url("../fonts/OpenTypeTTFStd/TTCommonsLight.ttf") format("truetype");
}
@font-face {
  font-family: "OpenTypeStd";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/OpenTypeTTFStd/TTCommonsDemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "OpenTypeStd";
  font-style: italic;
  font-weight: bolder;
  src: url("../fonts/OpenTypeTTFStd/TTCommonsBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "OpenTypeStd";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/OpenTypeTTFStd/TTCommonsMediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "OpenTypeStd";
  font-style: italic;
  font-weight: lighter;
  src: url("../fonts/OpenTypeTTFStd/TTCommonsLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: "OpenTypeStd";
  font-style: italic;
  font-weight: lighter;
  src: url("../fonts/OpenTypeTTFStd/TTCommonsRegular.ttf") format("truetype");
}
@font-face {
  font-family: "Peter";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Handwritten/PeterNeat-Sharpie.otf") format("opentype");
}
@font-face {
    font-family: 'TT Commons';
    src: local('../fonts/TT Commons  Medium'), local('TT-Commons--Medium'),
        url('../fonts/TTCommons-Medium.woff2') format('woff2'),
        url('../fonts/TTCommons-Medium.woff') format('woff'),
        url('../fonts/TTCommons-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
  }
 @font-face {
    font-family: 'TT Commons';
    src: local('../fonts/TT Commons  Regular'), local('TT-Commons--Regular'),
        url('../fonts/TTCommons-Regular.woff2') format('woff2'),
        url('../fonts/TTCommons-Regular.woff') format('woff'),
        url('../fonts/TTCommons-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
/*===========================
0.0 *** Common CSS START ***
=============================*/
body{
	margin: 0;
    padding: 0;
    font-size: 18px;
    font-style: normal;
    line-height: 32px;
    color: #222222;
	background-color: #FFFFFF;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-weight: 400;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ol,
ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

img {
	max-width: 100%;
    outline: 0;
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:focus {
    outline: none;
}
a,.btn {
	text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s ;
}

a:hover, a:active {
    outline: 0;
}
p {
  font-family: "OpenTypeStd";
  font-weight: normal;
  font-size: 18px;
}

ul {
  font-family: "OpenTypeStd";
  font-weight: normal;
  font-size: 18px;
}
/*===========================
1.0 *** HEADER AREA START ***
=============================*/
.landing-page-header{
	height: 80px;
	background: #fff;
}
.header-wrapper{
	max-width: 90%;
	width: 90%;
	margin: 0 auto;
	padding: 0 15px;
}
.burger-button {
	width: 40px;
	position: relative;
}
.burger-button span{
	display: block;
	width: 40px;
	height: 5px;
	background: #000;
	border-radius: 30px;
}
.burger-button span:nth-child(2){
	margin: 7px 0;
}

/*===========================
2.0 *** HERO AREA START ***
=============================*/
.page-hero{
	background-color: #f3f2f1;
	padding-top: 30px;
	padding-bottom: 50px;
	position: relative;
}
.after-shape{
	width: 30%;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.before-shape{	
	position: absolute;
	left: -10%;
	bottom: 0%;
	display: none;
}
.hero-wrapper{
	width: 90%;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	z-index: 2;
}
.hero-images{
	position: relative;
	padding-bottom: 100px;
}
.h_b-img{
	position: relative;
}
.h_s-img{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35%;
}
.banner-text h1 {
    font-size: 2rem;
	color: #222222;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 50px;
	 font-family: f37bobby;
	font-weight: bold;
}
.banner-text h1 span{
	display: block;
}
.banner-text h1 i{
	font-style: normal;
	position: relative;
	z-index: 2;
}

.banner-text h1 i:after{
	font-style: normal;
	display: block;
	content: '';
	background: url(../images/line-good.svg) 0 0 no-repeat;
	background-size: auto;
	background-size: contain;
	width: 100%;
	height: 37px;
	position: absolute;
	bottom: -24px;
	left: -10px;
	z-index: -1;
}
.list-check li{
	position: relative;
	padding-left: 25px;
	min-height: 30px;
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 29px;
	font-family: 'TT Commons';
	font-weight: 500;
}

.list-check li span{
	display: inline-block;
	background: #fff;
	padding: 5px 10px 2px;
}
.list-check li label{
	margin: 0;
	line-height: 1;
	cursor: pointer;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.checkbox li label::before {
	  cursor:pointer;
	  height:24px;
	  left:0;
	  position:absolute;
	  width:24px;
	  top:0;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	  display:inline-block;
	  vertical-align:middle;
}
.checkbox li label::before {
	content: none;
	height: 25px;
	width: 25px;
	left: 0px;
	top: 0;
	border: 2px solid #b7b7b7;
	border-radius: 4px;
	-webkit-transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
	transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
}

.checkbox li input.error + label::before {
	  border-color:#f93337;
}

.checkbox li input[type="checkbox"]:checked + label::before {
	background-repeat: no-repeat;
	background-position: top center;
	border-color: #e24d5b;
}

.checkbox li input[type="radio"] + label::before {
	  border-radius:50%;
}

.checkbox li input[type="radio"]:checked + label::before {
  	content:'\25CF';
  	font-size:1.5em;
  	padding:0 0 0 .3em;
}
.checkbox li label::after{
	content: none;
	top: -3px;
	left: 4px;
	position: absolute;
	width: 31px;
	height: 23px;
	opacity: 0;
	background-image: url('../images/victor-check-icon.png');
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.checkbox li input[type="checkbox"]:checked + label::after{
	opacity: 1;
}

.hero-buttons{
	margin: 50px 0 0;
}
.btn-get-started{
	height: auto;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	font-weight: 500;
	padding: 10px 25px 5px;
	background-color: #e24d5b;
	border: solid 2px #e24d5b;
	border-radius: 40px;
	position: relative;
	padding-right: 55px;
	margin-right: 25px;
	margin-bottom: 20px;
	font-family: 'TT Commons';
}
.btn-get-started:after{
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 24px;
	height: 18px;
	margin-top: -8px;
	z-index: 1;
	background-image: url('../images/btn-arrow.png');
	background-repeat: no-repeat;
	background-position: center right;
}
.btn-get-started:hover{
	color: #e24d5b;
	background-color: transparent;
}
.btn-get-started:hover:after{
	background-position: center left;
}
.hero-buttons .btn-get-started:after{
	content: none;
}
.hero-buttons .btn-get-started{
	padding-right: 25px; 
	min-width: 200px;
}
.btn-how-it-works{
	width: 206px;
	height: 54px;
	font-size: 24px;
	color: #222;
	font-weight: 700;
	text-align: center;
	line-height: 50px;
	padding: 0;
	position: relative;
	font-family: 'TT Commons';
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-how-it-works:after{
	content: '';
	width: 24px;
	height: 18px;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
	background-image: url('../images/black-arrow.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.btn-how-it-works:hover{
	opacity: 0.6;
}
.trustpilot-review{
	position: relative;
	padding: 40px 0;
	max-width: 500px;
	margin-top: 50px;
}
.trustpilot-review:before,
.trustpilot-review:after{
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	background-image: url('../images/line.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.trustpilot-review:before{
	top: 0;
}
.trustpilot-review:after{
	bottom: 0;
}
.img-width{
	width: 133px;
	margin-bottom: 20px;
}
.trustpilot-review h4{
  font-size: 20px;
  font-family: f37bobby;
  font-weight: bold;
}
.trustpilot-review p{
	font-size: 4;
	line-height: 18px;
	font-weight: 500;
}
.trustpilot-review p a{
	color: #222;
	border-bottom: solid 1px;
}
.trustpilot-review p a strong{
	color: #e24d5b;
}
.hero-images{
	margin-top: 50px;
}
@media (max-width: 568px) {
	.hero-buttons {
		text-align : center;
	}
	.btn-get-started{
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}
	.trustpilot-logo{
		text-align: center;
	}
	.img-width{
		display: block;
		margin: 0 auto 20px;
	}
}
@media (min-width: 568px) {
	.banner-text h1 {
		font-size: 3rem;
	}
	.h_b-img{
		margin-right: 50px;
	}
	.h_s-img{
		width: 25%;
	}
	.btn-get-started{
		margin-bottom: 0;
	}
	.trustpilot-review,.hero-buttons{
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}
	.img-width{
		margin-right: 20px;
		margin-bottom: 0px;
	}	
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	.hero-images{
		margin-top: 0
	}
	.page-hero {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media (min-width: 1200px) {
	.banner-text h1 {
		font-size: 4rem;
	}	
}
/*===========================
2.0 *** AREA WINNING DESIGNS START ***
=============================*/
.award-winning-designs{
	padding: 100px 0;
}
.section-header h2{
	text-align: center;
	font-size: 30px;
	font-family: 'f37bobby';
	font-weight: 700;
	margin-bottom: 50px;
}
.section-header h2 span{
	position: relative;
}
.section-header h2 span:after{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	right: -40px;
	top: 15px;
	z-index: 1;
	background-image : url('../images/love.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.latest-projects{
	position: relative;
}

.latest-projects .bg-image .image{
	height: 100%;
	max-width: 320px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}
.latest-projects .bg-yellow .image{
	background-color: #fcd923;
	background-position: bottom center;
}
.latest-projects .bg-gray .image{
	background-color: #c9c8cc;
	background-position: bottom center;
}
.latest-projects .bg-vida .image{
	background-color: #fdd7ce;
	background-position: bottom center;
}
.latest-projects .bg-hicx .image{
	background-color: #70737a;
	background-position: bottom center;
}
.latest-projects .bg-white .image{
	background-color: #fff;
	background-position: bottom center;
}
.latest-projects .bg-image .image img{
	opacity: 0;
}
.latest-projects .bg-image .h_300{
	margin-bottom: 30px;
}
.latest-projects .bg-image .h_400{
	margin-bottom: 0px;
}
.img-mb-md{
	margin-bottom: 30px;
}
.col-mb-xs .bg-image{
	margin-bottom: 30px;
}
@media (max-width: 575px) {
	.section-header h2 br{
		display: none;
	}
	.section-header h2 span:after{
		width: 25px;
		height: 30px;
		position: absolute;
		right: -30px;
		top: 10px;
		z-index: 1;
	}
}
@media (min-width: 576px) {
	.latest-projects .bg-image .image{
		max-width: 100%;
	}
	.col-mb-xs .bg-image{
		margin-bottom: 0px;
	}
	.section-header h2{
		font-size: 40px;
	}
}
@media (min-width: 768px) {
	.latest-projects .bg-image .h_300{
		margin-bottom: 30px;
	}
	.latest-projects .bg-image .h_400{
		margin-bottom: 0px;
	}
}
@media (min-width: 992px) {
	.img-mb-md{
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.latest-projects:before{
		content: '';
		width: 268px;
		height: 268px;
		position: absolute;
		left: -70px;
		top: -70px;
		background-image : url('../images/circle-logo.png');
		background-repeat: no-repeat;
		background-position: top center;
		background-size: contain;
		animation: spin 10s infinite linear;
	}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

}
/*===========================
3.0 *** AREA CLIENT LOGOS START ***
=============================*/
.client-logos {
	padding: 50px 0;
	background: #f3f2f1;
}
.logos img{
	display: block;
	margin: 0 auto;
}
.logos .col-6{
	margin-bottom: 30px;
}
.section-heading{
	margin-bottom: 50px;
}
.section-heading h3{
	font-size: 24px;
	line-height: 1;
	color: #222;
	padding-bottom: 5px;
	font-family: 'TT Commons';
	font-weight: 500;
	border-bottom: solid 1px #000000;
}
@media (min-width: 768px) {
	.client-logos {
		padding: 100px 0;
	}
	.section-heading h3{
		font-size: 30px;
	}
}
/*===========================
3.0 *** AREA OSERVICES OUR START ***
=============================*/
.our-services{
	padding: 100px 0;
	background: #fff;
}

.widget-one,
.widget-two,
.widget-three{
	max-width: 400px;
	margin: 0 auto;
	position: relative;
	padding: 33px 0 0;
	transform: rotate(-3deg);
}
.widget-two{
	margin-top: 70px;
	transform: rotate(3deg);
}
.widget-three{
	transform: rotate(-5deg);
}
.widget-one:before{
	content: '';
	width: 100%;
	height: 33px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/box-1-top.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.widget-two:before{
	content: '';
	width: 100%;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/bot-2-top.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.widget-three:before{
	content: '';
	width: 100%;
	height: 45px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../images/box-3-top.png');
	background-repeat: no-repeat;
	background-position: top right;
}
.widget-one:after,
.widget-three:after{
	content: '';
	width: 150px;
	height: 50px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -75px;
	background: #eebdd1;
	opacity: 0.4;
	transform: rotate(-3deg);
}
.widget-two:after{
	content: '';
	width: 150px;
	height: 50px;
	position: absolute;
	top: -15px;
	left: 50%;
	margin-left: -75px;
	background: #ebf9fc;
	opacity: 0.4;
}
.widget-one .widget-body{
	background: #e8fafd;
	position: relative;
	overflow: hidden;
}
.widget-two .widget-body{
	background: #eebdd1;
	position: relative;
	overflow: hidden;
}
.widget-three .widget-body{
	background: #f8f7cb;
	position: relative;
	overflow: hidden;
}
.widget-body {
	min-height: 400px;
	padding: 50px 40px;
}
.widget-two .widget-body {
	padding: 50px 40px 90px;
}
.widget-body h3{
	font-size: 30px;
	font-weight: 700;
	font-family: 'f37bobby';
	margin-bottom: 30px;
}
.widget-body p{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
.widget-one .widget-body:before{
	content: '';
	width: 168px;
	height: 150px;
	position: absolute;
	left: -50px;
	top: 0;
	background-image: url('../images/box-1-svg.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.widget-two .widget-body:before{
	content: '';
	width: 300px;
	height: 150px;
	position: absolute;
	right: -45px;
	bottom: -10px;
	background-image: url('../images/box-2-victor.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.widget-three .widget-body:before{
	content: '';
	width: 154px;
	height: 170px;
	position: absolute;
	right: -5px;
	bottom: 10px;
	background-image: url('../images/box-3-svg.png');
	background-repeat: no-repeat;
	background-position: top left;
}
@media (max-width: 450px) {
	.widget-one,
	.widget-two,
	.widget-three{
		max-width: 280px;
	}
	.widget-body {
		min-height: 400px;
		padding: 50px 20px;
	}
	.widget-two .widget-body {
		padding: 50px 20px 90px;
	}	
}
@media (max-width: 991px) {
	.widget-three{
		margin-top: 70px;
	}
}
@media (min-width: 768px) {
	.widget-one,
	.widget-two,
	.widget-three{
		max-width: 95%;
	}
}
/*===========================
4.0 *** AREA GET STARTED START ***
=============================*/
.get-started{
	padding-bottom: 70px;
}
.get-started-image{
	width: 95%;
	margin-left: auto;
}
.section-top {
	position: relative;
	padding-bottom: 70px;
}
.section-top .text-widget{
	position: relative;
	left: 0;
	top: 20%;
	z-index: 4;
	margin-top: -70px;
}
.section-top .text-widget h2{
	font-size: 60px;
	line-height: 1;
	font-family: 'f37bobby';
	font-weight: 700;
	margin-bottom: 25px;
}
.widget-info{
	max-width: 320px;
	margin: 0 auto 50px;
	position: relative;
}
.widget-info:before{
	content: '';
	width: 100%;
	height: 96%;
	top: 4%;
	left: 0;
	background: #efede9;
	position: absolute;
}
.inner-box{
	position: relative;
	z-index: 2;
	padding: 0 0 50px 15px;
	min-height: 350px;
}
.widget-info strong{
	font-size: 70px;
	font-family: 'f37bobby';
	font-weight: 400;
	display: block;
}
.widget-info h3{
	display: inline-block;
	font-size: 30px;
	font-family: 'f37bobby';
	font-weight: 700;
	margin-left: 15px;
	background: #fff;
	padding: 10px 15px;
	margin : 30px 0;
	line-height: 1;
}
.widget-info p{
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	padding-left: 15px;
	width: 90%;
}
.info-step{
	position: relative;
	padding-top: 80px;
	padding-bottom : 53px;
}
.image-two-after {
	display:none;
}
.image-one-after {
	display: none;
}
.image-three-after {
	position: absolute;
	right: 0;
	bottom: -45px;
	width: 198px;
	z-index: 2;
}
@media (max-width: 576px) {
	.get-started .text-widget .btn{
		margin-left: auto;
		margin-right: auto;
	}
	.get-started .text-widget{
		text-align: center;
	}
}
@media (min-width: 768px) {
	.section-top .text-widget h2{
		font-size: 70px;
	}
	.section-top .text-widget{
		position: absolute;
		left: 0;
		top: 20%;
		margin: 0;
	}
	.get-started-image{
		width: 88.7%;
		margin-left: auto;
	}
	.image-two-after {
		position: absolute;
		left: 46%;
		top: 0;
		width: 25%;
		z-index: 2;
		display: block;
	}
	.image-one-after {
		position: absolute;
		left: 15%;
		bottom: 0;
		width: 25%;
		z-index: 2;
		display: block;
	}
	.image-three-after {
		position: absolute;
		right: 0;
		bottom: -45px;
		width: 198px;
		z-index: 2;
	}
	.widget-info{
		max-width: 100%;
		height: 100%;
		margin: 0 auto  0px;
		position: relative;
	}	
}
/*===========================
5.0 *** TESTIMONIAL START ***
=============================*/
.our-designs{
	margin-top : 70px;
	padding: 100px 0;
	background : #222;
	color: #fff;
}
.clientLogo{
	text-align: center;
	margin: 50px 0 0;
}
.testimonials{
	margin: 0 auto;
	position: relative;
	border: solid 1px #fff;
}
.testimonials:after{
	content: '';
	width: 40px;
	height: 50px;
	position: absolute;
	right: 100px;
	bottom: -100px;
	background-image: url('../images/cursor-arrow.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
.testimonial-inner{
	padding: 0 25px;
	margin: 50px auto;	
	text-align: center;
}
.testimonial-inner p{
	color: #fff;
	font-size: 22px;
	line-height: 1.3;
	font-family: 'f37bobby';
	font-weight: 700;
}
.testimonial-inner p i {
	font-style : normal;
	border-bottom: solid 1px #fff;
}
.testimonial-inner h4{
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
	font-family: 'OpenTypeStd';
	font-weight: 400;
	margin-top: 35px;
}
.testimonials span{
	width: 11px;
	height: 11px;
	position: absolute;
	border: solid 1px #fff;
	background: #222;
}
.testimonials span.t-l{top: -6px;left: -6px;}
.testimonials span.t-c{top: -6px;left: 50%; margin-left: 6px;}
.testimonials span.t-r{top: -6px; right: -6px;}
.testimonials span.c-l{top: 50%; left: -6px; margin-top: -6px;}
.testimonials span.b-l{bottom: -6px; left: -6px;}
.testimonials span.b-c{bottom: -6px; left: 50%; margin-left: 6px;}
.testimonials span.b-r{bottom: -6px; right: -6px;}
.testimonials span.c-r{top: 50%; margin-top: -6px; right: -6px;}
.center-title{
	margin: 130px 0 70px;
}
.center-title h2{
	color: #222;
	margin: 0 auto;
	background: #fff;
	font-family: 'f37bobby';
	font-size: 40px;
	padding: 15px 25px 20px;
}
.center-title h2 span{
	position: relative;
}
.center-title h2 span:before{
	content: '';
	width: 120px;
	height: 90px;
	position: absolute;
	left: -20px;
	top: -5px;
	z-index: 1;
	background-image: url('../images/text-bg.png');
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
.aside-item {
	height: 100%;	
	padding-bottom: 50px;
	background: #fff;
}
.aside-icon{
	height: 250px;
	background-repeat: no-repeat;
	background-position: center center;
}
.position-bottom{
	height: 270px;
	background-position: center 0px;
}
.position-top{
	background-position: bottom center;
}
.aside-icon img{
	display: none;
}
.aside-text{
	padding: 0 40px 20px 40px;
	margin: 30px 0 0;
}
.aside-item .btn{
	margin: 0 40px;
}
.mt--20{
	margin-top: 10px;
}
.aside-text h3{
	font-size: 32px;
	line-height: 1.2;
	font-family: 'f37bobby';
	font-weight: 700;
}
.aside-text ul{
	margin: 30px 0 0;
}
.aside-text ul li{
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 0 30px;
	line-height: 30px;
	min-height: 30px;
	font-size: 22px;
	font-weight: 400;
	font-family: 'TT Commons';
}
.aside-text ul li:before{
	content: '';
	width: 35px;
	height: 29px;
	position: absolute;
	left: 0;
	top: 0;
}
.aside-text ul li label{
	margin: 0;
}
.checkbox label{
	margin: 0;
}
.aside-item .btn {
	width: calc(100% - 80px);
}
.aside-item .btn-get-started:after{
	content: none;
}
.aside-item .btn-get-started{
	padding: 10px 25px 5px;
}
.aside-item .btn-get-started span{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 18px;
	margin-top: 0px;
	z-index: 1;
	background-image: url('../images/btn-arrow.png');
	background-repeat: no-repeat;
	background-position: center right;
}
.aside-item .btn-get-started:hover span{
	background-position: center left;
}
@media (max-width: 576px) {
	.aside-item {
		max-width: 350px;
		margin: 0 auto;
	}
	.aside-text{
		padding: 0 20px 20px 20px;
		margin: 30px 0 0;
	}
	.aside-item .btn{
		margin: 0 20px;
		width: calc(100% - 40px);
	}
}
@media (min-width: 768px) {
	.testimonial-inner p{
		font-size: 30px;
		line-height: 1.3;
	}
	.testimonial-inner{
		max-width: 640px;
	}	
}
@media (min-width: 992px) {
	.testimonials{
		max-width: 900px;
	}
	.testimonial-inner p{
		font-size: 40px;
		line-height: 1.3;
	}	
}
/*===========================
5.0 *** CONTACT AREA START ***
=============================*/
.bottom-section{
	padding: 100px 0;
}
.text-column h2{
	font-size: 40px;
	font-weight: 700;
	font-family: 'f37bobby';
	line-height: 1.3;
}
.contact-details{
	margin: 30px 0 0;
}
.contact-details ul li a{
	font-weight: 700;
	color: #e24d5b;
	font-size: 24px;
}
@media (max-width: 576px) {
	.text-column{
		text-align: center;
	}
}
@media (min-width: 768px) {
	.contact-details{
		display: flex;
	}
}
/*===========================
5.0 *** FOOTER AREA START ***
=============================*/
.border-box{
	margin-bottom: 30px;
	border-bottom: 2px solid #000000;
}
.footer-heading{
	padding-bottom: 50px;
}
.footer-heading h3{
	font-size: 35px;
	line-height: 1.2;
	font-family: 'f37bobby';
	color: rgb(253, 73, 92);
}
.footer-heading a{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	font: inherit;
	text-align: center;
	margin: 0;
	border: 0;
	cursor: pointer;
	-webkit-transition: .25s ease;
	transition: .25s ease;
	overflow: hidden;
	background-color: transparent;
	white-space: nowrap;
	color: rgb(51, 51, 51);
	font-size: 24px;
}
.footer-heading a:after,
.left-box a:after{
	content: '';
	width: 100%;
	height: 2px;
	background: rgb(253, 73, 92);
	position: absolute;
	left: -100%;
	bottom: 0;
	-webkit-transition: .25s ease;
	transition: .25s ease;
}
.footer-heading a:hover:after,
.left-box a:hover:after{
	left: 0;
}
.relative{
	position: relative;
}
.top-link{
	position: absolute;
	right: 15px;
	bottom: 0;
	display: none;
}
.left-box li{
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
	color: #000;
	margin-bottom: 5px;
	 font-family: 'TT Commons';
}
.left-box a{
	color: #000;
	display: inline-block;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	 font-family: 'TT Commons';
}
@media (min-width: 768px) {
	.left-box li{
		font-size: 24px;
	}
	.left-box a{
		font-size: 24px;
	}
	.top-link{
		display: block;
	}
}
.landing-page-header.d-flex,.page-footer .d-flex{
	margin: 0!important;
}