/* Custom Styles */

body {
	color:#000;
	font-family: 'Montserrat-Regular';
	font-weight:400;
	font-size:20px;
}

* {
	outline:none;
}

a, 
a:hover {
	color:#000;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

b, strong {
	font-weight: 400;
	font-family: 'Montserrat-Bold';
}

p:empty,
p:last-child {
	margin-bottom:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	font-family: 'Montserrat-SemiBold';
}

.btn, .wpcf7 input[type="submit"] {
	color:#000;
	font-family: 'Montserrat-SemiBold';
	font-weight:400;
	padding:15px 30px;
	line-height:1;
	text-transform:uppercase;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.btn.focus, .btn:focus, .wpcf7 input.focus[type="submit"], .wpcf7 input:focus[type="submit"] {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input:focus[type="color"], .wpcf7 input:focus[type="date"], .wpcf7 input:focus[type="datetime-local"], .wpcf7 input:focus[type="datetime"], .wpcf7 input:focus[type="email"], .wpcf7 input:focus[type="file"], .wpcf7 input:focus[type="month"], .wpcf7 input:focus[type="number"], .wpcf7 input:focus[type="range"], .wpcf7 input:focus[type="search"], .wpcf7 input:focus[type="submit"], .wpcf7 input:focus[type="tel"], .wpcf7 input:focus[type="text"], .wpcf7 input:focus[type="time"], .wpcf7 input:focus[type="url"], .wpcf7 input:focus[type="week"], .wpcf7 select:focus, .wpcf7 textarea:focus {
	border-color:#ffed88;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-primary {
	color: #000;
	background-color: #ffed88;
	border-color: #ffed88;
}

.btn-primary:hover,
.btn-primary.focus, .btn-primary:focus {
	color: #ffed88;
	background-color: #000;
	border-color: #ffed88;
	-webkit-box-shadow: none;
	box-shadow: none;
}


#searchsubmit {
	padding: .375rem .75rem;
}

#wrapper-navbar {
	position:relative;
}

.top-header {
	background-color:#ffed88;
	padding:15px 0;
	font-size:20px;
	font-family: 'Montserrat-SemiBold';
}

.top-header .row {
	margin-left:0;
	margin-right:0;
}

.top-header  a {
	color:#000;
	text-decoration:none;
}

.top-header span {
	display:inline-block;
	width:60px;
	height:60px;
	text-align:center;
	padding:17px;
	background-color:#000;
	color:#fff;
	font-size:24px;
	margin-right:15px;
	line-height:1;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.top-header,
.header-nav .nav-container {
	padding-left:271px;
}

.navbar {
	padding:0;
}

.navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navbar-expand-md > .container-fluid {
	padding:0;
}

.site-logo {
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	width:100%;
	max-width:271px;
	-moz-flex:0 0 271px;
	-webkit-flex:0 0 271px;
	flex:0 0 271px;
}

.navbar-brand {
	padding:0;
	margin:0;
}

.header-nav {
	background-color:#000;
	-moz-flex:1;
	-webkit-flex:1;
	flex:1;
	-moz-align-self:flex-start;
	-webkit-align-self:flex-start;
	align-self:flex-start;
}

.navbar-collapse {
	padding:0 15px;
}

.navbar-expand-md .navbar-nav .nav-link {
	padding:25px 15px;
	font-size:18px;
	font-family: 'Montserrat-SemiBold';
	text-transform:uppercase;
	line-height:1;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
	color:#ffed88;
}

.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show > .nav-link {
	color:#ffed88;
}

.navbar-expand-md .navbar-nav > .menu-item:first-child > .nav-link {
	padding-left:0;
}

.wrapper {
	padding:0;
}

.wide-container {
	max-width:1520px;
	margin:0 auto;
	position:relative;
}

#wrapper-footer-full {
	background-color: #fff;
	font-size:50px;
	font-family: 'News_Gothic_Bold_Extra_Condensed_BT';
}

#wrapper-footer-full .content-section {
	padding:95px 0;
	height:100%;
}

