/*
Theme Name: Pearson Ham
Author: Cskills
Version: 1
*/
#page-wrap {
  min-height: 42vw;
}

#page-wrap>section:first-child:not(.leftImageVideoRightText, .textOnImageVideo, .whiteTextboxOnImageVideo) {
  margin-top: 175px;
}

header {
  position: fixed;
  z-index: 10;
  left: 0px;
  right: 0px;
  width: 100%;
  top: 0px;
  padding: 0px 0px;
  background-color: #ecf4f8;
  -webkit-transition: top .5s ease-out, background-color .5s ease-out;
  -moz-transition: top .5s ease-out, background-color .5s ease-out;
  -o-transition: top .5s ease-out, background-color .5s ease-out;
  transition: top .5s ease-out, background-color .5s ease-out;
}

.headerWhite header {
  background-color: transparent;
}

.logo {
  width: 380px;
  height: 70px;
  display: inline-block;
  position: relative;
}

.logo img {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.white_logo {
  opacity: 0;
}

/* ============================= menu css start here ===================== */
html.open-search {
  overflow: hidden;
}

/* body.showmenu header {
  padding-right: 16px;
} */

.SearchButton {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  color: #25305D;
  padding: 70px 30px 70px 30px;
  cursor: pointer;
  background: url('images/search-icon.svg');
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: right;
}

.languageSwitcher {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 25px;
}

.languageSwitcherMenu,
.languageSwitcherMenu ul {
  margin: 0px;
  padding: 0px 5px;
  list-style: none;
  position: relative;
}

.languageSwitcherMenu ul {
  position: absolute;
  left: -10px;
  top: 40px;
  min-width: 60px;
  display: none;
  background-color: #fff;
  padding: 5px 5px 5px 5px !important;
  text-align: center;
}

.languageSwitcherMenu li {
  padding: 0px 5px;
  margin: 0px;
}

.languageSwitcherMenu>li>a {
  padding-top: 10px;
}

.languageSwitcherMenu>li> ul  li a .wpml-ls-display {
  display: none !important;
}
.languageSwitcherMenu a {
  color: #25305D;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  justify-content: center;
}

.languageSwitcherMenu ul.sub-menu a {
  color: #25305D !important;
}

.languageSwitcherMenu ul li {
  padding: 0px;
  margin: 5px 0px;
}

.subMenuTrigger {
  cursor: pointer;
  width: 90px;
  height: 30px;
  position: absolute;
  z-index: 2;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.subMenuTrigger::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #EB8B0C;
  position: absolute;
  right: 0px;
  top: 45%;
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: all .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: all .3s cubic-bezier(.16, .84, .44, 1);
  transition: all .3s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.subMenuTrigger.on::before {
  transform: translate(-50%, -30%) rotate(-180deg);
}

a .wpml-ls-native {
  font-size: 0;
}

a span::after {
  content: attr(lang);
  display: inline;
  font-size: 22px;
  line-height: 30px;
  text-transform: uppercase;
}

.gescout-sticky {
  position: fixed !important;
  top: -180px;
  width: 100%;
  z-index: 999;
  /* opacity: 0; */
}

.gescout-show,
.showmenu .gescout-sticky {
  top: 0;
  background-color: #e6f3f9;
}

header:hover,
header.shrink {
  background-color: #ecf4f8;
}

.overlayBox {
  width: calc(100% - 500px)
}

@media screen and (min-width: 1251px) {

  .mainMenu>li>a.subMenuTrigger,
  .nav-item {
    display: none !important;
  }

  .mainMenu {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px;
  }

  ul.sub-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  .mainMenu>li>a {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    color: #25305D;
    padding: 70px 30px;
    text-decoration: none !important;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
  }

  .mainMenu>li>ul.sub-menu {
    display: none;
    position: absolute;
  }

  .mainMenu>li>ul.sub-menu {
    display: none;
    position: fixed;
    width: 100%;
    background-color: #fff;
    padding: 30px 20px 0px 30%;
    border-bottom: 45px solid #fff;
    left: 0px;
    top: 180px;
    z-index: -1;
    overflow: auto;
    max-height: 640px;
    justify-content: center;
  }

  /* .gescout-sticky .mainMenu>li>a, header.shrink .mainMenu>li>a {
    padding: 40px 30px;
  }

  .gescout-sticky .SearchButton, header.shrink .SearchButton {
    padding: 40px 35px 40px 30px;
  }

  .gescout-sticky .mainMenu>li>ul.sub-menu, header.shrink .mainMenu>li>ul.sub-menu {
    top: 110px;
  } */

  .mainMenu>li>ul.sub-menu>li {
    display: inline-block;
    text-align: left;
    vertical-align: text-top;
    min-width: 250px;
  }

  .mainMenu>li>ul.sub-menu>li {
    border-left: 1px solid #EB8B0C;
    margin: 0 20px 0px 0;
    padding-left: 0px;
    padding-top: 0px;
  }

  .mainMenu>li>ul.sub-menu>li ul.sub-menu {
    padding-left: 20px;
  }

  .mainMenu>li>ul.sub-menu>li a {
    color: #272C5A;
    font-size: 16px;
    line-height: 20px;
    font-family: poppins, sans-serif;
    font-weight: 400;
    position: relative;
  }

  body:not(.team-template-default, .events-template-default, .case_studies-template-default, .search-results, .error404) .mainMenu>li>ul.sub-menu>li ul.sub-menu>li.current_page_parent>a,
  .mainMenu>li>ul.sub-menu>li ul.sub-menu>li.current_page_item>a,
  .mainMenu>li>ul.sub-menu>li a:hover,
  .mainMenu>li>a:hover,
  .SearchButton:hover,
  header:hover .SearchButton:hover,
  .mainMenu>li>ul.sub-menu>li.current_page_item>a {
    color: #EB8B0C;
  }

  .mainMenu>li>ul.sub-menu>li>a {
    font-family: poppins, sans-serif;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
  }

  .mainMenu>li>ul.sub-menu>li:not(.menu-item-has-children)>a {
    font-family: poppins, sans-serif;
    font-weight: 400;

  }

  @media screen and (max-height:640px) {
    .mainMenu>li>ul.sub-menu {
      height: calc(100% - 150px);
    }

    .mainMenu>li>ul.sub-menu>li {
      /* height: 100%; */
      border: 0px;
    }

    .mainMenu>li>ul.sub-menu>li {
      margin: 0px 20px 0px 0px;
      padding-left: 20px;
    }

    .mainMenu>li>ul.sub-menu>li ul.sub-menu {
      padding-left: 20px;
      border-left: 1px solid #EB8B0C;
      /* height: 94%; */
    }

    .mainMenu>li>ul.sub-menu>li>a {
      font-weight: 500;
      padding-left: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
      display: block;
      border-left: 1px solid #EB8B0C;
    }

  }




  ul.mainMenu>li:hover>ul {
    display: flex;
    animation: apperarsubmenu 0.5s forwards ease-in-out;
  }

  .mainMenu>li.careermenu>ul.sub-menu>li {
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  .mainMenu>li.careermenu>ul.sub-menu {
    padding: 30px 20px 0px 70%;
  }

  .no-touch ul.mainMenu>li.careermenu:hover>ul {
    display: block;
    line-height: 0px;
    overflow: hidden;
    animation: apperarsubmenu 0.5s forwards ease-in-out;
  }

  .no-touch ul.mainMenu>li.menu-item-has-children:hover>a::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    bottom: 0px;
    left: 50%;
    margin-left: -30px;
    animation: apperarsubmenu 0.5s forwards ease-in-out;
  }

  .mainMenu>li:hover>a {
    color: #EB8B0C !important;
  }
}

@-webkit-keyframes apperarsubmenu {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes apperarsubmenu {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.headerWhite header .blue_logo {
  opacity: 0;
}

.headerWhite header .white_logo,
header.shrink .blue_logo,
header:hover .blue_logo {
  opacity: 1;
}

.headerWhite header .SearchButton,
.headerWhite header .mainMenu>li>a,
.headerWhite .languageSwitcherMenu a {
  color: #fff;
}

header.shrink .SearchButton,
header.shrink .mainMenu>li>a,
header:hover .SearchButton,
header:hover .mainMenu>li>a,
header:hover .languageSwitcherMenu a,
.headerWhite .shrink .languageSwitcherMenu a {
  color: #25305D;
}

body:not(.search-results) .mainMenu>li.current-menu-ancestor>a,
body:not(.search-results) .mainMenu>li.current_page_item>a,
body:not(.search-results) .mainMenu>li>ul.sub-menu li.current-menu-item>a {
  color: #EB8B0C !important;
}

body.search-results .mainMenu>li.current-menu-ancestor>a {
  color: #25305D !important
}

.SearchformOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1111;
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, , opacity 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, , opacity 0.5s, visibility 0s 0.5s;
  transition: transform 0.5s, , opacity 0.5s, visibility 0s 0.5s, -webkit-transform 0.5s;
}

.open-search .SearchformOverlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.SearchformOverlay>div {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #C0DAE7;
}

.searchform form>div {
  position: relative;
}

#searchform input[type="submit"] {
  background: url('images/search-icon.svg') no-repeat center center;
  width: 80px;
  height: 80px;
  background-size: 40px 40px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 3px;

  font-size: 0;
  border: 0;
  padding: 0
}

#searchform>div input[type='text']::placeholder {
  color: #a1a1a1 !important;
  opacity: 1;
  /* Firefox */
}

#searchform>div input[type='text']:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a1a1a1 !important;
}

