/*!
Theme Name: conneqtech
Theme URI: https://conneqtech.com/
Author: Reclamestal
Author URI: https://reclamestal.nl
Description: Template op maat gemaakt voor Conneqtech
Version: 1.0.0
Text Domain: conneqtech
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,600;1,400;1,600&display=swap');

html,
body {
	font-family: 'Libre Franklin', sans-serif !important;
	font-size: 16px !important;
	line-height: 2 !important;
}

/* Backgrounds */
.bg-white {
	background-color: #fff !important;
}
.bg-lightgrey {
	background-color: #eee !important;
}
.bg-darkblue {
	background-color: #17212a !important;
}
.bg-semidarkblue {
	background-color: #293f57 !important;
}
.bg-blue {
	background-color: #1677be !important;
}
.bg-greyblue {
	background-color: #7291a7 !important;
}

.about-us-circle {
	background-image: url('img/over-ons-circle.png');
	background-repeat: no-repeat;
	background-size: 500px;
	background-position: 30% 100%;
}

/* Background image properties */
.bg-image-center-bottom {
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* /Background image properties */

/* Background Gradients */
.bg-dark-grad {
	background: rgb(62, 78, 88);
	background: linear-gradient(
		135deg,
		rgba(62, 78, 88, 1) 0%,
		rgba(0, 6, 10, 1) 100%
	);
}
/* /Background Gradients */

/* Font Colors */
.white,
.white a {
	color: #fff;
}
.black {
	color: #000;
}
.orange {
	color: #faa80e;
}

/* Paddings */
.ptb-basic {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt-basic {
	padding-top: 100px;
}
.pb-basic {
	padding-bottom: 100px;
}
/* /Paddings */

/* Margins */
.mt-basic {
	margin-top: 40px;
}
.mb-small {
	margin-bottom: 60px;
}
.mt-xsmall {
	margin-top: 15px;
}
.mb-xsmall {
	margin-bottom: 15px;
}
.mtb-xsmall {
	margin-top:15px;
	margin-bottom:15px;
}
/* /Margins */

/* Headings */
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	font-size: 12px;
	font-weight: 700;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin-bottom:30px;
}
/* /Headings */

/* Buttons */
.btn {
	border-radius: 30px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.btn.focus, .btn:focus{box-shadow:none;}
.btn-orange,
.wp-block-button__link{
	background-color: #faa80e;
	color: #000 !important;
	border:1px solid #faa80e;
}
.btn-orange:hover,
.wp-block-button__link:hover{
	background-color:transparent!important;
	color:#faa80e !important;
	border:1px solid #faa80e;
	text-decoration:none;
}
.btn-white {
	background-color: #fff;
	color: #000 !important;
	border:1px solid #FFF;
}
.btn-white:hover{
	background-color:transparent!important;
	color:#FFF!important;
}
.btn-arrow:after {
	display: inline-block;
	content: '';
	background-image: url('img/arrow-right.png');
	width: 21px;
	height: 14px;
	margin-left: 20px;
}
.btn-label{
	display:inline-block;
	background:#EEEEEE;
	color:#000;
	padding:10px 20px;
	border-radius:10px;
	margin-right:15px;
	margin-bottom:15px;
}
.btn-label:hover,
.btn-label.active{
	background:#FAA80E;
	color:#FFF;
	text-decoration:none;
}
/* /Buttons */

/* Headers */
#top-header {
	display: block;
	position: relative;
	height: 410px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.header-text-center:after,
.header-text-left:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #17212a;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.5;
	background-blend-mode: multiply;
}
.header-content {
	z-index: 2;
	position: relative;
}
.no-shaddow{box-shadow:none!important;}
/* /Headers */

.zi-2 {
	z-index: 2;
}

body:not(.page-id-12) .grecaptcha-badge {
	display: none;
}

/* Closing triangles */
.ct::after,
.ct::before {
	display: block;
	content: '';
	position: absolute;
	height: 30px;
	z-index: 2;
}

/* CT bottom right */
.ct-br::after {
	border-bottom: 30px solid #fff;
	border-right: 0 solid transparent;
	border-left: 20px solid transparent;
	bottom: 0;
	right: 0;
}
.ct-br-sm::after {
	width: 135px;
}
.ct-br-md::after {
	width: 400px;
}
.ct-br-lg::after {
	width: 500px;
}

/* CT bottom left */
.ct-bl::after {
	border-bottom: 30px solid #fff;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	bottom: 0;
	left: 0;
}
.ct-bl-sm::after {
	width: 135px;
}
.ct-bl-md::after {
	width: 400px;
}
.ct-bl-lg::after {
	width: 500px;
}

/* CT top left */
.ct-tl::before {
	border-top: 30px solid #fff;
	border-left: 0 solid transparent;
	border-right: 20px solid transparent;
	top: 0;
	left: 0;
}
.ct-tl-sm::before {
	width: 135px;
}
.ct-tl-md::before {
	width: 400px;
}
.ct-tl-lg::before {
	width: 500px;
}

/* CT top right */
.ct-tr::before {
	border-top: 30px solid #fff;
	border-right: 0 solid transparent;
	border-left: 20px solid transparent;
	right: 0;
	top: 0;
}
.ct-tr-sm::before {
	width: 135px;
}
.ct-tr-md::before {
	width: 400px;
}
.ct-tr-lg::before {
	width: 500px;
}
/* /Closing triangles/ */

.line-below {
	position: relative;
	padding-bottom: 20px;
}
.line-below:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	width: 100px;
	border-bottom: 2px solid #faa80e;
}