#wrapper-footer-full .content-section a {
	color:#000;
	text-decoration:none;
}

#wrapper-footer-full .content-section p:first-child {
	position:relative;
	margin-bottom:60px;
}

#wrapper-footer-full .content-section p:first-child:after {
	content:'';
	width:130px;
	height:5px;
	background-color:#000;
	position:absolute;
	left:0;
	bottom:-25px;
}

#wrapper-footer-full .content-section .phone-icon {
	display:inline-block;
	margin-right:15px;
	padding:5px;
	color:#ffed88;
	background-color:#000;
	line-height:1;
}

#wrapper-footer-full .footer-1 .content-section {
	background-color:#ffed88;
	margin-right:-15px;
}

.footer-full-2 {
	background-color:#000;
	padding:70px 0;
	color:#ffed88;
	font-size:50px;
	line-height:1;
	font-family: 'News_Gothic_Bold_Extra_Condensed_BT';
}

.footer-full-2 span {
	display:inline-block;
	margin-right:30px;
	line-height:1;
}

.footer-full-2 a {
	color:#ffed88;
	text-decoration:none;
}

#wrapper-footer {
	padding:40px 0;
	background-color:#ffed88;
	font-size:15px;
}


/* Front page */
.front-page .hero-content-wrap {
	position:relative;
}

.front-page .hero-content-wrap .hero-image-content {
	position:absolute;
	right:-90px;
	bottom:0;
	z-index:9;
}

.front-page .hero-content-wrap .d-flex {
	height:768px;
}

.front-page .hero-content-wrap .hero-content span {
	display:inline-block;
	padding:25px 30px;
	line-height:1;
	font-family: 'News_Gothic_Bold_Extra_Condensed_BT';
	letter-spacing:-1px;
	font-size:50px;
	text-transform:uppercase;
	background-color:#ffed88;
	margin-bottom:5px;
}

.front-page .hero-content-wrap .hero-content > div:first-child span {
	padding-right:120px;
}

.front-page .section-1 {
	padding:60px 0 45px;
	background:url('images/grey-pattern.jpg') repeat 0px 0px;
	border-bottom:5px solid #ffed88;
	margin-bottom:-80px;
	position:relative;
	z-index:10;
	-moz-transform:translateY(-80px);
	-webkit-transform:translateY(-80px);
	-ms-transform:translateY(-80px);
	-o-transform:translateY(-80px);
	transform:translateY(-80px);
}

.front-page .section-1 .content-section {
	font-family: 'News_Gothic_Bold_Extra_Condensed_BT';
	font-size:50px;
	line-height:54px;
}

.front-page .section-2 {
	background:url('images/bg-1.jpg') no-repeat 100% 0px;
	background-size:auto 100%;
}

.front-page .section-2 .content-section {
	font-size:20px;
}

.front-page .section-2 .content-section h3 {
	background-color:#ffed88;
	text-transform:uppercase;
	display:inline-block;
	font-size:50px;
	font-family: 'Montserrat-SemiBold';
	font-weight:400;
	padding:20px;
	margin-bottom:30px;
}

.front-page .section-2 .content-section h3 + h4 {
	margin-bottom:30px;
	font-size:25px;
	font-family: 'Montserrat-SemiBold';
	font-weight:400;
}

.front-page .section-2 .content-section .btn {
	margin-top:15px;
}

.front-page .section-3 {
	padding:95px 0;
	color:#fff;
	background-color:#000;
	position:relative;
}

.front-page .section-3:after,
.technology-page .section-4:after {
	content:'';
	background:url('images/quote.jpg') no-repeat 0px 0px;
	width:294px;
	height:181px;
	position:absolute;
	right:15px;
	top:0;
	z-index:2;
}

.front-page .section-3 h3 {
	font-size:50px;
	font-family: 'News_Gothic_Bold_Extra_Condensed_BT';
	font-weight:400;
	position:relative;
	margin-bottom:115px;
}

