@charset "utf-8";
/* CSS Document */

div{
	margin:0px;
	padding:0px;
}
body{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.05em;
	overflow-x: hidden;
}
.container{
	width:1170px;
	margin:0px auto;
}
*{
	box-sizing: border-box;
}
h1{
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 60px;
	text-align: center;
}

p{
	color: #696969;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.5em;
}
img{
	max-width: 100%;
	display: block;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after{
	content: '';
	display: table;
	clear:both;
}

a{
	text-decoration: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

.btn, button.btn{
	font-size: 14px;
    font-weight: 600;
	min-width: 200px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
	background: #5b5bfd;
    border: 1px solid #5b5bfd;
    color: #fff;
    transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
.btn:hover, button.btn:hover{
	background: transparent;
	color: #5b5bfd;
}

.btn.btn-ghost, button.btn.btn-ghost{
    border: 1px solid #5b5bfd;
    color: #5b5bfd;
	background: transparent;
}
.btn.btn-ghost:hover, button.btn.btn-ghost:hover{
	background: #5b5bfd;
	color: #fff;
}

.btn-link {    
	font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    white-space: pre;
    color: var(--color-enter);
    pointer-events: auto;
    font-weight: 600;
	position: relative;
}
.btn-link:after{
	content: '';
    width: 0;
    height: 1px;
    background: #5b5bfd;
    position: absolute;
    left: 0;
    bottom: -4px;
	transition: all 0.6s;
}
.btn-link span {
	display: inline-block;
}
.btn-link:hover:after{
	width: 100%;
}
svg.shape{
	display: none;
}

button.btn-link{
	border: none;
	padding: 0;
	margin: 0;
	background: none;
}

/*========================= HEADER ==========================*/
header{
	padding: 25px 0;
    position: fixed;
    top: 0;
    z-index: 99999;
    background: rgba(255,255,255,0.0);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    width: 100%;
    z-index: 9999;
}
header.sticky{
	background: rgba(255,255,255,0.95);
    padding: 18px 0;
    box-shadow: 0 0px 22px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0px 22px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0px 22px rgba(0,0,0,0.25);
	-ms-box-shadow: 0 0px 22px rgba(0,0,0,0.25);
}
.logo_section{
	max-width: 190px;
    float: left;
}

#main-nav{
	float: right;
}

/* menu01 */
#main-nav ul {	
	height: 40px;
}
#main-nav ul li {
	position: relative;
	list-style: none;
	float: left;
	padding: 0 20px;
	display: block;
	height: 40px;
}
#logo {
	width: 190px
}

/* Links */
#main-nav ul li a {
	display: block;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.08em;
    font-size: 14px;
    color: #262626;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
}
#main-nav ul li a:hover{
	color: #5b5bfd;
}

/* Sub menu01 */
#main-nav ul ul {
	position: absolute;
	top: 40px;
	left: 0;
	z-index:99;
	height:auto;
	opacity: 0;
	background: #1f2024;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
#main-nav ul ul li:hover ul{
	z-index:999;	
}
#main-nav ul li:hover > ul { opacity: 1; }
#main-nav ul ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
#main-nav ul li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}
#main-nav ul ul li a {
	width: 132px;
	padding: 4px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #353539;
}
#main-nav ul ul li:last-child a { border: none; }

/* Sub menu Level 3 */
#main-nav ul ul ul{
	position: absolute;
	top: 0px;
	left: 140px;
	opacity: 0;
	background: #1f2024;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
#main-nav ul ul li:hover > ul ul{ opacity: 1; }
#main-nav ul ul ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
#main-nav ul ul li:hover > ul ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}
#main-nav ul ul ul li a {
	width: 150px;
	padding: 4px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #353539;
}
#main-nav ul ul ul li:last-child a { border: none; }

.service-section {
    padding: 65px 0 0 0;
	position: relative;
    z-index: 99;
}
.service-section .service-list{
	width: 672px;
	margin-left: -15px;
	margin-right: -15px;
	float: left;
}
.service-section .service-list .service{
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 52px;
	text-align: center;
}
.service-section .service-list .service span{
	display: inline-block;
    margin-bottom: 24px;
}
.service-section .service-list .service h3{
	position: relative;
    margin-bottom: 18px;
	font-size: 18px;
}
.service-section .service-list .service p{
	color: #505050;
    font-size: 14px;
    font-weight: 500;
	letter-spacing: 0.04em;
}

