@charset "UTF-8";

/*Fonts*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

/*CSS Document */

html,
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	color: #999999;
	background-color: #ffffff;
	font-size: 14px;
	font-family: 'Roboto', sans-serif !important;
	/**/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*-------------------------------------*/
.contactloader{width: 90px; position: absolute; margin-top: -45px; margin-left: 10px; display: none;}
#contact_results{padding-top: 10px; color: #3ab775}
#subscribe_bt svg{margin-top: -48px; width: 100px; margin-left: -30px;  position: absolute;}
#qsubmit svg{margin-top: -49px; width: 100px; margin-left: -25px;  position: absolute;}

.file-upload{display: inline-block; text-align: center; text-transform: uppercase;}
.file-upload .file-select{display:inline-block; color: #000000;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;position:relative;}
.file-upload .file-select .file-select-button{border-radius: 7px;background:#318fbf; color: #ffffff; padding:0 10px;display:inline-block;height:41px;line-height:41px; margin-left: 3px;}
.file-upload .file-select .file-select-name{line-height:40px;display: none;padding:0 5px; font-size: 10px; color: #58595b;}
.file-upload .file-select:hover{transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#3ab775;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3ab775;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{display:inline-block;border: 1px solid #991b1e;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#991b1e;color:#ffffff;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}

/*transitions*/

a,
button,
.header,
.header-panel .nav-btn,
.header.nav-bg,
.header .logo-wrapper img,
.text-container,
.bg-clone,
.row.service-btn,
.ui-accordion .ui-accordion-header {
	-webkit-transition: all .25s ease-in-out 0s;
	-moz-transition: all .25s ease-in-out 0s;
	-o-transition: all .25s ease-in-out 0s;
	transition: all .25s ease-in-out 0s;
}

.navigation,
.bottom-line-nav,
.quick-contact-form {
	transition: all 1.5s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	-webkit-transition: all 1.5s cubic-bezier(0.3, 1, 0.3, 1) .1s;
}


/*-------------------------------------*/


/*header*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 130px;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0);
}

.header.nav-bg {
	background-color: rgba(255, 255, 255, 1);
	/**/
	-webkit-box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0.5);
}

.header.contact {
	background-color: rgba(255, 255, 255, 1) !important;
	/**/
	-webkit-box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0.5)!important;
	-moz-box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0.5)!important;
	box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0.5)!important;
}

.header.contact .logo-rgb {
	opacity: 1 !important;
}

.header.contact .logo-white {
	opacity: 0 !important;
}

.header.nav-open {
	background-color: rgba(255, 255, 255, 1);
	/**/
	-webkit-box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0);
}

.header .logo-wrapper {
	position: relative;
	z-index: 1;
	float: left;
	display: block;
	width: 165px;
	margin-top: 20px;
}

.header .logo-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
}

.header .logo-wrapper .logo-rgb {
	opacity: 0;
}

.header.nav-bg .logo-white {
	opacity: 0;
}

.header.nav-bg .logo-rgb {
	opacity: 1;
}

.header .header-panel {
	position: relative;
	z-index: 1;
	float: right;
	margin-top: 45px;
}

.header-panel .nav-btn,
.header-panel .language-btn {
	width: 40px;
	height: 40px;
	background-color: #ffffff;
	cursor: pointer;
}

.header.nav-bg .nav-btn {
	background-color: #318fbf;
}

.header.nav-bg .hamburger span {
	background-color: #ffffff;
}

.header-panel .language-btn {
	display: block;
	float: left;
	margin-right: 10px;
	background-color: transparent;
	background-image: url(../images/common/ar-language-icon.png);
}

.header-panel .nav-btn {
	float: right;
	border-radius: 40px;
}

.header-panel .nav-btn .hamburger {
	margin-top: 14px;
	margin-left: 10px;
}


/*---------------------------------*/


/*navigation*/

.navigation {
	position: fixed;
	pointer-events: none;
	top: 130px;
	left: 0px;
	z-index: 0;
	width: 100%;
	/*height: 100vh;*/
	/*display: table;*/
	opacity: 0;
	/*overflow: hidden;*/
	background-color: rgba(0, 0, 0, 1);
	background-image: url(../images/common/nav-bg.jpg);
	-ms-transform: translateY(0vh) scale(0.9, 0.9);
	-webkit-transform: translateY(0vh) scale(0.9, 0.9);
	transform: translateY(0vh) scale(0.9, 0.9);
	/*position: static;*/
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	/* Lets it scroll lazy */
}

.bottom-line-nav {
	pointer-events: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	opacity: 0;
	-ms-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}

.header.nav-open .bottom-line-nav {
	opacity: 1;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}


/*nav transform*/

.header.nav-open .navigation {
	pointer-events: visible;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.navigation .viewport {
	/*display: table;
	height: 100%;*/
	width: 100%;
	/*background-color: green;*/
}

.navigation .nav-lvl1,
.navigation .info-list {
	/*display: table-cell;
	vertical-align: middle;
	text-align: left;
	*/
	list-style: none;
	padding: 0;
	float: left;
	margin-top: 5%;
}

.navigation .nav-lvl1 {
	width: 40%;
}

.nav-lvl1 li {
	margin-bottom: 15px;
}

.nav-lvl1 li a {
	position: relative;
	display: inline-block;
	min-width: 250px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	font-size: 13px;
	/**/
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.5);
}


/*level 2*/

.nav-lvl2 {
	/**/
	list-style: none;
	padding: 0;
	overflow: hidden;
	display: none;
	margin-top: 15px;
}


/*.nav-lvl2 li
{
	max-width: 230px;
	margin-left: 10px;
}
.nav-lvl2 li a
{
	display: block;
	min-width:inherit;
}*/

.nav-lvl2 li:last-child {
	margin-bottom: 0px;
}

.nav-lvl2 li a {
	/**/
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0);
	background-color: rgb(157, 157, 157);
}

.submenu-toggle::after {
	content: '\f055';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	/*background-color: red;*/
}