.front-page .section-3 h3:before {
	content:'';
	height:10px;
	width:67%;
	left:0;
	background-color:#ffed88;
	position:absolute;
	bottom:-40px;
}

.front-page .section-3 .content-section {
	font-size:20px;
	letter-spacing:1px;
	line-height:34px;
}

.breadcrumbs-section {
	padding:55px 0;
	font-size:17px;
	font-family: 'Montserrat-Light';
}

.breadcrumbs-section a {
	color:#000;
	text-decoration:none;
}

.breadcrumbs-section a:hover {
	text-decoration:underline;
}

#back-to-top {
	color:#000;
	text-transform:uppercase;
	font-size:20px;
	font-family: 'News_Gothic_Bold_Extra_Condensed_BT';
}



/* Consultant page */
.consultant-page .page-section,
.consultation-page .page-section {
	font-size:20px;
	line-height:50px;
}

.consultant-page .section-1,
.contact-page .section-1,
.information-page .section-1,
.technology-page .section-1,
.generic-page .section-1 {
	padding:100px 0;
	background:url('images/bg-2.jpg') #fff no-repeat 100% 40px;
	background-size:auto 95%;
}

.consultant-page .section-1 .entry-content h2:first-child,
.has-first-child h2:first-child,
.has-first-child h3:first-child,
.technology-page p:first-child + h2,
.generic-page .page-title {
	font-size:50px;
	text-transform:uppercase;
	font-family: 'Montserrat-SemiBold';
	padding:20px;
	display:inline-block;
	background-color:#ffed88;
	margin-bottom:45px;
}

.consultant-page .section-2,
.consultation-page .section-4,
.consultation-page .section-8 {
	padding:75px 0;
	background:url('images/grey-pattern-3.jpg') repeat 0px 0px;
	border-bottom:10px solid #ffed88;
}

.consultant-page .section-2 .content-section,
.consultation-page .section-4 .content-section,
.consultation-page .section-8 .content-section {
	text-align:center;
	font-family: 'News_Gothic_Bold_Extra_Condensed_BT';
	font-size:50px;
	line-height:68px;
	position:relative;
}

.consultant-page .section-2 .content-section:before,
.consultant-page .section-2 .content-section:after,
.consultation-page .section-4 .content-section:before,
.consultation-page .section-4 .content-section:after,
.consultation-page .section-8 .content-section:before,
.consultation-page .section-8 .content-section:after {
	position:absolute;
	z-index:1;
	color:#fff;
	font-size:310px;
	line-height:0;
	font-family: 'Elephant';
}

.consultant-page .section-2 .content-section:before,
.consultation-page .section-4 .content-section:before,
.consultation-page .section-8 .content-section:before {
	content:'\201C';
	left: -118px;
	top: 25px;
}

.consultant-page .section-2 .content-section:after,
.consultation-page .section-4 .content-section:after,
.consultation-page .section-8 .content-section:after {
	content: '\201E';
	right: -118px;
	bottom:80px;
}

.consultant-page .section-3 {
	padding:50px 0;
	background-color:#fff;
}

.consultant-page .section-4 {
	padding:85px 0;
	background-color:#ffed88;
	font-size:25px;
	position:relative;
}

.consultant-page .section-4:after {
	content:'';
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #fff;
	position:absolute;
	right:8%;
	top:0;
}

.consultant-page .section-4 .section-content ul,
.consultation-page .page-section ul,
.information-page .section-1 article .entry-content ul,
.technology-page .page-section ul {
	padding:0;
	margin:0;
}

.consultant-page .section-4 .section-content ul li,
.consultation-page .page-section ul li,
.information-page .section-1 article .entry-content ul li,
.technology-page .page-section ul li {
	list-style-type:none;
	padding-left:60px;
	position:relative;
}

.consultant-page .section-4 .section-content ul li:not(:last-child),
.consultation-page .page-section ul li:not(:last-child),
.information-page .section-1 article .entry-content ul:not(:last-child),
.technology-page .page-section ul li:not(:last-child) {
	margin-bottom:20px;
}