#searchform>div input[type='text']::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a1a1a1 !important;
}

.searchClose {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: rotate(45deg);
  font-size: 0px;
}

.searchClose::before {
  content: '';
  height: 28px;
  width: 2px;
  position: absolute;
  top: 5px;
  left: 18px;
  transition-delay: 0s;
  border: 0 !important;
  background-color: #25305D;
}

.searchClose::after {
  content: '';
  width: 28px;
  height: 2px;
  position: absolute;
  left: 5px;
  top: 18px;
  transition-delay: .25s;
  background-color: #25305D;
  border: 0 !important;
}

/* .searchClose {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(images/close-icon.svg);
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 0px;
  -webkit-transition: background-color linear 0.5s;
  transition: background-color linear 0.5s;
}

.searchClose:hover {
  background-color: #25305d
} */

.searchform {
  max-width: 700px;
  width: 100%;
}

.searchform form {
  width: 100%;
}

#searchform>div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25305D;
  padding: 15px;
  border-radius: 40px;
}

#searchform>div input[type='text'] {
  color: #fff;
  background-color: transparent;
  padding-right: 70px;
}

#searchform>div input[type="text"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

#searchform>div input[type="text"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

#searchform>div input[type="text"]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#searchform>div input[type="text"]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}

/* ============================= menu css end here ===================== */
.blueBg {
  background-color: rgba(192, 218, 231, 0.30);
}

.Tspace {
  padding-top: 70px;
  /* padding-top: 7vw; */
}

.Bspace {
  /* padding-bottom: 7vw; */
  padding-bottom: 70px;
}

.TBspace {
  /* padding-top: 7vw;
  padding-bottom: 7vw; */
  padding-top: 70px;
  padding-bottom: 70px;
}

.LRSpace {
  /* padding-left: 140px;
  padding-right: 140px; */
  padding-left: 7vw;
  padding-right: 7vw;
}

.CardListing.Bspace,
.statisticCardListing {
  /* padding-bottom: 60px; */
  padding-bottom: 30px;
}

.centerBlock {
  padding: 0px 4vw;
  /* padding: 0px 80px; */
  margin: 0 auto;
}

.leftImageVideoRightText,
.whiteTextboxOnImageVideo,
.textOnImageVideo {
  height: 100vh;
  width: 100%;
  padding: 90px 0px;
  min-height: 40vw;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.leftImageVideoRightText.smallHeightHero,
.whiteTextboxOnImageVideo.smallHeightHero,
.textOnImageVideo.smallHeightHero {
  height: auto;
  width: 100%;
  padding: 60px 0px 60px 0px;
  min-height: 30vw;
}

#page-wrap>.leftImageVideoRightText.smallHeightHero:nth-child(1),
#page-wrap>.whiteTextboxOnImageVideo.smallHeightHero:nth-child(1),
#page-wrap>.textOnImageVideo.smallHeightHero:nth-child(1) {
  padding: 170px 0px 60px 0px
}

.textOnImageVideo .textLink:hover {
  color: #336B9F;
}

#page-wrap .textOnImageVideo .textLink:hover::before {
  background-color: #fff;
}

.video-wrapper,
.video-wrapper .heroposterimage {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-color: #000; */
}

.video-wrapper .heroposterimage {
  z-index: 1;
}

.video-wrapper iframe {
  width: 200%;
  height: 180%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  /* background-color: #000; */
  pointer-events: none;
}

.leftImageVideoRightText .video-wrapper {
  overflow: hidden;
  -webkit-border-radius: 0px 25vw 25vw 0;
  -khtml-border-radius: 0px 25vw 25vw 0;
  -moz-border-radius: 0px 25vw 25vw 0;
  border-radius: 0px 25vw 25vw 0;
  /* border-radius: 0px 25vw 25vw 0; */
  z-index: 2;
}

.smallHeightHero .video-wrapper iframe {
  width: 200%;
  height: 190%;
}

.textOnImageVideo .video-wrapper iframe,
.whiteTextboxOnImageVideo .video-wrapper iframe {
  /* width: 105%; */
  width: 115%;
  pointer-events: none;
}

.leftImageVideoRightText {
  padding: 160px 0px 140px 0px;
  overflow: hidden;
  /* background: red; */
}

#page-wrap>.leftImageVideoRightText:nth-child(1) {
  padding: 200px 0px 140px 0px;
  overflow: hidden;
}

.leftImageVideoRightText .HeroImage {
  width: 42%;
}

.leftImageVideoRightText .captionText {
  width: 58%;
  padding: 80px 16vw 80px 6vw;
}

.leftImageVideoRightText .HeroImage>div {
  position: relative;
  height: 32vw;
  overflow: hidden;
  -webkit-border-radius: 0px 25vw 25vw 0;
  -khtml-border-radius: 0px 25vw 25vw 0;
  -moz-border-radius: 0px 25vw 25vw 0;
  border-radius: 0px 25vw 25vw 0;
}

.leftImageVideoRightText::after {
  content: '';
  position: absolute;
  height: 32vw;
  width: 42%;
  background-color: #C0DAE7;
  z-index: 1;
  right: -28%;
  top: 200px;
  overflow: hidden;
  border-radius: 25vw 0% 0% 25vw;
  opacity: 0;
  transition: opacity 1s ease .4s;
  -webkit-transition: opacity 1s ease .4s;
  -moz-transition: opacity 1s ease .4s;
  -o-transition: opacity 1s ease .4s;
}

#page-wrap>.leftImageVideoRightText:not(:nth-child(1))::after {
  top: auto;
}

.leftImageVideoRightText.smallHeightHero::after {
  top: auto;
  height: 27vw;
}

#page-wrap>.leftImageVideoRightText.smallHeightHero:nth-child(1)::after {
  top: 200px;
}

.leftImageVideoRightText.animateMe::after {
  opacity: 1;
}

.leftImageVideoRightText.smallHeightHero {
  height: auto;
  padding: 60px 0px 60px 0px;
}

#page-wrap>.leftImageVideoRightText.smallHeightHero:nth-child(1) {
  padding: 200px 0px 70px 0px;
  overflow: hidden;
}

.leftImageVideoRightText.smallHeightHero .HeroImage>div,
.leftImageVideoRightText.smallHeightHero::after {
  height: 27vw;
}

.smallHeightHero .nextScroll {
  display: none
}

.textOnImageVideo img {
  position: absolute;
}

/* .textOnImageVideo::before */
.textOnImageVideo>div.imageHolder::before,
.whiteTextboxOnImageVideo::before,
.textOnImageVideo::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #25305D;
  opacity: 0.5;
}

.heroCaption {
  width: 100%;
  padding: 4vw;
  color: #fff;
  z-index: 2;
  position: relative;
}

.heroCaption h1 {
  max-width: 800px;
}

.whiteCaption {
  position: relative;
  z-index: 2;
  right: 0;
  width: 55%;
  margin: 0 0 0 auto;
  background-color: #fff;
  border-radius: 20vw 0 0 20vw;
  padding: 4vw 7vw 4vw 11vw;
}

