@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
strong,
sub,
var,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 300;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.cf {
  display: block;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 17px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: normal;
}
body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

.fancybox-slide {
  padding: 40px 20px 20px 20px !important;
}

#wrapper,
.scroll-viewport-mobile,
.scroll-container-mobile {
  width: 100%;
  float: left;
}
#wrapper {
  overflow-x: hidden;
}
.wpb_content_element:last-child {
  margin-bottom: 0 !important;
}
.single-post .wpb_single_image.wpb_content_element:last-child {
  margin-bottom: 35px !important;
}
.vc_row.vc_column-gap-25 > .vc_column_container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Scroll Down */
.tp-caption a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.tp-caption a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 2px;
  height: 13px;
  margin-left: -1px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation: scrolldown 2s infinite;
  animation: scrolldown 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

a {
  color: #686666;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none;
}
a:hover {
  color: #d82f24;
}
a:focus,
button:focus {
  outline: none !important;
  outline: 0 !important;
}
button:focus {
  border: none;
}

input[type="submit"],
input[type="email"],
input[type="text"],
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: 0;
}
img {
  max-width: 100%;
  display: block;
}
p {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 20px;
  /*color:#747474;*/
  color: #505050;
}
p:last-child {
  margin: 0 !important;
}
p strong,
p b,
li strong {
  font-weight: 700;
}
ul {
  padding-left: 13px;
}
ol {
  padding-left: 30px;
}
li {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #505050;
  list-style: outside;
}
ol li {
  list-style-type: decimal;
}
h1 {
  font-size: 48px;
  /*color:#686666;*/
  color: #505050;
}
h2 {
  font-size: 44px;
  /*color:#686666;*/
  color: #505050;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.img-100,
.img-100 * {
  width: 100%;
}
.post-link {
  color: #d82f24;
}
.post-link:hover {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-white,
.text-white * {
  color: #ffffff;
}
.raw-inner-container {
  width: 1230px;
  margin: 0 auto !important;
  padding: 0 30px;
}
.content-wrapper {
  float: left;
  width: 100%;
}
.container-inner {
  width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}
.container {
  width: 1230px;
  margin: 0 auto !important;
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.container-fluid {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.vc_row.vc_row-o-content-middle > .container-fluid > .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.vc_row.vc_row-o-content-middle
  > .container-fluid
  > .vc_column_container
  > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  /*-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;*/
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.spt {
  padding-top: 150px;
}
.spb {
  padding-bottom: 150px !important;
}
.p-0,
.pn-inner-text-block.p-0 {
  padding: 0 !important;
}
.pl-100 {
  padding-left: 100px !important;
}

.headline {
  overflow: hidden;
}
.img-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.img-fade.loaded {
  opacity: 1;
  visibility: visible;
}
.text-animation,
.text-animation-early,
.title-animation {
  -ms-transform: translateY(100%) matrix(0.99254, 0.12186, 0, 1, 0, 159.833);
  transform: translateY(100%) matrix(0.99254, 0.12186, 0, 1, 0, 159.833);
  opacity: 0;
  -webkit-transition: transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animated {
  opacity: 1;
  /* -ms-transform:translate(0%, -150%) matrix(1,0,0,1,0,159.833) !important;
    transform:translate(0%, -150%) matrix(1,0,0,1,0,159.833) !important; */
  -ms-transform: none !important;
  transform: none !important;
}
.animated-img img,
.c-animated-img img,
.sn-img {
  transform: scale(1.4);
  transition: transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*transform-style: preserve-3d;*/
}
.animated-img .vc_single_image-wrapper {
  overflow: hidden;
  position: relative;
}
.img-section .animated-img .vc_single_image-wrapper:after {
  background: #f9f6f4;
}
.animated-img .vc_single_image-wrapper:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*transform-style: preserve-3d;*/
  -ms-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  transition: transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 350ms linear, visibility 0ms linear 1050ms;
}
.animated-img.loaded img,
.c-animated-img.loaded img,
.sn-img.loaded {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.animated-img.loaded .vc_single_image-wrapper:after {
  -ms-transform: translateX(101%);
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  visibility: hidden;
}
.c-animated-img:after,
.sn-img:after {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /*transform-style: preserve-3d;*/
  -ms-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  transition: transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 350ms linear, visibility 0ms linear 1050ms;
}
.c-animated-img.loaded:after,
.sn-img.loaded:after {
  -ms-transform: translateX(101%);
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  visibility: hidden;
}
.news-block .news-details-box {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.news-block.loaded .news-details-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.page-title {
  position: relative;
  /*height:485px;*/
  padding: 165px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 70%;
  margin-top: 120px;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  opacity: 0;
  visibility: hidden;
}
.page-template-page-insurance .page-title {
  margin-top: 100px;
}
.page-title > .container {
  max-width: 1230px;
  margin: 0 !important;
}
.page-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.page-title h1 {
  width: 100%;
  text-align: center;
  /*padding:70px 0 0 0;*/
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.page-title.loaded {
  opacity: 1;
  visibility: visible;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}
.back-to-top > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: #e5e5e5 solid 2px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  background: #fff;
}
.back-to-top > a:hover {
  border: #d82f24 solid 2px;
}
.back-to-top > a:after {
  content: "\f106";
  position: absolute;
  top: -3px;
  left: 11px;
  font-family: "FontAwesome";
  font-size: 24px;
}
.trp-ls-shortcode-current-language,
.trp-ls-shortcode-language {
  width: 60px !important;
  padding: 0 !important;
  border: 0 !important;
}
.select-language .trp-language-switcher {
  height: auto;
  width: auto;
  margin: 2px;
}
.select-language .trp-language-switcher > div > a {
  padding: 2px;
}
.select-language .trp_language_switcher_shortcode {
  display: inline-block;
}
.trp-language-switcher > div {
  background-image: none;
  padding: 5px 5px 0 5px !important;
}
.trp-language-switcher > div > a {
  font-size: 15px;
  text-transform: uppercase;
  color: #686666;
  font-weight: 300;
}
.trp-language-switcher > div > a:hover {
  background: none;
}
.trp-language-switcher > div > a:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  color: #bdbdbd;
}
.trp-ls-shortcode-language > a:first-child:after {
  display: inline-block;
}
.trp-ls-shortcode-language > a:after {
  display: none;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
  cursor: pointer;
}

/* Ru Font Change Start */
.translatepress-ru_RU .hide-ru {
  display: none;
}
.translatepress-ru_RU,
.translatepress-ru_RU nav#menu ul.menu > li > a,
.translatepress-ru_RU nav#menu ul.menu > li ul.sub-menu li a {
  font-family: "Lato", sans-serif !important;
}
.translatepress-ru_RU p strong,
.translatepress-ru_RU p b,
.translatepress-ru_RU li strong,
.translatepress-ru_RU .services-details-block h4,
.translatepress-ru_RU .white-link,
.translatepress-ru_RU .red-link,
.translatepress-ru_RU .news-details-box h3,
.translatepress-ru_RU
  .map-block
  .map
  .map-point
  .map-point-box
  .map-point-detail
  .map-title,
.translatepress-ru_RU .sn-content input[type="submit"],
.translatepress-ru_RU ul.awards li h5,
.translatepress-ru_RU .job-search-wrapper input[type="submit"],
.translatepress-ru_RU .hq-block .vc_column-inner h3,
.translatepress-ru_RU .office-locations li h5,
.translatepress-ru_RU .submit-btn input[type="submit"] {
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
}
.translatepress-ru_RU h1,
.translatepress-ru_RU .team-member-details h4,
.translatepress-ru_RU ul.awards li p,
.translatepress-ru_RU .job-search-wrapper input[type="text"],
.translatepress-ru_RU .job-search-wrapper input[type="email"],
.translatepress-ru_RU .job-search-wrapper input[type="tel"],
.translatepress-ru_RU .job-search-wrapper select,
.translatepress-ru_RU .job-search-wrapper textarea,
.translatepress-ru_RU .jl-list-title a,
.translatepress-ru_RU .jl-list-title span,
.translatepress-ru_RU .custom-dropdown .dropdown-title,
.translatepress-ru_RU .contact-three-block .wpb_content_element h3,
.translatepress-ru_RU .office-locations li address,
.translatepress-ru_RU .office-locations li a,
.translatepress-ru_RU .sn-content input[type="text"],
.translatepress-ru_RU .sn-content input[type="email"],
.translatepress-ru_RU .contact-us-form input[type="text"],
.translatepress-ru_RU .contact-us-form input[type="email"],
.translatepress-ru_RU .contact-us-form input[type="tel"],
.translatepress-ru_RU .contact-us-form select,
.translatepress-ru_RU .contact-us-form textarea {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
}

.translatepress-ru_RU h1,
.translatepress-ru_RU h2,
.translatepress-ru_RU h3,
.translatepress-ru_RU h4,
.translatepress-ru_RU h5,
.translatepress-ru_RU h6,
.translatepress-ru_RU p,
.translatepress-ru_RU blockquote,
.translatepress-ru_RU pre,
.translatepress-ru_RU abbr,
.translatepress-ru_RU address,
.translatepress-ru_RU cite,
.translatepress-ru_RU code,
.translatepress-ru_RU del,
.translatepress-ru_RU dfn,
.translatepress-ru_RU em,
.translatepress-ru_RU img,
.translatepress-ru_RU ins,
.translatepress-ru_RU kbd,
.translatepress-ru_RU q,
.translatepress-ru_RU samp,
.translatepress-ru_RU strong,
.translatepress-ru_RU sub,
.translatepress-ru_RU var,
.translatepress-ru_RU fieldset,
.translatepress-ru_RU form,
.translatepress-ru_RU label,
.translatepress-ru_RU legend,
.translatepress-ru_RU table,
.translatepress-ru_RU caption,
.translatepress-ru_RU tbody,
.translatepress-ru_RU tfoot,
.translatepress-ru_RU thead,
.translatepress-ru_RU tr,
.translatepress-ru_RU th,
.translatepress-ru_RU td,
.translatepress-ru_RU article,
.translatepress-ru_RU aside,
.translatepress-ru_RU canvas,
.translatepress-ru_RU details,
.translatepress-ru_RU figcaption,
.translatepress-ru_RU figure,
.translatepress-ru_RU footer,
.translatepress-ru_RU header,
.translatepress-ru_RU hgroup,
.translatepress-ru_RU menu,
.translatepress-ru_RU nav,
.translatepress-ru_RU section,
.translatepress-ru_RU summary,
.translatepress-ru_RU time,
.translatepress-ru_RU mark,
.translatepress-ru_RU audio,
.translatepress-ru_RU video,
.translatepress-ru_RU ul,
.translatepress-ru_RU li {
  font-weight: 400;
}
/* Ru Font Change End */

/* ZH Font Change Start */
body.translatepress-zh_CN .rev_slider h1.tp-caption {
  font-weight: 100 !important;
}
body.translatepress-zh_CN .select-language .lg-sub li a,
body.translatepress-zh_CN .top-banner-text p,
body.translatepress-zh_CN .red-link,
body.translatepress-zh_CN .services-details-block h4,
body.translatepress-zh_CN .white-link,
body.translatepress-zh_CN .team-member-details h4,
body.translatepress-zh_CN
  .map-block
  .map
  .map-point
  .map-point-box
  .map-point-detail
  .map-title,
body.translatepress-zh_CN .news-details-box h3,
body.translatepress-zh_CN .ts-slide blockquote cite,
body.translatepress-zh_CN .sn-content input[type="submit"],
body.translatepress-zh_CN .sn-content .wpcf7-not-valid-tip,
body.translatepress-zh_CN .ca-text-block strong,
body.translatepress-zh_CN .submit-btn input[type="submit"],
body.translatepress-zh_CN .contact-three-block .wpb_content_element h3,
body.translatepress-zh_CN .hq-block .vc_column-inner h3,
body.translatepress-zh_CN .office-locations li h5,
body.translatepress-zh_CN .office-right h3,
body.translatepress-zh_CN .exp-col .exp-box h3,
body.translatepress-zh_CN .timeline-content h3,
body.translatepress-zh_CN .custom-dropdown .dropdown-title,
body.translatepress-zh_CN ul.awards li h5,
body.translatepress-zh_CN .work-culture-inner h4,
body.translatepress-zh_CN .country-block > a,
body.translatepress-zh_CN .our-platform-content h4 strong,
body.translatepress-zh_CN .job-search-wrapper input[type="submit"],
body.translatepress-zh_CN .jl-list-title a,
body.translatepress-zh_CN .jl-list-title span {
  font-weight: 400 !important;
}
/* ZH Font Change End */

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Header Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.ceo-msg {
  position: absolute;
  top: 121px;
  width: 100%;
  left: 0;
  background: #f7f5f5;
  z-index: 1;
  padding: 20px;
}
.ceo-msg p {
  position: relative;
  padding-right: 30px;
}
.ceo-msg p span.close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.page-template-page-insurance header {
  border-bottom: #ddd solid 1px;
}
.mobile-menu-toggle {
  display: none;
}
.mobile-menu-toggle {
  display: none;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  width: 25px;
  height: 10px;
  padding: 8px 10px !important;
  position: relative;
  z-index: 3;
  margin-top: -3px;
}
.menu-line,
.menu-line:before,
.menu-line:after {
  width: 100%;
  height: 2px;
  background-color: #d82f24;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  position: absolute;
  left: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.menu-line::before,
.menu-line::after {
  content: "";
  display: block;
}
.menu-line::before {
  top: -7px;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.menu-line::after {
  bottom: -7px;
  transition: bottom 0.1s 0.34s ease-in,
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in,
    transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.mobile-menu-toggle.active .menu-line {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile-menu-toggle.active .menu-line:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.mobile-menu-toggle.active .menu-line:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out,
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out,
    transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
header.loaded {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fixed-header {
  padding: 20px 50px;
  background: #fff;
}
.fixed-header .hd-logo {
  width: 140px;
}
/*.fixed-header nav#menu ul.menu > li > a,
.fixed-header .select-language a{
    color:#686666;
}
.fixed-header nav#menu ul.menu > li > a:hover{
    color:#d82f24;
}
.fixed-header nav#menu ul.menu > li.menu-item-has-children > a span{
    color:#c2c2c2;
}*/
header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 30px 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(0, -20%);
  -moz-transform: translate(0, -20%);
  -o-transform: translate(0, -20%);
  transform: translate(0, -20%);
  background: #fff;
}
/*.header-left{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-align-items:center;
    align-items:center;
}
.header-left nav#menu{
    padding-left:130px;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}*/
.hd-logo {
  width: 160px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.hd-logo img {
  width: 100%;
}
.hd-logo .sticky_header_logo {
  display: none;
}
.fixed-header .hd-logo .site_logo {
  display: none;
}
.fixed-header .hd-logo .sticky_header_logo {
  display: block;
}
nav#menu ul.menu {
  padding: 0;
}
nav#menu ul.menu > li {
  display: inline-block;
  margin: 0 17px;
}
nav#menu ul.menu > li > a {
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  color: #686666;
}
nav#menu ul.menu > li > a:hover {
  color: #d82f24;
}
nav#menu ul.menu > li > a > span {
  margin-left: 3px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
nav#menu ul.menu > li ul.sub-menu {
  position: absolute;
  background: #f7f5f5;
  width: 230px;
  padding: 30px;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
nav#menu ul.menu > li ul.sub-menu:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
nav#menu ul.menu > li ul.sub-menu:after {
  content: "";
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(247, 245, 245, 0);
  border-bottom-color: #f7f5f5;
  border-width: 10px;
  margin-left: -10px;
}
nav#menu ul.menu > li ul.sub-menu li {
  margin-bottom: 10px;
  list-style: none;
}
nav#menu ul.menu > li ul.sub-menu li:last-child {
  margin-bottom: 0;
}
nav#menu ul.menu > li ul.sub-menu li a {
  color: #6e6e6e;
  font-size: 13px;
  text-transform: uppercase;
}
nav#menu ul.menu > li ul.sub-menu li a:hover {
  color: #d82f24;
}
nav#menu ul.menu > li:hover > ul.sub-menu {
  top: 40px;
  opacity: 1;
  visibility: visible;
}
nav#menu ul.menu li.menu-item-has-children {
  color: #686666;
  position: relative;
}
nav#menu ul.menu li.menu-item-has-children:hover {
  color: #d82f24;
}
/*nav#menu ul.menu > li.menu-item-has-children > a:after{
    content: "\f0d7";
    font-family: 'FontAwesome';
    font-size:14px;
    position:absolute;
    top:-1px;
    right:-12px;
    color:#c2c2c2;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
    transition:all 0.3s ease-in;
}
nav#menu ul.menu > li.menu-item-has-children > a:hover:after{
    color:#d82f24;
}*/
nav#menu ul.menu > li.menu-item-has-children > a span {
  color: #bdbdbd;
}
nav#menu ul.menu > li.menu-item-has-children > a:hover span {
  color: #d82f24;
}
nav#menu ul.menu > li.current-menu-item > a:before,
nav#menu ul.menu > li.current-menu-ancestor > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #d82f24;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
nav#menu ul.menu > li > a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  background: #d82f24;
  bottom: -5px;
  left: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
