/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -webkit-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -moz-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5); } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 1280px; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 20px 0;
  padding: 0; }

h2 {
  font-size: 34px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-size: 16px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    p {
      line-height: 1.63 !important;
      font-size: 16px !important; } }
  p + p {
    margin-top: 15px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/red-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background-image: url("/assets/images/blue-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background-image: url("/assets/images/black-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/black-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background-image: url("/assets/images/red-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background-image: url("/assets/images/black-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background-image: url("/assets/images/download-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/blue-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.list_section ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  .list_section ul li {
    width: 33.3%;
    padding: 40px; }
    .list_section ul li p {
      font-size: 16px;
      line-height: 1.63;
      font-weight: 500;
      color: #212121; }
    .list_section ul li figure {
      max-width: 80px;
      height: 80px;
      line-height: 80px;
      margin-bottom: 20px; }
      .list_section ul li figure img {
        max-height: 100%; }

.list_section_mobile {
  padding: 0 20px; }
  .list_section_mobile .list_item_card {
    text-align: center;
    padding: 20px;
    position: relative;
    outline: none;
    min-height: 230px; }
    .list_section_mobile .list_item_card p {
      font-size: 12px !important;
      line-height: 2 !important;
      font-weight: 500;
      color: #212121;
      max-width: 90%;
      margin: 0 auto; }
    .list_section_mobile .list_item_card figure {
      max-width: 80px;
      height: 80px;
      line-height: 80px;
      margin: 0 auto;
      margin-bottom: 10px; }
      .list_section_mobile .list_item_card figure img {
        max-height: 100%;
        display: inline-block; }
  .list_section_mobile .slick-slide > div:nth-child(1) .list_item_card {
    padding-top: 0; }
  .list_section_mobile .slick-slide > div:nth-child(2) .list_item_card:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 50%, rgba(255, 255, 255, 0.5) 100%); }
  .list_section_mobile .slick-dots {
    position: static;
    margin-top: 10px;
    margin-bottom: 40px; }
    .list_section_mobile .slick-dots li {
      margin: 0 4px;
      width: 8px;
      height: 8px;
      overflow: hidden;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px; }
      .list_section_mobile .slick-dots li button {
        font-size: 0;
        color: transparent;
        padding: 0;
        width: 100%;
        height: 100%;
        background-color: #212121;
        opacity: 0.3; }
        .list_section_mobile .slick-dots li button:before {
          content: none; }
      .list_section_mobile .slick-dots li.slick-active button {
        opacity: 1; }

.two-columnList .list_section ul {
  position: relative; }
  .two-columnList .list_section ul:before {
    content: '';
    width: 1px;
    height: 100%;
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 50%, rgba(255, 255, 255, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 50%; }
  .two-columnList .list_section ul li {
    width: 50%;
    position: relative; }
    .two-columnList .list_section ul li:nth-of-type(3):before, .two-columnList .list_section ul li:nth-of-type(5):before, .two-columnList .list_section ul li:nth-of-type(7):before {
      content: '';
      width: 996px;
      height: 1px;
      background: white;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 48%, rgba(255, 255, 255, 0.5) 100%);
      position: absolute;
      top: 0;
      left: 60px; }

.three-columnList .list_section ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  position: relative; }
  .three-columnList .list_section ul:before {
    content: '';
    width: 1px;
    height: 100%;
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 50%, rgba(255, 255, 255, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 33.3%; }
  .three-columnList .list_section ul:after {
    content: '';
    width: 1px;
    height: 100%;
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 50%, rgba(255, 255, 255, 0.5) 100%);
    position: absolute;
    top: 0;
    right: 33.3%; }
  .three-columnList .list_section ul li {
    position: relative; }
    .three-columnList .list_section ul li:nth-of-type(4):before, .three-columnList .list_section ul li:nth-of-type(7):before, .three-columnList .list_section ul li:nth-of-type(10):before {
      content: '';
      width: 906px;
      height: 1px;
      background: white;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, #0e1b44 48%, rgba(255, 255, 255, 0.5) 100%);
      position: absolute;
      top: 0;
      left: 60px; }

/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -webkit-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -moz-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5); } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 1280px; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 20px 0;
  padding: 0; }

