/*
 Theme Name:   Twenty Nineteen Child
 Theme URI:    http://example.com/twenty-nineteen-child/
 Description:  Twenty Nineteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentynineteenchild
*/

/** Start Your CSS Here **/
* {
	box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-top: 0;
}
section h3, section h4, section h5, section h6 {
	font-family: 'Source Sans Pro', sans-serif;
}
a, button, input[type="submit"] {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
a {
	text-decoration: none;
	color: inherit;
}
p {
	margin-top: 0;
	margin-bottom: 35px;
	font-weight: 400;
}
.color-blue {
	color: #00a9f4;
}
.color-blue:hover {
	color: #96ddf9;
}
.section-anchor {
    position: absolute;
    top: -40px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.gg-contain {
	display: block;
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
}
.gg-flex {
	display: flex;
	flex-wrap: wrap;
}
.align-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-space-between {
	justify-content: space-between;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.gg-half {
	flex: 0 0 50%;
}
.gg-one-third {
	flex: 0 0 33.333333%;
}
.gg-two-third {
	flex: 0 0 66.666666%;
}
.gg-one-fourth {
	flex: 0 0 25%;
}
.gg-three-fourth {
	flex: 75%;
}
.gg-one-fifth {
	flex: 0 0 20%;
}
.slick-arrow {
	cursor: pointer;
}
.mobile {
    display: none;
}
.blue-btn {
	display: inline-block;
	padding: 18px 34px;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	border: 4px solid #00a9f4;
	color: #00a9f4;
}
.blue-btn:hover {
	background-color: #00a9f4;
	color: #041b2c;
}
p:last-child {
	margin-bottom: 0;
}
#gg-header {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 999;
    padding: 30px 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#gg-header.sticky {
    position: fixed;
    top: 0;
    background-color: #041b2b;
    padding: 10px 0;
}
#gg-header * {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#gg-header img {
	width: 100%;
    max-width: 280px;
	height: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#gg-header.sticky img {
    max-width: 200px;
}
#gg-header a:hover {
	color: #00a9f4 !important;
}
#gg-tophead {
    text-align: right;
}
#gg-tophead a {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	color: #96ddf9;
}
/*#gg-tophead a:first-child {
    margin-right: 25px;
}*/
#gg-mainhead-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
#menu-primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
#menu-primary-menu .menu-item {
    padding: 0 30px;
}
#menu-primary-menu .menu-item > a {
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}
#menu-primary-menu .menu-item a, #popupmenu i {
	font-size: 18px;
	line-height: 1;
	color: #bdbec3;
}
#menu-primary-menu .menu-item.current-menu-item a {
	font-weight: 700;
}
#popupmenu {
	position: relative;
}
#menu-popup-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-popup-menu li {
	background-color: rgba(0,0,0,0.6);
	border-bottom: 1px solid rgba(244,141,163,0.2);
	text-align: left;
	padding: 0 20px;
}
#gg-header.sticky #menu-popup-menu li {
    background-color: rgba(0,0,0,0.9);
}
#menu-popup-menu li:last-child {
	border-bottom: none;
}
#menu-popup-menu li a {
	color: #b8b9ba;
	padding: 12px 0;
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}
#gg-mainhead-mav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#popupmenu .menu-popup-menu-container {
    position: absolute;
	display: block;
    width: 165px;
    top: 130%;
    right: 0;
    text-align: center;
}
#gg-header.sticky #popupmenu .menu-popup-menu-container {
    top: 187%;
}
#menu-popup-menu {
	opacity: 0;
	visibility: hidden;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#menu-popup-menu.show {
	opacity: 1;
	visibility: visible;
	max-height: 999px;
}
#mobile-menu-trigger {
	display: none;
}
#wwd-clicker {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 5px;
    height: 5px;
    display: block;
    z-index: 9999999999999;
}
#hpsec1 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 100vh;
    background-color: #041b2b;
    color: #fff;
	overflow: hidden;
}
#hpsec1 .gg-contain {
    padding-top: 40px;
}
#hpsec1-content .span-spacer {
	display: block;
	width: 100%;
}
#hpsec1-socialbar a:hover {
	color: #00a9f4;
}
#hpsec1::after {
    content: '';
    position: absolute;
    bottom: -130px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 230px;
    margin: 0 auto;
    max-width: 1130px;
    border-left: 1px solid #999;
}
#hpsec1 h1 {
	font-size: 61px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 15px;
}
#hpsec1 h2 {
	font-size: 18px;
	line-height: 1.8;
	font-weight: 300;
	margin-bottom: 30px;
}
#hpsec1 h2 p {
    text-indent: 7em;
}
.gg-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gg-padded-row {
	margin-left: -15px;
	margin-right: -15px;
}
#hpsec1 .gg-row {
    position: relative;
    z-index: 1;
    justify-content: space-between;
}
#hpsec1-content {
    max-width: 700px;
}
#hpsec1-content a {
    color: #00a9f4;
    border: 4px solid #00a9f4;
    padding: 14px 30px;
    display: inline-block;
    line-height: 1;
	font-weight: 700;
}
#hpsec1-content a:hover {
	background-color: #00a9f4;
	color: #041b2c;
}
#hpsec1-image {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    max-width: 1070px;
    margin: 0 auto;
}
#hpsec1-socialbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 50px;
    max-height: 370px;
}
#hpsec1-socialbar a {
    font-size: 16px;
    line-height: 1;
    color: #9ba4ab;
}
#hpsec1-socialbar::before {
    content: '';
    width: 1px;
    flex: 1;
    background-color: #9ba4ab;
    order: 2;
    margin: 5px 0;
}
#hpsec1-socialbar .email {
    order: 1;
    margin-bottom: 25px;
}
#hpsec1-socialbar .social {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
	order: 3;
	margin-top: 10px;
}
#hpsec2 {
    padding-top: 100px;
}
#hpsec1-socialbar .social a {
    margin: 10px 0;
}
#hpsec2 .gg-row {
	align-items: flex-end;
	justify-content: space-between;
}
#hpsec2-content {
    flex: 0 0 55%;
    max-width: 55%;
}
#hpsec2-content h4 {
	font-size: 24px;
	line-height: 1.8;
	font-weight: 400;
}
#hpsec2-content h4 b {
	color: #26aff5;
}
#hpsec2-content .button-wrap {
    display: block;
    text-align: right;
}
#hpsec2-slider {
    margin: 0 0 30px;
    max-width: 425px;
    margin-left: auto;
    margin-right: 80px;
}
#hpsec2-slider h5 {
	font-size: 14px;
	line-height: 1.4;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-family: 'Source Sans Pro', sans-serif;
}
#hpsec2-slider p {
	margin-bottom: 0;
}
#hpsec2-slider .slick-arrow {
    position: absolute;
    top: 50%;
}
#hpsec2-slider .slick-arrow.fa-chevron-left {
    left: -20px;
}
#hpsec2-slider .slick-arrow.fa-chevron-right {
    right: -20px;
}
#hpsec2-slider .slick-dots {
    display: inline-block;
    width: auto;
    right: 0;
}
#hpsec2-slider .slick-dots li, #hpsec7-slidenav .slick-dots li {
	height: auto;
}
#hpsec2-slider .slick-dots li button, #hpsec7-slidenav .slick-dots li button {
    width: 17px;
    height: 4px;
    background-color: #999;
    padding: 0;
}
#hpsec2-slider .slick-dots li.slick-active button, #hpsec2-slider .slick-dots li button:hover, #hpsec7-slidenav .slick-dots li.slick-active button, #hpsec7-slidenav .slick-dots li button:hover {
	background-color: #26aff5;
}
#hpsec2-slider .slick-dots li button::before, #hpsec7-slidenav .slick-dots li button::before {
	content: unset;
}
#hpsec2-img {
    flex: 0 0 45%;
    max-width: 45%;
    padding-right: 80px;
}
#hpsec2-img span {
    padding-bottom: 150%;
    padding-top: 10px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-left: auto;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.28));
}
#hpsec2-content .cont-top {
    padding-right: 80px;
}
#hpsec2-vline {
    max-width: 505px;
    height: 1px;
    background-color: #999;
    display: block;
    margin: 70px 0;
    margin-left: auto;
}
#hpsec3 {
    padding-top: 156px;
    position: relative;
}
#hpsec3-img, #hpsec3-right {
    flex: 0 0 50%;
    max-width: 50%;
}
#hpsec3-img {
    text-align: center;
}
#hpsec3-hwrap h5 {
    font-size: 20px;
    line-height: 1;
    padding: 10px 0;
    font-weight: 400;
    margin-bottom: 0;
	letter-spacing: 1px;
}
#hpsec3-hwrap h5.slick-center {
    font-size: 26px;
    color: #00a9f4;
    font-weight: 700;
}
#hpsec3-vslider-head, #hpsec3-vslider-cont {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 40px;
}
#hpsec3-vslider-head {
	padding-right: 40px;
}
#hpsec3-vslider-cont {
	padding-left: 40px;
}
#hpsec3-vslider {
    align-items: center;
    width: 100%;
}
#hpsec3-hwrap {
    text-align: right;
}
#hpsec3-hwrap .slick-arrow {
    position: absolute;
    right: 0;
    color: #999;
}
#hpsec3-hwrap .fa-chevron-up {
	top: -15px;
}
#hpsec3-hwrap .fa-chevron-down {
	bottom: -15px;
}
#hpsec3-hwrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.99) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.99) 1%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
    z-index: 1;
}
#hpsec3-hwrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 1%, rgba(255,255,255,1) 99%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 1%,rgba(255,255,255,1) 99%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    z-index: 1;
}
#hpsec3-right {
	position: relative;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