.consultant-page .section-4 .section-content ul li li {
	font-size:20px;
	padding-left:35px;
}

.consultant-page .section-4 .section-content ul li:before,
.consultation-page .page-section ul li:before,
.information-page .section-1 article .entry-content ul li:before,
.technology-page .page-section ul li:before {
	content:'';
	background:url('images/check.png') no-repeat 50% 50%;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:12px;
}

.consultant-page .section-4 .section-content ul li li:before,
.information-page .section-1 article .entry-content ul li:before {
	width:20px;
	height:20px;
	background-size:100% auto;
	top:18px;
}

/* Consultation page */
.consultation-page .section-1 {
	background-color:#fff;
	padding:100px 0;
}

.consultation-page .section-2 {
	padding:60px 0;
	font-size:45px;
	background-color:#ffed88;
	text-align:center;
	line-height:56px;
	position:relative;
}

.consultation-page .section-2:after {
	content:'';
	width: 50px;
	height: 50px;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 50px solid #ffed88;
	position:absolute;
	right:0;
	left:0;
	margin:0 auto;
	bottom:-50px;
}

.consultation-page .section-3 {
	padding:110px 0;
	background-color:#fff;
}

.consultation-page .section-4 .content-section:before,
.consultation-page .section-8 .content-section:before {
	left:0;
}

.consultation-page .section-4 .content-section:after,
.consultation-page .section-8 .content-section:after {
	right:0;
}

.consultation-page .section-5,
.consultation-page .section-7 {
	padding:100px 0;
	background-color:#fff;
}

.consultation-page .section-6 {
	padding:100px 0;
	background-color:#ffed88;
}

.consultation-page .section-6 h3:first-child {
	background-color:#fff;
}

.consultation-page .has-first-child:not(.section-1) h3:first-child {
	font-size:30px;
}

/* Contact page */
.contact-page .section-1 .gform_wrapper .top_label .gfield_label {
	display:none;
}