.submenu-toggle.show::after {
	content: '\f056';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.selected {
	cursor: default;
	background-color: #3ab775 !important;
}

.navigation .info-list {
	width: 60%;
}

.navigation .info-list li {
	border-bottom: 1px solid rgba(58, 183, 117, 0.3);
	margin-bottom: 30px;
}

.navigation .info-list li:last-child {
	border: 0;
}


/*override*/

.navigation .text-paragraph {
	margin-bottom: 0px;
}

.navigation .headline {
	margin-bottom: 0;
	font-size: 18px;
}

.navigation .fab {
	color: #318fbf !important;
	border: 1px solid #308fbe;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	line-height: 40px;
	text-align: center;
	/*background-color: #498db9;*/
	border-radius: 7px;
	margin-right: 5px;
}

.navigation .fab:hover {
	color: #ffffff!important;
	;
	border: 1px solid rgba(58, 183, 117, 0);
	background-color: rgba(58, 183, 117, 1);
}


/*-------------------------------------*/


/*home*/


/*home carousel type 1 thumbs*/

.carousel-item.type-1 {
	display: block;
	position: relative;
	padding: 5px;
	height: auto;
	background-color: #ffffff;
	/**/
	/*-webkit-box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0.5);*/
	/**/
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
	margin-top: 35px;
	margin-bottom: 40px;
	margin-left: 35px;
	margin-right: 35px;
}

.carousel-item.type-1.screen {
	background-color: transparent;
	cursor: default;
}

.carousel-item.type-1.transparent-bg {
	background-color: transparent;
	cursor: default;
}

.carousel-item.type-1.transparent-bg .text-container h2 {
	color: #318fbf;
}

.carousel-item.type-1.transparent-bg .text-container h2 .fa {
	font-size: 14px;
	color: #231f20;
}

.carousel-item.type-1.transparent-bg.boxshadow-disabled {
	-webkit-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0);
}

.carousel-item.type-1:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.carousel-item.type-1.screen:hover {
	background-color: #ffffff;
}

.carousel-item.type-1 .img-data {
	width: 80%;
	height: 70px;
	margin: 30px auto;
}

.carousel-item.type-1 .img-data::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.0);
}

.carousel-item.type-1 img {
	display: none;
}

.carousel-item.type-1 .text-container {
	width: 65%;
	margin: 0 auto;
	padding-bottom: 45px;
}

.carousel-item.type-1 .text-container h2,
.carousel-item.type-1 .text-container p {
	text-align: center;
	visibility: inherit;
	transition: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: normal;
}

.carousel-item.type-1 .text-container h2 {
	color: #000000;
	font-size: 18px;
	margin: 15px 0;
}

.list-heading.blue {
	color: #2e8fbf !important;
}

.carousel-item.type-1.screen.equal-height {
	min-height: 410px;
}


/*home carousel type 2 thumbs
knowledge center filtered grid 
*/

.filtered-grid-sizer,
.filtered-grid-item {
	width: calc(33.33333333333333% - 30px);
	margin: 0;
	margin-top: 30px;
}

.carousel-item.type-2,
.filtered-grid-item {
	display: block;
	position: relative;
	overflow: hidden;
	/*float: left;*/
	height: auto;
	background-color: white;
	border-radius: 25px;
	/*margin-left: 15px;
	margin-right: 15px;*/
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.4);
}

.filtered-grid-item a,
.carousel-item.type-2 a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block !important;
	z-index: 10;
}

.carousel-item.type-2:hover .text-container,
.filtered-grid-item:hover .text-container {
	background-color: #3ab373;
}

.carousel-item.type-2 .img-data,
.filtered-grid-item .img-data {
	width: 100%;
	height: 240px;
}

.carousel-item.type-2 .img-data::before,
.filtered-grid-item .img-data::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.0);
}

.carousel-item.type-2 img,
.filtered-grid-item img {
	display: none;
}

.carousel-item.type-2 .text-container,
.filtered-grid-item .text-container {
	position: absolute;
	width: 100%;
	height: 27px;
	bottom: 0;
	left: 0;
	background-color: #318fbf;
}

.carousel-item.type-2 .text-container .t-left,
.carousel-item.type-2 .text-container .t-right,
.filtered-grid-item .text-container .t-left,
.filtered-grid-item .text-container .t-right {
	margin: 0;
	padding: 5px;
	color: #ffffff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.carousel-item.type-2 .text-container .t-left,
.filtered-grid-item .text-container .t-left {
	float: left;
	margin-left: 10px;
	text-align: left;
	width: calc(30% - 15px);
}

.carousel-item.type-2 .text-container .t-right,
.filtered-grid-item .text-container .t-right {
	float: right;
	margin-right: 10px;
	text-align: right;
	width: calc(70% - 15px);
}

.carousel-item.type-2 .icon-wrapper,
.filtered-grid-item .icon-wrapper {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #9e9f9f;
	top: 20px;
	left: 20px;
	z-index: 2;
}

.icon-wrapper.insights::after,
.icon-wrapper.topic::after,
.icon-wrapper.infographic::after,
.icon-wrapper.case-study::after {
	position: absolute;
	top: 0;
	left: 0;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
}

.icon-wrapper.insights::after {
	content: '\f201';
}

.icon-wrapper.case-study::after {
	content: '\f46d';
}

.icon-wrapper.topic::after {
	content: '\f0eb';
}

.icon-wrapper.infographic::after {
	content: '\f05a';
}


/*about operating model carousel filter slider*/

.carousel-three {
	overflow: hidden;
	width: 100%;
	margin-top: 30px !important;
	float: left;
	clear: both;
	border-radius: 20px;
	background-color: #59b57b;
}


/*about leadership carousel type 4 thumbs*/

.carousel-four {
	position: relative;
	z-index: 2;
}

.bg-wrapper {
	position: absolute;
	width: 100%;
	height: calc(90% - 60px);
}

.carousel-item.type-4 {
	display: block;
	position: relative;
	padding: 5px;
	height: auto;
	background-color: transparent;
	cursor: default;
	/**/
	margin-top: 35px;
	margin-bottom: 40px;
	margin-left: 35px;
	margin-right: 35px;
}

.carousel-item.type-4 .text-container {
	float: right;
	width: calc(100% - 365px);
	text-align: left;
	padding-left: 40px;
	margin-top: 30px;
	padding-bottom: 25px;
}

.carousel-item.type-4 .text-container a {
	display: block;
	float: right;
	text-align: right;
	margin-top: 40px;
}

.carousel-item.type-4 .fab,
.carousel-item.type-4 .fas {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #328ebe;
	background-color: #ffffff;
	border-radius: 50%;
	text-align: center;
	margin-right: 10px;
}

.carousel-item.type-4 .fab:hover,
.carousel-item.type-4 .fas:hover {
	color: #3bb775;
}

.carousel-four.inverse .carousel-item.type-4 .img-data {
	float: right;
}

.carousel-four.inverse .carousel-item.type-4 .text-container {
	float: left;
	padding-left: 0px;
	padding-right: 40px;
}

.carousel-four.inverse .carousel-item.type-4 .text-container a {
	float: left;
	text-align: left;
}

.carousel-item.type-4 .text-container h3 {
	font-weight: normal;
	color: #318fbf;
	margin-top: 0;
	padding-top: 0;
}

.carousel-item.type-4 .text-container .fa {
	font-size: 14px;
	color: #231f20;
}

.carousel-item.type-4:hover {}

.carousel-item.type-4 .img-data {
	width: 360px;
	height: 500px;
	margin-bottom: 60px;
	float: left;
	position: relative;
}

.carousel-item.type-4 .img-data::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.0);
}