/* Navbar */
.nav-link.btn{
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom:0;
	margin-left:10px;
}
#menu-top-menu.white .nav-link {
	color: #fff;
}
nav.navbar {
	min-height: 100px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
		rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.navbar-brand img {
	width: 195px;
}
#desktop-menu{
	position: fixed;
	z-index: 101;
	width: 100%;
	top:0;
}
/* Mega menu */
.mega-menu-hidden {
}
.darkoverlay {
	position: fixed;
	display: block;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99;
	top: 0;
	left: 0;
}
#desktop-menu.navbar > .container {
	position: relative;
	z-index: 101;
}
#mega-menu {
	position: fixed;
	display: block;
	background: rgb(80, 144, 192);
	background: linear-gradient(
		135deg,
		rgba(80, 144, 192, 1) 0%,
		rgba(5, 77, 132, 1) 100%
	);
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
		rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
#mega-menu > .container {
	position: relative;
	z-index: 3;
}
#mega-menu h2{
	margin-top:100px;
	margin-bottom:100px;
}
.half-image {
	position: absolute;
	background-size: cover;
	top: 0;
	left: 0;
	width:40%;
	height: 100%;
	z-index: 1;
}
.half-image:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	background-blend-mode: multiply;
}
#mega-menu .mega-menu-sub .has-sub:hover:after {
	display: inline-block;
	content: '';
	background-image: url('img/arrow-right.png');
	width: 21px;
	height: 14px;
	margin-left: 20px;
}
#mega-menu .mega-menu-sub .has-sub:after{
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
}
#mega-menu .mega-menu-sub:hover .sub-sub-menu{
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
}
#mega-menu .mega-menu-sub .sub-sub-menu {
	fadein: reverse;
	animation-duration: 2s;
}
@keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-moz-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-webkit-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-ms-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
	from { opacity: 0; }
	to   { opacity: 1; }
}
@-o-keyframes fadeout {
	from { opacity: 1; }
	to   { opacity: 0; }
}

