/*
Theme Name: BlankSlate 2021
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2017 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

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 {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
body {
  line-height: 1;
  font-family: "Quicksand Book";
  color: #000;
}
body.th {
  font-family: "Pridi";
}
a {
  color: #52bbc8;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  outline: none;
}

input[type="button"],
input[type="submit"] {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
a:hover,
.latest-news-post a:hover,
.tax-list > ul > li > a:hover {
  color: #243884;
}
input,
button,
textarea,
select {
  outline: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: Vidaloka;
  font-weight: 400;
}
body.th h1,
body.th h2,
body.th h3,
body.th h4,
body.th h5 {
  font-family: "Pridi";
}
p {
  line-height: 25px;
}
strong {
  font-weight: 700;
  font-family: Quicksand;
}
body.th strong {
  font-family: "Pridi";
}
h1 {
  font-size: 70px;
  line-height: 70px;
}
h2 {
  font-size: 55px;
  line-height: 55px;
}
h3 {
  font-size: 30px;
  line-height: 40px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
.clear {
  clear: both;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
i.icon {
}
.arrow-l:before,
.arrow-r:before,
li.active-service-term:before {
  content: "";
  width: 17px;
  height: 9px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.arrow-r.white:before {
  background: url("images/arrow_white.svg") no-repeat;
}

a:hover .arrow-r.white:before {
  background: url("images/dark_blue.svg") no-repeat;
}

.arrow-r.blue:before,
li.active-service-term:before {
  background: url("images/arrow-right-b.png") no-repeat;
}
.arrow-l.blue:before {
  background: url("images/arrow-left-b.png") no-repeat;
}
.de .hyphenate {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
}
.mobail {
  display: none;
}
#content {
  position: relative;
  overflow: hidden;
}
.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 27px 0;
  z-index: 20;
}
.float-panel {
  z-index: 300;
  transform: translateZ(0);
  transition: all 0.5s;
}
#header.fixed {
  background-color: #112249;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  animation: slide-down 0.7s;
  padding: 11px 0 17px;
}
.fixed .service-nav {
  margin-top: -39px;
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
#branding {
  display: inline-block;
}
#branding .svg-logo {
  max-width: 327px;
  height: 75px;
}

header.fixed .service-nav.service_page {
  margin-top: 0;
}

.page-template-service_page header.fixed .container {
  display: flex;
  align-items: center;
}

#menu {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 7px;
  padding-right: 35px;
}
#menu ul li {
  display: inline-block;
  margin-right: 12px;
}
#menu ul li:nth-last-child(1),
.service-nav ul li:nth-last-child(1) {
  margin-right: 0;
  padding-right: 0;
}
#menu ul li:nth-last-child(1) {
  margin-left: 17px;
}
#menu ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.65px;
}
#menu .wpml-nav-link {
  position: relative;
}
#menu .wpml-nav-link:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -17px;
  width: 1px;
  height: 16px;
  background: #fff;
}
.service-nav ul li a:hover,
#menu ul li.current_page_item a,
#menu ul li.current_page_parent a,
#menu ul li a:hover,
.service-nav ul li.current-menu-item a,
.service-nav ul li.current-services-ancestor a {
  color: #52bbc8;
}
.tax-services #menu ul li.current_page_parent a,
.single-service #menu ul li.current_page_parent a {
  color: #fff;
}
#menu ul li.current_page_item a,
.service-nav ul li.current-menu-item a,
.service-nav ul li.current-services-ancestor a {
  font-weight: 700;
  font-family: Quicksand;
}
.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: url(images/icon-search.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 16px;
  height: 19px;
  cursor: pointer;
}
.service-nav {
  width: 100%;
  margin-top: -27px;
  text-align: right;
}
.de .service-nav ul {
  width: 70%;
  float: right;
}
.service-nav ul li {
  position: relative;
  display: inline-block;
  margin-right: 2.6%;
  padding-right: 3.67777%;
  vertical-align: top;
}
.service-nav ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 35px;
  background: #fff;
}
.service-nav ul li:nth-last-child(1):after {
  display: none;
}
.service-nav ul li a {
  color: #ffffff;
  line-height: 20px;
  font-size: 13px;
  text-align: right;
  text-transform: uppercase;
}
.service-nav ul li a span {
  display: block;
}
.search-box {
  display: none;
  margin: 30px 0 10px;
  text-align: center;
}
.search-box input[type="text"] {
  width: 80%;
  border: 1px solid #d7d7d7;
  border-width: 0 0 1px 0;
  background: transparent;
  color: #fff;
  font-family: "Quicksand Book";
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
.search-box #searchsubmit {
  position: relative;
  top: 4px;
  border-radius: 0 15px;
  border: 1px solid #52bbc8;
  background: transparent;
  padding: 5px 20px;
  color: #52bbc8;
  font-family: Vidaloka;
  font-size: 14px;
  letter-spacing: 1.6px;
  cursor: pointer;
}
.search-box #searchsubmit:hover {
  background: #52bbc8;
  color: #fff;
}
.hamburger {
  position: absolute;
  top: 107px;
  right: 22px;
  display: none;
  font: inherit;
  overflow: visible;
  float: right;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 28px;
  cursor: pointer;
}
.hamburger-inner {
  top: 50%;
  display: block;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff;
}
.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger-inner:before {
  top: -11px;
}
.hamburger-inner:after {
  bottom: -11px;
}

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #fff;
}
.hamburger.is-active .hamburger-inner {
  top: 0;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger.is-active .hamburger-inner:after {
  top: 20px;
  bottom: auto;
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
#wrapper {
  /*padding-top: 150px;*/
}
.home-banner {
  position: relative;
  background-position: top center;
  background-size: cover;
}
.home-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 59, 132, 0.8);
}

.home-banner-overlay-thank {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 59, 132, 0.8);
}

.home-banner-overlay-thank:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: url("images/home/bg_fade_top.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.home-banner-overlay-thank:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 166px;
  background: url("images/bg-fade-bottom-new.png") repeat-x;

  background-position: center bottom;
}

.page-template-singapore_page .home-banner-overlay:before,
.page-template-service_page .home-banner-overlay:before,
.page-template-front-page .home-banner-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 450px;
  background: url("images/home/bg_fade_top.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.page-template-singapore_page .home-banner-overlay:after,
.page-template-service_page .home-banner-overlay:after,
.page-template-front-page .home-banner-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 166px;
  background: url("images/bg-fade-bottom-new.png") repeat-x;

  background-position: center bottom;
}

.page-template-service_page .home-hd-section {
  height: 320px;
}

.page-template-service_page .home-hd-section .form h2 {
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.page-template-service_page .home-hd-section .form {
  position: relative;
  top: -150px;
  z-index: 3;
}
.page-template-service_page .home-hd-section .form h5 label,
.page-template-service_page .home-hd-section .form h5 {
  color: #fff;
}

.page-template-service_page .home-hd-section .form .box-field.col-3 {
  width: 32%;
  padding: 0 1.5%;
  margin-bottom: 15px;
}

.page-template-service_page .home-hd-section .form .box-field.col-3 h5 { line-height: 1em;}

.page-template-service_page .home-hd-section .form .box-field.col-12 {
  padding: 0 1.5%;
  margin-bottom: 15px;
}

.page-template-service_page .home-hd-section .form .wpcf7-text {
  color: #fff;
  border-radius: 0 !important;
  line-height: 0.5em;
  margin-bottom: 0;
  font-family: "Quicksand Book";
}
.page-template-service_page .home-hd-section .form textarea {
  color: #273b84;
  padding: 7px 2%;
  width: 96%;
  line-height: 1.3em;
  font-family: "Quicksand Book";
}

.page-template-service_page .home-slide-content {
  color: #fff;
  z-index: 3;
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  font-size: 22px;
}

.page-template-service_page .home-slide-content p {
  line-height: 1.6em;
}

.page-template-service_page .home-hd-section .form {
  background-color: rgb(255, 255, 255, 0.1);
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
}

.page-template-service_page .home-hd-section .fields-form {
  text-align: left;
  padding-top: 20px;
}

.page-template-service_page .home-hd-section textarea {
  background-color: #fff;
  margin-top: 10px;
  height: 85px;
  border-radius: 0 25px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-template-service_page .home-hd-section .btn-box input {
  background: url(images/arrow_right_blue.svg) no-repeat 80% 50% #fff;
  color: #273b84;
}

.page-template-service_page .home-hd-section .btn-box input:hover {
  border-color: #fff;
  background: url(images/arrow_right_white.svg) no-repeat 80% 50% #273b84;
  color: #fff;
}

.page-template-service_page .home-hd-section .fields-form {
  width: 100%;
}

.page-template-service_page .home-hd-section .wpcf7-form .btn-box {
  margin-top: 0;
  margin-bottom: 10px;
}
.page-template-service_page .home-hd-section {
  padding-top: 0;
  padding-bottom: 0;
}

/* Privacy Policy tTemplate */
@media screen and (min-width: 1440px){
	#pp-content p{
		font-size:22px;
	}
}
@media screen and (max-width: 768px){
	.page-template-privacy-template .title-home h1{
		line-height:65px;
	}
	.page-template-privacy-template .title-home{
		margin-left:0 !important;
	}
	#pp-content{
		margin-top:-50px !important;
	}
	.page-template-privacy-template .full-h.center-content{
		min-height:300px !important;
		height:350px;
	}
}
#pp-c-link:hover{
	color:#000;
}
.page-template-privacy-template .title-home{
	text-align:left;
	justify-content:left;
	margin-left:55px;
}
.page-template-privacy-template .home-hd-section p{
	text-align:left;
}
#pp-content{
	margin-top:-230px;
}
.page-template-privacy-template .full-h.center-content{
	min-height: 500px;
}
.page-template-privacy-template .full-h{
	height:500px;
}