nav#menu ul.menu > li > a:hover:before {
  width: 100%;
}
nav#menu ul.menu li.current-menu-ancestor ul li.current-menu-item a {
  color: #d82f24;
}
.select-language a {
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 5px;
  color: #686666;
}
.select-language a > i {
  color: #bdbdbd;
}
.select-language .lg-sub {
  position: absolute;
  background: #f7f5f5;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  padding: 0;
}
.select-language .lg-sub.show {
  opacity: 1;
  visibility: visible;
}
.select-language .lg-sub li {
  list-style: none;
  margin: 0;
}
.select-language .lg-sub li a {
  padding: 7px 15px 5px 15px;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  color: #adaeb0;
}
.select-language .lg-sub li a.active {
  background: #d82f24;
  color: #fff;
}
/*.single-partner_network header,
.single-services header{
    background:#212121;
}*/
.single-partner_network header.fixed-header,
.single-services header.fixed-header {
  background: #fff;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Header End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Main Banner Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.top-banner-text {
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.top-banner-text h1 {
  color: #686666;
  margin-bottom: 20px;
}
.top-banner-text p {
  font-size: 15px;
  font-weight: 700;
  color: #888;
}
.home .wpb_revslider_element {
  margin-bottom: 0;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Main Banner End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Main Content Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/* Capabilities Section Start */
.capabilities-text .vc_column-inner {
  padding-left: 100px !important;
}
.capabilities-text .vc_column-inner .wpb_text_column {
  margin: 0;
}
.capabilities-text .c-title {
  margin-bottom: 70px !important;
  overflow: hidden;
}
.capabilities-text h2 {
  font-size: 32px;
  max-width: 450px;
  text-transform: none;
  line-height: 40px;
}
.red-link {
  color: #d82f24;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-right: 50px;
  padding-bottom: 7px;
}
.red-link:hover {
  color: #686666;
}
.red-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #d82f24;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.red-link:hover:after {
  width: 100%;
  background: #686666;
}
/* Capabilities Section End */

/* Services Section Start */
.title-block {
  /*max-width:1200px;*/
  max-width: 1080px;
  margin: 0 auto 50px auto;
  overflow: hidden;
}
.title-block.pn-inner-text-block {
  padding: 0 20px !important;
}
.title-block p {
  max-width: 700px;
  margin: 0 auto !important;
}
.services-section .vc_column_container .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.services-offering {
  /*float:left;*/
  display: inline-block;
  width: 100%;
}
.services-block {
  position: relative;
  float: left;
  width: 33.3333%;
  overflow: hidden;
  text-align: center;
  background: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.services-block img {
  width: 100%;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.services-block.loaded:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
.services-block.loaded:hover .sd-text {
  height: 150px;
  opacity: 1;
  visibility: visible;
}
.services-details-block {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  padding: 0 20px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.services-details-block h2 {
  color: #fff;
  margin-bottom: 7px;
  font-size: 36px;
}
.services-details-block h4 {
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.sd-text {
  margin: 0 auto;
  max-width: 390px;
  height: 0;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.sd-text p {
  color: #fff;
  /*margin-top:26px;*/
  margin: 20px 0 15px 0;
  font-size: 16px;
}
.white-link {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px;
}
.white-link:hover {
  color: #fff;
}
.white-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.white-link:hover:after {
  width: 100%;
  background: #fff;
}
/* Services Section End */

/* Team Section Start */
.team-section {
  margin: 50px 0;
}
.team-section .vc_column-inner {
  padding: 150px 0 !important;
}
.team-wrapper {
  margin: 0 -25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0 50px;
}
.team-block {
  width: 33.3333%;
  position: relative;
  padding: 25px;
  height: 100%;
  overflow: hidden;
}
.team-block > img {
  width: 100%;
}
.team-block:after {
  content: "";
  background: #f7f5f5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  -ms-transform: translateX(0%) translateY(0%) rotate(0.0001deg);
  transform: translateX(0%) translateY(0%) rotate(0.0001deg);
  transition: transform 1050ms cubic-bezier(0.215, 0.61, 0.355, 1),
    background-color 350ms linear, visibility 0ms linear 1050ms;
}
.team-block.loaded:after {
  -ms-transform: translateX(101%);
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  visibility: hidden;
}
.team-block:nth-child(2) {
  margin-top: 100px;
}
.team-block:nth-child(3) {
  margin-top: 200px;
}
.team-block:nth-child(3n + 4) {
  margin-top: -200px;
}
.team-block:nth-child(3n + 5) {
  margin-top: -100px;
}
.team-block.loaded .team-member-details {
  opacity: 1;
  visibility: visible;
  left: 25px;
}
.team-member-details {
  position: absolute;
  bottom: 61px;
  left: 30px;
  right: 25px;
  padding: 0 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.team-member-details h3 {
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.team-member-details h4 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
/* Team Section End */

/* Map Section Start */
.map-section .vc_column-inner {
  padding: 150px 0 !important;
}
.map-section .title-block h2,
.map-section .title-block p {
  color: #fff;
}
.map-section .hq-text-block p {
  color: #fff;
}
.hq-text-block i {
  background: #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding: 0 3px;
  width: 23px;
  height: 23px;
  font-size: 14px;
  line-height: 23px;
}
.mobile-map-img {
  display: none;
}
.hq {
  background-color: #fff !important;
  height: 20px !important;
  width: 20px !important;
}
.hq:after {
  content: "\f005";
  font-family: "FontAwesome";
  font-size: 15px;
  line-height: 15px;
  color: #cb4f53;
  position: absolute;
  left: 1px;
}
.map-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 50px;
}
.map-block .map {
  display: inline-block;
  position: relative;
}
.map-block .map .map-point {
  position: absolute;
  border: 3px solid #ffffff;
  background-color: #cb4f53;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.map-block .map .map-point:hover {
  background-color: #000000;
}
.map-block .map .map-point .map-point-box {
  visibility: hidden;
  opacity: 0;
  min-width: 290px;
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.map-block .map .map-point .map-point-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 20px;
  width: 25px;
}
.map-block .map .map-point:hover .map-point-box {
  visibility: visible;
  opacity: 1;
  top: -5px;
}
.map-block .map .map-point .map-point-box .map-point-detail {
  padding: 30px;
  background-color: #ffffff;
  font-size: 13px;
}
.map-block .map .map-point .map-point-box .map-point-detail a {
  /*display: block;*/
}
.map-block.innerpage-map .map .map-point .map-point-box .map-point-detail {
  background-color: #fbfbfb;
}
.map-block .map .map-point .map-point-box .map-point-detail .map-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.map-block .map .map-point .map-point-box .map-point-detail address {
  margin-bottom: 15px;
  font-style: normal;
  color: #827c78;
}
.map-block .map .map-point.point-1 {
  top: 263px;
  left: 178px;
}
.map-block .map .map-point.point-2 {
  top: 316px;
  left: 213px;
}
.map-block .map .map-point.point-3 {
  top: 452px;
  left: 393px;
}
.map-block .map .map-point.point-4 {
  top: 215px;
  left: 283px;
}
.map-block .map .map-point.point-5 {
  /*top: 223px;
    left: 314px;*/
  top: 240px;
  left: 294px;
}
.map-block .map .map-point.point-6 {
  top: 225px;
  left: 305px;
}
.map-block .map .map-point.point-7 {
  top: 255px;
  left: 276px;
}
.map-block .map .map-point.point-8 {
  top: 290px;
  left: 290px;
}
.map-block .map .map-point.point-9 {
  top: 183px;
  left: 525px;
}
.map-block .map .map-point.point-10 {
  top: 176px;
  left: 655px;
}
.map-block .map .map-point.point-11 {
  top: 243px;
  left: 658px;
}
.map-block .map .map-point.point-12 {
  top: 472px;
  left: 642px;
}
.map-block .map .map-point.point-13 {
  top: 295px;
  right: 445px;
}
.map-block .map .map-point.point-14 {
  top: 307px;
  right: 371px;
}
.map-block .map .map-point.point-15 {
  top: 251px;
  right: 192px;
}
.map-block .map .map-point.point-16 {
  top: 232px;
  right: 150px;
}
.map-block .map .map-point.point-17 {
  top: 262px;
  right: 225px;
}
.map-block .map .map-point.point-18 {
  top: 285px;
  right: 216px;
}
.map-block .map .map-point.point-19 {
  top: 296px;
  right: 235px;
}
.map-block .map .map-point.point-20 {
  top: 312px;
  right: 214px;
}
.map-block .map .map-point.point-21 {
  top: 336px;
  right: 262px;
}
.map-block .map .map-point.point-22 {
  top: 326px;
  right: 288px;
}
.map-block .map .map-point.point-23 {
  top: 356px;
  right: 288px;
}
.map-block .map .map-point.point-24 {
  top: 375px;
  right: 272px;
}
.map-block .map .map-point.point-25 {
  top: 395px;
  right: 260px;
}
.map-block .map .map-point.point-26 {
  top: 496px;
  right: 123px;
}
/* Map Section End */

/* News Section Start */
.news-wrapper {
  width: 100%;
}
.news-block {
  float: left;
  position: relative;
  max-width: 522px;
  width: 100%;
}
.news-image {
  overflow: hidden;
}
.news-image > img {
  width: 100%;
}
.news-block:nth-child(2n + 1) {
  margin-right: 155px;
}
.news-block:nth-child(2n + 2) {
  margin-top: 230px;
}
.news-block:nth-child(2n + 3) {
  margin-top: -140px;
}
.news-details-box {
  background: #f7f5f5;
  padding: 40px;
  margin: -100px -50px 0 50px;
  position: relative;
  z-index: 1;
}
.news-details-box h3 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #686666;
  margin-bottom: 20px;
}
.news-details-box p {
  color: #827c78;
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 22px;
}
.see-all-news {
  text-align: center;
}
.see-all-news .red-link {
  margin-top: 0;
  display: inline-block;
}
/* News Section End */

/* News Detail Section Start */
.single-post .entry-content .container {
  padding-left: 115px;
  padding-right: 115px;
}
.news-title {
  font-size: 32px;
  color: #505050;
  width: 100%;
  padding: 0 15px;
}
.single-post .back-to-link {
  margin: 0 0 20px 15px;
}
.post-info {
  padding: 5px 15px 30px 15px;
  color: #666666;
  width: 100%;
}
.post-info span {
  margin-right: 20px;
  position: relative;
}
.post-info span + span::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  left: -11px;
}
.single-post .post-sharing .addtoany_shortcode {
  padding-top: 20px;
  width: 100%;
  margin-top: 20px;
  margin-left: 15px;
  border-top: 1px solid #cccccc;
}
.follow-aspire-blog {
  padding-top: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 35px;
}
.follow-aspire-blog .wpb_wrapper a {
  font-size: 19px;
  padding: 5px 5px 5px 0;
  margin-right: 5px;
}
/* News Detail Section End */

/* Our Client Section Start */
.client-block {
  /*padding-left:15px !important;
    padding-right:25px !important;*/
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  position: relative;
  top: 30px;
}
.client-block .vc_column-inner,
.testimonial-block .vc_column-inner {
  height: 100%;
}
.cl-logo-block {
  /*max-width:620px;
    margin:120px auto 60px auto !important;*/
  max-width: 1200px;
  margin: 10px auto !important;
  /*margin:60px auto !important;*/
  text-align: center;
  padding: 0 20px;
}
.cl-logo-block .wpb_gallery_slides li {
  display: inline-block;
  margin: 20px 22px !important;
  float: none !important;
  position: static !important;
  text-align: center;
}
.cl-logo-block .wpb_gallery_slides li > img {
  display: inline-block;
}
.client-block.loaded,
.testimonial-block.loaded {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.client-block a.red-link {
  margin-right: 0;
}
/* Our Client Section End */

/* Testimonial Section Start */
.testimonial-block {
  padding-right: 15px !important;
  padding-left: 25px !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
  position: relative;
  top: 30px;
  transition-delay: 0.5s;
}
.client-block .vc_column-inner,
.testimonial-block .vc_column-inner {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}
.testimonial-block .wpb_text_column {
  overflow: hidden;
}
.client-block .wpb_text_column:first-child {
  overflow: hidden;
}
.testimonials-wrapper {
  max-width: 450px;
  margin: 0 auto;
}
.ts-img {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.ts-img:after {
  content: "";
  position: absolute;
  background: url(../images/quote.svg) no-repeat;
  width: 48px;
  height: 39px;
  top: 0;
  right: -38px;
  z-index: -1;
}
.ts-img img {
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.ts-slider {
  text-align: center;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.ts-slide blockquote {
  font-size: 17px;
  line-height: 22px;
  color: #827c78;
}
.ts-slide blockquote cite {
  width: 100%;
  display: block;
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  color: #212322;
  text-transform: uppercase;
  margin-top: 32px;
}
.ts-slider .slick-dots {
  margin-top: 55px;
}
.ts-slider .slick-dots li button {
  background: #cfc6bc;
  opacity: 1;
}
.ts-slider .slick-dots li.slick-active button {
  background: #d82f24;
}
/* Testimonial Section End */

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Main Content End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Footer Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.home footer:before {
  display: none;
}
.home footer .subscribe-newsletter {
  margin-top: 0;
}
footer {
  /*margin:0 -15px;*/
  position: relative;
  float: left;
  width: 100%;
}
#footer:before {
  content: "";
  position: absolute;
  top: 0;
  background: #e5e5e5;
  height: 1px;
  left: 50px;
  right: 50px;
}
.home.page-template-page-insurance #footer:before {
  content: "";
  position: absolute;
  top: 0;
  background: #e5e5e5;
  height: 1px;
  left: 50px;
  right: 50px;
  display: block;
}
.subscribe-newsletter {
  margin-top: 50px;
  position: relative;
  width: 100%;
  padding: 150px 0;
  overflow: hidden;
}
.subscribe-newsletter .wpcf7 {
  margin: 30px auto 0 auto;
  max-width: 500px;
}
.sn-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.sn-content {
  margin: 0 auto;
  max-width: 650px;
  text-align: center;
  position: relative;
  padding: 0 20px;
}
.subscribe-newsletter h2 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-align: center;
}
[data-name="fname"] {
  float: left;
}
[data-name="lname"] {
  float: right;
}
[data-name="fname"],
[data-name="lname"] {
  width: 48%;
  margin-bottom: 20px;
}
[data-name="your-email"] {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
[data-name="cname"] {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.sn-content p {
  color: #fff;
}
.sn-content input[type="text"],
.employee-service-form input[type="text"],
.sn-content input[type="email"],
.employee-service-form input[type="email"] {
  background: #fff;
  border: 0;
  width: 100%;
  height: 60px;
  font-size: 15px;
  color: #827c78;
  padding: 24px;
}
.sn-content input[type="text"]::-webkit-input-placeholder,
.sn-content input[type="email"]::-webkit-input-placeholder,
.employee-service-form input::-webkit-input-placeholder {
  color: #827c78;
  opacity: 1;
}
.sn-content input[type="text"]::-moz-placeholder,
.sn-content input[type="email"]::-moz-placeholder,
.employee-service-form input::-moz-placeholder {
  color: #827c78;
  opacity: 1;
}
.sn-content input[type="text"]:-ms-input-placeholder,
.sn-content input[type="email"]:-ms-input-placeholder,
.employee-service-form input:-ms-input-placeholder {
  color: #827c78;
  opacity: 1;
}
.sn-content input[type="text"]::-ms-input-placeholder,
.sn-content input[type="email"]::-ms-input-placeholder {
  color: #827c78;
  opacity: 1;
}
.sn-content input[type="text"]::placeholder,
.sn-content input[type="email"]::placeholder,
.employee-service-form input::placeholde {
  color: #827c78;
  opacity: 1;
}
.sn-content input[type="submit"],
.employee-service-form input[type="submit"] {
  /*position:absolute;
    top:0;
    right:-3px;*/
  height: 60px;
  background: #d82f24;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 21px 50px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.sn-content div.wpcf7 .wpcf7-spinner,
.employee-service-form div.wpcf7 .wpcf7-spinner {
  margin-right: -16px;
}
.sn-content input[type="submit"]:hover,
.employee-service-form input[type="submit"]:hover {
  background: #212322;
}
.sn-content .wpcf7-form > p {
  position: relative;
  margin: 0;
}
.sn-content .wpcf7-not-valid-tip {
  color: #d82f24;
  margin-top: 5px;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
}
.sn-content .wpcf7-validation-errors {
  margin: 20px 0.5em 1em;
  font-size: 15px;
  color: #f7e700;
  border: 1px solid #f7e700;
  padding: 0.5em;
}
.footer-bottom {
  width: 100%;
  padding: 50px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.footer-menu ul {
  padding: 0;
}
.footer-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 25px;
}
.footer-menu ul li:after {
  content: "|";
  position: absolute;
  color: #686666;
  top: 2px;
  right: -16px;
}
.footer-menu ul li a {
  font-size: 13px;
}
.footer-menu ul li:last-child {
  margin-right: 0;
}
.footer-menu ul li:last-child:after {
  display: none;
}
.footer-copyright p {
  font-size: 13px;
}
.custom-html-widget {
  font-size: 0;
}
.footer-social a {
  font-size: 20px;
  margin-left: 15px;
  display: inline-block;
  line-height: 20px;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Footer End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Contact Page Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.contact-address {
  background: #f7f5f5;
  padding: 45px 30px !important;
}
.icon-with-text {
  margin-bottom: 30px;
}
.icon-with-text:last-child {
  margin-bottom: 0;
}
.icon-with-text > i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  text-align: center;
  color: #686666;
}
.ca-text-block {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 15px;
  font-size: 15px;
  color: #686666;
}
.ca-text-block strong {
  font-weight: 700;
  color: #686666;
  display: block;
}
.map-link {
  margin-top: 123px !important;
  margin-bottom: 0 !important;
}
.contact-form {
  padding-left: 45px !important;
}
.contact-us-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-us-form .form-group {
  width: 48%;
  margin-bottom: 30px;
}
.contact-us-form input[type="text"],
.contact-us-form input[type="email"],
.contact-us-form input[type="tel"],
.contact-us-form select,
.contact-us-form textarea {
  width: 100%;
  border: #cacaca solid 1px;
  color: #686666;
  font-size: 13px;
  padding: 14px 18px;
}
.contact-us-form textarea {
  height: 120px;
  resize: none;
}
.contact-form .form-group.full-width {
  width: 100%;
}
.submit-btn input[type="submit"] {
  background: #d82f24;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1;
  height: 60px;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.submit-btn input[type="submit"]:hover {
  background: #212322;
}
.contact-us-form .wpcf7-not-valid-tip {
  font-size: 15px;
  color: #d82f24;
  margin-top: 5px;
}
.contact-us-form .wpcf7-validation-errors {
  font-size: 13px;
  border: #d82f24 solid 1px !important;
  margin: 15px 0 0 0;
  padding: 5px;
  height: 28px;
  color: #d82f24;
}

.post-form {
  margin-top: 50px;
}
.post-button {
  width: 100%;
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.post-button input[type="submit"] {
  order: 2;
  height: 50px;
  margin-left: 10px;
}
.contact-three-block {
  border-top: #e5e5e5 solid 1px;
  padding-top: 100px;
}
.contact-three-block .wpb_content_element h3 {
  font-size: 22px;
  font-weight: 700;
  color: #686666;
  margin-bottom: 20px;
}
.contact-three-block .wpb_content_element p a {
  color: #d82f24;
  word-wrap: break-word;
}
.contact-three-block .wpb_content_element p a:hover {
  text-decoration: underline;
}
.contact-three-block .vc_col-sm-4 .vc_column-inner {
  padding: 0 30px;
}
.contact-three-block .vc_col-sm-4:first-child .vc_column-inner {
  padding-left: 0;
  padding-right: 50px;
}
.contact-three-block .vc_col-sm-4:last-child .vc_column-inner {
  padding-right: 0;
  padding-left: 50px;
}
.contact-three-block .vc_col-sm-4:nth-child(2):before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ccc;
  top: 3px;
  left: -10px;
}
.contact-three-block .vc_col-sm-4:nth-child(2):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #ccc;
  top: 3px;
  right: -10px;
}
.global-hq > .vc_column-inner {
  padding-top: 150px !important;
  padding-bottom: 150px;
}
.global-hq .vc_row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.global-hq .container {
  margin: 0 auto !important;
  padding: 0 30px;
}
.hq-block {
  width: 48% !important;
}
.hq-block .vc_column-inner {
  background: #fff;
  padding: 40px !important;
}
.hq-block .vc_column-inner h3,
.office-locations li h5 {
  font-weight: 700;
  font-size: 22px;
  color: #686666;
  margin-bottom: 15px;
}
.office-address-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.office-left {
  width: 67%;
}
.office-right {
  width: 30%;
}
.office-right .office-locations li {
  width: 100%;
  padding: 30px;
}
.office-right h3 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  background: #686666;
  padding: 20px 30px;
}
.office-locations {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
}
.office-locations li {
  list-style: none;
  margin: -1px -1px 0 0;
  width: 50%;
  padding: 40px;
  border: #e5e5e5 solid 1px;
}
.office-locations li address {
  font-size: 17px;
  font-style: normal;
  color: #686666;
  line-height: 22px;
  margin-bottom: 3px;
}
.office-locations li a {
  font-size: 17px;
  color: #d82f24;
  word-wrap: break-word;
}
.office-locations li a:hover {
  text-decoration: underline;
}
.contact-wrapper .contact-form {
  padding: 0 !important;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Contact Page End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Partner Network Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*.partner-network-services{
    margin-top:50px;
}
.pn-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
}
.pn-block{
    width:33.333%;
    position:relative;
    height:100%;
    overflow:hidden;
}
.pn-block a{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items:center;
    align-items:center;
}
.pn-block a > img{
    width:100%;
}
.pn-block h2{
    color:#fff;
    margin-bottom:0;
}
.pn-icon{
    height:80px;
    padding:5px;
    text-align:center;
    margin-bottom:22px;
}
.pn-icon img{
    display:inline-block;
}
.pn-details{
    position:absolute;
    z-index:1;
    color:#fff;
}*/
.rp-logos {
  margin-top: 60px;
}
.rp-logos li.isotope-item > img {
  /*height:55px;*/
  /*height:75px;*/
  height: 100px;
  width: auto;
}
.rp-logos .wpb_image_grid {
  text-align: center;
}
.rp-logos .wpb_image_grid ul li {
  float: none !important;
  display: inline-block !important;
  position: static !important;
  /*margin:30px 20px 0 20px !important;*/
  margin: 12px 30px !important;
}
.rp-logos .wpb_gallery {
  margin-bottom: 0 !important;
}
.no-capital h2 {
  text-transform: none;
}
.pn-text-block-left {
  padding-right: 70px;
  /*height:65px;
    overflow:hidden;*/
  position: relative;
}
.pn-text-block-left:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 100%;
  background: #dbdfe1;
}
.pn-text-block-right {
  padding-left: 70px;
}
.single-partner_network main#content,
.single-services main#content,
.single-post main#content {
  padding-top: 180px;
  float: left;
  width: 100%;
}
.single-partner_network article.partner_network,
.single-services article.services,
.page-template-page-our-plateform article.page {
  margin: 0 150px;
}
.single-partner_network article.partner_network .container-fluid,
.single-services article.services .container-fluid,
.page-template-page-our-plateform article.page .container-fluid {
  padding: 0;
}
.pn-inner-text-block {
  padding-right: 100px !important;
}
.pn-inner-text-block .wpb_content_element:last-child {
  margin-bottom: 0 !important;
}
.pn-inner-text-block h3 {
  font-size: 26px;
  color: #505050;
}
.back-to-link {
  display: inline-block;
  margin: 0 0 30px 0;
}
.pn-inner .wpb_single_image figure,
.pn-inner .wpb_single_image figure > div,
.pn-inner .wpb_single_image figure > div > img {
  width: 100%;
}
.recent-services {
  padding: 150px 50px 50px 50px;
  display: inline-block;
  width: 100%;
  background: #f4f8fa;
}
.recent-services > h2 {
  text-align: center;
  margin-bottom: 40px;
}
.recent-services .services-offering {
  /*margin-bottom:50px;*/
  margin-bottom: 0;
}
.recent-services .services-details-block h2 {
  font-size: 32px;
}
.recent-services .c-animated-img:after {
  background: #f4f8fa;
}
.recent-services a.red-link {
  margin-right: 0;
}
.service-bottom-text {
  /*background:#272727;*/
  background: url(../images/contact-text-bg.jpg) no-repeat center center;
  background-size: cover;
  float: left;
  width: 100%;
}
.services-container {
  max-width: 850px;
  margin: 0 auto;
  clear: left;
}
.loyalty-bottom-text .service-contact-link {
  /*background:#272727;*/
  background: url(../images/contact-text-bg.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 !important;
}
.service-contact-link {
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  font-size: 32px;
  padding: 100px 20px;
  color: #fff;
  margin: 0 !important;
}
.service-contact-link p {
  font-size: 32px;
  max-width: 850px;
  margin: 0 auto !important;
  line-height: 1.2;
  color: #fff;
}
.service-contact-link a {
  color: #d82f24;
}
.service-contact-link a:hover {
  text-decoration: underline;
}
.service-link {
  /*position:absolute;
    bottom:40px;
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    z-index:1;*/
  padding: 30px 0;
  text-align: center;
}
.service-link > a {
  margin-right: 0;
}
.recent-services .services-block {
  width: 25%;
}
.curated-content-images {
  margin: 0 -10px;
}
.curated-content-images .cc-img-block {
  width: 33.3333%;
  padding: 10px;
  float: left;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Partner Network End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* About Pages Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.expectations-block {
  width: 100%;
  text-align: center;
  margin: 50px 0 0 0 !important;
}
.platform-link-block {
  text-align: left;
}
.platform-link-block.expectations-block .exp-col .exp-box ul {
  margin-bottom: 10px;
}
.platform-link-block.expectations-block .exp-col .exp-box li {
  font-size: 15px;
  line-height: 22px;
}
.platform-link-block.expectations-block
  .exp-col
  .exp-box.list-block
  li::before {
  top: 9px;
}
.exp-col {
  float: none !important;
  display: inline-block;
  margin: -1px -1px 0px -1px;
}
.exp-col > .vc_column-inner {
  padding: 0 !important;
}
.exp-col .exp-box {
  display: inline-block;
  background: #fff;
  border: #e5e5e5 solid 1px;
  margin-bottom: 0 !important;
  padding: 30px;
  width: 100%;
  height: 100%;
  min-height: 160px;
}
.exp-col .exp-box p {
  margin: 0 0 15px 0;
  font-size: 19px;
}
.exp-col .exp-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #686666;
  margin-bottom: 5px;
}
.exp-col .vc_column-inner .wpb_wrapper {
  height: 100%;
}
.gb-reach .exp-col .exp-box {
  min-height: inherit;
}
.img-section > .vc_column-inner {
  padding: 150px !important;
}
.img-section .pn-text-block-left,
.img-section-white .pn-text-block-left {
  padding-right: 0;
}
.img-section .pn-text-block-left:after,
.img-section-white .pn-text-block-left:after {
  display: none;
}
.img-section-white > .vc_column-inner {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.img-section-white {
  padding-bottom: 100px !important;
}
.img-section .wpb_single_image,
.img-section-white .wpb_single_image {
  margin-bottom: 0;
}
.global-text-block {
  background: #f4f8fa;
}
.global-text-block .pn-text-block-left {
  height: auto;
  overflow: visible;
}
.global-text-block > .vc_column-inner {
  padding-top: 0 !important;
  width: 100%;
  max-width: 1230px !important;
  margin: 0 auto;
  padding: 0 15px;
}
.global-leadership {
  margin-top: 50px;
}
.global-leadership > .vc_column-inner {
  padding: 150px 0 !important;
}
.global-leadership .title-block h3 {
  margin-bottom: 20px;
}
.regional-leadership > .vc_column-inner {
  padding: 150px 0 75px 0 !important;
}
.global-leadership .team-block:after {
  background: #f4f8fa;
}
.regional-leadership .team-block:after {
  background: #fff;
}
.global-leadership .title-block p {
  max-width: 800px;
}
.text-capital {
  text-transform: uppercase;
}
.global-text-block .wpb_content_element:last-child {
  margin-bottom: 0;
}
.hq-text-block {
  padding: 0 20px;
}

/* Histroy Start */
.history-view-text {
  display: none;
}
.our-journey-wrapper {
  padding-bottom: 150px;
}
.journey-box {
  background: url(../images/histroy-bg.jpg) no-repeat center center / cover;
  padding: 100px !important;
}
.journey-box h2 {
  text-align: center;
  color: #fff;
}
/*.timeline-tab ul{
    padding:0;
    text-align:center;
}
.timeline-tab ul li{
    list-style:none;
    display:inline-block;
    border-bottom:#e5e5e5 solid 1px;
}
.timeline-tab ul li a{
    padding:10px 20px;
    display:inline-block;
    position:relative;
    text-transform:uppercase;
}
.timeline-tab ul li a.active{
    color:#d82f24;
}
.timeline-tab ul li a.active:after{
    content:'';
    position:absolute;
    width:100%;
    height:3px;
    background:#d82f24;
    bottom:-2px;
    left:0;
}*/
.timeline-wrapper {
  position: relative;
  margin: 60px auto 0 auto;
  max-width: 720px;
  width: 100%;
}
.timeline-block {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  float: left;
}
.timeline-block:last-child {
  padding-bottom: 0;
}
.timeline-block:last-child .timeline-flag {
  margin-top: -25px;
}
.timeline-block:nth-child(2n) .timeline-content {
  float: right;
}
.timeline-block:nth-child(2n) .timeline-content h3 {
  right: 115%;
  left: auto;
}
.timeline-block:nth-child(2n) .timeline-content:before {
  left: -48px;
}
.timeline-block:first-child .timeline-content h3 {
  left: 111%;
}
.timeline-block:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 33px;
  background-color: #090705;
  left: 50%;
  margin-left: -16.5px;
}
/*.timeline-flag{
    width:48px;
    height:48px;
    border:#d82f24 solid 3px;
    position:absolute;
    left:50%;
    margin-left:-25px;
    -webkit-border-radius:100%;
    border-radius:100%;
    background:#fff;
    z-index:1;
    top:50%;
    margin-top:-50px;
    padding:9px 12px;
}*/
.timeline-content:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 11px;
  background: #d82f24;
  right: -49px;
  top: 0;
}
.timeline-flag > img {
  margin-left: 3px;
}
.timeline-content {
  float: left;
  background: #d82f24;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 30px 20px 20px;
  width: 41%;
  position: relative;
}
.timeline-content p {
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}
.timeline-content h3 {
  position: absolute;
  left: 115%;
  top: 50%;
  margin-top: -12px;
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  text-transform: uppercase;
  line-height: 15px;
}
.milestones-block {
  width: 100%;
  margin-top: 70px;
  padding-top: 50px;
  border-top: rgba(229, 229, 229, 0.5) solid 1px;
  display: inline-block;
}
.milestones-block h3 {
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
}
.milestones-block li {
  font-size: 17px;
  line-height: 22px;
  position: relative;
  list-style: none;
  color: #fff;
}
.milestones-block li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #d82f24;
  top: 8px;
  left: -13px;
}
/* Histroy End */

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* About Pages End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* News Page Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.post-lists .load-more {
  display: none;
}
.load-more-posts {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.load-more-posts a.red-link {
  margin: 0;
}
.post-lists {
  width: 100%;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  /*margin: 0 -15px;*/
  padding-top: 190px;
  padding-bottom: 100px;

  /*columns: 575px;
    column-gap: 50px;*/
  /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-justify-content:space-between;
    justify-content:space-between;*/
}

/*.post-lists .news-post-block:nth-child(1){
    margin-top:0;
}*/
.news-post-block {
  /*max-width:48%;
    width:100%;
    margin-top:50px;
    break-inside: avoid-column;*/
  margin: 15px;
  width: calc(33.33% - 30px);
}
.news-post-block a {
  display: block;
  width: 100%;
}
.news-post-block a.red-link {
  display: inline-block;
  width: auto;
  margin-right: 0;
}
.news-post-block a > img {
  width: 100%;
}
.news-post-details {
  padding: 30px;
  background: #f7f5f5;
}
.news-post-details h3 {
  font-size: 22px;
  color: #686666;
  margin: 0 0 20px 0;
}
.news-icon-date {
  color: #686666;
  font-size: 15px;
  margin-bottom: 35px;
}
.news-icon-date span {
  margin-left: 5px;
  padding: 0 0 0 8px;
  border-left: #8f8d8d solid 1px;
}

.custom-dropdown {
  width: 150px;
  position: relative;
  margin: 10px;
}
.custom-dropdown.country-dropdown {
  width: 260px;
}
.custom-dropdown.disabled,
.dropdown-title.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.custom-dropdown .dropdown-title {
  padding: 12px 40px 12px 20px;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  color: #686666;
  display: block;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.custom-dropdown .dropdown-title::after {
  content: "\f0d7";
  position: absolute;
  color: #7c7b7b;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
}
.custom-dropdown .dropdown-title.open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.custom-dropdown ul {
  z-index: 2;
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  border: 1px solid #cacaca;
  background-color: #ffffff;
  padding-left: 0;
  overflow-y: auto;
  max-height: 250px;
}
.custom-dropdown ul li {
  list-style: none;
  padding: 5px 10px;
  margin: 0;
  border-bottom: 1px solid #cacaca;
  cursor: pointer;
}
.custom-dropdown ul li:hover {
  background-color: #f4f8fa;
}
.custom-dropdown ul li:last-child {
  border-bottom: none;
}
.post-filters {
  display: block;
  width: 100%;
  z-index: 1;
}
.post-filter-row {
  background-color: #f4f8fa;
  padding: 20px 0px;
  width: 100%;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.post-filters.fixed {
  position: fixed;
  left: 0;
}
.post-filter-row select {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}
#postFilters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* News Page End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Career Page Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.career-video .wpb_video_wrapper .fb-video {
  position: absolute;
  top: 0;
}
.career-video-content .vc_column-inner {
  padding: 0 15px 0 80px !important;
}
.career-separator {
  padding: 75px 0;
}
.c-video-block {
  position: relative;
  padding-bottom: 75px;
  margin-bottom: 75px;
  border-bottom: #e5e5e5 solid 1px;
}
.c-video-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.c-video-block:nth-child(2n + 1) .career-video-content .vc_column-inner {
  padding: 0 80px 0 15px !important;
}
ul.awards {
  padding: 0;
  margin: 0 -15px;
}
ul.awards li {
  list-style: none;
  width: calc(25% - 30px);
  margin: 15px;
  display: inline-block;
  vertical-align: top;
}
ul.awards li img {
  width: 100%;
}
ul.awards li h5 {
  font-weight: 700;
  color: #686666;
  font-size: 15px;
  margin: 20px 0 10px 0;
  letter-spacing: -0.3px;
}
ul.awards li p {
  font-size: 15px;
  color: #666;
  line-height: 20px;
}
.c-testimonials-inner {
  width: 100%;
  text-align: center;
}
.c-testimonials .slick-slide > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.c-testimonials .slick-slide {
  margin: 0 15px;
  background: #fff;
  padding: 30px;
  height: auto;
}
.c-testimonials .slick-list {
  margin: 0 -15px;
}
.c-testimonials .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.c-testimonials .slick-dots {
  margin: 30px 0 0 0;
}
.employee-values,
.image-text-grid {
  width: 100%;
}
.employee-values .c-animated-img::after {
  background: #f4f8fa;
}
.grid-inner {
  width: 33.3333%;
  float: left;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #000;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.employee-values-inner {
  width: 50%;
  float: left;
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #000;
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.employee-values-inner.loaded:hover img,
.grid-inner.loaded:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
}
.employee-values-inner img,
.grid-inner img {
  -webkit-transition: all 0.7s ease-in;
  -moz-transition: all 0.7s ease-in;
  -o-transition: all 0.7s ease-in;
  transition: all 0.7s ease-in;
}
.values-details-block,
.grid-details-block {
  position: absolute;
  z-index: 1;
  overflow: hidden;
  padding: 5px 50px;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.values-details-block h2,
.grid-details-block h2 {
  margin-bottom: 7px;
  font-size: 32px;
}
.values-details-block h2,
.values-details-block p,
.grid-details-block h2,
.grid-details-block p,
.our-platform-grid ul li {
  color: #fff;
}
.our-platform-grid ul li {
  list-style: inside;
}
.our-platform-grid h2 {
  margin-bottom: 10px;
}
.our-platform-grid ul {
  margin-bottom: 15px;
  padding: 0;
}
.office-photos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/*.c-photos{
    width:48%;
    margin-bottom:48px;
}*/
.c-photos:last-child {
  margin-bottom: 0;
}
/*.c-photos:nth-child(2){
    margin-top:150px;
}
.c-photos:nth-child(2n+3){
    margin-top:-150px;
}*/
.post-block-row {
  padding: 50px 50px 10px 50px;
}
.post-block-row .vc_col-sm-12 .vc_column-inner {
  padding: 0 !important;
}
.work-culture-images {
  /*display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-justify-content:space-between;
    justify-content:space-between;*/
  margin: 0 -25px;
}
.work-culture-inner {
  width: calc(50% - 50px);
  margin: 0 25px 50px 25px;
}
.work-culture-inner h4 {
  font-size: 20px;
  font-weight: 700;
  color: #505050;
  margin: 15px 0 10px 0;
}
.work-culture-inner p a {
  color: #d82f24;
}
.work-culture-inner p a:hover {
  text-decoration: underline;
}
.job-openings {
  background: #f4f8fa;
  padding: 40px;
}
.country-block {
  width: 16.66%;
  display: inline-block;
  vertical-align: top;
  padding-right: 10px;
}
.country-block > a {
  font-size: 17px;
  font-weight: 700;
  color: #505050;
}
.country-list {
  margin-top: 10px;
}
.country-list ul {
  padding: 0;
  margin: 0;
}
.country-list ul li {
  list-style: none;
}
.sm-profiles {
  width: 100%;
  text-align: center;
}
.sm-profiles .wpb_wrapper > a {
  width: 35px;
  height: 35px;
  display: inline-block;
  border: #686666 solid 1px;
  border-radius: 100%;
  padding: 8px;
  margin: 0 3px;
}
.sm-profiles .wpb_wrapper > a:hover {
  background: #d82f24;
  border: #d82f24 solid 1px;
  color: #fff;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Career Page End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Our Platform Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.our-platform-content h4 {
  color: #505050;
  margin-bottom: 10px;
}
.our-platform-content h4 strong {
  font-weight: 700;
}
.our-platform-content p {
  margin-bottom: 30px;
}
.platform-link-block .exp-col .exp-box {
  /*min-height:inherit;*/
  vertical-align: top;
  /*min-height:185px;*/
}
.omni-channel-section .wpb_content_element.pn-inner-text-block h3 {
  margin-bottom: 10px;
}
.platform-link-block .exp-col .exp-box h3 {
  margin-bottom: 10px;
}
.platform-link-block .exp-col .exp-box p {
  font-size: 15px;
}
.platform-link-block .exp-col .exp-box a.red-link {
  margin: 0 auto;
}
.title-bottom-space h2 {
  padding-bottom: 80px;
}
.platform-title {
  margin-bottom: 10px !important;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Our Platform End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Insurance Page Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.page-template-page-insurance .page-title h1 {
  margin-bottom: 15px;
}
.page-template-page-insurance .page-title p {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.adding-value .insurance-center-content {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.adding-value .insurance-center-content .vc_column-inner {
  padding-top: 0 !important;
}
.plr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.value-customer {
  padding: 80px 0;
}
.value-customer .vc_column-inner {
  padding-top: 0;
}
.aia-block > .vc_column-inner > .wpb_wrapper {
  background: #f4f8fa;
  padding: 60px !important;
  height: 100%;
}
.aia-3-block {
  padding-left: 100px;
  padding-right: 100px;
}
.page-template-page-insurance .wpb_content_element.pn-inner-text-block {
  margin-bottom: 10px !important;
}
.page-template-page-insurance .red-link {
  margin-bottom: 15px;
  display: inline-block;
}
.page-template-page-insurance .vc_figure,
.page-template-page-insurance .vc_single_image-wrapper,
.page-template-page-insurance .vc_single_image-wrapper > img,
.career-video .vc_figure,
.career-video .vc_single_image-wrapper,
.career-video .vc_single_image-wrapper > img {
  width: 100%;
}
.title-banner {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin: 0 !important;
}
.title-banner .vc_col-sm-12 .vc_column-inner {
  padding: 130px 20px !important;
}
.title-banner .title-block h2 {
  color: #fff;
}
#financial-protection .title-banner {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#financial-protection .pn-inner-text-block.vc_col-sm-8 .vc_column-inner {
  padding-top: 0 !important;
}
/*.adding-value{
    padding-left:100px;
    padding-right:100px;
}*/
.adding-value .insurance-center-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.adding-value-img > .vc_column-inner {
  padding-top: 0 !important;
}
.infographic-img .vc_figure .vc_single_image-wrapper img {
  width: auto !important;
  max-width: 100%;
}
.cover-holder-logo .vc_figure .vc_single_image-wrapper img {
  width: auto !important;
  max-width: 100%;
  display: inline-block;
}
#lifestyle-protection
  .vc_row-has-fill
  + .vc_row
  > .vc_column_container
  > .vc_column-inner {
  padding-top: 0;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Insurance Page End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Openings Page Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.opening-wrapper {
  padding: 100px 0;
}
.opening-wrapper h3 {
  font-size: 26px;
  color: #505050;
  margin-bottom: 10px;
}
.job-top-search {
  /* padding:0 0 50px 0;
    margin-bottom:50px;
    border-bottom:#e5e5e5 solid 1px; */
}
.job-search-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.job-search-wrapper input[type="text"],
.job-search-wrapper input[type="email"],
.job-search-wrapper input[type="tel"],
.job-search-wrapper select,
.job-search-wrapper textarea {
  width: 100%;
  border: #cacaca solid 1px;
  color: #686666;
  font-size: 13px;
  padding: 14px 18px;
  min-height: 48px;
}
.job-search-wrapper .select-box {
  width: 25%;
}
.job-search-wrapper .keywords {
  width: 30%;
  margin: 0 30px;
}
.job-search-wrapper input[type="submit"] {
  background: #d82f24;
  border: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1;
  height: 48px;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.job-search-wrapper input[type="submit"]:hover {
  background: #212322;
}
.job-listing {
  width: 100%;
}
.jl-list ul {
  padding: 0;
  margin: 0;
}
.jl-list ul li {
  list-style: none;
  margin: 0;
  border: #e5e5e5 solid 1px;
  border-bottom: 0;
}
.jl-list ul.j-listing-title li {
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jl-list ul.j-listing li > a {
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.jl-list ul li > a > span,
.jl-list ul li > span {
  max-width: 300px;
  width: 100%;
}
.jl-list ul li:last-child {
  border-bottom: #e5e5e5 solid 1px;
}
.jl-list-title a,
.jl-list-title span {
  font-weight: 700;
}
.jl-list-title {
  background: #f4f8fa;
  border-bottom: none !important;
}
.j-listing li a:hover {
  background: #f9f9f9;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Openings Page End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

.list-space li {
  margin-bottom: 30px;
}
.list-space li:last-child {
  margin-bottom: 0;
}
.list-block li {
  position: relative;
  list-style: none;
  font-size: 17px;
  line-height: 26px;
}
.list-block li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #d82f24;
  top: 10px;
  left: -13px;
}
.single-services .pn-inner-text-block h2 span {
  font-size: 26px;
  text-transform: none;
  color: #686666;
  display: block;
}
.services-content > .container {
  padding: 0;
}
.privacy-policy .wpb_content_element {
  margin-bottom: 50px;
}
.translatepress-ru_RU .client-logo-en.client-logo-ch,
.client-logo-ru {
  display: none;
}
.translatepress-ru_RU .client-logo-ru {
  display: block;
}
.single-services article.services .employee-service-form .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.employee-service-form .spb.spt {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.employee-service-form
  .vc_row-has-fill
  > .vc_column_container
  > .vc_column-inner {
  padding-top: 0;
}
.employee-service-form h2 {
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
.employee-service-form form {
  margin: 30px auto 0 auto;
  max-width: 500px;
  text-align: center;
}
.employee-service-form input[type="text"],
.employee-service-form input[type="email"] {
  padding: 15px 24px;
  height: 50px;
}
.employee-service-form input[type="submit"] {
  padding: 16px 50px;
  height: 50px;
}

.cta-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 100px 20px;
}
.cta-banner h2 {
  color: #fff;
}
.cta-banner .red-link {
  margin-right: 0;
}
.cta-banner .red-link:hover {
  color: #fff;
}
.cta-banner .red-link:hover:after {
  background: #fff;
}
.cta-banner.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Responsive Media Queris Start */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

@media (max-width: 1800px) {
  /* Home Page Start */
  .services-details-block h2,
  .recent-services .services-details-block h2 {
    font-size: 28px;
  }
  .sd-text p {
    margin: 5px 0 10px 0;
  }
  /* Home Page End */

  /* Patner Network Page Start */
  .pn-inner-text-block {
    padding-right: 50px !important;
  }
  .pl-100 {
    padding-left: 50px !important;
  }
  /* Patner Network Page End */
}

@media (max-width: 1600px) {
  /*.container-inner{
        width:950px;
        margin:0 auto;
        padding:0 15px;
    }
    .container{
        width:950px;
        margin:0 auto;
        padding:0 15px;
    }*/

  .page-title {
    /*height:360px;*/
    padding: 120px 0;
    margin-top: 90px;
  }
  .page-template-page-insurance .page-title {
    margin-top: 72px;
  }
  .page-title h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 34px;
  }

  .spt {
    padding-top: 80px;
  }
  .spb {
    padding-bottom: 80px !important;
  }
  .ceo-msg {
    top: 90px;
  }

  .team-section .vc_column-inner,
  .map-section .vc_column-inner,
  .client-block .vc_column-inner,
  .testimonial-block .vc_column-inner,
  .recent-services,
  .global-leadership > .vc_column-inner {
    padding: 80px 0 !important;
  }
  .global-hq > .vc_column-inner {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .service-contact-link {
    padding: 80px 20px;
    margin: 0 !important;
  }
  .contact-three-block {
    padding-top: 80px;
  }
  .our-journey-wrapper {
    padding-bottom: 80px;
  }
  .map-section .vc_column-inner .wpb_raw_html,
  .map-section .vc_column-inner .wpb_wrapper .wpb_content_element:last-child {
    margin-bottom: 0;
  }
  .title-banner .vc_col-sm-12 .vc_column-inner {
    padding: 80px 20px !important;
  }

  header,
  .fixed-header {
    padding: 20px 40px;
  }
  .hd-logo {
    width: 130px;
  }
  .fixed-header .hd-logo {
    width: 110px;
  }

  /* Home Page Start */
  .services-details-block h4 {
    font-size: 17px;
  }
  .team-wrapper {
    margin: 0 -15px;
  }
  .team-block {
    padding: 15px;
  }
  /*.team-block:nth-child(2){
        margin-top:150px;
    }
    .team-block:nth-child(3){
        margin-top:300px;
    }
    .team-block:nth-child(3n+4){
        margin-top:-300px;
    }
    .team-block:nth-child(3n+5){
        margin-top:-150px;
    }*/
  .team-member-details h3 {
    font-size: 24px;
  }
  .team-member-details h4 {
    font-size: 13px;
  }
  .team-block.loaded .team-member-details {
    left: 15px;
  }
  .team-member-details {
    bottom: 40px;
  }
  .map-block {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
  }
  .cl-logo-block {
    /*margin:100px auto 60px auto !important;*/
    margin: 10px auto !important;
  }
  .cl-logo-block .wpb_gallery_slides li {
    margin: 20px !important;
  }
  .client-block .red-link {
    margin-right: 0;
  }
  .subscribe-newsletter {
    padding: 120px 0;
  }
  /* Home Page End */

  /* About Page Start */
  .img-section > .vc_column-inner {
    padding: 80px 50px !important;
  }
  .img-section-white > .vc_column-inner {
    padding: 0 50px !important;
  }
  .img-section
    .vc_row.vc_row-o-content-middle
    > .vc_column_container
    > .vc_column-inner {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .global-text-block .pn-inner-text-block {
    padding-top: 0 !important;
  }
  /* About Page End */

  /* Patner Network Page Start */
  .pn-inner-text-block {
    padding-right: 20px !important;
  }
  .pl-100 {
    padding-left: 20px !important;
  }
  .pn-inner-text-block h3,
  .single-services .pn-inner-text-block h2 span,
  .opening-wrapper h3 {
    font-size: 22px;
  }
  .pn-inner.vc_row.vc_row-o-content-middle
    > .container-fluid
    > .vc_column_container
    > .vc_column-inner {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  /* Patner Network Page End */

  /* News Page Start */
  .news-title {
    font-size: 26px;
  }
  /* News Page End */

  /* Career Page Start */
  .values-details-block h2,
  .grid-details-block h2 {
    font-size: 26px;
  }
  .values-details-block p,
  .grid-details-block p {
    font-size: 16px;
    line-height: 20px;
  }
  /* Career Page End */

  .cta-banner {
    padding: 80px 20px;
  }
}

@media (max-width: 1440px) {
  .page-title {
    /*height:300px;*/
    padding: 80px 0;
    margin-top: 90px;
  }
  .raw-inner-container {
    width: 950px;
    max-width: 100%;
  }
  .container-inner {
    width: 950px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .container {
    width: 950px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Home Page Start */
  .news-block {
    max-width: 400px;
  }
  .news-block:nth-child(2n + 1) {
    margin-right: 110px;
  }
  .news-block:nth-child(2n + 2) {
    margin-top: 170px;
  }
  .news-block:nth-child(2n + 3) {
    margin-top: -90px;
  }
  .news-details-box {
    padding: 40px;
  }
  .see-all-news .red-link {
    margin-top: 50px;
  }
  .team-wrapper {
    padding: 0;
  }
  /* Home Page End */

  /* About Page Start */
  .img-section > .vc_column-inner {
    padding: 80px 50px !important;
  }
  .img-section-white > .vc_column-inner {
    padding: 0 50px !important;
  }
  .img-section
    .vc_row.vc_row-o-content-middle
    > .vc_column_container
    > .vc_column-inner {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .img-section-white
    .vc_row.vc_row-o-content-middle
    > .vc_column_container
    > .vc_column-inner {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .exp-col .exp-box {
    min-height: 140px;
  }
  .exp-col .exp-box p {
    font-size: 17px;
    margin: 0 0 8px 0;
  }
  .exp-col .exp-box h3 {
    font-size: 20px;
  }
  .timeline-block:nth-child(2n) .timeline-content:before {
    left: -45px;
  }
  .timeline-block:nth-child(2n) .timeline-content h3 {
    right: 114%;
  }
  .timeline-content:before {
    right: -46px;
  }
  /* About Page End */

  /* Patner Network Page Start */
  .single-partner_network article.partner_network,
  .single-services article.services,
  .page-template-page-our-plateform article.page {
    margin: 0 50px;
  }
  .recent-services .services-block {
    width: 33.3333%;
  }
  /* Patner Network Page End */

  /* Contact Page Start */
  .office-locations li {
    padding: 30px;
  }
  .hq-block .vc_column-inner h3,
  .office-locations li h5 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .office-locations li address {
    font-size: 15px;
    line-height: 20px;
  }
  .office-locations li address br {
    display: none;
  }
  .office-locations li a {
    font-size: 15px;
  }
  .hq-block .vc_column-inner p,
  .contact-three-block .wpb_content_element p {
    font-size: 15px;
    line-height: 20px;
  }
  .contact-three-block .wpb_content_element h3 {
    font-size: 20px;
  }
  .office-right h3 {
    font-size: 18px;
  }
  /* Contact Page End */

  /* News Page Start */
  .single-post .entry-content .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-post-details h3 {
    font-size: 20px;
  }
  /* News Page End */

  /* Career Page Start */
  .c-video-block {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .country-block > a {
    font-size: 15px;
  }
  .jl-list ul.j-listing li > a > h4 {
    width: 75%;
  }
  .jl-list ul li > a > span,
  .jl-list ul li > span {
    max-width: 200px;
  }
  /* Career Page End */

  .aia-block > .vc_column-inner > .wpb_wrapper {
    padding: 30px !important;
  }

  .translatepress-zh_CN .news-block:nth-child(2n + 1),
  .translatepress-ru_RU .news-block:nth-child(2n + 1) {
    margin-right: 110px;
  }
  .translatepress-zh_CN .exp-col .exp-box {
    min-height: 145px;
  }
  .translatepress-ru_RU .exp-col .exp-box {
    min-height: 158px;
  }
  .translatepress-zh_CN .gb-reach .exp-col .exp-box,
  .translatepress-ru_RU .gb-reach .exp-col .exp-box {
    min-height: inherit !important;
  }
}

@media (max-width: 1366px) {
  .page-title h1 {
    font-size: 36px;
  }

  p {
    font-size: 16px;
    line-height: 20px;
  }

  /* Header Start */
  header,
  .fixed-header {
    padding: 20px;
  }
  /*.header-left nav#menu{
        padding-left:30px;
    }*/
  nav#menu ul.menu > li {
    margin: 0 13px;
  }
  .select-language .lg-sub {
    top: 65px;
  }
  /* Header End */

  /* Home Page Start */
  .services-details-block h2,
  .recent-services .services-details-block h2 {
    font-size: 26px;
  }
  .services-details-block h4 {
    font-size: 16px;
  }
  .news-details-box h3,
  .news-details-box p {
    font-size: 16px;
    line-height: 20px;
  }
  .cl-logo-block {
    margin: 10px auto !important;
  }
  .ts-slider .slick-dots {
    margin-top: 45px;
  }
  .map-block {
    margin: 0 -50px !important;
  }
  /* Home Page End */

  /* Patner Network Page Start */
  .service-link {
    bottom: 20px;
  }
  .pn-inner-text-block h3,
  .single-services .pn-inner-text-block h2 span,
  .opening-wrapper h3 {
    font-size: 20px;
  }
  /* Patner Network Page End */

  /* News Page Start */
  .news-title {
    font-size: 24px;
  }
  /* News Page End */

  /* Insurance page start */
  .grid-inner {
    width: 50%;
  }
  /* Insurance page end */
}

@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }
  .container-fluid {
    padding: 0;
  }
  .wpb_content_element {
    margin-bottom: 25px !important;
  }
  .single-post .wpb_single_image.wpb_content_element:last-child {
    margin-bottom: 25px !important;
  }

  /* Header Start */
  .mobile-menu-toggle {
    display: inline-block;
    margin-left: 5px;
  }
  .select-language a {
    font-size: 14px;
  }
  .hd-logo,
  .fixed-header .hd-logo {
    width: 130px;
  }
  header.fixed-header nav#menu {
    top: 82px;
  }
  nav#menu {
    border-top: #d7d7d7 solid 1px;
    display: none;
    position: absolute;
    width: 100%;
    /*height:100vh;
        overflow:auto;*/
    left: 0;
    background: #fff;
    top: 82px;
    padding: 15px 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  nav#menu ul.menu > li {
    width: 100%;
    margin: 0 0 15px 0;
    display: block;
  }
  nav#menu ul.menu > li > a {
    font-size: 14px;
    /*padding:8px 0;*/
    display: inline-block;
    color: #686666;
  }
  nav#menu ul.menu > li ul.sub-menu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding: 20px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 5px;
  }
  nav#menu ul.menu > li ul.sub-menu:after {
    display: none;
  }
  nav#menu ul.menu > li > a:before {
    /*bottom:0;*/
  }
  nav#menu ul.menu > li.menu-item-has-children > a {
    width: 100%;
    display: block;
  }
  nav#menu ul.menu > li.menu-item-has-children > a > span {
    padding: 4px 0 4px 80px;
    float: right;
    color: #686666;
  }
  nav#menu ul.menu > li:last-child {
    margin-bottom: 0;
  }
  nav#menu ul.menu > li.open > a > span:before {
    opacity: 0;
  }
  nav#menu ul.menu > li.open > a > span:after {
    content: "\f0d8";
    font-family: "FontAwesome";
  }
  /* Header End */

  /* Footer Start */
  .footer-social a {
    font-size: 17px;
  }
  /* Footer End */

  /* Homepage Start */
  .title-block {
    padding: 0 50px;
  }
  .services-details-block h2,
  .recent-services .services-details-block h2 {
    font-size: 24px;
  }
  .sd-text p {
    font-size: 14px;
    line-height: 16px;
    margin: 13px 0;
  }
  .services-block.loaded:hover .sd-text {
    height: 115px;
  }
  .news-block {
    max-width: 375px;
  }
  .news-wrapper > .container {
    display: block;
  }
  .news-details-box {
    padding: 30px;
    margin: -50px -50px 0 50px;
  }
  .testimonials-wrapper {
    max-width: 380px;
  }
  .ts-slide blockquote {
    font-size: 15px;
    line-height: 20px;
  }
  .map-block {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    margin: 0 -75px !important;
  }
  .map-block .map .map-point .map-point-box {
    min-width: 200px !important;
    width: 200px;
  }
  .map-block .map .map-point .map-point-box .map-point-detail {
    padding: 20px !important;
  }
  .map-block .map .map-point .map-point-box .map-point-detail address {
    word-wrap: break-word;
  }
  .map-block .map .map-point .map-point-box .map-point-detail .map-title {
    line-height: 16px;
  }
  /* Homepage End */

  /* About Page Start */
  .exp-col .vc_column-inner .wpb_wrapper {
    height: auto;
  }
  .timeline-block:nth-child(2n) .timeline-content h3 {
    right: 114%;
  }
  /* About Page End */

  /* Career Page Start */
  .career-video-content .vc_column-inner {
    padding: 30px 15px 0 15px !important;
  }
  .c-video-block:nth-child(2n + 1) .career-video-content .vc_column-inner {
    padding: 0 15px 30px 15px !important;
  }
  /* Career Page End */

  /* Our Plateform Start */
  .platform-link-block .exp-col .exp-box {
    min-height: 225px;
  }
  .platform-link-block .exp-col .vc_column-inner .wpb_wrapper {
    height: 100%;
  }
  .platform-title {
    margin-bottom: 10px !important;
  }
  /* Our Plateform End */

  .translatepress-ru_RU .sd-text p {
    margin: 10px 0;
  }
  .translatepress-ru_RU .services-block.loaded:hover .sd-text {
    height: 125px;
  }

  .career-video .wp-video,
  .career-video .wp-video .mejs-container,
  .career-video .wp-video .mejs-container video {
    width: 100% !important;
  }

  .follow-aspire-blog {
    padding-bottom: 25px;
  }
  .single-services article.services .employee-service-form .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1023px) {
  .page-title {
    /*height:250px;*/
    padding: 50px 0;
    margin-top: 90px;
  }
  .page-title h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }
  p {
    font-size: 16px;
  }
  .list-block li {
    font-size: 15px;
    line-height: 22px;
  }

  .spt {
    padding-top: 50px;
  }
  .spb,
  .title-bottom-space h2 {
    padding-bottom: 50px !important;
  }
  .team-section .vc_column-inner,
  .map-section .vc_column-inner,
  .client-block .vc_column-inner,
  .testimonial-block .vc_column-inner,
  .recent-services,
  .global-leadership > .vc_column-inner {
    padding: 50px 0 !important;
  }
  .global-hq > .vc_column-inner {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .service-contact-link {
    padding: 50px 20px;
    margin: 0 !important;
  }
  .contact-three-block {
    padding-top: 50px;
  }
  .our-journey-wrapper {
    padding-bottom: 50px;
  }
  .adding-value .insurance-center-content {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .post-lists {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .title-banner .vc_col-sm-12 .vc_column-inner {
    padding: 50px 20px !important;
  }

  .container-inner {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container {
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .raw-inner-container {
    padding: 0 20px;
  }
  .global-text-block {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  /* Footer Start */
  footer {
    margin: 0;
  }
  #footer:before {
    left: 20px;
    right: 20px;
  }
  /* Footer End */

  /* Homepage Start */
  .title-block {
    padding: 0 20px;
  }
  .client-block .title-block {
    padding: 0 35px;
  }
  .services-block,
  .recent-services .services-block {
    width: 50%;
  }
  #services-offering {
    margin-left: 0;
    margin-right: 0;
  }
  .team-wrapper {
    margin: 0 auto;
    max-width: 790px;
    padding: 0 5px;
  }
  .team-member-details {
    bottom: 30px;
    padding: 0 20px;
  }
  .team-block {
    width: 50%;
  }
  .team-block:nth-child(2n + 2) {
    margin-top: 50px;
  }
  .team-block:nth-child(2n + 3) {
    margin-top: -45px;
  }
  .team-block:nth-child(2n + 4) {
    margin-top: 5px;
  }
  .news-wrapper {
    max-width: 770px;
    margin: 0 auto;
  }
  .news-block:nth-child(2n + 1) {
    margin-right: 28px;
  }
  .news-block:nth-child(2n + 3) {
    margin-top: -139px;
  }
  .news-block {
    max-width: 350px;
  }
  .news-details-box {
    margin: 0;
  }
  .map-block {
    display: none !important;
  }
  .mobile-map-img {
    display: block;
    padding: 0 50px;
  }
  .service-contact-link,
  .service-contact-link p {
    font-size: 24px;
  }
  /* Homepage End */

  /* About page Start */
  .exp-col .exp-box p,
  .exp-col .exp-box h3 {
    font-size: 15px;
  }
  .img-section-white {
    padding-bottom: 0 !important;
  }
  .exp-col .exp-box {
    min-height: 128px;
  }
  .journey-box {
    padding: 50px !important;
  }
  .our-journey-wrapper {
    margin: 0 !important;
  }
  .timeline-content:before {
    right: -49px;
  }
  .timeline-block:nth-child(2n) .timeline-content:before {
    left: -48px;
  }
  /* About page End */

  /* Patner Network Page Start */
  .single-partner_network main#content,
  .single-services main#content,
  .single-post main#content {
    padding-top: 140px;
  }
  .curated-content-images .cc-img-block {
    width: 50%;
  }
  /* Patner Network Page End */

  /* News Page Start */
  .news-title {
    padding: 0;
  }
  .post-info {
    padding: 5px 0 20px 0;
  }
  .single-post .back-to-link {
    margin-left: 0;
  }
  .single-post .post-sharing .addtoany_shortcode {
    margin-left: 0;
  }
  /* News Page End */

  /* Contact Page Start */
  .three-block-wrapper {
    margin: 0 !important;
  }
  .global-hq .container {
    padding: 0 20px;
  }
  .office-locations li {
    width: 50%;
  }
  .hq-block .vc_column-inner {
    padding: 30px !important;
  }
  /* Contact Page End */

  /* Career Page Start */
  ul.awards li {
    width: calc(33.3333% - 30px);
  }
  .follow-section {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
  .opening-wrapper {
    padding: 50px 0;
  }
  .jl-list ul.j-listing li > a > h4 {
    width: 67%;
  }
  .jl-list ul li > a > span,
  .jl-list ul li > span {
    max-width: 200px;
  }
  /* Career Page End */

  .plr-100,
  .aia-3-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .aia-block > .vc_column-inner > .wpb_wrapper {
    padding: 30px !important;
  }

  .translatepress-zh_CN .news-block:nth-child(2n + 1),
  .translatepress-ru_RU .news-block:nth-child(2n + 1) {
    margin-right: 22px;
  }
  .translatepress-zh_CN .news-details-box,
  .translatepress-ru_RU .news-details-box {
    padding: 25px;
  }
  .translatepress-zh_CN .exp-col .exp-box {
    min-height: 130px;
  }
  .translatepress-ru_RU .exp-col .exp-box {
    min-height: 143px;
  }
  .translatepress-zh_CN .gb-reach .exp-col .exp-box,
  .translatepress-ru_RU .gb-reach .exp-col .exp-box {
    min-height: inherit !important;
  }

  .rp-logos .wpb_image_grid ul li {
    margin: 12px 15px !important;
  }
  .employee-service-form .spb.spt {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .cta-banner {
    padding: 50px 20px;
  }

  .home.page-template-page-insurance #footer::before {
    left: 20px;
    right: 20px;
  }
}

@media (max-width: 991px) {
  /* Homepage Start */
  .client-block {
    /*padding-right:15px !important;*/
  }
  .testimonial-block {
    /*padding-left:15px !important;*/
  }
  /* Homepage End */

  /* About Us Page Start */
  .pn-text-block-left p {
    line-height: 22px;
  }
  .img-section .wpb_single_image figure,
  .img-section .wpb_single_image figure > div,
  .img-section .wpb_single_image figure > div > img {
    width: 100%;
  }
  .img-section-white > .vc_column-inner .wpb_single_image figure,
  .img-section-white > .vc_column-inner .wpb_single_image figure > div,
  .img-section-white > .vc_column-inner .wpb_single_image figure > div > img {
    width: 100%;
  }
  .timeline-wrapper {
    max-width: 600px;
  }
  .timeline-content h3 {
    left: 114%;
  }
  .timeline-content:before {
    right: -38px;
  }
  .timeline-block:nth-child(2n) .timeline-content h3 {
    right: 113%;
  }
  .timeline-block:nth-child(2n) .timeline-content:before {
    left: -37px;
  }
  .timeline-block:first-child .timeline-content h3 {
    left: 109%;
  }
  /* About Us Page End */

  /* Patner Network Page Start */
  .pn-inner-text-block {
    padding-top: 30px !important;
    padding-right: 0px !important;
  }
  .pl-100 {
    padding-left: 0px !important;
  }
  /* Patner Network Page End */

  /* News Page Start */
  .post-info {
    font-size: 15px;
  }
  .custom-dropdown {
    width: 120px;
  }
  .custom-dropdown.country-dropdown {
    width: 220px;
  }
  .custom-dropdown .dropdown-title {
    padding: 10px 20px 10px 10px;
    font-size: 13px;
  }
  .custom-dropdown .dropdown-title::after {
    right: 10px;
    margin-top: -1px;
  }
  .custom-dropdown ul {
    top: 35px;
  }
  .post-filter-row {
    padding: 20px 0;
  }
  .news-post-details h3 {
    font-size: 18px;
  }
  .news-icon-date {
    font-size: 13px;
  }
  /* News Page End */

  /* Our Plateform Start */
  .platform-link-block .exp-col .exp-box {
    min-height: 245px;
  }
  .expectations-block > .vc_column_container > .vc_column-inner {
    padding: 0;
  }
  .img-order-1 {
    order: 1;
  }
  .content-order-2 {
    order: 2;
  }
  /* Our Plateform End */

  /* Insurance page Start */
  .aia-block {
    margin-bottom: 30px;
  }
  .aia-block:last-child {
    margin-bottom: 0;
  }
  .page-template-page-insurance .wpb_single_image .vc_figure,
  .page-template-page-insurance
    .wpb_single_image
    .vc_figure
    .vc_single_image-wrapper,
  .page-template-page-insurance
    .wpb_single_image
    .vc_figure
    .vc_single_image-wrapper
    > img {
    width: 100%;
  }
  .grid-inner {
    width: 100%;
  }
  .fp-last {
    margin-bottom: 40px;
  }
  /* Insurance page End */

  /* Career Page Start */
  .employee-values-inner {
    width: 100%;
  }
  .job-openings {
    padding: 25px;
  }
  /* Career Page End */
}

@media (max-width: 767px) {
  /*.scroll-viewport{
        width:100.55%;
    }*/

  .ceo-msg {
    top: 77px;
    font-size: 16px;
  }

  .post-lists {
    padding-top: 190px;
    padding-bottom: 50px;
  }
  .page-title {
    /*height:230px;*/
    margin-top: 78px;
    padding: 50px 0;
  }
  .page-template-page-insurance .page-title {
    margin-top: 70px;
  }
  .wpb_content_element {
    margin-bottom: 20px !important;
  }
  .single-post .wpb_single_image.wpb_content_element:last-child {
    margin-bottom: 20px !important;
  }
  .page-title h1 {
    /*padding:50px 0 0 0;*/
  }

  /* Header Start */
  .hd-logo {
    width: 100px;
  }
  .fixed-header .hd-logo {
    width: 100px;
  }
  header.fixed-header nav#menu,
  nav#menu {
    top: 75px;
  }
  /* Header End */

  /* Fotoer Start */
  .footer-bottom {
    padding: 20px 0 30px 0;
  }
  body.page-template-page-insurance .footer-bottom {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .footer-bottom .footer-copyright {
    order: 3;
    margin-top: 15px;
    padding-top: 15px;
    border-top: #e5e5e5 solid 1px;
    width: 100%;
    text-align: center;
  }
  body.page-template-page-insurance .footer-bottom .footer-copyright {
    padding-top: 0;
    border-top: 0;
  }
  .footer-social a {
    font-size: 18px;
    margin-left: 12px;
  }
  .footer-menu ul li {
    margin-right: 10px;
  }
  .footer-menu ul li:after {
    right: -9px;
  }
  /* Fotoer End */

  /* Homepage Start */
  .news-block {
    max-width: 48%;
  }
  .news-block:nth-child(2n + 1) {
    margin-right: 22px;
  }
  .subscribe-newsletter {
    padding: 50px 0;
  }
  .subscribe-newsletter .wpcf7 {
    margin: 30px auto 0 auto;
    max-width: 450px;
  }
  .sn-content input[type="text"],
  .sn-content input[type="email"] {
    height: 50px;
    padding: 15px 24px;
  }
  .sn-content input[type="submit"] {
    height: 50px;
    padding: 16px 30px;
  }
  .mobile-map-img {
    padding: 0 40px;
  }
  .cl-logo-block .wpb_gallery_slides li {
    width: 150px;
    margin: 15px !important;
  }
  .sd-text p {
    margin: 5px 0;
  }
  /* Homepage End */

  /* About page Start */
  .pn-inner-text-block h3,
  .opening-wrapper h3 {
    font-size: 20px;
  }
  .img-section > .vc_column-inner {
    padding: 50px 20px !important;
  }
  .img-section-white > .vc_column-inner {
    padding: 0 20px !important;
  }
  .exp-col .exp-box {
    min-height: inherit;
  }

  .journey-box {
    padding: 50px 20px !important;
  }
  .timeline-block:before {
    left: 24px;
  }
  .timeline-content {
    width: 85%;
  }
  .timeline-flag:before {
    left: 42px;
    width: 30px;
    top: 21px;
  }
  .timeline-flag {
    left: 0;
    margin-left: 0;
  }
  .timeline-content p {
    order: 2;
  }
  .timeline-content h3 {
    /*position:static;*/
    margin: 0 0 10px 0;
    text-align: left !important;
    font-size: 17px;
  }
  .timeline-content {
    float: right;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .timeline-block {
    padding-left: 60px;
  }
  .timeline-content:before {
    left: -19px;
  }
  .timeline-block:nth-child(2n) .timeline-content:before {
    left: -19px;
  }
  .timeline-block:first-child .timeline-content h3 {
    left: -64px;
  }
  .timeline-content h3,
  .timeline-block:nth-child(2n) .timeline-content h3 {
    left: -55px;
    right: auto;
  }
  .timeline-block:last-child .timeline-content h3 {
    left: -55px;
  }
  /* About page End */

  /* Patner Network Page Start */
  .rp-logos {
    margin-top: 0;
  }
  .recent-services {
    padding: 100px 20px;
  }
  .recent-services .sd-text p {
    margin: 4px 0;
  }
  .recent-services .services-details-block {
    padding: 0 10px;
  }
  .single-partner_network article.partner_network,
  .single-services article.services,
  .page-template-page-our-plateform article.page {
    margin: 0 20px;
  }
  .pn-inner-text-block {
    padding-top: 25px !important;
  }
  .single-partner_network main#content,
  .single-services main#content,
  .single-post main#content {
    padding-top: 100px;
  }
  /* Patner Network Page End */

  /* News Page Start */
  .news-title {
    font-size: 22px;
  }
  .follow-aspire-blog {
    padding-bottom: 20px;
  }
  /* News Page End */

  /* Contact Page Start */
  .contact-three-block .vc_col-sm-4:first-child .vc_column-inner {
    padding-right: 0;
    padding-top: 0;
  }
  .contact-three-block .vc_col-sm-4 .vc_column-inner {
    padding: 30px 0;
  }
  .contact-three-block .vc_col-sm-4:last-child .vc_column-inner {
    padding-left: 0;
    padding-bottom: 0;
  }
  .contact-three-block .vc_col-sm-4:nth-child(2):before {
    width: 100%;
    height: 1px;
    right: 0;
    left: 0;
    top: 0;
  }
  .contact-three-block .vc_col-sm-4:nth-child(2):after {
    width: 100%;
    height: 1px;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
  }
  .office-left,
  .office-right {
    width: 100%;
  }
  .office-right {
    margin-top: 30px;
  }
  /* Contact Page End */

  /* News Page start */
  .custom-dropdown,
  .custom-dropdown.country-dropdown {
    width: calc(50% - 20px);
  }
  .news-post-block {
    width: calc(50% - 30px);
  }
  /* News Page end */

  /* Career Page Start */
  .career-video-content .vc_column-inner {
    padding: 20px 15px 0 15px !important;
  }
  .c-video-block:nth-child(2n + 1) .career-video-content .vc_column-inner {
    padding: 0 15px 20px 15px !important;
  }
  ul.awards li {
    width: calc(50% - 30px);
  }
  .post-block-row {
    padding: 40px 20px 30px 20px;
  }
  .work-culture-images {
    margin: 0 -15px;
  }
  .work-culture-inner {
    width: calc(50% - 30px);
    margin: 0 15px 25px 15px;
  }
  .job-openings {
    padding: 20px;
  }
  .country-block {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .job-search-wrapper .select-box {
    width: 100%;
  }
  .job-search-wrapper .keywords {
    width: 100%;
    margin: 10px 0 20px 0;
  }
  .job-top-search {
    /* padding:0 0 30px 0;
        margin-bottom:30px; */
  }
  .jl-list-title > span {
    display: none;
  }
  .jl-list ul li > a > h4 {
    width: 100% !important;
    display: block;
  }
  .jl-list ul li > a > span {
    margin-top: 5px;
    font-weight: 700;
  }
  body.translatepress-zh_CN .jl-list ul li > a > span {
    font-weight: 400 !important;
  }
  /* Career Page End */

  /* Our Plateform Start */
  .platform-link-block .exp-col .exp-box {
    min-height: inherit;
  }
  .platform-title {
    margin-bottom: 10px !important;
  }
  /* Our Plateform End */

  /* Insurance page start */
  .grid-inner {
    width: 100%;
  }
  .insurance-center-content > .vc_column-inner {
    /*padding:0 !important;*/
  }
  /* Insurance page end */

  .plr-100,
  .aia-3-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .aia-block {
    margin-bottom: 20px;
  }
  .aia-block:last-child {
    margin-bottom: 0;
  }
  .aia-block > .vc_column-inner > .wpb_wrapper {
    padding: 30px !important;
  }

  .translatepress-zh_CN .exp-col .exp-box,
  .translatepress-ru_RU .exp-col .exp-box {
    min-height: inherit !important;
  }
  .translatepress-ru_RU .services-details-block {
    padding: 0 5px;
  }
  .translatepress-ru_RU .services-details-block h2 {
    font-size: 20px;
  }
}

@media (max-width: 599px) {
  .fancybox-slide {
    padding: 40px 15px 15px 15px !important;
  }

  h2 {
    font-size: 24px;
  }

  /* Homepage Start */
  .services-block,
  .team-block,
  .recent-services .services-block {
    width: 100%;
  }
  .team-block:nth-child(2n + 2),
  .team-block:nth-child(2n + 3),
  .team-block:nth-child(2n + 4) {
    margin-top: 5px;
  }
  .news-block {
    max-width: 100%;
  }
  .news-block:nth-child(2n + 1) {
    margin-right: 0;
  }
  .news-block:nth-child(2n + 2),
  .news-block:nth-child(2n + 3) {
    margin-top: 30px;
  }
  .see-all-news .red-link {
    margin: 0;
  }
  .sn-content input[type="submit"] {
    width: 100%;
    position: static;
  }
  .map-section,
  .team-section {
    padding: 0 15px !important;
  }
  .team-wrapper {
    margin: 0 -14px;
    padding: 0;
  }
  .mobile-map-img {
    padding: 0 20px;
  }
  .cl-logo-block .wpb_gallery_slides li {
    margin: 5px 20px !important;
  }
  .service-contact-link {
    font-size: 16px;
  }
  .service-contact-link p {
    font-size: 16px;
    line-height: 20px;
  }
  /* Homepage End */

  /* About Page Start */
  .exp-col .exp-box {
    padding: 20px;
  }
  .exp-col .vc_column-inner .wpb_wrapper {
    height: auto;
  }
  .journey-box {
    padding: 50px 0 !important;
  }
  .timeline-block:before {
    left: 20px;
  }
  .timeline-flag {
    width: 40px;
    height: 40px;
    padding: 9px 11px;
  }
  .timeline-flag:before {
    left: 35px;
    width: 30px;
    top: 16px;
  }
  .timeline-block:nth-child(2n) .timeline-flag::before {
    left: 35px;
  }
  .timeline-content {
    padding: 20px;
  }
  .timeline-tab ul li {
    font-size: 14px;
  }
  .milestones-block h3 {
    font-size: 20px;
  }
  .milestones-block li {
    font-size: 15px;
    line-height: 20px;
  }
  .timeline-content:before {
    left: -23px;
  }
  .timeline-block:nth-child(2n) .timeline-content:before {
    left: -23px;
  }
  .timeline-block:first-child .timeline-content h3 {
    left: -68px;
  }
  .timeline-content h3,
  .timeline-block:nth-child(2n) .timeline-content h3 {
    left: -58px;
    right: auto;
  }
  .timeline-block:last-child .timeline-content h3 {
    left: -58px;
  }
  /* About Page End */

  /* Patner Network Page Start */
  .recent-services .sd-text p {
    margin: 10px 0;
  }
  /* Patner Network Page End */

  /* Contact Page Start */
  .office-locations li,
  .office-right .office-locations li,
  .office-right h3 {
    width: 100%;
    padding: 20px;
  }
  .office-right h3 {
    font-size: 18px;
  }
  .hq-block {
    width: 100% !important;
  }
  .hq-block {
    margin-bottom: 30px;
  }
  .contact-us-form .form-group {
    width: 100%;
    margin-bottom: 20px;
  }
  .submit-btn input[type="submit"] {
    height: 45px;
    padding: 0 30px;
  }
  /* Contact Page End */

  .post-form {
    margin-top: 30px;
  }
  .post-form .form-group {
    width: 100%;
    margin-bottom: 20px;
  }

  /* News Page start */
  .news-post-block {
    width: 100%;
  }
  .post-filter-row {
    padding: 15px 0;
  }
  .custom-dropdown,
  .custom-dropdown.country-dropdown {
    width: 31%;
    margin: 5px 0;
  }
  .custom-dropdown.country-dropdown {
    width: 100%;
  }
  .custom-dropdown ul li {
    font-size: 13px;
  }
  .news-post-block {
    margin: 0 0 20px 0;
  }
  .post-lists {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  #postFilters {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .custom-dropdown .dropdown-title {
    padding: 8px 10px 7px 5px;
    font-size: 12px;
  }
  .custom-dropdown .dropdown-title:after {
    right: 5px;
  }
  .custom-dropdown ul {
    top: 30px;
  }
  /* News Page end */

  /* Career Page Start */
  ul.awards li {
    width: calc(100% - 30px);
  }
  ul.awards li h5 {
    margin-top: 10px;
  }
  .evp-section > .container,
  .evp-section > .container > .vc_col-sm-12 > .vc_column-inner {
    padding: 0;
  }
  .values-details-block h2,
  .grid-details-block h2 {
    font-size: 22px;
  }
  .values-details-block p,
  .grid-details-block p {
    font-size: 15px;
    line-height: 18px;
  }
  .values-details-block,
  .grid-details-block {
    padding: 0 20px;
  }
  .our-platform-grid .values-details-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .our-platform-grid h2 {
    margin-bottom: 3px;
  }
  .our-platform-grid ul li {
    margin-bottom: 1px;
  }
  .work-culture-images {
    margin: 0;
  }
  .work-culture-inner {
    width: calc(100% - 0px);
    margin: 0 0 30px 0;
  }
  .work-culture-inner a img {
    width: 100%;
  }
  /*.c-photos{
        width:100%;
        margin-bottom:30px;
    }
    .c-photos:nth-child(2),
    .c-photos:nth-child(2n+3){
        margin-top:0;
    }*/
  .job-openings {
    padding: 20px;
  }
  .country-block {
    width: 50%;
    margin-bottom: 20px;
  }
  .office-photos .slick-prev {
    left: 20px;
    opacity: 1;
    z-index: 1;
  }
  .office-photos .slick-next {
    right: 20px;
    opacity: 1;
    z-index: 1;
  }
  /* Career Page End */

  .page-template-page-insurance .page-title {
    background-position: left center;
    padding: 50px 0;
  }
  .page-title h1 {
    font-size: 28px;
  }
}

@media (max-width: 414px) {
  .cl-logo-block .wpb_gallery_slides li {
    width: 100px;
  }
  .testimonials-wrapper {
    max-width: 250px;
  }
  .rp-logos li.isotope-item > img {
    /*height:50px;*/
    height: 80px;
  }
  .rp-logos .wpb_image_grid ul li {
    width: 50%;
    margin: 20px 0 0 0 !important;
    text-align: center;
    padding: 0 15px !important;
  }
  .rp-logos .wpb_image_grid ul li img {
    display: inline-block;
  }
  .footer-menu {
    padding-bottom: 10px;
  }
  body.page-template-page-insurance .footer-menu {
    padding-bottom: 0;
  }
  .footer-menu ul li a {
    font-size: 14px;
  }
  .footer-copyright p {
    font-size: 13px;
  }
  .footer-social a {
    font-size: 20px;
    margin: 0 10px;
  }
  .footer-menu,
  .footer-social {
    width: 100%;
    text-align: center;
  }
  [data-name="fname"],
  [data-name="lname"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .employee-service-form [data-name="your-email"] {
    margin-bottom: 10px;
  }
  .values-details-block p,
  .grid-details-block p {
    font-size: 14px;
    line-height: 15px;
  }
}

@media (max-width: 360px) {
  .country-block {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .country-block:last-child {
    margin-bottom: 0;
  }
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* Responsive Media Queris End */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