.nextScroll {
  position: absolute;
  /* right: 180px; */
  right: 15vw;
  bottom: 100px;
  z-index: 2;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.nextScroll,
.nextScroll::after,
.nextScroll::before {
  -webkit-transition: all .8s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: all .8s cubic-bezier(.16, .84, .44, 1);
  -o-transition: all .8s cubic-bezier(.16, .84, .44, 1);
  transition: all .8s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.nextScroll::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(256, 256, 256, 0.43);
}


.nextScroll::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}



.scrollTop {
  position: relative;
  margin: 60px auto 50px auto;
  padding-top: 30px;
  text-align: center;
  z-index: 2;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #25305D;
  cursor: pointer;
  display: block;
}

.scrollTop,
.scrollTop::after,
.scrollTop::before {
  -webkit-transition: all .8s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: all .8s cubic-bezier(.16, .84, .44, 1);
  -o-transition: all .8s cubic-bezier(.16, .84, .44, 1);
  transition: all .8s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.scrollTop::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #C0DAE7;
}

.scrollTop::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 5px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #25305D;
}

.leftImageVideoRightText .nextScroll {
  color: #25305D;
}

.leftImageVideoRightText .nextScroll::before {
  background-color: #C0DAE7;
  opacity: 0.5;
}

.leftImageVideoRightText .nextScroll::after {
  background-color: #336B9F;
}

.whiteTextboxOnImageVideo .nextScroll {
  color: #fff;
}

.nextScroll:hover::before {
  background-color: #fff;
}

.nextScroll:hover::after {
  background-color: #EB8B0C
}

.leftImageVideoRightText .nextScroll:hover::before {
  background-color: #C0DAE7;
  opacity: 1;
}

.leftImageVideoRightText .nextScroll:hover::after {
  background-color: #EB8B0C;
}

.whiteCaption h1,
.heroCaption h1,
.captionText h1 {
  margin-bottom: 0px;
}

.whiteCaption h1+.textLink,
.heroCaption h1+.textLink,
.captionText h1+.textLink {
  margin-top: 30px;
  display: inline-block;
}

/* news page start */

body.page-id-163 .sectionsmallBigTitle {
  text-align: center;
}

.TeamListing .sectionsmallBigTitle,
.CardListing .sectionsmallBigTitle,
.statisticCardListing .sectionsmallBigTitle,
.connectTeamListing .sectionsmallBigTitle {
  padding: 0px 40px 0px 40px;
  margin-bottom: 10px;
}

.connectTeamListing .sectionsmallBigTitle {
  text-align: center;
  margin-bottom: 20px;
}

.connectTeamListing,
.statisticCardListing,
.connectTeamListing,
.CardListing,
.TeamListing {
  /* padding-top: 7vw; */
  padding-top: 70px;
}

.connectTeamListing {
  padding-bottom: 20px;
  /* padding-bottom: 5vw; */
}

.largeTextRow+.connectTeamListing,
.largeTextRow+.statisticCardListing,
.largeTextRow+.connectTeamListing,
.largeTextRow+.CardListing,
.largeTextRow+.TeamListing {
  /* padding-top: 2vw; */
  padding-top: 0px;
}

.CardListing,
.TeamListing {
  min-height: 80vh
}

.CardListing {
  min-height: auto;
}

.filtersRow {
  padding: 40px 40px 60px 40px;
  position: relative;
  z-index: 2;
}

.textLink,
.filtersRow .alm-filters-container button[type=reset] {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #EB8B0C;
  text-transform: uppercase;
}

.filtersRow .alm-filters-container {
  margin: 0px;
}

.filtersRow>span {
  margin-right: 30px;
  min-width: 80px;
}

.filtersRow .alm-filters>div:nth-child(1) {
  /* width: 205px; */
  min-width: 150px;
  position: relative;
  margin-right: 4vw;
}
.page-template-template-our-events-php .filtersRow .alm-filters>div:nth-child(1),
.page-template-template-our-events-php .filtersRow .alm-filters>div:not(.alm-filters--controls){
  margin-right: 20px;
}
.page-template-template-our-events-php .filtersRow .alm-filters>div.alm-filter--sort{
  margin-right: 0px !important
}

.page-template-template-meet-the-team-php .filtersRow .alm-filters>div:nth-child(1) .alm-filter--inner,
body:not(.page-template-template-meet-the-team-php) .filtersRow .alm-filters>div .alm-filter--inner {
  z-index: 2;
  position: absolute;
  top: 75px;
  background-color: #fff;
}
body.page-template-template-meet-the-team-php .filtersRow .alm-filters>div:nth-child(1) .alm-filter--inner,
body:not(.page-template-template-meet-the-team-php) .filtersRow .alm-filters>div .alm-filter--inner {
  display: block !important;
}

body.page-template-template-meet-the-team-php .filtersRow .alm-filters>div:nth-child(1) .alm-filter--inner ul,
body:not(.page-template-template-meet-the-team-php) .filtersRow .alm-filters>div .alm-filter--inner ul {
  width: 100%;
  left: 0;
  max-height: 0;
  width: 100%;
  min-width: 300px;
  overflow-y: hidden;
  -webkit-transition: visibility .5s ease-in-out, opacity .3s ease-in-out;
  transition: visibility .5s ease-in-out, opacity .3s ease-in-out;
  -webkit-transition: max-height .5s ease-in-out, opacity .3s ease-in-out;
  transition: max-height .5s ease-in-out, opacity .3s ease-in-out;
}
body.page-template-template-meet-the-team-php .filtersRow .alm-filters>div:nth-child(1) .alm-filter--inner[aria-hidden="false"] ul,
body:not(.page-template-template-meet-the-team-php) .filtersRow .alm-filters>div .alm-filter--inner[aria-hidden="false"] ul {
  max-height: 300px;
  overflow: auto;
}

body.page-template-template-meet-the-team-php .filtersRow .alm-filters>div:nth-child(1) .alm-filter--inner .field-radio:after,
body.page-template-template-meet-the-team-php .filtersRow .alm-filters>div:nth-child(1) .alm-filter--inner .field-radio:before,
body:not(.page-template-template-meet-the-team-php) .filtersRow .alm-filters>div .alm-filter--inner .field-radio:after,
body:not(.page-template-template-meet-the-team-php) .filtersRow .alm-filters>div .alm-filter--inner .field-radio:before {
  display: none;
}

.filtersRow .alm-filters-container .alm-filter li div.alm-filter--link {
  font-size: 32px;
  line-height: 37px;
  color: #25305D;
}
body.page-template-template-meet-the-team-php .filtersRow .alm-filters>div:nth-child(1) li div.alm-filter--link,
body:not(.page-template-template-meet-the-team-php) .filtersRow .alm-filters>div li div.alm-filter--link {
  font-size: 20px;
  line-height: 27px;
}

.filtersRow .alm-filters-container .alm-filter li div.alm-filter--link:focus,
.filtersRow .alm-filters-container .alm-filter li div.alm-filter--link:hover {
  color: #EB8B0C;
}

.filtersRow .alm-filters-container .alm-filter li {
  margin: 8px 0px;
}

.page-template-template-meet-the-team-php .filtersRow .alm-filters>div:nth-child(2) ul {
  display: flex;
}

.page-template-template-meet-the-team-php .filtersRow .alm-filters>div:nth-child(2) ul li {
  margin-right: 2vw;
}

.filtersRow .alm-filters-container .alm-filter--inner {
  padding: 0px;
}

.filtersRow .alm-filters-container .alm-filters--controls {
  width: auto;
  margin: 0 0 0 20px;
}

.filtersRow .alm-filter--title {
  background-color: #336B9F;
  border-radius: 30px;
  padding: 0px;
}

.filtersRow .alm-filters-container .alm-filter--title h3 {
  padding: 13px 45px 8px 25px !important;
  margin: 0px !important;
  font-size: 22px;
  line-height: 37px;
  color: #fff;
}

.alm-btn-wrap .alm-load-more-btn.done {
  display: none !important;
}

.postNotfound,
.postnotfound {
  margin-top: 30px;
  padding: 50px;
  background-color: rgba(192, 218, 231, 0.30);
  text-align: center;
}

.postnotfound img {
  width: 200px;
  margin: 0 auto 20px;
}

.postnotfound img {
  display: inline-block;
  margin: 0 auto;
}

.alm-layouts .alm-listing {
  min-height: 200px;
}

.alm-listing .alm-reveal {
  width: auto !important;
  display: contents !important;
}