/* End privacy policy */

.page-template-service_page .full-h.center-content {
  min-height: auto;
}
.page-template-thank_you_temp .home-hd-section{
	background:none;
}
.home-hd-section {
  position: relative;
  margin-top: -1px;
  /*padding-top: 186px;*/
  text-align: center;
  z-index: 2;
}
.full-h {
  height: 630px;
}
.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: inherit;
}
.between-content {
  display: flex;

  align-items: center;
  justify-content: space-between;
  min-height: inherit;
}

.page-template-contact-us .between-content {
  padding-top: 50px;
}

.full-h.center-content {
  position: relative;
  min-height: 70vh;
}
.title-home {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  text-align: left;
  color: #fff;
  z-index: 2;
}
.learn-more-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
}
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 22px;
  height: 30px;
  display: inline-block;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #fff;
  margin-left: -2px;
  top: 3px;
  border-radius: 50%;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}
.learn-more-box p {
  margin: 14px 0 21px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 2.4px;
}
.learn-more-box:after {
  content: "";
  width: 1px;
  height: 40px;
  background: #929cc2;
  display: inline-block;
}
.home-hd-section {
  background: #273b84;
  padding: 60px 0 100px;
  color: #fff;
}
.home-hd-section .content {
  max-width: 1110px;
}
.home-hd-section .entry-content p {
  color: #fff;
}
.home-hd-section p {
  text-align: center;
  line-height: 30px;
  font-size: 24px;
}

.page-template-front-page .home-hd-section p {
  font-size: 21px;
}

