/* Sestante Custom Style */

@font-face {
	font-family: 'HelveticaLTStd-Light';
	src: url('../fonts/HelveticaLTStd-Light.woff2') format('woff2'),
		url('../fonts/HelveticaLTStd-Light.woff') format('woff'),
		url('../fonts/HelveticaLTStd-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-Oblique';
	src: url('../fonts/HelveticaLTStd-Oblique.woff2') format('woff2'),
		url('../fonts/HelveticaLTStd-Oblique.woff') format('woff'),
		url('../fonts/HelveticaLTStd-Oblique.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SangBleuKingdom-Bold';
	src: url('../fonts/SangBleuKingdom-Bold.woff2') format('woff2'),
		url('../fonts/SangBleuKingdom-Bold.woff') format('woff'),
		url('../fonts/SangBleuKingdom-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SuisseIntl-Light';
	src: url('../fonts/SuisseIntl-Light.woff2') format('woff2'),
		url('../fonts/SuisseIntl-Light.woff') format('woff'),
		url('../fonts/SuisseIntl-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SuisseIntl-SemiBold';
	src: url('../fonts/SuisseIntl-SemiBold.woff2') format('woff2'),
		url('../fonts/SuisseIntl-SemiBold.woff') format('woff'),
		url('../fonts/SuisseIntl-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-Bold';
	src: url('../fonts/HelveticaLTStd-Bold.woff2') format('woff2'),
		url('../fonts/HelveticaLTStd-Bold.woff') format('woff'),
		url('../fonts/HelveticaLTStd-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Ogg-Regular';
	src: url('../fonts/Ogg-Regular.woff2') format('woff2'),
		url('../fonts/Ogg-Regular.woff') format('woff'),
		url('../fonts/Ogg-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-Black';
	src: url('../fonts/HelveticaLTStd-Black.woff2') format('woff2'),
		url('../fonts/HelveticaLTStd-Black.woff') format('woff'),
		url('../fonts/HelveticaLTStd-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SuisseIntl-Regular';
	src: url('../fonts/SuisseIntl-Regular.woff2') format('woff2'),
		url('../fonts/SuisseIntl-Regular.woff') format('woff'),
		url('../fonts/SuisseIntl-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-Roman';
	src: url('../fonts/HelveticaLTStd-Roman.woff2') format('woff2'),
		url('../fonts/HelveticaLTStd-Roman.woff') format('woff'),
		url('../fonts/HelveticaLTStd-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SuisseIntl-Book';
	src: url('../fonts/SuisseIntl-Book.woff2') format('woff2'),
		url('../fonts/SuisseIntl-Book.woff') format('woff'),
		url('../fonts/SuisseIntl-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStd-LightOblique';
	src: url('../fonts/HelveticaLTStd-LightOblique.woff2') format('woff2'),
		url('../fonts/HelveticaLTStd-LightOblique.woff') format('woff'),
		url('../fonts/HelveticaLTStd-LightOblique.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SuisseIntl-Bold';
	src: url('../fonts/SuisseIntl-Bold.woff2') format('woff2'),
		url('../fonts/SuisseIntl-Bold.woff') format('woff'),
		url('../fonts/SuisseIntl-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Colors used */
:root {
	--color-blue1: #0d2983;
	--color-blue2: #415eba;
	--color-blue3: #1F1FD0;
	--color-black1: #000000;
	--color-cyan1: #78c6ef;
	--color-grey1: #f1f2f8;
	
}

html,
body {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'HelveticaLTStd-Light', serif, Arial;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	font-weight: normal;
	font-style: normal;
	position:relative;
	color:#000;
}
a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	font-weight:normal;
	color: #FF0000;
}

*:focus {
	outline: none;
}
*::-moz-focus-inner {
	border: 0;
}
a,
a:hover,
a:active,
a:focus,
a:visited {
	text-decoration: none;
	outline: 0;
}

a:hover,
a:focus {
	color: #eb3812;
}
.no-margin {
	margin: 0px;
}
.no-padding {
	padding: 0px;
}
.no-padding-right {
	padding-right: 0;
}
.no-padding-left {
	padding-left: 0;
}
@media (min-width: 768px) {
	.no-padding-right-desktop {
		padding-right: 0;
	}
	.no-padding-left-desktop {
		padding-left: 0;
	}
}
.no-radius {
	border-radius: 0;
}
::-moz-selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}
::selection {
	text-shadow: none;
	color: #fff;
	background: #222;
}
/* HTML5 support for old browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
/*Remove HTML5 Spinners*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
input::-moz-focus-inner {
	border: 0;
}
img::selection {
	color: #fff;
	background: 0 0;
}
img::-moz-selection {
	color: #fff;
	background: 0 0;
}
/* Embed iframes fix*/
embed,
iframe,
object {
	max-width: 100%;
	border:0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.center-item {
	display: flex;
	justify-content: center;
	align-items: center;
}
.center-block {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.vertical-align {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flex-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}

.flex-vertical {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.flex-sameheight {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
}

.flex-bottom {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

@media (min-width:768px) {
	.flex-container-desktop {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.flex-vertical-desktop {
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.flex-sameheight-desktop {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
	}
	.flex-bottom-desktop {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
}

.cover-image {
	width: 100%;
	position: relative;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
}

/* Bootstrap menu on hover */

@media (min-width: 768px) {
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

/* Big Desktop Resolution */
@media (min-width: 1600px) {
	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* 4K Desktop Resolution */
@media (min-width: 1921px) {
	.col-4k-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-4k-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-4k-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-4k-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-4k-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-4k-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-4k-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-4k-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-4k-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-4k-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-4k-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-4k-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

/* Arrows */
.slick-prev,
.slick-next
{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
	opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color:#FFF;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	left: -25px;
}
[dir='rtl'] .slick-prev
{
	right: -25px;
	left: auto;
}
.slick-prev:before
{
	content: '←';
}
[dir='rtl'] .slick-prev:before
{
	content: '→';
}

.slick-next
{
	right: -25px;
}
[dir='rtl'] .slick-next
{
	right: auto;
	left: -25px;
}
.slick-next:before
{
	content: '→';
}
[dir='rtl'] .slick-next:before
{
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
	margin-bottom: 30px;
}

.slick-dots
{
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li
{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button
{
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
	opacity: 1;
}
.slick-dots li button:before
{
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
	opacity: .75;
	color: black;
}

.slick-vertical .slick-slide {
	border:0;
}

.my-container {
	width:100%;
	max-width:1920px;
	margin:0 auto;
	padding:0 45px;
	clear:both;
}

@media (max-width: 1199px) {
	.my-container {
		padding-left:25px;
		padding-right:25px;
	}
}

@media (max-width: 767px) {
	.my-container {
		padding-left:20px;
		padding-right:20px;
	}
}

.container-spacing-15px {
	padding-left:45px;
	padding-right:45px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1620px;
}

.spacing-15px {
	margin-right: -15px;
	margin-left: -15px;
	clear: both;
}
.spacing-15px > .col, .spacing-15px > [class*="col-"] {
	padding-right: 15px;
	padding-left: 15px;
}

.container-spacing-35px {
	padding-left:45px;
	padding-right:45px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1660px;
}

.spacing-35px {
	margin-right: -35px;
	margin-left: -35px;
	clear: both;
}
.spacing-35px > .col, .spacing-35px > [class*="col-"] {
	padding-right: 35px;
	padding-left: 35px;
}


@media (max-width:1199px) {
	.container-spacing-15px {
		padding-left:25px;
		padding-right:25px;
	}
}

@media (max-width:767px) {
	.container-spacing-15px {
		padding-left:20px;
		padding-right:20px;
	}

	.spacing-15px {
		margin-right: -8px;
		margin-left: -8px;
		clear: both;
	}

	.spacing-15px > .col, .spacing-15px > [class*="col-"] {
		padding-right: 8px;
		padding-left: 8px;
	}

	.container-spacing-35px {
		padding-left:25px;
		padding-right:25px;
	}
	
	.spacing-35px {
		margin-right: -25px;
		margin-left: -25px;
		clear: both;
	}
	.spacing-35px > .col, .spacing-35px > [class*="col-"] {
		padding-right: 25px;
		padding-left: 25px;
	}
}

.my-container-medium {
	width:100%;
	max-width:1620px;
	margin:0 auto;
	padding:0 45px;
	clear:both;
}

@media (max-width:1199px) {
	.my-container-medium {
		padding-left:25px;
		padding-right:25px;
	}
}

@media (max-width:767px) {
	.my-container-medium {
		padding-left:20px;
		padding-right:20px;
	}
}

/* ***** HOMEPAGE Desktop ***** */

.my-header {
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 9999;
	height: 66px;
	justify-content: space-between;
	width:58.333333%;
	display: flex;
}

.my-header nav {
	margin-right: 45px;
	margin-left: 45px;
	margin-top:10px;
	width: 100%;
	position: relative;
}

a.logowhite {
	display:inline-block;
	margin-left:45px;
}

a.logowhite img {
	width:186px;
	height:auto;
}

.grt-mobile-button {
	display:none;
}

.grt-mobile-button:focus {
	border:0;
	outline:0;
}

.body-overflow {
	overflow:hidden;
}

ul.grt-menu {
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'HelveticaLTStd-Light';
	justify-content: space-evenly;
}

ul.grt-menu li {
	display: inline-block;
	margin:0;
	padding:0;
}

ul.grt-menu li:not(:last-child) {
	margin-right:6px;
}

ul.grt-menu li a {
	padding: 0px 10px;
	font-size:18px;
	display: inline-block;
	color:#FFF;
	line-height: 30px;
	transition: color ease-in-out 0.6s;
	position:relative;
	text-decoration: none;
	text-transform: capitalize;
}

@keyframes fadeIn {
	from { opacity: 0; }
	  to { opacity: 1; }
}

ul.grt-menu li.grt-dropdown:hover {
	cursor:pointer;
}

ul.grt-menu li.grt-dropdown:hover a {
	box-shadow: none;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list {
	display:none;
	position:absolute;
	background:var(--color-blue1);
	margin: 0;
	padding: 0;
	min-width:150px;
	animation: fadeIn 0.8s;
	z-index: 999;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li a {
	display:block;
	font-size:18px;
	color: #FFF;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	padding: 9px 12px;
}

ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li:last-child a {
	padding-bottom:15px;
}

ul.grt-menu li.grt-dropdown.active-dropdown {
	background: var(--color-blue1);
}

ul.grt-menu li.grt-dropdown.active-dropdown ul.grt-dropdown-list {
	display:block !important;
}

ul.grt-menu li.grt-dropdown.active-dropdown a {
	color:#FFF;
}

/* Menu Desktop only style */
@media (min-width:768px) {

	ul.grt-menu li.grt-dropdown:hover > a + ul.grt-dropdown-list {
		display:block;
		top: calc(100% - 17px);
	}

	ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li {
		display:block;
	}

	ul.grt-menu li.grt-dropdown:hover > a {
		color:var(--color-blue1);
	}

	ul.grt-menu li a:hover {
		color:var(--color-cyan1);
	}
}

/* Menu Tablet only style */
@media (min-width:768px) and (max-width:991px) {
	ul.grt-menu li a {
		font-size:16px;
		padding: 0px 8px;
	}

	ul.grt-menu li:not(:last-child) {
		margin-right:2px;
	}

}


.home-top-section {
	height:100vh;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.home-slider-text {
	display:flex;
	justify-content: flex-end;
	width:58.333333%;
	height:100vh;
	background:var(--color-blue1);
}

.home-slider-text .home-slider-text-slide {
	width:100%;
	height:100vh;
	display:flex;
	align-content:flex-end;
	justify-content: flex-end;
}

.home-slider-text .text-holder-slide {
	width:100%;
	height:100vh;
	padding-bottom:28px;
	padding-left: 145px;
	display:flex;
	align-items:flex-end;
	justify-content: flex-start;
}

.home-slider-text .text-holder-slide h2 {
	display: block;
	width: 100%;
	color: #FFF;
	font-size: 72px;
	margin-top:0;
	margin-bottom:0;
	margin-right:45px;
	font-family: 'Ogg-Regular';
}

.home-slider-text .slick-prev:before {
	color:#FFF;
	font-family: FontAwesome;
	content: "\f104";
	font-size: 32px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.home-slider-text .slick-next:before {
	color:#FFF;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 32px;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.home-slider-text .slick-prev:hover:before {
	color:var(--color-cyan1);
}

.home-slider-text .slick-next:hover:before {
	color:var(--color-cyan1);
}

.home-slider-text .slick-next {
	top:auto;
	bottom:35px;
	left: 90px;
	right:auto;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index:9999;
}

.home-slider-text .slick-prev {
	left:45px;
	right:auto;
	top:auto;
	bottom:35px;
	z-index: 9;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index:9999;
}

.home-slider-img {
	display:flex;
	justify-content: center;
	width:41.666667%;
	height:100%;
}

.home-slider-img .slick-list {
	width: 100% !important; 
	display: block; 
	position: relative; 
}

.home-slider-img .home-slider-img-slide {	
	width: 100%;
	height:100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	position:relative;
}

.home-section2 {
	padding: 80px 0 120px 0;
}

.home-section2-img img {
	width: calc(100% - 120px);
	max-width: 800px;
    height: auto;
}

.home-section2-text h2 {
	color:var(--color-blue2);
	padding: 65px 0 70px;
	margin:0;
	font-size: 36px;
	font-family: 'Ogg-Regular';
	font-weight:700;
	position: relative;
}

.home-section2-text h2:after {
	content:"\f107";
	font-family: FontAwesome;
	position: absolute;
	bottom:0;
	left:0;
	font-size:30px;
	font-weight: normal;
	color:var(--color-cyan1);
}

.home-section2-text p {
	font-size:20px;
	margin-top:35px;
	margin-bottom:0;
}

.home-top-section:after {
	content: "";
	width: 1300px;
	background: url(../img/circle-blue1.svg) right center no-repeat;
	position: absolute;
	height: 1300px;
	right: 44%;
	top: 35vh;
}

.numbers-employees {
	margin-top: 150px;
}

.numbers-employees span {
	font-size:104px;
	color:var(--color-blue2);
	margin:0;
	display:block;
	font-family: 'SangBleuKingdom-Bold';
	line-height: 1.1;
}

.numbers-employees i {
	font-size:22px;
	font-style:normal;
	text-transform: uppercase;
	color:var(--color-black1);
	font-family: 'SuisseIntl-Light';
}

@media (min-width:768px) {
	.numbers-employees-col1, .numbers-employees-col2, .numbers-employees-col3 {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

.my-footer {
	padding: 70px 0 50px;
	background: var(--color-blue1);
	position:relative;
}

.footer-row {
	display:flex;
	justify-content: space-between;
}

.footer-row .footer-col {
	width:auto;
}

.footer-col1 a {
	display:inline-block;
}

.footer-col1 img {
	width: 186px;
	height: auto;
}

ul.footer-list {
	list-style: none;
	margin:0;
	padding:0;
}

ul.footer-list li {
	display:block;
	line-height: 38px;
	font-size:18px;
}

ul.footer-list li a {
	display:inline-block;
	color: #FFF;
	transition: color ease-in-out 0.6s;
}

ul.footer-list li a:hover {
	color: var(--color-cyan1);
}

.footer-col4 p {
	font-size:18px;
	line-height: 30px;
	color:#FFF;
	text-align: right;
}

.footer-col4 a {
	display:inline-block;
	color:#FFF;
}

ul.social-icons-footer {
	margin:30px 0 0 0;
	padding:0;
	list-style: none;
	display: flex;
	justify-content: flex-end;
}

ul.social-icons-footer li {
	display: inline-block;
}

ul.social-icons-footer li:not(:last-child) {
	margin-right:24px;
}

ul.social-icons-footer li a {
	display:inline-block;
}

ul.social-icons-footer li a i {
	font-size: 26px;
}

ul.social-icons-footer li a i:before {
	color:var(--color-cyan1);
}

.countries-image {
	background-size:cover !important;
	height:600px;
}

.countries-image2 {
	margin-left:20px;
}

ul.countries-list {
	margin:0;
	padding:0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height:600px;
	list-style: none;
	padding-left:45px;
}

ul.countries-list li {
	font-size:20px;
	display: block;
}

ul.countries-list li span {
	display: inline-block;
	position: relative;
}

ul.countries-list li span:after {
	content: "";
	display: inline-block;
	height: 3px;
	background: var(--color-cyan1);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}


ul.countries-list li span:hover:after {
	animation-name: line1;
	animation-duration: 1.4s;
	animation-timing-function: ease;
}

@keyframes line1 {
	0%   {width: 0%}
	50%  {width: 100%}
 }

.office-section {
	padding: 30px 0 120px;
	overflow: hidden;
	position:relative;
}

.office-section-slider {
	width:100%;
	height: 614px;
	margin: 0;
	padding:0;
	margin-left:10%;
	position:relative;
}

.office-section-slider .office-section-slide {
	width: 100%;
	height:614px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
	cursor:pointer;
	position:relative;
}

.office-section-slider .slick-prev:before {
	color:var(--color-blue2);
	font-family: FontAwesome;
	content: "\f104";
	font-size: 40px;
	text-shadow: none;
}
.office-section-slider .slick-next:before {
	color:var(--color-blue2);
	font-family: FontAwesome;
	content: "\f105";
	font-size: 40px;
	text-shadow: none;
}

.office-section-slider .slick-prev:hover:before {
	color: var(--color-cyan1);
}

.office-section-slider .slick-next:hover:before {
	color: var(--color-cyan1);
}

.office-section-slider .slick-next {
	top:auto;
	bottom:20px;
	left: calc(-7% + 60px);
	right:auto;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index:9999;
}

.office-section-slider .slick-prev {
	left: -7%;
	right:auto;
	top:auto;
	bottom:20px;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index:9999;
}

.office-section-slider .slick-slide {
	margin: 0 10px;
}

.office-section-slider .slick-list {
	margin: 0 -10px;
}

.invest-section {
	position: relative;
	overflow:hidden;
}

.invest-image img {
	width: calc(100% - 120px);
    max-width: 100%;
    height: auto;
    max-width: 48%;
    margin-left: 35.3333%;
    margin-top: 120px;
}

.invest-section-text {
	margin-top: 90px;
}

.invest-section-text p {
	font-size: 20px;
	margin-top: 35px;
	margin-bottom: 0;
}

.invest-section-text h2 {
	color: var(--color-blue2);
	padding: 30px 0 30px;
	margin:0;
	font-size: 68px;
	font-family: 'Ogg-Regular';
	position: relative;
}

.invest-section-text h5 {
	color:var(--color-cyan1);
	font-size:20px;
	font-family: 'SuisseIntl-Bold';
	margin:35px 0 5px 0;
}

.invest-section-text h6 {
	color:var(--color-blue3);
	font-size:20px;
	margin:0;
	font-family: 'SuisseIntl-Light';
}

/* .invest-section:after {
	content:"";
	position:absolute;
	width:1340px;
	height:1340px;
	background: url(../img/circle-blue1.svg) right center no-repeat;
	right: -10%;
	top: -50%;
	border-radius:50%;
	z-index:-1;
} */

.portfolio-section {
	padding:80px 0 90px;
}

.portfolio-section h2 {
	font-size: 68px;
	font-family: 'Ogg-Regular';
	color:var(--color-cyan1);
	margin: 40px 0 45px 0;
}

a.portfolio-logo {
	display:block;
	width:100%;
	background:#f9f9f9;
	border-radius:20px;
	margin-bottom:30px;
}

a.portfolio-logo img {
	display: block;
    width: 90%;
    max-width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

/****** HOMEPAGE Laptop ******/
@media (max-width:1480px) {

	a.logowhite img {
		width:145px;
	}

	ul.grt-menu li a {
		font-size:16px;
	}

	.my-header {
		width: 63.333333%;
	}

	.home-slider-text {
		width: 63.333333%;
	}

	.home-slider-img {
		width: 36.666667%;
	}

	.home-slider-text .text-holder-slide h2 {
		font-size:50px;
	}

	.home-top-section:after {
		display:none;
	}

	.home-section2-text h2 {
		font-size: 30px;
		padding: 0px 0 45px;
	}

	.home-section2-text h2:after {
		bottom:-4px;
	}

	.home-section2-text p {
		font-size: 17px;
		margin-top:30px;
	}

	.numbers-employees span {
		font-size: 80px;
	}

	.numbers-employees i {
		font-size:20px;
	}

	.countries-image {
		height: 500px;
	}

	.countries-image {
		height:100%;
	}

	ul.countries-list {
		height:550px;
	}

	ul.countries-list li {
		font-size:18px;
	}

	.office-section-slider {
		height:550px;
	}

	.office-section-slider .office-section-slide {
		height:550px;
	}

	.office-section-slider .slick-prev {
		left: calc(-8% + 15px);
		bottom: 10px;
	}

	.office-section-slider .slick-next {
		top: auto;
		bottom: 10px;
		left: calc(-8% + 50px);
	}

	.invest-section-text {
		margin-top:45px;
	}

	.invest-section-text p {
		font-size:18px;
		margin-top:30px;
	}

	.invest-section-text h2 {
		padding: 30px 0 30px;
		font-size: 50px;
	}

	.invest-section:after {
		display:none;
	}

	.portfolio-section h2 {
		font-size:50px;
	}

	.invest-section-text h6 {
		font-size:17px;
	}
}

/****** HOMEPAGE Laptop ******/
@media (max-width:1199px) {
	.my-header {
		width: 100%;
	}

	.home-slider-text {
		width: 100%;
	}

	.home-slider-img {
		position: absolute;
		right: 0;
		top: 110px;
		bottom: 0;
		height: auto;
		width: 50%;
	}

	.home-slider-text .text-holder-slide {
		width:50%;
		padding-bottom:40px;
		padding-left: 140px;
	}

	.home-slider-text .text-holder-slide h2 {
		font-size:40px;
	}

	.home-slider-text .slick-next {
		bottom:36px;
	}

	.home-slider-text .slick-prev {
		bottom:36px;
	}

	.home-section2-img img {
		width: calc(100% - 65px);
	}

	.home-section2-text h2 {
		font-size: 26px;
		padding: 0px 0 30px;
	}

	.home-section2-text h2:after {
		bottom: -10px;
	}

	.home-section2-text p {
		font-size: 16px;
		margin-top:25px;
	}

	.invest-section-text h2 {
		padding: 0px 0 25px;
		font-size: 42px;
	}

	.home-countries-section {
		display: none;
	}

	.portfolio-section h2 {
		font-size: 45px;
		margin: 10px 0 25px 0;
	}

	.portfolio-section {
		padding: 80px 0 60px;
	}

	.footer-col4 p {
		font-size: 16px;

	}

	ul.footer-list li {
		line-height: 35px;
		font-size: 16px;
	}

	ul.social-icons-footer li a i {
		font-size: 23px;
	}

	.invest-image img {

	}
}

/****** HOMEPAGE Mini Laptop and tablet ******/
@media (max-width:991px) {
	
	.my-header {
		top:30px;
	}

	a.logowhite {
		margin-left:25px;
	}

	.my-header nav {
		margin-right:25px;
	}

	.home-slider-text .text-holder-slide h2 {
		font-size: 36px;
		margin-right:25px;
	}

	.home-slider-text .slick-next {
		left: 80px;
	}

	.home-slider-text .slick-next:before {
		display:none;
	}

	.home-slider-text .slick-prev:before {
		display:none;
	}

	.home-slider-img {
		width:45%;
		top: 100px;
	}

	.home-slider-text .text-holder-slide {
		width:55%;
		padding-left: 25px;
	}

	.home-section2-img img {
		width:65%;
	}

	.home-section2-text h2 {
		font-size: 22px;
		padding: 0 0 0;
	}

	.home-section2-text h2:after {
		display:none;
	}

	.home-section2 {
		padding:60px 0;
	}

	.home-section2-img img {
		width: calc(100% - 40px);
	}


	.home-section2-text p {
		font-size:15px;
	}

	.numbers-employees span {
		font-size: 56px;
	}

	.numbers-employees {
		margin-top:80px;
	}

	.office-section {
		padding: 20px 0 120px;
	}

	.office-section-slider {
		margin-left:0;
	}

	.office-section-slider .slick-next:before {
		display: none;
	}

	.office-section-slider .slick-prev:before {
		display: none;
	}

	.office-section-slider {
		height:450px;
	}

	.office-section-slider .office-section-slide {
		height:450px;
	}

	.invest-section-text {
		margin-top:0;
	}

	.invest-section-text p {
		font-size: 15px;
		margin-top: 0;
		margin-bottom: 25px;
	}

	.invest-section-text h5 {
		margin-top:20px;
	}

	.invest-image img {
		width: calc(100% - 40px);
		max-width: 72%;
		margin-left: 40px;
		margin-top: 15px;
	}

	.invest-section-text h2 {
		font-size:38px;
		padding: 10px 0 30px;
	}

	.portfolio-section {
		padding:40px 0 40px;
	}

	.portfolio-section h2 {
		font-size: 34px; 
	}

	a.portfolio-logo img {
		width:60%;
	}

	.footer-col4 p {
		font-size: 15px;
		line-height: 24px;
	}

	ul.footer-list li {
		font-size:16px;
		line-height: 28px;
	}

	.footer-col1 {
		display:none;
	}

	ul.social-icons-footer li a i {
		font-size: 25px;
	}
	
	.my-footer {
		padding:60px 0;
	}

	ul.social-icons-footer {
		margin-top:25px;
	}

	.invest-image img {

	}

}

/****** HOMEPAGE Mobile ******/
@media (max-width:767px) {

	#toTop .fa {
		font-size: 34px;
	}

	.grt-mobile-button {
		display:inline-block;
		position:absolute;
		right: 0;
		top: 0px;
		background:transparent;
		color:#FFF;
		margin:0;
		padding:0;
		cursor:pointer;
		border: 0;
		outline:0;
		width:32px;
	}

	.grt-mobile-button .line1, .grt-mobile-button .line2, .grt-mobile-button .line3 {
		width: 32px;
		height: 2px;
		background-color: var(--color-cyan1);
		margin: 5px 0;
		transition: 0.4s;
		display: block;
	}

	ul.grt-menu {
		display:none;
		margin:0;
  		height: 0;
	}  

	ul.open-grt-menu {
		position: fixed;
		background:var(--color-blue1);
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		height:100%;
		float: none;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		z-index: 16000002;
	}

	.grt-mobile-button-open {
		position: fixed;
		z-index: 16000003;
		right:15px;
		top:25px;
	}

	.grt-mobile-button-open .line1 {
		-webkit-transform: rotate(-45deg) translate(-3px, 3px);
		transform: rotate(-45deg) translate(-3px, 3px);
	}

	.grt-mobile-button-open .line2 {opacity: 0;}
	
	.grt-mobile-button-open .line3 {
		-webkit-transform: rotate(45deg) translate(-7px, -7px);
		transform: rotate(45deg) translate(-7px, -7px);
	}

	ul.grt-menu li {
		display: block;
		line-height: 3.8em;
	}

	ul.grt-menu li a {
		padding: 6px 10px;
		font-size:26px;
		font-family: 'HelveticaLTStd-Roman';
	}

	ul.grt-menu li.grt-dropdown ul.grt-dropdown-list {
		width:100%;
		position: relative;
		display:none;
	}

	ul.grt-menu li.grt-dropdown ul.grt-dropdown-list li a {
		display: block;
		font-size: 17px;
	}

	ul.grt-menu li:not(:last-child) {
		margin-right: 0;
	}

	.my-header {
		top:20px;
	}

	.my-header nav {
		margin-right: 20px;
	}

	a.logowhite img {
		width: 120px;
	}

	.home-slider-img {
		width: calc(100% - 50px);
		height: 65vh;
		left: 50px;
		right: 0;
		top: 86px;
	}

	.home-slider-text .text-holder-slide {
		width:100%;
	}

	.home-slider-text .text-holder-slide {
		padding-left:50px;
		padding-bottom:20px;
	}

	.home-slider-text .text-holder-slide h2 {
		font-size: 24px;
		margin:0;
		position: absolute;
		display: block;
		z-index: 99;
		/* top: calc(65vh + 100px); */
		bottom: calc(17.5vh - 80px);
		width:calc(100% - 60px);

	}	

	.home-section2-img img {
		width: 64%;
	}

	.home-section2-text p {
		padding-left:30px;
		font-size:14px;
		line-height: 20px;
	}


	.office-section-slider {
		height: 190px;
	}

	.office-section-slider .office-section-slide {
		height: 190px;
	}

	.invest-image img {
		width: calc(70% - 16px);
		float: right;
		float: none;
		margin-bottom: 25px;
	}

	.invest-section-text h2 {
		font-size: 25px;
		padding: 0px 0 25px;
		max-width: 300px;
		font-weight: 700;
	}

	.invest-section-text p {
		padding-left: 30px;
		font-size: 14px;
		line-height: 20px;
	}

	.invest-section-text p:nth-of-type(2) {
		/* padding-left:0; */
	}

	.invest-section-text h5 {
		font-size:16px;
		margin-top: 15px;
		margin-bottom: 3px;
	}

	.invest-section-text h6 {
		font-size:16px;
	}

	.portfolio-section h2 {
		font-size: 28px;
	}

	.invest-image {
		margin-top: -40px;
		order:-1;
	}

	.numbers-employees span {
		font-size: 45px;
	}

	.numbers-employees i {
		font-size: 16px;
	}

	.numbers-employees-col1 {
		order:2;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom:25px;
	}

	.numbers-employees-col2 {
		order:1;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom:25px;
	}

	.numbers-employees-col3 {
		order:3;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.home-section2 {
		padding:40px 0;
	}

	.numbers-employees {
		padding-left:30px;
		margin-top:50px;
	}

	.office-section {
		padding: 0 0 60px 0;
	}

	a.portfolio-logo img {
		width:80%;
	}

	.my-footer {
		padding:40px 0;
	}

	ul.footer-list li a {
		font-family: 'HelveticaLTStd-Bold';
	}

	.footer-row {
		flex-direction: column;	
	}

	.footer-col4 p {
		margin-top:20px;
		text-align:left;
		font-size: 14px;
		line-height: 22px;
	}

	ul.social-icons-footer {
		justify-content: flex-start;
	}

	ul.social-icons-footer li:not(:last-child) {
		margin-right: 18px;
	}

	ul.social-icons-footer li a i {
		font-size: 22px;
	}

	.home-section2-text h2 {
		padding: 35px 0 0 0;
	}

	a.portfolio-logo {
		margin-bottom:16px;
		border-radius:12px;
	}
}


/* Who We Are Page */
.page-top-section {
	height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	position: relative;
}

.page-top-section:after {
	content: "";
    width: 1300px;
    background: url(../img/circle-blue1.svg) right center no-repeat;
    position: absolute;
    height: 1300px;
	top: 35vh;
	right:52%;
}
.page-top-section .home-slider-text {
	background: var(--color-grey1);
}

.page-top-section .home-slider-text .text-holder-slide h2 {
	color: var(--color-blue2);
	font-weight: 700;
}

@media (min-width:768px){
	ul.grt-menu-blue li a {
		color: var(--color-blue2);
		font-family: 'HelveticaLTStd-Roman';
	}
}

.go-to-next {
	display: inline-block;
	position: absolute;
	bottom:50px;
	left:50px;
	cursor:pointer;
	z-index:99;
}

.go-to-next i {
	font-size:42px;
	color:var(--color-blue2);
}

.go-to-next i:hover {
	color:var(--color-cyan1);
}

.page-top-section .home-slider-img .home-slider-img-slide {
	height:100%;
}

.page-top-section .home-slider-text .home-slider-text-slide {
    justify-content: flex-start;
}

.page-top-section  .home-slider-text .text-holder-slide {
	padding-left: 180px;
}

.page-section2 {
	padding:80px 0;
}

.page-section2 p {
	font-size: 20px;
	margin-top: 35px;
	margin-bottom: 0;
}

.page-section2 p:nth-child(2) {
	margin-top: 55px;
}

.page-section2-text {
	padding-top:70px;
}

.page-section2 h2 {
	color: var(--color-blue2);
    padding: 100px 0 0px;
    margin: 0;
    font-size: 47px;
	font-family: 'HelveticaLTStd-Bold';
	max-width: 94%;
	line-height: 52px;
}

.page-section2-img img {
	display: block;
	width:70%;
	padding-bottom: 45px;
    border-bottom: 2px solid var(--color-cyan1);
}

.page-services-section {
	padding: 20px 0 100px 0;
}

.services-accordion {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
}

.services-col {
	user-select:none;
}

.services-col h2 {
	color: var(--color-cyan1);
	font-family: 'Ogg-Regular';
	font-weight: 700;
	display:inline-block;
	position: relative;
	padding-right:45px;
	margin: 0 0 10px;
	cursor:pointer;
	font-size: 30px;
}

.services-col h2:after {
	content:"\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right:0;
	z-index: 9;
	display: inline-block;
	font-weight: normal;
}

ul.services-list {
	list-style: none;
	margin:0;
	padding: 15px 0 15px 0;
	line-height:1.75;
	font-size:16px;
	display:none;
}

ul.services-list li {
	display: block;
	font-size:16px;
}

.services-col h2.active:after {
	transform: rotateZ(-180deg);
}

.page-timeline {
	padding:80px 0;
	background: var(--color-cyan1);
}

.timeline-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
	z-index: 0;	
	color:#FFF;
}

.timeline-item {
	display: flex;
	position: relative;
	padding-top: 130px;
}

.timeline-content:before {
    content: "";
    height: 2px;
    background: #FFF;
    width: 100%;
    position: absolute;
	top: calc(50% - 20px);
}

.timeline-item i {
	display: block;
    font-style: normal;
    transform: rotate(-90deg) translateY(-50%);
    position: absolute;
    top: 0;
    left: calc(50% - 8px);
    font-size: 24px;
	font-family: 'SangBleuKingdom-Bold';
    font-weight: 700;
    letter-spacing: 1px;
}

.timeline-item:after {
	content:"";
	display:inline-block;
	width:18px;
	height:18px;
	border-radius:50%;
	border:2px solid #FFF;
	background:var(--color-cyan1);
	left: calc(50% - 9px);
	top: calc(50% - 28px);
    position: absolute;
}

.timeline-item .timeline-name {
	display: block;
}

.timeline-item .timeline-name span {
	display: block;
	padding: 8px 16px 2px;
	border-radius: 10px;
	background:#FFF;
	color:var(--color-cyan1);
	text-align: center;
	text-transform: uppercase;
}

.page-features-section {
	padding: 100px 0 60px;
}

.feature-col {
	padding-left:25px;
	margin-bottom:45px;
}

.feature-col h3 {
	color:var(--color-blue2);
	font-size:21px;
	font-family: 'HelveticaLTStd-Bold';
	margin:0;
}

.feature-col p {
	margin:10px 0 0 0;
	font-size:20px;
}

@media(min-width:1481px) {
	.feature-col p {
		max-width: 92%;
	}
}

.feature-icon {
	position: absolute;
	left:0;
	top:-5px;
	display: inline-block;
	width:30px;
	height:30px;
}

@media (max-width:1480px) {

	.page-top-section .home-slider-text .text-holder-slide {
		padding-left:100px;
	}

	.go-to-next {
		bottom:40px;
	}

	.page-top-section:after {
		display:none;
	}

	.page-section2 p {
		font-size: 18px;
		margin-top: 30px;
	}

	.page-section2 h2 {
		padding:70px 0 20px;
		font-size: 32px;
	}

	.feature-col p {
		font-size: 18px;
	}

	.feature-col h3 {
		font-size:21px;
	}



}

@media (max-width:1199px) {
	.page-top-section  .home-slider-text .text-holder-slide {
		padding-left:100px;
	}

	.go-to-next i {
		font-size:34px;
	}

	.go-to-next {
		bottom:46px;
	}

	.page-section2 p {
		font-size: 17px;
	}

	.page-section2-text {
		padding-top:30px;
	}

	.page-section2-img img {
		width: calc(100% - 40px);
	}

	.timeline-item {
		min-width: 33.33%;
		max-width: 33.33%;
		margin-bottom: 75px;
		padding-top: 70px;
	}

	.timeline-content:before {
		top: 48px;
	}

	.timeline-content:after {
		content: "";
		height: 2px;
		background: #FFF;
		width: 100%;
		position: absolute;
		top: calc(50% + 58px);
		z-index: -1;
	}

	.timeline-item i {
		transform: rotate(0);
		text-align:center;
		left: 0;
		right:0;
	}

	.timeline-item .timeline-name {
		margin-left:auto;
		margin-right:auto;
	}

	.timeline-item:after {
		top: 40px;
	}

	.page-section2 h2 {
		font-size:28px;
		line-height: 40px;
		max-width: 100%;
	}

	.feature-col p {
		font-size: 17px;
	}

	.feature-col h3 {
		font-size:19px;
	}

	.services-col h2 {
		font-size: 24px;
		padding-right: 35px;
	}

	.page-timeline {
		padding-bottom:5px;
	}

	
}

@media (max-width:991px) {

	.go-to-next {
		display: none;
	}	

	.page-top-section .home-slider-text .text-holder-slide {
		padding-left:25px;
	}

	.page-section2 {
		padding:60px 0;
	}

	.page-section2 p {
		font-size: 16px;
	}

	.page-section2-text {
		padding-top: 0;
	}

	.page-section2 h2 {
		font-size: 26px;
	}

	.services-accordion {
		/* flex-wrap: wrap; */
	}

	.services-col {
		/* max-width:33.33%;
		min-width:33.33%; */
	}

	.services-col h2 {
		font-size: 18px;
		padding-right:30px;
	}

	.services-col h2:after {
		top: 0px;
	}

	ul.services-list li {
		font-size:15px;
	}

	.page-services-section {
		padding: 20px 0 40px 0;
	}

	.feature-col p {
		font-size: 16px;
	}

	.page-features-section {
		padding:60px 0 40px;
	}

}

@media (max-width:767px) {

	.page-top-section .home-slider-img {
		height: 70vh;
	}
	.page-top-section  .home-slider-text .text-holder-slide {
		padding-left:50px;
	}

	.page-top-section  .home-slider-text .text-holder-slide h2 {
		width: calc(100% - 60px);
		font-size: 29px;
		bottom: calc(11vh - 57px);
	}

	.page-section2 {
		padding:40px 0 20px;
	}

	.page-section2-img img {
		width: 64%;
		border-bottom:0;
		padding-bottom: 0;
	}

	.page-section2 h2 {
		font-size: 18px;
		margin-bottom:0;
		padding-bottom: 0;
		padding-top:30px;
		line-height: 24px;
	}

	.page-timeline {
		padding: 60px 0 40px 0;
	}

	.services-col {
		max-width:100%;
		min-width:100%;
		margin-bottom: 10px;
	}

	.services-col h2 {
		padding-right:20px;
	}

	.page-section2 p {
		font-size: 14px;
		line-height:20px;
	}

	.timeline-item {
		min-width: 50%;
    	max-width: 50%;
	}

	.timeline-item .timeline-name span {
		font-size:14px;
	}

	.timeline-item i {
		font-size: 18px;
		position: static;
		display: inline-block;
		text-align: left;
		padding-bottom: 5px;
	}

	.timeline-item {
		min-width: 100%;
		max-width: 100%;
		padding-top: 0;
		padding-left: 40px;
		flex-direction: column;
		margin-bottom: 35px;
	}

	.timeline-item .timeline-name {
		margin-left: 0;
		display: inline-block;
	}

	.timeline-item .timeline-name span {
		font-size: 15px;
	}

	.timeline-item:after {
		top:4px;
		left: calc(50% - 9px);
	}

	.timeline-content:before {
		content: "";
		height: 100%;
		width: 1px;
		background: #FFF;
		width: 1px;
		position: absolute;
		top: -20px;
		left: 50%;
	}

	.timeline-content:after {
		display: none;
	}

	.timeline-content .timeline-item:nth-child(even) {
		padding-right: 55%;
		padding-left: 0;
	}

	.timeline-content .timeline-item:nth-child(odd) {
		padding-left: 55%;
	}

	.timeline-content .timeline-item:nth-child(even) i {
		text-align: right;
	}

	.timeline-content .timeline-item:nth-child(even) .timeline-name {
		margin-left: auto;
		margin-right: 0;
	}
	

	.feature-col p {
		font-size: 14px;
		margin-top:6px;
	}

	.feature-col h3 {
		font-size:16px;
	}

	.page-features-section {
		padding: 40px 0 0;
	}

	.page-section2 p:nth-child(2) {
		margin-top: 25px;
	}

	.services-accordion {
		flex-wrap: wrap;
	}

}


.social-section2 {
	padding: 80px 0;
}

.social-section2-img img {
    display: block;
    width: 70%;
}

.social-section2-text h2 {
    color: var(--color-blue2);
    padding: 0px;
	margin: 65px 0 0 0;
    font-size: 42px;
    font-family: 'HelveticaLTStd-Bold';
}

.social-section2 p {
	font-size: 20px;
    margin-top: 35px;
    margin-bottom: 0;
}

.social-site-row {
	padding-top:80px;
	padding-bottom:80px;
	border-top:1px solid #eeeeee;
}

.social-site-text h3 {
	font-size:18px;
	font-family: 'HelveticaLTStd-Bold';
	margin-bottom:15px;
}

.social-site-text ul {
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:15px;
}

.social-site-text ul li {
	font-size:16px;
}

.social-site-text p {
	font-size:16px;
}

a.social-site-logo {
	display:inline-block;
}

.social-site-logo img {
	width: 200px;
	height: auto;
}

.social-site-logo-last img {
	width: 150px;
}

.site-gallery {
	display: flex;
	justify-content: space-between;
	padding-top:60px;
	align-items: flex-start;
}

.site-gallery img {
	display:inline-block;
	width: auto;
    height: auto !important;
	max-width: calc(33.33% - 10px);
}

@media (max-width:1480px) {
	.social-section2 p {
		font-size: 18px;
		margin-top: 30px;
	}

	.social-section2-text h2 {
		font-size: 32px;
	}

}

@media (max-width: 1199px) {
	.social-section2 p {
		font-size: 17px;
	}

	.social-section2-text h2 {
		font-size: 28px;
	}

	.social-section2-img img {
		width: calc(100% - 40px);
	}

	.social-section2 {
		padding:60px 0;
	}

	.social-site-logo img {
		width:160px;
	}

	.social-site-logo img {
		width: 120px;
	}

	.social-site-row {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.social-site-text h3 {
		font-size: 16px;
	}

	.social-site-text ul li {
		font-size: 15px;
	}

	.social-site-text p {
		font-size:15px;
	}
}

@media (max-width:991px) {

	.social-section2 p {
		font-size: 16px;
	}

	.social-section2-text h2 {
		font-size: 22px;
	}
}

@media (max-width:767px) {

	.social-section2 {
		padding:40px 0;
	}

	.social-section2-text h2 {
		margin-top:35px;
	}

	.social-section2-img img {
		width: 64%;
	}

	.social-section2 p {
		font-size: 14px;
	}

	.social-section2-text h2 {
		font-size:18px
	}

	.social-site-row {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.social-site-text h3 {
		margin-top:35px;
		font-size: 16px;
	}

	.social-site-text ul li {
		font-size: 14px;
	}

	.social-site-text p {
		font-size:14px;
	}

	.social-site-logo img {
		width: 160px;
	}

	.social-site-logo-last img {
		width: 120px;
	}

	.site-gallery img {
		width: auto;
    	height: auto !important;
    	display: inline-block;
    	max-width: calc(33% - 5px);
	}

	.site-gallery {
		padding-top: 20px;
		align-items: center;
	}

}

.page-top-section-no-line:after {
	display:none;
}

.mini-menu-section {
	padding:50px 0;
	background: var(--color-cyan1);
	overflow: hidden;
}

ul.mini-menu {
	list-style: none;
	padding:0;
	margin: 0 -60px 0 -60px;
	display: flex;
    flex-flow: row wrap;
	justify-content: space-between;
	overflow-x:hidden;
}

ul.mini-menu li {
	display:inline-block;
	position:relative;
	padding-left:40px;
	padding-right:40px;
	flex: 1 1 auto;
	text-align: center;
	border-left:1px solid #FFF;

}

ul.mini-menu li:first-child {
	border-left:0;
}

ul.mini-menu li a {
	color:#FFF;
	display:inline-block;
	padding:3px;
	font-size:21px;
}

.portfolio-site-row {
	padding-top: 80px;
	padding-bottom: 80px;
	border-top: 1px solid #eeeeee;
}

.portfolio-site-row-first {
	border:0;
}

.portfolio-site-logo {
	display:inline-block;
}

.portfolio-site-logo img {
	width: 220px;
	height:auto;
}

.portfolio-site-text h3 {
	font-size: 18px;
    font-family: 'HelveticaLTStd-Bold';
	margin-bottom: 18px;
}

.portfolio-site-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 35px;
}

.portfolio-site-text ul li {
	display:inline-block;
	font-size:16px;
	position:relative;	
}

.portfolio-site-text ul li:not(:first-child) {
	padding-left:20px;
}

.portfolio-site-text ul li:not(:first-child):before {
	content: "-";
    color: var(--color-cyan1);
    position: absolute;
	left: 5px;
	font-family: 'HelveticaLTStd-Bold';
}

.portfolio-countries span {
	font-size:16px;
	display:inline-block;
	position:relative;
	margin-bottom:15px;
}

.portfolio-countries span:after {
    content: "";
    height: 2px;
    background: var(--color-cyan1);
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.portfolio-countries span:hover:after {
    animation-name: line1;
    animation-duration: 1.4s;
    animation-timing-function: ease;
}

.portfolio-info {
	padding-top:70px;
}

.portfolio-info-col {
	display:inline-block;
}

.portfolio-info .portfolio-info-col:not(:first-child) {
	padding-left:50px;
}

.portfolio-info-number {
	color:var(--color-cyan1);
	font-size:30px;
	display:block;
	font-family: 'SangBleuKingdom-Bold';
}

.portfolio-info-text {
	font-size:14px;
	display:block;
	text-transform: uppercase;
}

.portfolio-site-text p {
	font-size: 16px;
	margin:0 0 25px 0;
}

.portfolio-site-text h4 {
	font-size: 16px;
	margin:0 0 5px 0;
	color:var(--color-cyan1);
	font-family: 'HelveticaLTStd-Roman';
}

.portfolio-site-logo-ids img {
	width:100px;
}

.portfolio-homepal {
	margin-bottom:45px;
}

.portfolio-homepal h6 {
	position:relative;
	margin-top:10px;
	margin-bottom:0;
	font-size:16px;
}

.career-section {
	padding:80px 0;
	background: var(--color-blue2);
	color:#FFF;
}

.career-section h2 {
	font-size: 55px;
    margin-top: 0;
    margin-bottom: 55px;
    font-family: 'Ogg-Regular';
    line-height: 1.35;
}

.link-col {
	margin-bottom:45px;
}

.link-col span {
	font-size:20px;
	position:relative;
	overflow:hidden;
	display: block;
}

.link-col span:after {
	content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
	border-top: 1px solid var(--color-cyan1);
}

.link-col a {
	display:inline-block;
	position:absolute;
	right:0;
	background: var(--color-blue2);
	padding-left:10px;
}

.link-col a img {
	width:17px;
	height:17px;
}

.career-section p {
	margin:10px 0 0 0;
	font-size:15px;
}

@media (min-width:768px) {
	.portfolio-homepal h6:after {
		content:"";
		position: absolute;
		width:5px;
		height:5px;
		background:var(--color-cyan1);
		border-radius:50%;
		top: 3px;
		left:-14px;
		display:inline-block;
	}
}

@media (max-width:1480px) {
	.portfolio-info .portfolio-info-col:not(:first-child) {
		padding-left:30px;
	}

	.portfolio-info-number {
		font-size:26px;
	}
	
	.portfolio-info-text {
		font-size:15px;
	}

	ul.mini-menu li a {
		font-size:18px;
	}

	ul.mini-menu {
		justify-content: center;
		margin: 0 -30px 0 -30px;
	}

	ul.mini-menu li {
		padding-left: 30px;
		padding-right: 30px;
	}

	.career-section h2 {
		font-size: 50px;
	}
}

@media (max-width:1199px) {
	.portfolio-info {
		padding-top:30px;
	}

	.portfolio-info .portfolio-info-col:not(:first-child) {
		padding-left:0;
	}

	.portfolio-info-col {
		display:block;
	}

	.portfolio-info-number {
		font-size:21px;
	}
	
	.portfolio-info-text {
		font-size:14px;
	}

	.portfolio-countries .row .col-md-4:not(:first-child) span {
		margin-right:15px;
	}

	.portfolio-countries span {
		font-size: 15px;
	}

	.portfolio-site-text ul li {
		font-size:15px;
	}

	.portfolio-site-text p {
		font-size: 15px;
	}

	.portfolio-site-text h4 {
		font-size: 15px;
	}

	ul.mini-menu {
		margin-left:-25px;
		margin-right:-25px;
		justify-content: start;
	}

	ul.mini-menu li a {
		padding:0;
		font-size:17px;
	}

	ul.mini-menu li {
		width:20%;
		margin-bottom: 20px;
		text-align: center;
	}

	ul.mini-menu li:nth-child(6) {
		border:0;
	}

	.mini-menu-section {
		padding: 40px 0 20px;
	}

	.portfolio-site-row {
		padding: 60px 0;
	}

	.career-section {
		padding: 60px 0;
	}

	.career-section h2 {
		font-size: 42px;
	}
}

@media (max-width:991px) {
	ul.mini-menu li {
		width:20%;
		margin-bottom: 20px;
		text-align: center;
	}

	ul.mini-menu li:nth-child(6) {
		/* border-right:1px solid #FFF; */
	}

	.mini-menu-section {
		padding: 40px 0 20px 0;
	}

	ul.mini-menu li a {
		padding: 0;
		font-size: 16px;
	}

	.career-section h2 {
		font-size: 36px;
	}

	.link-col span {
		font-size: 18px;
	}
}

@media (max-width:767px) {
	ul.mini-menu {
		margin-left: -20px;
		margin-right: -20px;
	}

	ul.mini-menu li {
		width:50%;
		flex: 0 0 auto;
	}

	ul.mini-menu li:nth-child(even) {
		border-left:1px solid #FFF;
	}

	ul.mini-menu li:nth-child(odd) {
		border:0;
	}

	ul.mini-menu li a {
		padding: 0;
		font-size: 15px;
	}

	.career-section h2 {
		font-size: 22px;
		margin-bottom: 45px;
	}

	.link-col {
		margin-bottom:35px;
	}

	.career-section h2 br {
		display:none;
	}

	.portfolio-site-row {
		padding: 40px 0;
	}

	.portfolio-site-logo img {
		width: 156px;
	}

	.portfolio-site-logo-ids img {
		width: 80px
	}

	.portfolio-info-number {
		font-size: 18px;
	}

	.portfolio-info-col {
		margin-bottom:10px;
	}

	.portfolio-site-text h3 {
		margin-top:15px;
		margin-bottom:10px;
	}

	.portfolio-site-text h3 {
		font-size: 16px;
	}

	.portfolio-site-text ul li {
		font-size: 14px;
	}

	.career-section {
		padding: 40px 0;
	}

	.col-country-auto {
		flex: 0 0 auto;
    	width: auto;
		max-width: 100%;
	}
}

.contact-page-side {
	display: flex;
	justify-content: center;
	width: 41.666667%;
	height: 100%;
}

.contact-page-side-container {
	max-width:500px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display: flex;
    align-items: center;
}

.contact-page-side-container label {
	display:block;
	margin:0 0 5px 0;
	padding:0;
	color:var(--color-blue2);
	font-family: 'HelveticaLTStd-Bold';
	font-size:18px;
	line-height:1.2;
}

.contact-page-side-container input[type="text"] {
	height:32px;
	line-height:32px;
	background:transparent;
	box-shadow:none;
	outline:0;
	border:0;
	border-bottom:1px solid #ddd;
	color:#000;
	display:block;
	width:100%;
	border-radius:0;
	margin-bottom:25px;
}

.contact-page-side-container input[type="submit"] {
	height:38px;
	line-height:38px;
	box-shadow:none;
	outline:0;
	border:0;
	padding:0;
	margin:0;
	border-bottom:1px solid #ddd;
	background:var(--color-cyan1);
	color:#FFF;
	padding-left:25px;
	padding-right:25px;
	border-radius:25px;
	cursor:pointer;
}

.contact-page-side-container select {
	height:38px;
	line-height:38px;
	box-shadow:none;
	outline:0;
	border:0;
	border-bottom:1px solid #ddd;
	background:transparent;
	color:#000;
	padding:0;
	border-radius:0;
	margin:0;
	cursor:pointer;
	width:100%;
	margin-bottom:25px;
}


.contact-page-side-container textarea {
	width:100%;
	height:140px;
	line-height:32px;
	background:transparent;
	box-shadow:none;
	outline:0;
	border:0;
	border:1px solid #ddd;
	color:#000;
	display:block;
	width:100%;
	margin-bottom:25px;
}

.page-top-section-contact .home-slider-text .text-holder-slide {
	align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.page-top-section-contact .home-slider-text .text-holder-slide h5 {
	width: 70%;
	margin-right: 45px;
	color: #FFF;
	font-weight: normal;
}

.page-top-section-contact .home-slider-text {
	background: var(--color-blue1);
}

.page-top-section-contact .home-slider-text .text-holder-slide h2 {
	color:#FFF;
    font-weight: normal;
}

.page-top-section-contact  .go-to-next i {
	color:#FFF;
}

.page-top-section-contact .go-to-next i:hover {
	color:var(--color-cyan1);
}

@media (max-width:1480px) {
	.contact-page-side {
		width: 36.666667%;
	}

	.contact-page-side-container input[type="text"] {
		margin-bottom:15px;
	}

	.contact-page-side-container textarea {
		margin-bottom:15px;
	}

	.contact-page-side-container select {
		margin-bottom:15px;
	}

	.contact-page-side-container label {
		font-size:16px;
	}
}


@media (max-width: 1199px) {
	.contact-page-side {
		width: 100%;
	}

	.page-top-section-contact {
		height:auto;
	}

	.page-top-section-contact .home-slider-text {
		height:auto;
	}

	.page-top-section-contact .home-slider-text .home-slider-text-slide {
		height:auto;
	}

	.page-top-section-contact .home-slider-text .text-holder-slide {
		height: auto;
		padding-top: 130px;
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}

	.page-top-section-contact .home-slider-text .text-holder-slide h5 {
		width:100%;
		font-size:17px;
		margin-top:10px;
	}

	.page-top-section-contact .home-slider-text .text-holder-slide h5 br {
		display:none;
	}

	.contact-page-side-container {
		padding-top:40px;
		padding-bottom:40px;
	}
	
	.contact-page-side-container {
		max-width: 100%;
	}

	.page-top-section-contact .go-to-next {
		display:none;
	}

}

@media (max-width:767px) {
	.page-top-section-contact .home-slider-text .text-holder-slide h2 {
		font-size:29px;
		position:static;
	}

}

.map-section {
	display: flex;
	flex-wrap: wrap;
	height:600px;
}

.map-section-left {
	display:flex;
	width: 58.333333%;
	align-items: flex-end;
}

.map-section-right {
	background:#FFF;
	width: 100%;
}

.map-section-left-text {
	padding-left: 180px;
	padding-bottom:60px;
}

.map-section-left-text h3 {
	font-family: 'HelveticaLTStd-Bold';
	margin-top:0;
	margin-bottom:10px;
	font-size:28px;
}

.map-section-left-text p {
	margin:0;
	font-size:18px;
}

.map-section-left-text a {
	color:#000;
}

.map-section-right iframe {
	height:600px;
}

@media (max-width:1480px) {
	.map-section-left {
		width: 50%;
	}
	
	.map-section-right {
		width: 100%;
	}

	.map-section-left-text {
		padding-left:100px;
		padding-bottom:40px;
	}
}

@media (max-width:1199px) {
	.map-section-left {
		width: 50%;
	}
	
	.map-section-right {
		width: 100%;
	}
}

@media (max-width:991px) {
	.map-section {
		flex-wrap: wrap;
		flex-direction: row;
		height:auto;
	}

	.map-section-left {
		width: 100%;
	}
	
	.map-section-right {
		width: 100%;
	}

	.map-section-left-text {
		padding-left: 20px;
		padding-top:20px;
		padding-bottom: 40px;
	}

	.map-section-left-text h3 {
		font-size:22px;
	}

	.map-section-left-text p {
		font-size:15px;
	}	

	.map-section-right iframe {
		height: 300px;
	}
	
}


@media (min-width:992px) and (max-width:1199px) {
	ul.grt-menu li:not(:last-child) {
		margin-right: 46px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	ul.grt-menu li:not(:last-child) {
		margin-right: 20px;
	}
}


#successmsg {
	font-family: 'HelveticaLTStd-Bold';
}


.error-msg1 {
	padding-top:25px;
	color:var(--color-cyan1);
}

.error-msg2 {
	padding-top:25px;
	color:#dc2222;
}


/* Scroll to top */
#toTop {
	position:absolute;
	z-index:999;
	top:40px;
	right:40px;
}

#toTop .fa {
	font-size:54px;
	color:var(--color-cyan1);
	cursor:pointer;
	padding:5px;
}

@media (max-width:1738px) {
	#toTop {
		display:none;
	}
}

@media (max-width:767px) {
	.page-top-section-contact .home-slider-text .text-holder-slide h5 {
		font-size: 15px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.contact-page-side-container input[type="text"] {
		margin-bottom:15px;
		line-height: 25px;
    	height: 25px;
	}

	.contact-page-side-container textarea {
		margin-bottom:15px;
		line-height: 25px;
		height: 120px;
	}

	.contact-page-side-container select {
		margin-bottom: 15px;
    	line-height: 25px;
    	height: 25px;
	}

	.contact-page-side-container label {
		font-size:15px;
	}

	.page-top-section-contact .home-slider-text .text-holder-slide {
		padding-left: 20px;
		padding-right: 20px;
	}
}