.filtersRow .alm-filters-container .alm-filter--title .alm-filter--toggle[aria-expanded=false]:after {
  border: solid transparent;
  border-top-color: #ffffff;
  border-width: 8px;
  top: calc(50% + 3px);
}

.filtersRow .alm-filters-container .alm-filter--title .alm-filter--toggle:after,
.alm-filters-container .alm-filter--title .alm-filter--toggle:after {
  right: 20px;
  border-width: 8px;
  border-bottom-color: #ffffff;
}

.filtersRow .alm-filters-container .alm-filter--title .alm-filter--toggle:hover:after {
  border-bottom-color: #ffffff;
}

.filtersRow .alm-filters-container .alm-filter--title .alm-filter--toggle[aria-expanded=false]:hover:after {
  border-bottom-color: transparent;
  border-top-color: #ffffff;
}

.filtersRow .alm-filters-container .alm-filter li div.alm-filter--link:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  background: #fff;
  border: 1px solid #25305D;
}

.filtersRow .alm-filters-container .alm-filter li div.alm-filter--link {
  padding: 0px 20px;
}

.alm-filters-container .alm-filter li div.alm-filter--link.active {
  color: #eb8b0c !important;
}
body.page-template-template-meet-the-team-php .filtersRow .alm-filters>div:nth-child(2) ul li div.alm-filter--link{
  padding: 0 10px 0 48px;
}

.filtersRow .alm-filters-container .alm-filter li div.alm-filter--link.active.field-checkbox:before,
.filtersRow .alm-filters-container .alm-filter li div.alm-filter--link.active.field-radio:before {
  border-color: #EB8B0C;
  background-color: #EB8B0C;
  box-shadow: none;
}

.filtersRow .alm-filters-container .alm-filter li div.alm-filter--link.field-radio:after {
  width: 20px;
  height: 12px;
  left: 9px;
  top: 10px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 0px;
  -webkit-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  transform: rotate(-50deg);
  border-top: 0px;
  border-right: 0px;
}

.filtersRow .alm-filters-container .alm-filter li div.alm-filter--link:focus:before,
.filtersRow .alm-filters-container .alm-filter li div.alm-filter--link:hover:before {
  box-shadow: none;
}

.alm-btn-wrap .alm-load-more-btn {
  font-size: 22px !important;
  line-height: 42px !important;
  font-weight: 700 !important;
  width: auto;
  height: auto !important;
  line-height: 1;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #EB8B0C !important;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 0 20px;
}

.CardListing .col {
  padding: 40px 40px;
  text-align: center;
}

.CardListing.quickLinks .col:nth-child(1),
.CardListing.quickLinks .col:nth-child(2) {
  flex-grow: 1;
}

.statisticCardListing .col {
  padding: 40px 6vw;
  text-align: center;
}

.cardImage {
  position: relative;
  display: block;
  border-radius: 50px 50px 0 0;
  background-color: rgba(192, 218, 231, 0.30);
  overflow: hidden;
  margin-bottom: 40px;
}

.cardImage::before {
  content: '';
  display: block;
  position: relative;
  padding-top: 62%;
}

.cardIcon,
.CardListing .cardIcon {
  width: 130px;
  height: 130px;
  position: relative;
  margin: 20px auto 20px auto;
}

.CardListing.blueBg .cardIcon {
  margin: 30px auto 20px auto;
}

.cardIcon img {
  margin: 0 auto;
}

.CardListing .col h2 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}

.CardListing .col h2 a {
  color: #183B61;
}

.CardListing .col h2:hover a {
  color: #EB8B0C;
}

.CardListing .col .cardImage+.postinfo {
  padding-top: 0px;
}

.CardListing .col .postinfo {
  padding: 40px 10px 0 10px;
}

.CardListing .col .cardIcon+.postinfo {
  padding-top: 0px;
}

.CardListing .col>div {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 70px;
  background-color: #ecf4f8;
  border-radius: 50px 50px 0 0;
  display: flex;
  flex-direction: column;
}

.CardListing.blueBg .col>div {
  background-color: #fff;
}

.statisticCardListing .col .leftIcon {
  display: flex;
}

.statisticCardListing .col .leftIcon .cardIcon {
  margin-top: 2px;
}

.statisticCardListing .col .leftIcon .postinfo {
  width: calc(100% - 130px);
  text-align: left;
  padding-left: 40px;
}

.statisticCardListing .col .leftIcon .postinfo a {
  text-transform: uppercase;
  font-weight: 600;
}

.statisticCardListing .col .leftIcon .postinfo h3 {
  font-size: 2.08vw
    /*40px*/
  ;
  line-height: 2.60vw
    /*50px*/
  ;
  color: #EB8B0C;
  font-weight: 700;
  margin-bottom: 5px
}

.CardListing .col>div .textLink {
  position: absolute !important;
  bottom: 40px;
  width: 100%;
  text-align: center;
}


.cardImage img,
.teamPhoto img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;

}

.no-touch .CardListing .col_1_1_1 .col>div:hover .cardImage img,
.TeamListing .alm-reveal .col>div:hover .teamPhoto img {

  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* news page end */
/* event page css start */
.SingleEventRow .eventImage {
  width: 50%;
  position: relative;
  padding-right: 8vw;
  min-height: 32vw;
}

.SingleEventRow .postinfo {
  width: 50%;
  padding-right: 80px;
  padding-top: 4vw;
}

.SingleNewsRow .postinfo {
  width: 50%;
  padding-left: 8vw;
  order: 2;
}

.SingleEventRow .postinfo>div {
  max-width: 500px;
}

.eventImage>div:not(.sectionsmallBigTitle) {
  width: 100%;
  height: 32vw;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0px 25vw 25vw 0;
  -khtml-border-radius: 0px 25vw 25vw 0;
  -moz-border-radius: 0px 25vw 25vw 0;
  border-radius: 0px 25vw 25vw 0;
}

.SingleNewsRow .postinfo>div {
  max-width: 780px;
}

.SingleNewsRow .newsImage {
  width: 50%;
  position: relative;
  order: 3;
  padding-left: 8vw;
  min-height: 32vw;
}

.SingleNewsRow .newsImage>div:not(.sectionsmallBigTitle, .btnholder) {
  width: 100%;
  height: 32vw;
  position: relative;
  overflow: hidden;
  border-radius: 25vw 0% 0% 25vw;
}

.seperateTitle {
  width: 100%;
  order: 1;
  padding-left: 8vw;
}

.seperateTitle .sectionsmallBigTitle {
  width: 50%;
  margin: 0 auto 0 0;
}

.responsiveshow {
  display: none;
}

.btnholder {
  padding-right: 8vw;
  margin-top: 30px;
  text-align: right;
}

/* event page css end */
.entry .centerBlock {
  padding: 0px 40px;
  position: relative;
}

.entry .gform_title {
  font-size: 2.08vw
    /*40px*/
  ;
  line-height: 2.60vw
    /*50px*/
  ;
  font-weight: 700;
}

.entry .gform_wrapper.gravity-theme .gfield_label {
  display: inline-block;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  margin-bottom: 8px;
  padding: 0;
}

.entry .gform_wrapper {
  max-width: 1050px;
}

.entry .gform_wrapper .gfield_checkbox,
.entry .gform_wrapper .gfield_radio {
  display: flex;
  flex-flow: row wrap;
}

.entry .gform_wrapper .gfield_checkbox>div,
.entry .gform_wrapper .gfield_radio>div {
  width: 33.33%;
  margin-bottom: 10px;
}

.entry .gform_wrapper.gravity-theme .gfield_checkbox label,
.entry .gform_wrapper.gravity-theme .gfield_radio label {
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  height: auto;
}

/*
.single-events .gform_wrapper.gravity-theme .gfield-choice-input {
  opacity: 0;
}

.single-events .gchoice label::before, .single-events .gchoice label::after {
  display: none;
}

.single-events .gchoice input[type="checkbox"]:checked+label {
  background-color: #EB8B0C;
  border: 1px solid #EB8B0C;
  color: #fff;
}

.single-events .gform_wrapper.gravity-theme .gfield_checkbox label, .single-events .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  padding: 10px 25px 5px 25px;
  border: 1px solid #25305D;
  border-radius: 26px;
  margin: 0 0px 25px 0;
  height: auto;
  width: 100%;
  max-width: 100%;
} */
.gform-theme-datepicker:not(.gform-legacy-datepicker) {
  max-width: 400px !important
}

.entry .gform_wrapper.gravity-theme .ginput_container_date,
.entry .gform_wrapper.gravity-theme .ginput_container_date {
  position: relative;
  max-width: 300px;
  width: 100%;
}

.entry .gform_wrapper.gravity-theme .ginput_container_date::after,
.entry .gform_wrapper.gravity-theme .ginput_container_date::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 10px;
  width: 34px;
  height: 34px;
  z-index: -1;
  background: url('images/calendar.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px;
}

.entry .gform_wrapper.gravity-theme .timePicker,
.entry .gform_wrapper.gravity-theme .timePicker {
  position: relative;
  max-width: 300px;
  width: 100%;
}

.gform_wrapper.gravity-theme .timePicker .ginput_container_text,
.ginput_container_fileupload {
  position: relative;
}

.FormWrapper {
  overflow: visible;
}

.timepicker-hour,
.hour,
.timepicker-minute,
.minute {
  cursor: pointer;
}

.gform_wrapper.gravity-theme .gfield {
  margin-bottom: 20px;
}

.ginput_container.ginput_container_text>div {
  position: absolute;
  top: 50px !important;
  z-index: 1;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom::after {
  display: none !important
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-bottom: 7px solid #25305d !important;
  border-bottom-color: #25305d !important;
  top: 0px !important;
}

.timePicker .ginput_container_text::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: -1;
  background: url('images/time.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 34px;
}

.timePicker .ginput_container_text input[type="text"] {
  background-color: transparent
}

.entry .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger,
.entry .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  right: 10px;
}

.entry .gform_wrapper.gravity-theme .ginput_container_date input,
.entry .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}