.services-section {
  position: relative;
  background: #eff1f2;
  min-height: 770px;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  /*justify-content: space-between;*/
  padding: 120px 0 66px;
  overflow: hidden;
}
.services-sc-desc {
  display: inline-block;
  /*flex: 0 0 auto;*/
  width: 30%;
}
.services-sc-desc-box {
  max-width: 350px;
  float: right;
  padding-top: 46px;
}
.services-sc-desc h2 {
  margin-bottom: 42px;
}
.services-sc-desc p {
  line-height: 30px;
}
.services-slider-cn {
  position: absolute;
  top: 120px;
  right: 0;
  max-width: 1040px;
  width: 100%;
  /*flex: 0 0 auto;*/
  width: 70%;
}
.services-slider {
  right: -21px;
}
.services-slider .slick-list {
  padding-bottom: 100px;
}
.slider-item {
  position: relative;
  box-shadow: 0px 20px 22px 0px rgba(17, 34, 73, 0.4);
  margin: 0 22px;
}
.slide-box {
  /*max-width: 485px;*/
  /*width: 100%!important;*/
}
.slider-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  padding: 0 10%;
  text-align: center;
  color: #fefefe;
  font-family: Vidaloka;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
}
.slider-item a p {
  line-height: normal;
}
.slider-item a span {
  position: relative;
  border-radius: 0 15px;
  margin-top: 11%;
  padding: 0 33px;
  color: #ffffff;
  font-family: Vidaloka;
  font-size: 16px;
  letter-spacing: 1.6px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.slider-item a:hover span {
  color: #52bbc8;
  background-color: #ffffff;
}
.slider-item a:hover .arrow-r.white:before {
  background: url("images/arrow-right-b.png") no-repeat;
}
.slider-item img {
  width: 100%;
  height: auto;
}

.services-slide-new .slick-arrow,
.services-slider .slick-arrow,
.about-slider .slick-arrow,
.services-posts-slider .slick-arrow {
  position: absolute;
  right: 18%;
  bottom: 0;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0 15px;
  background: transparent;
  font-size: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.about-slider .slick-arrow {
  right: 24px;
  bottom: -56px;
}
.about-slider .slick-prev,
.services-slider .slick-prev,
.services-posts-slider .slick-prev {
  right: 25%;
  border-radius: 15px 0;
}

.services-slide-new .slick-prev {
  right: auto;
  left: 0;
}
.services-slide-new .slick-next {
  left: auto;
  right: 0;
}

.about-slider .slick-prev {
  right: 84px;
}

.services-slide-new .slick-arrow:hover,
.about-slider .slick-arrow:hover,
.services-slider .slick-arrow:hover,
.services-posts-slider .slick-arrow:hover {
  background-color: #52bbc8;
}

.services-slide-new .slick-arrow:before,
.about-slider .slick-arrow:before,
.services-slider .slick-arrow:before,
.services-posts-slider .slick-arrow:before {
  content: "";
  background: url("images/arrow-left-b.png");
  width: 17px;
  height: 9px;
  display: inline-block;
}

.navigation a:hover i:before,
.services-slide-new .slick-arrow:hover:before,
.about-slider .slick-arrow:hover:before,
.services-slider .slick-arrow:hover:before,
.services-posts-slider .slick-arrow:hover:before {
  background: url("images/arrow-r-w.png");
}

.services-slide-new .slick-next::before,
.about-slider .slick-next:before,
.services-slider .slick-next:before,
.services-posts-slider .slick-next:before {
  background: url("images/arrow-right-b.png");
}

.navigation .nav-previous a:hover i:before,
.services-slide-new .slick-prev:hover:before,
.about-slider .slick-prev:hover:before,
.services-slider .slick-prev:hover:before,
.services-posts-slider .slick-prev:hover:before {
  background: url("images/arrow-l-w.png");
}

.services-slide-new .slick-prev {
  left: -140px;
  bottom: 150px;
}
.services-slide-new .slick-next {
  left: -80px;
  bottom: 150px;
}

.latest-news-post {
  min-height: 800px;
}
.latest-news {
  padding: 102px 0 131px;
}
.latest-news h2 {
  margin-bottom: 54px;
  color: #23438d;
}
.latest-news-post {
  width: 57.5%;
  display: inline-block;
}
.latest-news-post img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.latest-news-post h3 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 33px;
}
.latest-news-post h3 a {
  color: #23438d;
  font-family: Vidaloka;
  font-size: 30px;
  line-height: 40px;
}
.latest-news-post h3 a:hover {
  color: #52bbc8;
}
.latest-news-post h3:before,
.last-news-list .last-news-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #23438d;
  display: inline-block;
}
.latest-news-post p {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 30px;
}
.latest-news-post a {
  color: #52bbc8;
  font-size: 16px;
  font-family: Vidaloka;
  letter-spacing: 1.6px;
}
.last-news-list {
  position: absolute;
  right: 0;
  float: right;
  width: 39%;
  width: 39%;
  display: inline-block;
  padding-top: 29px;
}
.title-list {
  margin: 0 0 24px 37px;
  color: #767b87;
  font-size: 22px;
  text-transform: uppercase;
}
.last-news-list-item {
  position: relative;
  padding: 28px 34px 27px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.last-news-list-item:hover {
  box-shadow: 0 0 18px rgba(144, 144, 144, 0.3);
}
.last-news-list .last-news-list-item:before {
  left: 35px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.last-news-list .last-news-list-item:hover:before {
  left: 0;
  width: 100%;
  background-image: linear-gradient(
    to right,
    #23438d 0%,
    #23438d 44%,
    #52bbc8 90%,
    #52bbc8 100%
  );
}
.last-news-item .date-post,
.last-news-list .last-news-list-item .date-post,
.entry-date {
  position: relative;
  margin-bottom: 10px;
  padding-left: 0px;
  color: #767b87;
  font-size: 13px;
  line-height: 20px;
}
.last-news-item .date-post:before,
.last-news-list .last-news-list-item .date-post:before,
.entry-date:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  background: url("images/icon-clock.png") no-repeat;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  line-height: 20px;
}
.entry-date:before {
}

.last-news-list .last-news-list-item h4 {
  color: #23438d;
}
.last-news-list .last-news-list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.latest-news .btn-box {
  position: relative;
  top: 43px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.btn-box {
  text-align: center;
}
.last-news-list a.btn,
.btn-box input {
  border: 1px solid #23438d;
  background-color: #23438d;
  border-radius: 0 25px;
  padding: 15px 44px;
  color: #ffffff;
  font-family: Vidaloka;
  font-size: 16px;
  letter-spacing: 1.6px;
  cursor: pointer;
}
.btn-box input {
  padding: 15px 79px;
}
.last-news-list a.btn:hover,
.btn-box input:hover {
  background-color: #fff;
  color: #23438d;
}
.can-we-help-section {
  min-height: 532px;
  padding-top: 30px;
}
.cwhs-title {
  width: 50%;
  text-align: center;
  color: #fff;
}
.cwhs-desc {
  width: 50%;
  color: #fff;
}
.cwhs-desc p {
  max-width: 409px;
  color: #ffffff;
  line-height: 30px;
}
.cwhs-desc a {
  position: relative;
  top: 76px;
  left: 13px;
  border-radius: 0 15px;
  border: 1px solid #52bbc8;
  padding: 15px 41px;
  color: #52bbc8;
  font-family: Vidaloka;
  font-size: 16px;
  letter-spacing: 1.6px;
}
.cwhs-desc a:hover {
  background: #52bbc8;
  color: #fff;
}
.cwhs-desc a:hover i:before {
  background: url("images/arrow-r-w.png") no-repeat;
}
.header-section-page {
  position: relative;
  min-height: 500px;
  color: #52bbc8;
}
.header-section-page:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/def-header-overlay.png") no-repeat;
  background-color: rgba(36, 56, 133, 0.7);
  background-size: cover;
  background-position: left top;
}
.header-section-page header {
  position: relative;
  padding-top: 60px;
  text-align: center;
}
.breadcrumbs-box {
  margin-top: 10px;
}
.breadcrumbs-box,
.breadcrumbs-box a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
.breadcrumbs-box a:hover {
  color: #52bbc8;
}
body.page .entry-content {
  padding-top: 0px;
  max-width: 90%;
  margin: 0 auto;
}
body.page .about-us .entry-content {
  padding-bottom: 25px;
}
.page .entry-content .container > div {
  display: inline-block;
  width: 100%;
}
.page .entry-content h2 {
  line-height: 70px;
  color: #243884;
}
.content-page {
  margin-bottom: 30px;
}
.slider-box {
  position: relative;
  width: 42.5%;
  display: inline-block;
  padding-top: 10px;
}
.about-slider .slick-list {
  padding-bottom: 40px;
}
.slick-slide {
  outline: none !important;
}
.about-slider .slick-slide {
  margin: 0 22px;
  box-shadow: 0px 25px 32px 0px rgba(0, 0, 0, 0.2);
}
.about-slider .slick-slide img {
  width: 100%;
  height: auto;
}
.slider-desc-box {
  width: 49%;
  display: inline-block;
  float: right;
}
.desc-one {
  max-width: 500px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.desc-slider-box {
  position: relative;
  /*min-height: 620px;*/
  margin-top: 85px;
  padding-top: 79px;
}
.desc-slider-box:before {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  background: url("images/about-slide-bg.png") no-repeat;
  background-size: cover;
  background-position: top right;
  width: 1513px;
  height: 100%;
  display: inline-block;
  z-index: -1;
}
.entry-content .desc-slider-box p {
  color: #fff;
}

.about-slider-desc {
  /*display: none;*/
  color: #ffffff;
}
.about-slider-desc-item {
  display: inline-block;
  padding-right: 16%;
}
.about-slider-desc h3 {
  position: relative;
  margin-bottom: 29px;
  padding-bottom: 23px;
  font-size: 60px;
  line-height: 60px;
}
.about-slider-desc h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #ffffff;
  display: inline-block;
}
.about-slider-desc p,
.aps2-section p {
  font-size: 16px;
  line-height: 30px;
}
.aps2-section {
  min-height: 400px;
}
.aps2-section .container {
  position: relative;
}
.aps2-section .container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 1000%;
  height: 100%;
  background: #eff1f2;
  border-bottom-left-radius: 80px;
  z-index: -1;
}
.aps2-section .container > div:nth-child(1) {
  width: 50%;
  padding-top: 18px;
  padding-left: 8%;
}
.aps2-section .container > div:nth-child(2) {
  width: 49%;
}
h2.title-section {
  position: relative;
  color: #243884;
  margin-bottom: 29px;
  padding-bottom: 23px;
}
h3.title-section {
  position: relative;
  color: #243884;
  margin-bottom: 29px;
  padding-bottom: 23px;
}
h3.title-section {
  padding-bottom: 32px;
}
h2.title-section:before,
h3.title-section:before,
.single-service h1.entry-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #23438d;
  display: inline-block;
}
h3.title-section:before {
  height: 4px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.aps3-section {
  min-height: 370px;
  margin: 88px auto 91px;
}
.aps3-section .container > div {
  min-height: inherit;
}
.aps3-section .container > div:nth-child(1) {
  width: 40.5%;
  border-right: 1px solid #d7d7d7;
}
.aps3-section .container > div:nth-child(2) {
  width: 59.5%;
}
.aps3-desc {
  max-width: 460px;
}
.aps3-slider .slick-slide img {
  max-width: 242px;
  width: auto;
  height: 180px;
}
.aps3-slider .slick-arrow {
  position: absolute;
}
.aps3-slider .slick-dots {
  position: absolute;
  top: 87px;
  right: -11px;
}
.aps3-slider .slick-dots a {
  position: relative;
  border-radius: 0 15px;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-bottom: 6px;
  color: #52bbc8;
  font-family: Vidaloka;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.aps3-slider .slick-dots .slick-active a {
  background-color: #52bbc8;
  color: #fff;
}
.aps3-slider .slick-dots .slick-active a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -37px;
  background: url(images/arrow-left-b.png);
  width: 17px;
  height: 9px;
  display: inline-block;
}
.aps3-slider-box {
  width: 83%;
  float: right;
  padding-top: 34px;
}
.aps3-slider-box .slick-list .slick-slide {
  padding-right: 40px;
}
.aps3-slide-box p {
  max-width: 500px;
  margin-top: 33px;
  line-height: 30px;
}
.blog #content,
.search #content {
  margin-bottom: 126px;
}
.news-wrap {
  padding-top: 107px;
}
.news-posts {
  width: 100%;
  display: inline-block;
  margin-top: 67px;
}
.news-posts article {
  display: inline-block;
  width: 47.5%;
  float: left;
  margin-bottom: 58px;
}
.news-posts article:hover h3.title-section:before {
  width: 100%;
  background: linear-gradient(
    to right,
    #23438d 0%,
    #23438d 44%,
    #52bbc8 90%,
    #52bbc8 100%
  );
}
.news-posts article:nth-child(odd) {
  clear: both;
}
.news-posts article:nth-child(even) {
  float: right;
}
.news-posts article img {
  width: 100%;
  height: auto;
}
.news-filter-year {
  text-align: center;
}
.news-filter-year a {
  margin-right: 50px;
  color: #767b87;
  font-family: Quicksand;
  line-height: 36px;
}
.news-filter-year a:nth-last-child(1) {
  margin-right: 0;
}
.news-filter-year a:hover,
.news-filter-year a.active-filter {
  color: #52bbc8;
}
.news-filter-year a.active-filter {
  font-weight: 700;
}
.entry-meta {
  margin: 15px auto 9px;
}
h3.entry-title {
  font-size: 20px;
  line-height: 30px;
}
h3.entry-title a {
  color: #23438d;
}
.nav-links {
  margin: 12px auto;
  text-align: center;
}
.navigation a,
.nav-links .page-numbers {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 0 15px;
  color: #52bbc8;
  font-family: Vidaloka;
  text-align: center;
  letter-spacing: 1.6px;
  line-height: 40px;
}
.nav-links .page-numbers {
  margin-right: 32px;
}
.nav-links .page-numbers:nth-last-child(1) {
  margin-right: 0;
}
.navigation a:hover,
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
  background-color: #52bbc8;
  color: #fff;
}
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
  display: none;
}
.single-post #content {
  padding-bottom: 121px;
}
.single-post article {
  padding-top: 50px;
}
.single-post article header {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 32px;
}
.single-post article header:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #23438d;
}
.single-post h1.entry-title {
  margin: 50px auto 18px;
  color: #23438d;
  font-size: 30px;
  line-height: 40px;
}
.img-thumbnail,
#nav-below {
  max-width: 1000px;
}
.img-thumbnail img {
  width: 100%;
  height: auto;
}
#nav-below {
  margin: 28px 0 52px;
  text-align: right;
}
.single-post #nav-below {
  max-width: 100%;
  width: 100%;
  border-top: 1px solid #53bac9;
  margin: 50px 0 50px;
  padding: 20px 0 0 0;
}
.single-post #nav-below.navigation a {
  width: auto;
  height: auto;
}
.single-post #nav-below.navigation a:hover {
  color: #243884;
  background: transparent;
}
.navigation {
  margin: 14px 0 0;
  text-align: center;
}
.navigation > div {
  display: inline-block;
}
#nav-below .navigation > div:nth-child(1) {
  margin-right: 12px;
}
.entry-content iframe {
  width: 100%;
}
.entry-content h4 {
  margin-bottom: 31px;
  color: #52bbc8;
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 700;
}
.entry-content p {
  margin-bottom: 30px;
  color: #555555;
}
.entry-content p img {
  max-width: max-content;
  width: 100%;
  height: auto;
}
.entry-content p img.aligncenter {
  display: block;
  margin: 0 auto;
}
.entry-content p img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.entry-content p img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.entry-content em {
  font-style: italic;
}
.entry-content a {
  font-family: Quicksand;
}
.entry-content table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid grey;
}
.entry-content table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.entry-content table tr td {
  border: 1px solid grey;
  padding: 2px 10px;
}
.single-service .entry-content ul {
  list-style: inherit;
  padding-left: 25px;
}
.single-service .entry-content ul li {
  margin-bottom: 15px;
  line-height: 25px;
}
.sources-section {
  border-radius: 0 35px;
  border: 1px solid #52bbc8;
  margin-top: 79px;
  padding: 48px 49px 50px;
}
.sources-section a {
  font-family: "Quicksand";
  text-decoration: underline;
}
.page .about-us .entry-content .between-content,
.archive-content .between-content,
.single-service .between-content {
  align-items: start;
}
.page .about-us .entry-content .container > div:nth-child(1) {
  width: 70%;
}
.page .about-us .entry-content .container > div:nth-child(2) {
  width: 30%;
}
.au-num-container {
  padding-top: 10px;
  padding-left: 22%;
}
.num-box {
  margin-bottom: 32px;
}
.num-box span {
  display: block;
  margin-bottom: 5px;
  color: #767b87;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 700;
}
.num-box a {
  color: #52bbc8;
  font-family: Vidaloka;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}