ul.sub-sub-menu a:hover:after {
	display: none !important;
}
#mega-menu .mega-menu-sub li:hover,
#mega-menu .mega-menu-sub li a:hover{
	font-weight: bold;
	text-decoration: none;
}
#mega-menu .mega-menu-sub {
	padding: 0 80px;
}
#mega-menu .mega-menu-sub ul {
	list-style: none;
	padding-left: 0;
}
#mega-menu .mega-menu-sub ul li{
	line-height:3;
}
#mega-menu .mega-menu-sub ul > li > ul {
	display: none;
}
#mega-menu .mega-menu-sub ul > li {
	display: block;
}
#mega-menu .mega-menu-sub ul > li:hover > ul,
#mega-menu .mega-menu-sub ul > li:hover > ul:hover,
#mega-menu .mega-menu-sub ul > li > ul:hover {
	position: absolute;
	display: block;
	top:-80px;
	right: 0;
}
#mobile-menu ul.dropdown-menu li > ul.dropdown-menu {
	left: 100%;
	top: 0;
}
#mobile-menu ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu {
	display: block;
}
#searchform-header,#search-form-top-mob{display:flex;}
input,
input::-webkit-input-placeholder {
	font-size: 16px;
}
#page{
	padding-top:100px;
}
/* Frontpage */
#homepage-slider {
	position: relative;
}
#homepage-slider .carousel-caption {
	width: 100%;
	max-width: 1140px;
	text-align: left;
	top: 30%;
	bottom: 25%;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	right: 0;
}
#homepage-slider .carousel-caption h1 {
	font-size: 36px;
}
#homepage-slider:after {
	/* content: '';
	background-image: url('img/circle-blue.png');
	width: 559px;
	height: 561px;
	position: absolute;
	bottom: -70%;
	right: 0;
	z-index: 2;
	overflow: hidden;

	-webkit-animation: rotateCircle 14s linear infinite;
	-moz-animation: rotateCircle 14s linear infinite;
	-ms-animation: rotateCircle 14s linear infinite;
	-o-animation: rotateCircle 14s linear infinite;
	animation: rotateCircle 14s linear infinite; */
}
#homepage-slider .carousel-item {
	height: 410px;
}
#homepage-slider .carousel-indicators li .slide-title {
	display: none;
	position: absolute;
	margin-top: -25px;
	opacity: 0;
}
#homepage-slider .carousel-indicators li.active .slite-title {
	display: inline-block !important;
}
#homepage-slider .carousel-indicators {
	width: 100%;
	max-width: 1110px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	justify-content: end;
	margin-bottom: 30px;
}
#homepage-slider .slider-overlay {
	position: absolute;
	display: block;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
}

.solutions-wrapper {
	position: relative;
	padding: 30px;
	border-radius: 10px;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 3;
	height: 100%;
	-webkit-transition: -moz-transform 0.3s ease-out;
	-moz-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.solutions-wrapper h2{
	font-size:28px;
	display:block;
	height:75px;
	margin-top:15px;
	margin-bottom:15px;
}
a.solutions-margin {
	display:block;
	text-decoration: none;
	color: #000;
}
a.solutions-margin:hover .solutions-wrapper,
a.solutions-item-wrapper:hover .solutions-item {
	transform: scale(1.05);
	box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.solutions-wrapper img {
	margin-bottom: 20px;
}
.rounded {
	border-radius: 10px !important;
	padding: 30px;
}
/* Quote Slider */
#quote-slider {
	background: #17212a;
}
.client-quote-image {
	display: block;
	background-size: cover;
	background-position: center center;
	height: 360px;
}
.trapezoid {
	position: absolute;
	display: block;
	border-top: 360px solid #17212a;
	border-left: 0 solid transparent;
	border-right: 100px solid transparent;
	height: 360px;
	width: 60%;
	z-index: 2;
	top: 0;
}
#quote-slider .carousel-indicators {
	margin-bottom: 30px;
}
#quote-slider .carousel-item {
	position: relative;
}
#quote-slider .carousel-caption {
	position:relative;
	display:block;
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	top:0;
	left: 0;
	right: 0;
	padding-top:50px;
	padding-bottom:50px;
}
/*#quote-slider .carousel-item .quote-slider-content,*/
/*#quote-slider .carousel-item .carousel-item.active.carousel-item-left .quote-slider-content,*/
/*#quote-slider .carousel-item .quote-slider-content,*/
/*#quote-slider .carousel-item .float-brand{*/
/*	visibility: hidden !important;*/
/*	opacity: 0;*/
/*	transition: all 1s;*/
/*}*/
/*#quote-slider .carousel-item.active .quote-slider-content,*/
/*#quote-slider .carousel-item.active .float-brand{*/
/*	visibility: visible !important;*/
/*	opacity: 1;*/
/*}*/
#quote-slider .quote-slider-content {
	text-align: left;
}
#quote-slider .carousel-indicators li {
	width: 15px !important;
	height: 15px !important;
	border: 1px solid #faa80e;
	border-radius: 100%;
	background: transparent;
	opacity: 1;
}
#quote-slider .carousel-item .carousel-caption .row.align-items-center{
	min-height:400px;
}
#quote-slider .carousel-indicators li.active {
	background: #faa80e;
}
#quote-slider blockquote {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 30px;
	line-height: 40px;
}
#quote-slider blockquote:before,
#quote-slider blockquote:after {
	content: '"';
	color: #7291a7;
}

