/*
Theme Name: A Sleeky Theme - New
Author: Sleeky
Author URI: https://sleeky.co.uk
Description: Just another Sleeky theme.
Version: 1.0
License: (c) Copyright of Sleeky. All Rights Reserved.
Text Domain: sleeky
*/

/*** profiles ***/

.profiles {
	padding: 120px 30px 80px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

#screen, #modal {
    display: none;
    position: fixed;
}

#screen {
    width: 100%;
    height: 100%;
    background: rgba(22, 59, 82, 0.9);
    z-index: 99;
	left: 0;
	top: 0;
	
}

#modal {
    width: 600px;
	margin: 0 auto;
    top: 15%;
    left: 50%;
	transform: translateX(-50%);
    background: white;
    z-index: 100;
}


.profiles .square-1 {
	display: block;
	width: 372px;
	height: 372px;
	background-color: #169FDB;
	opacity: 0.07;
	position: absolute;
	right: -40px;
	top: 240px;
	z-index: 3;
	pointer-events: none;
}


.profiles .square-2{
		display: block;
	width: 313px;
	height: 313px;
	background-color: #169FDB;
	opacity: 0.14;
	top: 335px;
	right: 55px;
	position: absolute;
/* 	z-index: 4; */
	pointer-events: none;

}

.profiles .square-3 {
	display: block;
	width: 377px;
	height: 377px;
	background-color: #169FDB;
	opacity: 0.07;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);

	pointer-events: none;
}

.profiles .square-4 {
display: block;
	width: 377px;
	height: 377px;
	background-color: #169FDB;
	opacity: 0.12;
	position: absolute;
	left: 95px;
	top: calc(50% + 125px);
	transform: translateY(-50%);
	
	pointer-events: none;
}

.profiles-container {
	max-width: 1550px;
	margin: 0 auto;
}

.profiles .heading {
	padding: 0 10px;
	box-sizing: border-box;
	
}

.profiles .profile-grid {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.profiles .profile-grid .profile-item {
	width: calc(33.33% - 20px);
	margin: 10px 10px;
	flex: 1 0 auto;
	height: auto;
	background-size: cover;
	background-position: center;
	position: relative;
}

.profiles .profile-grid .profile-item:hover {
	cursor: pointer;
}

.profiles .profile-grid .profile-item:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.profiles .profile-grid .profile-item span {
	position: absolute;
	width: 100%;
	height: 200px;
	display: block;
	content: '';
	background: rgb(22,159,219);
background: linear-gradient(0deg, rgba(22,159,219,1) 0%, rgba(22,159,219,0) 100%);
	bottom: 0px;
	opacity: 0.8;
	transition: 0.5s;
}

.profiles .profile-grid .profile-item:hover span {

	height: 100%;
}

.profiles .profile-grid .profile-item .content {
	padding: 30px 30px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.profiles .profile-grid .profile-item .content h3 {
	font-size: 26px;
	color: #ffffff;
	font-weight: 500;
}

.profiles .profile-grid .profile-item .content h4 {
	font-size: 26px;
	color: #ffffff;
	font-weight: 300;
	margin-top: 5px;
}

.profile-slider {
	max-width: 735px;
	margin: 0 auto;
}

.profile-slider .content {
	display: flex;
	padding: 20px 20px;
	box-sizing: border-box;
}

.profile-slider .content .left {
	min-width: 200px;
	max-width: 200px;
	
}

.profile-slider .content .right {
	flex: 1 1 auto;
	max-height: 300px;
	overflow-y: auto;
}

.profile-slider .content .right p:first-of-type {
	padding-top: 0px;
}

.profile-slider .content .right p {
	font-size: 14px;
	line-height: normal;
}

.profile-slider .content .left h3 {
	font-size: 16px;
	font-weight: 500;
	color: #5C5C5C;
}

.profile-slider .content .left h4 {
	font-size: 14px;
	font-weight: 300;
	color: #5C5C5C;
}

.profile-slider .content .left .buttons {
	display: flex;
	margin-top: 20px;
	align-items: center;
}

.profile-slider .content .left .buttons .button:nth-of-type(2) {
	margin-left: 20px;
}

.profile-slider .content .left .buttons .button a {
	background-color: #E66937;
	padding: 10px 15px;
	box-sizing: border-box;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
}
.profile-slider .content .left .buttons .button.linkedin a {
	padding: 5px 10px;
	font-size: 23px;
}
.profile-slider .slick-slide img {
	height: 450px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.profiles.arrows {

}

.profiles .arrows .left-arrow {
	position: absolute;
	left: -150px;
	top: 50%; 
	transform: translateY(-50%);
	transition: 0.5s;
}

.profiles .arrows .left-arrow:hover {
	opacity: 0.6;
	cursor: pointer;
}

.profiles .arrows .left-arrow img {
	width: 56px;
	height: 30px;
	display: block;
	
}


.profiles .arrows .right-arrow {
	position: absolute;
	right: -150px;
	top: 50%; 
	transform: translateY(-50%);
	transition: 0.5s;
}

.profiles .arrows .right-arrow:hover {
	opacity: 0.6;
	cursor: pointer;
}

.profiles .arrows .right-arrow img {
	width: 56px;
	height: 30px;
	display: block;
	
}

@media (max-width: 1550px) {
	.profiles .profile-grid {
		position: relative;
		z-index: 4;
	}
}

@media (max-width: 1300px) {
	.profiles .profile-grid {
		margin-top: 30px;
	}
	
	.profiles {
		padding: 80px 30px 60px;
	}
	
	.profiles .profile-grid .profile-item .content h3, .profiles .profile-grid .profile-item .content h4 {
		font-size: 2vw;
	}
	
	.profiles .profile-grid .profile-item .content {
		padding: 2vw;
	}
	
	.profiles .profile-grid .profile-item span {
		height: 40%;
	}
}

@media (max-width: 1100px) {
	.profile-slider .slick-slide img {
		height: 450px;
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	#modal {
		top: 20%;
	}
	
	.profile-slider .content .right {
		max-height: 230px;
	}
	
	.profiles .arrows {
		position: relative;
		display: flex;
		justify-content: center;
		background-color: #163B52;
		padding: 20px 20px;
		box-sizing: border-box;
	}
	
	.profiles .arrows .left-arrow {
		position: relative;
		transform: none;
		top: auto;
		left: auto;
		margin: 0 15px;
	}
	
	.profiles .arrows .right-arrow {
		position: relative;
		transform: none;
		top: auto;
		right: auto;
		margin: 0 15px;
	}
	
	.profiles .arrows .left-arrow img {
		width: 35px;
	}
	
	.profiles .arrows .right-arrow img {
		width: 35px;
	}
}

@media (max-width: 800px) {
	.profiles {
		padding: 50px 20px 50px;
	}

	.profiles .profile-grid {
		margin-top: 20px;
	}
	
	#modal {
		width: 90%;
	}

	.profile-slider {
		max-width: none;
	}
}

@media (max-width: 700px) {
	.profiles .profile-grid .profile-item {
		width: calc(50% - 10px);
		margin: 5px 5px;
	}

	.profiles .profile-grid .profile-item .content h3, .profiles .profile-grid .profile-item .content h4 {
		font-size: 3.5vw;
	}

	.profiles .profile-grid .profile-item .content {
		padding: 3.5vw;
	} 

}

@media (max-width: 600px) {
	
	
	.profile-slider .content {
		flex-direction: column;
		padding: 20px 20px;
	}
	
	.profile-slider .slick-slide img {
		height: 350px;
		object-fit: cover;
		object-position: center;
		width: 100%;
	}
	
	.profile-slider .content .right {
		max-height: 160px;
		margin-top: 20px;
	}
	
	.profile-slider .content .left h3,.profile-slider .content .left h4 {
		font-size: 12px;
	}
	
	.profile-slider .content .left .buttons .button a {
		padding: 11px 15px;
		font-size: 14px;
	}
	
	
	.profile-slider .content .left .buttons .button.linkedin a {
		
		font-size: 23px;
	}
	
	.profiles .arrows {
		padding: 10px 20px;
	}
	.profile-slider .slick-slide img {
		height: 350px;
	}

	.profile-slider .content .right p:first-of-type {
		line-height: normal;
	}
	
	.profile-slider .content .right {
		max-height: 120px;
	}
	
	#modal {
		top: 200px;
	}
}

@media (max-width: 500px) {
	.profile-slider .slick-slide img {
		height: 200px;
	}
	
	.profile-slider .content .left {
		display: flex;
		min-width: 0;
		max-width: none;
		flex-direction: column;
	
	}
	
	.profile-slider .content .left .buttons {
		margin-top: 10px;
	}
	
	.profile-slider .content .left .names {
		padding-right: 10px;
	}

	.profile-slider .content .left .buttons {

	}
}

/*** image left title text ***/

.image-title-text {
	padding: 80px 30px 100px;
	box-sizing: border-box;
	background-color: #fafafa;
	overflow: hidden;
}

.image-title-text-container {
	max-width: 1520px;
	margin: 0 auto;
}

.image-title-text .top-section {
	display: flex;
	align-items: center;
}

.image-title-text .top-section .image-left {
	position: relative;
}

.image-title-text .top-section .image-left .image {
	position: relative;
	z-index: 1;
}

.image-title-text .top-section .image-left img {
	width: 100%;
}

.image-title-text .top-section .square {
	display: block;
	width: 137px;
	height: 137px;
	background-color: #169FDB;
	opacity: 0.04;
	position: absolute;
	top: -30px;
	right: -100px;
	content: '';
}
.image-title-text .top-section .square-bottom {
	display: block;
	width: 128px;
	height: 108px;
	background-color: #169FDB;
	opacity: 0.12;
	position: absolute;
	top: -29px;
	right: -42px;
	content: '';
}
.image-title-text .top-section .square-top {
	display: block;
	width: 158px;
	height: 158px;
	background-color: #169FDB;
	opacity: 0.12;
	position: absolute;
	top: -20px;
	right: -32px;
	content: '';
}

.image-title-text.flip .top-section {
	flex-direction: row-reverse;
}

.image-title-text .top-section .image-left {
	width: 50%;
}

.image-title-text .top-section .text-right {
	width: 50%;
	margin-top: -100px;
	margin-left: 145px;
}

.image-title-text .top-section .text-right .top-title {
	max-width: 550px;
}

.image-title-text .top-section .text-right .top-title > * {
	text-transform: unset;
}

.image-title-text .bottom-section {
	margin-top: -50px;
	position: relative;

}

.image-title-text .bottom-section .main-text {
	max-width: 700px;
	margin-left: 10%;
	background-color: rgba(0, 99, 161, 0.87);
	padding: 50px 50px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.image-title-text .bottom-section .main-text .text-container > * {
	color: #ffffff;
}

.image-title-text .bottom-section .main-text .square-top {
	display: block;
	width: 305px;
	height: 305px;
	background-color: #169FDB;
	opacity: 0.1;
	position: absolute;
	top: -33px;
	right: -41px;
	content: '';
}

.image-title-text .bottom-section .main-text .square-bottom {
	display: block;
	width: 295px;
	height: 295px;
	background-color: #169FDB;
	opacity: 0.12;
	position: absolute;
	bottom: -110px;
	left: -50px;
	content: '';
}
.image-title-text .bottom-section .main-text .square-bottom-2 {
	display: block;
	width: 215px;
	height: 215px;
	background-color: #169FDB;
	opacity: 0.06;
	position: absolute;
	bottom: -145px;
	left: -90px;
	content: '';
}



.image-title-text.flip .bottom-section .main-text::after {
	display: block;
	width: 100px;
	height: 100px;
	background-color: #169FDB;
	opacity: 0.23;
	position: absolute;
	top: -22px;
	right: -22px;
	content: '';
}

.image-title-text.flip .bottom-section .main-text .square-top {
	top: -33px;
	left: -41px;
	right: auto;
}

.image-title-text.flip .bottom-section .main-text .square-bottom {
	left: auto;
	bottom: -110px;
	right: -50px;
	
}
.image-title-text.flip .bottom-section .main-text .square-bottom-2 {
	left: auto;
	bottom: -145px;
	right: -90px;

}

@media (max-width: 1700px) {
	.image-title-text {
		padding: 80px 30px 100px;
	}

	.image-title-text .top-section .text-right {
		margin-left: 100px;
	}

	.image-title-text .top-section .square {
		width: 70px;
		height: 70px;
		top: -15px;
		right: -50px;
	}
	.image-title-text .top-section .square-bottom {
		width: 60px;
		height: 60px;
		top: -15px;
		right: -21px;
	}
	.image-title-text .top-section .square-top {
		width: 80px;
		height: 80px;
		top: -10px;
		right: -16px;

	}

	.image-title-text .bottom-section .main-text .square-top {
		width: 105px;
		height: 105px;
		top: -16px;
		right: -20px;
	}

	.image-title-text .bottom-section .main-text .square-bottom {
		width: 150px;
		height: 150px;
		bottom: -55px;
		left: -25px;
	}
	.image-title-text .bottom-section .main-text .square-bottom-2 {
		width: 105px;
		height: 105px;
		bottom: -70px;
		left: -45px;
	}


	.image-title-text.flip .bottom-section .main-text::after {
		width: 50px;
		height: 50px;
		top: -11px;
		right: -11px;
	
	}

	.image-title-text.flip .bottom-section .main-text .square-top {
		top: -16px;
		left: -20px;
		right: auto;
	}

	.image-title-text.flip .bottom-section .main-text .square-bottom {
		left: auto;
		bottom: -55px;
		right: -25px;

	}
	.image-title-text.flip .bottom-section .main-text .square-bottom-2 {

		bottom: -70px;
		right: -45px;
		left: auto;

	}
}

@media (max-width: 1500px) {
	.image-title-text.flip .bottom-section .main-text .square-bottom {
		bottom: -120px;
	}
	
	.image-title-text .bottom-section .main-text .square-bottom {
		bottom: -120px;
	}

	.image-title-text .bottom-section .main-text .square-top {
		top: -40px;
		height: 65px;
		width: 65px;
	}
}

@media (max-width: 1200px) {
	.image-title-text .top-section .text-right {
		margin-left: 50px;
	}
}

@media (max-width: 900px) {
	.image-title-text .bottom-section .main-text {
		margin: 0 auto;
	}
	
	.image-title-text .bottom-section {
		margin-top: -20px;
		padding: 0 20px;
	}
	
	.image-title-text .bottom-section .main-text {
		padding: 30px 30px;
	}
}

@media (max-width: 800px) {
	.image-title-text {
		padding: 60px 20px 70px;
	}
	
	.image-title-text .top-section, .image-title-text.flip .top-section {
		flex-direction: column;
	}
	
	.image-title-text .top-section .image-left {
		width: 100%;
	}

	.image-title-text .top-section .text-right {
		margin-top: 20px;
		width: 100%;
	}
	
	.image-title-text .bottom-section {
		margin-top: 20px;
		padding: 0px;
	}

	.image-title-text .top-section .text-right {
		margin-left: 0px;
	}

	.image-title-text .bottom-section .main-text {
		padding: 20px 20px;
	}

	.image-title-text.flip .bottom-section .main-text .square-top {
		display: none;
	}

}

@media (max-width: 600px) {
	.image-title-text {
		padding: 50px 20px 50px;
	}
}

/*** simple text ***/

.simple-text {
	padding: 200px 30px 200px;
	box-sizing: border-box;
}

.simple-text-container {
	max-width: 1000px;
	margin: 0 auto;
}

.simple-text .main-text {
	max-width: 860px;
}

.simple-text .main-text > * {
	font-size: 37px;
	font-weight: 300;
	line-height: 140%;
	color: #119ED9;
}


@media (max-width: 1200px) {
	.simple-text {
		padding: 100px 30px 100px;
	}


	.simple-text .main-text > * {
		font-size: 32px;

	}
}

@media (max-width: 900px) {
	.simple-text {
		padding: 50px 30px 50px;
	}
	
	
	.simple-text .main-text > * {
		font-size: 26px;

	}
}

@media (max-width: 700px) {
	.simple-text {
		padding: 30px 20px 30px;
	}
	
	
	.simple-text .main-text > * {
		font-size: 22px;

	}
}

/***/


.menu-item a img, img.menu-image-title-after, img.menu-image-title-before, img.menu-image-title-above, img.menu-image-title-below, .menu-image-hover-wrapper .menu-image-title-above {
	max-width: 40px;
}
.nav-search .original-form {
	display: none !important;
}
.asl_w_container {
	display: none;
	min-width: 500px !important;
}

.nav-search.active .asl_w_container {
	display: block;
}

div.asl_w .probox .promagnifier.hidden {
	display: none;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a, div.asl_r .results .item .asl_content .asl_desc {
	font-family: 'Roboto', sans-serif !important;
}

div.asl_r .results .item .asl_content .asl_desc, div[id*=ajaxsearchliteres].wpdreams_asl_results .results div.asl_image {
	display: none;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a, div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a:hover {
	line-height: normal !important;
	color: #00324d !important;
}

div.asl_r.vertical {
	border: 1px solid #169fdb !important;
	background-color: #ffffff !important;
}

div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a:hover {
	color: #169fdb !important;
}



div.asl_w .probox .promagnifier {
	background-color: transparent !important;
	background-image: none !important;
}

div.asl_w .probox .promagnifier .innericon svg {
	fill: #5c5c5c !important;
	transition: 0.5s;
}

div.asl_w .probox .promagnifier .innericon svg:hover {
	fill: #169fdb !important;
}

div.asl_w {
	background-image: none !important;

}

div.asl_w .probox div.prosettings {
	background-color: transparent !important;
	background-image: none !important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
	background-color: transparent !important;
	background-image: none !important;
}

div.asl_w {
	background: transparent !important;
}

.nav-search.active form {

	border-bottom: 3px solid #169fdb !important;

}




body #ajaxsearchlite1 .probox .proinput input::placeholder, div.asl_w .probox .proinput input::placeholder, body #ajaxsearchlite1 .probox .proinput input::placeholder, div.asl_w .probox .proinput input::placeholder {
	color: #5c5c5c !important;
}

body #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input, body #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
	color: #5c5c5c !important;
}

div.asl_m .probox .promagnifier .innericon svg, div.asl_m .probox .prosettings .innericon svg, div.asl_m .probox .proloading svg {
	width: 30px !important;
}



@media (max-width: 1200px) {
	.asl_w_container {
		min-width: 300px !important;
	}
}


#menu-item-368 .menu-image-title {
	padding-left: 15px;
}

article p {
	word-break: break-word;
}

/*** worldprism page squares ***/
.page-id-5136 .main-hero .hero-content .square-big {
	width: 218px;
	height: 218px;
	right: -13px;
	bottom: -13px;
	background-color: #0063A1;
	opacity: 0.5;

}

.page-id-5136 .main-hero .hero-content .square-small {
	width: 127px;
	height: 127px;
	right: -33px;
	bottom: -33px;
	background-color: #169FDB;
	opacity: 0.5;
	z-index: -1;
	mix-blend-mode: screen;
}

/*** blog page squares ***/
.blog .main-hero .hero-content .square-big {
	width: 122px;
	height: 122px;
	right: -50px;
	bottom: -50px;
	background-color: #0063A1;
	opacity: 0.5;

}

.blog .main-hero .hero-content .square-small {
	width: 82px;
	height: 82px;
	right: 12px;
	bottom: 12px;
	background-color: #169FDB;
	opacity: 0.5;
	z-index: -1;
	mix-blend-mode: screen;
}


/*** contact us page squares ***/
.page-id-5212 .main-hero .hero-content .square-big {
	width: 125px;
	height: 125px;
	right: -17px;
	bottom: -17px;
	background-color: #169FDB;
	opacity: 0.5;
	mix-blend-mode: color-dodge;
}

.page-id-5212 .main-hero .hero-content .square-small {
	width: 91px;
	height: 91px;
	right: -30px;
	bottom: -30px;
	background-color: #0063A1;
	opacity: 0.5;
	z-index: -1;
}



/*** about us page squares ***/
.page-id-5184 .main-hero .hero-content .square-big {
	width: 197px;
	height: 197px;
	right: -25px;
	bottom: -25px;
	background-color: #169FDB;
	opacity: 0.5;
	mix-blend-mode: hard-light;
}

.page-id-5184 .main-hero .hero-content .square-small {
	width: 168px;
	height: 168px;
	right: -30px;
	bottom: -30px;
	background-color: #169FDB;
	opacity: 0.5;
	mix-blend-mode: screen;
}

.featherlight:last-of-type {
	background: rgba(10, 32, 46, 0.9) !important;
}

.featherlight .featherlight-content {
	padding: 0 !important;
	border-bottom: 0 !important;
}

.text-left-image-right .back-button {
	display: none;
}

.single-product .text-left-image-right .back-button {
	display: block;
	margin-top: 20px;
}

.single-product .text-left-image-right .back-button a {
	display: flex;
	align-items: center;
	width: fit-content;
}

.single-product .text-left-image-right .back-button a:hover {
	background-color: #E66937 !important;
	color: #ffffff !important;
}


.single-product .text-left-image-right .back-button a img {
	margin-right: 5px;
	transition: 0.5s;
}

.single-product .text-left-image-right .back-button a:hover img {
	transform: translateX(-5px);
}


.black-bold {
	font-weight: 700;
	color: #163B52;
}

/*** background image left ***/

.bg-image-text {
	padding: 70px 30px;
	box-sizing: border-box;
}

.bg-image-text .bg-image-text-container {
	max-width: 1250px;
	margin: 0 auto;
}

.bg-image-text .bg-image-text-container .text-wrap {
	max-width: 860px;
	position: relative;
	color: #ffffff;
}

.bg-image-text .bg-image-text-container .text-wrap p {
	color: #ffffff;
}

.bg-image-text .bg-image-text-container .text-wrap .top-title > * {
	font-weight: 700;
}

.bg-image-text .bg-image-text-container .main-text p {
	color: #ffffff;
	font-size: 28px;
	font-weight: 300;
	line-height: 39px;
}

@media (max-width: 800px) {
	.bg-image-text .bg-image-text-container .main-text p {
		font-size: 22px;
		line-height: normal;
	}

	.bg-image-text {
		padding: 50px 30px;
	}
}

@media (max-width: 800px) {
	.bg-image-text .bg-image-text-container .main-text p {
		font-size: 16px;

	}
}

/*** form left image right ***/

.text-left-image-right.form-section form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.text-left-image-right.form-section .text-left {
	padding: 0px 100px 30px 0;
}

.text-left-image-right.form-section form input {
	box-sizing: border-box;
	width: 100%;
	margin: 7px;
	padding: 15px 10px;
	font-size: 17px;
	font-weight: 300;
	color: #5C5C5C;
	border: none;
	font-family: 'Roboto',sans-serif;
	background-color: #EBF7FC;
}
.text-left-image-right.form-section form textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 7px;
	padding: 15px 10px;
	font-size: 17px;
	font-weight: 300;
	color: #5C5C5C;
	border: none;
	font-family: 'Roboto',sans-serif;
	height: 90px;
	background-color: #EBF7FC;
}