#hpsec3-right h4 {
	position: absolute;
    top: 0;
    width: 50%;
    text-align: right;
    padding-right: 40px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
#hpsec3-cwrap .slick-arrow {
	visibility: hidden;
	opacity: 0;
}
#hpsec3-vline {
    position: absolute;
    width: 100%;
    max-width: 1130px;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
}
#hpsec3-vline span {
    display: block;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
#hpsec3-vline span::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #999;
    margin: 0 auto;
    display: block;
}
#hpsec3 .gg-contain {
    position: relative;
    z-index: 1;
}
#hpsec3::after {
    content: '';
    position: absolute;
    display: block;
    width: 258px;
    height: 654px;
    right: 0;
    bottom: -210px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
#hpsec4 {
    padding-top: 150px;
    position: relative;
}
#hpsec4::before {
    content: '';
    position: absolute;
    top: 170px;
    left: 0;
    height: 1px;
    width: 5%;
    max-width: 129px;
    background-color: #999;
}
#hpsec4 .gg-row .hpsec4-icon {
    display: block;
    width: 57px;
    height: 57px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-bottom: 60px;
}
#hpsec4 h4 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
#hpsec4 h5 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}
#hpsec4 h5 {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 45px;
}
#hpsec4 .gg-row.justify1 {
	justify-content: flex-start;
}
#hpsec4 .gg-row.justify2 {
	justify-content: center;
}
#hpsec4 .gg-row.justify3 {
	justify-content: flex-end;
}
#hpsec4 .hpsec4-column p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
}
#hpsec4 .hpsec4-column ul {
	display: none;
    margin: 0;
    padding: 0;
    list-style: none;
}
#hpsec4 .hpsec4-column.active ul {
	display: block;
}
#hpsec4 .hpsec4-column ul li.bold {
    font-weight: 700;
}
#hpsec4 .hpsec4-column ul li {
    padding-left: 15px;
    position: relative;
    line-height: 1;
    margin-bottom: 16px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#hpsec4 .hpsec4-column ul li:hover {
    font-weight: 700;
}
#hpsec4 .hpsec4-column ul li:last-child {
	margin-bottom: 0;
}
#hpsec4 .hpsec4-column ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #00a2ea;
}
#hpsec4 .hpsec4-column {
	position: relative;
    background-blend-mode: overlay !important;
    background-color: rgba(255,255,255,1);
	flex: 0 0 20%;
    max-width: 20%;
    padding: 35px;
    border: 1px solid #999;
    margin: 0 20px;
    position: relative;
    padding-bottom: 70px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#hpsec4 .hpsec4-column::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#hpsec4 .hpsec4-column.active::before {
	opacity: 1;
}
#hpsec4 .hpsec4-column .hpsec4-column-content {
    position: relative;
}
#hpsec4-column1 {
	margin-left: 0 !important;
}
#hpsec4-column3 {
	margin-right: 0 !important;
}
#hpsec4 .hpsec4-column.active {
    color: #fff;
    flex: 1;
    max-width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255,255,255,0);
}
#hpsec4 .hpsec4-column i {
	position: absolute;
	bottom: 35px;
	left: 35px;
	color: #00a9f4;
	cursor: pointer;
}
#hpsec4 .hpsec4-column.active i {
	left: unset;
	right: 35px;
	transform: rotate(180deg);
}
#hpsec4-column1.active {
    left: 0;
}
#hpsec5 {
    position: relative;
    padding: 150px 0 150px;
}
#hpsec5 h4 {
    font-size: 24px;
    line-height: 1;
	margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
}
#hpsec5-list-wrap {
	text-align: center;
	position: relative;
}
#hpsec5-list-wrap img {
	width: 100%;
	max-width: 550px;
}
#hpsec5-list-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 80px;
    height: 0;
    padding-bottom: 57px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}
#hpsec5-list {
    position: absolute;
	width: 100%;
	max-width: 1130px;
	margin: 0 auto;
    top: 0;
	left: 0;
	right: 0;
}
#hpsec5-list .hpsec5-item {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 600;
    padding-bottom: 6px;
    position: relative;
}
#hpsec5-list .hpsec5-item::after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #999;
	left: 0;
	right: 0;
	bottom: 0;
}
#hpsec5-list .hpsec5-item:nth-child(1) {
    margin-bottom: 40px;
	max-width: 565px;
	text-align: right;
	margin-left: auto;
}
#hpsec5-list .hpsec5-item:nth-child(2) {
    margin-bottom: -24px;
	max-width: 417px;
	text-align: left;
	margin-right: auto;
}
#hpsec5-list .hpsec5-item:nth-child(3) {
    margin-bottom: 80px;
	max-width: 339px;
	text-align: right;
	margin-left: auto;
}
#hpsec5-list .hpsec5-item:nth-child(4) {
    margin-bottom: -40px;
	max-width: 324px;
	text-align: left;
	margin-right: auto;
}
#hpsec5-list .hpsec5-item:nth-child(5) {
    margin-bottom: 90px;
	max-width: 370px;
	text-align: right;
	margin-left: auto;
}
#hpsec5-list .hpsec5-item:nth-child(6) {
    margin-bottom: -30px;
	max-width: 418px;
	text-align: left;
	margin-right: auto;
}
#hpsec5-list .hpsec5-item:nth-child(7) {
	max-width: 364px;
	text-align: right;
	margin-left: auto;
}
#hpsec6 .gg-row {
    align-items: center;
    justify-content: center;
}
#hpsec6 .partner-logo {
    margin: 0 2%;
    max-width: 20%;
}
#hpsec6 .partner-logo img {
    width: 100%;
    filter: brightness(0.9);
}
#hpsec6 {
    padding: 80px 0;
    background-color: #e9ebeb;
}
#hpsec7 {
	position: relative;
}
#hpsec7::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 58px;
    width: 343px;
	max-width: 100%;
    height: 845px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}
#hpsec7 .gg-contain {
	position: relative;
	z-index: 1;
}
#hpsec7 .gg-row {
	position: relative;
}
#hpsec7-slidenav {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 100%;
    margin-bottom: 0;
}
#hpsec7-slidenav .slick-dots {
    text-align: right;
    bottom: 0;
    padding-right: 40px;
}
#hpsec7-slidenav span {
	display: block;
	width: 100px;
	height: 1px;
}
#hpsec7 h4 {
	margin-bottom: 100px;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