.carousel-item.type-4 img {
	display: none;
}

.carousel-item.type-4 .text-container h2,
.carousel-item.type-4 .text-container p {
	visibility: inherit;
	transition: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: normal;
	text-align: left;
}

.carousel-item.type-4 .text-container h2 {
	color: #000000;
	font-size: 18px;
}

.carousel-slot {
	width: 100%;
	position: relative;
	height: auto;
}

.carousel-slot>ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	table-layout: fixed;
	/* optional, for equal spacing */
	border-collapse: collapse;
	width: 100%;
	min-height: 300px;
}

.carousel-slot>ul>li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.carousel-slot>ul>li:last-child {
	border-right: 1px solid rgba(255, 255, 255, 0);
}

.carousel-slot>ul>li>.img-wrapper {
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
	text-align: center;
	margin: 0;
}

.carousel-slot>ul>li>.img-wrapper img {
	width: 100px;
	height: auto;
	margin-left: 10px;
	margin-top: 10px;
	display: inline-block;
}

.carousel-slot>ul>li>h2 {
	color: #ffffff;
	font-weight: normal;
}

.carousel-slot>ul>li>p {
	padding: 20px 50px;
	text-align: center;
	color: #ffffff;
}

.c2-custom-dots,
.filter-navigation {
	width: 100%;
	clear: both;
	overflow: hidden;
	border-radius: 50px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.filter-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.filter-navigation .filter-btn {
	float: left;
	width: 20%;
	text-align: center;
	padding: 20px 10px;
	cursor: pointer;
	border-radius: 50px;
}

.c2-custom-dots .owl-dot {
	float: left;
	width: 16.66666666666667%;
	text-align: center;
	padding: 10px 10px;
	cursor: pointer;
	border-radius: 50px;
}

.c2-custom-dots.col-3 .owl-dot {
	width: 33.33333333333333%;
}


/*.c2-custom-dots.col-3 .owl-dot:last-child {
	width: 20%;
}*/

.c2-custom-dots .owl-dot.active,
.filter-navigation .filter-btn.active {
	cursor: default;
	background-color: #498eb9;
	color: #ffffff;
	/**/
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
}

.arrow-right::after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 11px;
}


/*bg anim home pos*/

.bg-anim-1 {
	top: calc(50% + 20px) !important;
	transform: translate(0, -50%);
}


/*bg anim about pos*/

.bg-anim-2 {
	opacity: 0.7;
	top: 40% !important;
	transform: translate(0, -50%) !important;
}


/*general rules*/

.min-height-255 {
	min-height: 255px;
}

.min-height-375 {
	min-height: 375px;
}

a {
	text-decoration: none;
	color: inherit;
}

.section {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	z-index: 0;
}

.viewport {
	position: relative;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	clear: both;
}


/*img mode*/

.center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.img-responsive {
	width: 100%;
	height: auto;
}

.img-background {
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.img-background-cover {
	/**/
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.rounded-btn {
	border: 0;
	background-color: #318fbf;
	color: #ffffff;
	text-decoration: none;
	padding: 12px 30px;
	border-radius: 7px;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}

.rounded-btn:hover {
	background-color: #3ab775;
}

.v-spacer-20,
.v-spacer-40,
.v-spacer-80 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	clear: both;
	float: left;
	background-color: transparent;
}

.v-spacer-20 {
	height: 20px;
}

.v-spacer-80 {
	height: 80px;
}

.left-50 {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.right-50 {
	width: 50%;
	float: right;
	padding-left: 20px;
}

.img-txt-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.img-wrapper {
	margin: 0 auto;
	margin-bottom: 40px;
}

.img-wrapper img {
	border-radius: 10px;
	margin: 0 auto;
	/*width: calc(100% - 60px);
	margin-left: 30px;*/
	width: 100%;
}

.img-wrapper.no-margin {
	margin: 0;
}

.added-shadow {
	/**/
	-webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}

.added-light-shadow {
	/**/
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.3);
	-webkit-appearance: none;
}

.grey-bg {
	background-color: #f8f8f8;
	border-top: 1px solid #d1d1d1;
}


/**/

.owl-carousel {
	width: 100%;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}


/**/

.carousel-one-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
	background: transparent;
}

.carousel-one-wrapper.grey-bg {
	background: #f8f8f8;
}


/*owl box-shadow workarround*/


/*.carousel-one .owl-stage-outer {
	overflow: visible;
}

.carousel-one .owl-item {
	opacity: 0;
	transition: opacity 500ms;
}

.carousel-one .owl-item.active {
	opacity: 1;
}*/


