body {
	overflow-x: hidden;
	font-family: Proxima Nova,"Proxima Nova",Helvetica,Arial,sans-serif;
	height: 100%;
}

p {
	font-size: 20px;
}

p.small {
	font-size: 16px;
}

a:visited,
a:active,
a:focus {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: Ubuntu,"Ubuntu",Helvetica,Arial,sans-serif;
	font-weight: 700;
}


/* Header start */
header {
	text-align: center;
	color: #fff;
	/*background-image: url('../img/header.jpg');*/
	/*background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
	/*height: 760px;*/
	position: relative;
	/*background-position: center;*/
	/*z-index: -100;*/
}

header .container {
	padding-top: 100px;
	padding-bottom: 50px;
}

header h1 {
	text-transform: none;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 3.2em;
	letter-spacing: 2px;
	font-weight: 700;
}

header.innerpages {
	height: 60px;
}

a.header-contact-link {
	color: #fff;
	transition: all 0.2s ease-in-out;
}

a.header-contact-link:hover {
	color: #6cd791;
	text-decoration: none;
}

a.backlink {
	display: block;
	margin: 20px 0 0 15px;
	color: #3dbc75;
}

a.backlink:hover {
	color: #ff7153;
	text-decoration: none;
}

.image-center {
	text-align: center;
}

.navbar {
	text-transform: none;
	font-family: Ubuntu,"Ubuntu",Helvetica,Arial,sans-serif;
	font-weight: 700;
	position: absolute;
	z-index: 500;
	color: #fff;
	width: 100%;
	margin: 10px 0 0 0;
	text-align: center;
	border-radius: 0;
}

.navbar ul {
	float: left;
	display: inline-block;
	width: 100%;
	text-align: left;
}

.navbar ul li {
	display: inline;
	margin: 10px 10px 10px 10px;
	padding-bottom: 5px;
}

.navbar.original ul li:hover {
	border-bottom: 2px solid;
}

.navbar.original ul li.current-menu-item {
	border-bottom: 2px solid;
}

.navbar.cloned a.top-logo-wrapper .top-logo {
	padding: 16px 0;
}

.navbar a {
	color: #fff;
}

.navbar a:hover {
	text-decoration: none;
}

a.top-logo-wrapper .top-logo {
    font-size: 25px;
    padding: 35px 0;
}

.top-logo-wrapper {
	display: inline-block;
	width: auto;
	float: left;
}

.menu-webatix-container {
	display: inline-block;
	padding-top: 45px;
	float: right;
	width: auto;
	margin-right: 15px;
}

.navbar.cloned {
	height: 55px;
	background-color: #213148;
	box-shadow: rgba(0, 0, 0, 0.5) 0 1px 2px;
}

.navbar.cloned .menu-webatix-container {
	padding-top: 20px;
}

.navbar.cloned ul li a {
	color: #74849d;
	transition: all 0.2s ease-out;
}

.navbar.cloned ul li.current-menu-item a,
.navbar.cloned ul li.current-menu-item a:hover,
.navbar.cloned ul li a:hover {
	border: 0;
	color: #fff;
}

.navbar a:focus {
	text-decoration: none;
	outline: 0;
}

.social-wrapper-header {
	position: absolute;
	top: 33%;
	right: 25px;
	width: 35px;
	height: 200px;
	z-index: 499;
}

.social-wrapper-header ul li {
	display: block;
	width: 35px;
	height: 40px;
}

.social-wrapper-header a.social-icon {
	display: block;
	margin-bottom: 8px;
}

.headlabel {
	position: absolute;
	z-index: 100;
	top: 45%;
	left: 0;
	right: 0;
}

.colorlabel {
	font-family: Ubuntu, "Ubuntu", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	border: 2px solid #6cd791;
	border-radius: 35px;
	padding: 10px 35px 0px 35px;
	background-color: #6cd791;
	height: 66px;
	font-size: 30px;
	width: 650px;
}

.colorlabel strong {
	letter-spacing: 1px;
}

.headtext {
	text-align: center;
	margin-top: 3%;
}

.headtext p {
	max-width: 490px;
	display: inline-block;
	text-shadow: 2px 2px 1px #222;
}