.contact-form-section {
  background: #eff1f2;
  padding: 92px 0 63px;
}
.contact-form-section h2 {
  text-transform: capitalize;
  padding-bottom: 34px;
}
.pull-right {
  float: right;
}
.fields-form {
  padding-top: 40px;
}
.box-field {
  width: 100%;
  display: inline-block;
  margin-bottom: 27px;
}
.box-field.col-5 {
  width: 44.5%;
}
.box-field.col-7 {
  width: 49%;
}
.box-field .wpcf7-form-control-wrap {
  height: 100%;
  display: inline-block;
  display: block;
}
.box-field input,
.box-field textarea {
  width: 100%;
  border: 1px solid #d7d7d7;
  border-width: 0 0 1px 0;
  background: transparent;
  padding: 1px 0 6px;
  color: #23438d;
  font-family: "Vidaloka";
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}
::-webkit-input-placeholder {
  color: #767b87;
}
::-moz-placeholder {
  color: #767b87;
}
:-moz-placeholder {
  color: #767b87;
}
:-ms-input-placeholder {
  color: #767b87;
}
.box-field input.wpcf7-not-valid {
  border-color: #f00;
}
.box-field textarea {
  max-height: 146px;
}
.box-field span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .btn-box {
  margin: 39px 0;
}
div.wpcf7 .btn-box .ajax-loader {
  display: none;
}
.wpcf7-form .btn-box input:hover {
  background: transparent;
}
div.wpcf7-response-output {
  border: 0 !important;
  text-align: center;
}
.map-section {
  padding: 98px 0 126px;
}
.acf-map {
  width: 100%;
  height: 550px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
#content-map-widjet {
  border-radius: 0 30px;
  background-color: #112249;
} /*>div:nth-child(4)>div*/
.gm-style div div div div div {
  max-width: 316px !important;
  background: transparent !important;
  border: 0 !important;
}
.gm-style div div div:nth-child(4) div div {
  height: auto !important;
}
.gm-style .gm-style-iw-d {
  overflow: auto !important;
}
.gm-style .gm-style-iw {
  border-radius: 0 30px;
  background: #112249 !important;
  top: 0 !important;
  left: 0 !important;
  max-width: 316px;
  width: 100% !important;
  height: 100% !important;
  min-height: 188px !important;
  padding: 20px 24px 10px;
  display: block !important;
  overflow: visible;
}
.gm-style .gm-style-iw:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -13px;
  border-top: 11px solid transparent;
  border-right: 14px solid #112249;
  border-bottom: 11px solid transparent;
}
/*style the paragraph tag*/
.gm-style .gm-style-iw #google-popup p {
  padding: 10px;
}
/*style the annoying little arrow at the bottom*/
.gm-style div div div div div div div div {
  margin: 0;
  padding: 0;
  top: 0;
  color: #fff;
  font-size: 16px;
}
/*style the link*/
.gm-style div div div div div div div div a {
  color: #f1f1f1;
  font-weight: bold;
}
.gm-style .gm-style-iw .info-window-desc {
  position: relative;
  border-top: 1px solid #28427d !important;
  margin-top: 15px;
  padding-top: 16px;
}
.gm-style .gm-style-iw .info-window-desc p {
  font: 400 13px "Quicksand Book";
  line-height: 20px;
}
.archive-content {
  position: relative;
  min-height: 909px;
  margin-top: 99px;
  padding-bottom: 100px;
}
.tax-services .archive-content .between-content {
  position: relative;
}
.desc-tax {
  margin: 0 auto 100px;
  display: block;
}
.tax-list {
  position: relative;
  max-width: 280px;
  width: 100%;
  z-index: 2;
}
.services-posts-slider-cn {
  position: absolute;
  top: 0;
  /*right: -706px;*/
  right: 50px;
  /*width: 1420px;*/
  width: 744px;
  padding-left: 34px;
  padding-bottom: 60px;
}
.services-posts-slider-cn .slick-list.draggable {
  /*width: 1420px;*/
  overflow: visible;
}
.services-posts-slider-cn:before {
  content: "";
  position: absolute;
  /*left: -34px;*/
  left: 0;
  bottom: 0;
  width: 1000%;
  height: 66%;
  background: #eff1f2;
  border-bottom-left-radius: 80px;
  z-index: -1;
}
.services-posts-slider-cn:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1000%;
  width: 1000%;
  height: 100%;
  background: #fff;
}
.service-slide-post {
  margin: 0 70px;
  max-width: 570px;
}
.services-posts-slider-cn .slick-track {
  margin: 0;
}
.service-slide-post img {
  width: 100%;
  height: auto;
  box-shadow: 0px 30px 50px 0px rgba(17, 34, 73, 0.2);
  margin-bottom: 100px;
}
.service-slide-post h3.title-section {
  margin-bottom: 21px;
  padding-bottom: 21px;
}
.service-slide-post h3.title-section:hover {
  color: #52bbc8;
}
.service-slide-post p {
  margin-bottom: 51px;
}
.services-posts-slider .slick-arrow {
  bottom: 15px;
  right: auto;
}
.services-posts-slider .slick-prev {
  right: 120px;
}
.services-posts-slider .slick-next {
  right: 70px;
}
.services-posts-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 70px;
  max-width: 500px;
}
.services-posts-slider .slick-dots li {
  display: inline-block;
  margin-right: 11px;
}
.services-posts-slider .slick-dots li:nth-last-child(1) {
  margin-right: 0;
}
.services-posts-slider .slick-dots li button {
  background: transparent;
  border: 2px solid #52bbc8;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.services-posts-slider .slick-dots li button:hover,
.services-posts-slider .slick-dots li.slick-active button {
  background: #52bbc8;
}
.tax-list > ul > li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 9px;
  padding: 27px 0 35px;
}
.tax-list > ul > li:nth-last-child(1) {
  border: 0;
}
.tax-list > ul > li > a {
  display: inline-block;
  width: 100%;
  padding-right: 15px;
  color: #767b87;
  font-family: Vidaloka;
  font-size: 30px;
  font-weight: 400;
}
li.active-service-term {
  position: relative;
}
li.active-service-term:before {
  position: absolute;
  top: 42px;
  right: -17px;
}
.single-services-cn .tax-list > ul > li.active-service-term:before {
  display: none;
}
.single-services-cn li.active-service-term:before {
  top: 6px;
}
.tax-list > ul > li.active-service-term > a {
  color: #23438d;
}
.tax-list ul li ul {
  margin: 31px 0 0;
  padding: 0 20px 0 28px;
}
.tax-list ul li ul li {
  margin-bottom: 20px;
  width: 100%;
}
.tax-list ul li ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.tax-list li ul li a {
  padding-right: 15px;
  color: #555555;
  line-height: 20px;
}
.single-services-cn li ul li.active-service-term a,
.tax-list li ul li a:hover {
  color: #52bbc8;
}
.single-services-cn {
  padding-bottom: 157px;
}
.single-services-cn article {
  width: calc(89.4% - 280px);
}
.single-services-cn {
  margin-top: 99px;
}
.single-service h1.entry-title {
  position: relative;
  margin: 22px auto 21px;
  padding-bottom: 23px;
  color: #23438d;
  font-size: 30px;
  line-height: 40px;
}
.single-services-cn article .entry-content h3 {
  margin-bottom: 42px;
  color: #23438d;
}
.single-services-cn article .entry-content h4 {
  margin-bottom: 1px;
}
.single-services-cn article .entry-content p img {
  margin: 32px 0px 13px;
  width: 100%;
  height: auto;
}
/*Our Worldwide Presence*/
body.page .owp-page .entry-content {
  padding-top: 97px;
}
.owp-page .content-page p,
.owp-desc,
.owp-conatct p {
  line-height: 24px;
}
.owp-contact-section {
  padding-top: 13px;
}
.owp-contact-section h2 {
  color: #23438d;
  text-align: center;
}
.owp-desc-cn {
  display: flex;
  margin: 39px 0 68px;
}
.owp-desc-box {
  width: 30%;
  margin-right: 4.5%;
}
.owp-desc-box:nth-child(3n) {
  margin-right: 0;
}
.owp-desc-box > a {
  color: #23438d;
  font-family: "Vidaloka";
  line-height: 35px;
  text-transform: uppercase;
}
.owp-desc-box > a:hover {
  color: #52bbc8;
}
.owp-desc-cn:nth-of-type(2) .owp-desc {
  min-height: 73px;
}
.owp-desc {
  min-height: 121px;
  margin-bottom: 10px;
  padding-top: 11px;
}
.owp-desc p {
  margin-bottom: 24px;
}
.owp-page .map-section {
  padding: 42px 0 138px;
}
/*Footer*/
#footer {
  position: relative;
  margin-top: -1px;
  padding: 70px 0 26px;
  z-index: 2;
}
#footer > .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#footer h3 {
  border-bottom: 1px solid #4b4e58;
  padding-bottom: 2px;
  color: #767b87;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