.text-left-image-right.form-section .form-shortcode {
	margin-top: 30px;
}

.text-left-image-right.form-section form input::placeholder, .text-left-image-right.form-section form textarea::placeholder {
	color: #5C5C5C;

}
.text-left-image-right.form-section form input:focus {
	outline: none;
}

.text-left-image-right.form-section form textarea:focus {
	outline: none;
}

.text-left-image-right.form-section form .item {
	width: calc(50% - 10px);

}

.text-left-image-right.form-section form .item.alt {
	width: 100%;
}

.text-left-image-right.form-section form input[type=submit] {
	width: fit-content;
	color: #ffffff;
	transition: 0.5s;
	background-color: #E66937;
}

.text-left-image-right.form-section form input[type=submit]:hover {
	cursor: pointer;
	background-color: #ffffff;
	color: #E66937
}

@media (max-width: 1000px) {
	.text-left-image-right.form-section .text-left {
		padding: 20px 0;
	}

	.text-left-image-right.form-section form input {
		margin: 7px 0;
	}
}

@media (max-width: 600px) {
	.text-left-image-right.form-section form .item {
		width: 100%;
	}
}

/*** search ***/


.search-results-page {
	padding: 50px 30px 50px;
	box-sizing: border-box;
}

.search-results-container {
	max-width: 1500px;
	margin: 0 auto;

}

.search-results-container .result-item-container {

}

.search-results-page .title {
	font-family: 'Roboto', sans-serif;
	font-size: 42px;
}

.search-results-page .result-item {

	margin: 20px 0;
	box-shadow: 0 11px 37.2px 2.8px rgb(17 158 217 / 12%);
	padding: 20px;

	box-sizing: border-box;


}

.search-results-page .result-item a {
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
	color: #00324d;
	transition: 0.5s;
}

.search-results-page .result-item a:hover {
	color: #ce2028;
}

@media (max-width: 850px) {

	.search-results-page .title {
		font-size: 24px;
	}


	.search-results-page .result-item a {
		font-size: 18px;
	}
}

@media (max-width: 850px) {
	.search-results-page .result-item {
		width: 100%;

	}

	.search-results-page .result-item a {
		font-size: 18px;
	}
}

/*** single posts ***/



.single-container {
	max-width: 1370px;
	margin: 0 auto;
	padding: 50px 50px;
	box-sizing: border-box;
	display: flex;
}

.single-post-section a {
	color: #E66937;
}

.single-post-section .back-button {
	float: right;
	margin-top: -60px;
	position: relative;
}

.single-post-section .back-button a {
	color: #ffffff;
	display: flex;
	align-items: center;
}


.single-post-section .back-button a img {
	margin-right: 5px;
}

.single-post-section a:hover {
	color: #169FDB;
}

.wp-block-image:not(.is-style-rounded) img {
	width: 100%;
}