.contact-page .section-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-page .section-1 .gform_wrapper textarea {
	padding:20px;
	font-size:25px;
	background-color:#f5f5f5;
	border:1px solid #c1c1c1;
	font-family: 'Montserrat-Regular';
	line-height:1;
	min-height:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.contact-page .section-1 .gform_wrapper .top_label input.medium,
.contact-page .section-1 .gform_wrapper textarea.medium {
	width:100%;
}

.contact-page .section-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-moz-placeholder,
.contact-page .section-1 .gform_wrapper textarea::-moz-placeholder {
	opacity:1;
}

.contact-page .section-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::-webkit-input-placeholder,
.contact-page .section-1 .gform_wrapper textarea::-webkit-input-placeholder {
	opacity:1;
}

.contact-page .section-1 .gform_wrapper .gform_footer {
	padding: 0;
}

.contact-page .section-1 .gform_wrapper .gform_footer input.button {
	padding:20px;
	line-height:1;
	min-height:0;
	background-color:#ffed88;
	border:1px solid #ffed88;
	margin-right:0;
	font-size:20px;
	text-transform:uppercase;
	width:100%;
	max-width:170px;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}

.contact-page .section-1 .gform_wrapper .gform_footer input.button:hover {
	color:#ffed88;
	background-color:#000;
}

.contact-page .section-1 .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.contact-page .section-1 .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.contact-page #wrapper-footer-full,
.contact-page .footer-full-2 {
	display:none;
}

.contact-page .sidebar a {
	color:#000;
	text-decoration:none;
}

.contact-page .sidebar .contact-details {
	font-size:50px;
	font-family: 'News_Gothic_Bold_Extra_Condensed_BT';
	margin-bottom:40px;
	line-height:1;
}

.contact-page .sidebar .contact-details p:first-child {
	font-size:25px;
	border-bottom:5px solid #ffed88;
	padding-bottom:15px;
	font-family: 'Montserrat-Regular';
}

/* Information page */
.information-page .section-1 {
	background-image:url('images/bg-3.jpg');
	background-size:100% auto;
}

.information-page .section-1 article {
	padding-bottom:65px;
	margin-bottom:65px;
	border-bottom:5px solid #c9c9c9;
}

.information-page .section-1 article .entry-header {
	margin-bottom:25px;
}

.information-page .section-1 article .entry-header h2 {
	font-size:50px;
	text-transform:uppercase;
	margin-bottom:35px;
	font-family: 'Montserrat-SemiBold';
	font-weight:400;
}

.information-page .section-1 article .entry-header .entry-meta {
	font-size:25px;
	text-transform:uppercase;
}

.information-page .section-1 article .post-thumbnail {
	margin-bottom:40px;
}

.information-page .section-1 article .entry-content {
	font-size:25px;
	line-height:48px;
}

.information-page .section-1 article .entry-content a {
	text-decoration:underline;
}

.information-page .section-1 article .entry-content ul {
	margin-bottom:1rem;
}

.information-page .section-1 article .entry-content ul li {
	padding-left:35px;
}

.information-page .section-1 article .entry-content ul li:before {
	top:16px;
}

.information-page .section-1 article .entry-content h3 {
	font-size:30px;
}

/* New Technology Page */
.technology-page .page-section {
	font-size:25px;
}

.technology-page .page-section ul li:before {
	top:5px;
}

.technology-page .section-2 {
	background-color:#ffed88;
	padding:100px 0;
}

.technology-page .section-2 h3:first-child {
	color:#ffed88;
	background-color:#000;
}

.technology-page .section-2 .content-section h4 {
	font-size:35px;
	text-transform:uppercase;
}

.technology-page .section-3 {
	padding:100px 0;
	background-color:#fff;
}

.technology-page .section-3 .row > div[class^="col-"]:last-child {
	text-align:right;
}

.technology-page .section-3 .content-section h3:first-child {
	margin-bottom:25px;
}

.technology-page .section-3 .content-section h4,
.technology-page .section-5 .content-section h4 {
	font-size:35px;
}

.technology-page .section-3 .content-section .row:not(:last-child) {
	margin-bottom:1rem;
}

.technology-page .section-4 {
	padding:95px 0;
	background-color:#000;
	color:#fff;
	font-size:20px;
	position:relative;
}

.technology-page .section-5 {
	padding:95px 0;
	background-color:#fff;
}

.technology-page .section-5 .content-section h4 {
	text-transform:uppercase;
	font-family: 'Montserrat-Regular';
}

.pagination ul.page-numbers {
	padding:0;
	margin:0;
	text-align:center;
	width:100%;
	-moz-flex:1;
	-webkit-flex:1;
	flex:1;
}

.pagination ul.page-numbers li {
	list-style-type:none;
	display:inline-block;
	margin:0 3px;
}

.pagination a,
.pagination span {
	width:40px;
	height:40px;
	display:block;
	padding:9px;
	text-align:center;
	background-color:#000;
	color:#fff;
	line-height:1;
	text-decoration:none;
	font-size:20px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}

.pagination span,
.pagination a:hover {
	background-color:#ffed88;
	color:#000;
}

body:not(.front-page) .site-main {
	background:url('images/grey-pattern-2.jpg') repeat 0px 0px;
}

/* Responsive */
@media (min-width:1537px) {
	.wide-container {
		padding:0 15px;
	}
}

@media (max-width:1199px) {
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding-left:5px;
		padding-right:5px;
		font-size: 12px;
	}
	
	.front-page .hero-section {
		overflow-x:hidden;
	}
	
	.front-page .hero-content-wrap .hero-image-content {
		width: 62%;
	}
	
	.breadcrumbs-section {
		padding-top: 85px;
	}
	
	.contact-page .sidebar .contact-details {
		font-size: 30px;
	}
}