.service-section .platforms{
	width: 476px;
	float: right;
	height: 408px;
	position: relative;
	margin-top: 30px;
}
.service-section .platforms ul li{
	position: absolute;
}
.service-section .platforms ul li:nth-child(1){
	top: 84px;
	left: 27px;
}
.service-section .platforms ul li:nth-child(2){
	top: -164px;
	left: 160px;
}
.service-section .platforms ul li:nth-child(3){
	top: -45px;
	left: 332px;
}
.service-section .platforms ul li:nth-child(4){
	top: -45px;
	left: 51px;
}
.service-section .platforms ul li:nth-child(5){
	top: 9px;
	left: 181px;
}
.service-section .platforms ul li:nth-child(6){
	top: -88px;
	left: 316px;
}
.service-section .platforms ul li:nth-child(7){
	top: 86px;
	left: 0px;
}


/* --------- Portfolio ----------- */
.portfolio-section{
	padding: 65px 0 60px 0;
	text-align: center;
	background: #fff;
    position: relative;
    z-index: 99;
}
.portfolio-section .work-list{
	margin-bottom: 45px;
}
.portfolio-section .work-list .work-item{
	width: 33.33%;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 20px;
}
.portfolio-section .work-list .work-item img{
	height: 100%;
    width: 100%;
    object-fit: cover;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
.portfolio-section .work-list .work-item:hover img{
	filter: blur(3px);
}
.portfolio-section .work-list .work-item .overlay{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    transition: all 0.4s;
}
.portfolio-section .work-list .work-item:hover .overlay{
	opacity: 1;
}
.portfolio-section .work-list .work-item .overlay .overlay-content{
	width: 80%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.portfolio-section .work-list .work-item .overlay h4{
    color: #262626;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    position: relative;
	height: 20px;
	overflow: hidden;
}
.portfolio-section .work-list .work-item .overlay h4 span{
	position: relative;
	top: 20px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition-delay: 0.7s;
}
.portfolio-section .work-list .work-item:hover .overlay h4 span{
	top: 0;
}
.portfolio-section .work-list .work-item .overlay span.divider{
	content: '';
    width: 0;
    height: 1px;
    background: #000;
    position: absolute;
    left: 50%;
    top: 34px;
    transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition-delay: 0.35s;
}
.portfolio-section .work-list .work-item:hover .overlay span.divider{
	width: 240px;
}
.portfolio-section .work-list .work-item .overlay ul{
	margin-top: 35px;
}
.portfolio-section .work-list .work-item .overlay ul li{
	color: #262626;
    margin-bottom: 14px;
	opacity: 0;
	position: relative;
	font-weight: 500;
    top: 10px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition-delay: 1.2s;
}
.portfolio-section .work-list .work-item:hover .overlay ul li{
	opacity: 1;
	top: 0;
}
.portfolio-section .work-list .work-item:hover .overlay ul li:nth-child(1){
	transition-delay: 1.2s;
}
.portfolio-section .work-list .work-item:hover .overlay ul li:nth-child(2){
	transition-delay: 1.3s;
}
.portfolio-section .work-list .work-item:hover .overlay ul li:nth-child(3){
	transition-delay: 1.4s;
}
.portfolio-section .work-list .work-item:hover .overlay ul li:nth-child(4){
	transition-delay: 1.5s;
}
.portfolio-section .work-list .work-item:hover .overlay ul li:nth-child(5){
	transition-delay: 1.6s;
}
.portfolio-section .work-list .work-item:hover .overlay ul li:nth-child(6){
	transition-delay: 1.7s;
}

footer{
	background: #1f2024;
	position: relative;
    z-index: 99;
	padding: 28px 0 19px 0;
}
footer .footer-left {
    margin-top: 7px;
    text-align: center;
}
footer .footer-left p{
	font-size: 13px;
    color: #fff;
}
footer .footer-right{
	width: 33.33%;
	text-align: right;
	float: right;
}
footer .footer-right ul li{
	display: inline-block;
	margin-left: 10px;
	position: relative;
}
footer .footer-right ul li a {
    color: #fff;
    font-size: 16px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    width: 32px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
footer .footer-right ul li a:hover{
	background: #fff;
	color: #1f2024;
}

/* --------------- New Layout -------------- */
.main-banner{
	height: 100vh;
	background-color: #f5f8fe;
	overflow: hidden;
	position: relative;
}
.main-banner:after{
	content: '';
	background-image: url(../images/map-bkg.png);
	background-repeat: no-repeat;
	width: 683px;
	height: 380px;
	position: absolute;
	top: 50%;
    left: 0;
	opacity: 0;
    transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.load .main-banner:after{
	opacity: 1;
}
.main-banner .extra-bkg{
	background: url(../images/main-banner-bkg.png) no-repeat;
	background-size: 84%;
	background-position: center center;
	position: absolute;
    top: 60px;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 1;
}
.main-banner .banner-bkg svg{
	fill: #fff;
}
.main-banner .banner-bkg{
	width: 910px;
    position: absolute;
    top: 20px;
    right: -180px;
    transform: rotate(30deg);
}
.main-banner .container{
	height: 100%;
	position: relative;
}
.main-banner .caption{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
    width: 100%;
	z-index: 9;
}
.main-banner .caption .caption-text{
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
    align-items: center;
    justify-content: space-evenly;
}
.main-banner .caption .caption-footer{
	text-align: center;
}
.main-banner .caption .caption-footer span{
	font-weight: 700;
    font-size: 14px;
	padding: 0 75px;
	position: relative;
}
.main-banner .caption .caption-footer span:before{
	content: '';
    width: 50px;
    height: 1px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 50%;
    left: 11px;
}
.main-banner .caption .caption-footer span:after{
	content: '';
    width: 50px;
    height: 1px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 50%;
    right: 11px;
}
.service-section .mob-services{
	display: none;
}

/* -------------- SERVICES PAGE ----------------- */
.header-banner{
	background: url(../images/page-header-banner.jpg) no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 64px;
	height: 400px;
}
.header-banner .caption h1{
	position: absolute;
    top: 50%;
    width: 100%;
    line-height: 1.7;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.header-banner .caption h1:after{
	content: '';
    position: absolute;
    height: 0;
    width: 2px;
    background: #000;
    left: 50%;
    margin-left: -1px;
    top: calc(100% + 28px);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition-delay: 1s;
}
.load .header-banner .caption h1:after{
	height: 100px;
}

.service-listing{
	margin-bottom: 50px;
}
.service-listing .service-item{
	position: relative;
}
.service-listing .service-item .service-img{
	width: 50%;
    float: right;
}
.service-listing .service-item:nth-child(even) .service-img{
	float: left;
}
.service-listing .service-item .service-img img{
	margin: 0 auto;
}
.service-listing .service-item .container{
	position: absolute;
    left: 50%;
    top: calc(50% - 40px);
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.service-listing .service-item .service-desc{
	width: 50%;
    padding-right: 58px;
}
.service-listing .service-item:nth-child(even) .service-desc{
	float: right;
	padding-right: 0;
	padding-left: 58px;
}
.service-listing .service-item .service-desc h1{
	text-align: left;
	margin-bottom: 35px;
}
.service-listing .service-item .service-desc p{
	color: #505050;
	font-weight: 500;
	margin-bottom: 30px;
}

/* -------------- ABOUT PAGE ----------------- */
.about-content .about-phoenix {
	width: 910px;
	margin: 0 auto;
}
.about-content .about-phoenix p{
	font-size: 14px;
	color: #505050;
	font-weight: 500;
    margin-bottom: 28px;
}
.quick-info{
	position: relative;
	padding-top: 80px;
    padding-bottom: 80px;
	margin-top: 60px;
}
.quick-info .container{
	position: relative;
    z-index: 1;
}
.quick-info:after {
    content: '';
    background: #f7f7f7;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 75%;
    border-radius: 0 150px 150px 0;
}
.quick-info .info-list .item{
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
}
.quick-info .info-list .item::after{
	content: '';
	background: url(../images/about-info.png) no-repeat;
	width: 5px;
	height: 23px;
	position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -2px;
    opacity: 0.67;
}
.quick-info .info-list .item:last-child:after{
	content: none;
}
.quick-info .info-list .item h1{
	font-size: 34px;
    color: #5b5bfd;
    margin-bottom: 28px;
}
.quick-info .info-list .item h5{
	font-size: 20px;
	color: #2c2c2c;
	font-weight: 500;
	letter-spacing: normal;
}

/* -------------- PORTFOLIO PAGE ----------------- */

.portfolio-section .filter-links{
	margin-bottom: 32px;
}
.portfolio-section .filter-links ul li{
	display: inline-block;
	margin: 0 12px;
}
.portfolio-section .filter-links ul li a{
	color: #333;
    font-size: 14px;
    font-weight: 600;
}
.portfolio-section .filter-links ul li a:hover, .portfolio-section .filter-links ul li a.is-checked{
	color: #5b5bfd !important;
}
.portfolio-page-content{
	padding-top: 0;
}

/* -------------- CONTACT PAGE ----------------- */
.contact-section {
    padding: 20px 0 0 0;
    background: #fff;
    position: relative;
    z-index: 99;
}
.contact-map {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
.contact-map iframe{
	width: 100%;
	height: 100%;
}
.contact-section .contact-form {
    width: 50%;
    padding-right: 50px;
    height: 100%;
    margin: 0 auto;
}
.contact-section .contact-form h1{
	margin-bottom: 40px;
}
input, textarea {
    width: 100%;
    margin-bottom: 25px;
    resize: none;
    height: 40px;
    border: none;
    border-bottom: 1px solid #333;
    padding: 0;
    font-weight: 600;
    letter-spacing: 0.04em;
    font-size: 13px;
    background: none;
    font-family: 'Montserrat', sans-serif;
}
textarea{
	height: 145px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #000;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #000;
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #000;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color: transparent !important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color: transparent !important;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color: transparent !important;
}

.contact-section .contact-form button{
	margin: 0 auto;
    display: block;
}
.quick-detail .contact-info > div span {
    width: 70px;
    height: 70px;
    background: #333;
    border-radius: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.quick-detail .contact-info > div.phone span{
	background: #5b5bfd;
}
.quick-detail .contact-info > div span img {
    width: 21px;
}
.quick-detail .contact-info > div p {
    font-weight: 500;
    color: #333;
    line-height: 1.8;
}
.quick-detail .contact-info > div a{
	color: #333;
}
.find-map {
    background: rgba(91, 91, 253, 0.1);
    position: relative;
    padding: 60px 0;
}
.find-map button.btn{
	color: #fff;
	border-color: #333;
	cursor: pointer;
	background: #333;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
.find-map button.btn:hover{
	color: #333;
	background: transparent;
}
.contact-map #map{
	height: 100%;
	width: 100%;
}
.contact-section .address-section .country{
	width: 80%;
    margin: 0 auto;
    background: rgba(255,255,255,0.8);
    padding: 60px 40px;
}
.contact-section .address-section .country .quick-detail .contact-info{
	margin-left: -15px;
	margin-right: -15px;
}
.contact-section .address-section .country .quick-detail .contact-info > div{
	width: 33.33%;
	padding: 0 15px;
	float: left;
	text-align: center;
}
.contact-section .address-section .country .quick-detail .contact-info h2{
	text-align: center;
    margin-bottom: 30px;
}


/* Example One */
#filter-menu { 
	margin: 0 auto; 
	list-style: none; 
	position: relative;
}
#filter-menu li { 
	display: inline-block;	
}
#filter-menu a {
	font-size: 14px; 
	float: left;
	padding: 6px 10px 4px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#filter-menu a:hover { 
	color: #5b5bfd; 
}
#magic-line { 
	position: absolute;
	bottom: -2px; 
	left: 0; 
	width: 100px; 
	height: 4px;
	width: 4px;
	border-radius: 100%;
	background: #5b5bfd;
}
.ie6 #filter-menu li, .ie7 #filter-menu li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}
.contact-section.quick-contact{
	padding: 0;
}
.quote-section{
	padding: 75px 50px;
    background: #f8f9fd;
    margin-bottom: 80px;
}
.quote-section form > div{
	margin-bottom: 50px;
}
.quote-section h4{
	text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}
.quote-section .row{
	margin-left: -30px;
    margin-right: -30px;
}
.quote-section .row .column{
	width: 50%;
    float: left;
    padding: 0 30px;
}
.quote-section .client-services .row{
	margin-left: -15px;
    margin-right: -15px;
}
.quote-section .client-services .row .column{
	width: 33.33%;
	padding: 0 15px;
}
.quote-section input, .quote-section textarea{
	border-bottom: 2px solid #1f2024;
	caret-color: #1f2024;
    color: #1f2024;
    margin-bottom: 45px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.quote-section input::-webkit-input-placeholder, .quote-section textarea::-webkit-input-placeholder {
	color: #1f2024;
}
.quote-section input::-moz-placeholder, .quote-section textarea::-moz-placeholder {
	color: #1f2024;
}
.quote-section input:-ms-input-placeholder, .quote-section textarea:-ms-input-placeholder {
	color: #1f2024;
}
.quote-section input:-moz-placeholder, .quote-section textarea:-moz-placeholder {
	color: #1f2024;
}
.quote-section .client-services input{
	display: none;
}
.quote-section .client-services [type=checkbox] + label{
	position: relative;
    line-height: 24px;
    display: inline-block;
    font-weight: 600;
    padding-left: 42px;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 26px;
}
.quote-section .client-services [type=checkbox] + label:before{
	content: '';
	height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #1f2024;
}
.quote-section .client-services [type=checkbox] + label:after{
	content: '';
    position: absolute;
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    background: #1f2024;
    opacity: 0;
    border-radius: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
}
.quote-section .client-services [type=checkbox]:checked + label:after{
	opacity: 1;
}
.m-auto{
	float: none !important;
	display: block;
	margin: 0 auto;
}
.quote-section .more-detail .row .column{
	width: 75%;
}
.quote-section .more-detail textarea{
	border: 2px solid #1f2024;
    padding: 18px 22px;
    height: 185px;
    margin-bottom: 0;
}
.quote-section .form-action{
	text-align: center;
	margin-bottom: 0;
}
.testimonial-section{
	padding: 80px 0;
	background: rgba(91, 91, 253, 0.1);
}
.testimonial-section .review-item{
	width: 620px !important;
    left: 50%;
    padding-left: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.testimonial-section .review-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 2px;
    background: rgba(63, 81, 181, 0.48);
}
.testimonial-section .review-item h5{
	margin-top: 30px;
    font-size: 16px;
    position: relative;
    padding-left: 45px;
}
.testimonial-section .review-item h5:before{
	content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000;
    top: 50%;
    margin-top: -1px;
}
.testimonial-section .review-item p{
	color: #464646;
    line-height: 1.7em;
    font-weight: 500;
    font-style: italic;
}
.start-project{
	padding: 70px 0;
}
.start-project .content{
	width: 730px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
    align-items: center;
    justify-content: space-between;
}
.start-project .content h2{
	margin-bottom: 13px;
}
.address-section{
	background: url('../images/World_map.png') no-repeat;
	background-size: cover;
    padding: 60px 0;
}
.shopify-desc:not(.expert-page) {
    background: #f9f9f9;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}
.shopify-desc span img{
	margin: 0 auto;
    max-width: 400px;
    margin-bottom: 35px;
    width: 100%;
}
.shopify-desc p {
    width: 76%;
    margin: 0 auto;
    line-height: 1.9em;
    color: #000;
    text-align: center;
    margin-bottom: 35px;
}
.shopify-work .work-list{
	margin-left: -18px;
	margin-right: -18px;
}
.shopify-work .work-list .work-item {
    width: 50%;
    padding: 0 18px;
    margin-bottom: 36px;
    height: auto;
}
.shopify-work .work-list .work-item a{
	display: block;
}
.shopify-work .work-list .work-item img{
	height: 390px;
}
.shopify-work .work-list .work-item:hover img {
    filter: blur(0px);
}
.shopify-work .work-list .work-item h4{
	color: #000;
    margin-top: 14px;
}
.quote-section font{
	text-align: center;
    width: 100%;
    float: right;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 14px;
}
.thank-you{
	margin-bottom: 70px;
    text-align: center;
}
.thank-you p{
	width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.footer-middle{
	width: 33.33%;
	float: left;
}
#siteseal{
	float: left;
    margin-left: 20px;
}