/* 
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:400, 300, 300italic, 400italic, 500, 500italic, 600, 600italic, 700, 700italic);
@import url(https: //fonts.googleapis.com/css?family=Montserrat:400, 700);
 */
@font-face{
    font-family:'NanumSquare';
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family:'NanumSquareEB';
    font-weight: bold;
    font-style: normal;
}

body {
	font-family:  'NanumSquare', Arial, consolas;
	font-size: 13px;
	overflow-x: hidden;
	color: #2a3237;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.parallax {
	position: absolute;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.parallax img {
	width: 100%;
	height: 100%;
}
/* Preloader */

.preloader {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: white;
}

.preloader img {
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}

.preloader div {
	display: none;
	/* Preload the Second Pricing Image */
	background: url(/images/pricing2.jpg) no-repeat 9999px 9999px;
	background-position: 9999px 9999px;
}

/* Typography */

p {
	font-size: 15px;
	line-height: 1.5;
	color: #8a8e91;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'NanumSquare', 'Roboto', 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
	position: relative;
	overflow: hidden;
	margin: 10px 0;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


.fsh_crt {
	height: 30px;
	font-size: 1.2em;
}

ul.white-list {
	padding: 0;
	list-style-type: none;
}

ul.white-list li {
	font-size: 18px;
	margin: 10px 0;
	color: #fff;
}

ul.white-list li:before {
	content: ' ';
	position: relative;
	top: -3px;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 15px;
	background: white;
}

header {
	position: relative;
	width: 100%;
	color: white;
	overflow:hidden;
	/*background: rgba(28, 36, 65, 0.93);
	background: url('/images/header.jpg');
	background-size: cover;*/
}
video {

	width:100%;
	height:auto;
	z-index:-1;
	margin-top:-300px;
}

header .table {
	display: table;
	height: 100%;
}

header .container {
	height: 100%;
	position:absolute;
	top:0;
	left:20%;
}
@media (max-width: 1920px){
header .container {left:20%;}

}
@media (max-width: 1680px){
header .container {left:15%;}

}
@media (max-width: 1366px){
header .container {left:5%;}
video {
	margin-top:-200px;
}

}
@media (max-width: 1280px){
header .container {left:20px;}

}
@media (max-width: 1024px){
header .container {display:none;}
video {margin-top:-100px;}

}
@media (max-width: 800px){
header{height:450px;}
video {margin-top:0;}
}
@media (max-width: 768px){

}
@media (max-width: 680px){
header{height:350px;}

}
@media (max-width: 480px){
header{height:260px;}

}
@media (max-width: 375px){
header{height:200px;}

}
@media (max-width: 320px){

}

header .header-text {
	display: table-cell;
	margin-top:-100px;
	text-align: center;
	vertical-align: middle;
	color: white;
}
header .header-text .row {
margin-top:-100px;
}
header .typed {
	display: inline-block;
	margin: 0;
}

header .typed-cursor {
	font-size: 60px;
	display: inline-block;
	margin: 0 10px;
	color: #00a8ff;
	-webkit-animation-name: flash;
	animation-name: flash;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

a {
	text-decoration: none;
	color: #00a8ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* Navigation Bar ( Navbar ) */

nav.navbar { position: absolute; z-index: 9500; width: 100%; width: 100vw; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
nav.navbar .navbar-nav li.active a:not(.btn) { color: #00a8ff !important; }
nav.navbar-fixed-top { z-index: 9499; top: 0; padding: 10px 0; opacity: 0; background: white; box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05); }
nav.navbar-fixed-top img{height:50px;padding-top:0;}
nav.navbar-fixed-top .navbar-nav > li > a:not(.btn) { color: #bbb; }
.icon-bar { background: #bbb; }
.nav > li > a { position: relative; display: block; padding: 12px 10px; }
.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; font-size:18px; }

@media (min-width: 768px){

.navbar-nav > li > a {
    padding: 15px 15px;
   
    color: white;
}
}
/* Buttons */

.btn { font-size: 18px; display: inline-block; padding: 15px 30px; color: white; border: 2px solid transparent; border-radius: 2px; background: transparent; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.btn:hover, .btn:focus { color: white; }
.btn.btn-blue { background: #00a8ff; }
.btn.btn-blue:hover { background: #31b9ff; }
.btn.btn-blue-fill { color: #00a8ff; border-color: #00a8ff; background: transparent; }
.btn.btn-blue-fill:hover { color: white; background: #00a8ff; }
.btn.btn-white-fill { color: #fff; border-color: #fff; background: transparent; }
.btn.btn-white-fill:hover { color: #00a8ff; background: #fff; }
.btn.btn-gray-fill { color: #fff; border-color: #fff; background: transparent; }
.btn.btn-gray-fill:hover { border-color: #bbb; background: #bbb; }

/* Blink Cursor */
.blink { position: relative; top: 4px; display: inline-block; width: 4px; height: 50px; height: 5vh; margin: 0 10px; }
.navbar { top: 50px; }
.container { position: relative; z-index: 1; }
/* Sections */
section { position: relative; }
.section { padding: 40px 0; background: #fff; }
.section-padded { padding: 140px 0 40px; }
.cut-top { content: ' '; position: absolute; z-index: 1; top: -80px; left: 0; width: 0; height: 0; border-top: 80px solid transparent; border-right: 30px solid white; }
.cut-bottom { content: ' '; position: absolute; z-index: 1; bottom: -80px; left: 0; width: 0; height: 0; border-bottom: 80px solid transparent; border-left: 30px solid white; }
.intro-tables { top: -100px; position: relative; }
.intro-table { -webkit-background-size: cover; background-size: cover; background-repeat: repeat; background-position: 0% 0%; }
.intro-table-first { background-image: url('/images/table-1.jpg'); }
.intro-table-hover { -webkit-transition: background-image 0.3s ease, background-position 0.3s; transition: background-image 0.3s ease, background-position 0.3s; background-image: url('/images/table-2.jpg'); }
.intro-table-hover h4 { -webkit-transform: translateY(170px); transform: translateY(170px); -webkit-transition: -webkit-transform 0.3s; transition: transform 0.3s; }
.intro-table-third { background-image: url('/images/table-3.jpg'); }
.intro-table-hover .expand { margin: 30px; margin-top: 120px; opacity: 0; -webkit-transition: -webkit-transform 0.3s, opacity 0.3s; transition: transform 0.3s ease, opacity 0.3s; -webkit-transform: scale(0.6); -ms-transform: scale(0.6); transform: scale(0.6); }
.intro-table-hover:hover h4 { -webkit-transform: translateY(0); transform: translateY(0); }
.intro-table-hover:hover .expand { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.intro-table-hover .hide-hover { -webkit-transition: opacity 0.3s ease; transition: opacity 0.3s ease; }
.intro-table-hover:hover .hide-hover { opacity: 1; }
.intro-tables .intro-table { position: relative; width: 100%; height: 300px; margin: 20px 0; }
.intro-tables .intro-table .heading { margin: 0; padding: 30px;font-size:1.5em; }
.intro-tables .intro-table .small-heading { margin: 0;padding: 0 30px;}
.intro-tables .intro-table .bottom { position: absolute; bottom: 0; }
.intro-tables .intro-table .bottom ul {margin-bottom:20px;}
.intro-tables .intro-table .bottom .btn {margin:0 0 20px 30px;padding:8px 20px;}
.intro-tables .intro-table .owl-schedule .schedule-row { padding: 10px 20px; color: white; transition: all 0.3s ease;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; }
.owl-schedule .schedule-row:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.owl-schedule .schedule-row.row{margin:0;height:79px;}
.owl-testimonials .author { margin-top: 50px; }

.ripple-effect { position: absolute; width: 50px; height: 50px; border-radius: 50%; background: white; -webkit-animation: ripple-animation 2s; animation: ripple-animation 2s; }

@-webkit-keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

@keyframes ripple-animation {
	from {
		opacity: 0.2;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale(100);
		transform: scale(100);
	}
}

.services { margin: 40px 0; }
.service { width: 100%; height: 320px; margin: 50px 0; text-align: center; border:1px solid #00a8ff; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.service .icon-holder { position: relative;  top: -50px;display: inline-block; margin-bottom: 0;width:120px; padding: 10px; background: white; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.service .heading { position: relative;top: -30px;  -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.service .icon-holder > img.icon { width: 100px; }
.service:hover {}
.service:hover .icon-holder { }
.service:hover .heading { }
.service .description { width: 80%; margin: 0 auto; opacity: 1;}
.team { margin: 60px auto;max-width:400px; padding-bottom: 20px; background: white; box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); border-radius: 1px; }
.team .cover .overlay { height: 100px; padding-top: 60px; }
.team:hover .cover .overlay { opacity: 1; }
.team .avatar { position: relative; z-index: 2; margin-top: -60px; border-radius: 50%; }
.team .title { margin: 50px 0;height:188px;}
.team .title p{ padding:0 20px;font-size:1em;text-align:left;}
.team .title ol li{text-align:left;}

.partnetShip{ 	margin: 40px 0 60px;}
.partnetShip .partnerL{ padding:10px;width:25%;float:left;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.partnetShip .partnerL img{width:100%;max-width:285px;border:1px solid #ddd;}

@media (max-width: 800px){
.partnetShip .partnerL{width:50%;}
.team .title { margin: 20px 0;height:auto;}
}

/* ==========================================================================
Screenshots Intro
========================================================================== */
.screenshots-intro { padding: 70px 0 70px 0; background-color: #f6f7f9; }
.screenshots-intro h1 { margin-bottom: 20px; color: #24374b; font-weight: 400; font-size: 22px; }
.screenshots-intro p { margin-bottom: 25px; color: #778899; }

/* ==========================================================================
Screenshots
========================================================================== */
.screenshots ul { margin: 0; padding: 0; width: 100%; }
.screenshots ul li { float: left; min-height: 100%; width: 25%; background-color: #000; list-style: none; }
.screenshots figure { position: relative; overflow: hidden; }
.screenshots figure img { width: 100%; height: 100%; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.screenshots figure:hover img, .screenshots figure:focus img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.screenshots figcaption { position: absolute; top: 0; left: 0; padding: 25% 0; width: 100%; height: 100%; background-color: rgba(63, 97, 132, 0.85); text-align: center; font-size: 15px; opacity: 0; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.screenshots figcaption a { color: #fff; font-size:1.5em; line-height:1.2em; }
.screenshots figcaption a:hover, .screenshots figcaption a:focus { color: #73d0da }
.screenshots figure:hover figcaption, .screenshots figure:focus figcaption { opacity: 1 }
.visible { opacity: 1 }
.screenshots figure.cs-hover figcaption { opacity: 1 }
.screenshots figcaption i { font-size: 35px }
.screenshots figcaption p { margin-bottom: 0; text-transform: uppercase; font-weight: 400; }
.screenshots figcaption .caption-content { position: absolute; top: 50%; left: 50%; margin-top: -40px; margin-left: -150px; width: 300px; -webkit-transform: translate(0px, 15px); -ms-transform: translate(0px, 15px); transform: translate(0px, 15px); -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
.screenshots figure:hover figcaption .caption-content, .screenshots figure:focus figcaption .caption-content { -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); }


@media screen and (max-width:991px){
	.screenshots ul li{width:50%;}
	.screenshots-intro{padding:110px 0 100px 0;}
}

@media screen and (max-width:465px){
	.screenshots ul li{width:100%;min-height:100%;float:none;}
}


/* Pricing */

#design { background: #00a8ff url('/images/pricing1.jpg') no-repeat center center; -webkit-background-size: cover; background-size: cover; -webkit-transition: background-image 0.6s linear 0.3s; transition: background-image 0.6s linear 0.3s; }
.owl-pricing img { width: 100%; }
.owl-pricing, .pricings { margin-top: 100px; margin-bottom: 100px; }
.pricing { position: relative; width: 100%; }
.pricings .pricing .box-main, .pricings .pricing .box-second { position: relative; left: 25%; display: inline-block; width: 50%; height: 300px; padding: 50px 40px; background: #bbb; -webkit-transition: -webkit-transform 0.3s, background-image 0.3s, opacity 0.3s; transition: transform 0.3s, background-image 0.3s, opacity 0.3s; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.pricings .pricing .box-main { z-index: 10; padding-top: 40px; }
.pricings .pricing .box-main:not(.active) { cursor: pointer; }
.pricings .pricing .box-main .info-icon { font-size: 14px; position: absolute; top: 20px; right: 20px; pointer-events: none; opacity: 0; color: #fff; -webkit-transition: opacity 0.3s; transition: opacity 0.3s; }
.pricings .pricing .box-main:not(.active) .info-icon { opacity: 1; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
.pricings .pricing .box-main:not(.active):hover { background: #afafaf; }
.pricings .pricing .box-main.active { background: #00a8ff; -webkit-transform: translateX(-99%); -ms-transform: translateX(-99%); transform: translateX(-99%); }
.pricings .pricing .box-second { position: absolute; top: 0; right: 0% !important; left: auto; opacity: 0; background: #afafaf; }
.pricings .pricing .box-second.active { opacity: 1; background: #00a8ff; }
.pricings .pricing.active .box-main, .pricings .pricing .box-second { background: #00a8ff; }
.pricings .pricing .box-main a.btn { margin-top: 50px; }
.owl-twitter i.icon { font-size: 36px; margin-bottom: 60px; color: white; }
/* Footer */

footer { padding: 50px 0 40px;background-color:#2b2b43;}
footer .trial-button { overflow: hidden !important; margin: 40px 0; }
footer .open-blink { content: ' '; position: relative; display: inline-block; width: 14px; height: 14px; margin: 0 20px; border-radius: 50%; background-color: #4caf50; -webkit-animation-name: flash; animation-name: flash; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
footer .open-blink:before { content: ' '; position: absolute; top: -8px; left: -8px; display: inline-block; width: 30px; height: 30px; opacity: 0.1; border-radius: 50%; background-color: #4caf50; }
footer .opening-hours { margin-top: 60px; }
footer .bottom-footer { margin-top: 50px; }
footer .social-footer { padding: 0; list-style: none; }
footer .social-footer li { display: inline-block; margin: 0 10px; }
footer .social-footer li a { font-size: 24px; color: #fff; }
footer .social-footer li:hover a { color: #00a8ff; }
/* Form Control */

.form-control { font-size: 18px; position: relative; left: 0; height: auto; padding: 20px 30px; border: 1px; border-radius: 0; box-shadow: 0; }
.form-control.form-white { color: #fff; border: 2px solid white; background: transparent; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; }
.form-control.form-white::-webkit-input-placeholder { /* WebKit browsers */ color: #fff; }
.form-control.form-white:-moz-placeholder { opacity: 1; /* Mozilla Firefox 4 to 18 */ color: #fff; }
.form-control.form-white::-moz-placeholder { opacity: 1; /* Mozilla Firefox 19+ */ color: #fff; }
.form-control.form-white:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #fff; }
.form-control.form-white:focus { background: rgba(255,255,255,0.2); }

/* Popup */
.modal { padding: 0 25px !important; }
.modal-dialog { width: 100%; max-width: 560px; margin: 0 auto; }
.modal-popup { position: relative; padding: 45px 30px; text-align: center; background: url('/images/popup.jpg'); box-shadow: none; border-radius: 2px; }
.modal-popup a.close-link { font-size: 22px; position: absolute; top: 20px; right: 30px; color: #fff; }
.popup-form { width: 90%; max-width: 375px; margin: 60px auto; }
.popup-form .form-control { margin: 20px 0; }
.popup-form .form-control.dropdown { text-align: left; }
.popup-form .form-control.dropdown:after { content: '\f0d7'; font-family: 'FontAwesome'; display: inline-block; float: right; color: white; }
.popup-form .dropdown .dropdown-menu { top: 65px; width: 100%; padding: 0; border: 2px solid white; border-top: 0; border-radius: 0; background: white; box-shadow: none; }
.popup-form .dropdown .dropdown-menu li { font-size: 16px; width: 100%; background: transparent; }
.popup-form .dropdown .dropdown-menu li a { width: 100%; padding: 15px 30px; color: #00a8ff; }
.popup-form .dropdown .dropdown-menu li:hover a { color: #fff; background: #00a8ff; }

/* Checkbox */

.checkbox-holder { white-space: nowrap; }
.checkbox { position: relative; display: block; }
.checkbox { position: relative; }
.checkbox label:before { content: ''; position: absolute; top: 0; left: 0; width: 20px; height: 20px; cursor: pointer; border: 2px solid white; background: transparent; -webkit-transition: background-color 0.3s; transition: background-color 0.3s; }
.checkbox input[type=checkbox]:focus + label:before { background: rgba(255,255,255,0.2); }
.checkbox label:after { content: ''; position: absolute; top: 6px; left: 6px; width: 8px; height: 8px; opacity: 0; background: white; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.checkbox input[type=checkbox] { opacity: 0; position: absolute; width: 0; height: 0; }
.checkbox input[type=checkbox]:checked + label:after { opacity: 1; }
.checkbox-holder span { position: relative; display: inline-block; margin: 0 0 0 10px; white-space: normal; color: #fff; }
.btn.btn-submit { width: 100%; margin-top: 30px; color: #00a8ff; border: 2px solid #fff; background: #fff; }
.btn.btn-submit:focus { font-weight: bold; }
.btn.btn-submit:hover { color: #00a8ff; background: #fff; }

/* Mobile Nav */
.mobile-nav { position: fixed; z-index: 9999; top: 0; left: 0; display: table; width: 100%; height: 100%; text-align: center; opacity: 0; background: rgba(255, 255, 255, 0.98); -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }
.mobile-nav.active { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
.mobile-nav ul { display: table-cell; padding: 0; list-style: none; vertical-align: middle; }
.mobile-nav ul li { margin: 25px 0; font-size:1.5em;}
.mobile-nav ul li a:not(.btn) { color: #aaa; }
.mobile-nav a.close-link { font-size: 24px; position: absolute; bottom: 0px; left: calc(50% - 10px); left: 0; width: 100%; padding: 15px 0; color: #fff; background: #00a8ff; }
.row.title { padding: 0 20px; }
.light { font-weight: 300; }
.regular { font-weight: 400; }
.bold { font-weight: bold; }
/* Colors */

.white { color: white; }
.light-white { color: rgba(255, 255, 255, 0.5); }
.white-bg { background: white; }
.gray-bg { background: #f7f7f7; }
.blue { color: #00a8ff; }
.blue-bg { background: #00a8ff; }
.dark { color: #efefef; }
.dark-bg { background: rgb(0, 41, 64); }
.margin-top { margin-top: 60px; }

@media screen and (max-width:992px) {
h1 { font-size: 36px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }
.section { padding: 0 0 30px; }

.margin-top { margin-top: 20px; }

}

@media screen and (max-width:800px) {
.section { padding: 80px 0; }

}

/*----------------- add on ----------------*/
.mainTitle{color:#cbe7fe;font-size:40px;font-weight:700;margin:30px 0 30px; font-family:'Roboto', sans-serif;margin-bottom:50px;}
.subTitle {
	color:#cbe7fe;
}

.margin-height{height:200px;}

@media screen and (max-width:800px) {
.margin-height{height:auto;}
.intro-tables{top:0;}
.cut-top{display:none;}
}


#process{background-color:#f4f4f4}
#process .row{margin:50px 0;}
#process h2{color: #0078ae;}

.processIcon .box{float:left;width:20%;}
.processIcon .box h4{font-size:1.2em;text-align:center;}
.processIcon .box .circle{margin:0 auto;width:100px;height:100px;text-align:center;border:10px solid #fff;border-radius:50%;-webkit-border-radius:50%;-o-border-radius:50%;-moz-border-radius:50%;    box-shadow: 1px 2px 4px 0 rgba(0,0,0,.1);}
.processIcon .box .circle.blue{background-color:#009ddc}
.processIcon .box .circle.pruple{background-color:#a541c0}
.processIcon .box .circle.orange{background-color:#f7a43c}
.processIcon .box .circle.green{background-color:#5ea34b}
.processIcon .box .circle.cyan{background-color:#4dccd1}
.processIcon .box .circle img{max-width:47px;padding-top:15px;}

@media screen and (max-width:800px) {

.processIcon .box{width:50%;margin-bottom:50px;}

}

@media screen and (max-width:480px) {

.processIcon .box{float:none;width:100%;}

}



#services2{margin-bottom:100px;}
#services2  h4{border-bottom:1px solid #444;padding-bottom:20px;margin-bottom:20px;}

.locationP{font-size:15px;color:#000;}

.serviceBox{color:#fff;}
.serviceBox .row{margin:50px 0;}
.serviceBox h1{color:#fff;}
.serviceBox h4{color:#00a8ff;font-size:20px;margin-bottom:20px;}
.serviceBox p{color:#fff;}

.serviceBox.white{color:#444;}
.serviceBox.white h1{color:#444;}
.serviceBox.white h4{color:#444;margin-bottom:20px;}
.serviceBox.white p{color:#444;}


@media screen and (max-width:800px) {

.serviceBox h4{margin-top:50px;}

}

/* Media Queries */

@media screen and (max-width:991px) {
	.text-center-mobile {
		text-align: center !important;
	}
}

@media screen and (max-width: 768px) {
	.pricing {
		margin-bottom: 30px;
	}
	.pricings .pricing .info-icon {
		display: none;
	}
	.pricings .pricing .box-main,
	.pricings .pricing .box-second {
		left: 0;
		width: 100%;
		padding: 25px 50px 25px;
		text-align: left;
		background: #00a8ff;
	}

	#design .pricings .pricing .box-main,
	#design .pricings .pricing .box-second {
		background: rgba(0,168,255,.8);
	}
	.pricings .pricing .box-main, .pricings .pricing .box-second{height:auto;}
	.pricings .pricing .box-main.active {
		background: #00a8ff;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.pricings .pricing .box-second {
		position: relative;
		opacity: 1;
	}
	.popup-form {
		width: 100%;
		margin: 60px auto;
	}
	.modal {
		padding: 0 10px !important;
	}
	.popup-form .form-control:not(.dropdown):focus {
		position: relative;
		padding-right: 30px;
		padding-left: 30px;
	}
}

select,
input[type=button],
input[type=file],
input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=url],
input[type=number],
input[type=email],
input[type=password],
input[type=submit],
textarea 
{
	padding: 3.5px; 
	border:1px solid #ccc; 
	border-radius:4px; 
	-moz-border-radius:4px; 
	-web-kit-border-radius:4px; 
	-khtml-border-radius:4px; 
	!important;
}

.wp_005 { width:   5%; }
.wp_010 { width:  10%; }
.wp_015 { width:  15%; }
.wp_020 { width:  20%; }
.wp_025 { width:  25%; }
.wp_030 { width:  30%; }
.wp_033 { width:  33%; }
.wp_035 { width:  35%; }
.wp_040 { width:  40%; }
.wp_045 { width:  45%; }
.wp_049 { width:  49%; }
.wp_050 { width:  50%; }
.wp_055 { width:  55%; }
.wp_060 { width:  60%; }
.wp_065 { width:  65%; }
.wp_070 { width:  70%; }
.wp_075 { width:  75%; }
.wp_080 { width:  80%; }
.wp_085 { width:  85%; }
.wp_090 { width:  90%; }
.wp_095 { width:  95%; }
.wp_096 { width:  96%; }
.wp_097 { width:  97%; }
.wp_098 { width:  98%; }
.wp_099 { width:  99%; }
.wp_100 { width: 100%; }

.wi_005 { width:   5px; }
.wi_010 { width:  10px; }
.wi_015 { width:  15px; }
.wi_020 { width:  20px; }
.wi_025 { width:  25px; }
.wi_030 { width:  30px; }
.wi_035 { width:  35px; }
.wi_040 { width:  40px; }
.wi_045 { width:  45px; }
.wi_050 { width:  50px; }
.wi_055 { width:  55px; }
.wi_060 { width:  60px; }
.wi_065 { width:  65px; }
.wi_070 { width:  70px; }
.wi_075 { width:  75px; }
.wi_080 { width:  80px; }
.wi_085 { width:  85px; }
.wi_090 { width:  90px; }
.wi_095 { width:  95px; }
.wi_100 { width: 100px; }
.wi_120 { width: 120px; }
.wi_130 { width: 130px; }
.wi_150 { width: 150px; }
.wi_200 { width: 200px; }
.wi_278 { width: 278px; }
.wi_250 { width: 250px; }
.wi_300 { width: 300px; }
.wi_400 { width: 400px; }
.wi_500 { width: 500px; }

@media screen and (max-width: 400px) {
	header .typed-cursor {
		display: none;
	}
	.pricings .pricing .box-second {
		padding-top: 0;
	}
}

.textarea {overflow-y:scroll; height:70px; padding:15px; border:1px solid #ddd}
.textarea + div {background:#f5f5f5; padding:5px 15px; border:1px solid #ddd; border-top:none}

.gulche { font-family: �뤃���뵝筌ｏ옙; font-size: 0.6em; }