/*slick box-shadow workarround*/


/*.carousel-one .slick-list {
  overflow: visible;
}*/


/*FS Carousel*/

.fs-carousel-wrapper {
	width: 100%;
	height: 100vh;
	float: left;
	clear: both;
	background: transparent;
}

.carousel-item.type-fs {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

.carousel-item.type-fs .img-data {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.carousel-item.type-fs .img-data::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.0);
}

.carousel-item.type-fs img {
	display: none;
}

.carousel-item.type-fs .text-container,
.parallax-window .text-container,
.static-banner .text-container {
	position: absolute;
	z-index: 1;
	width: 75%;
	top: calc(45% - 0.5px);
	left: calc(50% - 0.5px);
	transform: translateY(-50%);
	transform: translateX(-50%);
}

.static-banner .text-container {
	top: calc(38% - 0.5px);
}

.carousel-item.type-fs .text-container h2,
.carousel-item.type-fs .text-container h3,
.parallax-window .text-container h2,
.parallax-window .text-container h3,
.static-banner .text-container h2,
.static-banner .text-container h3 {
	display: inline-block;
	text-transform: capitalize;
	font-size: 25px;
	/*Fabio Changed*/
	line-height: 25px;
	/*Fabio Changed*/
	text-align: center;
	visibility: inherit;
	transition: none;
	border-width: 0px;
	margin: 0px;
	padding: 10px;
	/*Fabio Changed*/
	letter-spacing: 0px;
	/*color: rgb(35, 31, 32);*/
	color: #ffffff;
	font-weight: normal;
	background-color: #3bb775;
	/*Fabio Changed*/
	/*Fabio Shadow removed*/
}

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

.carousel-item.type-fs .text-container h3.overline,
.static-banner .text-container h3.overline {
	background-color: #318fbf;
}


/*Title Box*/

.title-box {
	position: absolute;
	opacity: 1;
	top: -170px;
	left: 0px;
	z-index: 2;
	overflow: hidden;
	display: inline-block;
	background: rgba(255, 255, 255, 0);
	padding: 50px 106px;
	transition: all 0.8s cubic-bezier(0.77, 0, 0.2, 1) 0.8s;
	/**/
	-webkit-box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 20px 115px 0px rgba(0, 0, 0, 0);
}

.title-box.animate {
	background: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.3);
}

.title-box::before {
	/**/
	position: absolute;
	z-index: 2;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #318fbf;
	/**/
	-webkit-transform: translate3d(-105%, 0, 0);
	transform: translate3d(-105%, 0, 0);
}

.title-box.animate::before {
	/**/
	-webkit-animation: TitleBoxAnimation 1.6s cubic-bezier(0.77, 0, 0.2, 1) 0s 1 normal;
	-moz-animation: TitleBoxAnimation 1.6s cubic-bezier(0.77, 0, 0.2, 1) 0s 1 normal;
	-ms-animation: TitleBoxAnimation 1.6s cubic-bezier(0.77, 0, 0.2, 1) 0s 1 normal;
}

@-webkit-keyframes TitleBoxAnimation {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-moz-keyframes TitleBoxAnimation {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-ms-keyframes TitleBoxAnimation {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	50% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.v-margin .title-box {
	top: -280px;
}

.title-box .t-center {
	position: relative;
	z-index: 0;
	opacity: 0;
	text-align: center;
}

.title-box.animate .t-center {
	transition: all 0.3s linear 0.8s;
	opacity: 1;
}

.title-box .t-center h1,
.title-box .t-center a {
	font-size: 28px;
	color: #231f20;
	font-weight: normal;
	margin: 15px auto;
	line-height: 18px;
}

.title-box .t-center h1 {
	/*font-style: italic;*/
}

.title-box .t-center a {
	color: #ffffff;
	font-size: 16px;
}


/*Headlines*/

.headline {
	margin: 0;
	padding: 0;
	color: #4a8fbb;
	/*font-style: italic;
	margin-bottom: 45px;*/
	font-weight: 400;
}


/**/

.text-paragraph .headline {
	margin-bottom: 45px;
}

.text-paragraph.centered p {
	text-align: center;
}


/**/

.parallax-window {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 400px;
	/*Fabio Changed*/
	overflow: hidden;
	float: left;
	clear: both;
}

.parallax-window::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: rgba(0, 0, 0, 0.5);*/
	/*Fabio Removed*/
}

.parallax-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
}

.parallax-content.mobile-version {
	background-attachment: inherit;
}

.green-strip {
	border-bottom: 10px solid #3bb775;
}

.blue-strip {
	border-bottom: 10px solid #4a8fbb;
}


/*counter list*/

.counters-list-wrapper {
	position: relative;
	width: 100%;
	height: auto;
}

.counters-list {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: auto;
	border-radius: 10px;
	background-color: #4a8fbb;
	clear: both;
	overflow: hidden;
}

.counters-list li {
	float: left;
	width: 33.33333333333333%;
	height: auto;
	text-align: center;
}

.counters-list li h2 {
	display: block;
	width: 115px;
	height: 115px;
	margin: 0 auto;
	text-align: center;
	background-color: #ffffff;
	border-radius: 115px;
	font-size: 18px;
	font-weight: normal;
	color: #4a8fbb;
	padding-top: 30px;
	margin-top: 50px;
}

.counters-list li h2 span {
	font-size: 24px;
}

.counters-list li p {
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
	color: #ffffff;
	padding: 0 60px;
	padding-bottom: 50px;
}


/*counter list*/

.grid-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	/*margin-top: 60px;*/
}

.grid-list .gridlist-item {
	position: relative;
	float: left;
	/*width: calc(33.33333333333333% - 20px);*/
	width: 33.33333333333333%;
	min-height: 200px;
}

.grid-list .gridlist-item.type2,
.grid-list .gridlist-item.type3 {
	width: calc(25% - 20px);
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	min-height: 245px;
}

.grid-list .gridlist-item.type3.col-3 {
	width: calc(33.33333333333333% - 20px);
}

.grid-list .gridlist-item img {
	display: none;
}