a.headlink {
	display: inline-block;
	margin-top: 40px;
	border: 2px solid #fff;
	border-radius: 30px;
	background: transparent;
	color: #fff;
	padding: 10px 70px 0px 70px;
	height: 50px;
	font-size: 18px;
	transition: all 0.2s ease-out;
}

a.headlink:hover {
	color: #1f3452;
	background-color: #fff;
	text-decoration: none;
}

div.rev_slider {
	min-height: 356px;
}

.topwrap {
	display: inline-block;
	max-width: 1130px;
	height: auto;
	width: 100%;

}
/* Header end */


/* Sections common start */
section {
	/*padding: 50px 0;*/
}


section h2 {
	text-align: center;
	text-transform: none;
	font-weight: 400;
	font-size: 3.2em;
	letter-spacing: 1px;
	margin: 30px 0 50px 0;
}

section h3 {
	text-align: center;
	text-transform: none;
	font-weight: 400;
	font-size: 36px;
	letter-spacing: 1px;
	margin: 50px 0 50px 0;
	color: #3d5b86;
}

section.inner h3,
section.inner h2 {
	margin: 20px 0 30px 0;
	text-align: left;
	color: #3d5b86;
}

.gform_wrapper {
	display: block !important;
}
/* Sections common end */


/* Services section start */
section.services,
section.inner {
	background-color: #fff;
	padding-bottom: 10px;
}

section.services h2,
section.services p.services-title {
	color: #3d5b86;
}

p.services-title a {
	color: #3d5b86;
}

p.services-title a:hover {
	text-decoration: none;
	color: #6cd791;
}

section.services p.services-content {
	color: #7f7f7f;
}

div.services-content p,
div.services-content ol li {
	color: #7f7f7f;
	font-size: 16px;
}

section.services img {
	margin-bottom: 30px;
}

a.button.blue {
	display: inline-block;
	font-size: 18px;
	border: 2px solid #3d5b86;
	border-radius: 30px;
	width: 300px;
	height: 56px;
	background: transparent;
	color: #3d5b86;
	margin: 15px 0 50px 0;
	padding: 13px 0 10px 0;
	transition: all 0.2s ease-in-out;
}

a.button.blue:hover {
	text-decoration: none;
	background-color: #3d5b86;
	color: #fff;
}

.service-item-wrap {
	padding-bottom: 40px;
}

.inner-wrap {
	margin: 0;
	padding: 0;
}

.services-row-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}

/* Services section end */



/* Meet the Team section start */
section.team {
	background-color: #fff;
	height: auto;
}

section.team h2 {
	color: #fff;
	text-decoration: none;
}

.container-fluid.team {
	background-color: #6cd791;
}

p.member-name {
	display: none;
	padding-top: 0;
	color: #3d5b86;
	font-size: 2em;
	font-weight: 700;
	margin: 0;
}

div.member-text {
	color: #898888;
	display: inline-block;
}


div.member-position p {
	font-size: 16px;
	color: #3d5b86;
	max-width: 820px;
	display: inline-block;
}

div.member-text p {
	font-size: 1.1em;
	max-width: 820px;
	display: inline-block;
}

div.member-story {
	display: none;
	position: absolute;
	left: 10%;
	width: 80%;
	text-align: center;
}

.team-member img {
	width: 100%;
	height: auto;
	opacity: 0.7;
	transition: all 0.2s ease-in-out;
}

.team-member img:hover {
	opacity: 1 !important;
	transform: scale(1.03, 1.03) !important;
	transition-duration: 0.3s;
}

.team-member {
	float: left;
	width: 14%;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
}

section.team h4 {
	text-transform: none;
}

.team-member.active .member-story,
.team-member.active .member-name {
	display: block;
}

.team-member.active img {
	opacity: 1;
	transform: scale(1.03, 1.03);
}


.team-member .corner {
	width: 23px;
	height: 23px;
	background-color: #fff;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	position: relative;
	bottom: 12px;
	transform: scaleY(0.6) rotate(45deg);
	-webkit-transform: scaleY(0.6) rotate(45deg);
	-moz-transform: scaleY(0.6) rotate(45deg);
	display: none;
	margin: 0 auto 0 auto;
}