h2 {
  font-size: 34px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-size: 16px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    p {
      line-height: 1.63 !important;
      font-size: 16px !important; } }
  p + p {
    margin-top: 15px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/red-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background-image: url("/assets/images/blue-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background-image: url("/assets/images/black-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/black-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background-image: url("/assets/images/red-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background-image: url("/assets/images/black-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background-image: url("/assets/images/download-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/blue-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

.slider_data {
  outline: none; }

.psa_members_info {
  text-align: center;
  position: relative;
  padding-top: 100px;
  outline: none; }
  .psa_members_info .image_container {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) scale(0.6); }
  .psa_members_info .psa_info_block {
    background-color: #eeeeee;
    min-height: 215px;
    padding: 20px;
    padding-top: 80px; }
    .psa_members_info .psa_info_block h4 {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #212121; }
    .psa_members_info .psa_info_block p {
      font-size: 12px; }
    .psa_members_info .psa_info_block .member-link:hover {
      text-decoration: underline;
      color: #000000; }

.team_members {
  position: relative; }
  @media (max-width: 767px) {
    .team_members {
      margin-top: -30px; } }
  .team_members .customSliderBtn {
    position: relative;
    margin: 0 auto;
    margin-top: -24.5px;
    width: 100px; }
    .team_members .customSliderBtn span {
      height: 45px; }
  .team_members .subHeading {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    color: #212121;
    text-align: center;
    padding-bottom: 60px;
    margin-top: -20px; }
  @media (max-width: 767px) {
    .team_members .psa_members_info {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    .team_members .psa_members_info .psa_info_block {
      padding-left: 10px;
      padding-right: 10px;
      min-height: 220px; } }
  @media (max-width: 767px) {
    .team_members .psa_members_info p {
      max-height: 45px;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .team_members .psa_members_info .image_container {
      top: -30px; } }
  @media (max-width: 767px) {
    .team_members .psa_members_info .psa_info_block p {
      color: #686868;
      font-size: 12px !important;
      line-height: 1.33 !important;
      font-weight: 500; } }
  @media (max-width: 767px) {
    .team_members .slick-list {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .team_members .slick-slide:first-child .psa_info_block {
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .team_members .slick-slide:last-child .psa_info_block {
      padding-right: 10px; } }
  @media (max-width: 479px) {
    .team_members .slick-slide:last-child .psa_info_block {
      margin-right: 10px; } }

.former_principal_Area {
  width: 100%;
  padding: 80px 0 80px;
  background: #f9f9f9; }
  @media (max-width: 767px) {
    .former_principal_Area {
      padding: 60px 0 60px; } }
  .former_principal_Area .container {
    max-width: 1650px; }
    @media (max-width: 1620px) {
      .former_principal_Area .container {
        padding: 0 115px; } }
    @media (max-width: 767px) {
      .former_principal_Area .container {
        padding: 0 15px; } }
  .former_principal_Area h3, .former_principal_Area .title, .former_principal_Area .title2, .former_principal_Area .title3 {
    text-align: center; }
  .former_principal_Area .tab_content_part {
    margin: 140px 0 0; }
    @media (max-width: 767px) {
      .former_principal_Area .tab_content_part {
        margin: 50px 0 0; } }
    @media (max-width: 767px) {
      .former_principal_Area .tab_content_part .react-tabs .tabBox {
        -webkit-flex-flow: nowrap;
        -moz-flex-flow: nowrap;
        -ms-flex-flow: nowrap;
        /* flex-flow: nowrap; */
        overflow-x: scroll;
        display: -webkit-box;
        white-space: nowrap;
        padding-top: 50px; } }
    .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li {
      padding: 40px 20px !important;
      background: #f7f7f7;
      text-align: center !important;
      border-right: 1px solid #a0aac3 !important; }
      .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li:last-child {
        border-right: 0 !important; }
      @media (max-width: 1440px) {
        .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li {
          padding: 25px 15px !important; } }
      @media (max-width: 767px) {
        .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li {
          padding: 30px 10px !important;
          width: 260px;
          white-space: break-spaces; } }
      .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li h4 {
        font-size: 22px;
        font-weight: 600;
        color: #212121;
        transition: all 0.5s; }
        @media (max-width: 1440px) {
          .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li h4 {
            font-size: 20px;
            margin: 0 0 13px; } }
        @media (max-width: 767px) {
          .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li h4 {
            font-size: 16px; } }
      .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li p {
        font-size: 16px;
        font-weight: 400;
        color: #212121;
        transition: all 0.5s; }
        @media (max-width: 767px) {
          .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li p {
            font-size: 14px !important; } }
      .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li span.image {
        width: 180px;
        height: 180px;
        display: block;
        border: 5px solid #212121;
        border-radius: 100%;
        margin: -130px auto 20px;
        transition: all 0.5s; }
        @media (max-width: 1440px) {
          .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li span.image {
            width: 140px;
            height: 140px;
            margin: -100px auto 13px; } }
        @media (max-width: 767px) {
          .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li span.image {
            width: 90px;
            height: 90px;
            border-width: 3px;
            margin: -75px auto 15px; } }
        .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li span.image img {
          width: 100%;
          height: 100.5%;
          border-radius: 100%; }
      .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li.react-tabs__tab--selected {
        background: #07122c; }
        .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li.react-tabs__tab--selected h4 {
          color: #fff; }
        .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li.react-tabs__tab--selected p {
          color: #fff; }
        .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li.react-tabs__tab--selected span.image {
          border-color: #ffbe00; }
        .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li.react-tabs__tab--selected:after {
          background-color: transparent;
          width: 0;
          height: 0;
          border-left: 30px solid transparent;
          border-right: 30px solid transparent;
          border-top: 33px solid #07122c;
          bottom: -33px;
          left: 0;
          right: 0;
          margin: 0 auto;
          -webkit-transition: all 0.5s; }
          @media (max-width: 1440px) {
            .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li.react-tabs__tab--selected:after {
              border-left: 26px solid transparent;
              border-right: 26px solid transparent;
              border-top: 25px solid #07122c;
              bottom: -25px; } }
          @media (max-width: 767px) {
            .former_principal_Area .tab_content_part .react-tabs ul.react-tabs__tab-list li.react-tabs__tab--selected:after {
              border-left: 22px solid transparent;
              border-right: 22px solid transparent;
              border-top: 25px solid #07122c;
              bottom: -24px; } }
    .former_principal_Area .tab_content_part .react-tabs .tab2 .react-tabs ul.react-tabs__tab-list {
      flex-wrap: wrap;
      width: 250px; }
      .former_principal_Area .tab_content_part .react-tabs .tab2 .react-tabs ul.react-tabs__tab-list li {
        padding: 12px 0 !important;
        background: transparent;
        color: #8e8e8d;
        font-size: 18px;
        border-right: 0 !important; }
        @media (max-width: 767px) {
          .former_principal_Area .tab_content_part .react-tabs .tab2 .react-tabs ul.react-tabs__tab-list li {
            font-size: 16px; } }
        .former_principal_Area .tab_content_part .react-tabs .tab2 .react-tabs ul.react-tabs__tab-list li:before {
          content: "";
          width: 1px;
          height: 30px;
          background-color: #212121;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
        .former_principal_Area .tab_content_part .react-tabs .tab2 .react-tabs ul.react-tabs__tab-list li:last-child:before {
          background-color: transparent; }
        .former_principal_Area .tab_content_part .react-tabs .tab2 .react-tabs ul.react-tabs__tab-list li:last-child:after {
          content: "";
          position: absolute;
          top: auto;
          right: 0;
          bottom: -10px;
          left: auto;
          z-index: 1;
          width: 30px;
          height: 30px;
          border: none;
          border-right: 5px solid #8e8e8d;
          border-bottom: 5px solid #8e8e8d; }
        .former_principal_Area .tab_content_part .react-tabs .tab2 .react-tabs ul.react-tabs__tab-list li:first-child:after {
          content: "";
          position: absolute;
          top: auto;
          right: auto;
          bottom: -10px;
          left: 0;
          z-index: 1;
          width: 30px;
          height: 30px;
          border: none;
          border-left: 5px solid #8e8e8d;
          border-bottom: 5px solid #8e8e8d; }
        .former_principal_Area .tab_content_part .react-tabs .tab2 .react-tabs ul.react-tabs__tab-list li.react-tabs__tab--selected {
          background: transparent;
          color: #000; }
          .former_principal_Area .tab_content_part .react-tabs .tab2 .react-tabs ul.react-tabs__tab-list li.react-tabs__tab--selected:after {
            border: 0;
            border-width: 10px;
            width: 100%;
            height: 100%;
            border-color: #f2bd12;
            position: absolute;
            bottom: -10px;
            transition: all 0.5s ease-out;
            border-left: 5px solid #f2bd12;
            border-bottom: 5px solid #f2bd12;
            -webkit-transition: all 0.5s ease-out;
            -moz-transition: all 0.5s ease-out;
            -ms-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            left: 0; }
          .former_principal_Area .tab_content_part .react-tabs .tab2 .react-tabs ul.react-tabs__tab-list li.react-tabs__tab--selected:last-child:after {
            border-left: 0;
            border-right: 5px solid #f2bd12; }
    .former_principal_Area .tab_content_part .react-tabs .tab2 .profileList ul {
      margin: 20px 0 0; }
      .former_principal_Area .tab_content_part .react-tabs .tab2 .profileList ul li {
        font-size: 16px;
        margin: 0 0 10px;
        padding: 0 0 0 20px;
        position: relative; }
        .former_principal_Area .tab_content_part .react-tabs .tab2 .profileList ul li:before {
          content: "";
          width: 5px;
          height: 5px;
          border-radius: 100%;
          background: #000;
          position: absolute;
          top: 8px;
          left: 0; }
        @media (max-width: 767px) {
          .former_principal_Area .tab_content_part .react-tabs .tab2 .profileList ul li {
            font-size: 15px; } }
    .former_principal_Area .tab_content_part .react-tabs .tab2 .profileList p {
      color: #212121;
      margin: 0 0 4px; }
      .former_principal_Area .tab_content_part .react-tabs .tab2 .profileList p em {
        margin: 15px 0;
        display: block; }
    .former_principal_Area .tab_content_part .tab_content .sub {
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      padding: 0 0 50px;
      margin: 0 0 50px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .former_principal_Area .tab_content_part .tab_content .sub {
          padding: 0 0 40px;
          margin: 0 0 40px; } }
      .former_principal_Area .tab_content_part .tab_content .sub .text {
        width: 75%; }
        @media (max-width: 767px) {
          .former_principal_Area .tab_content_part .tab_content .sub .text {
            width: 100%;
            margin: 15px 0 30px; } }
        .former_principal_Area .tab_content_part .tab_content .sub .text h4 {
          font-weight: 700; }
          @media (max-width: 767px) {
            .former_principal_Area .tab_content_part .tab_content .sub .text h4 {
              font-size: 22px; } }
        .former_principal_Area .tab_content_part .tab_content .sub .text p {
          color: #212121; }
          @media (max-width: 767px) {
            .former_principal_Area .tab_content_part .tab_content .sub .text p {
              font-size: 15px !important; } }
      .former_principal_Area .tab_content_part .tab_content .sub .rightBox {
        width: 20%; }
        @media (max-width: 1440px) {
          .former_principal_Area .tab_content_part .tab_content .sub .rightBox {
            width: 24%; } }
        @media (max-width: 767px) {
          .former_principal_Area .tab_content_part .tab_content .sub .rightBox {
            width: 100%; } }
        .former_principal_Area .tab_content_part .tab_content .sub .rightBox .text_box {
          padding: 25px 20px;
          background: #eee;
          display: flex;
          align-items: center; }
          .former_principal_Area .tab_content_part .tab_content .sub .rightBox .text_box span {
            width: 50px;
            height: 50px;
            background: #f2bd12;
            display: block;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 0 0 -40px; }
            .former_principal_Area .tab_content_part .tab_content .sub .rightBox .text_box span img {
              width: 30px; }
          .former_principal_Area .tab_content_part .tab_content .sub .rightBox .text_box p {
            padding: 0 0 0 20px;
            font-size: 16px;
            color: #212121;
            margin: 0; }

/* Form */
/*  Form Elements
 --------------------------*/
input:focus, input:active, select:focus, select:active, button.btn:focus, button.btn:active {
  outline: none; }

/* Icons
------------------------*/
.chevron-arrow-left {
  display: inline-block;
  border-right: 2px solid #a8a8a8;
  border-bottom: 2px solid #a8a8a8;
  width: 8px;
  height: 8px;
  transform: rotate(-225deg); }

.chevron-arrow-right {
  width: 5px;
  height: 5px;
  display: inline-block;
  transform: rotate(-45deg);
  border-right: 1px solid #a8a8a8;
  border-bottom: 1px solid #a8a8a8; }

/*Fonts - sizes
 --------------------------*/
body {
  font-size: 16px;
  line-height: 1.25;
  color: #212121;
  overflow-x: hidden; }

.page-wrapper,
.default-page-style,
[id="__next"] {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  @media (min-width: 1920px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -webkit-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5);
      -moz-box-shadow: 0 0 8px rgba(8, 15, 45, 0.5); } }
  @media (max-width: 1365px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 1280px; } }
  @media (max-width: 767px) {
    .page-wrapper,
    .default-page-style,
    [id="__next"] {
      width: 100%; } }

/* Heading Stylng */
h1, h2, h3, .title, .title2, .title3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.25;
  font-style: normal;
  font-stretch: normal;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  margin: 0 0 20px 0;
  padding: 0; }

h2 {
  font-size: 34px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 32px; } }

h3, .title, .title2, .title3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3, .title, .title2, .title3 {
      font-size: 28px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400; }

h5, .h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  font-size: 16px;
  line-height: 1.25; }
  @media (max-width: 767px) {
    p {
      line-height: 1.63 !important;
      font-size: 16px !important; } }
  p + p {
    margin-top: 15px; }

.bg-white {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #eeeeee !important; }

.bg-yellow {
  background-color: #f2bd12 !important; }

.color-white {
  color: #ffffff !important; }

.color-gray {
  color: #212121 !important; }

.color-yellow {
  color: #f2bd12 !important; }

.title div {
  font-family: 'Playfair Display', serif;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s; }
  @media (max-width: 767px) {
    .title div {
      display: inline; } }
  .title div:after {
    content: '';
    position: absolute;
    top: 0;
    right: -10px;
    bottom: 0;
    z-index: -1;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    width: 0; }
    @media (max-width: 767px) {
      .title div:after {
        content: none; } }

.title span {
  font-family: 'Playfair Display', serif; }

.title.subHeading-red span {
  background-color: #EF6D41;
  color: #ffffff; }
  @media (max-width: 767px) {
    .title.subHeading-red span {
      color: #212121; } }

.title.white div {
  color: #ffffff; }

.title.white:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.red div {
  color: #ffffff; }

.title.red span {
  color: #ffffff; }

.title.red:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title.gray div {
  color: #909090; }

.title.gray:after {
  background-image: url("/assets/images/white-arrow-lg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.title2 {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .title2 {
      margin-bottom: 20px; } }

.title3 {
  font-size: 32px;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .title3 {
      margin-bottom: 20px;
      font-size: 28px !important; } }

.title4 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 900; }
  @media (max-width: 767px) {
    .title4 {
      margin-bottom: 20px; } }

.pm-stiac-page .title span:empty {
  display: none; }

@media (max-width: 767px) {
  .pm-stiac-page .title {
    max-width: 100%; } }

@media (max-width: 767px) {
  .pm-stiac-page .title:after {
    content: none; } }

strong {
  font-weight: 700; }

.readmore {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41; }
  .readmore:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/red-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readmore:hover:after {
    right: -15px; }
  .readmore.blue {
    color: #4454a4; }
    .readmore.blue:after {
      background-image: url("/assets/images/blue-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.black {
    color: #212121; }
    .readmore.black:after {
      background-image: url("/assets/images/black-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .readmore.white {
    color: #ffffff; }
    .readmore.white:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }

.btn-row {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .btn-row {
      margin-top: 20px; } }

.btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  background-color: #FFBE00;
  padding: 12px;
  font-weight: 700;
  color: #212121;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .btn {
      vertical-align: middle; } }
  .btn:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/black-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    right: 0;
    position: relative; }
  .btn.white {
    background-color: #ffffff;
    color: #212121; }
  .btn.black {
    background-color: #212121;
    color: #ffffff; }
    .btn.black:after {
      background-image: url("/assets/images/white-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .btn span {
    position: relative;
    display: inline-block;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-right: 10px; }
  .btn:hover span {
    left: -5px; }
  .btn:hover:after {
    right: -5px; }
  .btn.style2 {
    background-color: #212121;
    color: #EF6D41;
    font-size: 14px;
    text-align: center;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none; }
    .btn.style2:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0;
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transform: translateY(100px);
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%); }
    .btn.style2:after {
      background-image: url("/assets/images/red-arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .btn.style2:hover {
      color: #212121; }
      .btn.style2:hover:before {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        background-color: #ffffff; }
      .btn.style2:hover:after {
        background-image: url("/assets/images/black-arrow.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }

.downloadBtn {
  position: relative;
  font-size: 14px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  color: #212121; }
  .downloadBtn:after {
    content: '';
    width: 9px;
    height: 9px;
    background-image: url("/assets/images/download-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    display: inline-block;
    margin-left: 10px;
    border-bottom: 2px solid #212121; }

mark {
  display: inline-block;
  background-color: #e96c40;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 7px;
  font-weight: 700; }
  @media (max-width: 767px) {
    mark {
      font-size: 8px;
      line-height: 1.2; } }

.image-center img {
  display: table;
  margin: 0 auto; }

.show-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important; } }

.readblue {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  color: #EF6D41;
  color: #4454a4; }
  .readblue:after {
    content: '';
    width: 11px;
    height: 10px;
    background-image: url("/assets/images/blue-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    right: -8px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .readblue:hover:after {
    right: -15px; }
  @media (max-width: 767px) {
    .readblue {
      font-size: 14px; } }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-effect-exit {
  opacity: 0; }
  .modal-video-effect-exit .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  box-sizing: border-box; }

.modal-video-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media (orientation: landscape) {
    .modal-video-inner {
      padding: 10px 60px;
      box-sizing: border-box; } }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -45px;
  right: 0px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent; }
  @media (orientation: landscape) {
    .modal-video-close-btn {
      top: 0;
      right: -45px; } }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px; }