#hpsec7 .gg-row {
    width: 70%;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 158px;
	padding-bottom: 150px;
    padding-right: 40px;
    border-right: 1px solid #999;
}
#hpsec7-slider {
    width: 100%;
    max-width: 650px;
    text-align: center;
}
#hpsec7 h5.name {
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#hpsec7 small {
    font-size: 14px;
    line-height: 1;
    font-style: italic;
}
#hpsec7 .slick-arrow {
    top: 50%;
    position: absolute;
    color: #999;
}
#hpsec7 .slick-arrow.fa-chevron-left {
	left: -15px;
}
#hpsec7 .slick-arrow.fa-chevron-right {
	right: -15px;
}
#hpsec7-imgs {
    width: 30%;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: flex-start;
	padding-top: 158px;
}
#hpsec7-imgslider {
	width: 100%;
}
#hpsec7-imgslider .slide-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.28));
}
#hpsec8 {
    padding: 150px 0;
}
#hpsec8 h4 {
    font-size: 24px;
    line-height: 1.2;
	margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
}
#hpsec8 h5 {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 0;
}
#hpsec8-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#hpsec8-group .hpsec8-item {
	padding: 0 2%;
    display: flex;
    justify-content: center;
    border-left: 1px solid #999;
}
#hpsec8-group .hpsec8-item:first-child {
	border-left: none;
}
#hpsec8-group .hpsec8-item::before {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #98dbf8;
    margin-right: 20px;
}
#hpsec8-group .hpsec8-item:nth-child(1)::before {
    content: '1';
}
#hpsec8-group .hpsec8-item:nth-child(2)::before {
    content: '2';
}
#hpsec8-group .hpsec8-item:nth-child(3)::before {
    content: '3';
}
#hpsec8-group .hpsec8-item:nth-child(4)::before {
    content: '4';
}
#hpsec8-group .hpsec8-item:nth-child(5)::before {
    content: '5';
}
#hpsec9 {
	position: relative;
	padding: 100px 0;
	background-color: #041b2c;
}
#hpsec9::before, #hpsec9::after {
	content: '';
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -100px;
	width: 30%;
}
#hpsec9::before {
	top: 10px;
	left: 0;
	background-position: top left;
}
#hpsec9::after {
	top: 70px;
	right: 0;
	background-position: top right;
}
#hpsec9 h3, #hpsec9 h4 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}
#hpsec9 h4 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 0;
}
#hpsec9 h3 {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 60px;
	position: relative;
}
#hpsec9 h3 a {
    font-size: 18px;
    line-height: 1.4;
	position: absolute;
	right: 0;
	bottom: 0;
}
#hpsec9 h3 a i {
	margin-right: 5px;
}
#hpsec9-cform-wrap {
    max-width: 720px;
    width: 95%;
    margin: 0 auto;
}
#hpsec9-cform-wrap form .wpforms-error {
    color: #fff;
}
#hpsec9-cform-wrap form input[type="text"], #hpsec9-cform-wrap form input[type="email"], #hpsec9-cform-wrap form textarea {
    font-family: 'Montserrat',san-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: transparent;
    color: #fff;
    border: 1px solid #4d5d69;
    border-radius: unset;
	height: unset;
	padding: 20px 20px;
}
#hpsec9-cform-wrap form textarea {
	font-style: italic;
}
#hpsec9-cform-wrap form .wpforms-submit {
    font-size: 11px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #00a9f4;
    background-color: transparent;
    border: 4px solid #00a9f4;
    padding: 16px 60px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 35px;
}
#hpsec9-cform-wrap form .wpforms-submit:hover {
    color: #041b2c;
    background-color: #00a9f4;
}
#hpsec9 h3::after {
    content: '';
    height: 1px;
    width: 42%;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 90%;
    right: 190px;
}
#hpsec9 .gg-contain {
	position: relative;
	z-index: 1;
}
#hpsec9-social .social {
    display: flex;
    flex-wrap: wrarp;
    flex-direction: column;
	position: absolute;
	right: 0;
	bottom: 95px;
	text-align: center;
}
#hpsec9-social .social a {
    font-size: 16px;
}
#hpsec9-social .social {
    display: flex;
    flex-wrap: wrarp;
    flex-direction: column;
    position: absolute;
    right: 0;
    margin-bottom: 10px;
}
#hpsec9-social .social::before {
	content: '';
	display: block;
	width: 1px;
	height: 250px;
	background-color: #fff;
	margin-bottom: 5px;
	margin-bottom: 30px;
	left: 0;
	right: 0;
	margin: 0 auto 30px;	
}
#hpsec9-cform-wrap form textarea {
    min-height: 195px;
}
#hpsec9-social a {
	color: #fff;
}
#hpsec9 a:hover {
	color: #03aff1;
}
#gg-footer {
    background-color: #041b2c;
    color: #fff;
    padding-top: 40px;
}
#gg-footer a:hover {
	color: #03aff1;
}
#gg-footer p {
	margin-bottom: 0;
}
#top-footer {
	position: relative;
}
#top-footer .gg-contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#footer-phone a {
    font-size: 18px;
}
#top-footer .gg-contain .top-footer-col {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#footer-logo {
	text-align: center;
}
#footer-phone {
	text-align: right;
}
#top-footer::before {
    content: '';
    position: absolute;
    display: block;
    width: 5%;
    height: 1px;
    background-color: #999;
	left: 0;
	top: 45%;
}
#top-footer::after {
    content: '';
    position: absolute;
    display: block;
    width: 5%;
    height: 1px;
    background-color: #999;
	right: 0;
	top: 45%;
}
#bot-footer {
    text-align: center;
    text-transform: uppercase;
    font-size: 9px;
    padding: 80px 0;
}
#bot-footer p, #bot-footer a {
	color: #aaa;
}
#bot-footer a:hover {
	color: #03aff1;
}
/* Inner Page */
#inner-page-hero {
	background-image: url('/wp-content/uploads/2019/07/page-hero-background-image.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	text-align: center;
}
#inner-page-hero h1 {
	font-size: 48px;
	line-height: 1.2;
	text-transform: uppercase;
}
#inner-page-hero .gg-contain {
	padding: 200px 0 145px;
	position: relative;
}
#inner-page-socialbar {
    position: absolute;
    right: 0;
    top: 280px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
	z-index: 9;
}
#inner-page-socialbar a {
	color: #9ba4ab;
}
#inner-page-socialbar a:hover {
	color: #00a9f4;
}
#inner-page-socialbar .email {
    padding-bottom: 26px;
}
#inner-page-socialbar .social-divider {
    background-color: #9ba4ab;
    height: 190px;
    width: 1px;
}
#inner-page-socialbar .social {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#inner-page-socialbar .social a {
    padding-top: 20px;
	font-size: 18px;
	line-height: 1;
}
#inner-page-content {
	position: relative;
}
#bg-img01, #bg-img02, #bg-img03, #bg-img04, #bg-img05 {
	position: absolute;
	display: block;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}