.team-member.active .corner {
	display: block;
}
/* Meet the Team section end */


/* Projects section start */
section.projects {
	background-image: url(../img/Projects_background.jpg);
	background-size: cover;
	color: #fff;
	padding-bottom: 100px;
}


.hexagon {
	position: relative;
	width: 360px; 
	height: 208px;
	margin: 104px auto 104px auto;
	background-size: auto 416px;
	background-position: center;
}

.hexTop,
.hexBottom {
	position: absolute;
	z-index: 1;
	width: 254px;
	height: 255px;
	overflow: hidden;
	-webkit-transform: scaleY(0.58) rotate(-45deg);
	-ms-transform: scaleY(0.58) rotate(-45deg);
	transform: scaleY(0.58) rotate(-45deg);
	background: inherit;
	left: 53px;
	box-shadow: 0px 0px 1px #2f5081; /* this shadow makes a hexagon borders smoother */
}

/*counter transform the bg image on the caps*/
.hexTop:after,
.hexBottom:after {
	content: "";
	position: absolute;
	width: 360px;
	height: 207px;
	-webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-104px);
	-ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-104px);
	transform:          rotate(45deg) scaleY(1.7321) translateY(-104px);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background: inherit;
}

.hexTop {
	top: -128px;
}

.hexTop:after {
	background-position: center top;
}

.hexBottom {
	bottom: -128px;
}

.hexBottom:after {
	background-position: center bottom;
}

.hexagon:after {
	content: "";
	position: absolute;
	top: 0.0000px;
	left: 0;
	width: 360px;
	height: 208px;
	z-index: 2;
	background: inherit;
}

.hexagon:hover,
.hexTop:hover,
.hexBottom:hover {
	background-image: none !important;
	background-color: #2f5081;
	/*transition: all 0.5s ease-in;*/
}

.project-item-wrapper {
	/*text-align: center;*/
	/*background-size: cover;
	min-height: 416px;*/
}

.project-item {
	/*width: 100%;
	height: auto;*/
	/*padding: 33% 10% 0 10%;*/
	/*display: none;*/
}

p.project-title {
	font-size: 28px;
	color: #fff;
	position: relative;
	z-index: 5;
	padding: 5px 32px 0 32px;
}

div.project-excerpt {

}


div.project-excerpt p {
	font-size: 14px;
	position: relative;
	z-index: 5;
	padding: 0 20px 0 20px;
}

.project-content {
	display: none;
	text-align: center;
	z-index: 15;
}

.project-link {
	display: inline-block;
	position: relative;
	border: 2px solid #fff;
	padding: 5px 25px 5px 25px;
	z-index: 5;
	border-radius: 30px;
	background: transparent;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	color: #fff;
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: 700;
}

.project-link:hover {
	background-color: #fff;
	color: #2f5081;
	text-decoration: none;
}
/* Projects section end */


/* Contact section start */
section.contact {
	background-color: #6cd791;
}

section.contact h2 {
	color: #fff;
}

section.contact input,
section.contact textarea, {
	color: #959595 !important;
	
}

.contact-home .string-field input {
	color: #959595;
}

.contact-home .string-field {
	height: 48px;
}

.contact-home .string-field .ginput_container {
	height: 100%;
}

.contact-home .gform_wrapper select {
	border: 2px solid #fff;
	background-color: #6cd791;
}

.contact-home .ginput_container input,
.contact-home .ginput_container textarea {
	border: 1px solid #fff;
}

.contact-home .gfield_label {
	display: none !important;
}

.contact-home li.gfield {
	margin: 5px 5px 5px 0;
}

.contact-home .gform_wrapper input,
.contact-home .gform_wrapper select,
.contact-home .gform_wrapper textarea {
	font-size: 18px !important;
	color: #959595;
}

.contact-home .gform_wrapper input,
.contact-home .gform_wrapper textarea {
	padding: 10px 10px 10px 20px !important;
	color: #959595;
}

.contact-home .gform_wrapper select {
	padding: 5px 10px 5px 15px !important;
	color: #fff;
}