.single-container .other-posts {
	margin-left: 17px;
}

.single-container .relatedposts {
	max-width: 480px;
	min-width: 480px;
	background-color: #FAFAFA;
	padding: 15px 25px;
	box-sizing: border-box;
}


.single-container .relatedposts h3 {
	font-size: 22px;
	font-weight: 500;
	color: #169FDB;
}

.single-container .relatedposts h3 a {
	color: #169FDB;
}

.single-container .relatedposts ul {
	padding-left: 0;
	margin-top: 0;
}

.single-container .relatedposts ul li {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid #D3D3D3;
}

.single-container .relatedposts ul li .relatedthumb img {
	max-width: 211px;
	object-fit: cover;
	object-position: center;
}

.single-container .relatedposts ul li .relatedcontent {
	padding-left: 10px;
}

.single-container .relatedposts ul li .relatedcontent a {
	font-size: 20px;
}

.single-container .relatedposts ul li .relatedcontent p {
	padding-top: 5px;
}

.single-container article h2, .single-container article h3, .single-container article h4, .single-container article h5, .single-container article h7 {
	color: #169FDB;
	margin-top: 35px;
}

.wp-block-audio audio {
	min-width: 0 !important;
}

@media (max-width: 650px) {
	.single-post-section .back-button {
		float: none;
		margin-top: 0px;
		width: fit-content;
		text-align: center;
		margin: 0 auto;
	}

	.dpsp-networks-btns-wrapper {
		display: flex !important;
		justify-content: center;
	}

	.dpsp-has-spacing .dpsp-networks-btns-wrapper li {
		margin: 10px 5px !important;
	}
}

@media (max-width: 600px) {
	.single-container {
		padding: 50px 30px;
	}
}

/*** image left list right ***/


.image-left-list-right {
	padding: 250px 20px;
	box-sizing: border-box;
}

.image-left-list-right-container {
	max-width: 1220px;
	margin: 0 auto;
}

.image-left-list-right .items {

}

.image-left-list-right .items .item {
	display: flex;
	margin: 40px 0;
}

.image-left-list-right .items .item .image-side {
	padding: 25px;
	box-shadow: 0 11px 37.2px 2.8px rgb(17 158 217 / 12%);
	height: fit-content;
	width: fit-content;
}

.image-left-list-right .items .item .text-side {
	padding: 40px 60px;
	color: #5C5C5C;
}

.image-left-list-right .items .item .text-side .text-image {
	max-width: 90px;
}

.image-left-list-right .items .item .text-side h3 {
	font-weight: 700;
	font-size: 35px;
	margin-top: 20px;
}

.image-left-list-right .items .item .text-side .main-text {
	color: #5C5C5C;
}

.image-left-list-right .items .item .text-side .main-text ul li {
	position: relative;
	list-style-type: none;
	color: #5C5C5C;

	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 28px;
}

.image-left-list-right .items .item .text-side .main-text ul li:before {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 26px;
	height: 25px;
	left: -40px;
	top: 11px;
	background-color: #169FDB;
	border-radius: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
}

.image-left-list-right .items .item .text-side .main-text ul li:nth-of-type(1)::before {
	content: '1';
}
.image-left-list-right .items .item .text-side .main-text ul li:nth-of-type(2)::before {
	content: '2';
}
.image-left-list-right .items .item .text-side .main-text ul li:nth-of-type(3)::before {
	content: '3';
}
.image-left-list-right .items .item .text-side .main-text ul li:nth-of-type(4)::before {
	content: '4';
}
.image-left-list-right .items .item .text-side .main-text ul li:nth-of-type(5)::before {
	content: '5';
}
.image-left-list-right .items .item .text-side .main-text ul li:nth-of-type(6)::before {
	content: '6';
}
.image-left-list-right .items .item .text-side .main-text ul li:nth-of-type(7)::before {
	content: '7';
}
.image-left-list-right .items .item .text-side .main-text ul li:nth-of-type(8)::before {
	content: '8';
}

@media (max-width: 1350px) {
	.image-left-list-right {
		padding: 50px 20px;
	}
}

@media (max-width: 1000px) {
	.image-left-list-right .items .item {
		flex-direction: column;
	}

	.image-left-list-right .items .item .image-side {
		margin: 0 auto;
	}

	.image-left-list-right .items .item .text-side {
		padding: 40px 20px;
	}
}

@media (max-width: 600px) {
	.image-left-list-right .items .item .text-side .main-text ul li { 
		font-size: 16px;
	}

	.image-left-list-right .items .item .text-side .text-image {
		max-width: 50px;
	}

	.image-left-list-right .items .item .text-side h3 {
		font-size: 26px;
	}
}

/*** form ***/

.cta-form {
	padding: 160px 20px 160px;
	box-sizing: border-box;
}

.cta-form-container {
	max-width: 600px;
	margin: 0 auto;
	color: #ffffff;
	text-align: center;
	position: relative;
}

.cta-form .top-title.bold > * {
	color: #ffffff;
	line-height: 1em;
}

.cta-form-container form {
	display: flex;
	flex-wrap: wrap;
	max-width: 485px;
	margin: 0 auto;
}
.cta-form-container form input {
	box-sizing: border-box;
	width: 100%;
	margin: 7px;
	padding: 15px 10px;
	font-size: 17px;
	font-weight: 300;
	color: #5C5C5C;
	border: none;
	font-family: 'Roboto',sans-serif;
}

.cta-form-container form select {
	box-sizing: border-box;
	width: 100%;
	margin: 7px;
	padding: 15px 10px;
	font-size: 17px;
	font-weight: 300;
	color: #5C5C5C;
	border: none;
	font-family: 'Roboto',sans-serif;
}

.cta-form-container form textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 7px;
	padding: 15px 10px;
	font-size: 17px;
	font-weight: 300;
	color: #5C5C5C;
	border: none;
	font-family: 'Roboto',sans-serif;
	height: 90px;
}

.cta-form .form-shortcode {
	margin-top: 30px;
}

.cta-form-container form input::placeholder, .cta-form-container form textarea::placeholder {
	color: #5C5C5C;

}
.cta-form-container form input:focus, 
.cta-form-container form select:focus {
	outline: none;
}

.cta-form-container form textarea:focus {
	outline: none;
}

.cta-form-container form .item {
	width: calc(50% - 20px);
	margin: 0px 10px;
	position: relative;
}

.cta-form-container form .item.alt {
	width: 100%;
}

.cta-form-container form input[type=submit] {
	width: fit-content;
	color: #ffffff;
	transition: 0.5s;
}

.cta-form-container form input[type=submit]:hover {
	cursor: pointer;
	background-color: #ffffff;
	color: #E66937
}

.wpcf7-spinner {
	display: none !important;
}

.cta-form-container form select {
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	appearance:none;


}

.cta-form-container form .select:after {
	content:"\f078";
	font-family: FontAwesome;
	color: #E66937;

	position: absolute; right: 0; top: 0;
	font-size: 22px;
	z-index: 1;
	text-align: center;    
	pointer-events: none;
	top: calc(50% - 3px);
	transform: translateY(-50%);
}



@media (max-width: 600px) {
	.cta-form {
		padding: 50px 20px 50px;

	}

	.cta-form-container form .item {
		width: 100%;
	}

	.cta-form-container form input, .cta-form-container form select {
		margin: 7px 0;
		font-size: 12px;
	}


}

/*** product dropdown menu ***/

.product-dropdown-menus ul.tax-parents {
	display: none;
}

.product-dropdown-menus ul.tax-parents.active {
	display: block;
}

.product-dropdown-menus ul.tax-parents {
	display: none;
	margin: 0;
	padding: 0;
	background-color: pink;
	position: absolute;
	width: 75px;
	z-index: 1;
}

.product-dropdown-menus .drop.first:hover > ul.tax-parents {
	display: block;
	margin-top: 15px;
}

.product-dropdown-menus .drop.first {
	width: fit-content;
	padding: 15px 40px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	background-color: #169FDB;
	border: 1px solid white;
	text-align: center;
}

.product-dropdown-menus ul.tax-parents li{
	list-style: none;
	text-align: left;
	width: 245px;
	padding: 15px 40px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	background-color: #169FDB;
	text-align: left;
	margin-left: -40px;
}

.product-dropdown-menus ul.tax-parents li:hover{
	background-color: lightblue;
}


.product-dropdown-menus .dropdown-title svg {
	margin-left: 10px;
}


.product-dropdown-menus ul.tax-parent {
	display: none;
}

.product-dropdown-menus .drop.second:hover ul.tax-parent.active {
	display: block !important;
}

.product-dropdown-menus ul.tax-parent {
	display: none;
	margin: 0;
	padding: 0;
	background-color: pink;
	position: absolute;
	width: 75px;
	z-index: 1;
}

.product-dropdown-menus .drop.second:hover > ul.tax-parent {
	display: none;
	margin-top: 15px;
}

.product-dropdown-menus .drop.second {
	width: fit-content;
	padding: 15px 40px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	background-color: #169FDB;
	border: 1px solid white;
	text-align: center;
}

.product-dropdown-menus ul.tax-parent li{
	list-style: none;
	width: 282px;
	padding: 15px 40px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	background-color: #169FDB;
	text-align: left;
	margin-left: -40px;
}

.product-dropdown-menus ul.tax-parent li:hover{
	background-color: lightblue;
}

.product-dropdown-menus {
	display: flex;

}

.product-dropdown-menus .drop {
	margin: 15px;
}

/*** product section ***/

.filter-products-grid .pos-vertical-3 {
	margin-top: -100px;
}
.filter-products-grid .blog-feed-items .date {
	background-color: #169FDB;
	color: #ffffff;
	padding: 5px 10px;
	width: fit-content;
	position: absolute;
	top: -29px;
}


.filter-products-grid .blog-feed-items {
	display: flex;
	flex-wrap: wrap;
	max-width: 1490px;
	margin: 0 auto;
}



.filter-products-grid .blog-feed-items .blog-item {
	width: calc(33.33% - 20px);
	margin: 25px 10px;
	box-shadow: 0 11px 37.2px 2.8px rgb(17 158 217 / 12%);
}

.filter-products-grid .blog-feed-items .blog-item .left-side {
	position: relative;
}

.filter-products-grid .blog-feed-items .blog-item .left-side .date {
	position: absolute;
	bottom: 0;
	left: 20px;
}



.filter-products-grid .blog-feed-items .blog-item .left-side img {
	height: 245px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	display: block;
}