#footer h3 a {
  float: right;
}
#footer h3 a:hover i:before {
  background: url("images/arrow-right-b.png");
}
.col-l,
.col-r {
  width: 40%;
}
.col-r {
  margin-right: 9%;
}
.ft-row {
  display: flex;
  flex-direction: row;
  padding-top: 28px;
}
.col-l .col-5:nth-child(1) {
  width: 43%;
}
.col-l .col-5:nth-child(2) {
  width: 57%;
}
#footer .widgetizedArea ul li a {
  color: #52bbc8;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}
#footer a:hover,
#footer .widgetizedArea ul li a:hover {
  color: #fff;
}
.col-r .col-5 {
  line-height: 26px;
}
.col-r .col-5:nth-child(1) {
  width: 80%;
  color: #fff;
}
.col-r .col-5:nth-child(2) {
  width: 20%;
}
.col-r .col-5 h5 {
  color: #767b87;
  font-family: "Quicksand Book";
  font-size: 14px;
  line-height: 20px;
}
#footer .widgetizedArea {
  margin-bottom: 21px;
}
.social-box {
  text-align: right;
}
.social-link {
  margin-right: 20px;
}
.social-link:nth-last-child(1) {
  margin-right: 0;
}
.social-link svg {
  width: 20px;
  height: 20px;
}
.social-link:hover svg path {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.social-link:hover svg path {
  fill: #52bbc8;
}
.footer-bottom {
  margin-top: 100px;
}
.footer-bottom > div {
  width: 50%;
}
.footer-bottom img {
  max-width: 221px;
  width: 100%;
}
.footer-bottom > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.modal-scrollable {
  background: #112249;
  z-index: 222;
}
#modal-menu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 100%;
  left: 0;
  right: 0;
  text-align: center;
}
body.th #menu ul li.current_page_item a,
body.th .service-nav ul li.current-menu-item a,
body.th .service-nav ul li.current-services-ancestor a,
body.th .search-box input[type="text"],
body.th .search-box #searchsubmit,
body.th .slider-item a span,
body.th .slider-item a,
body.th .latest-news-post h3 a,
body.th .latest-news-post a,
body.th .last-news-list a.btn,
body.th .btn-box input,
body.th .cwhs-desc a,
body.th .aps3-slider .slick-dots a,
body.th .news-filter-year a,
body.th .navigation a,
body.th .nav-links .page-numbers,
body.th .entry-content h4,
body.th .entry-content a,
body.th .sources-section a,
body.th .num-box span,
body.th .num-box a,
body.th .box-field input,
body.th .box-field textarea,
body.th .tax-list > ul > li > a,
body.th .col-r .col-5 h5,
body.th .modal-body-menu ul li.current_page_item a {
  font-family: "Pridi" !important;
}
.gm-style-iw-t::before,
.gm-style .gm-style-iw-t::after {
  display: none;
}

/* 2021 */

.bg-gray {
  background-color: #f2f3f5;
}
.section-box {
  padding: 80px 0;
}
.section-box .row {
  display: flex;
}
.row .col-6 {
  width: 50%;
}

.arrow-r.d-blue:before {
  background: url(images/dark_blue.svg) no-repeat;
}

a:hover .arrow-r.d-blue:before {
  background: url(images/arrow_white.svg) no-repeat;
}

.btn.btn-blue {
  border: 1px solid #23438d;
  background-color: #23438d;
  border-radius: 0 25px;
  padding: 15px 5px;
  color: #ffffff;
  font-family: Vidaloka;
  font-size: 16px;
  display: inline-flex;
  letter-spacing: 1.6px;
  margin-top: 2rem;
  cursor: pointer;
  width: 180px;
  text-align: center;
  justify-content: center;
}

.btn.btn-blue:hover {
  background-color: #fff;
  color: #23438d;
}

.btn.btn-white {
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0 25px;
  padding: 15px 5px;
  color: #273b84;
  font-family: Vidaloka;
  font-size: 16px;
  display: inline-flex;
  letter-spacing: 1.6px;
  margin-top: 2rem;
  cursor: pointer;
  width: 180px;
  text-align: center;
  justify-content: center;
}

.btn.btn-white:hover {
  background-color: #273b84;
  color: #fff;
}

.btn.btn-white i {
  color: #273b84;
  margin-left: 1rem;
}

.btn.btn-blue i {
  margin-left: 1rem;
}

.section-box h2 {
  margin-bottom: 2rem;
  color: #273b84;
}

/*  header home 1 */
.title-home {
  text-align: center;
  font-size: 80px;
  line-height: 80px;
}

/* home section 1 */
#intro-section .row > div:last-child {
  padding-left: 80px;
}

/* home section 2 */
#ideal-section {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 250px;
}
#ideal-section .bg_blue {
  background-color: #273b84;
  color: #fff;
  border-top-right-radius: 80px;
  height: 620px;
}
#ideal-section .bg_blue h2 {
  color: #fff;
}

#ideal-section .text {
  padding: 5rem;
}

#ideal-section .container {
  position: relative;
}

#ideal-section .container::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: -700px;
  width: 1000px;
  background: url(images/home/lpcopy.jpg) no-repeat bottom left;
}

#ideal-section img {
  padding-bottom: 0;
  position: relative;
  bottom: 160px;
  max-width: 100%;
}

#ideal-section .row > div:first-child {
  min-width: 40%;
}

/* home section 3 */
#our-service-section {
  margin-top: 140px;
  margin-bottom: 80px;
}
#our-service-section .bg-gray {
  height: 500px;
  border-bottom-left-radius: 80px;
  position: relative;
}
#our-service-section .bg-gray:after {
  content: "";
}
#our-service-section .text {
  padding: 3rem 3rem 2rem 10rem;
}
#our-service-section .img {
  position: relative;
  bottom: 120px;
}
#our-service-section .img img {
  max-width: 100%;
}
#our-service-section .row div:first-child {
  min-width: 60%;
}
#our-service-section .row div:last-child {
  min-width: 40%;
}

/*  service page  */
.page-template-service_page #menu,
.page-template-service_page .service-nav,
.page-template-service_page .search-box,
.page-template-service_page .hamburger,
.page-template-service_page .footer-content {
  display: none !important;
}

.page-template-service_page #header.fixed {
  position: static !important;
  top: 0 !important;
  animation-direction: none;
  animation-duration: 0s;
}
.page-template-service_page #header.fixed .menu {
  display: none;
}
.service-nav.service_page {
  margin-top: -50px;
}

body.page-template-service_page .entry-content {
  padding-top: 0;
}

.intro-section .text ul {
  margin: 20px 0;
}
.intro-section .text ul li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #4fbcc8;
  margin-right: 1rem;
  align-self: center;
  vertical-align: center;
}

.intro-section .text ul li {
  margin: 15px 0;
}

#icon-service-section .row .col {
  width: 20%;
  padding-right: 20px;
}

#icon-service-section .img {
  border-bottom: 3px solid #273b84;
  width: 135px;
  height: 120px;
  margin-bottom: 2rem;
}
#icon-service-section .item h4 {
  color: #273b84;
}
#icon-service-section .item h4 {
  margin-bottom: 1rem;
}

.n_title_section {
  margin-bottom: 4rem !important;
}

#service-slide-section {
  background: url(images/about/bg_full_gray.jpg) no-repeat top right;
  position: relative;
  overflow: hidden;
  padding: 30px 0 100px 0;
}
.services-slide-new .item {
  padding: 3rem 3rem;
  background: #fff;
  margin-right: 30px;
  margin-top: 30px;
  margin-left: 15px;
  margin-bottom: 100px;
  height: 650px;
}
.services-slide-new .item h4 {
  margin: 20px 0;
  color: #23438d;
  font-size: 30px;
  margin-bottom: 1rem;
}