/* What We Do */
.services-item-paragraph ul {
    display: flex;
    flex-wrap: wrap;
	text-align: left;
}
.services-item-paragraph ul li {
    flex: 0 0 50%;
    max-width: 50%;
	padding: 0 10px;
}
.services-item .blue-link-text {
    margin-top: 35px;
    display: inline-block;
    color: #00a9f4;
    font-size: 18px;
    text-decoration: underline;
}
.services-item .blue-link-text:hover {
	color: #041b2c;
}
.hash-target {
    top: -120px;
    position: absolute;
    display: block;
    width: 100%;
}
#whatwedosec1 {
    padding: 80px 0;
}
#whatwedosec1-icons-list {
    margin: 0 auto 45px;
}
#whatwedosec1-icons-list .gg-one-third {
	position: relative;
    text-align: center;
	filter: grayscale(1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	max-width: 260px;
}
#whatwedosec1-icons-list .gg-one-third h4 {
	color: #596269;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#whatwedosec1-icons-list .gg-one-third:hover, #whatwedosec1-icons-list .gg-one-third.active-icon {
    filter: grayscale(0);
}
#whatwedosec1-icons-list .gg-one-third:hover h4 {
	color: #041b2c;
}
#whatwedosec1-icons-list .gg-one-third:not(:last-child)::after {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 16%;
	width: 1px;
	height: 0px;
	padding: 35px 0;
	background-color: #d5d5d5;
}
#whatwedosec1-icons-list .gg-one-third .item-icon {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
}
#whatwedosec1-icons-list .gg-one-third h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
}
#whatwedosec1-icons-text {
    display: block;
    margin: 0 auto;
    max-width: 526px;
    padding-top: 45px;
    padding-left: 40px;
    font-size: 14px;
	line-height: 2;
    letter-spacing: 0.6px;
    border-left: 1px solid #00a9f4;
	color: #041b2c;
}
#whatwedosec1-icons-text ol {
    list-style-type: lower-latin;
}
#whatwedosec1-icons-text .text-editor-content ol {
    list-style-type: lower-roman;
    list-style-position: inside;
}
#whatwedosec1-icons-text .text-editor-content ol li::marker {
    display: inline-block;
}
.icon-tab-content  {
	overflow: hidden;
    padding: 80px 0;
}
.icon-tab-content .services-item {
    position: relative;
	padding: 55px 0;
	min-height: 500px;
}
.icon-tab-content .services-item .blue-link-text {
    margin-top: 35px;
    display: inline-block;
    color: #00a9f4;
    font-size: 18px;
    text-decoration: underline;
}
.icon-tab-content .services-item .blue-link-text:hover {
	color: #041b2c;
}
.icon-tab-content .services-item-img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 48%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.icon-tab-content .services-item:nth-child(2n+1) .services-item-img {
	filter: drop-shadow(-5px 5px 5px rgba(0,0,0,0.2));
}
.icon-tab-content .services-item:nth-child(2n) .services-item-img {
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
.icon-tab-content .services-item:nth-child(2n) {
	justify-content: flex-end;
}
.icon-tab-content .services-item:nth-child(2n+1) .services-item-img  {
    right: 0;
}
.icon-tab-content .services-item:not(:last-child) {
    margin-bottom: 145px;
}
.icon-tab-content .services-item h4 {
	display: block;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
	position: relative;
}
.icon-tab-content .services-item:nth-child(2n) .services-item-content {
	text-align: right;
}
.icon-tab-content .services-item:nth-child(2n) p {
	text-align: left;
}
.icon-tab-content .services-item h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 1000px;
    height: 1px;
    background-color: #a0a0a0;
    margin-top: 7px;
}
.icon-tab-content .services-item:nth-child(2n) h4::before {
    left: 104%;
}
.icon-tab-content .services-item:nth-child(2n+1) h4::before {
    right: 104%;
}
.icon-tab-content .services-item p {
    line-height: 2;
    letter-spacing: 1.2px;
    font-size: 14px;
    max-width: 556px;
    display: block;
}
.icon-tab-content .services-item:nth-child(2n) .gg-flex {
    justify-content: flex-end;
}
/*#whatwedosec3  {
    padding: 80px 0;
}
#whatwedosec3 .services-item {
    position: relative;
	padding: 55px 0;
	min-height: 500px;
}
#whatwedosec3 .services-item .blue-link-text {
	display: inline-block;
	margin-top: 35px;
}
#whatwedosec3 .services-item-img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 48%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
#whatwedosec3 .services-item:nth-child(2n+1) .services-item-img {
	filter: drop-shadow(-5px 5px 5px rgba(0,0,0,0.2));
}
#whatwedosec3 .services-item:nth-child(2n) .services-item-img {
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
#whatwedosec3 .services-item:nth-child(2n) {
	justify-content: flex-end;
}
#whatwedosec3 .services-item:nth-child(2n+1) .services-item-img  {
    right: 0;
}
#whatwedosec3 .services-item:not(:last-child) {
    margin-bottom: 145px;
}
#whatwedosec3 .services-item h4 {
	display: block;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}
#whatwedosec3 .services-item:nth-child(2n) .services-item-content {
	text-align: right;
}
#whatwedosec3 .services-item:nth-child(2n) p {
	text-align: left;
}
#whatwedosec3 .services-item h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 127px;
    height: 1px;
    background-color: #a0a0a0;
    margin-top: 7px;
}
#whatwedosec3 .services-item:nth-child(2n) h4::before {
    right: 0;
}
#whatwedosec3 .services-item:nth-child(2n+1) h4::before {
    left: 0;
}
#whatwedosec3 .services-item p {
    line-height: 2;
    letter-spacing: 1.2px;
    font-size: 14px;
    max-width: 556px;
    display: block;
}
#whatwedosec3 .services-item:nth-child(2n) .gg-flex {
    justify-content: flex-end;
}
#whatwedosec4  {
    padding: 80px 0;
}
#whatwedosec4 .services-item {
    position: relative;
	padding: 55px 0;
}
#whatwedosec4 .services-item .blue-btn {
	margin-top: 35px;
}
#whatwedosec4 .services-item-img {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 48%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
#whatwedosec4 .services-item:nth-child(2n+1) .services-item-img {
	filter: drop-shadow(-5px 5px 5px rgba(0,0,0,0.2));
}
#whatwedosec4 .services-item:nth-child(2n) .services-item-img {
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2));
}
#whatwedosec4 .services-item:nth-child(2n) {
	justify-content: flex-end;
}
#whatwedosec4 .services-item:nth-child(2n+1) .services-item-img  {
    right: 0;
}
#whatwedosec4 .services-item:not(:last-child) {
    margin-bottom: 145px;
}
#whatwedosec4 .services-item h4 {
	display: block;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}
#whatwedosec4 .services-item:nth-child(2n) .services-item-content {
	text-align: right;
}
#whatwedosec4 .services-item:nth-child(2n) p {
	text-align: left;
}
#whatwedosec4 .services-item h4::before {
    content: '';
    position: absolute;
    display: block;
    width: 127px;
    height: 1px;
    background-color: #a0a0a0;
    margin-top: 7px;
}
#whatwedosec4 .services-item:nth-child(2n) h4::before {
    right: 0;
}
#whatwedosec4 .services-item:nth-child(2n+1) h4::before {
    left: 0;
}
#whatwedosec4 .services-item p {
    line-height: 2;
    letter-spacing: 1.2px;
    font-size: 14px;
    max-width: 556px;
    display: block;
}
#whatwedosec4 .services-item:nth-child(2n) .gg-flex {
    justify-content: flex-end;
}*/
#hpsec7.added-section {
    padding-top: 80px;
}
#hpsec7.added-section .gg-row {
    padding-top: 0;
}
#hpsec7.added-section #hpsec7-imgs {
    padding-top: 80px;
}
/* Recruitment */
#rpsec1 {
    padding: 80px 0 110px;
}
#rpsec1-icons-list {
    margin: 0 auto;
}
#rpsec1-icons-list .gg-one-third {
	position: relative;
    text-align: center;
	filter: grayscale(1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	max-width: 260px;
}
#rpsec1-icons-list .gg-one-third h4 {
	color: #596269;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
#rpsec1-icons-list .gg-one-third:hover, #rpsec1-icons-list .gg-one-third.archive-icons {
    filter: grayscale(0);
}
#rpsec1-icons-list .gg-one-third:hover h4 {
	color: #041b2c;
}
#rpsec1-icons-list .gg-one-third:not(:last-child)::after {
	content: '';
	position: absolute;
	display: block;
	right: 0;
	top: 16%;
	width: 1px;
	height: 0px;
	padding: 35px 0;
	background-color: #d5d5d5;
}
#rpsec1-icons-list .gg-one-third .item-icon {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
}
#rpsec1-icons-list .gg-one-third h4 {
    margin: 0 auto;
	max-width: 150px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
}
#rpsec2 {
    padding-bottom: 140px;
}
#rpsec2 h3, #rpsec3 h3, #ppsec1 h3, #blog-related h3 {
	font-size: 24px;
	text-transform: uppercase;
}
#rpsec2 h3::before ,#rpsec3 h3::before, #ppsec1 h3::before, #blog-related h3::before, #apsec4 h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 30%;
    max-width: 125px;
    height: 1px;
    background-color: #a0a0a0;
    left: 0;
    margin-top: 18px;
}
#rpsec2 .gg-one-third {
    padding: 17px 10px;
}
#rpsec2 .position-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
    border: 1px solid #999;
    padding: 45px 40px;
	background-color: #fff;
}
#rpsec2 .person-icon {
    display: block;
    margin-bottom: 90px;
    text-align: right;
}
#rpsec2 h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
#rpsec2 .position-wrap .position-hover {
    display: flex;
    align-items: center;
    position: absolute;
    background-image: url('/wp-content/uploads/2019/07/open-positions-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#rpsec2 .position-wrap:hover .position-hover {
	opacity: 1;
	visibility: visible;
}
#rpsec2 .position-wrap .position-hover a {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0 40px;
    text-align: right;
    display: block;
    width: 100%;
}
#rpsec2 .position-wrap .position-hover a:hover {
	color: #00a9f4;
}
#rpsec2 .position-wrap .position-hover a::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    width: 30%;
    height: 1px;
    background-color: #8f9192;
    margin-top: 8px;
}
#rpsec3 {
    padding-bottom: 120px;
}
#rpsec3 .rpsec3-img {
    flex: 0 0 47%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	filter: drop-shadow(-5px 5px 5px rgba(0,0,0,0.2));
}
#rpsec3 .rpsec3-text {
    max-width: 548px;
}
#rpsec3 .rpsec3-text p {
    letter-spacing: 1px;
	line-height: 2;
}
/* Partnerships */
#ppsec1 {
    position: relative;
}
#ppsec1 > .gg-contain:first-child {
    padding: 80px 0 0;
}
#partners-list {
    padding: 140px 0;
}
/*#partners-list .partners-item:not(:last-child) {
    padding-bottom: 80px;
}*/
#ppsec1 .ppsec1-intro {
    max-width: 570px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1.4px;
    line-height: 2;
}
#partners-list p {
    letter-spacing: 1.35px;
    line-height: 2;
}
#partners-list .partners-logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#partners-list .partners-logo img {
	max-width: 90%;
}
#partners-list .partners-item:nth-child(2n) .partners-logo {
    order: 1;
}
#partners-list .partners-item:nth-child(2n) .partners-content {
    order: 2;
}
/* Single Blog */
#blog-content {
    padding: 80px 0;
}
#blog-date {
	margin-bottom: 0;
}
#blog-content p {
	line-height: 2.2;
    letter-spacing: 1.2px;
}
#blog-content h1, #blog-content h2, #blog-content h3, #blog-content h4, #blog-content h5, #blog-content h6 {
	font-family: 'Montserrat', sans-serif;
	color: #00a9f4;
}
#blog-content img {
	width: 100%;
	height: auto;
	padding: 20px;
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}
#blog-content img.alignright {
	width: 50%;
	filter: drop-shadow(-5px 5px 5px rgba(0,0,0,0.3));
}
#blog-content img.alignleft {
	width: 50%;
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}
#blog-social-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}
#blog-social-bar .social-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 30px;
}
#blog-social-bar::before {
    content: '';
    height: 1px;
    flex: 1;
    background-color: #cccccc;
}
#blog-social-bar::after {
    content: '';
    height: 1px;
    flex: 1;
    background-color: #cccccc;
}
#blog-social-bar .social-links li {
    padding: 0 12px;
}
#blog-social-bar .social-links li a {
    font-size: 16px;
    color: #00a9f4;
}
#blog-related {
    padding: 80px 0;
}
#articles-list .article-item {
	text-align: center;
	max-width: 45%;
}
#articles-list h3 {
	margin-bottom: 0;
}
#articles-list h3::before {
	content: unset;
}
#articles-list .article-date {
	margin-bottom: 0;
}
#articles-list .article-item .article-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 64%;
    margin-bottom: 30px;
    filter: grayscale(1) drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#articles-list .article-item:hover .article-image {
	filter: grayscale(0) drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}