.filter-products-grid .blog-feed-items .blog-item .right-side {
	padding: 20px 30px;
	box-sizing: border-box;
	max-height: 270px;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.filter-products-grid .blog-feed-items .blog-item .right-side .title {

}

.filter-products-grid .blog-feed-items .blog-item .right-side .title h3 {
	font-size: 25px;
	font-weight: 300;
	color: #169FDB;
}

.filter-products-grid .blog-feed-items .blog-item .left-side .item-overlay {
	background-color: #169FDB;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: 0.5s;
}

.filter-products-grid .blog-feed-items .blog-item:hover .left-side .item-overlay {
	opacity: 0.5;
}

.filter-products-grid .blog-feed-items .blog-item .right-side .button {
	margin-top: auto;

}

.filter-products-grid .blog-feed-items .blog-item .right-side .button a {
	color: #E66937;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.filter-products-grid .blog-feed-items .blog-item .right-side .button a img {
	margin-left: 5px;
}

.filter-products-grid .blog-feed-items .blog-item .right-side .button a:hover {
	color: #169FDB;
}

.filter-products-grid .blog-feed-items .blog-item .right-side .button a img {
	transition: 0.5s;
}

.filter-products-grid .blog-feed-items .blog-item .right-side .button a:hover img {
	/* 	transform: translateX(5px); */
	object-fit: cover;
	object-position: right;
	max-width: 25px;
	min-height: 22px;
}

@media (max-width: 1350px) {
	.filter-products-grid .pos-vertical-3 {
		margin-top: auto;
	}

	.main-hero.small.product-hero .main-hero-container {
		flex-direction: column;
		justify-content: space-around !important;
	}

	.main-hero.small {
		height: 400px;
	}

	.main-hero.small .hero-content {
		margin-right: 30px;
	}
}

@media (max-width: 1000px) {
	.filter-products-grid .blog-feed-items .blog-item {
		width: calc(50% - 20px);

	}
}

@media (max-width: 650px) {
	.filter-products-grid .blog-feed-items .blog-item {
		width: calc(100% - 20px);
		margin: 10px 10px;
	}

	.filter-products-grid .blog-feed-items .blog-item .right-side {
		min-height: 0;
		max-height: none;
	}

	.filter-products-grid .blog-feed-items .blog-item .right-side .button {
		margin-top: 20px;
	}

	.filter-products-grid .blog-feed-items .blog-item .right-side {
		padding: 20px 20px;
	}

	.product-dropdown-menus {
		flex-direction: column;
		align-items: center;
	}

}

/*** blog section ***/

.blog-feed {

}

.blog-feed-container {
	max-width: 1490px;
	margin: 0 auto;
	padding: 30px 0 240px;
}

.blog-feed .blog-feed-header {

}

.blog-feed .blog-feed-header ul {
	padding-left: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.blog-feed .blog-feed-header ul li {
	margin: 0 10px;
}

.blog-feed .blog-feed-header ul li a {
	background-color: #FAFAFA;
	color: #5C5C5C;
	font-size: 20px;
	font-weight: 300;
	padding: 10px 20px;
	line-height: 50px;
}

.blog-feed .blog-feed-header ul li.active a {
	background-color: #119ED9;
	font-weight: 500;
	color: #ffffff;
}

.blog-feed .blog-feed-items .blog-feed-items-top {
	padding: 30px 10px 0 10px;
}

.blog-feed .blog-feed-items .blog-feed-items-top .blog-item {
	display: flex;
	box-shadow: 0 11px 37.2px 2.8px rgb(17 158 217 / 12%);
}

.blog-feed .blog-feed-items .blog-feed-items-top .blog-item .left-side {
	min-width: calc(100% - 630px);
}

.blog-feed .blog-feed-items .blog-feed-items-top .blog-item .right-side {
	padding: 40px 35px;
	display: flex;
	flex-direction: column;
}

.blog-feed .blog-feed-items .date {
	background-color: #169FDB;
	color: #ffffff;
	padding: 5px 10px;
	width: fit-content;
	position: absolute;
	top: -29px;
}

.blog-feed .blog-feed-items .blog-feed-items-top .blog-item .right-side .title {
	font-size: 40px;
	font-weight: 300;
	margin: 30px 0;
	color: #169FDB;
}

.blog-feed .blog-feed-items .blog-feed-items-top .blog-item .right-side .text p {
	font-size: 19px;
	font-weight: 300;
	color: #5C5C5C;
}

.blog-feed .blog-feed-items .blog-feed-items-top .blog-item .right-side .button {
	margin-top: auto;
	text-align: right;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom {
	display: flex;
	flex-wrap: wrap;
}



.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item {
	width: calc(33.33% - 20px);
	margin: 25px 10px;
	box-shadow: 0 11px 37.2px 2.8px rgb(17 158 217 / 12%);
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .left-side {
	position: relative;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .left-side .date {
	position: absolute;
	bottom: 0;
	left: 20px;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .left-side .item-overlay {
	background-color: #169FDB;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: 0.5s;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:hover .left-side .item-overlay {
	opacity: 0.5;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .left-side img {
	height: 245px;
	object-fit: cover;
	object-position: center;
	width: 100%;
	display: block;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .right-side {
	padding: 20px 30px;
	box-sizing: border-box;
	max-height: 270px;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .right-side .title {

}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .right-side .title h3 {
	font-size: 25px;
	font-weight: 300;
	color: #169FDB;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .right-side .button {
	margin-top: auto;

}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .right-side .button a {
	color: #E66937;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .right-side .button a img {
	margin-left: 5px;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .right-side .button a:hover {
	color: #169FDB;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .right-side .button a img {
	transition: 0.5s;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .right-side .button a:hover img {
	object-fit: cover;
	object-position: right;
	max-width: 25px;
	min-height: 22px;
}

.blog-feed .pagination .pages {
	display: flex;
	justify-content: flex-end;
	margin-right: 5px;
	margin-top: 30px;
}

.blog-feed .pagination .pages .page-numbers {
	width: 48px;
	height: 46px;
	background-color: #EBEBEB;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 500;
	color: #9F9F9F;
	margin: 0 5px;
}

.blog-feed .pagination .pages .page-numbers:hover {
	background-color: #9F9F9F;
	color: #EBEBEB;
}

.blog-feed .pagination .pages .page-numbers.current, .blog-feed .pagination .pages .next.page-numbers, .blog-feed .pagination .pages .prev.page-numbers {
	background-color: #119ED9;
	color: #ffffff;
}

.blog-feed .pagination .pages .next.page-numbers:hover, .blog-feed .pagination .pages .prev.page-numbers:hover {
	background-color: #ffffff;
	color: #119ED9;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type {
	width: 100%;
	display: flex;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type .left-side {
	width: calc(100% - 270px);
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type .left-side img {
	height: 520px;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type .right-side .title {
	padding-top: 30px;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type .right-side .title h3 {
	font-size: 40px;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type .right-side {
	min-height: 0;
	max-height: none;
	padding: 35px;
}

.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type .right-side .date {
	position: relative;
	top: auto;
}

@media (max-width: 1150px) {
	.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item {
		width: calc(50% - 20px)
	}
}

@media (max-width: 780px) {
	.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item {
		width: calc(100% - 20px)
	}

	.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item .right-side {
		max-height: none;
		min-height: 0;
	}

	.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type {
		flex-direction: column;
	}

	.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type .right-side .title {
		padding-top: 0px;
	}

	.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type .left-side {
		width: 100%;
	}

	.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type .left-side img {
		height: 245px;
	}

	.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type .right-side .title h3 {
		font-size: 25px;
	}

	.blog-feed .blog-feed-items .blog-feed-items-bottom .blog-item:first-of-type .right-side .date {
		position: absolute;
		top: -29px;
	}

	.blog-feed-container {
		padding: 30px 0 30px;
	}
}

@media (max-width: 600px) {
	.blog-feed .blog-feed-header ul li a {
		font-size: 16px;
	}
}

/*** nav search form ***/

.nav-search form {
	display: none;
}

.nav-search  {
	display: flex;
	align-items: center;
}



.nav-search span {
	margin-right: 5px;
}

.nav-search span svg {
	color: #5C5C5C;
	font-size: 24px;
	transition: 0.5s;
}

.nav-search.active form {
	display: block;
}

.nav-search span svg:hover {
	cursor: pointer;
	color: #169FDB;
}

body header .nav-center.hidden {
	display: none;
}

body header .nav-center {
	display: block;
}

/*** newsletter ***/


.newsletter {
	height: 750px;
}

.newsletter-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	height: 100%;
}

.newsletter .top-title {
	color: #ffffff;
}

.newsletter .top-title span {
	color: #ffffff;
}

.newsletter-container .newsletter-box {
	max-width: 600px;
	width: 100%;
	padding: 70px;
	display: flex;
	align-items: center;
	background: rgba(0,0,0, 0.5);
	height: 100%;
	box-sizing: border-box;
}

.newsletter input[type=email] {
	width: 100%;
	padding: 15px 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #B5B5B5;
}

.newsletter input[type=email]:focus {
	outline: none;
}

.newsletter .item {
	margin: 25px 0;
}

.newsletter input[type=submit] {
	border: none;
	transition: 0.5s;
}

.newsletter input[type=submit]:hover {
	cursor: pointer;
}

@media (max-width: 1600px) {
	.newsletter {
		height: 500px;
	}
}

/*** main hero ***/


.main-hero {
	/* 	height: 980px; */
	height: 100vh;
	position: relative;
}

.main-hero.small {
	height: 560px;
}

.main-hero.small .main-hero-container {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}

.main-hero.small.product-hero .main-hero-container {
	justify-content: space-between;
}

.main-hero.small .hero-content {
	margin-top: -50px;

	top: auto;
	transform: translateY(0); 
	position: relative;
}

.main-hero.small.product-hero .hero-content, .single-product .main-hero.small .hero-content {
	background: rgb(88, 180, 220, 0.5)
}

.main-hero.small .hero-content .main-text {
	padding-right: 50px;
	position: relative;
	z-index: 1;
}

.main-hero.small .hero-content .main-text a {
	color: #E66937;
	font-weight: 700;
}
.main-hero.small .hero-content .main-text a:hover {
	color: #ffffff;
}

.main-hero.small .hero-content .main-title {
	text-align: left;
	position: relative;
	z-index: 1;
}

.main-hero.small .hero-content .main-title > * {
	color: #ffffff;
}

.blog-single-post.main-hero .hero-content .date p {
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
}

.main-hero-container {
	max-width: 1500px;
	margin: 0 auto;
	padding: 30px;
}

.blog-single-post.main-hero .hero-content {
	max-width: 862px;
}

.blog-single-post.main-hero .hero-content .main-title > * {

	font-weight: 300;
}

.main-hero .hero-content {
	background: rgb(200, 54, 54);
	background: rgba(22,159,219, 0.8);
	/* 	max-width: 610px; */
	max-width: 730px;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	padding: 50px 35px;
	box-sizing: border-box;
}

.main-hero.small.long-box .hero-content {
	max-width: 862px;
}

.main-hero.small.long-box .hero-content .main-text {
	max-width: 610px;
}

.main-hero .hero-content .top-title {
	font-size: 51px;
	font-weight: 100;
}

.main-hero .hero-content .main-title {
	font-size: 51px;
	font-weight: 900;
	text-align: right;
}

.main-hero .hero-content .main-text p {
	color: #ffffff;
}

.main-hero .hero-content .buttons {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
}

.main-hero .hero-content .buttons .button-1 {
	margin-right: 20px;
	margin-bottom: 30px;
}

.main-hero .hero-content .buttons a {
	line-height: 50px;
}

.main-hero .hero-content .hero-content-wrapper {
	/* 	position: relative; */
}

.main-hero .hero-content .square-big {
	width: 119px;
	height: 119px;
	content: '';
	position: absolute;
	right: -55px;
	bottom: -65px;
	background-color: #0063A1;
	opacity: 0.5;
}

.main-hero .hero-content .square-small {
	width: 69px;
	height: 69px;
	content: '';
	position: absolute;
	right: -70px;
	bottom: -80px;
	background-color: #073549;
	opacity: 0.5;
}

.blog-single-post.main-hero .hero-content .hero-content-wrapper {
	position: unset;
}

.blog-single-post.main-hero .hero-content .square-big {
	width: 122px;
	height: 122px;
	right: -50px;
	bottom: -50px;
}
.blog-single-post.main-hero .hero-content .square-small {
	width: 82px;
	height: 82px;
	background-color: #169FDB;
	right: 10px;
	bottom: 10px;
}

.blog-single-post.main-hero .hero-content .hero-content-wrapper .date {
	position: relative;
	z-index: 1;
}


@media (max-width: 800px) {
	.main-hero .hero-content {
		position: relative;
		top: auto;
		transform: none;
	}

	.main-hero {
		height: auto;
		/* 		padding-bottom: 30px; */
	}

	.main-hero .hero-content .main-title {
		text-align: left;
	}

	.main-hero .hero-content .top-title {
		font-size: 36px;
	}

	.main-hero .hero-content .main-title {
		font-size: 36px;
	}

}

@media (max-width: 600px) {
	.main-hero .hero-content .square-big {
		display: none;
	}

	.main-hero.small .hero-content .main-title > * {
		font-size: 36px;
	}

	.main-hero.small .hero-content .main-text {
		padding-right: 0px;
	}
}

@media (max-width: 450px) {
	.main-hero-container {
		padding: 0px;
	}

	.main-hero .hero-content {
		padding: 30px 20px;
	}
}

/*** singles ***/

@media (max-width: 1150px) {
	.single-container {
		flex-direction: column;
	}

	.single-container .other-posts {
		margin-left: 0;
		margin-top: 20px;
	}

	.single-container .relatedposts ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.single-container .relatedposts {
		max-width: none;
		min-width: 0;
	}

	.single-container .relatedposts ul li {
		width: calc(50% - 10px);
		display: flex;
		flex-direction: column;
	}
	.single-container .relatedposts ul li .relatedthumb img {
		max-width: none;
		width: 100%;
		max-height: 200px;
	}
	.single-container .relatedposts ul li .relatedcontent {
		padding-left: 0;
	}
}

@media (max-width: 600px) {
	.single-container .relatedposts ul li {
		width: 100%;

	}
}


/*** blog section ***/

.blog-section {
	padding: 250px 30px;
	box-sizing: border-box;
}

.blog-section-container {
	max-width: 1490px;
	margin: 0 auto;
}

.blog-section .blog-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.blog-section .blog-posts {
	display: flex;
}

.blog-section .blog-posts .right-side {
	display: flex;
	flex-direction: column;
}

.blog-section .blog-posts .left-side {
	max-width: calc(100% - 610px);
	width: 100%;
	margin-right: 20px;
}

.blog-section .blog-posts .left-side .blog-post .blog-image img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
	object-position: center;
}

.blog-section .blog-posts .right-side .blog-post .blog-image img {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
	object-position: center;
}

.blog-section .blog-posts .right-side .blog-post:first-of-type {
	margin-bottom: 20px;
}

.blog-section .blog-posts .left-side .blog-post .button {
	margin-top: 50px;
	text-align: right;
}

.blog-section .blog-posts .right-side .blog-post .button {
	margin-top: 10px;
	text-align: right;
}

.blog-section .blog-posts .blog-post .button a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.blog-section .blog-posts .blog-post .button a:hover {
	color: #169FDB;
}

.blog-section .blog-posts .blog-post .button a img {
	transition: 0.5s;
}

.blog-section .blog-posts .blog-post .button a:hover img {
	transform: translateX(5px);
}

.blog-section .blog-posts .blog-image {
	position: relative;
}

.blog-section .blog-posts .blog-image img {
	display: block;
}

.blog-section .blog-posts .blog-date {
	position: absolute;
	bottom: 0;
	left: 35px;
	background-color: #169FDB;
	color: #ffffff;
	padding: 5px 10px;
}

.blog-section .blog-posts .blog-post {
	box-shadow: 0 11px 37.2px 2.8px rgb(17 158 217 / 12%);
}

.blog-section .blog-posts .blog-post .blog-text {
	padding: 35px;
	box-sizing: border-box;
}

.blog-section .blog-posts .blog-post .blog-text h3 {
	font-size: 40px;
	font-weight: 300;
	color: #169FDB;
}

.blog-section .blog-posts .right-side .blog-post .blog-text h3 {
	font-size: 25px;
}

.blog-section .blog-posts .blog-post .button a {
	color: #E66937;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;

}

.blog-section .blog-posts .blog-post .button a img {
	margin-left: 5px;
}

@media (max-width: 1600px) {
	.blog-section {
		padding: 70px 30px;
	}
}

@media (max-width: 1100px) {
	.blog-section .blog-posts {
		flex-direction: column;
	}

	.blog-section .blog-posts .left-side {
		max-width: none;
		margin-bottom: 20px;
	}

	.blog-section {
		padding: 100px 30px;
	}

	.blog-section .blog-posts .left-side .blog-post .blog-image img {
		max-height: 350px;
	}

	.blog-section .blog-posts .blog-post .blog-text h3 {
		font-size: 25px;
	}

	.blog-section .blog-posts .right-side .blog-post {
		width: calc(50% - 10px);

	}

	.blog-section .blog-posts .right-side {
		flex-direction: row;
		justify-content: space-between;
	}

	.blog-section .blog-posts .right-side .blog-post:first-of-type {
		margin-bottom: 0;
	}
}

@media (max-width: 700px) {
	.blog-section .blog-posts .right-side {
		flex-direction: column;
	}
	.blog-section .blog-posts .right-side .blog-post {
		width: 100%;
	}
	.blog-section .blog-posts .right-side .blog-post:first-of-type {
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.blog-section .blog-header {
		flex-direction: column;
	}

	.blog-section .blog-header .button {
		margin-top: 50px;
	}

	.blog-section {
		padding: 30px 10px;
	}

	.blog-section .blog-posts .blog-post .blog-text h3 {
		font-size: 25px;
	}

	.blog-section .blog-posts .blog-post .blog-text {
		padding: 20px;
	}

	.blog-section .blog-posts .right-side .blog-post .button {
		margin-top: 20px;
	}


}

/*** cta ***/

.cta {
	padding: 140px 30px;
	box-sizing: border-box;
	color: #FFFFFF;
	text-align: center;

}

.cta-container {
	position: relative;
}

.cta h2 {
	font-size: 51px;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
}

.cta h3 {
	font-size: 42px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin: 20px 0;
}


.cta h2 span {
	font-weight: 900;
}

.cta .button {
	margin-top: 40px;
}

@media (max-width: 1600px) {
	.cta {
		padding: 80px 30px;
	}

	.cta h2 {
		font-size: 36px;
	}

	.cta h3 {
		font-size: 28px;

	}
}

@media (max-width: 600px) {
	.cta h2 {
		font-size: 36px;
	}
}

/*** text left image right ***/

.text-left-image-right {
	background-color: #FAFAFA;
	padding: 90px 0;
}
.text-left-image-right-container {
	display: flex;
	justify-content: flex-end;
	max-width: 1920px;
	margin: 0 auto;
}

.single-product .text-left-image-right-container .text-left {
	padding: 0px 70px;
}

.single-product .text-left-image-right-container .main-text p:first-of-type {
	padding-top: 0;
}

.text-left-image-right-container .text-left {
	padding: 60px 100px 30px 20px;
	max-width: 690px;
	width: 100%;
	box-sizing: border-box;
}

.text-left-image-right-container .text-left .main-text strong {
	color: #169FDB;
}

.text-left-image-right .button {
	margin-top: 40px;
}

.text-left-image-right .image-right {
	position: relative;
	/* 	width: 50%; */
	width: auto;
	display: flex;
	align-items: center;
}

.text-left-image-right-container .text-left .main-text ul li {
	position: relative;
	list-style-type: none;
	color: #5C5C5C;

	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 300;

	line-height: 28px;
}

.text-left-image-right-container .text-left .main-text ul li:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	left: -40px;
	top: 15px;
	background-image: url('https://www.countrynavigator.com/wp-content/themes/sleeky-theme-new/images/check.jpg');
	background-size: 100% 100%;
	background-position: center;
}

.text-left-image-right .image-right .square-small {
	display: block;
	content: '';
	width: 257px;
	height: 257px;
	background-color: #0063A1;
	opacity: 0.1;
	position: absolute;
	left: -50px;
	top: -50px;
}

.text-left-image-right .image-right .square-big {
	display: block;
	content: '';
	width: 493px;
	height: 493px;
	background-color: #169FDB;
	opacity: 0.5;
	position: absolute;
	left: -25px;
	top: -25px;
}

.text-left-image-right .image-right .image {
	/* 	height: 100%; */
}

.text-left-image-right .image-right .image img {
	height: 100%;
	width: 100%;
	/* 	max-width: 660px; */
	object-fit: contain;
	object-position: top;
	position: relative;
	z-index: 1;
	max-height: 605px;

}

@media (max-width: 1600px) {
	.text-left-image-right-container {
		padding: 0 0 0 30px;
	}

	.text-left-image-right {
		padding: 90px 0;
	}
}

@media (max-width: 1000px) {
	.text-left-image-right-container {
		flex-direction: column-reverse;
	}

	.text-left-image-right .image-right .image {
		margin: 0 auto;
	}

	.text-left-image-right-container .text-left {
		max-width: none;
		padding: 50px 30px;
	}

	.text-left-image-right .image-right .square-small, .text-left-image-right .image-right .square-big {
		display: none;
	}

	.text-left-image-right {
		padding: 30px 0;
	}

	.text-left-image-right .image-right {
		width: 100%;
	}

	.text-left-image-right .image-right .image img {
		max-height: 400px;
	}

	.single-product .text-left-image-right-container .text-left {
		padding: 30px 0px;
	}
}

@media (max-width: 600px) {
	.text-left-image-right {
		padding: 30px 0;
	}

	.text-left-image-right-container .text-left {
		padding: 20px 0px;
	}

	.text-left-image-right-container .text-left .main-text ul li {
		font-size: 16px;
	}

	.text-left-image-right-container .text-left .main-text ul li:before {
		width: 15px;
		height: 15px;
		left: -30px;
	}
}

/*** image left text right ***/

.image-left-text-right {
	background-color: #FAFAFA;
	padding: 60px 0 60px;
	box-sizing: border-box;
}

.image-left-text-right-top-container {
	max-width: 1520px;
	margin: 0 auto;
	padding: 30px 60px 75px;
	box-sizing: border-box;
}

.image-left-text-right-top-container .section-summary {
	max-width: 630px;
}

.image-left-text-right-container {
	display: flex;
	margin: 30px 0;
	max-width: 1920px;
	margin: 0 auto;
	align-items: center;
}

.image-left-text-right-container .image-left {
	position: relative;
	height: fit-content;
}

.image-left-text-right-container .image-left .square {
	display: block;
	content: '';
	width: 491px;
	height: 491px;
	background-color: #169FDB;
	opacity: 0.3;
	position: absolute;
	right: -25px;
	top: -25px;
}

.image-left-text-right-container .image-left .square-bottom {
	display: block;
	content: '';
	width: 257px;
	height: 257px;
	background-color: #169FDB;
	opacity: 0.5;
	position: absolute;
	left: 0px;
	bottom: -25px;
}

.image-left-text-right-container .image-left .square-top {
	display: block;
	content: '';
	width: 257px;
	height: 257px;
	background-color: #169FDB;
	opacity: 0.3;
	position: absolute;
	right: -35px;
	top: -35px;
}

.image-left-text-right-container .image-left .image {
	height: 100%;
}

.image-left-text-right-container .image-left .image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1;
	max-height: 632px;
}

.image-left-text-right-container .text-right {
	padding: 30px 70px 30px 100px;
	max-width: 630px;
	width: 100%;
	justify-content: center;
	display: flex;
	flex-direction: column;
}

.image-left-text-right-container .text-right .main-text {
	color: #5C5C5C;
}



.image-left-text-right-container .text-right .main-text ul li {
	position: relative;
	list-style-type: none;
	color: #5C5C5C;

	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 300;

	line-height: 28px;
}

.image-left-text-right-container .text-right .main-text ul li:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	left: -40px;
	top: 15px;
	background-image: url('https://www.countrynavigator.com/wp-content/themes/sleeky-theme-new/images/check.jpg');
	background-size: 100% 100%;
	background-position: center;
}


.image-left-text-right-container .text-right .main-text strong {
	color: #169FDB;
}

.image-left-text-right-container .text-right .main-text a {
	color: #E66937;
	font-weight: 700;
}


.image-left-text-right-container .button {
	margin-top: 40px;
}

@media (max-width: 1600px) {
	.image-left-text-right-container .image-left .square {
		display: none;
	}

	.image-left-text-right {
		padding: 50px 0px 30px;
	}

	.image-left-text-right-container .image-left .image img {
		max-height: 400px;
	}


}

@media (max-width: 1250px) {
	.image-left-text-right-container {
		flex-direction: column;
		padding: 0 30px;
	}

	.image-left-text-right-container .text-right {
		max-width: none;
		box-sizing: border-box;
		padding: 30px 30px 30px 30px;
	}

	.image-left-text-right-container .image-left .square {
		display: none;
	}

	.image-left-text-right-container .image-left .square-bottom {
		display: none;
	}
	.image-left-text-right-container .image-left .square-top {
		display: none;
	}
}

@media (max-width: 800px) {
	.image-left-text-right-container .text-right {
		padding: 50px 30px;
	}

	.image-left-text-right {
		padding: 30px 0 30px;
	}

	.image-left-text-right-top-container {
		padding: 30px 30px;
	}
}

@media (max-width: 600px) {
	.image-left-text-right-container .text-right {
		padding: 20px 0;
	}
}

/*** client slider ***/


.client-slider {
	position: relative;
/* 	height: 600px; */
	max-width: 1920px;
	left: 50%;
	transform: translateX(-50%);
	padding: 120px 0;
}

.client-slider-header-container {
	max-width: 1520px;
	margin: 0 auto;
	padding: 30px;
	box-sizing: border-box;
	justify-content: space-between;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;

}

.client-slider-header-container .right-side {
	display: flex;
}

.client-slider-header-container .right-side > div {
	height: 57px;
	width: 57px;
	background-color: #169FDB;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	transition: 0.5s;
}

.client-slider-header-container .right-side > div:last-of-type {
	margin-left: 10px;
}

.client-slider-header-container .right-side > div:hover {
	color: #169FDB;;
	background-color: #ffffff;
	cursor: pointer;
}

.client-slider-container {
	max-width: 1730px;
	margin-left: auto;
/* 	position: absolute; */
	display: block;
	right: 0;
}

.client-slider .slick-track {
	padding: 30px 0;
}

.client-slider .client-item {

	display: flex;
	max-width: 680px;
	min-width: 680px;
	position: relative;
	margin: 0 auto;
}

.client-slider .slick-list{
	padding:0 10% 0 0 !important;
}

.client-slider .client-item .text-side {
	box-shadow: 0 11px 37.2px 2.8px rgb(17 158 217 / 12%);
	padding: 30px 20px;
	box-sizing: border-box;
	width: 509px;
	min-height: 386px;
	box-sizing: border-box;
}

.client-slider .client-item .text-side h3 {
	font-size: 37px;
	font-weight: 900;
	color: #169FDB;
	max-width: 330px;
}

.client-slider .client-item .text-side p {
	font-size: 19px;
	font-weight: 300;
	color: #5C5C5C;
	line-height: 28px;
}

.client-slider .client-item .text-side p a {
	color: #E66937;
}

.client-slider .client-item .text-side p a:hover {
	color: #169FDB;
}

.client-slider .client-item .text-side .text {
	max-width: 330px;
}

.client-slider .client-item .text-side .button {
	margin-top: 40px;
}

.client-slider .client-item .image-side {
	position: absolute;
	right: 0;
}

.client-slider .client-item .image-side .image {
	position: relative;
}

.client-slider .client-item .image-side .image img {
	min-width: 316px;
	max-width: 316px;
	min-height: 279px;
	max-height: 279px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 1;
}

.client-slider .client-item .image-side .image .square-top {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 125px;
	height: 125px;
	content: '';
	display: block;
	background-color: #0063A1;
	opacity: 0.5;
}

.client-slider .client-item .image-side .image .square-bottom {
	position: absolute;
	bottom: -10px;
	left: -10px;
	width: 257px;
	height: 257px;
	content: '';
	display: block;
	background-color: #169FDB;
	opacity: 0.5;
}

.client-slider .white-fade {
	background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	width: 500px;
	height: 100%;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
}

@media (max-width: 1720px) {
	.client-slider .slick-list{
		padding:0 0% 0 0 !important;
	}

	.client-slider-container {
		position: relative;
	}

	.client-slider {
		height: auto;
		padding: 30px 0;
	}
}

@media (max-width: 1600px) {
	.client-slider .slick-list{
		padding:0 40% 0 0 !important;
	}
}

@media (max-width: 1235px) {
	.client-slider .slick-list{
		padding:0 0% 0 0 !important;
	}

	.client-slider .white-fade {
		display: none;
	}
}

@media (max-width: 800px) {
	.client-slider .client-item .image-side {
		position: relative;

	}

	.client-slider .client-item {
		min-width: 0;
		flex-direction: column-reverse;
	}

	.client-slider .client-item .text-side {
		width: 100%;
	}

	.client-slider .client-item .image-side .image img {
		min-width: 0;
		max-width: none;
	}

	.client-slider .slick-slide {
		margin: 0 30px;
	}

	.client-slider .client-item .text-side .text {
		max-width: none;
	}

	.client-slider .client-item .text-side h3 {
		font-size: 26px;
	}

	.client-slider .client-item .text-side p {
		font-size: 16px;
	}

	.client-slider .client-item .text-side {
		min-height: 0;
	}
}

@media (max-width: 600px) {
	.client-slider-header-container {
		flex-direction: column;
	}

	.client-slider-header-container .right-side {
		margin-top: 30px;
	}
}

/*** list left text right ***/

.list-left-text-right {
	padding: 240px 30px;
	box-sizing: border-box;
}

.list-left-text-right-container {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
}

.list-left-text-right-container .left-side {
	padding-right: 30px;
}

.list-left-text-right .list {
	margin-top: 40px;
}

.list-left-text-right .list .list-item {
	display: flex;
	align-items: center;
	margin: 20px 0;
	font-size: 20px;
	color: #5C5C5C;
	font-weight: 300;
}

.list-left-text-right .list .list-item .list-image {
	max-width: 80px;
	max-height: 80px;
	min-width: 80px;
	min-height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	box-shadow: 0 11px 37.2px 2.8px rgb(17 158 217 / 12%);
}

.list-left-text-right .right-side {
	position: relative;
	min-width: 830px;
	height: fit-content;
	width: fit-content;
}

.list-left-text-right .right-side .square-left {
	position: absolute;
	max-width: 190px;
	width: 100%;
	max-height: 190px;
	height: 100%;
	content: '';
	display: block;
	background-color: #0063A1;
	opacity: 0.5;
	left: 0;
	bottom: 0;
}

.list-left-text-right .right-side .square-right {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 349px;
	width: 100%;
	max-height: 349px;
	height: 100%;
	content: '';
	display: block;
	background-color: #169FDB;
	opacity: 0.5;
}

.list-left-text-right .right-side .image img {
	width: 100%;
}

.list-left-text-right .right-side .image .image-wrapper {
	padding: 30px;
	position: relative;
}

.list-left-text-right .button {
	text-align: center;
	margin-top: 40px;
}

@media (max-width: 1600px) {
	.list-left-text-right {
		padding: 100px 30px;
	}
}

@media (max-width: 1300px) {
	.list-left-text-right-container {

		flex-direction: column;
	}

	.list-left-text-right-container .left-side {
		padding-right: 0px;
	}

	.list-left-text-right .right-side {
		min-width: 0;
		margin: 0 auto;
	}

	.list-left-text-right .list .list-item {
		font-size: 18px;
	}


	.list-left-text-right .right-side .image img {
		=
		max-height: 400px;
		object-fit: contain;
	}
}

@media (max-width: 800px) {
	.list-left-text-right {
		padding: 50px 30px;
	}
}

/*** background video text left ***/ 


.bg-video-text-left {
	height: 867px;
	display: flex;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}

.bg-video-text-left-container {
	max-width: 1520px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	width: 100%;
}

.bg-video-text-left .text-wrap {
	max-width: 650px;
	position: absolute;
	z-index: 1;
	left: 215px;
}

.bg-video-text-left .text-wrap p {
	line-height: normal;
	color: inherit;
}

.bg-video-text-left .video-container{
	width: 100vw;
	height: 100vh;

}

.bg-video-text-left iframe,.bg-video-text-left video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 100vh;
	transform: translate(-50%, -50%);
}

.video-container iframe, video-container video {
	pointer-events: none;
}

@media (max-width: 1600px) {
	.bg-video-text-left {
		height: 500px;
	}
}

@media (min-aspect-ratio: 16/9) {
	.video-container iframe, .video-container video {
		height: 56.25vw;
	}
}
@media (max-aspect-ratio: 16/9) {
	.video-container iframe, .video-container video {
		width: 177.78vh;
	}
}

@media (max-width: 1000px) {
	.bg-video-text-left .text-wrap {

		left: 30px;
	}

}

@media (max-width: 600px) {
	.bg-video-text-left {
		height: 400px;
	}
}

/*** column items ***/


.column-items {
	padding: 100px 30px 100px;
	box-sizing: border-box;
}

.column-items-container {
	max-width: 1490px;
	margin: 0 auto;
}

.column-items .items {
	display: flex;
	margin: 40px 0 0;
	flex-wrap: wrap;
}

.column-items .section-summary {
	max-width: 630px;
	font-size: 20px;
	font-weight: 300;
}

.column-items .section-summary a {
	font-weight: 700;
	color: #169FDB;
}

.column-items .items .item {
	box-shadow: 0 11px 37.2px 2.8px rgb(17 158 217 / 12%); 
	width: calc(33% - 20px);
	margin: 0 10px;
	position: relative;

}

.column-items .items .item .onhover {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: width 0.35s ease-in-out;
	background-color: rgba(22, 159, 219, 0.9);
}

.column-items .items .item .onhover a {
	display: none;
	position: absolute;
	min-width: 300px;
	left: 50%;
	transform: translateX(-50%);
}

.column-items .items .item:hover .onhover {
	width: 100%;

}

.column-items .items .item:hover .onhover a {
	display: flex;

	align-items: center;
	justify-content: center;
	height: 100%;
	color: #ffffff;
	font-size: 33px;
	font-weight: 700;
	text-transform: uppercase;
}

.column-items .items .item:hover .onhover a img {
	position: absolute;
	transform: translate(90px, 45px);
}

.column-items .items .item .image img {
	width: 100%;
	max-height: 300px;
	min-height: 300px;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.column-items .items .item .text {
	padding: 25px;
	box-sizing: border-box;

	min-height: 445px;
}

.column-items .item-title {
	font-size: 37px;
	font-weight: 300;
	color: #169FDB;
}

.column-items .item-title span {
	font-weight: 900;
}

.column-items .item-subtitle {
	font-size: 23px;
	font-weight: 700;
	color: #0063A1;
	margin-top: 25px;
}

.column-items .subtitle-line {
	content: '';
	width: 95px;
	height: 6px;
	background-color: #119ED9;
	display: block;
	margin-top: 10px;
}

.column-items .item-text p {
	font-size: 19px;
	font-weight: 300;
	color: #5C5C5C;
}

@media (max-width: 1600px) {
	.column-items {
		padding: 50px 30px 50px;
	}

	.column-items .item-title {
		font-size: 28px;
	}

	.column-items .item-subtitle {
		font-size: 20px;
	}
}

@media (max-width: 1300px) {
	.column-items {
		padding: 40px 30px 40px;
	}

	.column-items .item-title {
		font-size: 24px;
	}

	.column-items .item-subtitle {
		font-size: 18px;
	}
}

@media (max-width: 960px) {
	.column-items .items .item {
		width: 100%;
		margin: 10px 0px;
	}

	.column-items .items .item .text {
		min-height: 0;
	}
}

@media (max-width: 600px) {
	.column-items {
		padding: 30px 20px 30px;
	}

	.column-items .item-title {
		font-size: 22px;
	}

	.column-items .item-text p {
		font-size: 16px;
	}
}

/*** accreditations ***/

.accreditations {
	background-color: #FAFAFA;
}

.accreditations-container {
	max-width: 1380px;
	margin: 0 auto;
	padding: 150px 30px;
}

.accreditations .top-title, .accreditations .main-title {
	text-align: center;
}

.accreditations .logos {
	background-color: #FFFFFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 90px;
	box-shadow: 0 11px 37.2px 2.8px rgb(23 23 27 / 9%);
	margin-top: 40px;
}

.accreditations .logos .slick-track {
	display: flex;
	align-items: center;
}

.accreditations .logos .logo {
	margin: 0 auto;
	padding: 20px 20px;
}

.accreditations .logos img {
	width: 100%;
	max-width: 250px;
	max-height: 140px;
}

@media (max-width: 1600px) {
	.accreditations-container {
		padding: 50px 30px;
	}

	.accreditations .logos img {
		max-width: 200px;
	}
}

@media (max-width: 600px) {
	.accreditations .logos {
		padding: 40px;
	}

	.accreditations-container {
		padding: 50px 30px;
	}

}


/*** video section ***/

.video-section {
	font-family: 'Roboto', sans-serif;
	padding: 100px 30px 120px;
	box-sizing: border-box;
}

.video-section .main-text a {
	color: #E66937;
	font-weight: 700;
}

.video-section .main-text strong {
	color: #169FDB;
}

.video-section .main-text p a:hover {
	color: #169FDB;
}

.video-section.flip .video-section-container {
	flex-direction: row-reverse;
}

.video-section.flip .video-section-container .left-side {
	padding-left: 50px;
	max-width: 620px;
	min-width: 620px;
}

.video-section-container {
	display: flex;
	max-width: 1530px;
	margin: 0 auto;
	justify-content: space-between;
}


.video-section .left-side {
	display: flex;
	align-items: center;
	max-width: 570px;
	padding-right: 30px;
}

.video-section .left-side .button {
	margin-top: 30px;
	display: inline-block;
}

.video-section .left-side .left-side-wrapper {

}

.video-section .right-side {
	position: relative;
}

.video-section .right-side .image {
	position: relative;
}

.video-section .right-side .square-top {
	width: 210px;
	height: 210px;
	background-color: #0063A1;
	opacity: 0.2;
	position: absolute;
	/* 	left: 75px; */
	left: -20px;
	top: -40px;
}

.video-section .right-side .square-top-2 {
	width: 280px;
	height: 280px;
	background-color: #169FDB;
	opacity: 0.17;
	position: absolute;
	/* 	left: 100px; */
	left: -10px;
	top: -15px;
}

.video-section .right-side .square-bottom {
	width: 350px;
	height: 350px;
	background-color: #169FDB;
	opacity: 0.08;
	position: absolute;
	right: -15px;
	bottom: -20px;
}

.video-section .right-side .square-bottom-2 {
	width: 350px;
	height: 350px;
	background-color: #169FDB;
	opacity: 0.07;
	position: absolute;
	right: -30px;
	bottom: -40px;
}

.video-section .main-text ul li {
	position: relative;
	list-style-type: none;
	color: #5C5C5C;

	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 300;

	line-height: 28px;
}

.video-section .main-text ul li:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	left: -40px;
	top: 15px;
	background-image: url('https://www.countrynavigator.com/wp-content/themes/sleeky-theme-new/images/check.jpg');
	background-size: 100% 100%;
	background-position: center;
}


.video-section .video-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0; /* Firefox and Mozilla browsers */
	-webkit-opacity: 0; /* WebKit browser e.g. Safari */
	transition: ease 0.5s;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-section .right-side .video:hover .video-hover{
	opacity: 1;
	-moz-opacity: 1; /* Firefox and Mozilla browsers */
	-webkit-opacity: 1; /* WebKit browser e.g. Safari */
}

.video-section .right-side .video img {
	opacity: 1;
	-moz-opacity: 1; 
	-webkit-opacity: 1;
	transition: ease 0.5s;
}

* {
	-webkit-backface-visibility: hidden;
}

.video-section .right-side .video:hover > img {
	opacity: 0.3;
	-moz-opacity: 0.3; 
	-webkit-opacity: 0.3; 
} 

.video-hover img {
	max-width: 250px;
	width: 100%;
}

@media (max-width: 1600px) {
	.video-section {
		padding: 80px 30px 100px;
	}
}

@media (max-width: 1250px) {
	.video-section-container {
		flex-direction: column;
	}

	.video-section .left-side {
		margin: 30px 0 50px;
		max-width: none;
		padding-right: 0;
	}

	.video-section {
		padding: 70px 30px 80px;
	}

	.video-section.flip .video-section-container {
		flex-direction: column-reverse;
	}

	.video-section.flip .video-section-container .left-side {
		padding-left: 0px;
		max-width: none;
		min-width: 0px;
	}

	.video-section .right-side .image img {
		text-align: center;
		display: block;
		margin: 0 auto;
		max-height: 500px;
		width: 100%;
		object-fit: contain;
		object-position: top;
	}

	.video-section .right-side {
		margin-top: 30px;
	}

}

@media (max-width: 700px) {
	.video-section .right-side .square-top {
		width: 100px;
		height: 100px;


	}

	.video-section .right-side .square-top-2 {
		width: 140px;
		height: 140px;

	}

	.video-section .right-side .square-bottom {
		width: 175px;
		height: 175px;
	}

	.video-section .right-side .square-bottom-2 {
		width: 175px;
		height: 175px;
	}

	.video-hover img {
		max-width: 150px;
	}

}


/*** footer ***/

footer section.footer-top {
	padding: 135px 30px;
	box-sizing: border-box;
	background: none !important;
	background-color: #173b53 !important;
}

footer section.footer-top .footer-container {
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer section.footer-top .column {
	padding-right: 30px;
	max-width: 230px;
	box-sizing: border-box;
}

footer section.footer-top .column.footer-logos .gdpr-logos {
	display: flex;

	justify-content: space-between;
	max-width: 105px;
	margin: 20px auto 0;
}

footer section.footer-top .column.footer-logos .gdpr-logos .gdpr-logo {
	width: 50%;
}

footer section.footer-top .column.footer-logos .gdpr-logos .gdpr-logo {
	max-width: 50px;
	height: auto;
}

footer section.footer-top .column h3 {
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	font-size: 21px;
	font-weight: 700;
}

footer section.footer-top .column ul {
	list-style-type: none;
	padding-left: 0;
}

footer section.footer-top .column ul li a {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 300;

}

footer section.footer-top .column ul li a:hover {
	color: #E66937;
}

footer section.footer-top .column:last-of-type {
	max-width: none;
}

footer section.footer-top .column:last-of-type .contact-link {
	margin-bottom: 10px;
}

footer section.footer-top .column:last-of-type .contact-link a {
	font-size: 21px;
	font-weight: 700;
	color: #ffffff;
	line-height: 28px;
}

footer section.footer-top .column:last-of-type .contact-link a:hover {
	color: #E66937;
}

footer section.footer-top .column:last-of-type .button {
	margin-top: 40px;
}



footer section.footer-bottom {
	background-color: #169FDB;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}

footer section.footer-bottom p {
	padding: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
}

footer section.footer-bottom a {
	color: #ffffff;
}

footer section.footer-bottom a:hover {
	color: #E66937;
}

@media (max-width: 1600px) {
	footer section.footer-top {
		padding: 50px 30px;
	}
}

@media (max-width: 1350px) {
	footer section.footer-top .column:first-of-type {
		min-width: 100%;
		text-align: center;
	}

	footer section.footer-top .column {

		padding: 0;
		margin: 20px 0;
	}
}
@media (max-width: 850px) {
	footer section.footer-top .column {
		min-width: 50%;
	}
}


@media (max-width: 750px) {
	footer section.footer-top .column {
		min-width: 100%;
		text-align: center;
	}

	footer section.footer-top {
		padding: 30px 30px;
	}
}

@media (max-width: 600px) {
	footer section.footer-top .column:last-of-type .contact-link a {
		font-size: 16px;
	}
}


.featherlight .featherlight-content {

}

.featherlight .featherlight-content iframe {
	width: 755px;
	height: 424px;
	max-width: 100%;
	max-height: calc((100vw - 40px) / (16/9));
}

header {
	padding: 20px 30px !important;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ffffff;
	z-index: 10000;
}

main {
	margin-top: 100px;
}

.nav-container {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-container .nav-right {
	display: flex;
	align-items: center;
}

.nav-container .nav-right .nav-search.active form input[type=text] {
	width: 500px;
	padding: 10px 0;
	border: none;
	background-color: transparent;
	border-bottom: 1px solid #169FDB;
	outline: none;
	color: #5C5C5C;
	appearance: none;
	font-family: 'Roboto', sans-serif;
}

.nav-container .nav-right .buttons {
	display: flex;
}



@media (max-width: 1150px) {
	.nav-container .nav-right .nav-search.active form input[type=text] {
		width: 250px;
	}
}
.nav-container .nav-right .button a {
	color: #ffffff;
}

.nav-container .nav-right .button.left {
	margin: 0 15px;
}

@media (max-width: 950px) {
	.nav-container {
		flex-direction: column;
	}

	.nav-container .nav-right {
		margin-top: 25px;
		margin-bottom: 10px;
	}

	.nav-container .nav-right.active {
		flex-direction: column;
		margin-top: 15px;
	}

	.nav-container .nav-right.active .nav-search {
		margin-bottom: 30px;
	}

	main {
		margin-top: 160px;
	}


}

@media (max-width: 475px) {
	header {
		padding: 20px 15px !important;
	}

	.nav-container .nav-right .button a {
		padding: 5px 10px;
		font-size: 14px;
	}

	.nav-container .nav-right .button.left {
		margin: 0 5px;
	}
}


.top-title > * {
	font-size: 51px;
	font-weight: 100;
	font-family: 'Roboto', sans-serif;
}

.top-title span {
	color: #169FDB;
	font-weight: 900;
}

.top-title.bold > * {
	font-weight: 700;
	color: #169FDB;
}

.main-title > * {
	font-size: 51px;
	font-weight: 900;
	color: #169FDB;
	font-family: 'Roboto', sans-serif;
}

p {
	font-size: 18px;
	font-weight: 300;
}

.btn-main {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	padding: 15px 20px;
	color: #ffffff;
}

.orange {
	background-color: #E66937;
}

.blue {
	background-color: #169FDB;
}

.btn-main.orange:hover {
	background-color: #ffffff;
	color: #E66937 !important;
}

.btn-main.blue:hover {
	background-color: #ffffff;
	color: #169FDB !important;
}

@media (max-width: 1600px) {
	.top-title > * {
		font-size: 42px;
	}

	.main-title > * {
		font-size: 46px;
	}
}

@media (max-width: 1000px) {
	.top-title > * {
		font-size: 28px;
	}

	.main-title > * {
		font-size: 36px;
	}
}

@media (max-width: 600px) {
	.top-title > * {
		font-size: 24px;
	}

	.main-title > * {
		font-size: 34px;
	}

	p {
		font-size: 16px;
	}
}


.border {
	border: thin solid white;
}

/* Default Styles */
a {
	color: xxxx;
	text-decoration: none;
	transition: .5s;
}
a:hover {
	color: xxxx;
}
blockquote {
	border-left: 5px solid 000000!important;
	margin: 0px;
	padding: 20px;
}
blockquote, table, table thead {
	background-color: #dfdfdf;
	border: 2px solid #dfdfdf;
}
blockquote h1, blockquote h2, blockquote h3, blockquote h4, blockquote h5, blockquote h6, blockquote p {
	padding: 0px;
}
blockquote cite {
	font-style: italic;
	font-weight: bold;
}
body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
.clearfix {
	display: block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0px;
	height: 0px;
	visibility: hidden;
}
.column {
	/* 	float: left;
	width: 50%; */
}
.container {
	margin: 0px auto;
	padding: 0px;
	width: xxxx;
}
@media (max-width: xxxxpx) {
	.container {
		width: 90%;
	}
}
footer, header, section {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
img {
	height: auto;
	max-width: 100%;
}
nav .column.left {
	width: 25%;
}
nav .column.right {
	width: 75%;
}
nav .menu-item-has-children {
	position: relative;
}
nav .menu-item-has-children:focus .sub-menu, nav .menu-item-has-children:focus-within .sub-menu, nav .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.25s;
	visibility: visible;
	z-index: 1;
}
nav .sub-menu {
	padding: 50px 100px;
	background-color: #ffffff;
	left: 0px;
	opacity: 0;
	position: absolute;
	top: 100%;
	transform: translateY(-10px);
	transition: all 0.25s ease-in-out 0s, visibility 0s linear 0.25s, z-index 0s linear 0.01s;
	visibility: hidden;
	z-index: 1;
	width: 876px;
	box-shadow: 0 11px 37.2px 2.8px rgb(17 158 217 / 12%);
	box-sizing: border-box;
}

nav .sub-menu li {
	display: flex;
	margin: 10px 0;
}

nav .sub-menu li a {
	font-size: 19px;
	font-weight: 500;
	color: #169FDB;
	text-transform: none;

}


nav .sub-menu li a .sub {
	font-size: 17px;
	font-weight: 300;
	color: #5C5C5C;
	margin-left: 80px;
	display: block;

}

@media (max-width: 1920px) {
	nav .sub-menu {
		padding: 20px 20px;
		width: 750px;
	}

	nav .sub-menu li {
		margin: 0;
	}

	nav .sub-menu li a {
		font-size: 16px;

	}

	nav ul li ul li, nav ul li ul li:first-child, nav ul li ul li:last-child {
		padding: 5px 10px !important;

	}

	nav .sub-menu li a .sub {
		margin-top: -10px;
	}



}



.menu-image-title-after.menu-image-title {
	margin-left: 30px;
}

#menu-item-787 .sub-menu {
	margin-top: 70px;
	margin-left: -80px;
}

#menu-item-787 .sub-menu:before {
	content: '';
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	background-color: #ffffff;
	position: absolute;
	top: -10px;
	left: 110px;
}

#menu-item-2697 .sub-menu {
	margin-top: 70px;
	margin-left: -350px;
}

#menu-item-2697 .sub-menu:before {
	content: '';
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	background-color: #ffffff;
	position: absolute;
	top: -10px;
	left: 400px;
}

#menu-item-788 .sub-menu {
	margin-top: 70px;
	margin-left: -95px;
}

#menu-item-788 .sub-menu:before {
	content: '';
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	background-color: #ffffff;
	position: absolute;
	top: -10px;
	left: 140px;
}

.slide-in-menu .sub-menu {
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.slide-in-menu .sub-menu .menu-image-title-after.menu-image-not-hovered img {
	display: none;
}

.slide-in-menu .sub-menu:before {
	display: none !important;
}

.slide-in-menu .menu-image-title-after.menu-image-title {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.menu-item a img, img.menu-image-title-after {
	transform: translateY(10px);
}

nav ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
nav ul li {
	display: inline-block;
	line-height: 20px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
}
nav ul li:first-child {
	padding-left: 0px;
}
nav ul li:last-child {
	padding-right: 0px;
}
nav ul li a {
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	color: #5C5C5C;
	text-transform: uppercase;
}

nav ul li a:hover {
	color: #E66937;
}

nav #menu-header-menu .current-menu-parent > a {
	border-bottom: 2px solid #169FDB;
	padding-bottom: 5px;
}

nav #menu-header-menu .current-menu-item > a {
	border-bottom: 2px solid #169FDB;
	padding-bottom: 5px;
}

nav #menu-header-menu .current-menu-parent > .sub-menu a {
	border-bottom: none;
	padding-bottom: auto;
}

body > header nav > ul > li.menu-item-has-children {
	position: relative;
	padding-right: 40px;
}

body > header nav > ul > li.menu-item-has-children:after {
	color: #E66937;
	font-family: FontAwesome;
	font-weight: 400;
	content: '\f078';
	font-size: 22px;
	top: -2px;
	right: 13px;
	position: absolute;
}

nav ul li a:hover {
	color: xxxx;
}
nav ul li ul li, nav ul li ul li:first-child, nav ul li ul li:last-child {
	padding: 10px;
}
@media (max-width: 1310px) {
	nav {
		display: none;
	}
}
ol li, ul li {
	padding: 10px 0px 0px 0px;
}
.outer {
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}
.outer .inner {
	display: table-cell;
	vertical-align: middle;
}
p {
	padding: 20px 0px 0px 0px;
	color: #5C5C5C;
	line-height: 28px;
}
p, blockquote cite, ol li, ul li, table {
	margin: 0px;
}
@media (min-width: 1310px) {
	.side-nav {
		display: none;
	}
}
.side-nav a {
	cursor: pointer;
	position: relative;
	margin-left: 20px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 900;

}

.side-nav a:hover {
	color: #E66937;
}

@media (max-width: 600px) {
	.side-nav a {
		margin-left: 10px;
	}
}

.slick-next:before {
	content: "\f0da";
}
.slick-prev:before {
	content: "\f0d9";
}
.slick-next:before, .slick-prev:before {
	color: #000000;
	font-family: 'FontAwesome';
	font-size: 60px;
}
.slick-next {
	right: -30px;
	z-index: 1;
}
.slick-prev {
	left: -30px;
	z-index: 1;
}
.slick-slider {
	margin-bottom: 0px;
}
@media (max-width: 1450px) {
	.slick-next:before, .slick-prev:before {
		font-size: 40px;
	}
	.slick-next {
		right: -20px;
	}
	.slick-prev {
		left: -20px;
	}
}
@media (max-width: 600px) {
	.slick-next:before, .slick-prev:before {
		font-size: 20px;
	}
	.slick-next {
		right: 0px;
	}
	.slick-prev {
		left: 0px;
	}
}
.slide-close a {
	color: #ffffff;
	cursor: pointer;
	position: absolute;
	right: 30px;
	top: 50px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-size: 16px;
	z-index: 5003;
}

.slide-close a:hover {
	color: #169FDB;
}

.slide-in-menu {
	background-color: #163B52;
	height: 100%;
	left: 0px;
	opacity: 0;
	overflow: scroll;
	position: absolute;
	top: -100%;
	transition: 0.5s;
	width: 100%;
	z-index: 5001;
	overflow: hidden;
}
.slide-in-menu.active {
	position: fixed;
	opacity: 1;
	top: 0px;
	z-index: 99999;
}
.slide-in-menu li.active > ul {
	display: block;
}
.slide-in-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.slide-in-menu ul li {
	margin: 20px 0;
	padding: 0px;
	text-align: center;

}
.slide-in-menu ul li a {
	color: #ffffff;
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	transition: opacity .25s linear, color .5s linear, transform .3s cubic-bezier(.25,.46,.45,.94);
	font-family: 'Roboto', sans-serif;
	font-size: 22px;

}

.slide-in-menu ul > li.menu-item-has-children a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 30px;
}

.slide-in-menu ul > li.menu-item-has-children > a:after {
	color: #E66937;
	font-family: FontAwesome;
	font-weight: 400;
	content: '\f078';
	font-size: 22px;
	margin-left: 5px;
	position: relative;
}
.slide-in-menu.active ul li a {
	opacity: 1;
	transform: translateY(0);

}

.slide-in-menu.active ul li a:hover {
	color: #E66937;
}

.slide-in-menu.active ul li:nth-of-type(1) a {
	transition: color .5s linear, opacity .25s linear .5s, transform .3s cubic-bezier(.25,.46,.45,.94) .5s;
}
.slide-in-menu.active ul li:nth-of-type(2) a {
	transition: color .5s linear, opacity .25s linear .6s, transform .3s cubic-bezier(.25,.46,.45,.94) .6s;
}
.slide-in-menu.active ul li:nth-of-type(3) a {
	transition: color .5s linear, opacity .25s linear .7s, transform .3s cubic-bezier(.25,.46,.45,.94) .7s;
}
.slide-in-menu.active ul li:nth-of-type(4) a {
	transition: color .5s linear, opacity .25s linear .8s, transform .3s cubic-bezier(.25,.46,.45,.94) .8s;
}
.slide-in-menu.active ul li:nth-of-type(5) a {
	transition: color .5s linear, opacity .25s linear .9s, transform .3s cubic-bezier(.25,.46,.45,.94) .9s;
}
.slide-in-menu.active ul li:nth-of-type(6) a {
	transition: color .5s linear, opacity .25s linear 1s, transform .3s cubic-bezier(.25,.46,.45,.94) 1s;
}
.slide-in-menu.active ul li:nth-of-type(7) a {
	transition: color .5s linear, opacity .25s linear 1.1s, transform .3s cubic-bezier(.25,.46,.45,.94) 1.1s;
}
.slide-in-menu.active ul li:nth-of-type(8) a {
	transition: color .5s linear, opacity .25s linear 1.2s, transform .3s cubic-bezier(.25,.46,.45,.94) 1.2s;
}
.slide-in-menu.active ul li:nth-of-type(9) a {
	transition: color .5s linear, opacity .25s linear 1.3s, transform .3s cubic-bezier(.25,.46,.45,.94) 1.3s;
}
.slide-in-menu.active ul li:nth-of-type(10) a {
	transition: color .5s linear, opacity .25s linear 1.4s, transform .3s cubic-bezier(.25,.46,.45,.94) 1.4s;
}
.slide-in-menu ul ul {
	display: none;
}
strong, table thead th {
	font-weight: bold;
}
table {
	background-color: #ffffff;
	padding: 10px;
	text-align: left;
}
table th {
	padding: 10px;
}
.wp-block-table {
	margin: 0px;
}
/* Theme Styles */


.main-hero .hero-content .top-title,
.main-hero .hero-content .main-title,
.top-title > *,
.main-title > *,
.column-items .item-title,
.column-items .item-subtitle,
.bg-video-text-left .text-wrap p,
.client-slider .client-item .text-side h3,
.cta h2,
.blog-section h3,
.filter-products-grid h3,
.blog-feed .blog-feed-header ul li a,
.blog-feed h3,
.menu-image-title-after.menu-image-title
{
	text-transform: uppercase;
}


.thrv_wrapper .wpcf7-form div.item {
	width: calc(50% - 15px);
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	padding: 5px;}
.thrv_wrapper .wpcf7-form div.item:not(.alt):nth-of-type( odd ) {padding-right: 0;}
.thrv_wrapper .wpcf7-form div.item:not(.alt):nth-of-type( even ) {padding-left: 0; padding-right: 20px;}
.thrv_wrapper .wpcf7-form div.item.alt {
	padding-left: 0;
	padding-right: 0;}
.thrv_wrapper .wpcf7-form div.item input:not([type='submit']):not([type='checkbox']):not([type='radio']),
.thrv_wrapper .wpcf7-form div.item textarea,
.thrv_wrapper .wpcf7-form div.item select {
	width: 100%;
	padding: 15px;
	background-color: #FFFFFF;
	border: none;
	box-sizing: border-box;}
.thrv_wrapper .wpcf7-form div.item select {
	background-image: url( 'imgs/chevron-down-solid.svg' );
	background-size: 12px;
	background-position: 95% center;
	background-repeat: no-repeat;}
.thrv_wrapper .wpcf7-form div.item textarea {
	height: 100px;
	min-height: 50px;
	max-width: 100%;}
.thrv_wrapper .wpcf7-form div.item select {color: #777777;}
.thrv_wrapper .wpcf7-form div.item.alt {width: 100%;}
.thrv_wrapper .wpcf7-form div.item.alt input[type='submit'] {margin-top: 20px;}
.thrv_wrapper .wpcf7-form div.item span.wpcf7-not-valid-tip {margin-top: 10px;}

.thrv_wrapper input:not([type='checkbox']):not([type='radio']),
.thrv_wrapper select,
.thrv_wrapper textarea {
	font-size: 1em;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-family: 'Raleway', sans-serif;}

.thrv_wrapper .btn {
	border: 0;
	padding: 15px 30px;
	color: #FFFFFF;
	background-color: #E66937;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	letter-spacing: .05em;
	display: inline-block;
	-ms-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-transition: .25s all;
	-webkit-transition: .25s all;
	-moz-transition: .25s all;
	transition: .25s all;
	cursor: pointer;}
.thrv_wrapper .btn:hover {text-decoration: none;}
.thrv_wrapper .btn:hover {
	background-color: #1899CB;
	color: #FFFFFF;}

@media (max-width: 819px) {
	.thrv_wrapper .wpcf7-form div.item {
		width: 100%;
	}
	.thrv_wrapper .wpcf7-form div.item:not(.alt):nth-of-type( odd ) {
		padding-left: 0;
	}
	.thrv_wrapper .wpcf7-form div.item:not(.alt):nth-of-type( even ) { padding-right: 0px;}
}

/** nested accordion **/
.nested-accordion-section {
	padding: 50px 30px;
	box-sizing: border-box;
}

.nested-accordion-section .container {
	max-width: 1500px;
	margin: 0 auto;
}

.nested-accordion {
	margin-top: 20px;
	cursor: pointer;
}
.nested-accordion > h3 {
	padding: 10px;
	border: 1px solid #47a3da;
}
.nested-accordion .comment {
	line-height: 1.5;
	padding: 20px;
}

.nested-accordion .comment p:first-of-type {
	padding-top: 0px;
}
.nested-accordion h3 {
	color: #47a3da;
	font-weight: 900;
}
.nested-accordion h3:before {
	content: "+";
	padding-right: 0.25em;
	color: #becbd2;
	font-size: 1.5em;
	font-weight: 500;
	font-family: "Lucida Console", Monaco, monospace;
	position: relative;
	right: 0;
}

.nested-accordion h3 {
	margin: 0;
}

.nested-accordion h3.selected {
	background: #47a3da;
	color: #fff;
}
.nested-accordion h3.selected:before {
	content: "-";
}
.nested-accordion .comment {
	color: #768e9d;
	border: 0.063em solid #47a3da;
	border-top: none;
}
.nested-accordion a {
	text-decoration: none;
	color: #47a3da;
}

.nested-accordion.inner-accordion h3 {
	font-size: 1.25em;
}



@media (max-width: 1000px) {
	.nested-accordion.inner-accordion h3 {
		font-size: 1em;
	}
}

@media (max-width: 700px) {
	.nested-accordion iframe {
		width: 100% !important;
	}
}

@media (max-width: 600px) {
	.nested-accordion-section {
		padding: 30px 10px;
	}

	.nested-accordion .comment {
		padding: 10px;
	}
}

.blogMapMobile {
	display: none;
	flex-direction: column;
	gap: 20px;
	background-color: #169FDB;
	padding: 30px;
	margin-bottom: 20px;
}

@media (max-width: 1150px) {
	.blogMapMobile {
		display: flex;
	}	
}

.blogMapMobile hr {
	padding: 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #fff;
}

.blogMapMobile a {
	color: #fff;
}

.blogMapMobile a:hover {
	color: #ffffff8c;
}

.blogMapMobile p {
	padding: 0;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}

.blogMap {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: sticky;
	top: 100px;
	background-color: #169FDB;
	padding: 30px;
	margin-bottom: 20px;
}

.blogMap hr {
	padding: 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #fff;
}

.blogMap a {
	color: #fff;
}

.blogMap a:hover {
	color: #ffffff8c;
}

.blogMap p {
	padding: 0;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}


/*calendly*/
#calendly {
	position: relative;
}
#calendly .text-left-image-right-container {
    display: flex;
    justify-content: center;
}
#calendly .text-left-image-right-container .text-left {
    padding: 60px 60px 30px 60px;
    max-width: 100%;
	position: relative;
    z-index: 2;
}
#calendly .image-right {
	position: absolute;
    right: 30%;
}
@media screen and (max-width: 1167px) {
#calendly .calendly-inline-widget {
	height: 1180px !important;
		min-width: 0px !important;
}
	#calendly .text-left-image-right-container .text-left {
    padding: 30px;
}
	#calendly .text-left-image-right-container {
    padding: 0 0 0 0px;
}
}
/*calendly with form layout --------------------------------------------------------------------*/
.calendly-with-form .image-right {
	min-width: 40%;
	margin-right: 30px;
	background-color: #169fdb85;
}
.calendly-with-form .image-right .image {
	    position: relative;
    top: 0;
    width: 100%;
    margin: 0px 90px;
}

.calendly-with-form .image-right .image .calendly-inline-widget {
	min-width: 400px !important;
	height: 700px !important;
	padding-top: 10px;
}
.calendly-with-form .image-right .square-big {
    height: 740px;
	width: 100%;
}
.calendly-with-form .image-right p {
	padding 0;
}

@media (max-width: 1700px) {
	.calendly-with-form .image-right .image {
    margin: 0px 70px;
}
}
@media (max-width: 1500px) {
	.calendly-with-form .image-right .image {
    margin: 0px 60px;
}
}
@media (max-width: 1200px) {
	.calendly-with-form .image-right .image {
    margin: 0px 40px;
}
}
@media (max-width: 1285px) {
	.calendly-with-form .image-right .image .calendly-inline-widget {
	min-width: 320px !important;
}
}
@media (max-width: 1000px) {
	.calendly-with-form .image-right {
    margin-right: 30px;
	}
.calendly-with-form .text-left-image-right-container {
    flex-direction: column;
}
	.calendly-with-form .image-right .image {
    margin: 0px 0px;
}
.calendly-with-form.text-left-image-right.form-section .text-left {
    padding: 20px 30px !important;
}
.calendly-with-form .text-left-image-right-container {
    padding: 0 0px 0 0px;
}
	.calendly-with-form .image-right .image {
	margin: auto !important;
}
	.calendly-with-form .image-right .image .calendly-inline-widget {
     padding-top: 0px;
	}
	.calendly-with-form .image-right .image {
    left: 0;
	}
	.cal-title {
		padding: 40px 30px 0px 30px;
    text-align: center;
	}
}

.calendly-with-form .text-left-image-right-container {
    justify-content: center;
}
.cal-title h2 {
	color: white !important;
	font-size: 24px !important;
}

.calendly-with-form input[type=checkbox] {
	width: fit-content !important;
}
.page-id-5212 .wpcf7-list-item {
	margin: 0;
}
.form-check p {
	padding: 0;
}
/*case study logo*/
.logo-wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-wrap img {
	max-width: 240px;
	max-height: 115px;
}
.filter-white {
	filter: brightness(0) invert(1);	
}
@media screen and (max-width: 650px) {
	.logo-wrap {
    flex-direction: column-reverse;
    gap: 15px;
	align-items: start;
}
	.logo-wrap img {
    max-width: 200px;
    width: auto;
    height: auto;
}
}
.page-id-8458 .main-hero.small .hero-content .main-text a {
    color: #fff;
}
.page-id-8458 .main-hero.small .hero-content .main-text a:hover {
    color: #E66937;
}