.entry .gform_wrapper.gravity-theme .ginput_container_time,
.entry .gform_wrapper.gravity-theme .ginput_container_time {
  flex-basis: min-content;
  max-width: 90px;
  min-width: 90px;
}

.entry .gform_wrapper.gravity-theme input[type=color],
.entry .gform_wrapper.gravity-theme input[type=date],
.entry .gform_wrapper.gravity-theme input[type=datetime-local],
.entry .gform_wrapper.gravity-theme input[type=datetime],
.entry .gform_wrapper.gravity-theme input[type=email],
.entry .gform_wrapper.gravity-theme input[type=month],
.entry .gform_wrapper.gravity-theme input[type=number],
.entry .gform_wrapper.gravity-theme input[type=password],
.entry .gform_wrapper.gravity-theme input[type=search],
.entry .gform_wrapper.gravity-theme input[type=tel],
.entry .gform_wrapper.gravity-theme input[type=text],
.entry .gform_wrapper.gravity-theme input[type=time],
.entry .gform_wrapper.gravity-theme input[type=url],
.entry .gform_wrapper.gravity-theme input[type=week],
.entry .gform_wrapper.gravity-theme select,
.entry .gform_wrapper.gravity-theme textarea {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 9px;
  color: #25305D;
  border-radius: 3px;
  border: 1px solid #25305D;
}

.entry .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 195px;
}

.entry .gform_wrapper.gravity-theme .gfield.gfield--width-half.dateblock,
.entry .gform_wrapper.gravity-theme .gfield.gfield--width-half.timePicker {
  grid-column: span 4;
  -ms-grid-column-span: 4;
}

.gform_delete_file .dashicons {
  color: #c02b0a;
}

.ginput_container_fileupload {
  display: flex;
  align-items: center;
  border: 1px solid #25305D;
}

.file-border {
  border: 1px solid #ccc;
  width: 100%;
  padding: 0 5px;
  height: 42px;
  text-overflow: clip;
  opacity: 0;
}

.upload-btn {
  display: block;
  color: #ffffff;
  font-family: "greycliff-cf";
  font-weight: 400;
  font-size: 18px;
  line-height: 37px;
  text-decoration: none;
  text-transform: capitalize;
  margin: 0;
  padding: 10px 20px 6px 20px;
  border-radius: 0px;
  border: 0px solid #ccc;
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  background: #ecf4f8;
  color: #25305D;
}

.hasFile .upload-btn {
  background: #b3b3b3;
  opacity: 0.7;
}

.ginput_container.ginput_container_fileupload input {
  opacity: 0;
  cursor: pointer;
  height: 52px;
  width: auto !important;
  max-width: 170px !important;
}

.entry .gform_wrapper.gravity-theme .gform_fileupload_rules,
.entry .gform_wrapper.gravity-theme .gform_fileupload_rules {
  font-size: 18px;
  margin-left: 15px;
  display: block;
  padding-top: 0px;
  margin-top: 3px;
  max-width: calc(100% - 175px);
}

.gform_delete_file {
  padding: 15px 0px 0px 0px;
}

.entry .ginput_preview,
.entry .ginput_preview {
  margin: 0px 0 0px 160px;
}

.entry .gform_wrapper .gfield_validation_message,
.entry .gform_wrapper .validation_message,
.gform_required_legend {
  display: none !important;
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border: 1px solid #c02b0a !important;
}

.gform_page_footer,
.gform_footer {
  position: relative;
}

