/* .abs {
  @include abs-pos(10px, 10px, 5px, 15px);
} */
/* body {
  @include line-height (16);
}
body {
  line-height: 16px;
  line-height: 2rem;
}*/
/* .page-wrap { 
  @include breakpoint(large) { width: 60%; }
  @include breakpoint(medium) { width: 80%; }
  @include breakpoint(small) { width: 95%; }
} */
/* @mixin translate ($x, $y) {
   @include transform(translate($x, $y));
} */
/*   @include transition(color .3s ease); */
/* @include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.5)); */
/* @include flexbox; */
/* @include align-self(); */
/* @include align-items(); */
/* .abs {
  @include abs-pos(10px, 10px, 5px, 15px);
} */
/* body {
  @include line-height (16);
}
body {
  line-height: 16px;
  line-height: 2rem;
}*/
/* .page-wrap { 
  @include breakpoint(large) { width: 60%; }
  @include breakpoint(medium) { width: 80%; }
  @include breakpoint(small) { width: 95%; }
} */
/* @mixin translate ($x, $y) {
   @include transform(translate($x, $y));
} */
/*   @include transition(color .3s ease); */
/* @include box-shadow(inset 0 1px 1px rgba(0, 0, 0, 0.5)); */
/* @include flexbox; */
/* @include align-self(); */
/* @include box-sizing(); */
/* @include align-items(); */
@keyframes menu-item-anim {
  from {
  /* 
-webkit-transform: translateY(20%) ;
        transform: translateY(20%) ; */
    opacity: 0;
    margin-bottom: -40px; }
  to {
    /*  -webkit-transform: translateY(0) ;
          transform: translateY(0) ; */
    opacity: 1;
    margin-bottom: 0px; } }
@keyframes address {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes addressin {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }
@keyframes discoverscroll {
  0% {
    transform: translateY(-10px);
    opacity: 1; }
  100% {
    transform: translateY(40px);
    opacity: 0; } }
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

html,
body {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-weight: normal;
  font-family: 'Palanquin', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  background: linear-gradient(270deg, #151538 0%, #211E52 26.96%, #211E52 76.43%, #151538 100%);
  color: #000000;
  overflow-x: hidden; }
  body.ohidden {
    /* overflow: hidden; */ }
  body.ohidden-nav {
    overflow: hidden; }

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  display: block; }

h1,
.h1 {
  font-size: 54px;
  line-height: 62px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Palanquin Dark', sans-serif; }

h2,
.h2 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Palanquin Dark', sans-serif; }

h3,
.h3 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  font-family: 'Palanquin Dark', sans-serif; }

h4,
.h4 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700; }

h5,
.h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px; }

h6,
.h6 {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px; }

p {
  margin: 0;
  padding: 7px 0 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300; }

.normal-case {
  text-transform: none; }

:focus,
a:focus,
button,
input,
:hover,
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline-color: -webkit-focus-ring-color;
  outline-style: none;
  outline-width: 0px !important;
  outline: -webkit-focus-ring-color auto 0px;
  outline: 0px;
  text-decoration: none; }

a {
  color: #668DD5;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #668DD5; }

sup {
  font-size: 50%;
  top: -0.3em; }

.table {
  display: table;
  width: 100%;
  height: 100%; }

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

button.focus, button:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0); }

.so-panel {
  margin: 0 !important; }