#quote-slider .carousel-item.black-slide{
	background:#17212A;
	color:#FFF!important;
}
#quote-slider .carousel-item.black-slide blockquote::before, #quote-slider .carousel-item.black-slide blockquote::after{
	color:#7291A7!important;
}

#quote-slider .carousel-item.blue-slide{
	background:#293F57;
	color:#FFF!important;
}
#quote-slider .carousel-item.blue-slide blockquote::before, #quote-slider .carousel-item.blue-slide blockquote::after{
	color:#7291A7!important;
}

#quote-slider .carousel-item.white-slide .carousel-caption{
	color:#17212A!important;
}
#quote-slider .carousel-item.white-slide{
	background:#FAFAFA;
	color:#17212A!important;
}
#quote-slider .carousel-item.white-slide blockquote::before, #quote-slider .carousel-item.white-slide blockquote::after{
	color:#FAA80E!important;
}
/* About us Frontpage */
#aboutus-home {
	padding-top: 90px;
	padding-bottom: 90px;
}
.aboutus-title-wrapper {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 100px;
	min-height: 500px;
}
.aboutus-content {
	position: relative;
	padding: 30px;
	border-radius: 10px;
}

/* /About us Frontpage */

/* Benefits */
ul.three-column {
	-webkit-column-count: 3; /* Chrome/Opera, Safari */
	-moz-column-count: 3; /* Mozilla Firefox */
	column-count: 3;

	-webkit-column-gap: 50px; /* Chrome/Opera, Safari */
	-moz-column-gap: 50px; /* Mozilla Firefox */
}
ul.checklist {
	list-style: none;
	padding-left: 0;
}
ul.checklist li {
	background-image: url('img/icon-checklist.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-bottom: 50px;
	min-height: 100px;
}
a.solutions-item-wrapper {
	text-decoration: none !important;
	color: #000;
}
.solutions-item {
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
	-webkit-transition: -moz-transform 0.3s ease-out;
	-moz-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.float-img-bottom {
	display: block;
	background-image: url('img/float-bg-bottom.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 338px;
	height: 285px;
	opacity: 0.5;
}
/* /Benefits */

/* Partners Home */
#partners-conneqtech .partner-logos {
	text-align: center;
}
#partners-conneqtech .partner-logos img {
	margin: 25px;
}
/* /Partners Home */

.page-break-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 360px;
}

/* Contact page */
a.collapse-header:hover {
	text-decoration: none;
}
.collapse-header.arrow-white {
	display: block;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid transparent;
	padding: 10px 0;
	background-image: url('img/arrow-up-white.svg');
	background-position: center right;
	background-repeat: no-repeat;
}
.collapse-header.arrow-white.collapsed {
	border-color: #fff !important;
	background-image: url('img/arrow-down-white.svg');
}
.collapse-header.arrow-black {
	display: block;
	position: relative;
	font-weight: bold;
	border-bottom: 1px solid transparent;
	padding: 10px 0;
	background-image: url('img/arrow-up-black.svg');
	background-position: center right;
	background-repeat: no-repeat;
	background-size:12px auto;
	color:#000;
}
.collapse-header.arrow-black.collapsed {
	border-color: #000 !important;
	background-image: url('img/arrow-down-black.svg');
}
/* /Contact page */

/* Search page */
.search-result:nth-child(even) .search-result-item,
.search-result:nth-child(even) .search-result-item a {
	color: #7291a7;
}
.search-result-item {
	display: block;
	background-image: url('img/arrow-right-black.svg');
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #000;
	margin-top: 25px;
	margin-bottom: 25px;
	text-decoration: none;
	color: #000;
}
.search-result-item:hover {
	text-decoration: none;
	color: #000;
}
.search-result-item:hover h3 {
	font-weight: bold;
}
.search-result:nth-child(even) .search-result-item {
	border-color: #7291a7;
}
/* /Search page */

/* Footer */
.float-img-bottom-footer {
	display: block;
	background-image: url('img/float-bg-bottom-footer.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 420px;
	height: 436px;
	opacity: 0.25;
}
#footer-sidebar-1,
#footer-sidebar-2,
#footer-sidebar-3,
#footer-sidebar-4 {
	padding-left: 40px;
	padding-right: 40px;
}