.services-slide-new .item h5 {
  margin-bottom: 2rem;
  font-family: "Quicksand Book";
  font-size: 1.2rem;
  color: #273b84;
}
.services-slide-new .item .img img {
  width: 185px;
}
#service-slide-section .container-fluid {
  margin-left: 10%;
  position: relative;
  right: -10%;
}
#service-slide-section .slick-dots li {
  display: inline-block;
  margin-right: 15px;
}
#service-slide-section .slick-dots li button {
  background: transparent;
  border: 2px solid #52bbc8;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}

#service-slide-section .slick-dots li.slick-active button {
  background-color: #52bbc8;
}

.services-slide-new .slick-dots {
  bottom: 20px;
  left: 15px;
  position: absolute;
}

.services-slide-new .slick-current .item {
  -webkit-box-shadow: -1px 5px 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

.page-template-service_page #footer {
  background: #24262e;
  padding: 30px 0 30px;
}

.page-template-service_page #footer .footer-bottom {
  margin-top: 0;
}

.footer-bottom > div:nth-child(2),
.page-template-service_page .footer-bottom > div:nth-child(2) {
  text-align: right;
  justify-content: flex-end;
}

/* contact section */

#contact-bt-section {
  color: #000;
  padding-top: 0;
}
#contact-section .wpcf7 label {
  display: block;
  font-weight: bold;
  color: #273b84;
}

#contact-section .box-field input {
  border-bottom: 2px solid #273b84;
}

#contact-section .box-field .wpcf7-form-control-wrap.message {
  display: block;
  width: 100%;
}

#contact-section .box-field .wpcf7-textarea {
  width: 100%;
  background-color: #f7f7f7;
  border-bottom: 0;
  margin-top: 30px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 40px;
}

#contact-section .box-field textarea {
  max-height: 270px;
  padding: 1.5rem 2%;
  width: 96% !important;
}

#contact-section .fields-form {
  position: relative;
}

#contact-section .fields-form .btn-box {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 70px;
  right: 40px;
}

#contact-section .btn-box input {
  background: url(images/arrow_white.svg) no-repeat 105px 20px #273b84;
  display: inline-block;
  width: 140px;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
}

#contact-section .btn-box input:hover {
  background: url(images/arrow-d-blue.svg) no-repeat 105px 20px #fff;
}

#contact-section .box-field .wpcf7-form-control-wrap {
  width: 85%;
}

.d-sp {
  display: none;
}

/* submenu */
#menu .sub-menu {
  position: absolute;
  top: 140%;
  left: 0;
  background-color: #fff;
}
#menu .menu-item-has-children {
  position: relative;
}
#menu .sub-menu {
  display: block;
  min-width: 180px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  z-index: -5;
}
#menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 3;
}
#menu .sub-menu li {
  display: block;
  text-align: center;
  margin: 0 0 !important;
}
#menu .sub-menu li a {
  color: #273b84;
  padding: 10px 0;
  display: block;
  font-weight: bold;
}


/* thank you page */
.page-template-thank_you_temp  .home-hd-section { padding: 20px 0;}
.page-template-thank_you_temp .title-home h1 { font-size: 60px;} 
#thank_you_page { text-align: center; z-index: 3; position: relative; margin-top: 30px;}
/* responsive */

@media screen and (min-width: 1920px) {
  .desc-slider-box:before {
    width: 2513px;
  }
}

@media screen and (min-width: 2200px) {
  #service-slide-section .container-fluid {
    margin-left: 15%;
  }
}

@media screen and (max-width: 1900px) {
  .services-slide-new .item {
    height: 680px;
  }
}
@media screen and (max-width: 1700px) {
  #service-slide-section .container-fluid {
    margin-left: 2%;
  }
  #service-slide-section {
    background-position: 550px 0;
  }
  .services-slide-new .item {
    height: 780px;
  }
  #service-slide-section {
    background-size: contain;
  }
}

@media screen and (max-width: 1500px) {
  .page-template-service_page .full-h {
    height: 620px;
  }

  .page-template-service_page .home-hd-section {
    height: 280px;
  }
  .archive-content {
    min-height: 750px;
  }
  .services-posts-slider-cn {
    /*right: -400px;*/
    /*width: 1000px;*/
    right: 23%;
    width: 544px;
  }
  .service-slide-post {
    margin: 0 55px;
  }
  .service-slide-post img {
    margin-bottom: 80px;
  }
  .services-posts-slider .slick-dots {
    left: 55px;
  }
  .services-posts-slider .slick-next {
    right: 35px;
  }
  .services-posts-slider .slick-prev {
    /*left: 38%;*/
    right: 90px;
  }

  h2 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1400px) {
  .title-home h1 {
    font-size: 60px;
  }

  .page-template-service_page .home-slide-content p {
    line-height: 1.4em;
  }
  .page-template-service_page .home-slide-content {
    font-size: 20px;
  }

  .page-template-service_page .home-hd-section .form {
    top: -130px;
  }

  .page-template-service_page .full-h {
    height: 450px;
  }
}

@media screen and (max-width: 1400px) {
  body .container-fluid,
  body .container {
    zoom: 0.9 !important;
    -ms-zoom: 0.9 !important;
    -webkit-zoom: 0.9 !important;
    -moz-transform: scale(0.9);
  }

  @media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
      body .container-fluid,
      body .container {
        -webkit-text-size-adjust: 90%;
      }
    }
  }
}