.grid-list .gridlist-item .bg-clone {
	width: auto;
	height: 100px;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.5;
	cursor: pointer;
}

.grid-list .gridlist-item .bg-clone.home-version {
	width: 65%;
	height: 65%;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.5;
	cursor: pointer;
}


.grid-list .gridlist-item.type2 .bg-clone {
	margin: 10px auto;
}

.grid-list .gridlist-item.type3 .bg-clone {
	margin: 10px auto;
	opacity: 1;
	-webkit-filter: grayscale(0%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
}

.grid-list .gridlist-item .bg-clone:hover {
	-webkit-filter: grayscale(0%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	opacity: 1;
}

.grid-list .gridlist-item.type2 p {
	width: 80%;
	display: block;
	margin: 15px auto;
	margin-bottom: 35px;
	text-align: center;
}

.grid-list .gridlist-item.type3 p {
	color: #ffffff;
}


/*bg animated*/

.bg-animated {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 0;
	overflow: hidden;
}

.bg-animated .bg-animator {
	width: auto;
	height: auto;
	/**/
	transform: translate3d(0, 0, 0);
	-webkit-animation: BackgroundAnimation 80s linear infinite;
	-moz-animation: BackgroundAnimation 80s linear infinite;
	-ms-animation: BackgroundAnimation 80s linear infinite;
}

.bg-animated .bg-animator h2 {
	display: block;
	font-size: 10vw;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	opacity: 0.2;
}


/*footer*/

footer {
	position: relative;
	width: 100%;
	background-color: #d3d3d3;
	clear: both;
	float: left;
}

footer .footer-disclaimer {
	width: 100%;
	height: 30px;
	clear: both;
	background-color: #3cb675;
}

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

.footer-list li {
	float: left;
	width: 33.33333333333333%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.footer-column h2 {
	color: #3bb775;
	font-weight: normal;
}

.footer-column p,
.footer-column p a {
	color: #000000;
	padding: 0 20px 0 0;
}

.newsletter input {
	width: calc(100% - 20px);
	height: 45px;
	border: 0;
	border-radius: 7px;
	color: #231f20;
	padding: 10px;
	background-color: #ffffff;
}

.newsletter ::-webkit-input-placeholder {
	color: #999999;
	text-align: center;
}

.newsletter :-moz-placeholder {
	color: #999999;
	text-align: center;
}

.newsletter button {
	width: calc(100% - 20px);
	height: 45px;
	margin-top: 10px;
}

.footer-disclaimer p {
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	display: block;
	margin: 0;
	padding-right: 5px;
}

.footer-disclaimer .t-right {
	text-align: right;
	float: right;
	margin-right: 22px;
}

.footer-disclaimer a:hover {
	color: #231f20;
}

footer .fab {
	color: #ffffff !important;
	width: 40px;
	height: 40px;
	padding: 0 !important;
	line-height: 40px;
	text-align: center;
	background-color: #318fbf;
	border-radius: 7px;
}

footer .fab:hover {
	color: #ffffff !important;
	background-color: #3cb675;
}

.social-buttons-type2 .fab {
	color: #ffffff !important;
	width: calc(20% - 15px);
	height: 40px;
	margin: 0 6px;
	padding: 0 !important;
	line-height: 40px;
	text-align: center;
	background-color: #231f20;
	border-radius: 7px;
}

.social-buttons-type2 .fab:hover {
	color: #ffffff !important;
	background-color: #498db9;
}

.social-buttons-type2 .fa-facebook-f {
	background-color: #4a6ea7;
}

.social-buttons-type2 .fa-twitter {
	background-color: #4ed5f8;
}

.social-buttons-type2 .fa-google-plus-g {
	background-color: #da2202;
}

.social-buttons-type2 .fa-linkedin-in {
	background-color: #0089c3;
}

.social-buttons-type2 .fa-pinterest-p {
	background-color: #d93634;
}


/*rain drops*/

.rain-drops-area {
	position: absolute;
	width: 100%;
	height: 30px;
	top: -30px;
	left: 0;
}


/*quick contact form*/

.quick-contact-form {
	opacity: 0;
	position: fixed;
	z-index: 1051;
	line-height: normal;
	right: 20px;
	bottom: 90px;
	width: 260px;
	height: auto;
	padding: 42px 15px 50px;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
	border-top: 5px solid;
	border-radius: 10px;
	-webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.15);
	display: none;
}

.quick-contact-form .close-btn {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 15px;
	color: #318fbf;
	font-weight: lighter;
	font-size: 12px;
}

.block {
	display: block;
}

.quick-contact-form.active {
	opacity: 1;
	webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.quick-contact-form input,
.quick-contact-form textarea {
	display: block;
	font-size: 14px;
	width: 100%;
	height: auto;
	padding: 8px 12px;
	margin-bottom: 12px;
	border: 1px solid #ddd;
	resize: none;
}

textarea {
	resize: none;
}

.quick-contact-form button {
	width: 100%;
	height: 41px;
}

.quick-contact-form .text-paragraph h2 {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: normal;
	color: #231f20;
}

.quick-contact-form a {
	color: #318fbf;
}


/*static banner*/

.static-banner {
	position: relative;
	width: 100%;
	height: 600px;
	border-bottom: 10px solid #318fbf;
	overflow: hidden;
}

.static-banner .breadcrumbs {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50px;
	text-align: right;
	background-color: rgba(255, 255, 255, 0.5);
}

.static-banner .breadcrumbs p,
.static-banner .breadcrumbs a {
	color: rgb(35, 31, 32);
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.static-banner .breadcrumbs p {
	max-width: 450px;
	float: right;
	display: block;
	font-size: 12px;
}

.static-banner .breadcrumbs .fa-chevron-right {
	color: rgb(35, 31, 32);
	padding: 0 5px;
}

.static-banner .breadcrumbs a {
	color: rgb(35, 31, 32);
}

.static-banner .breadcrumbs p {
	color: #333333;
}

.static-banner .breadcrumbs p .fa-home {
	font-size: 18px;
	line-height: 25px;
	color: #0000000;
}

.max-1200 {
	max-width: 1200px;
}

.max-645 {
	max-width: 645px;
}


/*accordions*/

.ui-accordion .ui-accordion-header {
	height: 65px;
	border: none;
	line-height: 65px;
	background: #f1f2f2;
	outline: none;
	color: #585853;
	font-weight: normal;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0;
	margin-top: 15px;
	border-radius: 7px;
	position: relative;
	padding: 0 65px 0 0;
}

.ui-accordion-header-icon::after {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 65px;
	height: 65px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	color: #308fbe;
}

.ui-accordion-header-icon.icon-expand::after {
	content: '\f078';
}

.ui-accordion-header-icon.icon-collapse::after {
	content: '\f077';
	color: #ffffff;
}

.ui-accordion .ui-accordion-header .icon-wrapper {
	float: left;
	width: 50px;
	height: 50px;
	margin-top: 7.5px;
	margin-left: 10px;
	margin-right: 10px;
}

.ui-accordion .ui-accordion-header .icon-wrapper img {
	width: 100%;
	height: auto;
}

.ui-accordion .ui-accordion-header.ui-accordion-header-active {
	color: #ffffff;
	background-color: #3ab775;
}

.ui-accordion .ui-accordion-content {
	border: none;
	border-radius: 0;
	background: none;
	outline: none;
	padding: 10px 45px;
	font-family: 'Roboto', sans-serif;
	overflow: auto;
	box-sizing: content-box;
}


/*filtered grid*/

.filtered-grid {
	width: 100%;
	position: relative;
}

.filtered-grid {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
	background: transparent;
}


/*flex positions*/

.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	background-color: yelow;
}

.flex-wrapper .row {
	display: flex;
	flex-direction: row;
	width: 100%;
	/*background-color:red;*/
	justify-content: center;
	align-items: center;
}

.flex-wrapper .row .column {
	display: flex;
	flex-direction: column;
	width: 33.33333333333333%;
	/*background-color:pink;*/
	justify-content: center;
	align-items: center;
}


/*flex elements styling*/

.flex-wrapper>.row:first-child,
.flex-wrapper .row .column .row {
	border: 0;
	color: #ffffff;
	background-color: #318fbf;
	text-decoration: none;
	border-radius: 7px;
	text-align: center;
	margin-top: 5px;
	padding: 20px;
}

.flex-wrapper>.row:first-child {
	background-color: #57b67a;
}

.flex-wrapper .row .column .row {
	width: calc(100% - 20px);
	margin-top: 20px;
	min-height: 90px;
}

.flex-wrapper .row .column .row.level3 {
	margin-top: 10px;
	min-height: 0;
	background-color: #57b67a;
}

.row.service-btn:hover {
	background-color: #57b67a !important;
}


/*contact form*/

.contact-form ul,
.careers-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.contact-form ul li {}

.fullFeild {
	width: 100%;
	float: left;
}

.halfFeild1 {
	width: calc(50% - 10px);
	margin-right: 10px;
	float: left
}

.halfFeild2 {
	position: relative;
	width: calc(50% - 10px);
	margin-left: 10px;
	float: left
}

.one-third1 {
	width: calc(33.33333333333333% - 10px);
	margin-right: 10px;
	float: left
}

.one-third2 {
	width: calc(33.33333333333333% - 10px);
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.one-third3 {
	width: calc(33.33333333333333% - 10px);
	margin-left: 10px;
	float: left
}


/*forms elements*/

form>ul>li>label {
	display: block;
	padding-top: 20px;
	color: #888888;
	font-size: 13px;
	text-align: left;
}

form>ul>li>input,
form>ul>li>textarea {
	width: 100%;
	height: 65px;
	margin-top: 0px;
	margin-bottom: 15px;
	border: 0px solid #cccccc;
	outline: none;
	padding: 10px 20px;
	border-radius: 7px;
	font-size: 12px;
	color: #58595b;
}

form>ul>li>textarea {
	height: 145px;
}

#map {
	width: 100%;
	height: 650px;
	overflow: hidden;
}

.Form-nav {
	/*margin-top: 15px;*/
}

.Form-nav.t-right {
	text-align: right;
}

.Form-nav.t-right button {
	margin-bottom: 10px;
	margin-left: 5px;
}

.Form-nav #reset-btn {
	float: left;
	width: calc(50% - 10px);
}

.upload-btn {
	float: right;
	width: 50%;
}

.upload-btn-full {
	    display: inline-block;
    margin-right: 5px;
}


.send-btn {
	width: 100%;
	margin-top: 10px;
}

.upload-btn #custom-btn {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


/*#custom-txt
{
	background-color: antiquewhite;
	padding: 12px 30px;
	text-align: center;
	display: inline-block;
	border-radius: 7px;
}*/

.detail-banner-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	float: left;
}

.detail-banner-wrapper img {
	width: 100%;
	height: auto;
}

.play-icon {
	pointer-events: none;
	opacity: 0;
	content: '\f144';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	padding: 10px;
	font-size: 100px;
	background-color: transparent;
	cursor: pointer;
	outline: none;
}

.detail-banner-wrapper::before {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.detail-banner-wrapper.video .play-icon,
.detail-banner-wrapper.video::before {
	pointer-events: visible;
	opacity: 1;
}


/* Animated Backgrond */

@-webkit-keyframes BackgroundAnimation {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-80%, 0, 0);
		transform: translate3d(-80%, 0, 0);
	}
}