.btn {
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-align: center;
  text-transform: none;
  display: inline-block;
  width: auto;
  padding: 13px 30px;
  font-size: 12px;
  line-height: 15px;
  border: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  font-family: 'Lexend Deca', sans-serif; }
  @media (max-width: 767px) {
    .btn {
      padding: 11px 18px; } }
  .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0); }
  .btn:disabled, .btn.disabled, .btn.swiper-button-disabled {
    opacity: 0.35;
    filter: alpha(opacity=35);
    cursor: auto; }
    .btn:disabled:hover, .btn.disabled:hover, .btn.swiper-button-disabled:hover {
      color: inherit; }
  .btn.btn-block {
    padding: 9px 15px;
    display: block;
    width: 100%; }
  .btn.disabled, .btn.disabled:hover, .btn.disabled:active, .btn:disabled, .btn:disabled:hover, .btn:disabled:active .btn.swiper-button-disabled, .btn.swiper-button-disabled:hover, .btn.swiper-button-disabled:active {
    cursor: default; }
  .btn.btn-1 {
    border: 2px solid #668DD5;
    border-radius: 29.5px;
    color: #ffffff; }
    .btn.btn-1:hover, .btn.btn-1:focus {
      background-color: #668DD5; }
  .btn.btn-2, .info-text.grey-bg .btn.btn-1 {
    border: 2px solid #668DD5;
    border-radius: 29.5px;
    color: #211E52; }
    .btn.btn-2:hover, .info-text.grey-bg .btn.btn-1:hover, .btn.btn-2:focus, .info-text.grey-bg .btn.btn-1:focus, .btn.btn-2.active-btn, .info-text.grey-bg .btn.active-btn.btn-1 {
      background-color: #668DD5;
      color: #ffffff; }
  .btn.btn-2a {
    border: 2px solid #211E52;
    border-radius: 29.5px;
    color: #ffffff;
    background-color: #211E52; }
    .btn.btn-2a:hover, .btn.btn-2a:focus {
      background-color: #ffffff;
      color: #211E52; }
  .btn.btn-2b {
    border: 2px solid #211E52;
    border-radius: 29.5px;
    color: #211E52; }
    .btn.btn-2b:hover, .btn.btn-2b:focus, .btn.btn-2b.active-btn {
      background-color: #211E52;
      color: #ffffff; }
  .btn.btn-3 {
    border: 2px solid #ffffff;
    border-radius: 29.5px;
    color: #ffffff; }
    .btn.btn-3:hover, .btn.btn-3:focus {
      background-color: #ffffff;
      color: #000000; }
  .btn.btn-4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #ffffff;
    padding: 0;
    display: inline-block;
    position: relative;
    padding-right: 36px;
    font-family: 'Palanquin Dark', sans-serif; }
    .btn.btn-4:hover, .btn.btn-4:focus {
      text-decoration: underline;
      color: #ffffff; }
      .btn.btn-4:hover:after, .btn.btn-4:focus:after {
        right: 0px; }
    .btn.btn-4:after {
      content: "";
      position: absolute;
      width: 30px;
      height: 14px;
      background: url(../images/right-arrow.svg) right center no-repeat;
      top: 50%;
      transform: translateY(-50%);
      right: 5px;
      transition: all 0.3s;
      margin-top: 1px; }
  .btn.btn-5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #000000;
    padding: 0;
    display: inline-block;
    position: relative;
    padding-right: 36px;
    font-family: 'Palanquin Dark', sans-serif; }
    .btn.btn-5:hover, .btn.btn-5:focus {
      text-decoration: underline;
      color: #000000; }
      .btn.btn-5:hover:after, .btn.btn-5:focus:after {
        right: 0px; }
    .btn.btn-5:after {
      content: "";
      position: absolute;
      width: 30px;
      height: 14px;
      background: url(../images/right-arrow.svg) right center no-repeat;
      top: 50%;
      transform: translateY(-50%);
      right: 5px;
      transition: all 0.3s;
      margin-top: 1px; }
  .btn.btn-5b {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #000000;
    padding: 0;
    display: inline-block;
    position: relative;
    padding-left: 40px;
    font-family: 'Palanquin Dark', sans-serif; }
    .btn.btn-5b:hover, .btn.btn-5b:focus {
      text-decoration: underline;
      color: #000000; }
      .btn.btn-5b:hover:after, .btn.btn-5b:focus:after {
        left: 0px; }
    .btn.btn-5b:after {
      content: "";
      position: absolute;
      width: 30px;
      height: 14px;
      background: url(../images/right-arrow.svg) right center no-repeat;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
      left: 5px;
      transition: all 0.3s;
      margin-top: 1px; }
  .btn.btn-6 {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: #ffffff;
    padding: 20px 5px;
    display: inline-block;
    position: relative;
    padding-right: 36px;
    font-family: 'Palanquin Dark', sans-serif;
    background-color: #211E52;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-width: 163px; }
    .btn.btn-6:hover {
      text-decoration: none;
      color: #ffffff;
      background-color: #000000; }
      .btn.btn-6:hover:after {
        right: 26px; }
    .btn.btn-6:after {
      content: "";
      position: absolute;
      width: 30px;
      height: 14px;
      background: url(../images/right-arrow.svg) right center no-repeat;
      top: 50%;
      transform: translateY(-50%);
      right: 32px;
      transition: all 0.3s;
      margin-top: 1px; }
  .btn.btn-slide {
    border: 2px solid #668DD5;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    color: #211E52;
    width: 44px;
    height: 44px;
    padding: 0;
    background: url(../images/arrow-white.svg) center no-repeat;
    font-size: 0;
    overflow: hidden;
    text-indent: -999em;
    background-size: 18px; }
    @media (max-width: 767px) {
      .btn.btn-slide {
        width: 35px;
        height: 35px;
        -webkit-border-radius: 10px;
        border-radius: 10px; } }
    .btn.btn-slide.btn-slide-small {
      width: 35px;
      height: 35px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    .btn.btn-slide.btn-slide-prev {
      background: url(../images/arrow-white2.svg) center no-repeat;
      background-size: 18px; }
    .btn.btn-slide:hover {
      background-color: #668DD5;
      color: #ffffff; }
    .btn.btn-slide.swiper-button-disabled:hover, .btn.btn-slide.swiper-button-disabled:active, .btn.btn-slide.swiper-button-disabled:focus {
      background-color: inherit; }

.btn-group-hr .btn {
  margin-right: 3px;
  margin-left: 3px; }
  @media (max-width: 767px) {
    .btn-group-hr .btn {
      margin-right: 1px;
      margin-left: 1px; } }
.btn-group-hr .btn:first-child:not(:last-child) {
  margin-left: 0px; }
.btn-group-hr .btn:last-child:not(:first-child) {
  margin-right: 0px; }

.rem-padding {
  padding: 0; }

.play-btn {
  box-sizing: border-box;
  height: 105px;
  width: 105px;
  border: 2px solid #FFFFFF;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(102, 141, 213, 0.5) url(../images/triangle.svg) 54% center no-repeat;
  font-size: 0;
  text-indent: 9999em;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s; }
  .play-btn:hover {
    background: #668DD5 url(../images/triangle.svg) center center no-repeat; }

.modal-open .modal.show {
  opacity: 1; }

.close-btn {
  box-sizing: border-box;
  height: 105px;
  width: 105px;
  border: 2px solid #FFFFFF;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  text-indent: 9999em;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s; }
  .close-btn:before, .close-btn:after {
    content: "";
    position: absolute;
    width: 35px;
    background: #ffffff;
    height: 5px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .close-btn:after {
    transform: translateX(-50%) translateY(-50%) rotate(315deg); }

.hide-seo {
  display: none; }

strong,
b {
  font-weight: 700; }

.hidden {
  display: none !important; }

.input {
  width: 100%;
  border: solid 1px #e4e4e4;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  margin-bottom: 30px; }

.input:focus {
  outline: none;
  border: 0; }

:focus {
  outline: -webkit-focus-ring-color auto 0px; }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 100;
  font-size: 14px;
  line-height: 21px; }

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 100;
  font-size: 14px;
  line-height: 21px; }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
  font-weight: 100 !important;
  font-size: 14px !important;
  line-height: 21px !important; }

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 100;
  font-size: 14px;
  line-height: 21px; }

input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
input[type="number"],
input[type="time"],
input[type="password"],
.form-group textarea {
  border: 0;
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  border: solid 1px #F0F0F0;
  box-shadow: inset 0 0px 2px 0 rgba(0, 0, 0, 0);
  background-color: #F0F0F0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  input[type="text"]::-ms-clear,
  input[type="text"] ::-ms-reveal,
  input[type="email"]::-ms-clear,
  input[type="email"] ::-ms-reveal,
  input[type="date"]::-ms-clear,
  input[type="date"] ::-ms-reveal,
  input[type="tel"]::-ms-clear,
  input[type="tel"] ::-ms-reveal,
  input[type="number"]::-ms-clear,
  input[type="number"] ::-ms-reveal,
  input[type="time"]::-ms-clear,
  input[type="time"] ::-ms-reveal,
  input[type="password"]::-ms-clear,
  input[type="password"] ::-ms-reveal,
  .form-group textarea::-ms-clear,
  .form-group textarea ::-ms-reveal {
    display: none;
    width: 0;
    height: 0; }

.form-control:focus {
  box-shadow: 0 0 0 0 transparent; }

.form-group {
  margin-bottom: 19px; }

.mbt7 {
  margin-bottom: 6px; }

.checkbox-group {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px; }
  .checkbox-group label {
    width: 15px;
    height: 15px;
    border: 2px solid #000000;
    overflow: hidden;
    text-indent: -99999em;
    position: absolute;
    top: 5px;
    left: 0; }
  .checkbox-group input[type="checkbox"] {
    position: absolute;
    z-index: -9999;
    opacity: 0; }
  .checkbox-group input[type="checkbox"]:checked + label {
    border: 2px solid #211E52;
    background: #211E52 url(../images/checkmark.svg) no-repeat;
    background-size: 10px 10px; }
  .checkbox-group .check-text {
    color: #000000;
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 14px;
    line-height: 25px; }
    .checkbox-group .check-text a {
      color: #000000;
      text-decoration: underline; }

.group-checkbox {
  display: flex;
  flex-wrap: wrap; }
  .group-checkbox.check-yesone {
    padding-top: 30px;
    padding-bottom: 30px; }
    .group-checkbox.check-yesone .wpcf7-form-control-wrap.tnc {
      width: 30px;
      margin-top: -2px;
      flex: 0 0 30px; }
      .group-checkbox.check-yesone .wpcf7-form-control-wrap.tnc .wpcf7-not-valid-tip {
        position: absolute;
        bottom: -20px;
        width: 300px;
        left: 30px; }
      .group-checkbox.check-yesone .wpcf7-form-control-wrap.tnc .wpcf7-list-item {
        display: block;
        width: 100%;
        margin: 0;
        max-width: inherit; }
      .group-checkbox.check-yesone .wpcf7-form-control-wrap.tnc label {
        margin: 0; }
      .group-checkbox.check-yesone .wpcf7-form-control-wrap.tnc .wpcf7-list-item-label {
        color: transparent;
        font-size: 0.1em; }
    .group-checkbox.check-yesone .check-text {
      flex: 0 0 calc(100% - 30px);
      max-width: calc(100% - 30px); }
  .group-checkbox .wpcf7-list-item {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
    margin: 0;
    padding-right: 5px; }
  .group-checkbox label {
    font-size: 14px;
    font-family: 'Palanquin', sans-serif;
    letter-spacing: normal;
    cursor: pointer; }
    .group-checkbox label .wpcf7-list-item-label {
      padding-left: 20px;
      margin-bottom: 0px;
      position: relative;
      display: block;
      line-height: 16px; }
      .group-checkbox label .wpcf7-list-item-label:before {
        width: 15px;
        height: 15px;
        border: 2px solid #000000;
        overflow: hidden;
        text-indent: -99999em;
        position: absolute;
        top: 0px;
        left: 0; }
  .group-checkbox input[type="checkbox"] {
    position: absolute;
    z-index: -9999;
    opacity: 0; }
  .group-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    width: 22px;
    height: 15px;
    overflow: hidden;
    text-indent: -99999em;
    position: absolute;
    top: -1px;
    left: -1px;
    background: url(../images/checkmark-blue.svg) left no-repeat;
    background-size: 100% 100%; }
  .group-checkbox .check-text {
    color: #000000;
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 14px;
    line-height: 25px; }
    .group-checkbox .check-text a {
      color: #000000;
      text-decoration: underline; }

label {
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 16px;
  letter-spacing: 0.3px;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 12px; }

textarea {
  width: 100%;
  border: solid 1px #e4e4e4;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  height: 120px;
  padding: 10px 10px;
  font-size: 16px;
  margin-bottom: 0px;
  resize: none;
  -webkit-appearance: none;
  height: 162px; }

textarea:focus {
  outline: none; }

.img-cover {
  background: 50% 50% / cover no-repeat;
  padding-bottom: 80%;
  transition: all 1s;
  display: block; }
  .img-cover img {
    display: none !important; }

.img-wrapper {
  background: 50% 50% / cover no-repeat;
  transition: all 1s; }
  .img-wrapper img.hide-img {
    display: none; }

section {
  position: relative; }

.d-flex {
  display: flex; }

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

.blue-bg {
  background: linear-gradient(270deg, #151538 0%, #211E52 26.96%, #211E52 76.43%, #151538 100%); }

.blue-bg-solid {
  background: #211E52; }

.light-blue-bg {
  background: #668DD5; }

.grey-bg {
  background-color: #F3F3F3; }

.grey-bg-light {
  background-color: #f9f9f9; }

.dark-bg {
  background-color: #000000; }

.gold-bg {
  background-color: #000000; }

.white-text, footer, .info-text.blue-bg {
  color: #ffffff; }
  .white-text h1, footer h1, .info-text.blue-bg h1,
  .white-text .h1,
  footer .h1,
  .info-text.blue-bg .h1,
  .white-text h2,
  footer h2,
  .info-text.blue-bg h2,
  .white-text .h2,
  footer .h2,
  .info-text.blue-bg .h2,
  .white-text h3,
  footer h3,
  .info-text.blue-bg h3,
  .white-text .h3,
  footer .h3,
  .info-text.blue-bg .h3,
  .white-text h4,
  footer h4,
  .info-text.blue-bg h4,
  .white-text .h4,
  footer .h4,
  .info-text.blue-bg .h4,
  .white-text h5,
  footer h5,
  .info-text.blue-bg h5,
  .white-text h6,
  footer h6,
  .info-text.blue-bg h6,
  .white-text p,
  footer p,
  .info-text.blue-bg p,
  .white-text li,
  footer li,
  .info-text.blue-bg li,
  .white-text a,
  footer a,
  .info-text.blue-bg a {
    color: #ffffff; }

.hide-img {
  display: none; }

.pos-r {
  position: relative; }

.no-flex {
  display: block; }

.no-padding-all .container,
.no-padding-all .container-fluid,
.no-padding-all [class^="col-"] {
  padding: 0; }

[data-aos=fade-left] {
  transform: translate3d(50px, 0, 0); }

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition: ease-in-out;
  transition-duration: .8s; }

.burger {
  height: 25px;
  width: 24px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: .2s all;
  margin-left: auto; }
  .burger:after {
    content: '';
    display: block;
    position: absolute;
    height: 150%;
    width: 150%;
    top: -25%;
    left: -25%; }
  .burger .burger-lines {
    top: 50%;
    margin-top: -0.125em; }
    .burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
      pointer-events: none;
      display: block;
      content: '';
      width: 100%;
      background-color: white;
      height: 3px;
      position: absolute;
      transform: rotate(0); }
    .burger .burger-lines .burger-lines:after {
      left: 0;
      top: -1em; }
    .burger .burger-lines .burger-lines:before {
      left: 1em;
      top: 1em; }

.burger.burger-squeeze .burger-lines, .burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
  transition: .2s top .2s, .1s left, .2s transform, .4s background-color .2s; }
.burger.burger-squeeze .burger-lines:after, .burger.burger-squeeze .burger-lines:before {
  width: 100%; }
.burger.burger-squeeze .burger-lines:after {
  left: 0;
  top: -8px; }
.burger.burger-squeeze .burger-lines:before {
  left: 0;
  top: 8px; }
.burger.burger-squeeze.open .burger-lines, .burger.burger-squeeze.open .burger-lines:after, .burger.burger-squeeze.open .burger-lines:before {
  transition: .2s background-color, .2s top, .2s left, .2s transform .15s; }
.burger.burger-squeeze.open .burger-lines {
  background-color: transparent; }
.burger.burger-squeeze.open .burger-lines:before, .burger.burger-squeeze.open .burger-lines:after {
  top: 0px; }
.burger.burger-squeeze.open .burger-lines:before {
  transform: rotate(-45deg); }
.burger.burger-squeeze.open .burger-lines:after {
  transform: rotate(45deg); }

.menu-round {
  position: absolute;
  right: 7px;
  top: 56px;
  z-index: 0;
  width: 1px;
  height: 1px;
  border-radius: 50% 50% 50% 50%;
  transition: 0.7s ease-in-out;
  box-shadow: 0 0 0 0 #26215b, 0 0 0 0 #26215b;
  cursor: pointer;
  opacity: 1; }

.menu-round.fiulse {
  box-shadow: 0 0 0 110vw #26215b, 0 0 0 110vh #26215b;
  border-radius: 0;
  opacity: 1;
  background: #26215b; }

.dot-main {
  position: fixed;
  width: 100%;
  text-align: right;
  z-index: 9; }
  .dot-main .ppsre {
    position: relative; }

/* HEADER NAVIGATION */
header {
  padding: 40px 7% 15px;
  display: flex;
  position: fixed;
  z-index: 1;
  width: 100%;
  top: 0px;
  left: 0;
  align-items: center;
  z-index: 100; }
  header.sticky-transition {
    transition: all 0.5s ease-in-out !important; }
  header.sticky {
    padding-top: 15px;
    background-color: #211E52;
    box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2); }
  header .main-logo {
    overflow: hidden;
    text-indent: -9999em;
    font-size: 0;
    background: url(../images/cloud-fm-logo.svg) no-repeat;
    width: 150px;
    height: 36px;
    background-size: 150px 36px;
    display: inline-block; }

.ohidden-nav header.sticky {
  background-color: transparent;
  box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0); }

.hamburger-menu {
  width: 24px;
  height: 17px;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .7s ease-in-out;
  -moz-transition: .7s ease-in-out;
  -o-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
  cursor: pointer;
  margin-left: auto;
  z-index: 99; }
  .hamburger-menu span {
    display: block;
    position: absolute;
    height: 3px;
    opacity: 1;
    left: 0;
    width: 50%;
    background: #ffffff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out; }
    .hamburger-menu span:nth-child(even) {
      left: 50%; }
    .hamburger-menu span:nth-child(odd) {
      left: 0px; }
    .hamburger-menu span:nth-child(1), .hamburger-menu span:nth-child(2) {
      top: 0px; }
    .hamburger-menu span:nth-child(3), .hamburger-menu span:nth-child(4) {
      top: 8px; }
    .hamburger-menu span:nth-child(5), .hamburger-menu span:nth-child(6) {
      top: 16px; }
  .hamburger-menu.open span {
    width: 100%; }
    .hamburger-menu.open span:nth-child(1), .hamburger-menu.open span:nth-child(6) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .hamburger-menu.open span:nth-child(2), .hamburger-menu.open span:nth-child(5) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .hamburger-menu.open span:nth-child(1) {
      left: -2px;
      top: 7px; }
    .hamburger-menu.open span:nth-child(2) {
      left: 0;
      top: 7px; }
    .hamburger-menu.open span:nth-child(3) {
      left: -50%;
      opacity: 0; }
    .hamburger-menu.open span:nth-child(4) {
      left: 100%;
      opacity: 0; }
    .hamburger-menu.open span:nth-child(5) {
      left: -2px;
      top: 9px; }
    .hamburger-menu.open span:nth-child(6) {
      left: 0;
      top: 9px; }

/* //HEADER NAVIGATION */
/* NAVIGATION */
.overlay-nav {
  position: fixed;
  padding: 0;
  /*background: linear-gradient(270deg, #151538 0%, #211E52 26.96%, #211E52 76.43%, #151538 100%);*/
  width: 100%;
  height: 100%;
  z-index: 99;
  bottom: 0;
  top: 0;
  padding-top: 127px;
  right: -100%;
  display: flex;
  transition: right 0.8s ease-in; }
  .overlay-nav .box-social {
    padding-top: 28px;
    opacity: 0; }
  .overlay-nav .custom-scrollbar {
    max-height: calc(100vh - 130px);
    overflow: hidden; }
    .overlay-nav .custom-scrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      opacity: 0; }
  .overlay-nav.sliding {
    right: 0; }
    .overlay-nav.sliding .box-social {
      -webkit-animation: address 2s forwards 2.2s ease-in-out;
      animation: address 2s forwards 2.2s ease-in-out; }
    .overlay-nav.sliding .top-navigation > li:nth-of-type(1) {
      -webkit-animation: menu-item-anim .5s forwards 1.1s ease-in-out;
      animation: menu-item-anim .5s forwards 1.1s ease-in-out; }
    .overlay-nav.sliding .top-navigation > li:nth-of-type(2) {
      -webkit-animation: menu-item-anim .5s forwards 1.25s ease-in-out;
      animation: menu-item-anim .5s forwards 1.25s ease-in-out; }
    .overlay-nav.sliding .top-navigation > li:nth-of-type(3) {
      -webkit-animation: menu-item-anim .8s forwards 1.4s ease-in-out;
      animation: menu-item-anim .8s forwards 1.4s ease-in-out; }
    .overlay-nav.sliding .top-navigation > li:nth-of-type(4) {
      -webkit-animation: menu-item-anim .8s forwards 1.55s ease-in-out;
      animation: menu-item-anim .8s forwards 1.55s ease-in-out; }
    .overlay-nav.sliding .top-navigation > li:nth-of-type(5) {
      -webkit-animation: menu-item-anim .8s forwards 1.7s ease-in-out;
      animation: menu-item-anim .8s forwards 1.7s ease-in-out; }
    .overlay-nav.sliding .top-navigation > li:nth-of-type(6) {
      -webkit-animation: menu-item-anim .8s forwards 1.85s ease-in-out;
      animation: menu-item-anim .8s forwards 1.85s ease-in-out; }
    .overlay-nav.sliding .top-navigation > li:nth-of-type(7) {
      -webkit-animation: menu-item-anim .8s forwards 2s ease-in-out;
      animation: menu-item-anim .8s forwards 2s ease-in-out; }
    .overlay-nav.sliding .top-navigation > li:nth-of-type(8) {
      -webkit-animation: menu-item-anim .8s forwards 2.15s ease-in-out;
      animation: menu-item-anim .8s forwards 2.15s ease-in-out; }
    .overlay-nav.sliding .top-navigation > li:nth-of-type(9) {
      -webkit-animation: menu-item-anim .8s forwards 2.3s ease-in-out;
      animation: menu-item-anim .8s forwards 2.3s ease-in-out; }
    .overlay-nav.sliding .address-single:nth-of-type(1) {
      -webkit-animation: address 1s forwards 2s ease-in-out;
      animation: address 1s forwards 2s ease-in-out; }
    .overlay-nav.sliding .address-single:nth-of-type(2) {
      -webkit-animation: address 1s forwards 2.1s ease-in-out;
      animation: address 1s forwards 2.1s ease-in-out; }
    .overlay-nav.sliding .address-single:nth-of-type(3) {
      -webkit-animation: address 2s forwards 2.2s ease-in-out;
      animation: address 2s forwards 2.2s ease-in-out; }
    .overlay-nav.sliding .address-single:nth-of-type(4) {
      -webkit-animation: address 2s forwards 2.3s ease-in-out;
      animation: address 2s forwards 2.3s ease-in-out; }
    .overlay-nav.sliding .address-single:nth-of-type(5) {
      -webkit-animation: address 2s forwards 2.4s ease-in-out;
      animation: address 2s forwards 2.4s ease-in-out; }
  .overlay-nav .top-navigation {
    padding: 0;
    list-style: none;
    font-family: 'Palanquin Dark', sans-serif;
    max-height: calc(100vh - 180px);
    overflow: auto;
    width: calc(100% + 24px); }
    .overlay-nav .top-navigation > li {
      font-size: 42px;
      line-height: 42px;
      text-transform: uppercase;
      font-weight: 600;
      padding: 15px 0;
      opacity: 0; }
      .overlay-nav .top-navigation > li.current_page_item > a {
        color: #668DD5; }
      .overlay-nav .top-navigation > li a {
        color: #ffffff;
        transition: all 0.7s; }
        .overlay-nav .top-navigation > li a:hover {
          color: #668DD5; }
      .overlay-nav .top-navigation > li ul {
        padding: 24px 35px 0;
        list-style: none; }
        .overlay-nav .top-navigation > li ul li {
          font-size: 24px;
          line-height: 21px;
          text-transform: none;
          padding: 8px 0;
          font-weight: 400; }
          .overlay-nav .top-navigation > li ul li:last-child {
            padding-bottom: 0; }
          .overlay-nav .top-navigation > li ul li.current-menu-item > a {
            color: #668DD5; }

.address-single {
  padding-top: 28px;
  opacity: 0; }
  .address-single .as-head {
    color: #668DD5;
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 16px;
    line-height: 16px; }
  .address-single p,
  .address-single a {
    color: #ffffff;
    padding: 0;
    line-height: 22px; }
  .address-single a:hover {
    text-decoration: underline; }

/* NAVIGATION END */
/* WHAT OUR CLIENT SAYS */
.testimonial-wrap {
  padding-top: 45px;
  padding-bottom: 55px;
  overflow: hidden; }
  .testimonial-wrap .title {
    text-align: center;
    color: #ffffff;
    margin-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px; }

.testimonial-slider {
  padding-bottom: 35px;
  position: relative; }
  .testimonial-slider .swiper-slide {
    opacity: 0.15;
    transition: all 1s; }
    .testimonial-slider .swiper-slide.swiper-slide-active {
      opacity: 1; }
  .testimonial-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 0.3;
    background-color: transparent;
    position: relative; }
    .testimonial-slider .swiper-pagination-bullet:before {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      background-color: #ffffff;
      top: 50%;
      left: 50%;
      transform: translateX(-48%) translateY(-50%);
      -webkit-border-radius: 50%;
      border-radius: 50%; }
    .testimonial-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
      opacity: 1; }
  .testimonial-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0; }

.testimonial-single {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 28px 55px 63px;
  position: relative;
  max-width: 530px;
  margin: 20px auto 50px; }
  .testimonial-single .client-name {
    display: block;
    position: relative;
    margin-right: -32px;
    margin-bottom: -80px;
    z-index: 1;
    text-align: right;
    margin-top: 10px; }
    .testimonial-single .client-name b,
    .testimonial-single .client-name strong {
      font-weight: normal;
      font-size: 18px;
      line-height: 18px;
      background-color: #668DD5;
      color: #ffffff;
      font-family: 'Palanquin Dark', sans-serif;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      display: inline-block;
      padding: 10px 15px 12px;
      text-align: left; }
  .testimonial-single .client-company {
    font-family: 'Palanquin Dark', sans-serif;
    padding: 8px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    right: 35px;
    bottom: -44px;
    z-index: 2;
    font-size: 18px;
    line-height: 14px;
    background-color: #000000;
    color: #ffffff;
    display: inline-block; }

/* WHAT OUR CLIENT SAYS END*/
/* GET IN TOUCH */
.get-in-touch-wrap {
  padding-bottom: 60px;
  padding-top: 45px; }

.get-in-touch {
  display: flex;
  background-color: #668DD5;
  max-width: 1003px;
  margin: 0 auto;
  padding: 45px 50px;
  min-width: 50%; }
  .get-in-touch .get-touch-left,
  .get-in-touch .get-touch-right {
    flex: 1 1 50%; }
  .get-in-touch .get-touch-left {
    text-align: center; }
    .get-in-touch .get-touch-left h3 {
      text-transform: uppercase; }
  .get-in-touch .get-touch-right {
    padding-left: 30px;
    font-size: 16px;
    line-height: 24px; }
    .get-in-touch .get-touch-right .btn {
      margin-top: 13px; }

/* GET IN TOUCH END */
/* FOOTER  */
footer {
  background-color: #070713;
  padding: 65px 0% 50px; }
  footer .spacer {
    height: 30px;
    display: block; }

.visible-mob {
  display: none !important; }

.hide-mob {
  display: block !important; }

.footer-side-copy {
  font-size: 12px;
  line-height: 12px; }
  .footer-side-copy .footer-logo {
    overflow: hidden;
    text-indent: -9999em;
    font-size: 0;
    background: url(../images/cloud-fm-logo.svg) no-repeat;
    width: 150px;
    height: 36px;
    background-size: 150px 36px;
    display: inline-block;
    margin-bottom: 15px; }
  .footer-side-copy .ft-group {
    display: block;
    margin-bottom: 3px;
    line-height: 18px; }
  .footer-side-copy .ft-copy {
    display: block;
    line-height: 18px; }

.ft-head {
  font-family: 'Palanquin Dark', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 4px;
  display: block;
  font-size: 12px; }

.footer-side-links .footer-lnks {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-side-links .footer-lnks li {
    padding: 0; }
.footer-side-links a {
  display: inline-block;
  font-size: 12px;
  font-family: 'Lexend Deca', sans-serif;
  position: relative;
  padding: 2px 0 3px; }
  .footer-side-links a:hover {
    color: #668DD5; }
    .footer-side-links a:hover:before {
      width: 100%; }
  .footer-side-links a:before {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 0;
    height: 1px;
    background-color: #668DD5;
    transition: all .2s; }

.footer-side-address .ft-address {
  display: block;
  font-size: 12px;
  font-family: 'Lexend Deca', sans-serif;
  line-height: 18px; }
.footer-side-address a {
  display: block; }

.footer-side-social a {
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
  font-family: 'Lexend Deca', sans-serif;
  word-break: break-word; }

.box-social a {
  display: inline-block;
  padding-right: 20px; }

.footer-side-qa {
  max-width: 106px;
  text-align: center;
  margin-left: auto;
  margin-top: 0px; }
  .footer-side-qa .qa-logo {
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 5px;
    max-width: 99px; }
  .footer-side-qa a {
    font-size: 14px;
    line-height: 25px;
    text-decoration: underline;
    display: block; }
    .footer-side-qa a:hover {
      color: #668DD5;
      text-decoration: none; }

/* FOOTER END */
/* Who We Work With */
.client-wrap {
  padding-top: 40px;
  padding-bottom: 65px;
  overflow: hidden; }
  .client-wrap .title {
    text-align: center;
    color: #ffffff;
    margin-bottom: 43px;
    padding-left: 15px;
    padding-right: 15px; }

.client-slider {
  padding-left: 180px;
  padding-right: 0px; }
  .client-slider .swiper-slide {
    width: 220px;
    height: 160px; }
  .client-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative; }
  .client-slider .client-single {
    width: 160px;
    height: 160px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 0 auto; }
    .client-slider .client-single img {
      max-height: 100%;
      width: 100%; }

/* Who We Work With END*/
/* OUR CLIENTS */
.our-clients {
  display: flex;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 65px;
  padding-left: 15px; }
  .our-clients .left-client {
    max-width: 32%;
    flex: 1 1 32%; }
    .our-clients .left-client .left-client-in {
      max-width: 342px;
      margin-left: auto;
      padding-right: 62px;
      padding-top: 30px;
      height: 100%;
      position: relative;
      padding-bottom: 80px; }
      .our-clients .left-client .left-client-in .title {
        margin-bottom: 10px; }
    .our-clients .left-client .left-client-bottom {
      position: absolute;
      bottom: 32px;
      left: 0;
      display: block; }
  .our-clients .right-client {
    max-width: 68%;
    flex: 1 1 68%;
    overflow: hidden; }
    .our-clients .right-client .right-client-bottom {
      display: none;
      padding-top: 12px; }

.our-clients-slider {
  /* margin-right: -140px; */
  opacity: 1;
  transition: all 1s ease-in-out;
  top: 200px;
  position: relative; }
  .our-clients-slider .swiper-slide {
    width: 22%; }
  .our-clients-slider .our-clients-single {
    overflow: hidden;
    position: relative; }
    .our-clients-slider .our-clients-single:hover .oc-img {
      transform: scale(1.05); }
      .our-clients-slider .our-clients-single:hover .oc-img:before {
        background: rgba(0, 0, 0, 0.65); }
    .our-clients-slider .our-clients-single:hover .oc-text .oc-decs {
      max-height: 250px;
      height: auto;
      opacity: 1; }
    .our-clients-slider .our-clients-single .oc-img {
      height: 552px;
      width: 100%;
      background: 50% 65%/cover no-repeat;
      transition: all 1s; }
      .our-clients-slider .our-clients-single .oc-img:before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, 0.25);
        z-index: 1;
        width: 100%;
        height: 100%;
        transition: all 0.5s; }
    .our-clients-slider .our-clients-single .oc-text {
      position: absolute;
      bottom: 0;
      z-index: 2;
      padding: 10px 25px 20px; }
      .our-clients-slider .our-clients-single .oc-text .oc-title {
        font-size: 28px;
        line-height: 32px;
        font-family: 'Palanquin Dark', sans-serif; }
      .our-clients-slider .our-clients-single .oc-text .oc-decs {
        max-height: 0;
        opacity: 0;
        transition: all 0.8s ease-out;
        margin-bottom: 45px;
        font-weight: 400; }
        .our-clients-slider .our-clients-single .oc-text .oc-decs .btn {
          margin-bottom: 45px;
          margin-top: 4px; }
  .our-clients-slider .swiper-slide {
    /*  .our-clients-single {
        transition: all 0.8s;
        left: 100px;
    }
    &:nth-child(2) {
        transition-delay: 1s;
    }
    &:nth-child(3) {
        transition-delay: 2s;
    }
    &:nth-child(4) {
        transition-delay: 3s;
    }
    &:nth-child(5) {
        transition-delay: 4s;
    }
    &:nth-child(6) {
        transition-delay: 5s;
    }
    &:nth-child(7) {
        transition-delay: 6s;
    }
    &:nth-child(8) {
        transition-delay: 7s;
    }
    &:nth-child(9) {
        transition-delay: 8s;
    }
    &:nth-child(10) {
        transition-delay: 9s;
    }*/ }
  .our-clients-slider .swiper-wrapper {
    margin-left: -1px; }

.ocs-list .our-clients-slider {
  opacity: 1;
  transition: all 1s;
  top: 0; }
  .ocs-list .our-clients-slider .swiper-slide {
    /*  &:nth-child(2) {
        transition-delay: 0.3s;
        .our-clients-single {
            transition-delay: 0.1s;
        }
    }
    &:nth-child(3) {
        transition-delay: 0.6s;
        .our-clients-single {
            transition-delay: 0.4s;
        }
    }
    &:nth-child(4) {
        transition-delay: 0.9s;
        .our-clients-single {
            transition-delay: 0.7s;
        }
    }
    &:nth-child(5) {
        transition-delay: 1.2s;
        .our-clients-single {
            transition-delay: 0.8s;
        }
    }
    &:nth-child(6) {
        transition-delay: 1.5s;
        .our-clients-single {
            transition-delay: 1.3s;
        }
    }
    &:nth-child(7) {
        transition-delay: 1.8s;
        .our-clients-single {
            transition-delay: 1.6s;
        }
    }
    &:nth-child(8) {
        transition-delay: 2.1s;
        .our-clients-single {
            transition-delay: 1.7s;
        }
    }
    &:nth-child(9) {
        transition-delay: 2.4s;
        .our-clients-single {
            transition-delay: 2.2s;
        }
    }
    &:nth-child(10) {
        transition-delay: 2.7s;
        .our-clients-single {
            transition-delay: 2.3s;
        }
    }
    */ }

/* OUR CLIENTS END */
/* VIDEO HOME PAGE */
.video-wrap {
  padding: 42px 0% 60px;
  overflow: hidden;
  z-index: 0; }

.video-box {
  max-width: 85%;
  width: 100%;
  transition: all 0.2s ease-in-out;
  position: relative;
  clip: rect(0, 0, 32rem, 0);
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #668DD5;
  overflow: hidden; }
  .video-box.full-video {
    max-width: 100%;
    transition: all 0.2s ease-in-out;
    margin-left: 0%; }
  .video-box .play-btn,
  .video-box .close-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2; }
  .video-box .close-btn {
    display: none; }
  .video-box .plyr {
    transition: all 0.5s;
    transition-delay: 2s;
    opacity: 0; }
    .video-box .plyr.plyr-opacity {
      opacity: 1; }
    .video-box .plyr.plyr--playing, .video-box .plyr.plyr--paused {
      opacity: 1; }
  .video-box .video-poster {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    /* clip: rect(0, 0rem, 100rem, 0);
    -o-object-fit: cover;
    object-fit: cover; */
    transition: all 2.2s ease-out;
    background-color: #668DD5; }
    .video-box .video-poster:before {
      content: "";
      width: 100%;
      height: 100%;
      transition: all 0.8s ease-out;
      position: absolute;
      right: 0;
      background-color: #668DD5;
      z-index: 3; }
    .video-box .video-poster.full-poster:before {
      width: 0%; }
    .video-box .video-poster.vp-opacity {
      opacity: 0;
      background: none !important;
      transition: opacity 0.3s; }
      .video-box .video-poster.vp-opacity:hover {
        opacity: 1; }
        .video-box .video-poster.vp-opacity:hover .close-btn {
          display: block; }
  .video-box .plyr--full-ui.plyr--video .plyr__control--overlaid,
  .video-box .plyr--video .plyr__controls {
    display: none; }

.video-text {
  background-color: #ffffff;
  max-width: 59%;
  margin-left: auto;
  margin-right: 0%;
  margin-top: -115px;
  position: relative;
  z-index: 3;
  padding: 30px 70px;
  transition: all .6s; }
  .video-text:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    right: 0;
    transition: all 0.6s ease-in;
    z-index: 9; }
  .video-text.move-text-overlay:before {
    width: 0; }
  .video-text.move-text {
    margin-top: 0px;
    margin-right: 0; }

/* //VIDEO HOME PAGE */
/* Want more */
.want-more-wrap {
  padding-top: 60px;
  padding-bottom: 70px;
  overflow: hidden; }
  .want-more-wrap .title {
    text-align: center; }
  .want-more-wrap .want-more-in {
    padding-top: 5px; }
    .want-more-wrap .want-more-in .btn {
      margin-top: 42px; }

/* Want more end */
/*  */
.discover-scroll {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  text-transform: uppercase;
  height: 65px;
  opacity: 1;
  visibility: visible;
  max-width: 200px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: letter-spacing 1s;
  margin-bottom: 20px;
  z-index: 10; }
  .discover-scroll:hover .ds-text {
    letter-spacing: 0px; }
  .discover-scroll.ds-active {
    bottom: -80px;
    visibility: hidden;
    opacity: 0; }
  .discover-scroll .ds-text {
    text-align: center;
    height: 18px;
    width: 100%;
    color: #ffffff;
    font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
    letter-spacing: 3.11px;
    line-height: 18px;
    display: block;
    text-align: center;
    transition: all 1s; }
  .discover-scroll .ds-scroll-animation {
    height: 32px;
    width: 4px;
    background-color: rgba(102, 141, 213, 0.3);
    position: relative;
    bottom: 0;
    display: inline-block;
    margin: 10px auto 0;
    overflow: hidden; }
    .discover-scroll .ds-scroll-animation span {
      height: 8px;
      width: 100%;
      background-color: #668DD5;
      position: absolute;
      top: 0;
      left: 0px;
      right: 0;
      display: block;
      -webkit-animation: discoverscroll 1.2s forwards ease-in-out;
      animation: discoverscroll 1.2s forwards ease-in-out;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite; }

/*  */
/* SERVICES PAGE */
.info-text {
  padding-top: 60px;
  padding-bottom: 60px; }
  .info-text .info-text-in {
    text-align: center;
    max-width: 680px;
    margin: 0 auto; }
    .info-text .info-text-in p strong {
      color: #211E52;
      font-family: 'Palanquin Dark', sans-serif;
      font-size: 24px;
      line-height: 32px;
      font-weight: 400; }

body .single-service-wrap:last-child {
  padding-bottom: 121px;
  background: #000000; }

.single-service-wrap {
  padding-top: 121px;
  padding-bottom: 187px; }
  .single-service-wrap h3,
  .single-service-wrap .h3 {
    position: relative;
    margin-bottom: 32px;
    line-height: 39px; }
    .single-service-wrap h3:after,
    .single-service-wrap .h3:after {
      content: "";
      height: 4px;
      width: 40px;
      background-color: #668DD5;
      bottom: -19px;
      position: absolute;
      left: 0; }
  .single-service-wrap .left-service {
    text-align: center;
    margin: 0 auto;
    max-width: 397px; }

.block-insights {
  padding-top: 95px;
  padding-bottom: 60px; }
  .block-insights h3,
  .block-insights .h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #211E52; }

.single-insights-block {
  overflow: hidden; }
  .single-insights-block:hover .sib-img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1); }

.single-insights-block {
  position: relative;
  height: 0;
  height: 480px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  display: block;
  background: 50% 50%/cover no-repeat;
  background-image: url(../images/insights-bg.jpg); }
  .single-insights-block.odd-insgt {
    margin-bottom: 12px;
    margin-top: 12px; }
  .single-insights-block:before {
    background: 50% 50%/cover no-repeat;
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 2; }
  .single-insights-block .sib-img {
    background: 50% 50%/cover no-repeat;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  .single-insights-block .single-insights-wrap {
    position: absolute;
    bottom: 0;
    padding: 15px 45px 35px;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    display: block;
    z-index: 3; }
  .single-insights-block .title-block-insight {
    font-family: 'Palanquin', sans-serif;
    font-size: 34px;
    line-height: 38px;
    min-height: 166px;
    display: block;
    color: #ffffff;
    font-weight: 700; }
    .single-insights-block .title-block-insight p {
      font-family: 'Palanquin', sans-serif;
      font-size: 34px;
      line-height: 38px;
      color: #ffffff;
      font-weight: 700; }
  .single-insights-block .insight-btn {
    display: block; }
  .single-insights-block.single-insights-pdf .our-client-badge {
    background: #D36161; }
  .single-insights-block.single-insights-news .our-client-badge {
    background: #000000; }
  .single-insights-block.single-career-badge .our-client-badge {
    background: #12C18E; }

.our-client-badge {
  background: #668DD5;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 14px;
  line-height: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 10px;
  display: inline-block;
  margin-bottom: 13px;
  color: #ffffff; }

.form-get-in input[type="text"],
.form-get-in input[type="email"],
.form-get-in input[type="date"],
.form-get-in input[type="tel"],
.form-get-in input[type="number"],
.form-get-in input[type="time"],
.form-get-in input[type="password"],
#zohoformdata input[type="text"],
#zohoformdata input[type="email"],
#zohoformdata input[type="date"],
#zohoformdata input[type="tel"],
#zohoformdata input[type="number"],
#zohoformdata input[type="time"],
#zohoformdata input[type="password"] {
  width: 100%; }
  .form-get-in input[type="text"].wpcf7-not-valid,
  .form-get-in input[type="email"].wpcf7-not-valid,
  .form-get-in input[type="date"].wpcf7-not-valid,
  .form-get-in input[type="tel"].wpcf7-not-valid,
  .form-get-in input[type="number"].wpcf7-not-valid,
  .form-get-in input[type="time"].wpcf7-not-valid,
  .form-get-in input[type="password"].wpcf7-not-valid,
  #zohoformdata input[type="text"].wpcf7-not-valid,
  #zohoformdata input[type="email"].wpcf7-not-valid,
  #zohoformdata input[type="date"].wpcf7-not-valid,
  #zohoformdata input[type="tel"].wpcf7-not-valid,
  #zohoformdata input[type="number"].wpcf7-not-valid,
  #zohoformdata input[type="time"].wpcf7-not-valid,
  #zohoformdata input[type="password"].wpcf7-not-valid {
    border: 2px solid #F23C3C; }
.form-get-in p:empty,
#zohoformdata p:empty {
  display: none; }
.form-get-in div.wpcf7-validation-errors,
.form-get-in div.wpcf7-acceptance-missing,
#zohoformdata div.wpcf7-validation-errors,
#zohoformdata div.wpcf7-acceptance-missing {
  border: 0px solid transparent;
  background: #f7d9d9;
  padding: 12px 20px;
  border-radius: 20px;
  margin: 0 0 25px; }
.form-get-in div.wpcf7-mail-sent-ok,
#zohoformdata div.wpcf7-mail-sent-ok {
  border: 0px solid transparent;
  background: #deecda;
  padding: 12px 20px;
  border-radius: 20px;
  margin: 0 0 25px; }

.cfm-captcha {
  margin-bottom: 19px; }
  .cfm-captcha img {
    max-width: 297px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #979797; }

.form-get-in-wrap {
  padding-bottom: 60px;
  padding-top: 75px; }
  .form-get-in-wrap .h3,
  .form-get-in-wrap h3 {
    color: #211E52;
    line-height: 42px;
    padding-bottom: 6px; }

/* Style the list */
.breadcrumb-wrap {
  background-color: #18126B;
  padding: 11px 0; }

.breadcrumb {
  padding: 0;
  list-style: none;
  background-color: transparent;
  margin: 0; }
  .breadcrumb li.breadcrumb-item {
    font-family: 'Palanquin', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    padding-left: 0px;
    padding-right: 1px; }
    .breadcrumb li.breadcrumb-item a {
      font-size: 14px;
      line-height: 13px;
      color: #ffffff;
      text-decoration: underline; }
      .breadcrumb li.breadcrumb-item a:hover {
        text-decoration: none; }
    .breadcrumb li.breadcrumb-item.active {
      color: #ffffff; }
    .breadcrumb li.breadcrumb-item + .breadcrumb-item:before {
      content: ">";
      color: #ffffff;
      margin-left: 5px;
      margin-right: 5px;
      padding: 0; }

/* Team Page */
.inner-blank-banner {
  min-height: 125px;
  display: flex;
  align-items: center;
  background: 50% 50%/cover no-repeat; }
  .inner-blank-banner .inner-banner-wrap {
    min-height: 540px;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.inner-banner-wrap {
  position: relative;
  max-width: 570px;
  padding-right: 30px; }
  .inner-banner-wrap .inner-banner-sub {
    font: normal 18px/23px 'Lexend Deca', sans-serif;
    color: #668DD5; }

.inner-img-vid-banner {
  position: relative;
  padding-bottom: 0;
  max-height: 100vh;
  background: 50% 50%/cover no-repeat; }
  .inner-img-vid-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
    z-index: 10;
    top: 0; }
  .inner-img-vid-banner .video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    width: 100%;
    background-size: cover; }
    .inner-img-vid-banner .video-responsive iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      background-size: cover; }
  .inner-img-vid-banner .image-responsive {
    overflow: hidden;
    padding-bottom: 0;
    position: relative;
    height: 100vh;
    width: 100%;
    background: 50% 50%/cover no-repeat; }
  .inner-img-vid-banner .inner-banner-wrap .inner-banner-sub {
    color: #ffffff; }
  .inner-img-vid-banner .inner-vid-m {
    position: absolute;
    z-index: 11;
    transform: translateY(-50%);
    width: 100%;
    top: 50%; }

.team-wrapper {
  background-color: #211E52;
  padding-top: 145px;
  padding-bottom: 145px; }

.team-slider-wrapper {
  overflow: hidden;
  position: relative; }
  .team-slider-wrapper:before, .team-slider-wrapper:after {
    content: "";
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(0deg, #211E52 0%, rgba(33, 30, 82, 0) 100%); }
  .team-slider-wrapper:before {
    top: 0;
    background: linear-gradient(0deg, rgba(33, 30, 82, 0) 0%, #211E52 100%); }
  .team-slider-wrapper .team-slide {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 72px;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
    cursor: default;
    display: block;
    opacity: 0.3;
    transition: all 0.3s;
    margin-top: 15px;
    margin-bottom: 15px;
    word-break: break-word;
    white-space: normal; }
    .team-slider-wrapper .team-slide p {
      padding: 0;
      font-size: 72px;
      line-height: 68px; }
  .team-slider-wrapper .swiper-slide-active .team-slide {
    opacity: 1; }

.executive-board {
  padding-top: 106px; }
  .executive-board .h2,
  .executive-board h2 {
    margin-bottom: 52px;
    color: #211E52; }

.team-slider {
  height: 300px; }

.member-single {
  overflow: hidden; }
  .member-single .btn {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.4s ease-in-out; }
  .member-single .team-img {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    transition: transform .4s ease-in-out 0ms, -webkit-transform .4s ease-in-out 0ms; }
  .member-single .team-img-in {
    transition: transform .4s ease-in-out 0ms, -webkit-transform .4s ease-in-out 0ms;
    background: 50% 50%/cover no-repeat;
    height: 100%;
    /* padding-bottom: 85%; */
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    width: 100%; }
    .member-single .team-img-in img {
      opacity: 0;
      width: 0;
      height: 0;
      position: absolute;
      z-index: -99; }
  .member-single:hover .team-img-in {
    transform: scale(1.1); }
  .member-single:hover .btn {
    opacity: 1; }
  .member-single:hover .team-img {
    transform: scale(0.95); }

.team-txt {
  padding-top: 18px;
  padding-bottom: 65px; }
  .team-txt .team-name {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Palanquin Dark', sans-serif;
    color: #211E52;
    padding-bottom: 10px; }
  .team-txt .team-designation {
    font-size: 16px;
    line-height: 24px; }

.main-board {
  padding-top: 41px;
  padding-bottom: 63px; }
  .main-board .title {
    margin-bottom: 51px;
    color: #211E52; }
  .main-board .member-single .team-img {
    padding-bottom: 119%; }

.team-wrapper {
  overflow: hidden; }
  .team-wrapper .title {
    line-height: 48px;
    position: relative;
    margin-bottom: 22px; }
    .team-wrapper .title:before {
      content: "";
      height: 4px;
      width: 40px;
      background-color: #668DD5;
      bottom: -13px;
      position: absolute;
      left: 0; }

.image-popup .modal-content {
  padding: 0; }
.image-popup .modal-dialog {
  max-width: 900px;
  width: 98%;
  margin: 0 auto; }
.image-popup .modal-body {
  min-height: 300px;
  background: url(../images/loader-page.gif) no-repeat center;
  background-size: 50px; }

.modal-content {
  padding: 65px 56px;
  -webkit-border-radius: 0;
  border-radius: 0; }
  .modal-content .close {
    position: absolute;
    right: 0;
    text-indent: -99999em;
    width: 36px;
    height: 36px;
    top: 33px;
    right: 31px;
    opacity: 1;
    padding: 0;
    z-index: 999; }
    .modal-content .close:before, .modal-content .close:after {
      content: "";
      position: absolute;
      width: 80%;
      height: 3px;
      background-color: #000000;
      top: 7px;
      left: 8px;
      right: 0;
      transform: rotate(45deg); }
    .modal-content .close:after {
      transform: rotate(315deg); }

.modal-title {
  color: #211E52;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  margin-bottom: 20px; }

.modal-subtile {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Palanquin Dark', sans-serif;
  color: #000000;
  margin-bottom: 12px; }

/* Single resource page */
.single-resource-wrap {
  background: #F3F3F3;
  height: 100%;
  position: relative;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 25px 30px 60px;
  display: block; }
  .single-resource-wrap:hover {
    background-color: #f9f9f9; }
  .single-resource-wrap .our-client-badge {
    background: #D36161;
    margin-bottom: 9px; }
  .single-resource-wrap .title-block-resource {
    color: #000000;
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 24px;
    line-height: 28px;
    min-height: 90px;
    display: block; }
  .single-resource-wrap .resource-btn {
    position: absolute;
    bottom: 23px;
    left: 27px;
    display: block; }

.resources-wrap.good-know-wrap .srs-t {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0; }
.resources-wrap.good-know-wrap .single-resource-wrap .h2,
.resources-wrap.good-know-wrap .single-resource-wrap h2 {
  padding-bottom: 15px; }
.resources-wrap.good-know-wrap .single-resource-wrap .title-block-resource {
  font-size: 24px;
  line-height: 28px;
  min-height: inherit; }

.btn-below-resource {
  display: block;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 40px; }

.resources-wrap {
  padding-top: 60px;
  padding-bottom: 60px; }
  .resources-wrap h2,
  .resources-wrap .h2 {
    text-align: center;
    color: #211E52;
    padding-bottom: 30px; }
  .resources-wrap .srs-t {
    margin-bottom: 15px;
    margin-top: 15px; }

/* //Single resource page */
/* Other Services */
.other-services {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  width: 100%; }
  .other-services h2,
  .other-services .h2 {
    text-align: center;
    color: #211E52;
    padding-bottom: 40px; }

.other-ser-in {
  max-width: 65%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  min-width: 840px; }
  .other-ser-in .single-other-service {
    flex: 0 0 50%;
    max-width: calc(50% - 6px);
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 47px;
    position: relative;
    transition: all .5s;
    background: radial-gradient(circle, #211E52 0%, #211E52 53.44%, #211E52 99.96%);
    height: 740px;
    overflow: hidden; }
    .other-ser-in .single-other-service:hover {
      background: radial-gradient(circle, #211E52 0%, #18126B 53.44%, #18126B 99.96%); }
      .other-ser-in .single-other-service:hover .so-ser {
        height: 70%; }
      .other-ser-in .single-other-service:hover .ser-des {
        opacity: 1;
        padding-bottom: 19px; }
        .other-ser-in .single-other-service:hover .ser-des .ser-des-in {
          max-height: 100%; }
      .other-ser-in .single-other-service:hover .img-sr-wrap {
        height: 30%;
        padding-bottom: 0; }
      .other-ser-in .single-other-service:hover .ser-btn {
        background: #18126B; }
  .other-ser-in .service-title {
    font-size: 38px;
    line-height: 38px;
    font-family: 'Palanquin Dark', sans-serif;
    font-weight: 700;
    letter-spacing: -0.5px;
    padding-bottom: 17px; }
  .other-ser-in .serv-img {
    max-height: 100%;
    margin: 0 auto 10px 40px;
    display: block;
    transition: all .5s;
    max-width: 80%; }
  .other-ser-in .so-ser {
    padding: 15px 40px 74px;
    height: 32%; }
  .other-ser-in .ser-des {
    letter-spacing: 0px;
    line-height: 24px;
    font-size: 16px;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .7s;
    transition-delay: 0.3s; }
    .other-ser-in .ser-des p {
      letter-spacing: 0px;
      line-height: 24px; }
    .other-ser-in .ser-des .ser-des-in {
      overflow: hidden;
      max-height: 0;
      transition: all .7s;
      transition-delay: 0.3s; }
  .other-ser-in .ser-btn {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 45px;
    left: 0;
    background: #211E52;
    padding-bottom: 30px;
    padding-top: 5px; }
  .other-ser-in .img-sr-wrap {
    height: 68%;
    transition: all 0.8s ease-in-out;
    padding-bottom: 120px; }

/* //Other Services */
.chain-partner {
  padding-top: 74px;
  padding-bottom: 84px; }

.chain-partner-in {
  text-align: center;
  max-width: 716px;
  margin: 0 auto; }
  .chain-partner-in h2 {
    margin-bottom: 6px; }

.about-cfm {
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden; }
  .about-cfm h2,
  .about-cfm .h2 {
    color: #211E52;
    margin-bottom: 20px;
    position: relative; }
    .about-cfm h2:after,
    .about-cfm .h2:after {
      content: "";
      height: 4px;
      width: 40px;
      background-color: #668DD5;
      bottom: -10px;
      position: absolute;
      left: 0; }
  .about-cfm .abt-img {
    min-height: 450px;
    height: 100%;
    background: 50% 50%/cover no-repeat; }
  .about-cfm .full-wdt-rght {
    padding-left: 0; }
  .about-cfm .rmv-pad {
    padding-right: 0; }
  .about-cfm .row-abt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about-cfm .row-abt .left-abt {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      -ms-flex-item-align: center !important;
      align-self: center !important; }
    .about-cfm .row-abt .right-abt {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      -ms-flex-item-align: center !important;
      align-self: center !important;
      padding-left: 140px; }
  .about-cfm.about-rght-img .full-wdt-rght {
    padding-left: 7%;
    padding-right: 0%; }
  .about-cfm.about-rght-img .row-abt .right-abt {
    order: 1;
    padding-left: 0;
    padding-right: 140px; }
  .about-cfm.about-rght-img .row-abt .left-abt {
    order: 2; }

.services-list {
  padding-top: 100px;
  padding-bottom: 60px; }

.service-wrs {
  padding-top: 100px;
  width: 100%;
  position: relative;
  margin-right: 50px;
  margin: 100px 50px 0px 0;
  overflow: hidden;
  min-height: 500px; }
  .service-wrs .srcs-left {
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
    width: 58%;
    height: calc(100% - 112px);
    vertical-align: top;
    padding-left: 68px;
    overflow: hidden;
    transition: transform .4s ease-in-out 0ms, -webkit-transform .4s ease-in-out 0ms;
    height: 500px;
    max-width: 750px; }
    .service-wrs .srcs-left .srcs-img {
      height: 100%;
      width: 100%;
      transition: transform .4s ease-in-out 0ms, -webkit-transform .4s ease-in-out 0ms;
      background: 50% 50%/cover no-repeat; }
  .service-wrs .srcs-right {
    margin-left: auto;
    display: block;
    width: 62%;
    vertical-align: top;
    height: calc(100% + 40px); }
  .service-wrs .srcs-rgt-text {
    background: #211E52;
    padding: 51px 69px 64px;
    margin-right: 68px;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .service-wrs .srcs-rgt-text h2,
    .service-wrs .srcs-rgt-text .h2 {
      position: relative;
      margin-bottom: 15px;
      padding-bottom: 10px; }
      .service-wrs .srcs-rgt-text h2:after,
      .service-wrs .srcs-rgt-text .h2:after {
        content: "";
        height: 4px;
        width: 40px;
        background-color: #668DD5;
        bottom: -6px;
        position: absolute;
        left: 0; }
  .service-wrs:first-child {
    margin-top: 0; }
  .service-wrs:last-child {
    margin-bottom: 0; }
  .service-wrs:nth-child(2) .srcs-left {
    padding-left: 0;
    padding-right: 68px;
    left: auto;
    right: 0; }
  .service-wrs:nth-child(2) .srcs-right {
    margin-left: 0; }
  .service-wrs:nth-child(2) .srcs-rgt-text {
    margin-right: 0;
    margin-left: 68px; }

.services-list.rght-sr-img .service-wrs .srcs-left {
  padding-left: 0;
  padding-right: 68px;
  left: auto;
  right: 0; }
.services-list.rght-sr-img .service-wrs .srcs-right {
  margin-left: 0; }
.services-list.rght-sr-img .service-wrs .srcs-rgt-text {
  margin-right: 0;
  margin-left: 68px; }

.loader-threejs {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  opacity: 0.4; }
  .loader-threejs img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }

.work-with-us-wrap {
  padding-top: 62px;
  padding-bottom: 62px; }

.work-with-us {
  text-align: center;
  max-width: 716px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px; }
  .work-with-us h2,
  .work-with-us .h2 {
    margin-bottom: 15px; }
  .work-with-us p {
    padding-bottom: 12px; }

.community-charity {
  padding-top: 100px;
  padding-bottom: 60px; }
  .community-charity .cc-img {
    background: 50% 50%/cover no-repeat;
    height: 477px;
    position: relative; }
  .community-charity .cc-txt {
    max-width: 80%;
    margin: -120px auto 20px;
    position: relative;
    padding: 50px; }

.wrap-prof-quali-wrap {
  background: #211E52;
  position: relative;
  padding: 62px 0px 62px 100px;
  max-width: 91.666667%; }
  .wrap-prof-quali-wrap .fix-sol-quali-txt {
    position: absolute;
    opacity: 0.1;
    color: #ffffff;
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 106px;
    line-height: 106px;
    text-transform: uppercase;
    font-weight: 600;
    left: -7%;
    top: -7%; }

.left-img-sld .wrap-prof-quali-wrap {
  margin-left: auto;
  padding-left: 0;
  padding-right: 100px; }
  .left-img-sld .wrap-prof-quali-wrap .prof-quali-img {
    left: calc(-8.5% - 15px); }
  .left-img-sld .wrap-prof-quali-wrap .fix-sol-quali-txt {
    left: auto;
    right: -7%; }
.left-img-sld .wrap-prof-quali .prof-quali-text {
  margin-left: auto;
  padding-right: 0px;
  padding-left: 50px; }

.wrap-prof-quali {
  position: relative; }
  .wrap-prof-quali .prof-quali-text {
    width: 53%;
    padding-right: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    min-height: 466px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .wrap-prof-quali .prof-quali-text h3,
    .wrap-prof-quali .prof-quali-text .h3 {
      text-transform: none;
      font-weight: 500;
      font-size: 28px;
      line-height: 34px;
      font-family: 'Palanquin', sans-serif;
      padding-bottom: 25px; }
    .wrap-prof-quali .prof-quali-text h2,
    .wrap-prof-quali .prof-quali-text .h2 {
      position: relative;
      margin-bottom: 20px; }
      .wrap-prof-quali .prof-quali-text h2:before,
      .wrap-prof-quali .prof-quali-text .h2:before {
        content: "";
        height: 4px;
        width: 40px;
        background-color: #668DD5;
        bottom: -10px;
        position: absolute;
        left: 0; }
  .wrap-prof-quali .prof-quali-img {
    background: 50% 50%/cover no-repeat;
    right: calc(-8.5% - 15px);
    position: absolute;
    top: 50%;
    bottom: 0;
    height: 100%;
    width: 57%;
    height: 500px;
    transform: translateY(-50%); }
    .wrap-prof-quali .prof-quali-img:before {
      content: "";
      position: absolute;
      z-index: 1;
      background: #211E52;
      height: 100%;
      width: 100%;
      left: 0; }

.main-prof-quali {
  padding-top: 62px;
  padding-bottom: 62px; }

.right-img-sld .prof-quali-img:before {
  width: 100%;
  transition: all 0.7s ease-out; }
.right-img-sld .prof-quali-img.full-img-ovlay:before {
  width: 0%; }

.left-img-sld .prof-quali-img:before {
  width: 100%;
  transition: all 0.7s ease-out;
  left: auto;
  right: 0; }
.left-img-sld .prof-quali-img.full-img-ovlay:before {
  width: 0%; }

.whatsapp-wrap {
  padding-top: 60px;
  padding-bottom: 60px; }

.whatsapp-in {
  max-width: 394px;
  text-align: center;
  margin: 0 auto; }
  .whatsapp-in h3 {
    padding-bottom: 20px; }
  .whatsapp-in .wts-ap {
    position: relative;
    color: #211E52;
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 24px;
    line-height: 28px;
    background: #ffffff;
    text-align: left;
    padding: 18px 18px 18px 90px;
    margin-bottom: 3px; }
    .whatsapp-in .wts-ap .wts-icon {
      background: #2AD971 url(../images/whatsapp.svg) no-repeat center;
      width: 70px;
      height: 100%;
      position: absolute;
      background-size: 35px;
      left: 0;
      top: 0;
      bottom: 0; }
    .whatsapp-in .wts-ap .wts-txt {
      font-size: 24px;
      line-height: 31px;
      color: #211E52; }
    .whatsapp-in .wts-ap a.wts-txt:hover {
      text-decoration: underline; }
  .whatsapp-in p {
    font-size: 14px;
    line-height: 18px; }

.search-job-wrap {
  padding-top: 118px;
  padding-bottom: 60px; }

.search-job-in {
  max-width: 800px;
  margin: 0 auto; }
  .search-job-in .sj-left {
    padding-right: 63px;
    text-align: right; }
  .search-job-in .sj-right {
    padding-left: 63px;
    font-size: 16px;
    line-height: 24px; }
  .search-job-in h2 {
    color: #211E52; }

.testimonial-white.testimonial-wrap {
  background: #ffffff; }
  .testimonial-white.testimonial-wrap h2 {
    color: #211E52;
    margin-bottom: 14px; }
  .testimonial-white.testimonial-wrap .testimonial-single {
    background: #F1F1F1; }
  .testimonial-white.testimonial-wrap .testimonial-slider .swiper-pagination-bullet:before {
    background: #668DD5; }

.inner-cs-banner {
  height: 100vh; }
  .inner-cs-banner .banner-cs-left-in {
    padding-right: 15px;
    padding-left: 15px; }
  .inner-cs-banner .banner-cs-right {
    height: 100%; }
  .inner-cs-banner .banner-cs-right-in {
    padding-right: 15px;
    padding-left: 15px;
    background: 50% 50%/cover no-repeat;
    height: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    padding-bottom: 80px; }
    .inner-cs-banner .banner-cs-right-in:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 0;
      left: 0; }
    .inner-cs-banner .banner-cs-right-in .banner-cs-right-wrap {
      position: relative;
      z-index: 2;
      width: 100%;
      align-self: flex-end;
      text-align: right; }
      .inner-cs-banner .banner-cs-right-in .banner-cs-right-wrap .cs-feature-cl {
        display: block;
        font-size: 14px;
        line-height: 25px;
        font-family: 'Palanquin Dark', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        padding-bottom: 3px; }
      .inner-cs-banner .banner-cs-right-in .banner-cs-right-wrap .cs-cl-name {
        display: block;
        font-size: 38px;
        line-height: 32px;
        color: #ffffff;
        font-family: 'Palanquin Dark', sans-serif;
        font-weight: 900;
        padding-bottom: 30px; }

.filter-cs-wrap {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px; }
  .filter-cs-wrap#resource-filter {
    display: none; }

.cs-main-btns,
.cs-sub-btns {
  padding: 0;
  margin: 0; }
  .cs-main-btns li,
  .cs-sub-btns li {
    display: inline-block;
    padding: 8px; }
    .cs-main-btns li a,
    .cs-sub-btns li a {
      font-size: 16px;
      line-height: 16px; }
      .cs-main-btns li a.btn,
      .cs-sub-btns li a.btn {
        border-width: 1px; }

.cs-filter-result {
  padding-bottom: 40px;
  padding-top: 40px; }
  .cs-filter-result .single-insights-block {
    margin-top: 30px;
    margin-bottom: 30px; }
  .cs-filter-result h2 {
    text-align: center;
    color: #211E52;
    padding-bottom: 20px; }

.cs-load-more {
  text-align: center;
  padding-top: 30px; }

.fix-testimonial {
  padding-top: 100px;
  padding-bottom: 100px; }

.fix-testimonial-in {
  display: flex;
  max-width: 1003px;
  margin: 0 auto;
  min-width: 50%;
  flex-direction: column; }
  .fix-testimonial-in .ft-text {
    position: relative;
    padding-top: 65px;
    padding-bottom: 30px; }
    .fix-testimonial-in .ft-text:before {
      content: '"';
      position: absolute;
      top: 0;
      left: 0;
      color: #211E52;
      font-family: 'Palanquin Dark', sans-serif;
      font-size: 154px;
      line-height: 112px;
      transform: rotate(180deg);
      height: 52px; }
    .fix-testimonial-in .ft-text p {
      padding-bottom: 17px; }
      .fix-testimonial-in .ft-text p:last-child {
        padding-bottom: 0; }
  .fix-testimonial-in .ft-name,
  .fix-testimonial-in .ft-company {
    color: #211E52;
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 24px;
    line-height: 28px;
    text-align: right; }
  .fix-testimonial-in .ft-company {
    padding-top: 10px; }

.background-wrapper {
  padding-top: 60px;
  padding-bottom: 60px; }

.background-in {
  display: flex;
  max-width: 1003px;
  margin: 0 auto;
  min-width: 50%;
  flex-direction: column; }
  .background-in p {
    padding-bottom: 18px; }
  .background-in h2 {
    padding-bottom: 5px; }

.blue-bold-text {
  display: flex;
  max-width: 1003px;
  margin: 0 auto;
  min-width: 50%;
  flex-direction: column; }
  .blue-bold-text p strong {
    color: #211E52;
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 21px;
    line-height: 28px;
    font-weight: 400; }

.outcome-left {
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 42px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: center;
  border-right: 1px solid #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 100%; }

.outcome-right {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .outcome-right .or-text {
    padding: 20px 15px;
    flex: 0 0 50%;
    max-width: 50%; }
    .outcome-right .or-text .or-text-head {
      font-family: 'Palanquin Dark', sans-serif;
      font-size: 124px;
      line-height: 124px;
      display: block; }
    .outcome-right .or-text .or-text-in {
      font-family: 'Palanquin Dark', sans-serif;
      font-size: 18px;
      line-height: 24px;
      display: block; }
  .outcome-right.outcome-right-small .or-text .or-text-head {
    font-size: 90px;
    line-height: 90px;
    padding-bottom: 0; }

.outcome-main-wrap {
  padding-top: 60px;
  padding-bottom: 60px; }

.simple-text-bold {
  padding-top: 30px;
  padding-bottom: 50px; }

.small-cl-work-wrap {
  display: flex;
  width: 100%; }
  .small-cl-work-wrap .small-cl-work {
    min-height: 330px;
    position: relative;
    flex: 0 0 50%;
    max-width: 50%; }
    .small-cl-work-wrap .small-cl-work:before {
      content: "";
      opacity: 0.25;
      background-color: #211E52;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 1; }
    .small-cl-work-wrap .small-cl-work .scw-img {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      background: 50% 20%/cover no-repeat; }
    .small-cl-work-wrap .small-cl-work .scw-txt {
      position: relative;
      z-index: 2;
      padding: 9.4% 16.4%;
      height: 100%;
      display: flex;
      flex-direction: column; }
    .small-cl-work-wrap .small-cl-work .scw-head {
      display: block;
      color: #ffffff;
      font-weight: 600;
      font-family: 'Palanquin Dark', sans-serif;
      font-size: 38px;
      line-height: 42px;
      padding-bottom: 15px; }
    .small-cl-work-wrap .small-cl-work .scw-button {
      margin-top: auto; }

.external-url-iframe {
  height: 1000px; }
  .external-url-iframe iframe {
    border: 0;
    height: 100%; }

.iframe-wrap-ext {
  padding-top: 100px;
  padding-bottom: 50px; }

.filter-tabs {
  display: flex;
  justify-content: center;
  text-align: center; }
  .filter-tabs .filter-tabs-in {
    flex: 0 0 auto;
    max-width: 50%;
    width: 50%;
    background: #eeeeee;
    border: 1px solid #ffffff;
    padding-top: 34px;
    padding-bottom: 34px;
    display: block;
    transition: all 0.5s; }
    .filter-tabs .filter-tabs-in .filter-tabs-text {
      font-size: 28px;
      line-height: 24px;
      font-family: 'Palanquin Dark', sans-serif;
      display: inline-block;
      color: #211E52;
      position: relative; }
    .filter-tabs .filter-tabs-in .filter-badge {
      background-color: #211E52;
      color: #ffffff;
      font-size: 21px;
      line-height: 18px;
      display: inline-block;
      font-family: 'Lexend Deca', sans-serif;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      padding: 6px 9px;
      margin-left: 6px;
      position: relative; }
    .filter-tabs .filter-tabs-in.active-f-tab {
      background: #668DD5; }
  .filter-tabs#resource-filter-tab .filter-tabs-in {
    display: none; }
    .filter-tabs#resource-filter-tab .filter-tabs-in.active-f-tab {
      display: block;
      max-width: 100%;
      width: 100%;
      border: 0;
      cursor: default; }

.pdf-detail-text h2,
.pdf-detail-text .h2 {
  color: #211E52; }

.pdf-detail-sec {
  padding-top: 65px;
  padding-bottom: 50px; }

.pdf-img-detail {
  padding-bottom: 110.3%;
  position: relative; }
  .pdf-img-detail .pdf-img-detail-in {
    background: 50% 50%/cover no-repeat;
    position: absolute;
    height: 100%;
    width: 100%; }
    .pdf-img-detail .pdf-img-detail-in img {
      display: none; }

.video-detail-sec {
  padding-top: 65px;
  padding-bottom: 65px; }
  .video-detail-sec h2,
  .video-detail-sec .h2 {
    color: #211E52;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px; }
  .video-detail-sec .video-des {
    padding: 30px 15px 0; }
  .video-detail-sec .video-details {
    max-width: 1240px;
    margin: 0 auto; }
  .video-detail-sec .plyr--full-ui.plyr--video .plyr__control--overlaid,
  .video-detail-sec .plyr__controls {
    display: none; }

.video-details {
  margin-left: 0;
  max-width: 100%;
  position: relative; }
  .video-details .video-poster-dtl.vp-opacity {
    opacity: 0;
    background: none !important;
    transition: opacity 1s; }
    .video-details .video-poster-dtl.vp-opacity:hover {
      opacity: 1; }
      .video-details .video-poster-dtl.vp-opacity:hover .close-btn {
        display: block; }
  .video-details .play-btn,
  .video-details .close-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2; }
  .video-details .close-btn {
    display: none;
         /*  right: -1%;
        top: 0%;
        left: auto;
        transform: none;
        border: 0;
        width: 40px;
        height: 40px;

        &:before,
        &:after {
            width: 25px;
            height: 3px;
        } */ }
  .video-details .plyr {
    transition: all 0.1s;
    opacity: 0; }
    .video-details .plyr.plyr--playing, .video-details .plyr.plyr--paused {
      opacity: 1; }
  .video-details .video-poster-dtl {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    transition: all 0.5s; }

.back-top {
  position: fixed;
  background: #ffffff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 99;
  box-shadow: 0 0 8px 0px #211E52;
  bottom: -120px;
  right: 20px;
  font-size: 0;
  transition: all 1s ease-in-out;
  overflow: hidden;
  text-indent: -9999em; }
  .back-top.back-top-show {
    bottom: 20px; }
  .back-top:before {
    content: "";
    border-left: 1px solid #211E52;
    border-bottom: 1px solid #211E52;
    position: absolute;
    top: calc(50% + 4px);
    width: 8px;
    height: 8px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(135deg); }

.cmp-pages {
  padding-top: 70px;
  padding-bottom: 70px; }
  .cmp-pages h2 {
    padding-bottom: 20px;
    margin: 5px 0 0; }
  .cmp-pages h3 {
    padding-bottom: 15px;
    margin: 5px 0 0; }
  .cmp-pages h4 {
    padding-bottom: 15px;
    margin: 5px 0 0; }
  .cmp-pages ul li {
    padding-bottom: 15px; }
    .cmp-pages ul li:last-child {
      padding-bottom: 0; }
  .cmp-pages p {
    padding-bottom: 15px; }
    .cmp-pages p a {
      color: inherit;
      text-decoration: underline; }
      .cmp-pages p a:hover {
        text-decoration: none; }

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 9;
  top: 0;
  background: rgba(33, 29, 82, 0.6); }
  #loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 9999; }
  #loader #loading-bar-spinner.spinner {
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    position: absolute;
    z-index: 19 !important;
    animation: loading-bar-spinner 400ms linear infinite; }
    #loader #loading-bar-spinner.spinner .spinner-icon {
      width: 40px;
      height: 40px;
      border: solid 4px transparent;
      border-top-color: #668DD5 !important;
      border-left-color: #668DD5 !important;
      border-radius: 50%; }
  #loader.loader-frsm {
    background: rgba(255, 255, 255, 0.6); }
    #loader.loader-frsm #loading-bar-spinner.spinner {
      top: 20%; }

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
.single-address {
  padding-bottom: 30px; }
  .single-address .office-head {
    font-family: 'Palanquin Dark', sans-serif;
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 5px;
    padding-top: 5px; }

.address-wrap {
  padding-top: 60px;
  padding-bottom: 60px; }
  .address-wrap h2,
  .address-wrap h2 {
    padding-bottom: 30px;
    color: #211E52; }

.system-status-update {
  padding-top: 70px;
  padding-bottom: 70px; }

.system-status-wrap {
  display: flex;
  flex-direction: column;
  min-height: 200px;
  padding-bottom: 50px; }
  .system-status-wrap:last-child {
    padding-bottom: 0; }
  .system-status-wrap h2,
  .system-status-wrap .h3 {
    text-transform: none;
    color: #211E52; }
  .system-status-wrap .ss-update-in {
    margin-top: auto; }
    .system-status-wrap .ss-update-in p {
      padding: 0;
      line-height: 1; }

.resource-wrap-detail {
  padding-top: 70px;
  padding-bottom: 70px; }

.rwd-text {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px; }
  .rwd-text h2 {
    color: #211E52; }

.error-dtl {
  padding-top: 70px;
  padding-bottom: 70px;
  min-height: 600px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center; }

.error-text h2,
.error-text .h2 {
  font-size: 150px;
  line-height: 1.1; }

.error-btn {
  padding-top: 30px; }
  .error-btn a {
    margin-left: 10px;
    margin-right: 10px; }

.main-tech {
  margin-bottom: 19px; }

.main-tech-text {
  display: block;
  padding: 0 0 20px;
  margin: 0; }

.form-get-in .bootstrap-select {
  display: block; }
  .form-get-in .bootstrap-select > .dropdown-toggle:after {
    display: none; }
  .form-get-in .bootstrap-select .dropdown-toggle {
    border: 0;
    text-align: left;
    padding: 0;
    width: 100%;
    height: 46px;
    padding-right: 50px;
    padding-left: 17px;
    background: #F0F0F0 url(../images/arrow-full.jpg) right no-repeat;
    background-size: 45px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Palanquin', sans-serif; }
    .form-get-in .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      font-family: 'Palanquin', sans-serif; }
  .form-get-in .bootstrap-select .dropdown-menu li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400; }
    .form-get-in .bootstrap-select .dropdown-menu li a.selected, .form-get-in .bootstrap-select .dropdown-menu li a.active, .form-get-in .bootstrap-select .dropdown-menu li a:hover, .form-get-in .bootstrap-select .dropdown-menu li a:focus {
      background-color: #211E52;
      color: #ffffff; }
  .form-get-in .bootstrap-select .dropdown-menu {
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
.form-get-in.form-get-iframe {
  max-width: 100%;
  padding: 0; }
  .form-get-in.form-get-iframe iframe {
    min-height: 1164px;
    background: #ffffff; }

.cms-inner-wrap h2,
.cms-inner-wrap h3,
.cms-inner-wrap h4,
.cms-inner-wrap h5,
.cms-inner-wrap .h2,
.cms-inner-wrap .h3,
.cms-inner-wrap .h4,
.cms-inner-wrap .h5,
.concu-wrap h2,
.concu-wrap h3,
.concu-wrap h4,
.concu-wrap h5,
.concu-wrap .h2,
.concu-wrap .h3,
.concu-wrap .h4,
.concu-wrap .h5 {
  color: #211E52; }
.cms-inner-wrap.news-dtl-page,
.concu-wrap.news-dtl-page {
  position: relative;
  padding-top: 30px; }
  .cms-inner-wrap.news-dtl-page .date-rgt,
  .concu-wrap.news-dtl-page .date-rgt {
    position: absolute;
    right: 0;
    font-size: 14px;
    right: 0;
    top: 0; }
    .cms-inner-wrap.news-dtl-page .date-rgt a,
    .concu-wrap.news-dtl-page .date-rgt a {
      color: inherit;
      text-decoration: underline; }
      .cms-inner-wrap.news-dtl-page .date-rgt a:hover,
      .concu-wrap.news-dtl-page .date-rgt a:hover {
        text-decoration: none; }

.news-dtl-category h1 {
  color: #211E52; }

.ndc-back {
  padding-top: 20px; }

.concu-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 30px 0; }
  .concu-wrap .con-wrap-left {
    max-width: 35%;
    flex: 0 0 35%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-left: 15px; }
  .concu-wrap .con-wrap-right {
    flex: 0 0 65%;
    max-width: 65%;
    padding-right: 15px; }

.contact-phone {
  display: flex;
  padding-bottom: 70px;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px; }
  .contact-phone .cp-inner {
    padding-top: 15px;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
    .contact-phone .cp-inner .cn-lnks {
      color: #070713;
      font-size: 16px;
      line-height: 24px;
      overflow-wrap: break-word; }
      .contact-phone .cp-inner .cn-lnks:hover {
        text-decoration: underline; }
    .contact-phone .cp-inner .cn-head {
      font-size: 16px;
      line-height: 24px;
      display: block;
      font-weight: normal;
      font-family: 'Palanquin Dark', sans-serif; }

.get-txxt {
  height: 100%;
  position: relative; }

.alm-btn-wrap {
  text-align: center;
  padding-top: 30px; }
  .alm-btn-wrap .alm-load-more-btn {
    background-color: #ffffff; }

.get-captcha {
  padding-bottom: 30px; }

.pdf-canvas-wrap {
  position: relative; }

#zohoformdata iframe {
  border: 0; }
#zohoformdata #SingleLine3_error,
#zohoformdata #SingleLine2_error,
#zohoformdata #SingleLine1_error,
#zohoformdata #SingleLine_error,
#zohoformdata #Checkbox_error {
  padding: 0;
  font-size: 14px;
  color: red; }
#zohoformdata .zf-instruction,
#zohoformdata .zf-tempHeadBdr {
  display: none; }
#zohoformdata p {
  padding: 0; }
#zohoformdata ul {
  list-style: none;
  padding: 0;
  margin: 0; }
#zohoformdata .zf-multiAttType {
  position: relative;
  padding-left: 24px;
  color: #000000;
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 14px;
  line-height: 25px; }
  #zohoformdata .zf-multiAttType input[type=checkbox],
  #zohoformdata .zf-multiAttType input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: -999;
    text-indent: 9999em;
    overflow: hidden; }
  #zohoformdata .zf-multiAttType label {
    width: 15px;
    height: 15px;
    border: 2px solid #000000;
    overflow: hidden;
    text-indent: -99999em;
    position: absolute;
    top: 5px;
    left: 0; }
  #zohoformdata .zf-multiAttType br {
    display: none; }
  #zohoformdata .zf-multiAttType input[type="checkbox"]:checked + label {
    border: 2px solid #211E52;
    background: #211E52 url(../images/checkmark.svg) no-repeat;
    background-size: 10px 10px; }

.empty-text {
  width: 80%;
  margin: auto;
  text-align: center;
  font-size: 30px;
  min-height: 150px;
  line-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center; }

.desc-frm {
  padding-bottom: 40px; }

#partner_recaptcha iframe {
  min-height: inherit; }

.queen-logo {
  width: 50px;
  padding-left: 10px;
  margin-left: 13px; }

.cms-inner-wrap table {
  min-width: 700px;
  width: 100%;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #979797; }
  .cms-inner-wrap table td {
    padding: 10px 15px;
    border-left: 1px solid #979797;
    border-top: 1px solid #979797;
    font-size: 16px;
    line-height: 24px; }
    .cms-inner-wrap table td strong {
      font-weight: 700; }
.cms-inner-wrap .table-responsive {
  border: 0;
  padding-bottom: 10px; }
.cms-inner-wrap .alignright {
  margin: 0 auto; }

.cms-video-iframe {
  padding-top: 56.2963%;
  width: 100%;
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px; }
  .cms-video-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.tooltip-upside {
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 16px;
  letter-spacing: 0.02px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  background-color: #211E52;
  width: 20px;
  display: inline-block;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer; }

.tooltip-inner {
  background-color: #211E52;
  font-size: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  max-width: 340px;
  font-weight: 100;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
  top: 0;
  border-width: 7px 9px 0;
  border-top-color: #211E52;
  margin-left: -4px; }

.tooltip {
  top: -6px !important; }

.outdated-wrap {
  position: fixed;
  width: 100%;
  z-index: 999999999;
  text-align: center;
  background: #668DD5;
  padding: 30px 30px 35px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 19px;
  letter-spacing: 1px; }
  .outdated-wrap:before {
    content: "";
    z-index: 999999998;
    text-align: center;
    background: #668DD5;
    height: 100%;
    top: 0; }

.case-st-page-body .client-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  opacity: 1; }
  .case-st-page-body .client-wrap .client-slider .swiper-slide {
    width: 140px;
    height: 100px; }
  .case-st-page-body .client-wrap .client-slider .client-single {
    width: 100px;
    height: 100px; }
  .case-st-page-body .client-wrap .title {
    display: none; }

@media (min-width: 1920px) {
  #hm-nav {
    right: 20%; }

  .service-wrs .srcs-left {
    min-width: inherit; } }
@media (min-width: 1440px) and (max-width: 1900px) {
  .our-clients-slider .swiper-slide {
    width: 30%; } }
@media (min-width: 1440px) {
  .single-insights-block.odd-insgt {
    margin-right: 12px;
    margin-left: 12px; }
  .single-insights-block.even-insgt {
    margin-left: 12px;
    margin-right: 12px; } }
@media (min-width: 1200px) and (max-width: 1439px) {
  .our-clients-slider .swiper-slide {
    width: 30%; }

  .other-ser-in .img-sr-wrap {
    padding-bottom: 150px; }
  .other-ser-in.full-wdt-serv .img-sr-wrap {
    padding-bottom: 200px; } }
@media (min-width: 1600px) {
  .other-ser-in.full-wdt-serv .img-sr-wrap {
    padding-bottom: 160px; }

  .inner-cs-banner .banner-cs-left-in {
    padding-left: 24%; }
  .inner-cs-banner .banner-cs-right-in {
    padding-right: 24%; }

  .container-fluid,
  header {
    padding-right: 12%;
    padding-left: 12%; }

  .hm-slide-content {
    left: 12%; }

  .service-wrs .srcs-rgt-text {
    margin-right: 68px; }
  .service-wrs .srcs-left {
    padding-left: 68px; }

  .about-cfm .row-abt .left-abt {
    flex: 0 0 60%;
    max-width: 60%; }
  .about-cfm .row-abt .right-abt {
    flex: 0 0 40%;
    max-width: 40%; }

  .about-cfm .abt-img {
    min-height: 660px; } }
@media (min-width: 1440px) and (max-width: 1600px) {
  .other-ser-in .img-sr-wrap {
    padding-bottom: 160px; } }
@media (min-width: 1200px) and (max-width: 1600px) {
  .container-fluid {
    padding-right: 7%;
    padding-left: 7%; }

  .inner-cs-banner .banner-cs-left-in {
    padding-left: 14%; }
  .inner-cs-banner .banner-cs-right-in {
    padding-right: 14%; }

  .team-slider-wrapper .team-slide {
    font-size: 58px;
    line-height: 68px; }
    .team-slider-wrapper .team-slide p {
      font-size: 58px;
      line-height: 68px; } }
@media (min-width: 1441px) {
  .wrap-prof-quali .prof-quali-text {
    padding-right: 100px; }

  .ndc-back {
    padding-left: 5px; } }
@media (min-width: 1200px) {
  .executive-board .squence-team:nth-child(odd) .member-single {
    margin-right: 30px; }
  .executive-board .squence-team:nth-child(even) .member-single {
    margin-left: 30px; }

  a[href^="tel:"] {
    pointer-events: none;
    cursor: text; }

  .wrap-prof-quali-wrap h4 {
    font-size: 38px;
    line-height: 44px;
    padding-bottom: 22px; }

  .cs-main-btns li a.btn,
  .cs-sub-btns li a.btn {
    padding: 15px 23px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .other-ser-in .img-sr-wrap {
    padding-bottom: 150px; }
  .other-ser-in.full-wdt-serv .img-sr-wrap {
    padding-bottom: 230px; }

  .inner-blank-banner {
    min-height: 85px; }
    .inner-blank-banner .inner-banner-wrap {
      min-height: 440px; }

  header {
    padding: 15px;
    top: 0px;
    width: 100%;
    left: 0; }

  .video-wrap {
    padding-left: 0;
    padding-right: 0; }

  .video-text {
    max-width: 70%;
    margin-right: 0;
    margin-top: -90px;
    padding: 25px 50px; }

  .video-box {
    max-width: 70%;
    margin-left: 0; }
    .video-box .video-poster.vp-opacity {
      opacity: 1; }
      .video-box .video-poster.vp-opacity .close-btn {
        display: block; }
    .video-box .close-btn {
      right: -3%;
      top: -5%;
      left: auto;
      transform: none;
      border: 0; }

  .our-clients .left-client .left-client-in {
    padding-right: 20px; }
  .our-clients .left-client .left-client-bottom {
    display: block; }
  .our-clients .right-client .right-client-bottom {
    display: none; }

  .our-clients-slider .swiper-slide {
    width: 40%; }

  .team-slider-wrapper .team-slide {
    font-size: 46px;
    line-height: 55px; }
    .team-slider-wrapper .team-slide p {
      font-size: 46px;
      line-height: 55px; }

  .footer-side-copy .footer-logo {
    width: 120px;
    height: 29px;
    background-size: 120px 29px; }

  .service-wrs {
    margin-right: 0; }
    .service-wrs .srcs-left {
      padding-left: 0; }
    .service-wrs .srcs-rgt-text {
      margin-right: 0; }
    .service-wrs:nth-child(2) .srcs-rgt-text {
      margin-left: 0; }
    .service-wrs:nth-child(2) .srcs-left {
      padding-right: 0; }

  .services-list.rght-sr-img .service-wrs .srcs-rgt-text {
    margin-left: 0; }
  .services-list.rght-sr-img .service-wrs .srcs-left {
    padding-right: 0; }

  .other-ser-in {
    max-width: 85%; }

  .single-service-wrap {
    padding-top: 100px;
    padding-bottom: 100px; }

  .about-cfm .row-abt .right-abt {
    padding-left: 20px; }
  .about-cfm.about-rght-img .full-wdt-rght {
    padding-left: 15px; }
  .about-cfm.about-rght-img .row-abt .right-abt {
    padding-right: 20px; }

  .community-charity .cc-txt {
    max-width: 90%;
    margin-bottom: 0; }

  .other-ser-in .single-other-service {
    height: 740px; }

  .wrap-prof-quali-wrap {
    padding: 50px 0px 50px 50px; }
    .wrap-prof-quali-wrap .fix-sol-quali-txt {
      font-size: 76px;
      line-height: 76px;
      top: -1%; }

  .wrap-prof-quali .prof-quali-img {
    right: calc(-8.5% - 10px);
    /*  right: -85px;  */ }
  .wrap-prof-quali .prof-quali-text {
    /*  width: calc(50% + 85px);
    padding-right: 20px;  */ }

  .form-get-in div.wpcf7-mail-sent-ok {
    padding: 90px; }

  .cs-filter-result .single-insights-block {
    margin-top: 17px;
    margin-bottom: 17px; }

  .other-ser-in .ser-des p {
    line-height: 20px;
    font-size: 14px; }

  .search-job-wrap {
    padding-top: 80px;
    padding-bottom: 40px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 933px; }

  .form-get-in {
    max-width: 590px;
    padding-left: 15px;
    padding-top: 4px; }

  .full-wdt-serv.other-ser-in {
    max-width: 100%; }
    .full-wdt-serv.other-ser-in .single-other-service {
      flex: 0 0 33.33333%;
      max-width: calc(33.33333% - 6px); } }
@media (max-width: 1199px) {
  .member-single .btn {
    opacity: 1; }

  .inner-img-vid-banner .video-responsive {
    padding: 0;
    min-height: 100vh; }
    .inner-img-vid-banner .video-responsive iframe {
      display: none; }

  .fix-testimonial-in {
    max-width: 90%; }

  .video-details .video-poster-dtl.vp-opacity {
    opacity: 1; }
    .video-details .video-poster-dtl.vp-opacity .close-btn {
      display: block;
      right: 0%;
      top: 0%;
      left: auto;
      transform: none;
      border: 0;
      width: 40px;
      height: 40px; }
      .video-details .video-poster-dtl.vp-opacity .close-btn:before, .video-details .video-poster-dtl.vp-opacity .close-btn:after {
        width: 25px;
        height: 3px; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* Base  */
  h2,
  .h2,
  h3,
  .h3 {
    font-size: 32px;
    line-height: 34px; }

  /* Base end */
  header {
    padding: 15px;
    top: 0px;
    width: 100%;
    left: 0; }

  .video-wrap {
    padding-left: 0;
    padding-right: 0; }

  .video-text {
    max-width: calc(100% - 20px);
    margin-right: 0;
    margin-top: -90px;
    padding: 25px 50px; }

  .video-box {
    max-width: 100%;
    margin-left: 0; }
    .video-box .video-poster.vp-opacity {
      opacity: 1; }
      .video-box .video-poster.vp-opacity .close-btn {
        display: block; }
    .video-box .close-btn {
      right: -3%;
      top: -5%;
      left: auto;
      transform: none;
      border: 0; }

  .testimonial-single {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px; }

  .our-clients {
    display: block;
    padding-left: 15px; }
    .our-clients .left-client,
    .our-clients .right-client {
      max-width: 100%; }
    .our-clients .left-client .left-client-in {
      max-width: 100%;
      padding-right: 15px;
      padding-bottom: 15px; }
    .our-clients .left-client .left-client-bottom {
      display: none; }
    .our-clients .right-client .right-client-bottom {
      display: block; }

  footer {
    padding-left: 15px;
    padding-right: 15px; }

  .footer-side-copy .footer-logo {
    width: 120px;
    height: 29px;
    background-size: 120px 29px; }

  .footer-side-qa {
    margin-left: 0; }

  .our-clients-slider .swiper-slide {
    width: 40%; }

  .block-insights {
    padding-top: 55px;
    padding-bottom: 15px; }

  .single-insights-block {
    margin-bottom: 30px;
    height: 330px; }
    .single-insights-block .single-insights-wrap {
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 25px; }
    .single-insights-block .title-block-insight {
      font-size: 24px;
      line-height: 28px;
      min-height: inherit;
      padding-bottom: 15px; }

  .inner-blank-banner {
    min-height: 80px; }
    .inner-blank-banner .inner-banner-wrap {
      min-height: 400px; }

  .get-in-touch-wrap {
    padding-bottom: 40px;
    padding-top: 40px; }

  .team-txt {
    padding-bottom: 35px; }
    .team-txt .team-name {
      font-size: 26px;
      line-height: 28px; }

  .main-board {
    padding-bottom: 30px; }
    .main-board .title {
      margin-bottom: 30px; }
    .main-board .team-txt .team-name {
      font-size: 20px;
      line-height: 22px;
      padding-bottom: 5px; }
    .main-board .btn.btn-6 {
      padding: 13px 40px 13px 5px;
      min-width: 140px; }

  .executive-board .title {
    margin-bottom: 30px; }

  .executive-board {
    padding-top: 70px; }

  .team-wrapper {
    padding: 70px 0; }

  .team-slider-wrapper {
    margin-top: 50px; }
    .team-slider-wrapper .team-slide {
      font-size: 48px;
      line-height: 58px; }
      .team-slider-wrapper .team-slide p {
        font-size: 48px;
        line-height: 58px; }

  .modal-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px; }

  .modal-content {
    padding: 15px; }
    .modal-content .close {
      width: 24px;
      height: 19px;
      top: 13px;
      right: 11px; }

  .team-slider-wrapper {
    margin-top: 50px; }

  .team-rsw {
    padding: 0 80px; }

  .service-wrs {
    margin-right: 0; }
    .service-wrs .srcs-left {
      padding-left: 0;
      height: 400px; }
    .service-wrs .srcs-rgt-text {
      margin-right: 0;
      padding: 25px; }
    .service-wrs:nth-child(2) .srcs-rgt-text {
      margin-left: 0; }
    .service-wrs:nth-child(2) .srcs-left {
      padding-right: 0; }

  .services-list.rght-sr-img .service-wrs .srcs-rgt-text {
    margin-left: 0; }
  .services-list.rght-sr-img .service-wrs .srcs-left {
    padding-right: 0; }

  .other-ser-in {
    max-width: 100%; }
    .other-ser-in .so-ser {
      padding-left: 20px;
      padding-right: 20px; }
    .other-ser-in .ser-btn {
      padding-left: 20px; }
    .other-ser-in .single-other-service {
      margin-top: 3px;
      margin-bottom: 3px;
      height: 712px; }

  .abt-img {
    margin-left: 0; }

  .about-cfm-in {
    padding-left: 0px;
    padding-right: 15px;
    padding-bottom: 30px; }

  .full-wdt-rght {
    padding: 0; }

  .info-text,
  .resources-wrap,
  .other-services,
  .about-cfm {
    padding-top: 40px;
    padding-bottom: 40px; }

  .services-list {
    padding-top: 60px;
    padding-bottom: 30px; }

  .single-service-wrap {
    padding-top: 70px;
    padding-bottom: 70px; }

  .single-resource-wrap {
    padding: 20px 15px 40px; }
    .single-resource-wrap .title-block-resource {
      font-size: 20px;
      line-height: 22px;
      min-height: 80px; }
    .single-resource-wrap .resource-btn {
      position: absolute;
      bottom: 12px;
      left: 15px; }

  .our-client-badge {
    font-size: 11px;
    line-height: 10px;
    padding: 6px 10px;
    margin-bottom: 13px; }

  .about-cfm h2,
  .about-cfm .h2 {
    font-size: 30px;
    line-height: 38px; }

  .abt-img {
    min-height: 350px; }

  #webgl-container canvas {
    height: 300px; }

  .about-cfm .row-abt .right-abt {
    padding-left: 20px; }
  .about-cfm.about-rght-img .full-wdt-rght {
    padding-left: 15px; }
  .about-cfm.about-rght-img .row-abt .right-abt {
    padding-right: 20px; }

  .community-charity .cc-txt {
    max-width: 90%;
    margin-bottom: 0; }

  .full-wdt-serv.other-ser-in .single-other-service:nth-child(3) {
    max-width: calc(100% - 6px);
    flex: 0 0 100%;
    height: 520px; }
    .full-wdt-serv.other-ser-in .single-other-service:nth-child(3) .img-sr-wrap {
      height: 60%;
      padding-bottom: 0; }
    .full-wdt-serv.other-ser-in .single-other-service:nth-child(3) .so-ser {
      height: 40%; }
    .full-wdt-serv.other-ser-in .single-other-service:nth-child(3):hover .img-sr-wrap {
      height: 32%; }
    .full-wdt-serv.other-ser-in .single-other-service:nth-child(3):hover .other-ser-in .single-other-service .so-ser {
      height: 68%; }

  .other-services .h2,
  .other-services h2 {
    padding-bottom: 25px; }

  .wrap-prof-quali-wrap {
    padding: 50px 0px 50px 30px; }
    .wrap-prof-quali-wrap .fix-sol-quali-txt {
      font-size: 66px;
      line-height: 66px;
      top: -1%; }

  .left-img-sld .wrap-prof-quali-wrap {
    padding: 50px 30px 50px 0px; }

  .wrap-prof-quali .prof-quali-text {
    /* width: calc(50% + 65px);
    padding-right: 30px; */
    padding-top: 30px;
    padding-bottom: 30px; }
  .wrap-prof-quali .prof-quali-img {
    /* right: -65px; */
    right: calc(-8.5% - 8px); }

  .left-img-sld .wrap-prof-quali-wrap .prof-quali-img {
    left: calc(-8.5% - 8px); }
  .left-img-sld .wrap-prof-quali .prof-quali-text {
    padding-left: 30px; }

  .search-job-in .sj-right {
    padding-left: 35px; }
  .search-job-in .sj-left {
    padding-right: 35px;
    text-align: right; }

  .fix-testimonial {
    padding-top: 60px;
    padding-bottom: 60px; }

  .cs-filter-result .single-insights-block {
    margin-top: 17px;
    margin-bottom: 17px; }

  .search-job-wrap {
    padding-top: 60px;
    padding-bottom: 30px; }

  .other-ser-in .img-sr-wrap {
    padding-bottom: 180px; } }
@media (min-width: 768px) {
  .single-service-wrap:nth-child(even) .ser-left {
    order: 2; }
  .single-service-wrap:nth-child(even) .ser-right {
    order: 1; }

  .search-job-in,
  .inner-cs-banner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .search-job-in .sj-left,
    .search-job-in .sj-right,
    .search-job-in .banner-cs-left,
    .search-job-in .banner-cs-right,
    .inner-cs-banner .sj-left,
    .inner-cs-banner .sj-right,
    .inner-cs-banner .banner-cs-left,
    .inner-cs-banner .banner-cs-right {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      -ms-flex-item-align: center !important;
      align-self: center !important; }

  .cms-inner-wrap .alignright {
    float: right;
    margin: 0 0px 20px 20px; }
  .cms-inner-wrap .alignleft {
    float: left;
    margin: 0 20px 20px 0px; } }
@media (max-width: 991px) {
  .other-ser-in {
    min-width: 100%; } }
.terms_sub_navigation {
  display: none; }

.terms_sub_navigation.active {
  display: block; }

.queen_award {
  max-width: 80px;
  text-align: center; }
  .queen_award .qa-logo {
    margin-bottom: 15px;
    display: inline-block;
    max-width: 54px;
    margin: 0 15px 0 0px; }
  .queen_award a {
    font-size: 14px;
    line-height: 25px;
    text-decoration: underline;
    display: block;
    color: #fff; }
    .queen_award a:hover {
      color: #668dd5;
      text-decoration: none; }

.transparent-bg .srcs-rgt-text {
  box-shadow: 3px 3px 5px 1px #151538; }
.transparent-bg .service-wrs {
  overflow: visible; }

/*Form : Lead gen*/
.zf-nameWrapper > span {
  display: block;
  width: 50%;
  float: left; }

.zf-nameWrapper > span:first-child {
  padding-right: 15px; }

.zf-nameWrapper br {
  display: none; }

.zf-errorMessage {
  font-size: 11px;
  color: #f00; }

button.zf-submitColor {
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: pointer;
  -webkit-appearance: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-align: center;
  text-transform: none;
  display: inline-block;
  width: auto;
  padding: 13px 30px;
  font-size: 12px;
  line-height: 15px;
  border: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  font-family: "Lexend Deca", sans-serif;
  border: 2px solid #211e52;
  border-radius: 29.5px;
  color: #fff;
  background-color: #211e52; }

button.zf-submitColor:hover {
  background-color: #fff;
  color: #211e52; }

li.zf-tempFrmWrapper {
  padding-bottom: 30px; }

.zf-termsAccept {
  padding-top: 15px; }

.zf-termsAccept label {
  padding-left: 10px; }

.form-get-in-wrap .form-get-in > iframe {
  margin-top: -50px;
  position: relative; }

/*Form : Lead gen // */
@media (max-width: 767px) {
  /* Base  */
  h1,
  .h1 {
    font-size: 36px;
    line-height: 40px; }

  h2,
  .h2 {
    font-size: 28px;
    line-height: 30px; }

  h3,
  .h3 {
    font-size: 28px;
    line-height: 21px; }

  h4,
  .h4 {
    font-size: 24px;
    line-height: 21px; }

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

  h6,
  .h6 {
    font-size: 20px;
    line-height: 24px; }

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

  /* Base end */
  /* Header */
  header {
    padding: 15px;
    left: 0;
    width: 100%;
    top: 0px; }
    header .main-logo {
      width: 100px;
      height: 30px;
      background-size: 100%; }

  .overlay-nav .box-social {
    text-align: right;
    position: absolute;
    right: 0px;
    padding: 0;
    bottom: -30px; }
  .overlay-nav .top-navigation > li {
    font-size: 28px;
    line-height: 21px; }
    .overlay-nav .top-navigation > li ul li {
      font-size: 21px;
      line-height: 21px; }

  .video-wrap {
    padding: 0; }

  .video-box {
    margin-left: 0;
    max-width: 100%; }
    .video-box .video-poster.vp-opacity {
      opacity: 1; }
      .video-box .video-poster.vp-opacity .close-btn {
        display: block; }
    .video-box .close-btn {
      right: -1%;
      top: 0%;
      left: auto;
      transform: none;
      border: 0;
      width: 40px;
      height: 40px; }
      .video-box .close-btn:before, .video-box .close-btn:after {
        width: 25px;
        height: 3px; }

  .video-text {
    margin: 0;
    max-width: 100%;
    padding: 30px 29px;
    margin: 0px 0 0 20px; }
    .video-text h2,
    .video-text .h2 {
      padding-bottom: 14px; }

  .play-btn,
  .close-btn {
    width: 74px;
    height: 74px; }

  .play-btn {
    background-size: 40% 42%; }

  .our-clients {
    display: block;
    padding-left: 0;
    padding-top: 78px; }
    .our-clients .left-client {
      max-width: 100%;
      flex: 1 1 100%; }
      .our-clients .left-client .left-client-in {
        margin: 0 20px;
        padding: 0 0 15px; }
        .our-clients .left-client .left-client-in .title {
          margin-bottom: 0; }
      .our-clients .left-client .left-client-bottom {
        display: none; }
    .our-clients .right-client {
      max-width: 100%;
      flex: 1 1 100%;
      margin-left: 15px; }
      .our-clients .right-client .right-client-bottom {
        display: block; }

  .our-clients-slider {
    margin-right: 0; }
    .our-clients-slider .our-clients-single .oc-img {
      height: 440px; }

  .want-more-wrap .title {
    padding-left: 0;
    text-align: left;
    padding-bottom: 0px; }
  .want-more-wrap .want-more-in .btn {
    margin-top: 0px; }

  .client-slider .client-single {
    width: 120px;
    height: 120px; }
  .client-slider .swiper-slide {
    width: 150px;
    height: 120px; }

  .get-in-touch {
    display: block;
    text-align: center; }
    .get-in-touch .get-touch-left {
      padding-bottom: 15px; }
    .get-in-touch .get-touch-right {
      padding: 0; }
      .get-in-touch .get-touch-right .btn {
        margin-top: 5px; }

  .get-in-touch-wrap {
    padding-bottom: 0;
    padding-top: 30px; }
    .get-in-touch-wrap .container-fluid {
      padding: 0; }

  .client-wrap {
    padding-top: 40px;
    padding-bottom: 40px; }

  .testimonial-wrap {
    padding-bottom: 31px;
    padding-top: 40px; }

  .want-more-wrap {
    padding-top: 50px;
    padding-bottom: 50px; }

  .testimonial-single {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding: 28px 35px 63px; }
    .testimonial-single .client-name strong {
      line-height: 22px; }

  /* Video */
  .video-wrap .container-fluid {
    padding-left: 0;
    padding-right: 0; }

  /* BANNER */
  .hm-slide-content {
    padding-right: 0;
    left: 0; }

  .single-service-wrap {
    padding-top: 35px;
    padding-bottom: 35px; }
    .single-service-wrap .left-service {
      margin: 0 auto 40px;
      max-width: 270px; }
    .single-service-wrap .h3:after,
    .single-service-wrap h3:after {
      bottom: -7px; }

  .home-object .discover-scroll {
    display: none; }

  /* //BANNER */
  /* FOOTER */
  footer {
    padding: 23px 5px 50px; }

  .footer-side-qa {
    margin-left: 0;
    max-width: 82px; }
    .footer-side-qa .qa-logo {
      margin-bottom: 7px;
      display: inline-block;
      margin-right: 5px; }

  .footer-side-links .spacer {
    display: none; }
  .footer-side-links .footer-lnks {
    max-height: 0;
    overflow: hidden;
    transition: all 1s; }
    .footer-side-links .footer-lnks.footer-lnks-larg {
      max-height: 600px;
      margin-bottom: 30px; }

  .footer-side-copy .ft-copy br {
    display: none; }

  .footer-side-links .ft-head {
    border-bottom: 1px solid #211E52;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative; }
    .footer-side-links .ft-head:before, .footer-side-links .ft-head:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 2px;
      background-color: #668DD5;
      top: 19px;
      right: 5px; }
    .footer-side-links .ft-head:after {
      width: 2px;
      height: 10px;
      right: 9px;
      top: 15px; }
    .footer-side-links .ft-head.footer-arrow-active:after {
      display: none; }

  .footer-side-copy {
    margin-bottom: 35px; }
    .footer-side-copy .footer-logo {
      width: 120px;
      height: 29px;
      background-size: 120px 29px; }

  .visible-mob {
    display: block !important; }

  .hide-mob {
    display: none !important; }

  .footer-side-social {
    margin-top: 15px; }
    .footer-side-social .spacer {
      height: 10px; }

  .mobile-social {
    position: absolute;
    right: 0;
    top: 6px; }

  .our-clients-slider .swiper-slide {
    width: 70%; }

  .block-insights .col-lg-6:last-child .single-insights-block {
    margin-bottom: 0; }

  .single-insights-block {
    margin-bottom: 30px;
    height: 340px; }
    .single-insights-block .single-insights-wrap {
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 25px; }
    .single-insights-block .title-block-insight {
      font-size: 24px;
      line-height: 28px;
      min-height: inherit;
      padding-bottom: 15px; }

  .inner-blank-banner {
    min-height: 70px; }
    .inner-blank-banner .inner-banner-wrap {
      min-height: 300px; }

  .team-txt {
    padding-bottom: 35px; }
    .team-txt .team-name {
      font-size: 26px;
      line-height: 28px; }

  .main-board {
    padding-bottom: 30px; }
    .main-board .title {
      margin-bottom: 30px; }

  .executive-board .title {
    margin-bottom: 30px; }

  .executive-board {
    padding-top: 70px; }

  .team-wrapper {
    padding: 70px 0; }

  .team-slider {
    height: 220px; }

  .team-slider-wrapper {
    margin-top: 50px; }
    .team-slider-wrapper .team-slide {
      font-size: 30px;
      line-height: 40px;
      margin-top: 5px;
      margin-bottom: 5px; }
      .team-slider-wrapper .team-slide p {
        font-size: 30px;
        line-height: 40px; }

  .modal-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px; }

  .modal-content {
    padding: 15px; }
    .modal-content .close {
      width: 24px;
      height: 19px;
      top: 13px;
      right: 11px; }

  .other-ser-in {
    display: block; }
    .other-ser-in .single-other-service {
      max-width: inherit;
      margin: 0 0 30px;
      max-height: inherit;
      height: auto; }
      .other-ser-in .single-other-service:last-child {
        margin-bottom: 0; }

  .single-resource-wrap {
    padding: 20px 20px 60px; }

  .service-wrs {
    padding: 0;
    margin: 0 -15px;
    width: calc(100% + 30px);
    min-height: inherit; }
    .service-wrs .srcs-left {
      padding-left: 0;
      position: static;
      width: 100%;
      height: 300px; }
    .service-wrs .srcs-rgt-text {
      margin-right: 0;
      padding: 35px 25px;
      min-height: inherit; }
      .service-wrs .srcs-rgt-text h2,
      .service-wrs .srcs-rgt-text .h2 {
        position: relative;
        margin-bottom: 15px;
        padding-bottom: 10px; }
    .service-wrs .srcs-right {
      width: 100%;
      margin-bottom: 30px; }
    .service-wrs:nth-child(2) .srcs-rgt-text {
      margin-left: 0; }
    .service-wrs:nth-child(2) .srcs-left {
      padding-right: 0; }
    .service-wrs:last-child .srcs-right {
      margin-bottom: 0px; }

  .services-list.rght-sr-img .service-wrs .srcs-rgt-text {
    margin-left: 0; }
  .services-list.rght-sr-img .service-wrs .srcs-left {
    padding-right: 0; }

  .resources-wrap .srs-t:last-child {
    margin-bottom: 0px; }

  .img-sr-wrap {
    height: 30% !important; }

  .other-ser-in .img-sr-wrap {
    padding-bottom: 0; }

  .other-ser-in {
    max-width: inherit;
    margin: 0 -15px;
    width: calc(100% + 30px); }
    .other-ser-in .ser-des {
      opacity: 1; }
      .other-ser-in .ser-des .ser-des-in {
        max-height: inherit;
        padding-bottom: 15px; }
    .other-ser-in .so-ser {
      height: 70% !important; }
    .other-ser-in .service-title {
      font-size: 34px;
      line-height: 34px; }
    .other-ser-in .so-ser {
      padding-left: 20px;
      padding-right: 20px; }
    .other-ser-in .ser-btn {
      padding-left: 20px; }

  .abt-img {
    margin-left: 0; }

  .about-cfm .abt-img {
    min-height: 370px; }

  .about-cfm-in {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px; }

  .about-cfm h2,
  .about-cfm .h2 {
    padding-bottom: 10px; }

  .full-wdt-rght {
    padding: 0; }

  .info-text,
  .resources-wrap,
  .about-cfm,
  .block-insights,
  .chain-partner,
  .form-get-in-wrap {
    padding-top: 40px;
    padding-bottom: 40px; }

  .services-list,
  .other-services {
    padding-top: 40px;
    padding-bottom: 0px; }

  .form-get-in .btn {
    display: block;
    width: 100%; }
  .form-get-in .bootstrap-select .dropdown-toggle {
    display: flex; }

  .info-text .info-text-in p strong {
    font-size: 18px;
    line-height: 26px; }

  .checkbox-group {
    padding-left: 25px; }
    .checkbox-group .check-text {
      font-size: 12px;
      line-height: 13px; }

  .get-txxt {
    padding-bottom: 20px; }

  .about-cfm .row-abt {
    display: block; }
    .about-cfm .row-abt .left-abt {
      display: block;
      max-width: inherit;
      margin-bottom: 30px; }
    .about-cfm .row-abt .right-abt {
      display: block;
      max-width: inherit;
      padding: 0; }
  .about-cfm.about-rght-img .full-wdt-rght {
    padding-left: 0;
    padding-right: 0; }
  .about-cfm.about-rght-img .row-abt .right-abt {
    padding-right: 0px; }

  .community-charity {
    padding-top: 40px;
    padding-bottom: 40px; }
    .community-charity .cc-img {
      margin-left: -15px;
      margin-right: -15px; }
    .community-charity .cc-txt {
      max-width: 98%;
      padding: 25px 20px;
      margin-bottom: 0; }

  .main-prof-quali {
    padding-top: 30px;
    padding-bottom: 30px; }

  .wrap-prof-quali-wrap {
    padding: 0 0 40px;
    margin-left: -15px;
    margin-right: -15px;
    max-width: inherit; }

  .wrap-prof-quali .prof-quali-img {
    position: relative;
    height: 300px;
    width: 100%;
    left: 0;
    right: 0;
    transform: translateY(0); }
  .wrap-prof-quali .prof-quali-text {
    padding: 40px 15px 20px;
    width: 100%;
    min-height: inherit; }

  .whatsapp-in .wts-ap .wts-txt {
    font-size: 18px;
    line-height: 26px; }

  .search-job-in .sj-left,
  .search-job-in .sj-right {
    text-align: left;
    padding: 0 0 10px; }

  .search-job-wrap {
    padding-top: 40px;
    padding-bottom: 40px; }

  .inner-cs-banner .banner-cs-left,
  .inner-cs-banner .banner-cs-right {
    height: 50%;
    display: flex;
    align-items: center; }
  .inner-cs-banner .banner-cs-right-in {
    width: 100%;
    padding-bottom: 20px; }

  .cs-filter-result {
    padding-top: 30px;
    padding-bottom: 30px; }

  .fix-testimonial {
    padding-top: 40px;
    padding-bottom: 40px; }

  .fix-testimonial-in {
    max-width: 100%; }
    .fix-testimonial-in .ft-text {
      padding-top: 40px; }
      .fix-testimonial-in .ft-text:before {
        font-size: 100px;
        line-height: 80px;
        transform: rotate(180deg);
        height: 40px; }
    .fix-testimonial-in .ft-name,
    .fix-testimonial-in .ft-company {
      font-size: 20px;
      line-height: 24px; }

  .small-cl-work-wrap {
    flex-direction: column; }
    .small-cl-work-wrap .small-cl-work {
      max-width: inherit; }
      .small-cl-work-wrap .small-cl-work .scw-txt {
        padding: 9.4% 7.4%; }
      .small-cl-work-wrap .small-cl-work .scw-head {
        min-height: 219px;
        font-size: 30px;
        line-height: 32px; }

  .wrap-prof-quali-wrap .fix-sol-quali-txt {
    font-size: 56px;
    line-height: 56px;
    top: 0%;
    left: 1%; }

  .left-img-sld .wrap-prof-quali-wrap {
    margin-left: -15px;
    padding: 0; }
    .left-img-sld .wrap-prof-quali-wrap .prof-quali-img {
      left: 0;
      transform: translateY(0); }
    .left-img-sld .wrap-prof-quali-wrap .prof-quali-text {
      padding: 40px 15px 20px;
      min-height: inherit; }
      .left-img-sld .wrap-prof-quali-wrap .prof-quali-text h3,
      .left-img-sld .wrap-prof-quali-wrap .prof-quali-text .h3 {
        font-size: 22px;
        line-height: 28px; }
    .left-img-sld .wrap-prof-quali-wrap .fix-sol-quali-txt {
      right: auto;
      left: 1%; }

  .outcome-left {
    border: 0;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    text-align: center;
    display: block; }

  .outcome-right {
    display: block; }
    .outcome-right .or-text {
      display: block;
      max-width: inherit; }
      .outcome-right .or-text .or-text-head {
        font-family: 'Palanquin Dark', sans-serif;
        font-size: 100px;
        line-height: 100px; }
      .outcome-right .or-text .or-text-in {
        font-size: 15px;
        line-height: 24px; }

  .outcome-right.outcome-right-small .or-text {
    padding-top: 10px;
    padding-bottom: 10px; }
    .outcome-right.outcome-right-small .or-text .or-text-head {
      font-size: 72px;
      line-height: 72px;
      padding-bottom: 0; }

  .blue-bold-text p strong {
    font-size: 18px;
    line-height: 24px; }

  .external-url-iframe {
    margin-right: -15px;
    margin-left: -15px; }

  .filter-tabs .filter-tabs-in {
    padding-top: 24px;
    padding-bottom: 24px; }
    .filter-tabs .filter-tabs-in .filter-tabs-text {
      font-size: 20px; }
    .filter-tabs .filter-tabs-in .filter-badge {
      font-size: 16px;
      padding: 6px 10px; }

  .pdf-img-detail {
    margin-bottom: 30px; }

  .pdf-detail-sec {
    padding-top: 40px;
    padding-bottom: 40px; }

  .video-detail-sec {
    padding-top: 40px;
    padding-bottom: 40px; }
    .video-detail-sec h2,
    .video-detail-sec .h2,
    .video-detail-sec .video-des {
      padding-left: 0;
      padding-right: 0; }

  .video-details {
    max-width: inherit;
    margin-left: -15px;
    margin-right: -15px; }

  .group-checkbox .wpcf7-list-item {
    max-width: 50%;
    flex: 0 0 50%; }

  .resource-wrap-detail {
    padding-top: 40px;
    padding-bottom: 40px; }

  .concu-wrap {
    display: block; }
    .concu-wrap .con-wrap-left,
    .concu-wrap .con-wrap-right {
      max-width: inherit;
      padding: 0; }

  .pdf-canvas-wrap {
    padding-bottom: 30px;
    position: relative; }

  .contact-phone .cp-inner {
    flex: 0 0 auto;
    max-width: inherit; }

  .cs-filter-result .single-insights-block {
    margin-top: 12px;
    margin-bottom: 12px; }

  .resources-wrap .h2,
  .resources-wrap h2,
  .resources-wrap .h2,
  .resources-wrap h2 {
    padding-bottom: 10px; }

  .block-insights h3,
  .block-insights .h3 {
    margin-bottom: 10px; }

  .filter-cs-wrap {
    padding-top: 15px;
    padding-bottom: 15px; }

  .queen-logo {
    width: 35px;
    padding-left: 5px;
    margin-left: 5px; }

  .our-clients-slider .our-clients-single .oc-text .oc-decs {
    opacity: 1;
    height: 0;
    margin-bottom: 0;
    opacity: 0; }
    .our-clients-slider .our-clients-single .oc-text .oc-decs .btn {
      margin-bottom: 0; }
  .our-clients-slider .swiper-slide-active .our-clients-single .oc-img:before {
    background: rgba(0, 0, 0, 0.65); }
  .our-clients-slider .swiper-slide-active .our-clients-single .oc-text .oc-decs {
    max-height: 400px;
    height: 100%;
    opacity: 1; }

  .form-get-in-wrap .form-get-in > iframe {
    margin-top: 0; } }

/*# sourceMappingURL=styles.css.map */