/* Blog List */
#inner-page-content .blog-date {
    margin-bottom: 10px;
}
#new-blog-wrap {
	position: relative;
	padding: 120px 0;
	margin-bottom: 80px;
}
#new-blog-wrap .new-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: block;
    width: 45%;
    top: 0;
    bottom: 0;
    left: 0;
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}
#new-blog-wrap h3 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#new-blog-wrap h3:hover {
	color: #00a9f4;
}
#new-blog-wrap hr {
    margin-bottom: 30px;
    color: #fff;
    border-bottom: 1px solid #c1c1c1;
}
#new-blog-wrap .new-blog-excerpt p {
    letter-spacing: 1.4px;
    line-height: 2.2;
}
#blog-list-wrap .blog-item {
	text-align: center;
    flex: 0 0 45%;
    max-width: 490px;
	margin-bottom: 60px;
}
#blog-list-wrap .blog-item .blog-item-thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-blend-mode: luminosity;
    display: flex;
	position: relative;
    padding-bottom: 58%;
    width: 100%;
    margin-bottom: 30px;
	filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
}
#blog-list-wrap .blog-item h3 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
	margin-bottom: 0;
}
#blog-list-wrap .blog-item:hover h3 {
	color: #00a9f4;
}
#blog-list-wrap .img-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    background-image: url('/wp-content/uploads/2019/07/blog-item-background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#blog-list-wrap .blog-item:hover .img-link {
	opacity: 0.9;
	visibility: visible;
}
#blog-list-wrap .img-link::before {
    content: '';
    display: block;
    width: 30%;
    height: 1px;
    background-color: #909192;
    margin-right: 80px;
    max-width: 128px;
}
#blog-list-wrap .img-link span {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
#blog-list-wrap .img-link span:hover {
	color: #00a9f4;
}
#blog-list-wrap .view-more-wrap {
    display: block;
    width: 100%;
    text-align: center;
}
/* About */
#apsec1 {
    padding-bottom: 80px;
}
#apsec1 .apsec1-content {
    text-align: center;
    max-width: 590px;
    letter-spacing: 1.47px;
    line-height: 2;
    font-size: 18px;
    margin: 0 auto;
}
#apsec1 .apsec1-content strong {
    color: #00a9f4;
}
#apsec2 {
    padding-bottom: 80px;
}
#apsec2 .icon-item {
    text-align: center;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#apsec2 .icon-item h4 {
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 35px;
}
#apsec2 .icon-item .icon-content {
	max-width: 350px;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1.2px;
	margin: 0 auto;
	padding: 0 25px;
}
#apsec2 .icon-item .icon-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    margin-bottom: 20px;
}
#apsec3 {
    padding-bottom: 80px;
}
#apsec3 .apsec3-values {
    text-align: center;
    margin-bottom: 40px;
}
#apsec3 .apsec3-values .values-icon {
    width: 100px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 20px;
}
#apsec3 .apsec3-values h4 {
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
}
#apsec3 .apsec3-values-list .value-item {
    flex: 0 0 20%;
    text-align: center;
    position: relative;
}
#apsec3 .apsec3-values-list .value-item:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 80px;
    background-color: #9f9f9f;
    display: block;
    position: absolute;
    right: 0;
    top: 15px;
}
#apsec3 .apsec3-values-list .value-item h5 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #041b2c;
    margin-bottom: 10px;
}
#apsec3 .apsec3-values-list .value-item .value-text {
    line-height: 2;
    color: #041b2c;
}
#apsec4 {
    padding-bottom: 80px;
}
#apsec4 h3 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 55px;
}
#apsec4 .profile-content {
    letter-spacing: 1.4px;
    line-height: 2;
}
#apsec4 .profile-content ul {
    padding-left: 30px;
    list-style: none;
	margin: 0;
	border-left: 1px solid #999;
}
#apsec4 .profile-content ul li:not(:last-child) {
    margin-bottom: 40px;
}
#apsec4 .profile-image {
    max-width: 46%;
	position: relative;
}
#apsec4 .profile-image .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#apsec5 {
    padding-top: 80px;
}
#apsec5 h5 {
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    display: block;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
#apsec5 .apsec5-note {
    /*max-width: 840px;*/
    margin: 0 auto;
    line-height: 2;
    letter-spacing: 1.4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#apsec5 .apsec5-note .apsec5-note-left {
    flex: 0 0 50%;
    padding-right: 30px;
    border-right: 1px solid #999;
}
#apsec5 .apsec5-note .apsec5-note-right {
	flex: 0 0 47%;
	padding-left: 30px;
}
#apsec5 .apsec5-note .apsec5-note-right .apsec5-video-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 52%;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
#apsec5 .apsec5-note .apsec5-note-right .apsec5-video-wrap iframe {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#apsec5 .apsec5-note .note-content {
    font-style: italic;
}
#apsec5 .apsec5-note .note-name {
    margin-bottom: 0;
    text-align: right;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}
#apsec5 .apsec5-note .note-name span {
    font-weight: 400;
    margin-left: 5px;
}
#apsec5 .apsec5-note .note-position {
    text-align: right;
    font-style: italic;
}
/* Business Tools */
#bdtsec2 .icons-iframe {
    height: 640px;
}
#bdtsec2 #iframe-01 {
    height: 650px;
}
#bdtsec2 #iframe-02 {
	height: 490px;
}
#bdtsec2 #iframe-03 {
    height: 560px;
}
/* Contact */
#cpsec1 iframe {
    width: 100%;
}
#cpsec1 .cpsec1-content {
    max-width: 540px;
    text-align: center;
    margin: 0 auto;
    padding: 80px 0;
}
#cpsec1 .cpsec1-cform {
    position: relative;
}
#contact-us {
    position: absolute;
    top: -350px;
}
#cpsec1 .cpsec1-cform h4 {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	margin-bottom: 0;
}
#cpsec1 .cpsec1-cform h3 {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 0;
	position: relative;
}
#cpsec1 .cpsec1-cform .wpforms-form input[type="text"], #cpsec1 .cpsec1-cform .wpforms-form input[type="email"], #cpsec1 .cpsec1-cform .wpforms-form textarea {
    font-family: 'Montserrat',san-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: transparent;
    color: #777;
    border: 1px solid #4d5d69;
    border-radius: unset;
    height: unset;
    padding: 20px 20px;
}
#cpsec1 .gg-flex {
    align-items: flex-start;
}
#cpsec1 .cpsec1-cform .wpforms-form button[type="submit"] {
    color: #00a9f4;
    border: 4px solid #00a9f4;
    padding: 14px 30px;
    display: inline-block;
    line-height: 1;
    font-weight: 700;
    background-color: transparent;
}
#cpsec1 .cpsec1-cform .wpforms-form button[type="submit"]:hover {
    background-color: #00a9f4;
    color: #041b2c;
}
#cpsec1 .cpsec1-contact-info {
    padding-left: 25px;
	margin-top: 105px;
}
#cpsec1 .gg-flex {
    align-items: flex-start;
    justify-content: center;
    padding: 0 0 40px;
}

/* Videos */
#vpsec1 {
    padding-bottom: 100px;
}
#vpsec1 #video-gallery-list {
    justify-content: center;
    align-items: flex-start;
    max-width: 80%;
    margin: 0 auto;
}
#vpsec1 #video-gallery-list .video-gallery-item-wrap {
    position: relative;
    display: block;
    flex: 0 0 50%;
    padding: 15px;
}
#vpsec1 #video-gallery-list .video-gallery-item {
    position: relative;
    display: block;
    padding-bottom: 52%;
	box-shadow: 0px 0px 5px 0px rgba(155,155,155,0.7);
}
#vpsec1 #video-gallery-list .video-gallery-item iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.page-id-426 #hpsec9 {
	display: none !important;
}
.error404 #gg-header {
    background-color: #041b2b;
}