@-moz-keyframes BackgroundAnimation {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-80%, 0, 0);
		transform: translate3d(-80%, 0, 0);
	}
}

@-ms-keyframes BackgroundAnimation {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	to {
		-webkit-transform: translate3d(-80%, 0, 0);
		transform: translate3d(-80%, 0, 0);
	}
}


/*-------------Responsive------------------*/

@media only screen and (max-width: 1200px) {
	/*view port*/
	.viewport {
		max-width: 900px;
	}
	/*carousel fs*/
	.carousel-item.type-fs .text-container,
	.parallax-window .text-container {
		width: 70%;
	}
	.carousel-item.type-fs .text-container,
	.parallax-window .text-container {
		top: calc(48% - 0.5px);
	}
	/*carousel one*/
	.carousel-one-wrapper {
		/*width: 85%;*/
		margin: 0 auto;
	}
	.c1-custom-nav {
		width: calc(100% + 65px);
		left: -35px;
	}
	.c1-custom-nav .owl-prev,
	.c1-custom-nav .owl-next {
		width: 30px;
		height: 30px;
	}
	.c1-custom-nav .owl-prev::before,
	.c1-custom-nav .owl-next::before {
		width: 30px;
		height: 30px;
		font-size: 15px;
		line-height: 30px;
	}
	/*home carousel type 1 thumbs*/
	.carousel-item.type-1 {
		padding: 5px;
		-webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.3);
		margin-top: 25px;
		margin-bottom: 30px;
		margin-left: 15px;
		margin-right: 15px;
	}
	/*home carousel type 2 thumbs*/
	.carousel-item.type-2 .img-data {
		height: 250px;
	}
	.c2-custom-dots.col-3 .owl-dot p {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.carousel-item.type-2 .img-data,
	.filtered-grid-item .img-data {
		width: 100%;
		height: 225px;
	}
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
	/*view port*/
	.viewport {
		max-width: 90%;
	}
	/*nav*/
	.navigation .info-list {
		width: 45%;
	}
	.static-banner .breadcrumbs p {
		max-width: 350px;
	}
	/*.nav-lvl1 li a {
		min-width: 320px;
	}*/
	/*carousel fs*/
	.carousel-item.type-fs .text-container,
	.parallax-window .text-container {
		width: 60%;
	}
	.carousel-item.type-fs .text-container h2,
	.carousel-item.type-fs .text-container h3,
	.parallax-window .text-container h2,
	.parallax-window .text-container h3,
	.static-banner .text-container h2,
	.static-banner .text-container h3 {
		font-size: 20px;
		line-height: 30px;
	}
	/*carousel fs nav*/
	.fsc-custom-nav .owl-prev::before,
	.fsc-custom-nav .owl-next::before {
		width: 45px;
		height: 45px;
		font-size: 18px;
		border-radius: 45px;
		line-height: 45px;
	}
	/*counters list*/
	.counters-list li h2 {
		width: 100px;
		height: 100px;
		text-align: center;
		border-radius: 100%;
		font-size: 16px;
		padding-top: 27px;
		margin-top: 36px;
	}
	.counters-list li p {
		width: 80%;
		margin: auto;
		margin-top: 10px;
		padding: 0 0px;
		padding-bottom: 35px;
	}
	/*filtered slider*/
	.c2-custom-dots .owl-dot p {
		font-size: 12px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	/*filtered grid*/
	.filtered-grid-sizer,
	.filtered-grid-item {
		width: calc(50% - 30px);
		margin: 0;
		margin-left: 15px;
		margin-top: 30px;
	}
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
	/*header*/
	.header .logo-wrapper {
		width: 110px;
		margin-top: 35px;
	}
	/*nav*/
	.navigation .nav-lvl1,
	.navigation .info-list {
		display: block;
		width: 100%;
	}
	/*.navigation .nav-lvl1 {
		margin-top: 150px;
	}*/
	.navigation .nav-lvl1 li a {
		width: 100%;
	}
	.navigation .info-list {
		margin-top: 30px;
	}
	.navigation .info-list li:nth-child(1),
	.navigation .info-list li:nth-child(2) {
		display: none;
	}
	.navigation .text-paragraph {
		text-align: center;
	}
	/*carousel fs*/
	.fs-carousel-wrapper {
		height: 90vh;
	}
	.carousel-item.type-fs {
		height: 90vh;
	}
	.carousel-item.type-fs .text-container,
	.parallax-window .text-container {
		width: 90%;
	}
	.fsc-custom-nav,
	.fsc-custom-dots {
		display: none;
	}
	/*carousel one*/
	.carousel-one-wrapper {
		width: 100%;
	}
	.carousel-item.type-1 {
		padding: 5px;
		-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	}
	.c1-custom-nav {
		display: none;
	}
	.c1-custom-nav {
		display: block;
		width: calc(100% + 5px);
		left: -5px;
	}
	.c1-custom-nav .owl-prev::before,
	.c1-custom-nav .owl-next::before {
		border: 0;
	}
	/*.c1-custom-dots
	{
		width: 90%;
	}*/
	.c1-custom-dots .owl-dot {
		width: 5px;
		height: 5px;
	}
	/*carousel two*/
	.carousel-item.type-2 .img-data {
		height: 250px;
	}
	/*title box*/
	.title-box {
		top: -110px;
		width: 100%;
		max-width: 85%;
		margin-left: 7.5%;
		padding: 45px 10px;
		margin-top: -55px;
	}
	/*parallax window*/
	.parallax-window {
		height: 400px;
	}
	.parallax-content {
		background-attachment: inherit;
	}
	.bg-animated .bg-animator h2 {
		font-size: 30vw;
	}
	/*counters list*/
	.counters-list {
		text-align: center;
		background-color: rgba(74, 143, 187, 0.8);
	}
	.counters-list li {
		width: 33.33333333333333%;
	}
	/*grid list*/
	.grid-list li {
		width: 50%;
		min-height: 200px;
	}
	.img-wrapper {
		margin-bottom: 0;
	}
	.img-wrapper.margin-40 {
		margin-bottom: 40px;
	}
	.img-wrapper img {
		width: 100%;
		margin-left: 0;
	}
	
	.grid-list .gridlist-item {
	
	width: 50%;
}
	
	/*footer*/
	.footer-list li {
		width: 100%;
		margin-top: 0px;
	}
	.footer-column p {
		padding: 0;
	}
	.newsletter input,
	.newsletter button {
		width: 100%;
	}
	footer .footer-disclaimer {
		height: auto;
		clear: both;
	}
	footer .footer-disclaimer p {
		line-height: auto;
		text-align: center;
		font-size: 11px;
		margin-bottom: 0;
	}
	.legal-wrapper {
		display: block;
	}
	/**/
	.left-50 {
		width: 100%;
		float: left;
		padding-right: 0;
	}
	.right-50 {
		width: 100%;
		float: right;
		padding-left: 0;
	}
	/*breadcrumbs*/
	.static-banner .breadcrumbs {
		display: none;
	}
	.c2-custom-dots {
		border-radius: 30px;
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	.c2-custom-dots .owl-dot {
		float: left;
		width: 50%;
	}
	.c2-custom-dots .owl-dot.active {
		/**/
		-webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	}
	.carousel-slot ul li p {
		padding: 20px 10px;
		font-size: 12px;
	}
	.grid-list .gridlist-item.type3 p {
		padding: 10px;
		color: #ffffff;
	}
	.c2-custom-dots.col-3 .owl-dot,
	.c2-custom-dots.col-3 .owl-dot:last-child {
		width: 100%;
	}
	.carousel-slot li .img-wrapper img {
		width: 75px;
	}
	.carousel-item.type-4 .img-data {
		width: 100%;
		height: 450px;
		margin-bottom: 60px;
		float: none;
		margin: auto;
	}
	.carousel-item.type-4 .text-container {
		float: none;
		width: 100%;
		padding-left: 0px;
		margin-top: 30px;
	}
	.bg-wrapper {
		height: 100%;
	}
	.carousel-item.type-4 .fab,
	.carousel-item.type-4 .fas {
		margin-bottom: 40px;
	}
	/*bg anim about pos*/
	.bg-anim-2 {
		opacity: 0.7;
		top: 70% !important;
		transform: translate(0, -50%) !important;
	}
	.carousel-four.inverse .carousel-item.type-4 .text-container {
		padding-left: 0px;
		padding-right: 0px;
	}
	.carousel-four .added-shadow {
		-webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.3);
	}
	.grid-list .gridlist-item.type2,
	.grid-list .gridlist-item.type3 {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.v-spacer-mob-40 {
		height: 40px;
	}
	.grid-list .gridlist-item.type3.col-3 {
		width: 100%;
	}
	.footer-disclaimer p {
		width: 100%;
	}
	.footer-disclaimer .t-right {
		width: 100%;
		text-align: center;
		display: block;
		float: none;
	}
	.ui-accordion .ui-accordion-header {
		font-size: 13px;
	}
	.ui-accordion .ui-accordion-content p {
		font-size: 13px;
	}
	.ui-accordion .ui-accordion-content {
		padding: 0;
	}
	.grid-list .gridlist-item.type2,
	.grid-list .gridlist-item.type3 {
		border-bottom: 1px solid #ffffff;
	}
	.grid-list .gridlist-item.type2:last-child,
	.grid-list .gridlist-item.type3:last-child {
		border: 0;
	}
	/*filtered grid*/
	.filter-navigation {
		border-radius: 30px;
	}
	.filtered-grid-sizer,
	.filtered-grid-item {
		width: 100%;
		margin: 0;
		margin-left: 0px;
		margin-top: 30px;
	}
	.filtered-grid-item .img-data {
		width: 100%;
		height: 350px;
	}
	.filter-navigation .filter-btn {
		float: left;
		width: 50%;
		text-align: center;
		padding: 20px 10px;
		cursor: pointer;
		border-radius: 50px;
	}
	/*filtered grid*/
	.filtered-grid {
		width: 100%;
		position: relative;
	}
	.filtered-grid {
		position: relative;
		width: 100%;
		height: auto;
		clear: both;
		background: transparent;
	}
	/*flex positions*/
	.flex-wrapper .row .column,
	.flex-wrapper .row {
		display: flex;
		flex-direction: column;
		width: 100%;
		/*background-color:pink;*/
		justify-content: center;
		align-items: center;
	}
	.flex-wrapper .row .column .row {
		width: 100%;
		margin-top: 10px;
		min-height: 0;
	}
	.halfFeild1 {
		width: 100%;
		margin-right: 0px;
	}
	.halfFeild2 {
		width: 100%;
		margin-left: 0px;
		float: left
	}
	.Form-nav {
		margin-top: 20px;
		text-align: right;
	}
	.Form-nav button {
		margin-left: 0px;
		width: 100%;
	}

	.Form-nav.t-right button {
		margin-left: 0px;
	}
	.Form-nav #reset-btn {
		width: 100%;
	}
	.upload-btn {
		width: 100%;
		margin-top: 10px;
	}
	/**/
	.bottom-margin-mob-40 {
		margin-bottom: 45px;
	}
	
	.file-upload .file-select .file-select-name{line-height:40px;padding:0 5px;font-size:10px;color:#58595b;width:100%;display:none;}.file-upload{display:inline-block;text-align:center;text-transform:uppercase;margin-bottom:10px;width:100%}.file-upload .file-select{width:100%;margin:0;padding:0}.file-upload .file-select .file-select-button{width:100%;margin:0;text-align:center}
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
	html,
	body {
		font-size: 12px;
	}
	/*carousel one*/
	.c1-custom-dots .owl-dot {
		margin-left: 0px;
	}
	/*counters list*/
	.counters-list li {
		width: 100%;
	}
	/*title box*/
	.title-box .t-center h1 {
		font-size: 18px;
	}
	.c2-custom-dots .owl-dot {
		float: left;
		width: 50%;
	}
	.carousel-slot ul {
		min-height: auto;
	}
	.carousel-slot ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.7);
		border-right: 1px solid rgba(255, 255, 255, 0);
	}
	.carousel-slot ul li:last-child {
		border: 0;
	}
	.c2-custom-dots.col-3 .owl-dot p {
		font-size: 11px;
	}
	.ui-accordion .ui-accordion-header {
		font-size: 10px !important;
	}
	.ui-accordion .ui-accordion-content p {
		font-size: 10px !important;
	}
	.filter-navigation .filter-btn {
		float: left;
		width: 100%;
		text-align: center;
		padding: 20px 10px;
		cursor: pointer;
		border-radius: 50px;
	}
	.filtered-grid-item .img-data {
		width: 100%;
		height: 300px;
	}
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}

@media only screen and (max-width: 550px) {}