/* Reset CSS */

@charset "utf-8";
html {
	margin: 0;
	padding: 0;
}

html,
body {
	background-color: #ffffff;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px;
}


a {
	outline: 0;
}

a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
	transition: 100ms all ease-in-out 0s;
}

a:active,
.btn-default:focus,
.btn-default:active {
	outline: 0;
	text-decoration: none;
}

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

header.header {
	position: fixed;
	width: 100%;
	z-index: 999;
	min-height: 80px;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	font-family: 'Montserrat', sans-serif;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 9px 0px #cccccc;
}

.header.header-init {
	background: #ffffff;
}

.contacts {
	display: inline-block;
}

.main-menu {
	float: right;
	padding: 15px 15px 0;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.navbar-header {
	padding: 20px 0px;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.logo img {
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	    padding: 22px 0px;
    width: 134px;
}

.navbar-collapse.collapse {
	display: block !important;
	height: auto !important;
	overflow: visible !important;
	padding: 0px;
}

.navbar {
	border-radius: 0px !important;
	float: left;
	width: 100%;
	margin-bottom: 0px !important;
	height: auto !important;
	background: none;
	border: 0px;
	min-height:auto;
}

.navbar-nav {
	float: right;
	margin: 0;
	/* width: 100%; */
	text-align: right;
	min-height: auto !important;
}

.navbar-nav>li {
	float: left !important;
	display: inline-block !important;
	padding: 0px 26px;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.navbar-nav>li.active a {
	-webkit-box-shadow: 0px 6px 0px 0px rgba(0,97,181,1);
-moz-box-shadow: 0px 6px 0px 0px rgba(0,97,181,1);
box-shadow: 0px 6px 0px 0px rgba(0,97,181,1);
	}

.header-init .navbar-nav>li {
	padding: 0px;
}

.header-init .navbar-nav>li a {
	padding: 24px 0px 17px 0px !important;
}

.navbar-nav>li:last-child {
	padding-right: 0px!important;
}

.header-init .navbar-nav>li {
	padding: 0px 26px;
	}
	

.header-init .logo img {
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	padding: 16px 0px;
    width: 110px;
}

.header-init {
	min-height: 63px !important;
}

.navbar-nav>li>a {
	text-decoraiton: none !important;
	color: #222222 !important;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	padding: 31px 0px 25px 0px !important;
	line-height: 100%;
}

.nav>li>a:focus,
.nav>li>a:hover,
.nav>li.active>a {
	text-decoration: none;
	background-color: transparent !important;
	color: #222222 !important;
	-webkit-box-shadow: 0px 6px 0px 0px rgba(244,140,42,1);
-moz-box-shadow: 0px 6px 0px 0px rgba(244,140,42,1);
box-shadow: 0px 6px 0px 0px rgba(244,140,42,1);
}


.dropdown-menu>li>a {
	color: #fff !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	padding: 8px 20px !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background: transparent !important;
	color: #49e7ff !important;
}

.dropdown-toggle:hover .dropdown-menu {
	display: block !important;
}

.nav>li>a.ltConnect {
	color: #2d8e88 !important;
	position: relative;
}

.nav>li>a.ltConnect:before {
	content: '|';
	position: absolute;
	top: 33px;
	left: 0px;
	color: #323b48;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.nav>li>a.ltConnect:after {
	content: '|';
	position: absolute;
	top: 33px;
	right: 0px;
	color: #323b48;
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}

.header-init .nav>li>a.ltConnect:before,
.header-init .nav>li>a.ltConnect:after {
	top: 28px;
}

.nav>li>a.ltConnect:hover,
.nav>li>a.ltConnect:focus {
	background-color: transparent !important;
	color: #52aca6 !important;
}

/*------home-------------*/
.homeExecuting {
	display:block;
	padding:80px 0px;
	}

.homeBanner {
	background: url(../images/home_banner.png) center top no-repeat;
    padding: 140px 0px 60px 0px;
    background-size: cover;
    min-height: 650px;
	}

.executingBox {
	display:block;
	text-align:center;
	}
	.executingBox h5 {
    font-size: 23px;
    font-weight: 700;
    margin: 20px auto 15px auto;
    width: 80%;
}
.executingBox p {
    width: 89%;
    margin: 0px auto;
    line-height: 28px;
}
	
.tectHeading.tectHeadingHome h4 {
    width: 51%;
	}
.homeContent {
	display:block;
	padding:60px 0px;
}
.homeCenter {
	margin: 0px auto;
    width: 70%;
	}
.servicesTopHome {
	text-align:center;
	}
img.homeImage {
	width: 640px;
	}
.homeClient {
    background: rgba(249,236,50,1);
background: -moz-linear-gradient(45deg, rgba(249,236,50,1) 0%, rgba(242,161,48,1) 47%, rgba(247,106,30,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(249,236,50,1)), color-stop(47%, rgba(242,161,48,1)), color-stop(100%, rgba(247,106,30,1)));
background: -webkit-linear-gradient(45deg, rgba(249,236,50,1) 0%, rgba(242,161,48,1) 47%, rgba(247,106,30,1) 100%);
background: -o-linear-gradient(45deg, rgba(249,236,50,1) 0%, rgba(242,161,48,1) 47%, rgba(247,106,30,1) 100%);
background: -ms-linear-gradient(45deg, rgba(249,236,50,1) 0%, rgba(242,161,48,1) 47%, rgba(247,106,30,1) 100%);
background: linear-gradient(45deg, rgba(249,236,50,1) 0%, rgba(242,161,48,1) 47%, rgba(247,106,30,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ec32', endColorstr='#f76a1e', GradientType=1 );
}
#demos {
    padding: 60px 0px;
}
.owl-carousel.owl-theme.owl-loaded.owl-drag {
    max-width: 90%;
    margin: auto;
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: -35px;
}
.owl-dots {
    display: none;
}
button.owl-prev {
    left: -40px;
    position: absolute;
}
button.owl-next {
    right: -40px;
    position: absolute;
}
.owl-nav button span {
    font-size: 100px!important;
    color: #fff;
}
.owl-carousel .owl-item img {
    width: auto!important;
    display: inline-block!important;
}
.owl-nav.disabled {
	display:block!important;
	}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent!important;
    outline: none!important;
}
.mt30 {
	margin-top:30px!important;
	}
	
/*------Insights---------*/

.blogBanner {
    background: url(../images/blog_banner.png) center top no-repeat;
    padding: 140px 0px 60px 0px;
    background-size: cover;
    min-height: 650px;
}

.insightsPost {
	padding:100px 0px;
	display:block;
	}
.postImage {
	width:100%;
	}
.postImage img {
	width:90%;
	box-shadow: 0 0 5px #c5c5c5;
	}
.postContent {
	display:block;
	}
.postContent h5 {
	margin:0px 0px 30px 0px;
	}
.postContent h5 a {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 0px;
	color: #222222;
}
.postContent p {
    font-size: 18px;
    margin-bottom: 30px;
    display: inline-block;
}
a.readMore {
    border: 1px solid #222222;
    color: #222222;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 0px;
    transition: all 300ms ease-in-out 0s;
}
a.readMore:hover {
    background: #222222;
    color: #ffffff;
    transition: all 300ms ease-in-out 0s;
}

.mt100 {
	margin-top:100px;
	}
	
/*------Services--------*/
.servicesBanner {
	background: url(../images/services_banner.png) center top no-repeat;
    padding: 140px 0px 60px 0px;
    background-size: cover;
    min-height: 650px;
	}
.tectHeading h4 {
    display: block;
    font-size: 47px;
    font-weight: 700;
    line-height: 63px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #fff;
	width: 55%;
}
.tectHeadingStr h4 {
	width: 65%;
	}
.tectHeadingStr p {
    width: 41%!important;
}
.tectHeading p {
    color: #ffffff;
    font-size: 20px;
    width: 47%;
    margin-top: 50px;
}
.empower {
    display: block;
    padding: 80px 0px;
}

.hdngEmpower {
    display: block;
    font-size: 37px;
    font-weight: 700;
    line-height: 49px;
    margin-bottom: 40px;
    margin-top: 0px;
    text-align: center;
}

.servicesTopHome h3 {
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 45px!important;
}

.servicesTop p {
	text-align:center;
	line-height:28px;
	margin-bottom:30px;
	}
.servicesTop span {
	color:#F48C2A;
	}
.mb50 {
	margin-bottom: 50px;
	}
ul.empowerList {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}
ul.empowerList li {
    display: block;
    padding: 0px 0px 0px 60px;
	background-position: 0px 0px!important;
}
ul.empowerList li h6 {
    margin: 0px 0px 15px 0px;
    line-height: 100%;
    color: #F48C2A;
    font-size: 20px;
    font-weight: 600;
}
ul.empowerList li p {
    margin: 0px;
	font-size:17px;
}

ul.empowerList li.strategic {
    background: url(../images/strategic.svg) left 56px no-repeat;
}
ul.empowerList li.communication {
    background: url(../images/communication.svg) left 56px no-repeat;
}
ul.empowerList li.app {
    background: url(../images/app.svg) left 56px no-repeat;
}
ul.empowerList li.digital {
    background: url(../images/digital.svg) left 56px no-repeat;
}
ul.empowerList li.seo {
    background: url(../images/seo.svg) left 39px no-repeat;
}
ul.empowerList li.graphic {
    background: url(../images/graphic.svg) left 56px no-repeat;
}
ul.empowerList li.media {
    background: url(../images/media.svg) left 56px no-repeat;
}
ul.empowerList li.video {
    background: url(../images/videos.svg) left 41px no-repeat;
}
ul.empowerList li.ui {
    background: url(../images/ui.svg) left 56px no-repeat;
}
ul.empowerList li.email {
    background: url(../images/email.svg) left 56px no-repeat;
}
ul.empowerList li.social {
    background: url(../images/social.svg) left 56px no-repeat;
}
ul.empowerList li.webinars {
    background: url(../images/webinars.svg) left 56px no-repeat;
}
ul.empowerList li.dashboard {
    background: url(../images/dashboard.svg) left 40px no-repeat;
}
ul.empowerList li.consumer {
    background: url(../images/consumer.svg) left 39px no-repeat;
}

.needsec {
    padding: 60px 0px;
    background: rgba(247,106,30,1);
background: -moz-linear-gradient(45deg, rgba(247,106,30,1) 0%, rgba(242,161,48,1) 46%, rgba(249,236,50,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(247,106,30,1)), color-stop(46%, rgba(242,161,48,1)), color-stop(100%, rgba(249,236,50,1)));
background: -webkit-linear-gradient(45deg, rgba(247,106,30,1) 0%, rgba(242,161,48,1) 46%, rgba(249,236,50,1) 100%);
background: -o-linear-gradient(45deg, rgba(247,106,30,1) 0%, rgba(242,161,48,1) 46%, rgba(249,236,50,1) 100%);
background: -ms-linear-gradient(45deg, rgba(247,106,30,1) 0%, rgba(242,161,48,1) 46%, rgba(249,236,50,1) 100%);
background: linear-gradient(45deg, rgba(247,106,30,1) 0%, rgba(242,161,48,1) 46%, rgba(249,236,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f76a1e', endColorstr='#f9ec32', GradientType=1 );
}
.needSome {
    display: block;
}
.needSome h4 {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 0px;
    color: #fff;
    margin-top: 0px;
}
.rDemo {
    background: #ffffff;
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 3px;
    box-shadow: 0px 2px 3px 0px #b18e00;
    margin: 17px 0px;
    float: right;
}
.rDemo:hover, .rDemo:focus {
	color: #222222;
	}

/*------About--------*/

.aboutBottom {
	background:url(../images/about-bottom-bg.svg) center top no-repeat;
	background-size:cover;
	padding:60px 0px;
	text-align:center;
	}
	
.aboutBottom img {
	/*--width:100%;--*/
	}
	
.aboutMobileImg {
	display:none;
	}

.aboutCore {
	display:block;
	padding:60px 0px 30px 0px;
	}
	
.aboutCore p {
	line-height:28px;
	}
	
.aboutPoints {
    margin: 40px 0px 0px 0px;
    padding: 0px 0px 0px 18px;
    list-style: initial;
}

ul.aboutPoints li {
    margin-bottom: 15px;
}

.aboutBanner {
    background: url(../images/about_banner.png) center top no-repeat;
    padding: 140px 0px 60px 0px;
    background-size: cover;
    min-height: 650px;
}
	
.counters {
    padding: 60px 0px;
    background: rgba(249,236,50,1);
	background: -moz-linear-gradient(45deg, rgba(249,236,50,1) 0%, rgba(242,161,48,1) 47%, rgba(247,106,30,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(249,236,50,1)), color-stop(47%, rgba(242,161,48,1)), color-stop(100%, rgba(247,106,30,1)));
	background: -webkit-linear-gradient(45deg, rgba(249,236,50,1) 0%, rgba(242,161,48,1) 47%, rgba(247,106,30,1) 100%);
	background: -o-linear-gradient(45deg, rgba(249,236,50,1) 0%, rgba(242,161,48,1) 47%, rgba(247,106,30,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(249,236,50,1) 0%, rgba(242,161,48,1) 47%, rgba(247,106,30,1) 100%);
	background: linear-gradient(45deg, rgba(249,236,50,1) 0%, rgba(242,161,48,1) 47%, rgba(247,106,30,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9ec32', endColorstr='#f76a1e', GradientType=1 );
    position: relative;
	text-align:center;
}
.counters:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/waves.png) center bottom no-repeat;
    width: 100%;
}
.counters h4 {
    display: block;
    font-size: 41px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 25px;
    margin-top: 0px;
    color: #000;
}
h6.indBnch {
    margin: 0px 0px 60px 0px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.counterInner {
    display: inline-block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: url(../images/ellipse.png) center top no-repeat;
	position:relative;
}
.counterInner strong {
    position: absolute;
    top: 10px;
    right: -14px;
    color: #ffffff;
    font-size: 70px;
    font-weight: 500;
    line-height: 100%!important;
}
.counterInner b {
    color: #fff;
    font-size: 71px;
    font-weight: 500;
    text-align: right;
    display: block;
	text-align:center;
}
.counterInner b i {
    font-style: normal;
    font-size: 48px;
}
.counterInner p {
    color: #000;
    font-size: 27px;
    text-align: center;
    line-height: 100%;
    margin-top: 12px;
}
	
/*------Services--------*/

.servicesBanner {
    background: url(../images/services_banner.png) center top no-repeat;
    padding: 140px 0px 60px 0px;
    background-size: cover;
    min-height: 650px;
}

.solContent p {
    line-height: 28px;
}
.solContentLeft p {
    width: 81%;
}	
.solContent h5 {
    margin: 0px 0px 15px 0px;
    line-height: 36px;
    font-size: 28px;
    font-weight: 600;
	width: 70%;
}
img.formulateImage {
    height: 300px;
    margin-left: 100px;
}
.solContentRight {
    padding-left: 100px;
}
img.knowImage {
    height: 300px;
    margin-left: 100px;
}
img.createImage {
    height: 300px;
    margin-left: 100px;
}
img.websiteImage {
    height: 300px;
    margin-left: 100px;
    margin-top: 5px;
}
img.ongoingImage {
    height: 300px;
    margin-left: 100px;
}
img.productImage {
    height: 300px;
    margin-left: 100px;
}
img.testImage {
    height: 300px;
    margin-left: 100px;
}
.solContent.solContentLeft.testContent, .solContent.solContentRight.productContent {
	margin: 22px 0px;
	}
.solContent.solContentLeft.ongoingContent, .solContent.solContentLeft.createContent {
    margin: 36px 0px;
	}
.solContent.solContentRight.knowContent {
    margin: 68px 0px;
	}
.solContent.solContentLeft.formulateContent {
    margin: 39px 0px;
	}
.mt150 {
	margin-top:120px;
	}
	
.mb80 {
	margin-top:80px;
}

/*--------strategyBanner-------*/
.strategyBanner {
	background: url(../images/stretgy_banner.png) 0px 30px no-repeat;
    padding: 140px 0px 60px 0px;
    background-size: cover;
    min-height: 650px;
	}

/*------Contact---------*/

.empowerContact {
	background: transparent!important;
}

.smwEmpower {
	display: block;
	padding: 140px 0px 60px 0px;
	background: rgb(222, 232, 240);
	background: -moz-linear-gradient(top, rgba(222, 232, 240, 1) 1%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(222, 232, 240, 1) 1%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(222, 232, 240, 1) 1%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee8f0', endColorstr='#ffffff', GradientType=0);
}

.smwEmpowerUpper {
	position: relative;
}

.colored {
	color: #F58627;
	font-weight: 600;
	font-size: 18px;
	display: block;
}

.smwEmpowerUpper h4 {
	display: block;
	font-size: 47px;
	font-weight: 700;
	line-height: 63px;
	margin-bottom: 15px;
	margin-top: 0px;
}

.smwEmpowerUpper p {
	margin: 20px 0px 0px 0px;
	line-height: 25px;
	width: 50%;
}

img.contactImage {
	position: absolute;
	right: 50px;
	top: -37px;
}

.contactForm {
	display: block;
	background: rgba(255, 255, 255, 1);
	background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(240, 232, 222, 1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(48%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(240, 232, 222, 1)));
	background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(240, 232, 222, 1) 100%);
	background: -o-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(240, 232, 222, 1) 100%);
	background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(240, 232, 222, 1) 100%);
	background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(240, 232, 222, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0e8de', GradientType=1);
	padding: 60px 0px;
}

.hdngForm {
	display: block;
	font-size: 28px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 40px;
	margin-top: 0px;
}

.addressContact {
	margin: 0px 0px 50px 0px;
	display: block;
}

.addressContact h6 {
	font-size: 20px;
}

.addressContact p {
	margin: 0px 0px 0px 0px;
	line-height: 23px;
}

.addressContact ul {
	display: block;
	padding: 0px;
	margin: 0px;
}

.addressContact ul li {
	display: inline-block;
	margin-right: 15px;
}

.addressContact ul li a {
	display: block;
}

.addressContact ul li a img {
	width: 32px;
}

.mb0 {
	margin-bottom: 0px;
}

.mail {
	color: #1286DB!important;
	display: block;
	margin-top: 15px;
}

.contactFormInner {
	width: 75%!important;
}

.oneField {
	position: relative;
}

span.redError {
	position: absolute;
	right: -14px;
	color: red;
	font-size: 20px;
	top: -6px;
}

.contactFormInner input {
	background: transparent!important;
	border: 1px solid #222!important;
	width: 100%!important;
	height: 40px!important;
	padding: 0px 15px!important;
	border-radius: 4px!important;
	margin-bottom: 20px!important;
	color: #222222!important;
}

.contactFormInner textarea {
	background: transparent!important;
	border: 1px solid #222!important;
	width: 100%!important;
	height: 150px!important;
	padding: 10px 15px!important;
	border-radius: 4px!important;
	margin-bottom: 0px!important;
	color: #222222!important;
}
.captcha {
    padding-bottom: 0em !important;
}

.actions .primaryAction {
	background: #222222!important;
	color: #ffffff!important;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 45px!important;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 0px 2px 3px 0px #292929;
	margin: 10px 0px 0px 0px;
	width: auto!important;
	height: auto!important;
}

footer {
	background: #011526;
	padding: 60px 0px;
}

address {
	margin: 0px;
}

address p {
	margin: 20px 0px 20px 0px;
	color: #fff;
	font-size: 17px;
}

address ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

address ul li {
	margin: 0px 10px 0px 0px;
	display: inline-block;
}

.headinFooter {
	margin: 0px 0px 15px 0px;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
}

.footerNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footerNav li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	display: block;
}

.footerNav li a {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	color: #fff;
}

.address {
	color: #fff;
}

.address a {
	margin-top: 20px;
	color: #fff;
	display: block;
}

.address span {
	display: block;
}

.errMsg {
	position: absolute;
	top: -14px;
	font-size: 11px;
	color: red;
}

div#myModal {
    background: rgba(0, 0, 0, 0.8);
}
.modal-body h5 {
    font-size: 30px;
    margin-bottom: 16px;
}
.modal-dialog {
    width: 600px;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 200px;
}
	
	@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

.followingStep {
	background:#f9f9f9;
	padding:60px 0px;
	text-align:center;
	}
a.ctaLink {
    color: #fff;
    display: inline-block;
    text-decoration: underline;
    font-weight: 600;
    margin-top: 15px;
}
.followingStep h4 {
        display: block;
    font-size: 37px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 40px;
    margin-top: 0px;
    text-align: center;
}
section.followingStep img {
    width: 210px;
    margin: 0px 25px;
}
.understandData {
	display:block;
	padding:60px 0px;
	}
.understandData h4 {
	display: block;
    font-size: 37px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 60px;
    margin-top: 0px;
    text-align: center;
	}