@charset "utf-8";
/* CSS Document */
*:focus {
	outline: none;
	border: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Catamaran', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #555;
	overflow-x: hidden;
}
p {
	margin-bottom: 15px;
	line-height: 24px;
}
small {
	font-size: 15px;
	display: block;
	margin-bottom: 2px;
}
small span {
	color: #c0392b;
}
a {
	color: #c0392b;
	text-decoration: none;
}
a:hover {
	color: #555;
	text-decoration: underline;
}
ul, li, ul li, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Questrial', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	margin: 0px;
	padding: 0px;
	line-height: 1.1;
}
h1 {
	font-size: 60px;
	margin-bottom: 30px;
}
h1 span, h2 span {
	color: #FFF;
}
h2 {
	font-size: 35px;
	margin-bottom: 30px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
	margin-bottom: 15px;
}
h4 span {
	color: #FFF;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
.carousel-caption {
	text-shadow: none;
	bottom: 0px;
}
.carousel-caption {
	padding-top: 150px;
}
.carousel-indicators {
	z-index: 1;
}
input[type="submit"] {
	border: none;
	outline: none;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 400;
	cursor: pointer;
}
.form-control {
	display: block;
	width: 100%;
	height: auto;
	padding: 8px 20px;
	font-size: 16px;
	line-height: 1.8;
	color: #999;
	background-color: #eee;
	background-image: none;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999;
}
.form-control::-webkit-input-placeholder {
 color: #999;
}
textarea {
	resize: none;
	min-height: 100px;
}
.mg-bottom-10 {
	margin-bottom: 10px;
}
.mg-bottom-20 {
	margin-bottom: 20px;
}
.mg-bottom-30 {
	margin-bottom: 30px;
}
.mg-top-10 {
	margin-top: 10px;
}
.mg-top-20 {
	margin-top: 20px;
}
.mg-top-30 {
	margin-top: 30px;
}
.mg-top-40 {
	margin-top: 40px;
}
.mg-top-50 {
	margin-top: 50px;
}
.logo-white {
    width: 200px;
    filter: brightness(0) invert(1);
}
.logo-red {
	display: none;
}
.icn-logo-fb-white {
}
.icn-logo-fb-black {
	display: none;
}
.icn-logo-email-white {
}
.icn-logo-email-black {
	display: none;
}
.icn-hamburg {
}
.icn-hamburg-red {
	display: none;
}
.icn-menu-red {
	display: none;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	padding: 30px 130px;
	z-index: 4;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.logo {
	float: left;
	text-align: left;
}
.navigation {
	float: right;
	text-align: right;
	margin-top: 8px;
}
.hamburg {
	float: right;
	margin-left: 30px;
	margin-top: 7px;
}
.social-icn {
	float: right;
	margin-left: 20px;
}
.social-icn a {
	margin: 0px 5px;
	display: inline-block;
}
.nav-menu {
	float: right;
	margin-top: 7px;
}
header.sticky {
	background: #fff;
	border-bottom: #ddd 1px solid;
}
header.sticky .logo-red {
    display: block;
    width: 180px;
    margin-top: 2px;
}
header.sticky .logo-white {
    display: none;
}
header.sticky .icn-logo-fb-white {
	display: none;
}
header.sticky .icn-logo-fb-black {
	display: block;
}
header.sticky .icn-logo-email-white {
	display: none;
}
header.sticky .icn-logo-email-black {
	display: block;
}
header.sticky .icn-menu {
	display: none;
}
header.sticky .icn-menu-red {
	display: block;
}
header.sticky .icn-hamburg {
	display: none;
}
header.sticky .icn-hamburg-red {
	display: block;
}
header.sticky .nav > li > a {
	color: #000;
}
header.sticky .nav > li > a:hover {
	color: #c0392b;
	background: transparent;
}
/*header.sticky button {
	background-image: url(../images/icn-hamburg-red.png);
}
*/
section {
	width: 100%;
	padding: 120px 0px;
}
/* btn red black*/
.btn-red-black {
	background: #c0392b url(../images/arrow-white.svg) 91% center no-repeat;
	padding: 12px 45px 10px 30px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #FFF;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	transition: all ease-in 0.1s;
	-webkit-transition: all ease-in 0.1s;
	-moz-transition: all ease-in 0.1s;
	-ms-transition: all ease-in 0.1s;
}
.btn-red-black:hover {
	background: #000 url(../images/arrow-white.svg) 92% center no-repeat;
	color: #FFF;
	text-decoration: none;
}
/* btn red white*/
.btn-red-white {
	background: #c0392b url(../images/arrow-white.svg) 91% center no-repeat;
	padding: 12px 45px 10px 30px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #FFF;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	transition: all ease-in 0.1s;
	-webkit-transition: all ease-in 0.1s;
	-moz-transition: all ease-in 0.1s;
	-ms-transition: all ease-in 0.1s;
}
.btn-red-white:hover {
	background: #fff url(../images/arrow.svg) 92% center no-repeat;
	color: #c0392b;
	text-decoration: none;
}
/* btn white black*/
.btn-white-black {
	background: #fff url(../images/arrow.svg) 90% center no-repeat;
	padding: 12px 45px 10px 30px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #c0392b;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	transition: all ease-in 0.1s;
	-webkit-transition: all ease-in 0.1s;
	-moz-transition: all ease-in 0.1s;
	-ms-transition: all ease-in 0.1s;
}
.btn-white-black:hover {
	background: #000 url(../images/arrow-white.svg) 91% center no-repeat;
	color: #fff;
	text-decoration: none;
}
/* btn common*/
.btn-common {
	background: transparent url(../images/arrow.svg) 89% center no-repeat;
	padding: 0px 45px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #c0392b;
	display: inline-block;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	transition: all ease-in 0.1s;
	-webkit-transition: all ease-in 0.1s;
	-moz-transition: all ease-in 0.1s;
	-ms-transition: all ease-in 0.1s;
}
.btn-common:hover {
	background: transparent url(../images/arrow-black.svg) 90% center no-repeat;
	color: #000;
}
.btn-full {
	width: 100%;
	background-position: 84% center;
}
.btn-full:hover {
	width: 100%;
	background-position: 85% center;
}
.slider {
	width: 100%;
}
.services {
	padding-right: 45px;
}
.services h2 {
	margin-top: 45px;
	margin-bottom: 0px;
}
.services small {
	margin-bottom: 20px;
	display: block;
}
.services p {
	margin-bottom: 30px;
}
.features-bg {
	background-position: bottom center;
	background-repeat: no-repeat;
}
.features-bg p {
	font-size: 28px;
	line-height: 36px;
	color: #FFF;
	margin-bottom: 35px;
}
.gray-bg {
	background: #f5f5f5;
}
.showcase {
	width: 75%;
	float: left;
	background: #FFF;
	padding: 120px 190px;
}
.showcase-slider h2 {
	margin-bottom: 10px;
}
.project-info {
	margin-top: 30px;
}
.project-info img {
	display: block;
	margin-bottom: 10px;
}
.project-info h3 {
	margin: 10px 0px;
	font-size: 24px;
}
.cta-gray {
	width: 25%;
	float: right;
	padding: 120px 50px;
}
.cta-text {
	font-size: 45px;
	line-height: 48px;
	color: #000;
	text-transform: uppercase;
	margin: 100px 0px 45px 0px;
}
.footer-form-bg {
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	min-height: 780px;
	margin-top: -2px;
}
.footer-form {
	position: absolute;
	bottom: -45px;
	width: 100%;
	left: 0;
}
.footer-form h2 {
	text-align: center;
}
.ff-form {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 50%;
	padding: 40px;
	-webkit-box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.01);
	-moz-box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.01);
	-ms-box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.01);
	box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.01);
}
.ff-form h4, .contact-form h4 {
	margin-bottom: 20px;
	color: #c0392b;
	font-size: 20px;
}
.ff-form h5 {
	text-transform: none;
	margin-bottom: 20px;
}
.ff-submit-middle {
}
.ff-submit-end {
	display: none;
}
.service-info label {
	display: inline-block;
	vertical-align: middle;
}
.service-info input {
	display: none;
}
.service-info {
	margin-bottom: 20px;
}
.service-title {
	float: left;
}
.service-info img {
	float: left;
	margin-right: 10px;
}
.service-title span {
	font-family: 'Questrial', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 0.5;
	margin-top: 5px;
	margin-bottom: 5px;
}
.service-title small {
	font-size: 13px;
	color: #999;
	margin-bottom: 0px;
}
.service-info input[type=checkbox]:empty ~ label {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 35px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.service-info input[type=checkbox]:checked ~ label p {
	color: #C0392A;
}
.service-info input[type=checkbox]:empty ~ label:before {
	position: absolute;
	display: block;
	top: 3px;
	bottom: 0;
	left: 0;
	content: '';
	width: 22px;
	height: 22px;
	background: #fff;
	border-radius: 0%;
	border: 1px solid #dddddd
}
.service-info input[type=checkbox]:empty ~ label:after {
	position: absolute;
	display: block;
	top: 3px;
	bottom: 0;
	left: 0;
	content: '';
	width: 14px;
	margin: 4px;
	height: 14px;
	border-radius: 0%;
}
.service-info input[type=checkbox]:checked ~ label:after {
	background: url(../images/check.svg) no-repeat;
}
.price-range {
	margin-top: 20px;
}
footer {
	background: #f5f5f5;
	padding: 120px 0px 100px 0px;
	color: #757575;
}
footer a {
	color: #757575;
}
footer a:hover {
	color: #000;
}
footer h6 {
	margin-bottom: 35px;
}
.about-dec-footer {
	padding-right: 170px;
	margin-top: -25px;
}
.about-dec-footer img {
	margin-bottom: 35px;
}
.about-dec-footer p {
	margin-bottom: 0px;
}
.ff-contact-info {
	position: relative;
	padding-left: 45px;
}
.ff-contact-info span {
	color: #000;
}
.ff-icn {
	position: absolute;
	top: 0;
	left: 0;
}
.ff-services-link ul li:first-child a {
	padding-top: 0px;
}
.ff-services-link {
	padding-right: 0px;
}
.ff-services-link ul li {
	border-bottom: #dcdcdc 1px solid;
}
.ff-services-link ul li a {
	text-transform: uppercase;
	padding: 12px 0px;
	display: block;
}
.ff-services-links-div {
	padding-right: 130px;
}
.inner-header {
	width: 100%;
	position: relative;
}
.page-title {
	position: absolute;
	width: 100%;
	bottom: 90px;
}
.page-title h1 {
	margin-bottom: 15px;
}
.page-title h5 {
	color: #FFF;
	text-transform: none;
}
.accordion-sec {
	margin-top: 30px;
}
.accordion-sec h5 {
	font-size: 16PX;
	color: #c0392b;
	margin-bottom: 10px;
	margin-top: 25px;
}
.cta {
	width: 100%;
	background: #c0392b;
	color: #fff;
	font-size: 36px;
	text-align: center;
	letter-spacing: 2px;
}
.cta .btn-white-black {
	margin-left: 40px;
	vertical-align: middle;
}
.cta-text-red {
	display: inline-block;
	text-transform: uppercase;
}
.scroll-to-top {
	position: fixed;
	cursor: pointer;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	/*padding-right: 1em;*/
	padding: 14px 0px;
	display: none;
	z-index: 999;
	background: #c0392b;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.scroll-to-top svg {
	fill: #FFF;
}
.scroll-to-top:hover {
	background: #fff;
}
.scroll-to-top:hover svg {
	fill: #c0392b;
}
.price-width {
	width: 100%;
	display: inline-block;
	padding: 0px 5px;
}
.contact-form {
}
.contact-form .ff-tab-1-col-2 {
	margin-top: 20px;
}
.contact-form .price-range {
	margin-top: 20px;
}
.contact-form .ff-tab-1-col-2 h5 {
	margin-bottom: 20px;
}
.contact-info {
	margin-top: 45px;
}
.map {
	margin-top: 30px;
}
.map iframe {
	width: 100%;
	height: 250px;
	border: none;
}
.info h1 {
	font-size: 48px;
	margin-bottom: 20px;
}
.logo-inner {
	text-align: right;
	margin-top: 65px;
}
.company-bg-sec {
	background-position: center center;
	background-repeat: no-repeat;
}
.company-bg-sec p {
	font-size: 28px;
	line-height: 36px;
	color: #FFF;
	margin-bottom: 35px;
}
.company-bg-sec ul li {
	font-size: 20px;
	color: #FFF;
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../images/bullet.svg) no-repeat left 5%;
}
.mapfull iframe {
	width: 100%;
	height: 350px;
	margin-bottom: -4px;
	border: none;
}
.user-info img {
	margin-bottom: 15px;
}
.user-info small {
	margin-bottom: 20px;
	display: block;
}
.main-para h1 {
	font-size: 48px;
 margin-bottom:
}
.main-para h2 {
	color: #c0392b;
}
.logo-services img {
	margin: 0px 100px 20px 0px;
	float: left;
	width: 35%;
}
.bullet-div ul li {
	background: url(../images/bullet-round.svg) no-repeat left 3px;
	padding-left: 20px;
	margin-bottom: 15px;
}
.hosting-bg {
	background-position: center center;
	background-repeat: no-repeat;
}
.feature-div {
	position: relative;
	margin-top: 30px;
	padding-left: 80px;
	color: #FFF;
}
.feature-icn {
	position: absolute;
	top: 0px;
	left: 15px;
}
.showcase-box {
	padding: 50px;
	background: #FFF;
	min-height: 750px;
}
.showcase-box h4 {
	margin: 20px 0px 10px 0px;
}
.showcase-box p {
	margin: 15px 0px 0px 0px;
}
.showcase-img {
	margin-bottom: 20px;
}
.webdesign-bg {
	background-position: center center;
	background-repeat: no-repeat;
}
.step-sec {
}
.sec-padding {
	padding: 0px 0px 120px 0px;
}
.step-div {
	padding-right: 45px;
}
.step-img {
	position: relative;
	margin-bottom: 30px;
}
.step-number {
	position: absolute;
	top: 15px;
	left: -15px;
	color: #000;
	font-size: 50px;
	font-weight: bold;
	text-align: left;
}
.step-div h2 {
	font-size: 28px;
	margin-bottom: 20px;
}
.showcase-gallery {
	margin-top: 50px;
}
.showcase-gallery-box {
	padding: 50px;
	background: #FFF;
}
.showcase-gallery-box h4 {
	margin: 20px 0px 10px 0px;
}
.showcase-gallery-box p {
	margin: 15px 0px 0px 0px;
}
.hidden-text {
	display: none;
}
.hide-me {
	display: none;
}
.feature-md-div {
	position: relative;
	margin-top: 30px;
	padding-left: 80px;
	color: #FFF;
}
.main-para-img-right {
	margin-top: 50px;
	text-align: right;
}
.main-para-img-right .img-responsive {
	display: inline-block;
}
.technology-logo {
	margin-top: 20px;
}
.feature-lable-div {
	margin-top: 30px;
	color: #FFF;
	margin-bottom: 10px;
}
.feature-lable-div h4 {
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}
.feature-lable-div .feature-icn {
	top: 0px;
	left: 0px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.logo-t6 {
	float: left;
	text-align: center;
	padding: 20px;
	width: 15%;
}
.logo-t4 {
	float: left;
	text-align: left;
	margin: 20px 40px 20px 0px;
	width: 20%;
}
.feature-div-ecommerce {
	position: relative;
	margin-top: 30px;
	padding-left: 80px;
}
.main-para-col-left {
	padding-left: 200px;
}
.slider-down a {
	border: 2px solid #fff;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	width: 30px;
	height: 50px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.slider-down a span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background: #fff;
	border-radius: 50%;
	animation: rev-ani-mouse 2s linear infinite;
}
@keyframes rev-ani-mouse {
0% {
opacity:1;
top:29%
}
15% {
opacity:1;
top:50%
}
50% {
opacity:0;
top:75%
}
100% {
opacity:0;
top:29%
}
}
.error-page {
	width: 100%;
	background-image: url(../images/404.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 300px 0px 200px 0px;
	color: #FFF;
}
.error-page p {
	margin-bottom: 30px;
}
.error-title {
	font-size: 150px;
	margin-bottom: 20px;
}
.error-sub-title {
	font-size: 24px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.seo-half-grid {
	margin-top: 10px;
}
.seo-half-grid h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.seo-half-grid h2:after {
	display: none;
}
.seo-half-icn {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
	width: 23%;
}
.seo-half-data {
	display: inline-block;
	vertical-align: top;
	width: 72%;
}
.service-info span.wpcf7-list-item {
	margin-left: 0px;
}
.carousel-indicators li {
	margin: 1px 3px;
}
.carousel-indicators .active {
	margin: 0px 3px;
}
.author-name p span {
	color: #999;
}
@media only screen and (min-width : 2600px) {
.showcase {
	padding: 120px 530px;
}
.main-para-col-left {
	padding-left: 530px;
}
}
@media only screen and (min-width : 2560px) and (max-width : 2599px) {
.showcase {
	padding: 120px 500px;
}
.main-para-col-left {
	padding-left: 510px;
}
}
@media only screen and (min-width : 1920px) and (max-width : 2559px) {
.showcase {
	padding: 120px 170px;
}
.main-para-col-left {
	padding-left: 185px;
}
}
@media only screen and (min-width : 1680px) and (max-width : 1919px) {
header, header.sticky {
	padding: 20px 30px;
}
.showcase {
	padding: 120px 60px;
}
.showcase-box {
	min-height: 700px;
}
.main-para-col-left {
	padding-left: 75px;
}
}
@media only screen and (min-width : 1600px) and (max-width : 1679px) {
.showcase {
	padding: 120px 40px;
}
header, header.sticky {
	padding: 20px 30px;
}
.showcase-box {
	min-height: 695px;
}
.main-para-col-left {
	padding-left: 35px;
}
}
@media only screen and (min-width : 1440px) and (max-width : 1599px) {
header, header.sticky {
	padding: 20px;
}
.container {
	width: 95%;
}
.showcase {
	width: 70%;
	padding: 120px 40px;
}
.cta-gray {
	width: 30%;
}
.ff-form {
	width: 50%;
}
.showcase-box {
	min-height: 700px;
}
.step-img img {
	width: 80%;
}
.step-number {
	font-size: 36px;
	left: -7px;
}
.main-para-col-left {
	padding-left: 80px;
}
.feature-div-ecommerce {
	padding-left: 75px;
}
.feature-div-ecommerce h4 {
	font-size: 20px;
}
.main-para-img-right {
	margin-top: 285px;
}
.logo-t4 {
	width: 20%;
}
.carousel-caption {
	padding-top: 100px;
}
.logo-services img {
	width: 40%;
	margin: 0px 50px 20px 0px;
}
.showcase-box {
	min-height: 640px;
}
}
 @media only screen and (min-width : 1400px) and (max-width : 1439px) {
header, header.sticky {
	padding: 20px;
}
.container {
	width: 95%;
}
.showcase {
	width: 70%;
	padding: 120px 40px;
}
.feature-div-ecommerce h4 {
	font-size: 18px;
}
.step-img img {
	width: 80%;
}
.step-number {
	font-size: 36px;
	left: -7px;
}
.logo-services img {
	width: 40%;
	margin: 0px 50px 20px 0px;
}
.main-para-col-left {
	padding-left: 80px;
}
.showcase-box {
	min-height: 640px;
}
.feature-md-div h4 {
	font-size: 18px;
}
}
@media only screen and (min-width : 1366px) and (max-width : 1399px) {
.hosting-bg {
	background-size: cover;
}
header, header.sticky {
	padding: 20px;
}
.container {
	width: 95%;
}
.showcase {
	width: 70%;
	padding: 120px 40px;
}
.cta-gray {
	width: 30%;
}
.ff-form {
	width: 60%;
}
.showcase-slider h2 {
	font-size: 30px;
	margin-top: 0px;
}
.cta-text {
	margin: 70px 0px 45px 0px;
}
.page-title {
	bottom: 40px;
}
.page-title h1 {
	margin-bottom: 10px;
}
.showcase-box {
	min-height: 615px;
}
.step-div h2 {
	font-size: 24px;
}
.step-img img {
	width: 80%;
}
.step-number {
	font-size: 36px;
	left: -7px;
}
.main-para-col-left {
	padding-left: 75px;
}
.feature-div-ecommerce {
	padding-left: 75px;
}
.feature-div-ecommerce h4 {
	font-size: 20px;
}
.main-para-img-right {
	margin-top: 285px;
}
.logo-t4 {
	width: 21%;
}
.carousel-caption {
	padding-top: 30px;
}
.logo-services img {
	width: 40%;
	margin: 0px 50px 20px 0px;
}
.webdesign-bg .feature-md-div h4 {
	font-size: 16px;
}
.hosting-bg .feature-div h4 {
	font-size: 20px;
}
}
@media only screen and (min-width : 1360px) and (max-width : 1365px) {
header, header.sticky {
	padding: 20px;
}
.container {
	width: 95%;
}
.showcase {
	width: 70%;
	padding: 120px 35px;
}
.step-img img {
	width: 80%;
}
.step-number {
	font-size: 36px;
	left: -7px;
}
.webdesign-bg .feature-md-div h4 {
	font-size: 16px;
}
.hosting-bg .feature-div h4 {
	font-size: 20px;
}
.feature-div-ecommerce h4 {
	font-size: 20px;
}
.main-para-col-left {
	padding-left: 80px;
}
.logo-services img {
	width: 40%;
	margin: 0px 50px 20px 0px;
}
.showcase-box {
	min-height: 615px;
}
.cta-gray {
	width: 30%;
}
}
@media only screen and (min-width : 1280px) and (max-width : 1359px) {
.carousel-caption {
	padding-top: 50px !important;
}
.hosting-bg {
	background-size: cover;
}
header, header.sticky {
	padding: 20px;
}
.container {
	width: 95%;
}
.showcase {
	width: 68%;
	padding: 120px 40px;
}
.cta-gray {
	width: 32%;
}
.ff-form {
	width: 60%;
}
.showcase-slider h2 {
	font-size: 30px;
	margin-top: 0px;
}
.cta-text {
	font-size: 36px;
	line-height: 1.1;
	margin: 70px 0px 45px 0px;
}
.page-title {
	bottom: 40px;
}
.page-title h1 {
	margin-bottom: 10px;
}
.showcase-box {
	min-height: 640px;
}
.step-div h2 {
	font-size: 24px;
}
.step-img img {
	width: 80%;
}
.step-number {
	font-size: 36px;
}
.main-para-col-left {
	padding-left: 80px;
}
.feature-div-ecommerce {
	padding-left: 75px;
}
.feature-div-ecommerce h4 {
	font-size: 20px;
}
.main-para-img-right {
	margin-top: 285px;
}
.logo-t4 {
	width: 20%;
	margin: 20px 30px 20px 0px
}
.logo-t4 img {
	width: 100%;
}
.step-number {
	font-size: 30px;
	left: -7px;
	top: 15px;
}
.carousel-caption {
	padding-top: 80px;
}
.project-info {
	margin-top: 0px;
}
.logo-services img {
	width: 40%;
	margin: 0px 50px 20px 0px;
}
.webdesign-bg .feature-md-div h4 {
	font-size: 16px;
}
.hosting-bg .feature-div h4 {
	font-size: 20px;
}
.feature-div-ecommerce h4 {
	font-size: 20px;
}
.showcase-box {
	min-height: 615px;
}
}
@media only screen and (min-width : 1200px) and (max-width : 1279px) {
.carousel-caption {
	padding-top: 50px !important;
}
.hosting-bg {
	background-size: cover;
}
header, header.sticky {
	padding: 20px;
}
.container {
	width: 95%;
}
.showcase {
	width: 68%;
	padding: 120px 25px;
}
.cta-gray {
	width: 32%;
	padding: 120px 40px;
}
.ff-form {
	width: 60%;
}
.showcase-slider h2 {
	font-size: 30px;
	margin-top: 0px;
}
.cta-text {
	font-size: 36px;
	line-height: 1.1;
	margin: 70px 0px 45px 0px;
}
.page-title {
	bottom: 40px;
}
.page-title h1 {
	margin-bottom: 10px;
}
.showcase-box {
	min-height: 640px;
}
.step-div h2 {
	font-size: 24px;
}
.step-img img {
	width: 80%;
}
.step-number {
	font-size: 36px;
}
.main-para-col-left {
	padding-left: 75px;
}
.feature-div-ecommerce {
	padding-left: 75px;
}
.feature-div-ecommerce h4 {
	font-size: 20px;
}
.main-para-img-right {
	margin-top: 240px;
}
.logo-t4 {
	width: 20%;
	margin: 20px 30px 20px 0px
}
.logo-t4 img {
	width: 100%;
}
.step-number {
	font-size: 30px;
	left: -6px;
	top: 13px;
}
.carousel-caption {
	padding-top: 80px;
}
.project-info {
	margin-top: 0px;
}
.logo-services img {
	width: 40%;
	margin: 0px 50px 20px 0px;
}
.webdesign-bg .feature-md-div h4 {
	font-size: 15px;
}
.hosting-bg .feature-div h4 {
	font-size: 18px;
}
.feature-div-ecommerce h4 {
	font-size: 20px;
}
.showcase-box {
	min-height: 610px;
}
.ff-services-links-div {
	padding-right: 120px;
}
.feature-lable-div h4 {
	font-size: 20px;
}
}
@media only screen and (min-width : 1152px) and (max-width : 1199px) {
.carousel-caption {
	padding-top: 50px !important;
}
.hosting-bg {
	background-size: cover;
}
header, header.sticky {
	padding: 20px;
}
.container {
	width: 95%;
}
.showcase {
	width: 68%;
	padding: 120px 25px;
}
.cta-gray {
	width: 32%;
	padding: 120px 30px;
}
.ff-form {
	width: 82%;
}
.showcase-slider h2 {
	font-size: 24px;
	margin-top: 0px;
}
.cta-text {
	font-size: 36px;
	line-height: 1.1;
	margin: 70px 0px 45px 0px;
}
.page-title {
	bottom: 40px;
}
.page-title h1 {
	margin-bottom: 10px;
}
.showcase-box {
	min-height: 640px;
}
.step-div h2 {
	font-size: 24px;
}
.step-img img {
	width: 80%;
}
.step-number {
	font-size: 36px;
}
.main-para-col-left {
	padding-left: 70px;
}
.feature-div-ecommerce {
	padding-left: 75px;
}
.feature-div-ecommerce h4 {
	font-size: 20px;
}
.main-para-img-right {
	margin-top: 240px;
}
.logo-t4 {
	width: 20%;
	margin: 20px 30px 20px 0px
}
.logo-t4 img {
	width: 100%;
}
.step-number {
	font-size: 24px;
	left: -2px;
	top: 15px;
}
.carousel-caption {
	padding-top: 80px;
}
.project-info {
	margin-top: 0px;
}
.logo-services img {
	width: 40%;
	margin: 0px 50px 20px 0px;
}
.webdesign-bg .feature-md-div h4 {
	font-size: 15px;
}
.hosting-bg .feature-div h4 {
	font-size: 18px;
}
.feature-div-ecommerce h4 {
	font-size: 20px;
}
.showcase-box {
	min-height: 610px;
}
.ff-services-links-div {
	padding-right: 105px;
}
.feature-lable-div h4 {
	font-size: 20px;
}
.main-para h1 {
	font-size: 36px;
}
.page-title h1 {
	margin-bottom: 5px;
	font-size: 36px;
}
.half-sec {
	margin-top: 50px;
}
}
@media only screen and (min-width : 1024px) and (max-width : 1151px) {
.hosting-bg {
	background-size: cover;
}
h1 {
	font-size: 48px;
	margin-bottom: 25px;
}
h2 {
	font-size: 30px;
}
.features-bg p {
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 30px;
}
header, header.sticky {
	padding: 20px;
}
.container {
	width: 95%;
}
.showcase {
	width: 100%;
	padding: 120px 30px;
}
.cta-gray {
	width: 100%;
}
.ff-form {
	width: 75%;
}
.ff-services-links-div {
	padding-right: 40px;
}
.about-dec-footer {
	padding-right: 30px;
}
.showcase-slider h2 {
	margin-top: 0px;
}
.cta-text {
	margin: 0px 0px 25px 0px;
}
.services {
	padding-right: 0px;
}
.navigation {
}
.page-title {
	bottom: 30px;
}
.page-title h1 {
	margin-bottom: 5px;
	font-size: 36px;
}
.contact-form .service-info {
	display: block;
}
.contact-form .price-range {
	margin-top: 40px;
}
.mg-top-30 .mg-bottom-30 {
	margin-bottom: 25px;
}
.main-para h1 {
	font-size: 36px;
}
.logo-services img {
	margin: 0px 50px 20px 0px;
	width: 38%;
}
.feature-div {
	min-height: 245px;
}
.feature-div h4 {
	font-size: 15px;
}
.showcase-box {
	min-height: 660px;
}
.step-div h2 {
	font-size: 18px;
}
.step-img img {
	width: 100%;
}
.step-number {
	font-size: 30px;
	top: 12px;
	left: -8px;
}
.logo-t6 {
	width: 24%;
}
.feature-lable-div h4 {
	font-size: 18px;
}
.main-para-col-left {
	padding-left: 60px;
}
.feature-div-ecommerce {
	padding-left: 75px;
}
.feature-div-ecommerce h4 {
	font-size: 20px;
}
.main-para-img-right {
	margin-top: 210px;
}
.logo-t4 {
	width: 20%;
	margin: 20px 30px 20px 0px
}
.logo-t4 img {
	width: 100%;
}
.main-para-col-left h2 {
	font-size: 24px;
}
.main-para-col-left .feature-div-ecommerce {
	margin-top: 10px;
}
.service-title span {
	margin-bottom: 5px;
}
.half-sec {
	margin-top: 50px;
}
.service-title span {
	margin-bottom: 5px;
}
.carousel-caption {
	padding-top: 30px;
}
.error-page {
	padding: 200px 0px 200px 0px;
}
.vc_row {
	margin-right: 0px !important;
}
.vc_column_container>.vc_column-inner {
	padding-right: 0px !important;
}
}
@media only screen and (min-width : 993px) and (max-width : 1023px) {
.hosting-bg {
	background-size: cover;
}
header {
	padding: 30px;
}
h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.features-bg h1 {
	font-size: 48px;
	margin-bottom: 20px;
}
.showcase {
	width: 100%;
	padding: 120px 30px;
}
.cta-gray {
	width: 100%;
}
.cta-text {
	margin-top: 0px;
}
.ff-form {
	width: 80%;
}
.about-dec-footer {
	padding-right: 0px;
}
.ff-services-links-div {
	padding-right: 30px;
}
.mg-top-30 .mg-bottom-30 {
	margin-bottom: 25px;
}
.accordian-sm {
	margin-bottom: 30px;
}
.feature-div h4 {
	font-size: 15px;
}
.logo-services img {
	margin: 0px 50px 20px 0px;
	width: 37%;
}
.main-para h1 {
	font-size: 36px;
}
.feature-div {
	min-height: 245px;
}
.showcase-box {
	min-height: 670px;
}
.service-title span {
	margin-bottom: 5px;
}
.half-sec {
	margin-top: 50px;
}
.service-title span {
	margin-bottom: 5px;
}
.step-img img {
	width: 100%;
}
.step-div h2 {
	font-size: 20px;
}
.step-number {
	font-size: 24px;
	left: 0px;
	top: 17px;
}
.logo-t6 {
	width: 24%;
}
.main-para-col-left {
	padding-left: 65px;
}
.main-para-img-right {
	margin-top: 230px;
}
.error-page {
	padding: 200px 0px 200px 0px;
}
.container {
	width: 95%;
}
.vc_row {
	margin-right: 0px !important;
}
.vc_column_container>.vc_column-inner {
	padding-right: 0px !important;
}
.carousel-caption {
	padding-top: 70px;
}
.page-title {
	bottom: 30px;
}
.page-title h1 {
	margin-bottom: 5px;
	font-size: 36px;
}
.feature-lable-div h4 {
	font-size: 18px;
}
}
/*iPad*/
@media only screen and (max-width:992px) {
.hosting-bg {
	background-size: cover;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
.main-para h1 {
	font-size: 36px;
}
.hamburg {
	margin-left: 10px;
}
.social-icn {
	margin-left: 5px;
}
.features-bg p {
	font-size: 24px;
	line-height: 1.1;
	margin-bottom: 30px;
}
header, header.sticky {
	width: 100%;
	padding: 20px;
}
.container {
	width: 100%;
}
.showcase {
	width: 100%;
	padding: 120px 25px;
	overflow-x: hidden;
}
.cta-gray {
	width: 100%;
}
.ff-form {
	width: 80%;
}
.ff-services-links-div {
	padding-right: 0px;
}
.ff-services-link {
	padding-right: 15px;
}
.about-dec-footer {
	display: none;
}
.showcase-slider h2 {
	margin-top: 0px;
}
.cta-text {
	font-size: 48px;
	margin: 0px 0px 25px 0px;
}
.services {
	padding-right: 15px;
}
.services img {
	width: 60%;
}
.navigation {
}
.ff-form {
	width: 90%;
}
.footer-form-bg {
	min-height: 650px;
}
.scroll-to-top {
	bottom: 10px;
	right: 10px;
}
.page-title {
	bottom: 20px;
}
.page-title h1 {
	margin-bottom: 5px;
	font-size: 30px;
}
.page-title h5 {
	font-size: 16px;
}
.contact-form .service-info {
	display: block;
}
.contact-form .price-range {
	margin-top: 40px;
}
.mg-top-30 .mg-bottom-30 {
	margin-bottom: 25px;
}
.user-info {
	margin-bottom: 30px;
}
.accordian-sm {
	margin-bottom: 30px;
}
.logo-services {
	margin-top: 0px;
}
.logo-services img {
	margin: 0px 80px 20px 0px;
	width: 30%;
}
.showcase-box {
	min-height: 645px;
}
.main-para-img {
	margin-top: 0px;
}
.step-div {
	padding-right: 15px;
	margin-bottom: 40px;
}
.step-img img {
	width: 80%;
}
.step-div h2 {
	font-size: 20px;
	margin-bottom: 10px;
}
.step-number {
	font-size: 28px;
	left: -3px;
	top: 17px;
}
.logo-t6 {
	width: 24%;
}
.main-para-col-left {
	padding-left: 15px;
}
.logo-t4 {
	width: 18%;
}
.half-sec {
	margin-top: 50px;
}
.service-title span {
	margin-bottom: 5px;
}
.main-para-img-right {
	margin-top: 220px;
}
.carousel-caption {
	padding-top: 30px;
}
.error-page {
	padding: 200px 0px 150px 0px;
}
.feature-md-div h4 {
	font-size: 20px;
}
.feature-lable-div h4 {
	font-size: 18px;
}
.feature-div h4 {
	font-size: 14px;
}
}
@media only screen and (max-width:980px) {
.step-div {
	margin-bottom: 50px;
}
.step-img img {
	width: auto;
}
.step-number {
	font-size: 36px;
	left: 0px;
	top: 25px;
}
.main-para-img-right {
	margin-top: 50px;
}
.logo-services {
	margin-top: 50px;
}
.feature-lable-div h4 {
	font-size: 20px;
}
.feature-div h4 {
	font-size: 20px;
}
.showcase-box {
	min-height: 630px;
}
}
@media only screen and (max-width:800px) {
h1 {
	font-size: 36px;
	margin-bottom: 25px;
}
.btn-common {
	letter-spacing: 1px;
}
.services h2 {
	font-size: 24px;
}
.showcase {
	padding: 120px 15px;
}
.features-bg p {
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 30px;
}
.hamburg {
	margin-left: 5px;
}
.showcase-box {
	min-height: 605px;
}
.social-icn {
	margin-left: 10px;
}
.cta-gray {
	padding: 120px 30px;
}
.cta .btn-white-black {
	margin-left: 0px;
	margin-top: 20px;
}
.mg-top-30 .mg-bottom-30 {
	margin-bottom: 25px;
}
.company-bg-sec p {
	font-size: 20px;
	line-height: 1.5;
}
.hosting-bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.main-para h1 {
	font-size: 36px;
	margin-bottom: 15px;
}
.step-img img {
	width: auto;
}
.service-title span {
	margin-bottom: 5px;
}
}
@media only screen and (max-width:768px) {
.showcase-box {
	min-height: 620px;
}
.btn-red-black, .btn-red-white, .btn-white-black {
	padding: 11px 15px 8px 15px;
	background-image: none;
}
.btn-red-black:hover, .btn-red-white:hover, .btn-white-black:hover {
	padding: 11px 15px;
	background-image: none;
}
.ff-submit-middle {
	display: none;
}
.ff-submit-end {
	display: block;
}
.footer-form {
	position: relative;
}
}
@media only screen and (max-width:736px) {
.showcase-box {
	min-height: 620px;
}
.main-para-img {
	margin-top: 50px;
}
.step-img img {
	width: 30%;
}
.step-number {
	font-size: 28px;
	left: 0px;
	top: 22px;
}
.logo-inner {
	display: none;
}
.hosting-bg {
	background-size: cover;
}
.services img {
	width: 30%;
}
.user-info {
	margin-bottom: 50px;
}
.services {
	margin-bottom: 50px;
}
.services h2 {
	margin-top: 20px;
}
.services p {
	margin-bottom: 15px;
}
.footer-form-bg {
	min-height: auto;
}
.ff-services-link {
	margin-top: 50px;
	padding-right: 15px;
}
footer h6 {
	margin-bottom: 20px;
}
.btn-full {
	background-position: 70% center;
}
.btn-full:hover {
	background-position: 71% center;
}
.slider-button .btn-red-white {
	display: none;
}
.carousel-caption {
	padding-top: 50px;
}
}
@media only screen and (max-width:667px) {
.step-number {
	font-size: 26px;
	left: 0px;
	top: 20px;
}
.cta {
	font-size: 30px;
}
.hosting-bg {
	background-size: cover;
}
.footer-form-bg {
	min-height: 850px;
}
.btn-full {
	background-position: 72% center;
}
.btn-full:hover {
	background-position: 73% center;
}
.logo-t6 {
	width: 32%;
}
.showcase-box {
	min-height: auto;
}
}
@media only screen and (max-width:640px) {
.hosting-bg {
	background-size: cover;
}
header, header.sticky {
	padding: 10px;
}
section, .showcase, .cta, footer {
	padding: 90px 0px;
}
.cta-gray {
	padding: 90px 30px;
}
.ff-tab-1-col-2 {
	margin-top: 20px;
}
.ff-contact-info {
	margin-bottom: 10px;
}
.about-dec-footer {
	margin-top: 0px;
	padding-right: 15px;
}
.about-dec-footer img {
	margin-bottom: 20px;
}
.about-dec-footer p {
	margin-bottom: 50px;
}
.showcase-slide-img {
	margin-bottom: 20px;
}
.page-title h1 {
	margin-bottom: 5px;
	font-size: 24px;
}
.cta {
	font-size: 30px;
}
.contact-info {
	margin-top: 30px;
}
.logo-inner {
	display: none;
}
.step-img img {
	width: 30%;
}
.logo-t6 {
	width: 32%;
}
.feature-lable-div h4 {
	font-size: 20px;
}
.logo-t4 {
	width: 40%;
	margin: 10px 40px 10px 0px;
}
.btn-full {
	background-position: 74% center;
}
.btn-full:hover {
	background-position: 75% center;
}
}
@media only screen and (max-width:568px) {
.hosting-bg {
	background-size: cover;
}
.step-number {
	font-size: 24px;
	top: 17px;
}
.cta {
	font-size: 24px;
}
.btn-full {
	background-position: 76% center;
}
.btn-full:hover {
	background-position: 77% center;
}
.logo-t6 {
	width: 32%;
}
}
/*iPhone 6*/
@media only screen and (max-width:480px) {
.carousel-caption {
	padding-top: 100px;
}
.hosting-bg {
	background-size: cover;
}
h1 {
	font-size: 30px;
}
header, header.sticky {
	width: 100%;
}
.cta-text {
	font-size: 36px;
	line-height: 36px;
}
.logo {
	width: 35%;
}
.navigation {
	margin-top: 0px;
}
.page-title {
	bottom: 10px;
}
.page-title h1 {
	margin-bottom: 5px;
	font-size: 18px;
}
.page-title h5 {
	font-size: 13px;
}
.cta {
	font-size: 24px;
}
.cta-text-red {
	margin-bottom: 5px;
}
.services img {
	width: 40%;
}
.icn-logo-fb-white, header.sticky .icn-logo-fb-black {
	display: none;
}
.social-icn a {
	margin: 0px;
}
.hamburg {
	margin-top: 7px;
}
.nav-menu {
	margin-top: 7px;
}
.ff-form {
	padding: 20px;
}
.logo-services img {
	width: 33%;
	margin: 0px 30px 20px 0px;
}
.main-para h1 {
	font-size: 36px;
}
.showcase-box {
	padding: 30px;
}
.step-img img {
	width: 45%;
}
.feature-lable-div {
	margin-bottom: 35px;
}
.logo-t4 {
	width: 35%;
}
.feature-div-ecommerce {
	padding-left: 75px;
}
.feature-div-ecommerce h4 {
	font-size: 20px;
}
.page-title h5 {
	display: none;
}
.step-number {
	font-size: 26px;
	left: 0px;
	top: 20px;
}
.btn-full {
	background-position: 79% center;
}
.btn-full:hover {
	background-position: 80% center;
}
.main-para-col-left {
	padding-right: 15px;
}
}
/*iPhone 6 plus*/
@media only screen and (max-width:414px) {
.hosting-bg {
	background-size: cover;
}
.step-number {
	font-size: 24px;
	left: -1px;
	top: 17px;
}
.error-page {
	padding: 150px 0px 100px 0px;
}
.error-title {
	font-size: 100px;
	margin-bottom: 10px;
}
.feature-div h4, .feature-md-div h4 {
	font-size: 18px;
}
.carousel-caption {
	padding-top: 50px;
}
.btn-full {
	width: 100%;
	background-position: 86% center;
}
.btn-full:hover {
	width: 100%;
	background-position: 87% center;
}
.ff-contact-info {
	padding-left: 30px;
}
}
@media only screen and (max-width:375px) {
h2 {
	font-size: 24px;
}
.main-para h1 {
	font-size: 30px;
}
.step-number {
	font-size: 20px;
	left: 0px;
	top: 15px;
}
.feature-div h4, .feature-md-div h4 {
	font-size: 16px;
}
.hosting-bg {
	background-size: cover;
}
.btn-full {
	width: 100%;
	background-position: 92% center;
}
.btn-full:hover {
	width: 100%;
	background-position: 93% center;
}
.logo-t6 {
	width: 48%;
}
}
/*Nexus 5*/
@media only screen and (max-width:360px) {
.hosting-bg {
	background-size: cover;
}
.page-title h1 {
	margin-bottom: 2px;
	font-size: 15px;
}
.page-title h5 {
	font-size: 11px;
}
.btn-full {
	background-position: 88% center;
	letter-spacing: 1px;
}
.btn-full:hover {
	background-position: 89% center;
}
}
/*iPhone 5*/
@media only screen and (max-width:320px) {
.webdesign-bg .pull-right {
	float: unset !important;
}
h2 {
	font-size: 22px;
}
.hosting-bg {
	background-size: cover;
}
.logo {
	margin-top: 5px;
}
.service-info img {
	display: none;
}
.main-para h1 {
	font-size: 24px;
}
.feature-div h4 {
	font-size: 15px;
}
.step-img img {
	width: 55%;
}
.step-number {
	font-size: 22px;
}
.step-div h2 {
	font-size: 24px;
}
.feature-lable-div h4 {
	font-size: 18px;
}
.error-page {
	padding: 100px 0px;
}
.btn-full {
	background-position: 90% center;
	font-size: 13px;
	letter-spacing: 1px;
}
.btn-full:hover {
	background-position: 91% center;
}
.ff-form h5 {
	font-size: 18px;
}
}