.contact-home .gform_wrapper textarea::-webkit-input-placeholder {
	margin-right: auto;
	margin-left: auto;
}

.contact-home .gform_footer input[type=submit] {
	font-size: 18px;
	border: 2px solid #fff;
	border-radius: 30px;
	width: 300px;
	height: 56px;
	background: transparent;
	color: #fff;
	margin: 50px 0 50px 0;
	transition: all 0.2s ease-in-out;
}

.contact-home .gform_footer input[type=submit]:hover {
	background: #fff;
	color: #6cd791;
}

.contact-home .gform_footer {
	text-align: center;
}

.contact-home .gform_wrapper .top_label input.medium,
.contact-home .gform_wrapper .top_label select.medium {
	width: 100% !important;
	height: 48px;
}

.contact-home .string-field {
	float: left;
	width: 49%;
	clear: left !important;
}

.contact-home .right-message {
	float: right;
	width: 50%;
	clear: none !important;
	position: absolute;
	top: 10px;
	right: 0px;
}

.contact-home .gform_wrapper textarea.medium {
	height: 280px !important;
}

.contact-home .ginput_container textarea::-webkit-input-placeholder {
	text-align: center;
	padding-top: 30%;
}

.contact-home .gform_confirmation_wrapper {
	text-align: center;
	padding-bottom: 50px;
	color: #fff;
	font-size: 18px;
}

.contact-home select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Contact section end */


/* Footer start */

footer {
	color: #fff;
}

footer h3 {
	margin-bottom: 20px;
}

footer .footer-above {
	padding-top: 25px;
	background-color: #14243d;
}

footer .footer-col {
	margin: 0;
}

footer .footer-below {
	/*padding: 25px 0;*/
	background-color: #192a44;
}

.btn-social {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
	outline: 0;
}

.scroll-top {
	z-index: 10;
	position: fixed;
	right: 2%;
	bottom: 2%;
	width: 50px;
	height: 50px;
}

.scroll-top .btn {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 28px;
}

.scroll-top .btn:focus {
	outline: 0;
}


.footerlogo {
	background-image: url('../img/webatix-logo-image.png');
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
}

.footerlogotext {
	height: 45px;
	width: 212px;
	background-image: url('../img/webatix-footer-logo-text.png');
	display: inline-block;
}

.footerlogotext:hover {
	background-position: -212px, 0px;
}

.footerbottom {
	background-image: url('../img/First_Class_Technology_Solutions_440x20px.png');
	width: 100%;
	height: 71px;
	background-repeat: no-repeat;
	background-position: center;
}

.footercopyright {
	float: left;
	text-align: left;
	margin-top: 15px;
}

.footercopyright p {
	font-size: 14px;
	color: #3a5987;
	margin: 0 0 5px 0;
	font-weight: 700;
}

@media (max-width: 992px) {
	.footercopyright {
		display: none;
	}
}

.scrolltop {
	float: right;
	background-color: #14243d;
	height: 100%;
	width: 75px;
}

.scrollwrap {
	width: 42px;
	height: 42px;
	background-image: url('../img/2arrow.png');
	top: 14px;
	left: 18px;
	position: relative;
}

.scrollwrap:hover {
	background-position: -42px, 0px;
}

footer h3 {
	font-weight: 400;
	text-transform: none;
	font-size: 28px;
}

footer a:hover {
	text-decoration: none;
}

.footer-right {
	float: none;
	text-align: left;
}

.footer-right ul {
	list-style-type: none;
	text-align: left;
	padding-left: 0;
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
}

.footer-right h3 {
	color: #48b376;
}

.footer-right a {
	color: #48b376;
}

.footer-right a:hover {
	color: #ffffff;
}

.footer-left {
	float: none;
	text-align: left;
}

.footer-left ul {
	width: 100%;
	list-style-type: none;
	text-align: left;
	padding-left: 0;
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
}

.footer-left h3 {
	color: #2e4971;
}

.footer-left a {
	color: #2e4971;
}

.footer-left a:hover {
	color: #ffffff;
}

.social-wrapper {
	margin: 10px 0px;
}