@media only screen and (max-width: 1400px) {
	#rpsec2 h3::before, #rpsec3 h3::before, #ppsec1 h3::before, #blog-related h3::before, #apsec4 h3::before {
		width: 100px;
	}
}
@media only screen and (max-width: 1366px) {
	#rpsec2 h3::before, #rpsec3 h3::before, #ppsec1 h3::before, #blog-related h3::before, #apsec4 h3::before {
		width: 90px;
	}
}
@media only screen and (max-width: 1200px) {
	.gg-contain {
	    max-width: 1000px;
	}
    #hpsec3-vline {
        max-width: 1000px;
    }
    #hpsec1::after {
        max-width: 1000px;
    }
    #hpsec2-content h4 {
        font-size: 20px;
    }
	#hpsec5-list .hpsec5-item:nth-child(1) {
	    max-width: 512px;
    }
	#hpsec5-list .hpsec5-item:nth-child(2) {
	    max-width: 352px;
    }
	#hpsec5-list .hpsec5-item:nth-child(3) {
	    max-width: 276px;
    }
	#hpsec5-list .hpsec5-item:nth-child(4) {
	    max-width: 260px;
    }
	#hpsec5-list .hpsec5-item:nth-child(5) {
	    max-width: 305px;
    }
	#hpsec5-list .hpsec5-item:nth-child(6) {
	    max-width: 354px;
    }
	#hpsec5-list .hpsec5-item:nth-child(7) {
	    max-width: 300px;
    }
	#ppsec1 h3::before, #rpsec2 h3::before, #rpsec3 h3::before, #blog-related h3::before, #apsec4 h3::before {
		width: 70px;
	}
	/* Business Tools */
	#bdtsec2 #iframe-01 {
		height: 660px;
	}
	#bdtsec2 #iframe-03 {
		height: 570px;
	}
}
@media only screen and (max-width: 1080px) {
    .gg-contain {
        max-width: 900px;
    }
    #hpsec3-vline {
        max-width: 900px;
    }
    #hpsec1::after {
        max-width: 900px;
    }
    #hpsec1 h1 {
        font-size: 50px;
    }
    #hpsec2-vline {
        margin: 40px 0;
    }
    #hpsec9 h3 {
        font-size: 50px;
    }
    #hpsec1-content {
        max-width: 50%;
    }
    #hpsec4 .hpsec4-column {
        padding-left: 20px;
        padding-right: 20px;
    }
    #hpsec5-list .hpsec5-item {
        font-size: 14px;
        line-height: 1.4;
    }
    #hpsec5-list-wrap img {
        max-width: 415px;
    }
    #hpsec5-list .hpsec5-item:nth-child(1) {
        max-width: 474px;
    }
    #hpsec5-list .hpsec5-item:nth-child(2) {
        max-width: 302px;
    }
    #hpsec5-list .hpsec5-item:nth-child(3) {
        max-width: 285px;
    }
    #hpsec5-list .hpsec5-item:nth-child(4) {
        max-width: 268px;
    }
    #hpsec5-list .hpsec5-item:nth-child(5) {
        max-width: 292px;
    }
    #hpsec5-list .hpsec5-item:nth-child(6) {
        max-width: 327px;
    }
    #hpsec5-list .hpsec5-item:nth-child(7) {
        max-width: 298px;
    }
    #hpsec6 .partner-logo {
        max-width: 18%;
    }
    #hpsec8-group .hpsec8-item {
        padding: 0 14px;
    }
	/* What We Do */
	#whatwedosec1 {
		padding: 40px 0;
	}
	#whatwedosec2 {
		padding: 40px 0;
	}
	#whatwedosec2 .services-item:not(:last-child) {
		margin-bottom: 80px;
	}
	#hpsec7.added-section {
		padding-top: 40px;
	}
	#hpsec7.added-section #hpsec7-imgs {
		padding-top: 40px;
	}
	/* Blog List */
	#new-blog-wrap {
		padding: 0;
	}
	#new-blog-wrap .new-thumbnail {
		position: relative;
		height: 305px;
		width: 100%;
		max-width: 440px;
		margin: 0 auto 30px;
	}
	#new-blog-wrap .gg-half {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	/* About */
	#apsec2 .icon-item {
		text-align: center;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
	/* Business Tools */
	#bdtsec2 #iframe-01 {
		height: 970px;
	}
	#bdtsec2 #iframe-02 {
		height: 510px;
	}
	#bdtsec2 #iframe-03 {
		height: 900px;
	}
}
@media only screen and (max-width: 980px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .gg-contain {
        max-width: 747px;
    }
	#menu-primary-menu .menu-item {
		padding: 0 15px;
	}
	#video-gallery-list .video-gallery-item-wrap {
		position: relative;
		display: block;
		flex: 0 0 100% !important;
		padding: 15px;
	}
    #hpsec3-vline {
        max-width: 747px;
    }
    #hpsec1::after {
        max-width: 747px;
        bottom: -60px;
        height: 120px;
    }
    #hpsec1 h1 {
        font-size: 40px;
    }
    #hpsec1 h2 {
        font-size: 14px;
    }
    #hpsec2 {
        padding-top: 40px;
    }
    #hpsec2-content h4 {
        font-size: 16px;
    }
    #hpsec2-img {
        padding-right: 30px;
    }
    #hpsec3-img img {
        width: 100%;
        max-width: 440px;
    }
    #hpsec3 {
        padding-top: 80px;
        position: relative;
    }
    #hpsec3-img, #hpsec3-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #hpsec3-right {
        padding-top: 40px;
    }
    #hpsec3-vline span {
        width: 100%;
    }
    #hpsec3-vline {
        top: 50%;
    }
    #hpsec3 h4 {
        font-size: 24px;
        text-transform: uppercase;
        font-family: 'Source Sans Pro', sans-serif;
        text-align: center;
    }
    #hpsec4 {
        padding-top: 80px;
    }
    #hpsec4::before {
        top: 102px;
    }
    #hpsec4-row {
        max-width: 747px;
        margin: 0 auto;
    }
    #hpsec4 .hpsec4-column {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }
    #hpsec4 .hpsec4-column.active {
        max-width: 100%;
        flex: unset;
    }
    #hpsec4 .gg-row {
        justify-content: center !important;
    }
    #hpsec4 .hpsec4-column i {
        transform: rotate(90deg);
    }
    #hpsec4 .hpsec4-column.active i {
        left: 20px;
        right: unset;
        transform: rotate(270deg);
    }
    #hpsec5 {
        padding: 40px 0;
    }
    #hpsec5-list {
        position: relative;
    }
    #hpsec5-list .hpsec5-item {
        max-width: 100% !important;
        margin-bottom: 20px !important;
        text-align: center !important;
        padding-bottom: 20px !important;
    }
    #hpsec5-list .hpsec5-item::after {
        max-width: 320px;
        margin: 0 auto;
    }
    #hpsec5-list .hpsec5-item:last-child {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    #hpsec5-list .hpsec5-item:last-child::after {
        display: none;
    }
    #hpsec5-list-wrap img {
        opacity: 0.7;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    #hpsec5-list-wrap::before {
        opacity: 0.5;
    }
    #hpsec6 .partner-logo {
        max-width: 15%;
    }
    #hpsec6 {
        padding: 40px 0;
    }
    #hpsec7 {
        display: flex;
        flex-wrap: wrap;
        padding-top: 40px;
    }
    #hpsec7-imgs {
        order: 1;
        position: relative;
        width: 90%;
        max-width: 320px;
        margin: 0 auto;
        padding-top: 0;
    }
    #hpsec7 .gg-contain {
        position: relative;
        z-index: 1;
        order: 2;
    }
	#hpsec7-slider {
		margin: 0 auto;
	}
    #hpsec7 h4 {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    #hpsec7 .gg-row {
        padding-top: 40px;
        padding-bottom: 40px;
        width: 100%;
        border-right: 0;
        padding-right: 0;
    }
    #hpsec7-slidenav .slick-dots {
        text-align: center;
        padding-right: 0;
    }
    #hpsec8 {
        padding: 80px 0;
    }
    #hpsec8-group .hpsec8-item {
        flex: 0 0 100%;
        max-width: 100%;
        flex-wrap: wrap;
        align-items: center;
        border-left: none;
        margin-bottom: 25px;
    }
    #hpsec8-group .hpsec8-item:last-child {
        margin-bottom: 0;
    }
    #hpsec8-group .hpsec8-item::before {
        width: 100%;
        text-align: center;
		margin: 0;
    }
    #hpsec8 h5 {
        width: 100%;
        text-align: center;
    }
    #hpsec8 h5 br {
        display: none;
    }
    #hpsec9 {
        padding: 40px 0;
    }
    #hpsec9 h4 {
        font-size: 20px;
    }
    #hpsec9 h4 br {
        display: none;
    }
    #hpsec9 h3 br {
        display: none;
    }
    #hpsec9 h3 a {
        display: block;
        width: 100%;
        position: relative;
        text-align: right;
    }
    #hpsec9 h3::after {
        width: 65%;
        left: 0;
    }
    #hpsec9 h3 {
        margin-bottom: 24px;
    }
    #hpsec9-cform-wrap .wpforms-container {
        max-width: 90%;
    }
    #hpsec9-cform-wrap .wpforms-container .wpforms-one-half {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    #hpsec9-cform-wrap .wpforms-container .wpforms-one-half:last-child {
        margin-bottom: 0;
    }
    #hpsec9-social .social::before {
        height: 350px;
    }
    #bot-footer {
        padding: 40px 0;
    }
	/* Inner Page Banner */
	#inner-page-hero h1 {
		font-size: 40px;
	}
	/* What We Do */
	.icon-tab-content .services-item {
		display: flex;
		flex-wrap: wrap;
	}
	.icon-tab-content .services-item p {
		max-width: unset;
	}
	.icon-tab-content .services-item .item-img-wrap {
		display: block;
		width: 100%;
		max-width: 747px;
		margin: 0 auto;
	}
	.icon-tab-content .services-item .services-item-img {
		order: 1;
		margin-bottom: 35px;
	}
	.icon-tab-content .services-item .gg-contain {
		order: 2;
	}
	.icon-tab-content .gg-half {
		flex: unset;
		width: 100%;
	}
	.icon-tab-content .services-item-img {
		position: relative;
		padding-top: 65%;
		width: 100%;
	}
	.icon-tab-content .services-item {
		padding: 0;
	}
	.icon-tab-content .services-item:nth-child(2n) .services-item-content {
		text-align: inherit;
	}
	.icon-tab-content .services-item:nth-child(2n) h4::before {
		left: unset;
		right: 104%;
	}
	#hpsec7.added-section .gg-row {
		padding-top: 40px;
	}
	/* Recruitment */
	#rpsec1 {
		padding: 40px 0;
	}
	#rpsec2 {
		padding: 40px 0;
	}
	#rpsec2 .gg-one-third {
		flex: 0 0 50%;
	}
	#rpsec3 {
		padding: 40px 0;
	}
	#rpsec3 .gg-half {
		flex: 0 0 100%;
	}
	#rpsec3 .rpsec3-text {
		max-width: unset;
	}
	#rpsec3 .rpsec3-img {
		padding-bottom: 52%;
	}
	#rpsec3 .rpsec3-content {
		margin-bottom: 30px;
	}
	/* Partnerships */
	#partners-list .gg-half {
		flex: unset;
		max-width: 100%;
		width: 100%;
	}
	#partners-list .partners-item:nth-child(2n) .partners-logo {
		order: unset;
	}
	#partners-list .partners-item:nth-child(2n) .partners-content {
		order: unset;
	}
	#partners-list .partners-content {
		margin-bottom: 50px;
	}
	#partners-list .blue-btn {
		background-color: #fff;
	}
	#partners-list .blue-btn:hover {
		background-color: #00a9f4;
	}
	#partners-list {
		padding: 40px 0;
	}
	#ppsec1 > .gg-contain:first-child {
		padding: 40px 0 0;
	}
	#partners-list .partners-item:not(:last-child) {
		padding-bottom: 40px;
	}
	/* Single Blog */
	#articles-list .gg-flex .article-item {
		flex: unset;
		max-width: 440px;
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	#articles-list .gg-flex .article-item:not(:last-child) {
		margin-bottom: 40px;
	}
	#blog-content img {
		padding: 0;
	}
	#blog-content img.alignright, #blog-content img.alignleft {
		display: block;
		width: 100%;
		max-width: 440px;
		margin: 0 auto;
		float: none;
		filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.3));
	}
	/* Blog List */
	#new-blog-wrap {
		margin-bottom: 40px;
	}
	#blog-list-wrap .gg-flex {
		justify-content: center;
	}
	#blog-list-wrap .blog-item {
		flex: 0 0 100%;
		max-width: 440px;
		margin-bottom: 30px;
	}
	#blog-list-wrap .blog-item .blog-item-thumbnail {
		margin-bottom: 10px;
	}
	/* About */
	#apsec3 .apsec3-values-list .value-item {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	#apsec3 .apsec3-values-list .value-item:not(:last-child)::after {
		content: unset;
	}
	#apsec4 .profile-image {
		flex: 0 0 100%;
		max-width: 440px;
		padding-bottom: 95%;
		margin: 0 auto 30px;
	}
	#apsec4 .profile-content {
		flex: 0 0 100%;
	}
	#apsec2 {
		padding-bottom: 30px;
	}
	#apsec3 {
		padding-bottom: 40px;
	}
	#apsec4 {
		padding-bottom: 0;
	}
	/* Business Tools */
	#bdtsec2 #iframe-01 {
		height: 990px;
	}
	#bdtsec2 #iframe-02 {
		height: 535px;
	}
	#bdtsec2 #iframe-03 {
		height: 920px;
	}
	#apsec5 .apsec5-note .apsec5-note-left, #apsec5 .apsec5-note .apsec5-note-right {
		flex: 0 0 100%;
		padding: 0;
		margin-bottom: 24px;
		border: none;
	}
}
@media only screen and (max-width: 767px) {
    .gg-contain {
        max-width: 600px;
	}
	#menu-primary-menu .menu-item {
		padding: 0 8px;
	}
	#hpsec3-vline {
        max-width: 600px;
    }
    #hpsec1::after {
        max-width: 600px;
        bottom: -60px;
        height: 120px;
    }
    #hpsec4-row {
        max-width: 600px;
        margin: 0 auto;
    }
    #hpsec2-content {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
    }
    #hpsec2-slider {
        margin-right: 0;
    }
    #hpsec2-content .cont-top {
        padding-right: 0;
        text-align: center;
    }   
    #hpsec2-img {
        flex: 0 0 100%;
        max-width: 320px;
        padding-right: 0;
        margin: 0 auto 25px;
        order: 1;
    }
    #hpsec2-vline {
        max-width: unset;
    }
    #hpsec6 .partner-logo {
        max-width: 100%;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    #hpsec6 .partner-logo img {
        width: auto;
		max-width: 100%;
    }
	/* What We Do */
	.icon-tab-content .services-item .item-img-wrap {
		max-width: 600px;
	}
	/* Recruitment */
	#rpsec2 .gg-one-third {
		flex: 0 0 100%;
		padding: 0 0 15px;
	}
	#rpsec2 .person-icon {
		margin-bottom: 30px;
	}
	#rpsec1 {
		padding: 40px 0 20px;
	}
	#rpsec2 {
		padding: 20px 0;
	}
	#rpsec3 {
		padding: 20px 0 40px;
	}
	/* Partnerships */
	#ppsec1 .ppsec1-intro {
		padding: 0 40px;
	}
	/* Business Tools */
	#bdtsec2 #iframe-01 {
		height: 1111px;
	}
	#bdtsec2 #iframe-02 {
		height: 595px;
	}
	#bdtsec2 #iframe-03 {
		height: 1000px;
	}
	
	
}
@media only screen and (max-width: 640px) {
	.blue-btn {
		padding: 12px 20px;
	}
    .gg-contain {
        max-width: 380px;
    }
	#responsive-menu-button {
		display: none !important;
	}
	/*#hpsec1-content .span-spacer {
		padding-bottom: 180px;
	}*/
	#hpsec1 {
		padding: 130px 0 60px;
	}
	#hpsec1 h2 {
		padding-top: 150px;
	}
	#hpsec2-content .button-wrap {
		text-align: center;
	}
    #hpsec1::after {
        max-width: 380px;
        bottom: -60px;
        height: 120px;
	}
	#hpsec1-image {
		position: absolute;
		width: 500px;
	}
	#hpsec2-img span {
		padding-bottom: 100%;
		background-position: top center;
	}
	.slide-item .slider-item-wrap {
		text-align: center;
	}
	#hpsec2-slider .slick-dots {
		display: inline-block;
		width: auto;
		right: 0;
		left: 0;
	}
    #hpsec4-row {
        max-width: 380px;
        margin: 0 auto;
    }
    #hpsec3-vline {
        display: none;
    }
	#hpsec3-img {
		max-height: 340px;
		overflow: hidden;
	}
    #gg-header.sticky #gg-tophead {
        display: none;
    }
    #gg-tophead {
        text-align: center;
    }
    #gg-brand {
        display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
	#gg-header img {
		max-width: 220px;
		height: 50px;
	}
	#gg-brand a {
		display: flex;
	}
	#mobile-menu-trigger {
		color: #fff;
		font-size: 24px;
		line-height: 1;
	}
    #gg-mainhead-mav {
        /*justify-content: center;
        width: 100%;*/
		display: none;
    }
    #hpsec1-content {
        max-width: 95%;
    }
    #hpsec1-image {
        opacity: 0.5;
        background-position: bottom;
    }
    #hpsec3-hwrap::before, #hpsec3-hwrap::after, #rpsec3 h3::before, #ppsec1 h3::before, #ppsec1 h3::before, #blog-related h3::before, #apsec4 h3::before {
        display: none;
    }
    #hpsec3-vslider-head, #hpsec3-vslider-cont {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    #hpsec3-hwrap h5 {
        text-align: center;
    }
    #hpsec3-hwrap h5.slick-active {
        font-size: 18px;
        color: #00a9f4;
        font-weight: 700;
    }
    #hpsec3-vslider-cont {
        text-align: center;
    }
    #hpsec3-hwrap .slick-arrow {
        top: 50%;
        right: unset;
        left: unset;
    }
    #hpsec3-hwrap .slick-arrow.fa-chevron-left {
        left: -20px;
    }
    #hpsec3-hwrap .slick-arrow.fa-chevron-right {
        right: -20px;
    }
	#hpsec6 .gg-row .partner-logo:nth-child(1), #hpsec6 .gg-row .partner-logo:nth-child(2) {
		flex: 0 0 50%;
		max-width: 48%;
		margin: 0 1% 20px;
	}
	#hpsec6 .gg-row .partner-logo:nth-child(3), #hpsec6 .gg-row .partner-logo:nth-child(4), #hpsec6 .gg-row .partner-logo:nth-child(5) {
		width: auto;
		display: inline-block;
		flex: 1;
	}
	#hpsec6 .gg-row .partner-logo:nth-child(3) img, #hpsec6 .gg-row .partner-logo:nth-child(5) img {
		max-width: 100%;
	}
	#hpsec7-imgslider .slide-item {
		max-height: 370px;
		overflow: hidden;
	}
	#hpsec7-imgslider .slide-item img {
		display: block;
		width: 100%;
	}
    #top-footer .gg-contain .top-footer-col {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    #hpsec9 h3::after {
        display: none;
    }
    #hpsec9 h4 {
        text-align: center;
        margin-bottom: 20px;
    }
    #hpsec9 h3 {
        text-align: center;
    }
    #hpsec9 h3 a {
        margin-top: 20px;
        text-align: center;
    }
    #hpsec9-cform-wrap form .wpforms-submit {
        margin-top: 0;
    }
    #bot-footer span {
        display: block;
    }
	/* Inner Pages */
	#inner-page-socialbar {
		position: relative;
		bottom: unset;
		flex-direction: unset;
		top: unset;
	}
	#inner-page-socialbar .email {
		padding-bottom: 0;
		padding-right: 20px;
	}
	#inner-page-socialbar .social-divider {
		background-color: #9ba4ab;
		flex: 1;
		height: 1px;
	}
	#inner-page-socialbar .social {
		flex-direction: unset;
	}
	#inner-page-socialbar .social a {
		padding-top: 0;
		padding-left: 20px;
	}
	/* What We Do */
	.icon-tab-content .services-item .item-img-wrap {
		max-width: 380px;
	}
	#whatwedosec1-icons-list .gg-one-third {
		flex: unset;
		width: 100%;
		padding: 25px 0;
	}
	#whatwedosec1-icons-list .gg-one-third:not(:last-child)::after {
		bottom: 0;
		width: 70px;
		height: 1px;
		top: unset;
		padding: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	#whatwedosec1-icons-text {
		padding-top: 20px;
		padding-left: 20px;
		max-width: 100%;
	}
	#rpsec2 h3::before, #rpsec3 h3::before {
		display: none;
	}
	/* Recruitment */
	#rpsec1-icons-list .gg-one-third {
		flex: unset;
		width: 100%;
		padding: 25px 0;
	}
	#rpsec1-icons-list .gg-one-third:not(:last-child)::after {
		bottom: 0;
		width: 70px;
		height: 1px;
		top: unset;
		padding: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	/* Blog List */
	#new-blog-wrap .new-thumbnail {
		max-width: 380px;
		height: 260px;
	}
	/* About */
	#apsec4 .profile-image {
		padding-bottom: 161%;
	}
	#apsec1 {
		padding-bottom: 40px;
	}
	/* Business Tools */
	#bdtsec2 #iframe-01 {
		height: 1435px;
	}
	#bdtsec2 #iframe-02 {
		height: 875px;
	}
	#bdtsec2 #iframe-03 {
		height: 1205px;
	}
	/* Contact */
	#cpsec1 .cpsec1-content {
		padding: 40px 0;
	}
	
	#vpsec1 #video-gallery-list {
		max-width: 100%;
	}
	#vpsec1 #video-gallery-list .video-gallery-item-wrap {
		padding: 15px 0;
	}
	#vpsec1 {
		padding-bottom: 40px;
	}
	#mobile-menu-trigger {
		display: block;
	}
	.sidebar-xs-indicator #view\:_id1 .panel.panel-flat.m-20 {
		margin: 0 !important;
	}
}
@media only screen and (max-width: 440px) {
    .gg-contain {
        max-width: 280px;
    }
	#gg-tophead a {
		display: block;
		margin: 0 0 10px !important;
	}
	#menu-primary-menu .menu-item a {
		font-size: 14px;
	}
	#hpsec1 h2 {
		padding-top: 90px;
	}
	#hpsec1-image {
		width: 550px;
		right: -10%;
		left: unset;
	}
    #hpsec4-row {
        max-width: 280px;
        margin: 0 auto;
    }
    #hpsec1::after {
        display: none;
    }
    #menu-primary-menu .menu-item {
        padding: 0px 10px;
    }
    #hpsec1-socialbar, #hpsec1-socialbar .social {
        flex-direction: row;
    }
    #hpsec1-socialbar .email, #hpsec1-socialbar .social {
        margin-top: 0;
        margin-bottom: 0;
    }
    #hpsec1-socialbar::before {
        width: auto;
        margin: 0 5px;
        height: 1px;
    }
    #hpsec1-socialbar .social a {
        margin: 0 10px;
    }
    #hpsec1-socialbar {
        width: 100%;
        top: 0;
        margin-top: 20px;
    }
    #hpsec1 h1 {
        font-size: 36px;
    }
	#hpsec2-slider {
		width: 80%;
		margin: 0 auto;
	}
	#hpsec3-vslider {
		width: 90%;
		margin: 0 auto;
	}
    #hpsec4 {
        padding-top: 40px;
    }
    #hpsec9-social .social::before {
        height: 328px;
    }
    #hpsec9 h3 {
        font-size: 36px;
    }
	/* Inner Pages Banner */
	#inner-page-hero h1 {
		font-size: 30px;
	}
	#inner-page-hero .gg-contain {
		padding: 200px 0 80px;
	}
	/* What We Do */
	#whatwedosec1-icons-text {
		letter-spacing: unset;
	}
	#whatwedosec2 .services-item p, #partners-list p, #ppsec1 .ppsec1-intro, #blog-content p {
		letter-spacing: unset;
	}
	/* What We Do */
	.icon-tab-content .services-item .item-img-wrap {
		max-width: 280px;
	}
	/* Recruitment */
	#rpsec3 .rpsec3-text p {
		letter-spacing: unset;
	}
	/* Partnerships */
	#ppsec1 .ppsec1-intro {
		padding: 0;
	}
	/* Single Blog */
	#blog-content, #blog-related {
		padding: 40px 0;
	}
	/* Blog List */
	#new-blog-wrap .new-thumbnail {
		max-width: 280px;
		height: 195px;
	}
	 /* Business Tools */
	#bdtsec2 #iframe-01 {
		height: 2000px;
	}
	#bdtsec2 #iframe-02 {
		height: 1330px;
	}
	#bdtsec2 #iframe-03 {
		height: 1700px;
	}
}
@media only screen and (max-width: 320px) {
    .gg-contain {
        max-width: 90%;
    }
	#hpsec1 {
		display: block;
	}
	#hpsec1-image {
		right: -20%;
	}
    #hpsec4-row {
        max-width: 90%;
        margin: 0 auto;
    }
    #hpsec9-social .social::before {
        height: 328px;
    }
	/* What We Do */
	.icon-tab-content .services-item .item-img-wrap {
		max-width: 90%;
	}
	/* Blog List */
	#new-blog-wrap .new-thumbnail {
		max-width: 90%;
		height: 0;
		padding-bottom: 62%;
	}
	/* Business Tools */
	#bdtsec2 #iframe-01 {
		height: 1880px;
	}
	#bdtsec2 #iframe-02 {
		height: 1245px;
	}
	#bdtsec2 #iframe-03 {
		height: 1595px;
	}
}