@media (max-width:991px) {
	.top-header {
		font-size: 12px;
	}
	
	.top-header span {
		width: 40px;
		height: 40px;
		padding: 6px;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		font-size: 7px;
	}
	
	.front-page .hero-content-wrap .d-flex {
		height: 468px;
	}
	
	.front-page .hero-content-wrap .hero-content span {
		font-size: 38px;
	}
	
	.front-page .hero-content-wrap .hero-content > div:first-child span {
		padding-right: 30px;
	}
	
	.front-page .section-2 .content-section h3 {
		font-size:32px;
	}
	
	.breadcrumbs-section {
		padding-top: 120px;
	}
	
	.consultant-page .section-1 .entry-content h2:first-child {
		font-size: 40px;
	}
	
	.consultant-page .section-2 {
		overflow:hidden;
	}
	
	.information-page .section-1 article .entry-header h2 {
		font-size: 40px;
	}
}

@media (max-width:767px) {
	.site-logo {
		position: relative;
		max-width: 149px;
		-moz-flex: 0 0 149px;
		-webkit-flex: 0 0 149px;
		flex: 0 0 149px;
	}
	
	.top-header, 
	.header-nav .nav-container {
		padding-left: 0;
	}
	
	.top-header {
		font-size:16px;
	}
	
	.top-header .row > div[class^="col-"]:first-child {
		margin-bottom:15px;
	}
	
	.header-nav {
		-moz-flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.navbar-expand-md .navbar-nav .nav-link {
		padding:15px;
		font-size: 18px;
	}
	
	.navbar-expand-md .navbar-nav > .menu-item:first-child > .nav-link {
		padding-left: 15px;
	}
	
	.navbar-dark .navbar-toggler {
		border:none;
		padding:0 15px;
	}
	
	.navbar-dark .navbar-toggler-icon {
		background:none;
	}
	
	.navbar-toggler-icon {
		position:relative;
		border-bottom:5px solid #000;
	}

	.navbar-toggler-icon:before,
	.navbar-toggler-icon:after {
		content:'';
		height:5px;
		width:100%;
		display:block;
		position:absolute;
		top:0;
		background-color:#000;
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}

	.navbar-toggler-icon:after {
		top:13px;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
		border-bottom-color:transparent;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
		top:13px;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		transform:rotate(45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		-ms-transform:rotate(-45deg);
		-o-transform:rotate(-45deg);
		transform:rotate(-45deg);
		-moz-transition:-moz-transform 0.2s ease-in-out;
		-webkit-transition:-webkit-transform 0.2s ease-in-out;
		-ms-transition:-ms-transform 0.2s ease-in-out;
		-o-transition:-o-transform 0.2s ease-in-out;
		transition:transform 0.2s ease-in-out;
	}
	
	#wrapper-footer-full {
		font-size: 35px;
	}
	
	#wrapper-footer-full .content-section {
		padding-left:15px;
		padding-right:15px;
	}
	
	#wrapper-footer-full .footer-1 .content-section {
		margin-right: 0;
		margin-left: 0 !important;
		padding-left: 15px !important;
	}

	.footer-full-2 {
		font-size: 32px;
	}
	
	.front-page .section-1 {
		margin-bottom: 0px;
		-moz-transform: translateY(0px);
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}
	
	.front-page .hero-content-wrap .hero-image-content {
		right:0;
	}
	
	.front-page .hero-content-wrap .hero-content span {
		font-size: 24px;
	}
	
	.front-page .section-3:after {
		display: none;
	}
	
	.breadcrumbs-section {
		padding-top: 55px;
	}
	
	.alignright {
		float:none;
		margin-left:0;
		display:block;
		margin-bottom: 30px;
	}
	
	.technology-page .section-1 .row > div[class^="col-"]:first-child {
		margin-bottom:30px;
	}
	
	.technology-page .section-4:after {
		width: 100px;
		right: 0;
	}
}

@media (max-width:567px) {
	.footer-full-2 span {
		display:block;
		margin-bottom: 15px;
	}
	
	.consultant-page .section-1 .entry-content h2:first-child,
	.has-first-child h2:first-child,
	.has-first-child h3:first-child,
	.information-page .section-1 article .entry-header h2,
	.technology-page p:first-child + h2 {
		font-size: 30px;
	}
}