.social-wrapper ul li a {
	font-family: FontAwesome;
	float: left;
	font-size: 28px;
	text-align: center;
	line-height: 1.7em;
	margin: 5px;
	color: #fff;
}

.social-wrapper ul li:last-child {
	margin-right: 0;
}

.list-inline > li {
	display: inline-block;
	padding: 0;
}


.list-inline {
	margin: 50px 0 0 0;
}

a.social-icon {
	width: 35px;
	height: 40px;
}

a.social-icon.facebook {
	background-image: url('../img/facebook.png');
}

a.social-icon.facebook:hover {
	background-position: 35px, 0;
}

a.social-icon.twitter {
	background-image: url('../img/twitter.png');
}

a.social-icon.twitter:hover {
	background-position: 35px, 0;
}

a.social-icon.google {
	background-image: url('../img/google.png');
}

a.social-icon.google:hover {
	background-position: 35px, 0;
}

a.social-icon.linkedin {
	background-image: url('../img/linkedin.png');
}

a.social-icon.linkedin:hover {
	background-position: 35px, 0;
}

.email-form-label {
	color: #2e4971;
	font-size: 1.8em;
	padding: 10px 0 10px 0;
}

.footer-right {
	padding: 10px 0 10px 0;
	margin-left: 40px;
}

.footer-right p.address-header,
.footer-right p.address,
.footer-right p.phone {
	color: #3dbc75;
	font-size: 16px;
}

.footer-right p.phone {
	background-image: url('../img/phone-icon.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 28px;
}

.footer-map {
	background-image: url('../img/map.png');
	margin: 10px 0 10px 0;
	height: 85px;
	width: 170px;
}

.footer-map:hover {
	background-position: 170px 0;
}

/* Footer end */


/* Sidebars start */

.widget-wrap {
	padding: 0 0 30px 0;
	color: #7f7f7f;
}

.widget-wrap a {
	color: #3dbc75;
}

.widget-wrap ul {
	padding: 0 0 0 20px;
}

.textwidget {
	font-size: 16px;
}

p.widgettitle {
	color: #3d5b86;
}

/* Sidebars end */


/* Blog start */

.blog-post {
	padding: 0 0 40px 0;
}

.post-meta p {
	color: #3d5b86;
	font-size: 14px;
}

/* Blog end */


/* Footer subscription form start */
.subscr {
	display: inline-block;
	width: 100%;
}

.subscr form .gform_body {
	float: left;
	width: 70%;
}

.subscr form .gform_body input {
	height: 46px !important;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	font-size: 1.5em !important;
}

body .footer-above .gform_wrapper label.gfield_label+div.ginput_container {
	margin-top: 0;
}

.footer-above .gform_wrapper .top_label .gfield_label {
	display: none;
}

.subscr form .gform_body li.gfield {
	margin: 0;
}

.subscr form .gform_footer {
	float: left;
	width: 30%;
	clear: none;
	padding: 0;
	margin: 0;

}

.subscr form .gform_body input {
	width: 100% !important;
	border: 0;
	padding: 0 18px;
	color: #777;
}

.subscr form .gform_footer input[type=submit] {
	width: 100%;
	height: 46px;
	border-radius: 2px;
	margin: 0 0 0 -6px;
	background-color: #1f3452;
	color: #fff;
	border: 0;
	font-size: 1.5em !important;
	line-height: 1.2em;
	border-left: 3px solid #fff;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
}

.subscr form .gform_footer input[type=submit]:hover {
	background-color: #6cd790;
	border-left: 3px solid #fff;
}

.subscr .gform_confirmation_message {
	color: #3dbc75;
}

.form-not-found {
	text-align: center;
	color: #fff;
}
/* Footer subscription form end */

/* Author page start */
.author-desc {
	display: inline-block;
	width: 100%;
	background-color: #f4f4f4;
	padding: 10px 12px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	margin-bottom: 30px;
}

.author-desc p {
	font-size: 15px;
	padding: 0 5px 0 5px;
	margin-bottom: 0;
}

.author-desc img {
	float: left;
	border-radius: 100%;
	margin: 0 15px 15px 0;
}


/* Author page end */