.gform_ajax_spinner {
  border: 0 solid #fff;
  border-left: 0 solid #000;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  background: #336B9F;
  top: 15px;
  left: 160px;
  /* background-color: #80E0A7; */
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* team page start */
.TeamListing {
  padding-bottom: 100px;
}

.TeamListing .alm-reveal .col {
  width: 25%;
  padding: 40px 60px !important;
  text-align: center;

}
.TeamListing .alm-reveal .col a{
  display: block;
  width: 100%;
}
.TeamListing .alm-reveal .col a div,
.TeamListing .alm-reveal .col .textLink:hover {
  color: #183B61;
}

.TeamListing .alm-reveal .col h3 {
  font-size: 1.66vw
    /*32px*/
  ;
  line-height: 2.18vw
    /*42px*/
  ;
  font-weight: 500;
  margin-bottom: 0px;
}

.TeamListing .alm-reveal .col>div {
  height: 100%;
  position: relative;
  padding-bottom: 40px;
}

.TeamListing .alm-reveal .col p {
  padding: 0px 0px 10px 0px;
  margin: 0px !important;
}

.TeamListing .alm-reveal .col .textLink {
  position: absolute !important;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: color .3s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: color .3s cubic-bezier(.16, .84, .44, 1);
  -o-transition: color .3s cubic-bezier(.16, .84, .44, 1);
  transition: color .3s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.teamPhoto {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 auto 25px auto;
  background-color: rgba(192, 218, 231, 0.30);
  border-radius: 50%;
}

.teamPhoto::before {
  content: '';
  display: block;
  position: relative;
  padding-top: 100%;
}

.teamPhoto img {
  width: 100%;
  max-width: none !important;
  height: 100%;
  object-fit: cover;
}

.alm-btn-wrap {
  width: 100%;
  margin-bottom: 4vw !important;
}

.TeamListing .alm-btn-wrap {
  margin-top: 4vw !important;
  margin-bottom: 0vw !important;
}

.alm-btn-wrap a {
  font-weight: 700;
}

.teamSlider {
  display: flex;
}


.teamSlider .teamPhoto {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 40px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .8s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: all .8s cubic-bezier(.16, .84, .44, 1);
  -o-transition: all .8s cubic-bezier(.16, .84, .44, 1);
  transition: all .8s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.teamSlider .slick-center .teamPhoto {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.teamSlider .teamPhoto::before {
  content: '';
  display: block;
  padding-top: 100%;
  position: relative;
}

.teamSlider .TeamBlock {
  -webkit-transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  -o-transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
  padding: 40px 40px;
  opacity: 0.3;
  pointer-events: none;
}

.noslidelogo.teamSlider .TeamBlock,
.noslidelogo.teamSlider .teamInfo {
  opacity: 1;
}

.noslidelogo.teamSlider .TeamBlock {
  pointer-events: auto;
}

.noslidelogo.teamSlider .TeamBlock a {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 50px;
}

.noslidelogo.teamSlider .teamInfo .textLink {

  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.noslidelogo.teamSlider {
  justify-content: center;
}

.noslidelogo.teamSlider .TeamBlock {
  width: 20%;
}

.noslidelogo.teamSlider .slick-center .teamPhoto {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.noslidelogo.teamSlider .slick-track {
  transform: none !important
}

.teamSlider .teamInfo {
  text-align: center;
  opacity: 0;
  padding: 20px 0px 0px 0px;
  -webkit-transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  -o-transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  transition: opacity .8s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.teamSlider .slick-center .TeamBlock,
.teamSlider .slick-center .teamInfo {
  opacity: 1;
  pointer-events: auto;
}

.teamSlider .teamInfo h6 {
  font-size: 22px;
  line-height: 30px;
  color: #25305D;
}

.teamSlider .teamInfo h6 span {
  display: block;
  font-weight: 500;
}

.teamSlider .teamInfo .textLink {
  margin-top: 30px;
  display: block;
}

.teamSlider.loading {
  background-image: url('images/ajax-loader.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px;
  /* background-color: red */
}

.teamSlider.loading .TeamBlock,
.teamSlider.loading .slick-arrow {
  opacity: 0;
}

/* team page end */
.page-template-template-contact-php .pageTitle {
  text-align: center;
}

/* ==========contact page css end=============== */
.quoteOnImage .QuoteText {
  position: relative;
  z-index: 1;
  padding-top: 7vw;
  padding-bottom: 7vw;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  /* max-width: 1050px; */
  max-width: 1450px;
  width: 100%;
}

.quoteOnImage {
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 35vw;
}

.quoteOnImage::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #25305D;
  opacity: 0.5;
}

.QuoteText::before {
  content: ' ';
  display: inline-block;
  position: relative;
  margin: 0 auto 20px auto;
  width: 40px;
  height: 30px;
  vertical-align: middle;
  background-image: url('images/quote-icon.svg');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.QuoteText h2 {
  font-size: 2.08vw
    /*40px*/
  ;
  line-height: 3.38vw
    /*65px*/
  ;
  font-weight: 500;
}

.QuoteText h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.QuoteText h6 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  /* color: #EB8B0C; */
  color: #25305D;
  text-transform: uppercase;
}

.quoteOnImage .QuoteText h6 {
  color: #fff;
}

.quoteOnImage .QuoteText a.cta:hover {
  color: #fff
}

.QuoteText a.cta {
  margin-top: 30px;
  display: inline-block;
  text-transform: uppercase;
}

.quoteWithAuthor .quoteImage {
  width: 45%;
  padding: 0px 10vw 0px 40px;
  position: relative;
}

.quoteWithAuthor .quoteImage>div {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.quoteWithAuthor .QuoteText {
  width: 55%;
  padding-right: 10vw;
  color: #25305D;
  text-align: left;
}

/* ======================quote row end here============== */
.singleCaseStudy .casestudyImage {
  width: 47%;
}

.singleCaseStudy>div {
  position: relative;
}

.singleCaseStudy .casestudyImage>div {
  position: relative;
  height: 32vw;
  overflow: hidden;
  -webkit-border-radius: 0px 25vw 25vw 0;
  -khtml-border-radius: 0px 25vw 25vw 0;
  -moz-border-radius: 0px 25vw 25vw 0;
  border-radius: 0px 25vw 25vw 0;
}

.singleCaseStudy .caseStudyText {
  width: 53%;
  padding: 4vw 20vw 4vw 8vw;
}

.singleCaseStudy>div::after {
  content: '';
  position: absolute;
  height: 32vw;
  width: 42%;
  background-color: #C0DAE7;
  z-index: 1;
  right: -30%;
  top: 0px;
  overflow: hidden;
  visibility: visible;
  border-radius: 25vw 0% 0% 25vw;
  opacity: 0;
  transition: opacity 1s ease .4s;
  -webkit-transition: opacity 1s ease .4s;
  -moz-transition: opacity 1s ease .4s;
  -o-transition: opacity 1s ease .4s;
}

.singleCaseStudy.animateMe>div::after {
  opacity: 1;
}

.singleCaseStudy.imageRight>div::after {
  right: auto;
  left: -30%;
  border-radius: 0% 25vw 25vw 0%;
}

.singleCaseStudy.imageRight .caseStudyText {
  padding: 4vw 8vw 4vw 20vw;
}

.singleCaseStudy.imageRight .casestudyImage>div {
  border-radius: 25vw 0 0px 25vw;
}

.singleCaseStudy .caseStudyText p:last-of-type {
  padding: 0px;
}

.singleCaseStudy .caseStudyText p+.textLink {
  margin-top: 20px;
  display: inline-block;
}

.caseStudyText .sectionsmallBigTitle,
.capsuleText .sectionsmallBigTitle {
  margin-bottom: 30px;
}

/* ===============single case study row here============= */
.capsuleImageText .capsuleImage {
  width: 42%;
}

.capsuleImageText>div {
  position: relative;
}

.capsuleImageText .capsuleImage>div {
  position: relative;
  height: 32vw;
  overflow: hidden;
  -webkit-border-radius: 0px 25vw 25vw 0;
  -khtml-border-radius: 0px 25vw 25vw 0;
  -moz-border-radius: 0px 25vw 25vw 0;
  border-radius: 0px 25vw 25vw 0;
}

.capsuleImageText .capsuleText {
  width: 58%;
  padding: 0px 9vw;
}

.capsuleImageText .capsuleText ul:last-of-type {
  padding-bottom: 0px;
}

.caseStudyText .sectionsmallBigTitle {
  margin-bottom: 30px;
}

.capsuleImageText.imageRight .capsuleText {
  padding: 0px 9vw;
}

.capsuleImageText.imageRight .capsuleImage>div {
  border-radius: 25vw 0 0px 25vw;
}

/* ===============capsule image row end here================== */
.twoComolunText .col {
  padding: 0px 40px;
}

.twoComolunText .sectionsmallBigTitle {
  padding: 0px 40px 0px 40px;
}

.twoComolunText .col h6 {
  font-weight: 700;
  color: #25305D;
  font-size: 20px;
  line-height: 27px;
}

/* ===============2 column text row end here================== */
.textImageVideoRow .ImageHolder {
  width: 50%;
  /* max-height: 57%;
  height: 100%; */
  padding: 0px !important;
}

.textImageVideoRow .ImageHolder::before {
  content: '';
  display: block;
  padding-top: 56.1%;
  /* padding-top: 57%; */
}

.textImageVideoRow .imagePlace,
.textImageVideoRow .VideoplaceHolder {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;

}

.textImageVideoRow .TextHolder {
  width: 50%;
  padding: 4vw 9vw 4vw 4vw;
}

.textImageVideoRow .TextHolder>div {
  /* max-width: 420px; */
  max-width: 90%;
}

.textImageVideoRow .TextHolder h3 {
  margin-bottom: 20px;
}

.textImageVideoRow .TextHolder p:last-of-type,
.capsuleImageText .capsuleText p:last-of-type {
  padding: 0px;
}

.textImageVideoRow .TextHolder p:last-of-type+.textLink,
.capsuleImageText .capsuleText p:last-of-type+.textLink {
  margin-top: 20px;
  display: inline-block;
}

.textImageVideoRow.imageRight .TextHolder {
  padding: 4vw 6vw 4vw 9vw;
}

.textImageVideoRow .TextHolder p {
  padding-bottom: 20px;
}

.textImageVideoRow .posterimage {
  position: relative;
  z-index: 2;
  height: 100%;
}

.textImageVideoRow .playVideo {
  background: url('images/play-icon.svg');
  background-size: 100px 100px;
  background-repeat: no-repeat;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  width: 100px;
  height: 100px;
  font-size: 0;
  border-radius: 100%;
}

.textImageVideoRow .vrLoader {
  background: #000;
  position: absolute;
  z-index: 1;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.textImageVideoRow .fluidVideo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.textImageVideoRow .fluidVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.TeanDetailsRow .TeamProfile {
  width: 42%;
  position: relative;
  padding-right: 7vw;
  min-height: 35vw;
}

.TeanDetailsRow .TeamDes {
  width: 58%;
  padding-right: 80px;
}

.TeamProfile>div {
  width: 100%;
  height: 35vw;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0px 25vw 25vw 0;
  -khtml-border-radius: 0px 25vw 25vw 0;
  -moz-border-radius: 0px 25vw 25vw 0;
  border-radius: 0px 25vw 25vw 0;
}

.sectionsmallBigTitle {

  margin: 0 auto;
  /* margin-bottom: 50px; */
  margin-bottom: 30px;
}

.sectionsmallBigTitle H6,
.TextHolder h6 {
  margin: 0px 0px 5px 0px;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
}

.sectionsmallBigTitle h3,
.TextHolder h3,
.nameDesignation h3 {
  margin: 0px;
  font-size: 2.08vw
    /*40px*/
  ;
  line-height: 2.60vw
    /*50px*/
  ;
  font-weight: 700;
}

.nameDesignation .profile,
.sectionsmallBigTitle .eventTime,
.sectionsmallBigTitle .subtype {
  margin: 0px;
  font-size: 2.08vw
    /*40px*/
  ;
  line-height: 2.60vw
    /*50px*/
  ;
  font-weight: 400;
}

.nameDesignation {
  margin-bottom: 30px;
}

.nameDesignation h6 {
  text-transform: uppercase;
}

.sectionsmallBigTitle .meta {
  margin-top: 5px;
  margin-bottom: 30px;
  color: #336B9F;
  font-weight: 700;
}

.TeamDes>.col_1_1>.col:first-child {
  padding-right: 5vw;
}

.TeamDes>.col_1_1>.col .col_1_1>.col {
  padding: 0px 20px 0px 20px;
  border-left: 1px solid #EB8B0C;
  color: #707070;
}

.teamContact {
  margin-top: 20px;
}

.teamContact .mailLink {
  color: #336B9F;
  font-weight: 700;
}

.teamContact .mailLink:hover {
  color: #EB8B0C !important;
}

.teamContact .textLink {
  margin-top: 15px;
  display: inline-block;
}

.textLink img {
  width: 26px;
  height: 26px;
  margin-right: 5px;
  margin-top: -5px;
  vertical-align: middle;
  display: inline-block;
}

.TeamDes>.col_1_1>.col .col_1_1>.col h6 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

/* team page css end here */
.logoSlide {
  position: relative;
  padding: 0px 10px;
}

.logoSlide>div::before {
  content: '';
  display: block;
  padding-top: 75%;
}

.logoSlide>div {
  /* background-color: rgba(192, 218, 231, 0.30); */
  position: relative;
}

.logoSlide>div img {
  position: absolute;
  width: 96%;
  height: 96%;
  object-fit: contain;
  object-position: center;
  top: 2%;
  left: 2%;
  z-index: 1;
}

.Logoslider,
.teamSlider {
  /* visibility: hidden; */
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  transform: translateY(-30px);
  /* opacity: 0; */
  transition: opacity 1s ease .4s, transform 1s ease .4s;
  -webkit-transition: opacity 1s ease .4s, transform 1s ease .4s;
  -moz-transition: opacity 1s ease .4s, transform 1s ease .4s;
  -o-transition: opacity 1s ease .4s, transform 1s ease .4s;
}

.Logoslider.loaded,
.teamSlider.loaded {
  /* visibility: visible; */
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
  /* opacity: 1; */
}

/* logoslider end here */
.accordianRow .centerBlock {
  padding: 0px 9vw;
}

.accordianRow h3 {
  /* margin-bottom: 70px; */
  margin-bottom: 30px;
}

.accordian-title {
  font-size: 22px;
  line-height: 32px;
  color: #25305D;
  margin: 0;
  padding: 20px 60px 20px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: background-color .6s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: background-color .6s cubic-bezier(.16, .84, .44, 1);
  -o-transition: background-color .6s cubic-bezier(.16, .84, .44, 1);
  transition: background-color .6s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.accordian-title::after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url('images/expand-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.accordian-title.active::after {
  background: url('images/collapse-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.accordian-title.active span {
  display: none;
}

.accordianRow span {
  font-weight: 400;
  max-width: 1200px;
  display: block;
}

.accordianRow b {
  font-weight: 500;
  display: inline-block;


}

.accordian-title b {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 1200px;
}

.accordianRecord {
  border-top: 1px solid #25305D;
  padding: 0px 0px 0px 0px;
}

.accordianRow:not(.blueBg) .accordian-title:not(.active):hover {
  background-color: rgba(192, 218, 231, 0.20);
}

.accordianRow.blueBg .accordian-title:not(.active):hover {
  background-color: rgba(256, 256, 256, 0.60);
}

.accordianText {
  display: none;
  padding-top: 10px;
}

.accordianRow .accordianRecord:last-child {
  border-bottom: 1px solid #25305D;
}

/* accordian section end here */
.searchpage {
  padding-top: 250px
}


ul.searchResultList {
  padding: 0px;
  margin: 50px 0px 0px 0px;
  list-style: none;
}

.searchResultList li {
  display: block;
  padding: 30px;
}

.searchResultList li h4 {
  margin: 0px 0px 10px 0px;
}

.searchResultList li h4 a {
  color: #25305D;
}

.searchResultList li h4 a:hover {
  color: #EB8B0C;
}

.searchResultList li h4+p {
  padding-top: 5px;
}

.searchResultList li p:last-of-type {
  padding: 0px;
}

.searchResultList li:nth-child(even) {
  background-color: rgba(192, 218, 231, 0.30);
}

.midContainer .searchandfilter ul {
  margin: 0px;
  padding: 0px;
  position: relative;
}

.hasDatepicker {
  background: url('images/calendar.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 34px;
}

/* Search Filter */
.searchandfilter {
  background-color: rgba(192, 218, 231, 0.30);
  padding: 15px 10px;
}

.searchResult .searchandfilter>ul {
  position: relative;
  width: 100%;
  padding-right: 135px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.searchResult .searchandfilter>ul>li {
  padding: 0 5px;
  background-color: transparent !important;
  width: 25%;
  margin-bottom: 0
}

.searchResult .searchandfilter label {
  display: block;
}

.searchandfilter>ul>li.sf-field-post_date {
  width: 50%;
  padding: 0;
}

.searchandfilter>ul>li.sf-field-post_date ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.searchandfilter>ul>li.sf-field-post_date ul>li {
  padding: 0 5px;
  width: 50%;
}

.searchandfilter>ul>li:last-child {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.searchandfilter input[type="text"],
.searchandfilter input[type="date"] {
  padding: 11px 15px 12px;
  height: 53px
}

.searchandfilter input[type="date"]::-webkit-inner-spin-button,
.searchandfilter input[type="date"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  background: none
}

/* search page css end here============= */
.largeTextRow {
  text-align: center;
  /*font-size: 2.5VW 48px  ;*/
  /*line-height: 3.38vw 65px;*/

  font-size: 1.92vw
    /*37px*/
  ;
  line-height: 2.86vw
    /*55px*/
  ;
}

.largeTextRow .centerBlock {
  max-width: 1500px;
}

.largeTextRow h6 {
  text-transform: uppercase;
}

.largeTextRow h3 {
  /* margin-bottom: 70px; */
  margin-bottom: 30px;
}

.largeTextRow p:last-of-type {
  padding: 0px;
}

footer {
  background-color: #272C5A;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  padding: 40px 4vw;
}

.footerAdress {
  width: 25%;
  padding-top: 10px;
}

.footerMenuwrapper {
  width: 75%;
}

.footerMenu,
.footerMenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footerMiddle{
  padding: 0px 5vw;
  display: flex;
}
.thirdPartyLogo{
  width: 75%;
}

/* .footerMenu
{display: flex; flex-flow: row wrap} */
.footerMenu {
  /* width: 33.33%; */
  column-count: 3;
  column-fill: balance;
  column-gap: 0px;
  /* padding: 0px 20px; */
}

.footerMenu ul:first-of-type {
  padding-right: 20px;
}

.footerMenu ul:first-of-type ul {
  padding-right: 0px;
}

.footerTop {
  margin-bottom: 30px;
  padding: 0px 5vw;
}

/* .footerMenu li.menu-item-object-custom>a,
.footerMenu li.menu-item-245 {
  display: none !important;
}

.footerMenu li.menu-item-1036 a {
  display: block !important;
} */

.footerMenu li a {
  color: #fff;
}

.footerMenu li a:hover,
.copyright a:hover {
  color: #C0DAE7 !important;
}

.copyright a {
  color: #fff;
}

.footerMenu li.current_page_item>a,
.footerMenu li.current-menu-item>a,
.footerMenu>li>ul.sub-menu>li.current_page_item>a {
  text-decoration: underline !important;
}

body:not(.team-template-default, .events-template-default, .case_studies-template-default, .search-results, .error404) .footerMenu>li>ul.sub-menu>li ul.sub-menu>li.current_page_parent>a,
.footerMenu>li>ul.sub-menu>li ul.sub-menu>li.current-menu-item>a,
.footerMenu>li>ul.sub-menu>li ul.sub-menu>li.current_page_item>a {
  text-decoration: underline !important;
}

.footerMenu li.menu-item-has-children {
  margin-top: 30px;
}

.footerMenu li.menu-item-has-children:nth-child(1) .menu-item-has-children:nth-child(1),
.footerMenu>li.menu-item-has-children:nth-child(1),
/* .footerMenu>li.menu-item-has-children:nth-child(2),
.footerMenu>li.menu-item-has-children:nth-child(2) ul>li.menu-item-has-children, */
.footerMenu>li.menu-item-has-children:nth-child(3) ul>li.menu-item-has-children {
  margin-top: 0px;
}

.footerMenu>li.menu-item-has-children:nth-child(3) ul>li.menu-item-has-children {
  padding-top: 10px;
}

.footerMenu>li.menu-item-has-children:nth-child(3) ul>li.menu-item-has-children:nth-child(1) {
  padding-top: 0px;
}

.footerMenu .breakcol {
  -webkit-column-break-before: column;
  -moz-column-break-before: column;
  break-before: column;
  break-inside: avoid;
  margin-top: 0px !important;
}

.footerMenu li.menu-item-has-children>a,
.footerMenu > li > a  {
  color: #EB8B0C;
  font-weight: 500;
  display: block;
}

.footerMenu li.menu-item-has-children>a {
  padding-bottom: 5px;
}

.footerAdress strong {
  display: block;
  text-transform: uppercase;
  color: #EB8B0C;
  padding-bottom: 10px;
}

.footerAdress a {
  color: #fff;
  /* display: block; */
}

.footerAdress a:hover {
  color: #C0DAE7;
}

.socailLinks a {
  margin: 5px 10px 5px 0px
}

.socailLinks a svg {
  width: 40px;
  height: 40px;
}

.socailLinks a svg g path.hoverpath {
  fill: #fff;
  -webkit-transition: all .6s cubic-bezier(.16, .84, .44, 1);
  -moz-transition: all .6s cubic-bezier(.16, .84, .44, 1);
  -o-transition: all .6s cubic-bezier(.16, .84, .44, 1);
  transition: all .6s cubic-bezier(.16, .84, .44, 1);
  transition-timing-function: cubic-bezier(0.16, 0.84, 0.44, 1);
}

.socailLinks a:hover svg g path.hoverpath {
  fill: #EB8B0C;
}

.copyright {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(256, 256, 256, 0.4);
  padding-top: 20px;
}

.copyright>div {
  margin-right: 50px;
}

.pagenotFound {
  max-width: 600px;
  margin: 5vw auto;
  text-align: center;
}

.error {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 30px;
}

.number {
  font-weight: 900;
  font-size: 15rem;
  line-height: 1;
}

.illustration {
  position: relative;
  width: 12.2rem;
  margin: 0 2.1rem;
}

.circle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.2rem;
  height: 11.4rem;
  border-radius: 50%;
  background-color: #336B9F;
}

.clip {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  width: 12.5rem;
  height: 13rem;
  border-radius: 0 0 50% 50%;
}

.paper {
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 9.2rem;
  height: 12.4rem;
  border: 0.3rem solid #336B9F;
  background-color: #fff;
  border-radius: 0.8rem;
}

.paper::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  right: -0.8rem;
  width: 1.4rem;
  height: 1rem;
  background-color: #fff;
  border-bottom: 0.3rem solid #336B9F;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.face {
  position: relative;
  margin-top: 2.3rem;
}

.eyes {
  position: absolute;
  top: 0;
  left: 2.4rem;
  width: 4.6rem;
  height: 0.8rem;
}

.eye {
  position: absolute;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #EB8B0C;
  animation-name: eye;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.eye-left {
  left: 0;
}

.eye-right {
  right: 0;
}

@keyframes eye {
  0% {
    height: 0.8rem;
  }

  50% {
    height: 0.8rem;
  }

  52% {
    height: 0.1rem;
  }

  54% {
    height: 0.8rem;
  }

  100% {
    height: 0.8rem;
  }
}

.mouth {
  position: absolute;
  top: 3.1rem;
  left: 50%;
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #EB8B0C;
}

.text {
  margin-top: 5rem;
  font-weight: 300;
  color: #25305D;
}

.by {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  text-transform: uppercase;
  color: #25305D;
}

.byLink {
  color: $green;
}

.ginput_recaptcha {
  opacity: 0;
  visibility: hidden;
}

.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
  list-style: none;
  padding: 0px;
  text-align: center;
}

.bootstrap-datetimepicker-widget button {
  background-color: transparent !important
}

.timepicker table td {
  text-align: center;
  border: 0px;
  padding: 3px;
}

.timepicker table {
  border: 1px solid #25305D;
}

.picker-switch {
  display: none !important
}

.glyphicon-chevron-up {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #25305D;
}

.glyphicon-chevron-down {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #25305D;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #EB8B0C !important;
  padding: 12px 15px 8px 15px !important
}

.cli-switch input:checked+.cli-slider {
  background-color: #EB8B0C !important;
}

.wt-cli-ckyes-brand-logo {
  display: none !important
}

.cli-tab-container h4 {
  font-size: 24px !important
}





.locationMap
{
  width: 100%;
  padding: 70px 7vw;
  overflow: visible;
}
.locationMap .sectionsmallBigTitle
{
  text-align: left !important;
  margin-bottom: 50px;
}

.locationMap .pin{
  position: absolute;
cursor: pointer;
  display: block;
  z-index: 2;
  font-size: 0px;
  -webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.locationMap .pin.active{
  transform: scale(1.2);

}

.locationMap .pin.Office{
  width:50px;
      height:50px;
background: url('images/office-pin.svg');
background-repeat: no-repeat;
background-size: auto 90%;
background-position: center;
}
.locationMap .pin.Client{
  width:50px;
      height:50px;
background: url('images/client-pin.svg');
background-repeat: no-repeat;
background-size: auto 70%;
background-position: center;
}
.locationMap .mapContent
{
  position: relative;
}
.locationMap .pinch-zoom-container {
    height: 100% !important;
}
.locationMap .pinch-zoom-container .zoomPan {
    position: relative !important;
}

.mapcardHolder
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
  max-width: 460px;
  width: 100%;
display: none;

}

.mapcardHolder > div .close{
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(images/close-icon.svg);
  background-color: #183B61;
  border-radius: 25px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 0px;
  -webkit-transition: background-color linear 0.5s;
  transition: background-color linear 0.5s;
}
.mapcardHolder > div {
  height: 100%;
  position: relative;
  padding-bottom: 20px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  text-align: center;
}

.mapcardHolder > div .cardImage {
    position: relative;
    display: block;
    border-radius: 50px 50px 0 0;
    background-color: rgba(192, 218, 231, 0.30);
    overflow: hidden;
    margin-bottom: 0px;
}
.mapcardHolder > div .cardImage img{
  opacity: 1;
}

.mapcardHolder > div:hover .cardImage img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
.mapcardHolder > div .cardImage::before {
    content: '';
    display: block;
    position: relative;
    padding-top: 62%;
}

.mapcardHolder.stat > div .cardImage{
    position: relative;
    display: block;
    border-radius: 100%;
    background-color: none;
    overflow: hidden;
    margin-bottom: 0px;
    max-width: 250px;
    max-height: 250px;
    width: 100%;
    height: 100%;
    margin: calc(-25% - 10px) auto 0 auto;
    background: url('images/orange-curve.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.mapcardHolder.stat > div .cardImage::before {
    content: '';
    display: block;
    position: relative;
    padding-top: 100%;
}
.mapcardHolder.stat > div .cardImage img{
  margin: 0 auto;
  width: 50%;
height: 100%;
object-fit: contain;
  object-position: center;
}
.mapcardHolder > div .cardinfo {
    padding: 35px 30px 0 30px;
    font-size: 20px;
    line-height: 24px;
}
.mapcardHolder > div .cardinfo h2{
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}

.mapcardHolder > div .textLink {
    position: relative !important;
    /* bottom: 40px; */
    width: 100%;
    text-align: center;
}