@media screen and (max-width: 1280px) {
  .services-posts-slider-cn {
    right: 24%;
  }

  #service-slide-section {
    background-position: 450px 0;
  }

  .services-slide-new .item {
    padding: 2rem;
  }
  #service-slide-section {
    background-size: inherit;
  }
}
@media screen and (max-width: 1220px) {
  .service-nav ul li a {
    font-size: 12px;
  }
  .service-nav ul li {
    margin-right: 1%;
    padding-right: 1%;
  }
  .services-posts-slider-cn {
    width: 450px;
    /*right: -200px;*/
  }
  .services-posts-slider-cn:before {
    height: 77%;
  }
  .services-posts-slider-cn {
    right: 28%;
  }

  /* new */

  h2 {
    font-size: 48px;
  }

  #intro-section img {
    max-width: 100%;
  }

  #ideal-section .text {
    padding: 3rem;
  }

  #ideal-section img {
    bottom: 80px;
  }

  #ideal-section {
    margin-top: 130px;
  }

  #our-service-section .text {
    padding: 3rem 3rem 2rem 5rem;
  }
}
@media screen and (max-width: 1070px) {
  .services-posts-slider-cn {
    right: 20%;
  }
  .services-slide-new .item {
    height: 600px;
  }

  .services-slide-new .slick-prev {
    left: -120px;
  }
  .services-slide-new .slick-next {
    left: -70px;
  }

  body .container-fluid,
  body .container {
    zoom: 0.7 !important;
    -ms-zoom: 0.7 !important;
    -webkit-zoom: 0.7 !important;
    -moz-transform: scale(0.7);
  }

  @media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
      body .container-fluid,
      body .container {
        -webkit-text-size-adjust: 70%;
      }
    }
  }
}
@media screen and (max-width: 991px) and (orientation: landscape) {
  #header {
    padding-top: 20px;
  }
  .hamburger {
    top: 27px;
  }
}
@media screen and (max-width: 991px) {

  .page-template-thank_you_temp  .home-hd-section { padding: 0 0;}

  .page-template-thank_you_temp .title-home h1 { font-size: 40px;}

  .page-template-service_page .home-hd-section {
    height: 220px;
  }
  #our-service-section .text {
    padding: 2rem 1.5rem;
  }

  #ideal-section {
    border-top-right-radius: 100px !important;
    padding-bottom: 30px;
  }

  #ideal-section .img {
    position: absolute;
    top: -520px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #ideal-section .img img {
    max-width: 380px;
  }

  #ideal-section {
    margin-top: 250px;
    padding-top: 180px;
  }
  #ideal-section .text {
    padding: 2rem 0rem;
  }

  #our-service-section {
    background-color: #f2f3f5;
    margin-bottom: 60px;
  }

  #our-service-section .img {
    position: absolute;
    top: -520px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #our-service-section .img img {
    max-width: 380px;
  }

  #our-service-section {
    margin-top: 250px;
    padding-top: 180px;
    border-bottom-left-radius: 80px;
  }
  #our-service-section .text {
    padding: 2rem 0rem;
  }

  #our-service-section {
    background-color: #f2f3f5;
    margin-bottom: 60px;
  }

  .row .col-6 {
    width: 100%;
  }

  .section-box .row {
    display: block;
  }

  #ideal-section .row > div:first-child {
    min-width: 100%;
  }

  .d-pc {
    display: none;
  }
  .d-sp {
    display: block;
  }

  #ideal-section {
    background-color: #273b84;
  }

  #ideal-section .text {
    padding: 1.5rem 0;
  }

  .full-h.center-content {
    min-height: auto;
  }

  .container {
    max-width: 720px;
  }

  #header > .container {
    display: flex;
    justify-content: space-between;
  }

  #header .hamburger {
    position: relative;
    top: auto;
    right: auto;
    align-self: center;
  }

  #wrapper {
    overflow: hidden;
  }

  #our-service-section .bg-gray {
    height: auto;
  }

  #our-service-section .img {
    bottom: 0;
  }

  #our-service-section .img img {
    width: 100%;
  }

  .home-hd-section {
    padding: 50px 0 50px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  .section-box {
    padding: 30px 0 30px 0;
  }

  #ideal-section .bg_blue {
    height: auto;
  }

  #ideal-section .container::before {
    display: none;
  }

  #ideal-section img {
    bottom: 0;
    width: 100%;
  }

  #intro-section .row > div:last-child {
    padding-left: 0;
  }

  #intro-section .img {
    margin-top: 3rem;
  }

  /* end new */
  .desktop {
    display: none !important;
  }
  .mobail {
    display: inline-block;
  }
  #header {
    /*z-index: 230;*/
  }
  .hamburger {
    top: 94px;
  }
  #header.fixed {
    padding: 7px 0;
  }
  #header.fixed .hamburger {
    top: 28px;
  }

  /*.modal-open #header{*/
  /*background: #112249;*/
  /*}*/
  #modal-menu.modal.fade {
    top: -1000%;
  }
  #modal-menu.modal.fade.in {
    top: 0;
  }
  .modal-body-menu {
    width: 100%;
    padding: 84px 20px 100px;
  }
  .modal-body-menu #branding {
    float: left;
    display: none;
  }
  .modal-body-menu .menu-main-menu-container {
    clear: both;
    padding-top: 30px;
  }
  .modal-body-menu li {
    border-bottom: 1px solid #29385b;
  }
  #menu .menu-item-de:before {
    display: none;
  }
  .modal-body-menu li a {
    display: inline-block;
    padding: 37px 0 33px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }
  .modal-body-menu li a:hover {
    color: #52bbc8;
  }
  li.active-service-term:before {
    right: 0;
  }
  .modal-body-menu ul li.current_page_item a {
    font-family: Quicksand;
    color: #52bbc8;
    font-weight: 700;
  }
  .modal-body-menu .search-btn {
    position: relative;
    width: 25px;
    height: 25px;
    margin: 30px auto;
  }
  .modal-body-menu .search-box {
    margin-top: 0;
  }
  .modal-body-menu .search-box input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }
  body.home.page .entry-content {
    padding-top: 0px;
  }
  .home-hd-section {
    padding-top: 0;
  }
  .services-sc-desc,
  .cwhs-title {
    width: 100%;
  }
  .services-sc-desc-box {
    max-width: 100%;
    text-align: center;
  }
  .services-sc-desc h2 {
    margin-bottom: 32px;
  }
  .services-sc-desc h2 br {
    display: none;
  }
  .services-slider-cn {
    position: relative;
    top: auto;
    width: 100%;
    margin-top: 90px;
  }
  .services-slider {
    right: auto;
  }
  .services-posts-slider-cn:before {
    height: 66%;
  }
  .services-posts-slider-cn:after {
    display: none;
  }
  .services-posts-slider-cn .slick-list.draggable {
    overflow: hidden;
  }
  .slider-item a span {
    padding: 0 20px;
  }
  .latest-news {
    padding: 72px 0 82px;
  }
  .latest-news > .container {
    padding: 0;
  }
  .latest-news-post,
  .single-services-cn article {
    width: 100%;
    padding: 0 20px;
  }
  .single-services-cn article {
    padding-top: 52px;
  }
  .last-news-item {
    border-bottom: 1px solid #eff1f2;
    padding-bottom: 57px;
  }
  .latest-news h2 {
    margin-bottom: 51px;
    text-align: center;
  }
  .latest-news-post p {
    margin-bottom: 33px;
  }
  .latest-news-post a.read-more {
    display: block;
    width: 113px;
    margin: 0 auto;
  }
  .last-news-list {
    position: relative;
    width: 100%;
    float: none;
    margin-top: 25px;
  }
  .title-list {
    margin: 0 0 34px;
    text-align: center;
  }
  .latest-news .btn-box {
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    margin-top: 63px;
    text-align: center;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(00);
    transform: translateX(0);
  }
  .last-news-list a.btn {
    display: inline-block;
  }
  .can-we-help-section {
    min-height: 471px;
    padding: 0 0 79px;
  }
  .can-we-help-section .center-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cwhs-desc {
    width: 100%;
    margin-top: 51px;
  }
  .cwhs-desc p {
    max-width: 500px;
    margin: 0 auto;
  }
  .cwhs-desc a {
    top: 62px;
    left: 0;
  }
  .about-main .entry-content .container {
    padding: 0;
  }
  .about-main .content-page {
    padding: 0 20px;
  }
  .desc-one.mobail {
    max-width: 540px;
    display: block;
    margin: 0 auto;
    padding: 0 20px;
  }
  .about-main .content-page {
    margin-bottom: 75px;
  }
  .slider-box {
    width: 100%;
    margin-top: 79px;
    padding-bottom: 175px;
  }
  .slider-box .about-slider-cn {
    max-width: 540px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .slider-desc-box {
    width: 100%;
    padding-top: 0;
  }
  .slider-box:before {
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    background: url(images/about-slide-bg.png) no-repeat;
    background-size: cover;
    width: 1513px;
    height: 70.2%;
    display: inline-block;
    z-index: -1;
  }
  .about-slider .slick-arrow {
    right: 40%;
    bottom: -45px;
  }
  .about-slider .slick-prev {
    right: 52%;
  }
  .desc-slider-box:before {
    background: #243884;
    left: 0;
    width: 100%;
  }
  .desc-slider-box {
    min-height: auto;
    margin-top: -1px;
    padding: 73px 20px 103px;
  }
  .about-slider-desc-item {
    padding-right: 0;
  }
  .aps2-section .container {
    flex-direction: column;
    justify-content: start;
    padding: 65px 20px 51px;
  }
  .aps2-section .container:before {
    left: 0;
    width: 100%;
    border-bottom-left-radius: 0;
  }
  .about-main .aps2-section .container > div,
  .about-main .aps3-section .container > div,
  body.page .about-us .entry-content .container > div {
    width: 100% !important;
    padding: 0;
  }
  .aps2-section .container > div:nth-child(1) {
    margin-bottom: 12px;
  }
  .about-main .aps3-section .container,
  .page .about-us .entry-content .between-content,
  .archive-content .between-content,
  .single-service .between-content {
    flex-direction: column;
    justify-content: start;
  }
  .aps3-section {
    margin: 73px auto 77px;
    min-height: auto;
  }
  .aps3-desc {
    max-width: 100%;
  }
  .aps3-desc h2.title-section {
    margin-bottom: 41px;
    padding-bottom: 33px;
  }
  .aps3-section .container > div:nth-child(1) {
    border-right: 0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 50px;
  }
  .aps3-slider-box {
    float: none;
    max-width: 600px;
    width: 100%;
    margin: 26px auto 0;
  }
  .aps3-slider .slick-dots {
    top: 8%;
    right: 2px;
  }
  .news-wrap {
    padding-top: 75px;
  }
  .single-post #content {
    padding-bottom: 89px;
  }
  .single-post article {
    padding-top: 69px;
  }
  .single-post article header {
    margin-bottom: 50px;
  }
  #nav-below {
    margin: 37px 0 55px;
    text-align: center;
  }
  .navigation > div {
    margin: 0 5px;
  }
  .sources-section {
    margin-top: 86px;
    padding: 27px 32px 43px;
  }
  .single-service .between-content,
  .archive-content .between-content,
  .au-num-container {
    padding: 0;
  }
  body.page .about-us .entry-content {
    padding-top: 80px;
  }
  body.page .about-us .entry-content {
    padding-bottom: 39px;
  }
  .about-us .content-page {
    margin-bottom: 31px;
  }
  .contact-form-section {
    padding: 73px 0 41px;
  }
  .box-field.col-5,
  .box-field.col-7 {
    width: 100%;
  }
  .fields-form {
    padding-top: 18px;
  }
  .box-field textarea {
    margin-top: -13px;
  }
  .map-section {
    padding: 4px 0;
  }
  .archive-content {
    min-height: auto;
    margin-top: 49px;
    padding-bottom: 0;
  }
  .tax-list {
    max-width: 100%;
    padding: 0 20px;
  }
  .services-posts-slider-cn {
    position: relative;
    right: 0;
    width: 100%;
    margin: 45px auto 0;
    padding: 0 0 114px;
    z-index: 2;
  }
  .services-posts-slider-cn .slick-slider {
    max-width: 680px;
    margin: 0 auto;
  }
  .services-posts-slider-cn:before {
    border-bottom-left-radius: 0;
  }
  .service-slide-post img {
    margin-bottom: 50px;
  }
  .services-posts-slider .slick-dots {
    top: -70px;
    bottom: auto;
    padding-right: 140px;
  }
  .services-posts-slider .slick-arrow {
    top: -76px;
    left: auto;
    right: 35px;
    bottom: auto;
  }
  .services-posts-slider .slick-prev {
    right: 92px;
  }
  .single-services-cn {
    margin-top: 49px;
    padding-bottom: 114px;
  }
  .aps3-slider .slick-slide img {
    margin: 0 auto;
  }
  .owp-desc-cn {
    flex-direction: column;
  }
  .owp-desc-box {
    width: 100%;
    margin: 0 0 40px;
  }
  .owp-desc {
    min-height: auto !important;
  }
  /*Footer*/
  #footer > .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .col-l,
  .col-r {
    max-width: 600px;
    width: 100%;
    margin: 0;
  }
  .footer-bottom {
    margin-top: 63px;
  }
  .footer-bottom img {
    margin-bottom: 10px;
  }
  .footer-bottom > div,
  #copyright {
    width: 100%;
    text-align: left;
  }

  body.home #copyright {
    color: #61656f;
  }
}
@media screen and (max-width: 767px) {

  .page-template-thank_you_temp .title-home h1 { font-size: 24px; line-height: 1.3em;}

  #thank_you_page  { margin-top: 0;}

  .page-template-service_page .full-h {
    height: 580px;
  }

  h1,
  .page .entry-content h2 {
    font-size: 40px;
  }

  #ideal-section .img {
    position: absolute;
    top: -370px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #ideal-section .img img {
    max-width: 280px;
  }

  #ideal-section {
    margin-top: 250px;
    padding-top: 180px;
  }
  #ideal-section .text {
    padding: 2rem 0rem;
  }

  #our-service-section {
    background-color: #f2f3f5;
    margin-bottom: 60px;
  }

  #our-service-section .img {
    position: absolute;
    top: -370px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #our-service-section .img img {
    max-width: 280px;
  }

  #our-service-section {
    margin-top: 250px;
    padding-top: 180px;
    border-bottom-left-radius: 80px;
  }
  #our-service-section .text {
    padding: 2rem 0rem;
  }

  body .container-fluid,
  body .container {
    zoom: 1 !important;
    -ms-zoom: 1 !important;
    -webkit-zoom: 1 !important;
    -moz-transform: scale(1);
  }

  @media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
      body .container-fluid,
      body .container {
        -webkit-text-size-adjust: 100%;
      }
    }
  }

  .row .col-6 {
    width: 100%;
  }

  .section-box .row {
    display: block;
  }

  .modal-body-menu .hamburger-box {
    top: 15px;
  }

  #contact-section .box-field .wpcf7-form-control-wrap {
    width: 100%;
  }

  #contact-section .box-field input {
    border-bottom: 1px solid #707070;
  }

  #copyright {
    font-size: 10px;
  }

  #contact-section .fields-form .btn-box {
    right: 20px;
    bottom: 50px;
  }

  .services-slide-new .item {
    margin-bottom: 20px;
  }

  .services-slide-new .slick-prev {
    left: 30px;
    bottom: -40px;
  }
  .services-slide-new .slick-next {
    left: 75px;
    bottom: -40px;
  }

  .services-slide-new .item {
    height: 780px;
    text-align: center;
  }

  .services-slide-new .item p {
    line-height: 1.4em;
  }

  .services-slide-new .item .img {
    text-align: center;
  }

  .services-slide-new .item .img img {
    display: inline-block;
  }

  #service-slide-section {
    position: relatives;
  }

  #service-slide-section .container-fluid {
    z-index: 2;
  }

  #service-slide-section:after {
    content: "";
    width: 260px;
    height: 620px;
    display: block;
    background-color: #f2f3f5;
    position: absolute;
    right: 0;
    bottom: 40px;
    border-bottom-left-radius: 60px;
  }

  #service-slide-section .container-fluid {
    margin-left: 0;
    right: 0;
  }

  .section-box {
    padding: 30px 0;
  }

  #intro-section .img-mobile {
    margin-bottom: 2rem;
  }

  body {
    font-size: 16px;
  }

  #icon-service-section .item {
    margin-bottom: 3rem;
  }

  #icon-service-section .row .col {
    width: 100%;
    padding-right: 0;
  }

  .container {
    padding: 0 30px;
  }
  .home-hd-section {
    padding-top: 0px;
  }
  .full-h {
    height: 400px;
  }

  .learn-more-box p {
    font-size: 10px;
    margin: 10px 0 15px;
  }

  .home .full-h.center-content {
    min-height: 550px;
  }

  h1 {
    font-size: 40px;
  }

  body.page .entry-content {
    max-width: 100%;
  }

  .home-hd-section p {
    font-size: 16px;
  }

  .services-section .container {
    padding: 0;
  }
  .services-sc-desc {
    padding: 0 20px;
  }
  .services-slider-cn {
    margin-top: 60px;
  }
  .services-slider .slick-prev {
    right: 52%;
  }
  .services-slider .slick-next {
    right: 41%;
  }

  .sources-section iframe {
    width: 100%;
  }

  .sources-section .wp-embed-featured-image.square {
    clear: both;
    float: none;
  }

  .page-template-service_page .home-hd-section .form .box-field.col-3 {
    width: 100%;
  }

  .page-template-service_page .home-hd-section .form {
    top: 0;
  }

  .page-template-service_page .home-slide-content {
    font-size: 18px;
  }

  .page-template-service_page .home-slide-content p {
    line-height: 1.5em;
  }

  .page-template-service_page .home-hd-section {
    padding-bottom: 30px;
  }

  .page-template-service_page .home-hd-section .form {
    padding: 1rem 1.5rem;
  }

  .page-template-service_page .home-hd-section {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  h1,
  .page .entry-content h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .title-home {
    padding-right: 0;
	  padding-top:.5em;
  }
  .cwhs-desc a {
    padding: 15px 15px;
    font-size: 13px;
  }
  .news-posts article {
    width: 100%;
    margin-bottom: 30px;
  }
  .sources-section a {
    font-size: 12px;
    word-break: break-all;
  }
  #footer {
    padding: 47px 0 36px;
  }
  #footer h3 {
  }
  .col-r {
    margin-top: 20px;
  }
  .col-l .ft-row,
  .col-r .ft-row {
    flex-direction: column;
    padding-top: 21px;
  }
  .col-l .ft-row .col-5,
  .col-r .ft-row .col-5 {
    width: 100%;
  }
  #footer .widgetizedArea {
    margin-bottom: 0;
  }
  #footer .col-r .widgetizedArea:nth-child(2) {
    margin-top: 15px;
  }
  .social-box {
    margin-top: 26px;
  }
}
@media screen and (max-width: 500px) {
  /*.service-slide-post img {*/
  /*margin-bottom: 120px;*/
  /*}*/
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 36px;
    line-height: 36px;
  }
  #header {
    padding-top: 20px;
  }
  #branding img {
    max-width: 200px;
  }

  .services-slide-new .item {
    margin: 30px;
  }

  .fixed .service-nav {
    margin-top: 0;
  }

  #branding img.svg-logo {
    max-width: 180px;
    height: 50px;
  }

  .hamburger {
    top: 0px;
  }
  #header.fixed .hamburger {
    top: 0px;
  }
  .modal-body-menu {
    padding-top: 20px;
  }
  .modal-body-menu li a {
    padding: 20px 0 20px;
    font-size: 16px;
  }
  .header-section-page {
    padding: 50px 0;
    min-height: inherit;
  }
  .services-posts-slider-cn:before {
    height: 75%;
  }
  .gm-style img {
    max-width: 265px !important;
    width: 75%;
  }
  .gm-style .gm-style-iw:before {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 14px solid #112249;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0px;
  }
}
@media screen and (max-width: 450px) {
  .slider-item a {
    font-size: 20px;
    line-height: 30px;
  }
  .slider-item a span {
    font-size: 13px;
  }
}
@media screen and (max-width: 390px) {
  .aps3-slider.slick-slider {
    padding-bottom: 80px;
  }
  .aps3-slider-box .slick-list .slick-slide {
    padding-right: 0;
  }
  .aps3-slider .slick-slide img {
    margin: 0 auto;
  }
  .aps3-slider .slick-dots {
    top: auto;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .aps3-slider .slick-dots li {
    display: inline-block;
  }
  .aps3-slider .slick-dots .slick-active a:before {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  h1,
  .page .entry-content h2 {
    font-size: 40px;
    line-height: 40px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .services-posts-slider-cn:before {
    height: 80%;
  }

  .services-slide-new .item {
    height: auto;
  }
}

.sources-section iframe {
  max-width: 100%;
}

.tax-services .desc-tax h1 {
  font-size: 54px;
  line-height: 54px;
  color: #243884;
  margin-bottom: 30px;
}

/*  */
@media screen and (max-width: 640px) {
	.page-template-service_page .title-home {
		padding-right: 0;
		padding-top: 2em;
	}
	.page-template-service_page .home-hd-section {
		padding-top: 4em;
	}
}