#footer-sidebar-2 ul,
#footer-sidebar-3 ul{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
#footer-sidebar-2 ul li {
}
#footer-sidebar-4 img {
	margin-right: 10px;
}
footer h4 {
	display: block;
	margin-bottom: 20px;
}
footer a:hover{
	text-decoration:none;
	color:#FAA80E;
	font-weight:bold;
}
footer .fab{
	margin-right:10px;
}
/* /Footer */

.boxshadow {
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}
.solutions-margin {
	height: 100%;
}
.search-icon {
	display: inline-block;
	margin-left: 20px;
	margin-right: 30px;
}
.search-input {
	border: 0;
	border-bottom: 1px solid #000;
	margin-left:20px;
}
ul.download-list{
	list-style:none;
	padding-left:0;
	margin-left:0;
}
ul.download-list li{
	border-bottom:1px solid #fff;
	padding-bottom:5px;
	margin-bottom:5px;
}
ul.download-list.border-black li a{
	color:#000;
}
ul.download-list.border-black li{
	border-color:#000!important;
}
/* Contact form */
input,
textarea {
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 5px 15px!important;
}
input,
textarea,
label {
	width: 100%;
}
label{
	font-weight:bold;
}
input.btn{
	padding-left: 60px!important;
	padding-right: 60px!important;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
	margin-left:auto;
	margin-right:auto;
}
.label-list{
	margin-bottom:60px;
}
@media only screen and (max-width: 991px) {
	.solutions-margin {
		margin-bottom: 15px;
		height: auto;
	}
	.navbar-brand img {
		width: 163px;
	}
}
/* MOBILE */
@media only screen and (max-width: 768px) {
	.navbar-brand img {
		width: 195px;
	}
	#page{padding-top:0;}
	#search-close-mob{margin-left:10px;}
	.dropdown-item{display:inline-block;}
	#benefits-conneqtech,
	#solutions-conneqtech,
	.padding-mob,
	#more-solutions,
	#quote-slider blockquote{
		font-size:18px;
	}
	#quote-slider .quote-slider-content{
		padding-left:30px!important;
		padding-right:30px!important;
	}
	h1 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	h2 {
		margin-bottom: 30px;
	}

	.m-mt-basic {
		margin-top: 30px;
	}
	/* Slider + content */
	#homepage-slider .carousel-caption {
		text-align: left;
	}
	#homepage-slider .carousel-item img.w-100 {
		width: auto;
		height: 100% !important;
	}
	.solutions-margin {
		margin-bottom: 15px;
		height: auto;
	}
	.aboutus-title-wrapper {
		background-size: contain;
		background-position: left center;
		min-height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	ul.three-column {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
	}
	.solutions-item {
		position: relative;
		z-index: 1;
	}
	.partner-logos img {
		width: 30%;
	}
	#top-header {
		height: 230px;
	}
	#top-header.header-text-center,
	#top-header.header-text-left {
		height: 500px;
	}
	.ptb-basic {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ct::after,
	.ct::before {
		width: 50px !important;
	}
	.content-image-wrapper .text-right,
	.content-image-wrapper .text-left {
		text-align: center !important;
	}
	.content-image-wrapper img {
		max-width: 50%;
		margin-bottom: 30px;
	}
	.page-break-img {
		height: 180px;
	}
	ul.checklist li {
		margin-bottom: 0;
	}
	#footer-sidebar-1,
	#footer-sidebar-2,
	#footer-sidebar-3,
	#footer-sidebar-4 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	/* Content Slider */
	#quote-slider .trapezoid {
		display: none;
	}
	#homepage-slider .carousel-item img.w-100 {
		width: auto!important;
		height: 100% !important;
		left: -50%;
		margin-right: auto;
		position: relative;
	}
	#homepage-slider .carousel-caption {
		width: 100%;
		left: 0;
		right: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	#homepage-slider .carousel-caption h1 {
		font-size: 24px;
	}
	.mob-menu-dark {
		background-color: #17212a;
		background-image: url('img/menu_circle.png');
		background-repeat: no-repeat;
		background-position: bottom right;
	}
	.search-icon {
		margin-left: 0;
		margin-right: 0;
	}
	#mega-menu,
	.darkoverlay {
		display: none;
	}
	.dropdown-menu {
		background-color: transparent;
		border: 0;
	}
	.dropdown-item {
		color: #fff;
		padding-right: 10px;
	}
}

@-webkit-keyframes rotateCircle /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotateCircle {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
