@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

@media (min-width: 991px) {
  body h1,
body .h1,
body h2,
body .h2 {
    line-height: 1.2;
  }
}

.a-blue-link {
  color: #023ed9;
}

.navbar-collapse .nav-inner {
  height: 90%;
}

.custom-title {
  font-size: 1.5rem;
}
@media (max-width: 575.98px) {
  .custom-title {
    font-size: 0.8rem;
  }
}

.home.nav-open .navbar-nav > .nav-item a,
.page.nav-open .navbar-nav > .nav-item a,
.single.nav-open .navbar-nav > .nav-item a,
.page-template.nav-open .navbar-nav > .nav-item a {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.28, 0.44, 0.49, 1), -webkit-transform 0.6s cubic-bezier(0.24, 0.002, 0.002, 1);
  transition: opacity 0.4s cubic-bezier(0.28, 0.44, 0.49, 1), -webkit-transform 0.6s cubic-bezier(0.24, 0.002, 0.002, 1);
  transition: opacity 0.4s cubic-bezier(0.28, 0.44, 0.49, 1), transform 0.6s cubic-bezier(0.24, 0.002, 0.002, 1);
  transition: opacity 0.4s cubic-bezier(0.28, 0.44, 0.49, 1), transform 0.6s cubic-bezier(0.24, 0.002, 0.002, 1), -webkit-transform 0.6s cubic-bezier(0.24, 0.002, 0.002, 1);
}
.home.nav-open .navbar-nav > .nav-item:after,
.page.nav-open .navbar-nav > .nav-item:after,
.single.nav-open .navbar-nav > .nav-item:after,
.page-template.nav-open .navbar-nav > .nav-item:after {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.28, 0, 0.49, 1), -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.002, 1);
  transition: opacity 0.2s cubic-bezier(0.28, 0, 0.49, 1), -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.002, 1);
  transition: opacity 0.2s cubic-bezier(0.28, 0, 0.49, 1), transform 0.6s cubic-bezier(0.42, 0, 0.002, 1);
  transition: opacity 0.2s cubic-bezier(0.28, 0, 0.49, 1), transform 0.6s cubic-bezier(0.42, 0, 0.002, 1), -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.002, 1);
}
.home .navbar-nav > .nav-item,
.page .navbar-nav > .nav-item,
.single .navbar-nav > .nav-item,
.page-template .navbar-nav > .nav-item {
  width: 100%;
  position: relative;
  border: none;
}
.home .navbar-nav > .nav-item a,
.page .navbar-nav > .nav-item a,
.single .navbar-nav > .nav-item a,
.page-template .navbar-nav > .nav-item a {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
}
.home .navbar-nav > .nav-item:after,
.page .navbar-nav > .nav-item:after,
.single .navbar-nav > .nav-item:after,
.page-template .navbar-nav > .nav-item:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.07rem;
  background: #2a2a2d;
  transition-delay: 0s;
  opacity: 1;
  transform: none;
  transition: opacity 0.2s cubic-bezier(0.28, 0, 0.49, 1), -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.002, 1);
  transition: opacity 0.2s cubic-bezier(0.28, 0, 0.49, 1), transform 0.6s cubic-bezier(0.42, 0, 0.002, 1);
  transition: opacity 0.2s cubic-bezier(0.28, 0, 0.49, 1), transform 0.6s cubic-bezier(0.42, 0, 0.002, 1), -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.002, 1);
  -webkit-transform-origin: 0 -50%;
  transform-origin: 0 -50%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.home .navbar-nav > .nav-item:first-child:after,
.page .navbar-nav > .nav-item:first-child:after,
.single .navbar-nav > .nav-item:first-child:after,
.page-template .navbar-nav > .nav-item:first-child:after {
  transition-delay: 0.08s;
}
.home .navbar-nav > .nav-item:nth-child(2):after,
.page .navbar-nav > .nav-item:nth-child(2):after,
.single .navbar-nav > .nav-item:nth-child(2):after,
.page-template .navbar-nav > .nav-item:nth-child(2):after {
  transition-delay: 0.16s;
}
.home .navbar-nav > .nav-item:nth-child(3):after,
.page .navbar-nav > .nav-item:nth-child(3):after,
.single .navbar-nav > .nav-item:nth-child(3):after,
.page-template .navbar-nav > .nav-item:nth-child(3):after {
  transition-delay: 0.16s;
}
.home .navbar-nav > .nav-item:nth-child(4):after,
.page .navbar-nav > .nav-item:nth-child(4):after,
.single .navbar-nav > .nav-item:nth-child(4):after,
.page-template .navbar-nav > .nav-item:nth-child(4):after {
  transition-delay: 0.32s;
}
.home .navbar-nav > .nav-item:nth-child(5):after,
.page .navbar-nav > .nav-item:nth-child(5):after,
.single .navbar-nav > .nav-item:nth-child(5):after,
.page-template .navbar-nav > .nav-item:nth-child(5):after {
  transition-delay: 0.4s;
}

.robo-block {
  padding: 68px 0 80px;
}
@media (max-width: 640px) {
  .robo-block .btn.btn-secondary {
    display: block;
    width: 100%;
    max-width: 240px;
  }
}
.robo-block .div_btn a {
  margin: 0 8px;
}
@media (max-width: 769px) {
  .robo-block .div_btn a {
    margin: 21px auto;
  }
}
.robo-block .div_btn .btn.btn-secondary {
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.1em;
}
.robo-block .div_btn .btn.btn-secondary.white_tr {
  color: #023ed9;
  background: #ffffff;
  border-color: #023ed9;
}
.robo-block .div_btn .btn.btn-secondary.white_tr:hover {
  background: #023ed9;
  color: #ffffff;
}

.btn.btn-secondary.red {
  color: #fff;
  background: #e21212;
  border-color: #f00a0a;
}
.btn.btn-secondary.red:hover {
  background: #f00a0a;
}
.btn.btn-outline-primary.blue {
  border-width: 2px;
  padding: 16px 30px !important;
  margin-left: 20px;
  color: #0230a6;
  background: white;
  border-color: #0230a6;
}
@media (max-width: 640px) {
  .btn.btn-outline-primary.blue {
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    margin-top: 25px;
  }
}
.btn.btn-outline-primary.blue:hover {
  color: white;
  background: #023ed9;
}

.navbar #menu-footer-company li {
  padding: 7px 0;
}
.navbar #menu-footer-company li:last-of-type {
  padding-bottom: 20px;
}
.navbar #menu-footer-company li a {
  color: #000000;
}

#header .logo a svg {
  clip-path: url(#cross);
  -webkit-clip-path: url(#cross);
}

.navbar-nav .sub-menu .image-holder a:after {
  display: none;
}

.category .top-nav li a,
.page .top-nav li a,
.single .top-nav li a,
.home .top-nav li a {
  padding: 5px 8px;
}
@media (max-width: 1235px) {
  .category .top-nav li a,
.page .top-nav li a,
.single .top-nav li a,
.home .top-nav li a {
    padding: 5px 4px;
  }
}
@media (max-width: 1015px) {
  .category .top-nav li a,
.page .top-nav li a,
.single .top-nav li a,
.home .top-nav li a {
    padding: 5px 3px;
  }
}

.category .blog-section .row .col-md-6 {
  height: 90%;
}
@media (min-width: 640px) {
  .category .blog-section .row .col-md-6:nth-child(odd) {
    border-right: 1px solid #cbcbcb;
  }
}
@media (max-width: 765px) {
  .category .blog-section .row .col-md-6:nth-child(odd) {
    border-right: none;
  }
}
@media (min-width: 640px) {
  .category .blog-section .row.second_l .col-md-6:nth-child(even) {
    border-right: 1px solid #cbcbcb;
  }
}
@media (min-width: 640px) {
  .category .blog-section .row.second_l .col-md-6:nth-child(odd) {
    border-right: none;
  }
}
.category .blog-section > .row {
  border-top: none;
}
.category .text-holder {
  height: 185px;
}
@media (max-width: 990px) {
  .category .text-holder {
    height: 275px;
  }
}
@media (max-width: 765px) {
  .category .text-holder {
    height: 170px;
  }
}

@media (min-width: 991.98px) {
  .capabilities-block .capabilities-holder .slick-slide .card-header button {
    padding: 10px 0 10px 30px;
  }
}
.banner_main_text {
  text-align: center;
  font-weight: 100;
  font-size: 32px;
  margin-bottom: 20px !important;
}
@media (max-width: 991.98px) {
  .banner_main_text {
    font-size: 20px;
  }
}

.banner_secondary_text {
  text-align: center;
  font-size: 19px;
}
@media (max-width: 991.98px) {
  .banner_secondary_text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .banner_secondary_text {
    font-size: 17px;
  }
}

.demo-block .contact-form .custom-select {
  max-width: 100%;
}
@media (max-width: 450px) {
  .demo-block #ml-block-form {
    padding-top: 70px;
  }
}
.demo-block .btn.btn-gray {
  margin-top: 20px;
}
@media (max-width: 769px) {
  .demo-block .btn.btn-gray {
    margin-top: 20px;
  }
}

.contact-page .wpcf7-not-valid-tip {
  font-size: 0.8em !important;
}
.contact-page #header .logo .logo-white {
  display: none;
}
.contact-page #header .logo .logo-blue {
  display: block;
}
.contact-page .nav-down .top-nav li a {
  color: #000000;
}
.contact-page .top-links li a,
.contact-page .top-nav li a,
.contact-page .page-template-page-invest .nav-down .top-links li a,
.contact-page .nav-down .top-links li a {
  color: #000000;
}
.contact-page li.current-menu-item a, .contact-page li.active a {
  color: #023ed9;
}
.contact-page .top-links li.current-menu-item a, .contact-page .top-links li.active a, .contact-page .top-links li:hover a {
  color: #023ed9 !important;
}
.contact-page .top-nav li a {
  padding: 5px 8px;
}
@media (max-width: 1235px) {
  .contact-page .top-nav li a {
    padding: 5px 4px;
  }
}
@media (max-width: 1015px) {
  .contact-page .top-nav li a {
    padding: 5px 3px;
  }
}
.contact-page .wpcf7-response-output {
  margin-top: -25px !important;
  font-size: larger !important;
}

.wpcf7 form .wpcf7-response-output {
  border-color: #023ed9;
  margin: 0;
  padding: 0.2em 0.5em;
  text-align: left;
  position: relative;
  left: -9px;
  max-width: 581px;
  border-radius: 8px;
  font-size: 16px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: red;
  margin: 0;
  padding: 0.2em 0.5em;
  text-align: left;
  position: relative;
  left: -9px;
  max-width: 581px;
  border-radius: 8px;
  font-size: 16px;
}

.home .updates-block .card-footer .link {
  display: flex;
}

.updates-block h2 {
  margin: 20px 0 48px;
}
@media (max-width: 769px) {
  .updates-block .page-title h1 {
    padding-bottom: 30px;
  }
}
.updates-block.next-posts {
  position: relative;
}
.updates-block.next-posts .container-fluid:before {
  display: block;
  left: 20px;
  height: 1px;
  right: 20px;
  content: "";
  position: absolute;
  background: #191919;
}
.updates-block .card-footer .link {
  display: none;
}
.updates-block .blogs a {
  color: #fff;
  background: #023ed9;
  border-color: #023ed9;
  padding: 8px 18px !important;
}
.updates-block .press-releases-anch a:first-of-type,
.updates-block .events-anch a:first-of-type {
  margin-left: 10px;
}
.updates-block .press-releases-anch a:hover,
.updates-block .events-anch a:hover {
  color: #fff;
  background: #023ed9;
  border-color: #023ed9;
}

.list-block .press-release .button.btn-black {
  color: #000000;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
}
@media (max-width: 640px) {
  .list-block .press-release .button.btn-black {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
  }
}
.list-block .press-release .button.btn-black span {
  padding-left: 10px;
}
@media (max-width: 640px) {
  .list-block .press-release .button.btn-black span img {
    width: 12px;
  }
}
.list-block .press-release tr td {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (max-width: 769px) {
  .list-block .press-release tr td {
    padding-top: 10px;
    padding-bottom: 36px;
  }
}

.banner .description {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.14) 100%);
}

.home #header {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
}
@media (max-width: 768px) {
  .home #header {
    background: none;
  }
}
@media (max-width: 1024px) {
  .home .visual {
    max-height: 80vh;
  }
}
@media (max-width: 768px) {
  .home .visual {
    max-height: 70vh;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .home .visual {
    max-height: 400vh;
  }
}
@media (max-width: 640px) {
  .home .visual .wrapper_banner_content {
    background: rgba(24, 24, 24, 0.55);
    backdrop-filter: blur(40px);
    border-radius: 10px;
    padding: 30px 20px;
    margin: 0 20px;
  }
}
.home .visual svg {
  margin: 0 0 0 -8px !important;
  width: calc(100% + 15px) !important;
  position: relative;
  top: -0.62px;
}
.home .visual .buttons-layout {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  .home .visual .buttons-layout {
    flex-direction: column;
    align-items: center;
  }
}
.home .visual .banner_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .home .visual .banner_image {
    height: 120%;
  }
}
.home .visual .banner_image .wrapper_banner_hero {
  max-width: 80%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 20%);
}
@media (max-width: 450px) {
  .home .visual .banner_image .wrapper_banner_hero {
    max-width: 300px;
    margin: 30px auto;
    transform: unset;
    position: static;
  }
}
.home .visual .banner_image .wrapper_banner_hero .visual-bottom {
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .home .visual .banner_image .wrapper_banner_hero .visual-bottom {
    padding-top: 25px;
  }
}
@media (max-width: 767.98px) {
  .home .visual .banner_image .wrapper_banner_hero .visual-bottom {
    padding-top: 20px;
  }
}
@media (max-width: 450.98px) {
  .home .visual .banner_image .wrapper_banner_hero .visual-bottom {
    padding-top: 0px;
  }
}
.home .visual .banner_image .wrapper_banner_hero .text-box {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  padding: 0px 35px 0px 35px;
}
@media (max-width: 991.98px) {
  .home .visual .banner_image .wrapper_banner_hero .text-box {
    padding: 30px 35px 0px 35px;
  }
}
@media (max-width: 450.98px) {
  .home .visual .banner_image .wrapper_banner_hero .text-box {
    padding: 30px 5px 0px 5px;
  }
}
.home .visual .banner_image .wrapper_banner_hero .text-box h1 {
  margin-bottom: 20px;
}
.home .visual .banner_image .wrapper_banner_hero .text-box p {
  margin-bottom: 0;
}
.home .visual .banner_image .wrapper_banner_hero .text-box h1,
.home .visual .banner_image .wrapper_banner_hero .text-box h2,
.home .visual .banner_image .wrapper_banner_hero .text-box h3,
.home .visual .banner_image .wrapper_banner_hero .text-box h4,
.home .visual .banner_image .wrapper_banner_hero .text-box h5,
.home .visual .banner_image .wrapper_banner_hero .text-box h6,
.home .visual .banner_image .wrapper_banner_hero .text-box p {
  color: white;
}
@media (max-width: 769px) {
  .home .visual .banner_image .wrapper_banner_hero .text-box h1,
.home .visual .banner_image .wrapper_banner_hero .text-box h2,
.home .visual .banner_image .wrapper_banner_hero .text-box h3,
.home .visual .banner_image .wrapper_banner_hero .text-box h4,
.home .visual .banner_image .wrapper_banner_hero .text-box h5,
.home .visual .banner_image .wrapper_banner_hero .text-box h6,
.home .visual .banner_image .wrapper_banner_hero .text-box p {
    max-width: 300px;
    margin: 0 auto;
  }
}
.home .visual .banner_image .wrapper_banner_hero .text-box h1 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-align: left;
}
@media (max-width: 769px) {
  .home .visual .banner_image .wrapper_banner_hero .text-box h1 {
    line-height: 40px;
    font-size: 30px;
  }
}
.home .visual .banner_image .wrapper_banner_hero .buttons-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 10px;
  width: 350px;
}
@media (max-width: 991.98px) {
  .home .visual .banner_image .wrapper_banner_hero .buttons-holder {
    width: 230px;
  }
}
@media (max-width: 767.98px) {
  .home .visual .banner_image .wrapper_banner_hero .buttons-holder {
    margin-bottom: 10px;
  }
}
.home .visual .banner_image .wrapper_banner_hero .buttons-holder .aside_text_btn {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
  font-size: 19px;
  width: 310px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .home .visual .banner_image .wrapper_banner_hero .buttons-holder .aside_text_btn {
    font-size: 14px;
    width: 222px;
    line-height: 1.5;
  }
}
@media (max-width: 450.98px) {
  .home .visual .banner_image .wrapper_banner_hero .buttons-holder .aside_text_btn {
    font-size: 16px;
    width: 270px;
    line-height: 1.5;
  }
}
.home .visual .banner_image .wrapper_banner_hero .buttons-holder .hero_btn {
  border-width: 2px;
  padding: 10px 15px !important;
  min-height: 55px;
  min-width: 210px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
@media (max-width: 991.98px) {
  .home .visual .banner_image .wrapper_banner_hero .buttons-holder .hero_btn {
    min-height: 30px;
    min-width: 175px;
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 767.98px) {
  .home .visual .banner_image .wrapper_banner_hero .buttons-holder .hero_btn {
    min-width: 150px;
    font-size: 12px;
    margin-top: 8px;
  }
}
.home .visual .banner_image .wrapper_banner_hero .buttons-holder .hero_btn__extra {
  border-color: unset;
  border: 2px solid transparent;
  background: transparent;
}
.home .visual .banner_image .wrapper_banner_hero .buttons-holder .hero_btn__extra:hover {
  color: #000;
  background: transparent;
  border-color: white;
}
.home .visual #banner-video {
  position: relative;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 1024px) {
  .home .visual #banner-video {
    object-position: -300px 0px;
  }
}
@media (max-width: 768px) {
  .home .visual #banner-video {
    max-height: 700px;
    bottom: -80px;
    object-position: -200px 0px;
  }
}
@media (max-width: 450px) {
  .home .visual #banner-video {
    max-height: 450px;
    bottom: -75px;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .home .visual #banner-video {
    max-height: 1000px;
    object-position: -300px -230px;
  }
}
.home .visual .info-box {
  position: absolute;
  left: 5%;
  top: 13%;
  padding: 30px;
  backdrop-filter: blur(40px);
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 2;
  background: rgba(24, 24, 24, 0.55);
}
@media (max-width: 1024px) {
  .home .visual .info-box {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .home .visual .info-box {
    width: 40%;
  }
}
@media (max-width: 450px) {
  .home .visual .info-box {
    width: 51%;
    padding: 15px;
  }
}
@media (max-width: 400px) {
  .home .visual .info-box {
    width: 56%;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .home .visual .info-box {
    top: 35%;
  }
}
.home .visual .info-box .text {
  text-transform: uppercase;
  font-size: 35px;
  color: white;
  font-weight: 100;
  text-shadow: 0px 2px 15px #000;
}
.home .visual .info-box .text p {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .home .visual .info-box .text {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .home .visual .info-box .text {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  .home .visual .info-box .text {
    font-size: 14px;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .home .visual .info-box .text {
    font-size: 1.2rem;
  }
}
.home .visual .info-box .middle-section {
  border-bottom: solid thin white;
}
.home .visual .info-box .middle-section .image {
  margin-left: 25px;
  width: 35%;
}
@media (max-width: 768px) {
  .home .visual .info-box .middle-section .image {
    width: 30%;
  }
}
@media (max-width: 450px) {
  .home .visual .info-box .middle-section .image {
    margin-left: 10px;
    width: 40%;
  }
}
.home .visual .info-box .button {
  margin-top: 1.5rem;
}
@media (max-width: 450px) {
  .home .visual .info-box .button {
    margin-top: 1rem;
  }
}
@media (max-width: 450px) {
  .home .visual .info-box .button .btn {
    padding: 10px 15px;
  }
}
.home .visual .down-arrow {
  position: absolute;
  width: 3%;
  height: 2%;
  bottom: 3%;
  left: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .home .visual .down-arrow {
    width: 3%;
    bottom: 23%;
  }
}
@media (max-width: 768.99px) {
  .home .visual .down-arrow {
    display: none;
  }
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
  .home .visual .down-arrow {
    display: none;
  }
}

.wrapper_banner_content {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  --blue: #023ed9;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #191919;
  --primary: #023ed9;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #191919;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --wp-admin-theme-color: #007cba;
  --wp-admin-theme-color-darker-10: #006ba1;
  --wp-admin-theme-color-darker-20: #005a87;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.867;
  color: #212529;
  font-family: "Open Sans", sans-serif;
  list-style: none;
  cursor: grab;
  text-align: left;
  -webkit-box-direction: normal !important;
  box-sizing: border-box;
  z-index: 2;
  background: rgba(24, 24, 24, 0.55);
  backdrop-filter: blur(40px);
  border-radius: 10px;
  max-width: 506px;
  padding: 43px;
  height: auto;
  position: relative;
  left: 5%;
  top: 6%;
}
.wrapper_banner_content .btn-primary {
  margin-right: 10px;
}
@media (min-width: 1200px) {
  .wrapper_banner_content {
    min-height: 410px;
  }
}
@media (max-width: 1199.98px) {
  .wrapper_banner_content {
    max-width: 410px;
    max-height: 410px;
    padding: 30px;
  }
}
@media (max-width: 991.98px) {
  .wrapper_banner_content {
    max-width: 380px;
    max-height: 350px;
  }
}
@media (max-width: 767.98px) {
  .wrapper_banner_content {
    width: 300px;
    height: 260px;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content {
    width: 221px;
    height: 182px;
    padding: 20px;
  }
}
.wrapper_banner_content .greybox-title {
  font-size: 30px !important;
}
@media (max-width: 1199.98px) {
  .wrapper_banner_content .greybox-title {
    font-size: 24px !important;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .wrapper_banner_content .greybox-title {
    font-size: 20px !important;
    line-height: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767.98px) {
  .wrapper_banner_content .greybox-title {
    font-size: 18px !important;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .greybox-title {
    font-size: 14px !important;
    line-height: 16px;
    margin-bottom: 0px;
  }
}
.wrapper_banner_content .greybox-description {
  font-size: 18px !important;
}
@media (max-width: 1199.98px) {
  .wrapper_banner_content .greybox-description {
    font-size: 14px !important;
    margin-bottom: 25px !important;
  }
}
@media (max-width: 991.98px) {
  .wrapper_banner_content .greybox-description {
    font-size: 14px !important;
    margin-bottom: 22px !important;
  }
}
@media (max-width: 767.98px) {
  .wrapper_banner_content .greybox-description {
    font-size: 12px !important;
    margin-bottom: 20px !important;
    min-width: 215px;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .greybox-description {
    font-size: 8px !important;
    margin-bottom: 5px !important;
    min-width: 175px;
  }
}
.wrapper_banner_content .grey-block {
  font-size: 20px !important;
}
@media (max-width: 991.98px) {
  .wrapper_banner_content .grey-block {
    font-size: 12px !important;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .grey-block {
    font-size: 10px !important;
  }
}
.wrapper_banner_content .left-btn {
  margin-right: 10px;
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .left-btn {
    margin-right: 2px;
  }
}
@media (max-width: 1199.98px) {
  .wrapper_banner_content .btn {
    font-size: 12px !important;
    padding: 12px 25px !important;
  }
}
@media (max-width: 991.98px) {
  .wrapper_banner_content .btn {
    font-size: 10px !important;
    padding: 10px 20px !important;
  }
}
@media (max-width: 767.98px) {
  .wrapper_banner_content .btn {
    font-size: 8px !important;
    padding: 8px 15px !important;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .btn {
    font-size: 6px !important;
    padding: 2px 8px !important;
    border-width: 1px !important;
  }
}
.wrapper_banner_content .btn-primary {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .wrapper_banner_content .btn-primary {
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .wrapper_banner_content .btn-primary {
    margin-right: 10px;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .btn-primary {
    margin-right: 5px;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .k5 .info-list {
    margin: 15px 0px !important;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .k1 .info-list {
    margin: 10px 0px !important;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .ebt .info-list {
    margin: 15px 0px !important;
  }
}
.wrapper_banner_content .info-list {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .wrapper_banner_content .info-list {
    margin-bottom: 18px !important;
    padding-bottom: 0px;
  }
}
@media (min-width: 575.98px) {
  .wrapper_banner_content .info-list {
    min-width: 250px;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .info-list {
    margin-bottom: 10px !important;
    padding-bottom: 0px;
  }
}
@media (min-width: 575.98px) {
  .wrapper_banner_content .text-box {
    min-width: 250px;
    max-width: 500px;
  }
}
.wrapper_banner_content .greybox-left {
  text-align: left;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .wrapper_banner_content .greybox-left {
    padding: 5px 15px 5px 0px !important;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .greybox-left {
    padding: 5px 10px 5px 0px !important;
  }
}
.wrapper_banner_content .greybox-right {
  text-align: left;
  padding-left: 30px;
}
@media (max-width: 991.98px) {
  .wrapper_banner_content .greybox-right {
    padding: 5px 0px 5px 10px;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .greybox-right {
    padding: 5px 0px 5px 10px;
  }
}
.wrapper_banner_content .greybox-text {
  font-size: 14px !important;
}
@media (max-width: 991.98px) {
  .wrapper_banner_content .greybox-text {
    font-size: 11px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .greybox-text {
    font-size: 8px !important;
    margin-bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .wrapper_banner_content .buttons-holder {
    min-width: 350px;
  }
}
@media (max-width: 991.98px) {
  .wrapper_banner_content .buttons-holder {
    min-width: 330px;
  }
}
@media (max-width: 767.98px) {
  .wrapper_banner_content .buttons-holder {
    min-width: 280px;
  }
}
@media (max-width: 575.98px) {
  .wrapper_banner_content .buttons-holder {
    min-width: 250px;
  }
}

#main {
  height: 100%;
}

.ki-float {
  visibility: visible;
  position: fixed;
  bottom: 12px;
  left: 24px;
  z-index: 8;
  color: #002AB8;
}

#cm-popup-overlay {
  background: rgba(0, 0, 0, 0.73) !important;
}
#cm-popup-overlay .js-app > div {
  background: white;
  border: 1px solid;
}
#cm-popup-overlay #cmsgpf-close-btn {
  margin-right: 20px !important;
}
#cm-popup-overlay #cm-popup-iframe .l-center-container h1 {
  color: #ffffff !important;
}

.page-template-page #wrapper {
  padding: 0;
}
.page-template-page #header {
  background: transparent;
}
.page-template-page .logo-white {
  display: none;
}
.page-template-page .logo-blue {
  display: block;
}
.page-template-page.nav-down .top-links li a {
  color: #ffffff;
}
.page-template-page #header .nav-down.fixed .logo-blue {
  display: block;
}
.page-template-page .top-nav li.current-menu-item a, .page-template-page .top-nav li.active a, .page-template-page .top-nav li:hover a {
  background: #023ed9;
  color: white;
}

.page-template-page-custom-banner .banner {
  height: 430px;
}
@media (max-width: 1124px) {
  .page-template-page-custom-banner .banner {
    height: 355px;
  }
}
@media (max-width: 991.98px) {
  .page-template-page-custom-banner .banner {
    height: 270px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-custom-banner .banner {
    height: 155px;
  }
}
@media (max-width: 400px) {
  .page-template-page-custom-banner .banner {
    height: 142px;
  }
}
.page-template-page-custom-banner .bottom-banner {
  background-size: cover;
  height: 430px;
}
@media (max-width: 1220px) {
  .page-template-page-custom-banner .bottom-banner {
    height: 370px;
  }
}
@media (max-width: 800px) {
  .page-template-page-custom-banner .bottom-banner {
    height: 270px;
  }
}
@media (max-width: 500px) {
  .page-template-page-custom-banner .bottom-banner {
    height: 170px;
  }
}

.home-page .logo-white,
.contact-page .logo-white,
.roi-page .logo-white {
  display: block;
}

.demo-page .banner .description,
.page-id-743 .banner .description,
.page-template-page .banner .description {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.demo-page .required {
  border-bottom: 1px solid red !important;
}
.demo-page .required-border {
  border: 1px solid red;
}
.demo-page .top-nav li a {
  padding: 5px 8px;
}
@media (max-width: 1235px) {
  .demo-page .top-nav li a {
    padding: 5px 4px;
  }
}
@media (max-width: 1015px) {
  .demo-page .top-nav li a {
    padding: 5px 3px;
  }
}
.demo-page .banner h1 {
  text-shadow: 0px 2px 10px #000;
}
.demo-page .banner .text-box p {
  text-shadow: 0px 3px 4px #000;
}
@media (max-width: 1025px) {
  .demo-page .banner .description {
    padding-top: 0;
  }
}
.demo-page .demo-block h2 {
  margin: 0;
}
.demo-page .demo-block h6 {
  margin: 10px 0 20px;
  font-weight: 400;
}
@media (max-width: 450px) {
  .demo-page .demo-block .text-center {
    text-align: left !important;
  }
}
.demo-page .demo-block .list {
  margin: 20px 0;
}
@media (min-width: 1199.98px) {
  .demo-page .demo-block .list {
    margin: 44px 0;
  }
}
@media (max-width: 995px) {
  .demo-page .demo-block .info {
    padding: 0px 60px 0px 20px;
  }
}
@media (max-width: 768px) {
  .demo-page .demo-block .form {
    padding-top: 0px;
  }
}
@media (max-width: 1024px) {
  .demo-page .demo-block .col-border:after {
    left: 56%;
  }
}
@media (max-width: 1024px) {
  .demo-page .gsa img {
    max-width: 60%;
  }
}
@media (max-width: 750px) {
  .demo-page .form-group {
    margin-top: 3rem;
  }
}
.demo-page .contact-form .btn {
  margin: 0;
}

.page-template-page-news-and-events .updates-block .current a:hover {
  color: #fff;
  background: #023ed9;
  border-color: #023ed9;
}
.page-template-page-news-and-events .updates-block .not-current a {
  color: #191919;
  background: none;
  border-color: none;
}

.page-template-page-DCD-demo #header {
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.page-template-page-DCD-demo #header .logo .logo-blue {
  display: none;
}
.page-template-page-DCD-demo #header .logo .logo-white {
  display: block;
}
.page-template-page-DCD-demo #header ul#menu-main-menu a {
  color: white;
}
.page-template-page-DCD-demo #header .top-nav li a {
  color: white;
}
.page-template-page-DCD-demo #header .navbar-toggler .bar {
  background: white;
}
.page-template-page-DCD-demo .banner {
  background-position: center;
}
@media (max-width: 1024px) {
  .page-template-page-DCD-demo .banner {
    background-position: top;
    height: 410px;
  }
}
@media (max-width: 768px) {
  .page-template-page-DCD-demo .banner {
    height: 400px;
  }
}
.page-template-page-DCD-demo .DCD-container img {
  max-width: 20%;
  float: left;
  padding: 5px 15px 5px 0 !important;
}
.page-template-page-DCD-demo .demo-block {
  padding-bottom: 0;
}
.page-template-page-DCD-demo .demo-block .form-column .contact-form {
  padding: 0;
  margin: 0 0 0 0px !important;
}
.page-template-page-DCD-demo .demo-block .form-group {
  margin-bottom: 0;
}
.page-template-page-DCD-demo .demo-block .form-group .required {
  border-bottom: 1px solid red !important;
}
.page-template-page-DCD-demo .demo-block .form-group .required-border {
  border: 1px solid red;
}
.page-template-page-DCD-demo h1 {
  color: #002bb8;
}
.page-template-page-DCD-demo .description {
  font-size: 1.15rem;
}
.page-template-page-DCD-demo .main-title {
  padding: 5rem 0 2rem 0;
}
.page-template-page-DCD-demo .top-image {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-template-page-DCD-demo .bottom-image {
  padding-bottom: 5rem;
  height: auto;
}
@media (min-width: 1200px) {
  .page-template-page-DCD-demo .bottom-image {
    margin-left: -105px;
    max-width: 115%;
  }
}
@media (max-width: 1024px) {
  .page-template-page-DCD-demo .right-content {
    padding-bottom: 3rem;
  }
}
.page-template-page-DCD-demo .right-content p {
  margin: 0 0 40px;
}
@media (min-width: 980.99px) {
  .page-template-page-DCD-demo .right-content p {
    margin: 0 0 60px;
  }
}
.page-template-page-DCD-demo .right-content .title {
  font-weight: normal;
  font-weight: 500;
}
@media (min-width: 450px) {
  .page-template-page-DCD-demo .right-content .title {
    text-align: center;
  }
}
.page-template-page-DCD-demo .right-content .content {
  font-weight: 300;
  font-size: larger;
  line-height: 2;
}
@media (min-width: 450px) {
  .page-template-page-DCD-demo .right-content .content {
    padding: 0px 25px 0 50px;
  }
}
@media (min-width: 1200px) {
  .page-template-page-DCD-demo .right-content .content {
    padding: 0 45px 0 60px;
  }
}

.page-template-page-pricing .top-padding {
  padding-top: 4rem;
}
@media (max-width: 990px) {
  .page-template-page-pricing .image-section {
    justify-content: center !important;
  }
}
.page-template-page-pricing .gsa {
  max-width: 90%;
}
@media (max-width: 1024px) {
  .page-template-page-pricing .gsa img {
    max-width: 60%;
  }
}

.subscription-form #form-inn {
  width: 98%;
}
.subscription-form #form-inn.placeHolder::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.subscription-form #form-inn.placeHolder:-webkit-autofill, .subscription-form #form-inn.placeHolder:-webkit-autofill:hover, .subscription-form #form-inn.placeHolder:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  transition: background-color 5000s ease-in-out 0s;
  padding: 0 9px;
}

.contact-page .form-group select {
  word-wrap: normal;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
}
.contact-page #wrapper,
.contact-page #header {
  background: #ffffff;
}
@media (min-width: 1199.98px) {
  .contact-page .contact-form {
    margin: 0 0 0 0px;
  }
}
.contact-page .contact-block {
  background: #ffffff;
}
.contact-page .contact-block p {
  margin: 10px auto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.01em;
  text-align: left;
}
@media (min-width: 1024px) {
  .contact-page .contact-block .padd-bb {
    margin-bottom: 80px;
  }
}
.contact-page .contact-block .padd-bb .content-rrr {
  padding-top: 20px;
}
.contact-page .contact-block #insightly_phonenumber.form-control {
  width: 100%;
}
.contact-page .contact-block .embed-responsive-16by9:before {
  padding-top: 30.25%;
}
@media (min-width: 1200px) {
  .contact-page .contact-block {
    padding: 49px 0 30px;
  }
}
.contact-page .contact-block .title {
  color: #000000;
}
.contact-page .contact-block .text-black {
  color: #000000;
}
.contact-page .contact-block .contact-list .title {
  color: #000000;
}
.contact-page .contact-block .contact-list li a {
  color: #000000;
}
.contact-page .contact-block .contact-form .form-control {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.contact-page .contact-block .contact-form .form-control::placeholder {
  color: #000000;
  opacity: 1;
}
.contact-page .contact-block .contact-form .form-control:-ms-input-placeholder, .contact-page .contact-block .contact-form .form-control::-ms-input-placeholder {
  color: #000000;
}
.contact-page .contact-block .contact-form textarea.form-control {
  background-color: #f5f5f5;
}
.contact-page .contact-block .embed-responsive {
  position: relative;
}
.contact-page .contact-block .embed-responsive .embed-responsive-item,
.contact-page .contact-block .embed-responsive iframe,
.contact-page .contact-block .embed-responsive embed,
.contact-page .contact-block .embed-responsive object,
.contact-page .contact-block .embed-responsive video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
  max-width: 1024px !important;
}
@media (min-width: 1200px) {
  .contact-page .contact-block .image-holder {
    margin: 0 0px 32px;
    padding: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 769px) {
  .contact-page .contact-block .image-holder img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
}

.page-template-page-investor .banner {
  height: 90vh;
  background-position: 50% 56%;
}
@media (max-width: 1024px) {
  .page-template-page-investor .banner {
    height: 50vh;
  }
}
@media (max-width: 768px) {
  .page-template-page-investor .banner {
    height: 45vh;
  }
}
@media (max-width: 450px) {
  .page-template-page-investor .banner {
    height: 33vh;
  }
}
.page-template-page-investor .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.page-template-page-investor .embed-container iframe,
.page-template-page-investor .embed-container object,
.page-template-page-investor .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-page-advisors p {
  line-height: 1.5;
}
.page-template-page-advisors .advisor-container {
  padding-bottom: 2rem;
}
.page-template-page-advisors .advisor-container img {
  max-width: 20%;
  float: left;
  padding: 5px 15px 5px 0 !important;
}
.page-template-page-advisors .buttons-block {
  margin-bottom: 4rem;
}
.page-template-page-advisors .buttons-block .btn {
  margin: 0px 85px 45px;
  min-width: 160px;
}

.page-template-page-crime h2, .page-template-page-crime h3 {
  font: 600 24px/30px "Open Sans", sans-serif;
}
@media (min-width: 990px) {
  .page-template-page-crime h2, .page-template-page-crime h3 {
    font: 600 30px/40px "Open Sans", sans-serif;
  }
}

@media (min-width: 769px) {
  .updates-block .card .image-holder img {
    width: 100% !important;
    object-fit: cover !important;
    max-height: 275px !important;
    max-width: 483px !important;
    height: 100vh !important;
  }
}
.updates-block .card p {
  margin: 0;
}
.updates-block .card.featured-post {
  border-bottom: 1px solid #191919;
  border-radius: 0;
}
@media (min-width: 769px) {
  .updates-block .card.featured-post .image-holder img {
    width: 100% !important;
    object-fit: cover !important;
    max-height: 100% !important;
    max-width: 475px !important;
    height: 100vh !important;
  }
}
@media (min-width: 1200px) {
  .updates-block .card.featured-post {
    margin: 50px 0 30px;
  }
}

.wrapp_text_bel {
  min-height: 160px;
}

@media (min-width: 768px) {
  .ajaxLoad .row .col-md-6:nth-child(odd) {
    border-left: 1px solid #cbcbcb;
    height: 90%;
  }
}
@media (min-width: 640px) {
  .ajaxLoad .row.second_l .col-md-6:nth-child(even) {
    border-left: 1px solid #cbcbcb;
    height: 90%;
  }
}
@media (min-width: 640px) {
  .ajaxLoad .row.second_l .col-md-6:nth-child(odd) {
    border-left: none;
  }
}
.ajaxLoad > .row {
  border-top: none;
}

#newsVideo,
.newsVideo {
  max-width: 656px;
  max-height: 364px;
  object-fit: contain;
  height: 100%;
  object-position: top;
  margin: 0 auto;
  width: 100%;
}

.updates-block .search-over-content .ajaxLoad .card .image-holder {
  position: relative;
}
.updates-block .search-over-content .ajaxLoad .card .image-holder .video-btn-ks {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block !important;
  background: blue;
  padding: 20px;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50px;
  cursor: pointer;
}
.updates-block .search-over-content .ajaxLoad .card .image-holder .video-btn-ks img {
  transition: 0.2 all;
  width: 20px !important;
  height: 20px !important;
  min-height: auto !important;
  object-fit: none !important;
  position: relative;
  top: -3px;
}
.updates-block .card .wrapp_text_bel h3 a {
  min-height: 70px;
}

@media (min-width: 769px) {
  .page-template-page-fun-stuff .updates-block .card.featured-post .image-holder img,
.archive .updates-block .card.featured-post .image-holder img,
.page-template-page-news-and-events .updates-block .card.featured-post .image-holder img {
    width: 100% !important;
    object-fit: cover !important;
    min-height: 283px;
    max-width: 100% !important;
    height: 100% !important;
  }
}
@media (min-width: 1199.98px) {
  .page-template-page-fun-stuff .updates-block .posts-nav ul,
.archive .updates-block .posts-nav ul,
.page-template-page-news-and-events .updates-block .posts-nav ul {
    margin-bottom: 0px;
  }
}
.page-template-page-fun-stuff .robo-block.api-block,
.archive .robo-block.api-block,
.page-template-page-news-and-events .robo-block.api-block {
  padding: 0;
}
@media (min-width: 769px) {
  .page-template-page-fun-stuff .robo-block.api-block,
.archive .robo-block.api-block,
.page-template-page-news-and-events .robo-block.api-block {
    margin: 0 0 25px;
  }
}
.page-template-page-fun-stuff .robo-block.api-block:after,
.archive .robo-block.api-block:after,
.page-template-page-news-and-events .robo-block.api-block:after {
  display: none;
}

.experience-overview#field .slider .item .image-holder {
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 769px) {
  .capabilities-block {
    padding: 43px 0 80px;
  }
}
.capabilities-block .capabilities-holder .slick-slide .card-header button:before {
  display: none;
}
@media (max-width: 769px) {
  .capabilities-block .capabilities-holder .slick-slide .card-header button {
    padding-left: 0;
    padding-top: 40px;
  }
}
@media (max-width: 769px) {
  .capabilities-block .capabilities-holder .card-body {
    padding-left: 0;
  }
}
@media (max-width: 769px) {
  .capabilities-block .capabilities-holder .card-body .track-info ul {
    list-style: none;
    padding-left: 20px;
    position: relative;
  }
}
@media (max-width: 769px) {
  .capabilities-block .capabilities-holder .card-body .track-info ul li {
    padding-left: 10px;
    padding-bottom: 12px;
  }
}
@media (max-width: 769px) {
  .capabilities-block .capabilities-holder .card-body .track-info ul li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    left: 0;
    margin-top: 15px;
    background: black;
  }
}
.capabilities-block .capabilities-holder .capabilities-list .slick-list .slick-track {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}
@media (max-width: 769px) {
  .capabilities-block .capabilities-holder .capabilities-list .slick-list .slick-track {
    display: inline-block !important;
  }
}
@media (max-width: 769px) {
  .capabilities-block .capabilities-holder .capabilities-list .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }
}
@media (max-width: 769px) {
  .capabilities-block .capabilities-holder .capabilities-list .slick-dots li {
    list-style: none;
  }
}
@media (max-width: 769px) {
  .capabilities-block .capabilities-holder .capabilities-list .slick-dots li button {
    font-size: 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    margin: 0 5px;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    background: #191919;
  }
}
@media (max-width: 769px) {
  .capabilities-block .capabilities-holder .capabilities-list .slick-dots li.slick-active button, .capabilities-block .capabilities-holder .capabilities-list .slick-dots li:hover button {
    background: #180e83;
  }
}

.intercom-namespace .intercom-h1w3zb {
  bottom: 110px !important;
}

.intercom-namespace .intercom-t8qtu3,
.intercom-lightweight-app-launcher {
  bottom: 12px !important;
}
@media (max-width: 640px) {
  .intercom-namespace .intercom-t8qtu3,
.intercom-lightweight-app-launcher {
    bottom: 12px !important;
  }
}

@media (max-width: 640px) {
  .intercom-lightweight-app-launcher,
.intercom-lightweight-app-launcher-icon {
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 640px) {
  .intercom-qjasu5 {
    top: 0px !important;
    left: 0px !important;
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 640px) {
  .intercom-launcher.intercom-qjasu5 {
    top: 0px !important;
    left: 0px !important;
    width: 40px !important;
    height: 40px !important;
  }
}
@media (max-width: 640px) {
  .intercom-launcher.intercom-qjasu5 svg {
    width: 20px !important;
    height: 20px !important;
  }
}
@media (max-width: 640px) {
  .intercom-launcher .intercom-2warx6 svg {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 640px) {
  .intercom-lightweight-app-launcher-icon-open svg {
    width: 20px !important;
    height: 20px !important;
  }
}

@media (max-width: 640px) {
  .information-list {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .information-list li {
    margin-top: 30px !important;
    max-width: 100% !important;
  }
}
.information-list li:not(:last-child) {
  border: none;
}

@media (max-width: 991px) {
  .values-block .values-list .progressBar {
    bottom: 0;
  }
}
.values-block .values-list .list-item:before {
  content: none;
}

.error404 .top-nav li a,
.careers-page .top-nav li a {
  padding: 5px 8px;
}
@media (max-width: 1235px) {
  .error404 .top-nav li a,
.careers-page .top-nav li a {
    padding: 5px 4px;
  }
}
@media (max-width: 1015px) {
  .error404 .top-nav li a,
.careers-page .top-nav li a {
    padding: 5px 3px;
  }
}

.error404 .content {
  margin: -150px 0 50px 0;
  text-align: center;
  white-space: pre-wrap;
}
@media (max-width: 800px) {
  .error404 .content {
    margin: -70px 0 50px 0;
  }
}

.home .visual .btns {
  right: auto;
}
@media (max-width: 640px) {
  .home .visual .btns .customPrevBtn,
.home .visual .btns .customNextBtn {
    display: none;
  }
}
@media (max-width: 640px) {
  .home .visual .btns .splide__play-pause {
    left: unset;
    bottom: unset;
  }
}
@media (max-width: 640px) {
  .home .visual .btns {
    left: -30px !important;
    bottom: 0 !important;
    display: none;
  }
}
.home .visual .btns button {
  margin-top: 0 !important;
  margin-left: 17px;
  border-width: 1.5px;
  border: 1.5px solid rgba(255, 255, 255, 0.35) !important;
  filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.35));
}
.home .visual .btns button.splide__play-pause {
  border: none !important;
}
.home .visual .btns button span.icon-arrow-right:before {
  content: url(../../images/arrow-right-slide-hero.svg) !important;
  position: relative;
  top: 4px;
}
.home .visual .btns button span.icon-arrow-left:before {
  content: url(../../images/arrow-left-slide-hero.svg) !important;
  position: relative;
  top: 4px;
}
@media (min-width: 769px) {
  .home .visual .btns {
    left: -20px;
    bottom: 10%;
  }
}
.home .visual #progress {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.home .visual .buttons-holder .btn {
  min-width: auto;
}
@media (min-width: 991px) {
  .home .visual .buttons-holder .btn {
    min-width: 156px;
  }
}
@media (max-width: 640px) {
  .home .visual .buttons-holder .wrapper_banner_content {
    background: rgba(24, 24, 24, 0.55);
    backdrop-filter: blur(40px);
    border-radius: 10px;
  }
}
@media (max-width: 640px) {
  .home .visual .buttons-holder a {
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .home .visual .flex-column.wrapper_banner {
    justify-content: flex-end;
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .home .visual .description {
    padding: 103px 0 50px;
  }
}
@media (max-width: 640px) {
  .home .visual .description {
    padding: 87px 0 27px;
  }
}
.home .visual .description.text-align-cc {
  text-align: center;
}
@media (min-width: 991px) {
  .home .visual .description.text-align-cc {
    text-align: left;
  }
}
@media (min-width: 640px) {
  .home .visual .description .wrapper_banner_content {
    background: rgba(24, 24, 24, 0.55);
    backdrop-filter: blur(40px);
    border-radius: 10px;
    max-width: 433px;
    padding: 43px;
    width: 100%;
    height: auto;
    position: relative;
    left: 5%;
    top: 6%;
  }
}
@media (max-width: 640px) {
  .home .visual .description .wrapper_banner_content {
    display: none;
  }
}
.home .visual .description .wrapper_banner_content.mobile_show {
  display: none;
}
@media (max-width: 640px) {
  .home .visual .description .wrapper_banner_content.mobile_show {
    display: block;
  }
}
.home .visual .description .wrapper_banner_content.mobile_show .visual_link_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
}
@media (min-width: 769px) {
  .home .visual .description .wrapper_banner_content .text-box {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .home .visual .description .wrapper_banner_content .visual-bottom ul .list-inline-item {
    text-align: left;
  }
}
@media (min-width: 991.98px) {
  .home .visual .description .wrapper_banner_content .visual-bottom ul .list-inline-item:not(:last-child) {
    padding-right: 30px;
  }
}
.home .visual .description .wrapper_banner_content .visual-bottom ul .list-inline-item:not(:last-child) {
  padding-left: 0;
}
@media (min-width: 991px) {
  .home .visual .description .wrapper_banner_content .visual-bottom ul .list-inline-item:not(:last-child) {
    padding-left: 0 !important;
  }
}
@media (max-width: 769px) {
  .home .visual .description .wrapper_banner_content .visual-bottom {
    padding-top: 30%;
  }
}
@media (max-width: 640px) {
  .home .visual .description .wrapper_banner_content .visual-bottom {
    padding-top: 3%;
  }
}
@media (min-width: 769px) {
  .home .visual .description .wrapper_banner_content .visual-bottom .info-list {
    padding: 40px 0;
    max-width: 347px;
  }
}
@media (min-width: 991.98px) and (min-width: 769px) {
  .home .visual .description .wrapper_banner_content .buttons-holder .btn {
    padding: 13px 12px;
  }
}
@media (min-width: 769px) {
  .home .visual .description .wrapper_banner_content .buttons-holder {
    padding-top: 0;
    display: flex;
    align-items: center;
  }
}
.home .visual .visual-carousel .owl-carousel.owl-theme.owl-loaded.owl-drag,
.home .visual .visual-carousel .owl-stage-outer,
.home .visual .visual-carousel .owl-stage,
.home .visual .visual-carousel .owl-item,
.home .visual .visual-carousel .item {
  height: 100vh;
}
.home .visual .visual-carousel .image-holder {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home .visual .visual-carousel .image-holder:before, .home .visual .visual-carousel .image-holder:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.home .visual .visual-carousel .image-holder:before {
  bottom: auto;
}
.home .visual .visual-carousel .image-holder:after {
  top: auto;
  transform: rotate(180deg);
}
.home .visual .splide__play-pause {
  position: relative;
}
.home .visual .splide__play-pause:after {
  position: absolute;
  content: url(../../images/pause-sl.svg);
  top: 57%;
  left: 80%;
  transform: translate(-50%, -50%);
}
.home .visual .splide__play-pause.is-paused:after {
  content: url(../../images/play-sl.svg);
}
.home .visual .info-list li {
  max-width: 160px;
}
@media (max-width: 640px) {
  .home .visual .info-list li {
    padding-right: 0;
    margin-right: 0;
    padding: 10px 30px !important;
    width: 180px;
    text-align: center !important;
  }
}
@media (min-width: 640px) {
  .home .visual .info-list li:first-of-type {
    padding-right: 30px !important;
  }
}
@media (min-width: 640px) {
  .home .visual .info-list li:last-of-type {
    padding-left: 30px !important;
  }
}
.home .visual .info-list:first-child {
  margin-left: 0;
}
@media (min-width: 640px) {
  .home .visual .info-list:first-child {
    padding-left: 0 !important;
  }
}
@media (max-width: 640px) {
  .home .visual .info-list {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .home .info-list li strong {
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 640px) {
  .home .info-list li:not(:last-child) {
    padding: 10px 0;
  }
}
.home [class^=swiper-button-] {
  transition: all 0.3s ease;
}
.home .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home .swiper-container {
  width: 100%;
  height: 100vh;
  float: left;
  transition: opacity 0.6s ease, transform 0.3s ease;
}
.home .swiper-container.nav-slider {
  display: none;
  padding-left: 5px;
}
.home .swiper-container.nav-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.home .swiper-container.nav-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.home .swiper-container .swiper-button-prev,
.home .swiper-container .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.home .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.home .swiper-slide {
  overflow: hidden;
}
.home .swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.home [class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}
.home .swiper-button-prev,
.home .swiper-container-rtl .swiper-button-next,
.home .swiper-button-next,
.home .swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: auto;
}
.home .info-block {
  padding: 70px 0;
}
@media (max-width: 650px) {
  .home .info-block {
    padding: 0px 0px 70px 0px;
  }
}
@media (min-width: 769px) {
  .home .info-block {
    padding: 100px 0;
  }
}
@media (max-width: 640px) {
  .home .info-block .item-slide {
    padding: 19px 0 46px;
  }
}
@media (max-width: 575.98px) {
  .home .info-block .list-inline-item {
    text-align: left;
  }
}

.spacing {
  padding: 0 !important;
}

#inputLabel {
  opacity: 0;
}

#loading {
  display: none;
  z-index: 21;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 46%);
  top: 0%;
}
#loading.success {
  display: inline-block;
}
#loading .loader {
  font-size: 14px;
  margin: 0;
  text-indent: -9999em;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: white;
  background: -moz-linear-gradient(left, white 75%, rgba(255, 255, 255, 0) 80%);
  background: -webkit-linear-gradient(left, white 75%, rgba(255, 255, 255, 0) 80%);
  background: -o-linear-gradient(left, white 75%, rgba(255, 255, 255, 0) 80%);
  background: -ms-linear-gradient(left, white 75%, rgba(255, 255, 255, 0) 80%);
  background: linear-gradient(to right, white 75%, rgba(255, 255, 255, 0) 80%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#loading .loader:before {
  width: 75%;
  height: 75%;
  /* background: #ffffff; */
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
#loading .loader:after {
  background: #023ed9;
  width: 87%;
  height: 87%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.page-template-page-adm-uniform .adm-uniform-container {
  height: 715px;
}
@media (max-width: 767.98px) {
  .page-template-page-adm-uniform .adm-uniform-container {
    height: 700px;
  }
}
@media (min-width: 576px) {
  .page-template-page-adm-uniform .adm-uniform-container {
    margin: 20px 0px 30px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-adm-uniform .adm-uniform-container {
    margin-top: 20px;
    height: 630px;
  }
}
.page-template-page-adm-uniform .robo-block {
  padding: 30px 0px !important;
}
@media (max-width: 575.98px) {
  .page-template-page-adm-uniform .robo-block {
    padding: 20px 0px !important;
  }
}
.page-template-page-adm-uniform .app-content {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  .page-template-page-adm-uniform .app-content {
    justify-content: center;
    flex-direction: column;
  }
}
.page-template-page-adm-uniform .app-secondary {
  margin-top: 20px;
  text-align: justify;
}
.page-template-page-adm-uniform .app-description {
  text-align: justify;
}
@media (max-width: 768px) {
  .page-template-page-adm-uniform .app-description {
    margin-top: 20px;
    padding: 0px;
  }
}
@media (min-width: 769px) {
  .page-template-page-adm-uniform .download-text {
    padding-left: 20px;
    max-width: 50%;
  }
}
@media (min-width: 2340px) {
  .page-template-page-adm-uniform .download-text {
    max-width: 1070px;
  }
}
.page-template-page-adm-uniform .app-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .page-template-page-adm-uniform .app-download {
    flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-adm-uniform .app-download {
    flex-direction: column;
  }
}
.page-template-page-adm-uniform .app-download .app-link {
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .page-template-page-adm-uniform .app-download .app-link {
    padding: 15px;
    margin-top: 15px;
  }
}
@media (max-width: 575.98px) {
  .page-template-page-adm-uniform .app-download .app-link {
    padding: 0px;
  }
}
.page-template-page-adm-uniform .top-nav li a {
  padding: 5px 8px;
}
@media (max-width: 1235px) {
  .page-template-page-adm-uniform .top-nav li a {
    padding: 5px 4px;
  }
}
@media (max-width: 1015px) {
  .page-template-page-adm-uniform .top-nav li a {
    padding: 5px 3px;
  }
}
@media (max-width: 995px) {
  .page-template-page-adm-uniform .top-nav li a {
    padding: 5px 2px;
  }
}

@media (min-width: 1199.98px) {
  .single-product .product-block {
    height: 100vh;
  }
  .single-product .product-block .order-bar {
    margin: 0 -13px;
    margin-top: 10px;
  }
}
@media (min-width: 1199.98px) and (max-width: 834px) {
  .single-product .product-block {
    padding: 0 0 100px;
  }
}
@media (min-width: 1199.98px) and (max-width: 450px) {
  .single-product .product-block {
    padding: 0 0 103px;
    height: 100vh;
  }
}
@media (max-width: 769px) {
  .single-product .overview-block .sub-title {
    font-size: 17px;
  }
}
@media (max-width: 450px) {
  .single-product .overview-block .tech-list:after {
    top: 59%;
  }
}

#header .btn.btn-secondary.diff_sched {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #FFFFFF;
}
#header .secondary-navigation {
  padding: 0px;
}
#header .item-holder a:hover,
#header #menu-footer-company a:hover {
  color: #023ed9 !important;
}

@media (max-width: 769px) {
  .info-section .embed-responsive img {
    display: none;
  }
}
@media (max-width: 769px) {
  .info-section .embed-responsive {
    height: 100%;
    max-height: 248px;
    display: flex;
    justify-content: center;
  }
}

.product-block .order-bar-holder.sticky.nav-down {
  transition: top 0.2s;
}

.info-block.hidden {
  padding-top: 0px;
}
@media (min-width: 991.98px) {
  .info-block.hidden {
    padding: 80px 0;
  }
}

.robo-block.hidden {
  padding-top: 0px;
}
@media (min-width: 991.98px) {
  .robo-block.hidden {
    padding: 0;
  }
}

.robo-block.hidden {
  padding-top: 0px;
}
@media (min-width: 991.98px) {
  .robo-block.hidden {
    padding: 10px;
  }
}

.updates-block.hidden {
  padding: 0;
}
@media (min-width: 991.98px) {
  .updates-block.hidden {
    padding: 0;
  }
}

.subscription-block.hidden {
  display: none;
}
@media (min-width: 991px) {
  .subscription-block {
    background-size: contain;
  }
}

.archive.category .widget ul {
  padding-left: 1em;
}
.archive.category .widget ul li {
  list-style: none;
}
.archive.category .widget ul li a {
  color: #3460b6;
}
.archive.category .post a {
  display: inline-block;
  padding: 20px 0;
}
.archive.category .nav-header {
  font: 600 30px/40px "Open Sans", sans-serif;
}

/* Styles added by ESY */
.invest-page-text-box {
  overflow: visible !important;
}

@media (max-width: 450px) {
  .invest-block {
    margin-top: -200px;
  }
}
.invest-block .invest-dislaimer {
  text-align: justify;
}
@media (max-width: 450px) {
  .invest-block .invest-dislaimer {
    font-size: small;
  }
}
.invest-block .nnl_aa h2 {
  text-align: center;
}
.invest-block.remove_sp {
  padding: 20px 0;
}

.page-template-page-invest .visual .invest-image {
  background-image: url("https://www.knightscope.com/wp-content/uploads/2021/03/invest-2040x1360-1.jpg");
}
@media only screen and (max-width: 600px) {
  .page-template-page-invest .visual .invest-image {
    background-image: url("http://staging.knightscope.com/wp-content/uploads/2021/03/invest-576x812-1.jpg");
  }
}
.page-template-page-invest .visual .banner_image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .page-template-page-invest .visual .banner_image {
    height: 70%;
  }
}
.page-template-page-invest .visual .banner_image .banner_main_text {
  font-size: 32px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .page-template-page-invest .visual .banner_image .banner_main_text {
    font-size: 24px;
  }
}
@media (max-width: 769px) {
  .page-template-page-invest .visual .banner_image .banner_main_text {
    font-size: 22px;
  }
}
@media (max-width: 450.98px) {
  .page-template-page-invest .visual .banner_image .banner_main_text {
    font-size: 20px;
  }
}
.page-template-page-invest .visual .banner_image .banner_secondary_text {
  font-size: 22px;
  line-height: 28px;
  font-weight: 100;
}
@media (max-width: 1440px) {
  .page-template-page-invest .visual .banner_image .banner_secondary_text {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 769px) {
  .page-template-page-invest .visual .banner_image .banner_secondary_text {
    line-height: 22px;
    padding: 0px 90px;
  }
}
@media (max-width: 450.98px) {
  .page-template-page-invest .visual .banner_image .banner_secondary_text {
    padding: 0px;
    font-size: 14px;
    line-height: 15px;
  }
}
.page-template-page-invest .invest-text-box {
  position: absolute;
  width: 90%;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 450.98px) {
  .page-template-page-invest .invest-text-box {
    top: 65%;
  }
}
@media (min-width: 1200px) {
  .page-template-page-invest .image-holder {
    margin: 0 0px 32px;
    padding: 0 !important;
    max-width: 1024px !important;
    max-height: 280px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 769px) {
  .page-template-page-invest .image-holder img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
}
.page-template-page-invest .section {
  margin: 0 10px;
}

.single #header .btn.btn-secondary.diff_sched {
  display: none;
}
.single .container-wrapper {
  margin: 0 auto;
}
@media (min-width: 640px) {
  .single .container-wrapper {
    position: relative;
    max-width: 1140px;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .single .post-detail-block .post-section p {
    margin: 0 0 20px !important;
  }
}
@media (min-width: 769px) {
  .single .post-detail-block {
    margin: 0 0 20px !important;
  }
}
.single .post-detail-block .heading.d-block a {
  display: none;
}
@media (max-width: 640px) {
  .single .post-image-holder.ssn_s {
    padding: 0 20px;
  }
}
.single .post-image-holder.ssn_s .post-image img {
  max-width: 1320px;
  max-height: 650px;
  object-fit: cover;
  margin-left: auto;
  margin-right: 0;
  border-radius: 8px;
}
.single .post-image-holder.ssn_s .post-image span {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 28px;
  padding-top: 20px;
  display: block;
  color: #a9a9a9;
}
@media (max-width: 640px) {
  .single .page-title.without-heading .posts-nav ul.list-inline {
    display: inline-block;
  }
}
.single .page-title.without-heading .posts-nav ul.list-inline li a .icon-arrow-left {
  left: 10px;
}

.single-post #postTabsSingle {
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}
.single-post #postTabsSingle.hidden {
  opacity: 0;
}

#ajaxLoadFun .col-md-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.single-fun-stuff #PostTabs,
.single-fun-stuff #ajaxLoadFun,
.single-fun-stuff #ajaxLoad,
.page-template-page-fun-stuff #PostTabs,
.page-template-page-fun-stuff #ajaxLoadFun,
.page-template-page-fun-stuff #ajaxLoad,
.archive #PostTabs,
.archive #ajaxLoadFun,
.archive #ajaxLoad,
.page-template-page-news-and-events #PostTabs,
.page-template-page-news-and-events #ajaxLoadFun,
.page-template-page-news-and-events #ajaxLoad,
.single-post #PostTabs,
.single-post #ajaxLoadFun,
.single-post #ajaxLoad {
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}
.single-fun-stuff #PostTabs.hidden,
.single-fun-stuff #ajaxLoadFun.hidden,
.single-fun-stuff #ajaxLoad.hidden,
.page-template-page-fun-stuff #PostTabs.hidden,
.page-template-page-fun-stuff #ajaxLoadFun.hidden,
.page-template-page-fun-stuff #ajaxLoad.hidden,
.archive #PostTabs.hidden,
.archive #ajaxLoadFun.hidden,
.archive #ajaxLoad.hidden,
.page-template-page-news-and-events #PostTabs.hidden,
.page-template-page-news-and-events #ajaxLoadFun.hidden,
.page-template-page-news-and-events #ajaxLoad.hidden,
.single-post #PostTabs.hidden,
.single-post #ajaxLoadFun.hidden,
.single-post #ajaxLoad.hidden {
  opacity: 0;
}
.single-fun-stuff .body_single_s,
.single-fun-stuff #ajaxLoadFun,
.single-fun-stuff #ajaxLoad,
.single-fun-stuff .load-more,
.page-template-page-fun-stuff .body_single_s,
.page-template-page-fun-stuff #ajaxLoadFun,
.page-template-page-fun-stuff #ajaxLoad,
.page-template-page-fun-stuff .load-more,
.archive .body_single_s,
.archive #ajaxLoadFun,
.archive #ajaxLoad,
.archive .load-more,
.page-template-page-news-and-events .body_single_s,
.page-template-page-news-and-events #ajaxLoadFun,
.page-template-page-news-and-events #ajaxLoad,
.page-template-page-news-and-events .load-more,
.single-post .body_single_s,
.single-post #ajaxLoadFun,
.single-post #ajaxLoad,
.single-post .load-more {
  display: block;
}
.single-fun-stuff .body_single_s.hidden,
.single-fun-stuff #ajaxLoadFun.hidden,
.single-fun-stuff #ajaxLoad.hidden,
.single-fun-stuff .load-more.hidden,
.page-template-page-fun-stuff .body_single_s.hidden,
.page-template-page-fun-stuff #ajaxLoadFun.hidden,
.page-template-page-fun-stuff #ajaxLoad.hidden,
.page-template-page-fun-stuff .load-more.hidden,
.archive .body_single_s.hidden,
.archive #ajaxLoadFun.hidden,
.archive #ajaxLoad.hidden,
.archive .load-more.hidden,
.page-template-page-news-and-events .body_single_s.hidden,
.page-template-page-news-and-events #ajaxLoadFun.hidden,
.page-template-page-news-and-events #ajaxLoad.hidden,
.page-template-page-news-and-events .load-more.hidden,
.single-post .body_single_s.hidden,
.single-post #ajaxLoadFun.hidden,
.single-post #ajaxLoad.hidden,
.single-post .load-more.hidden {
  display: none;
}
@media (max-width: 640px) {
  .single-fun-stuff .posts-nav ul.list-inline,
.page-template-page-fun-stuff .posts-nav ul.list-inline,
.archive .posts-nav ul.list-inline,
.page-template-page-news-and-events .posts-nav ul.list-inline,
.single-post .posts-nav ul.list-inline {
    display: inline-block;
  }
}
.single-fun-stuff .posts-nav ul.list-inline li:first-of-type a,
.page-template-page-fun-stuff .posts-nav ul.list-inline li:first-of-type a,
.archive .posts-nav ul.list-inline li:first-of-type a,
.page-template-page-news-and-events .posts-nav ul.list-inline li:first-of-type a,
.single-post .posts-nav ul.list-inline li:first-of-type a {
  padding: 8px 18px 8px 28px;
}
@media (max-width: 640px) {
  .single-fun-stuff .posts-nav ul.list-inline li:after,
.page-template-page-fun-stuff .posts-nav ul.list-inline li:after,
.archive .posts-nav ul.list-inline li:after,
.page-template-page-news-and-events .posts-nav ul.list-inline li:after,
.single-post .posts-nav ul.list-inline li:after {
    display: none;
  }
}
.single-fun-stuff .posts-nav ul.list-inline li a .icon-arrow-left,
.page-template-page-fun-stuff .posts-nav ul.list-inline li a .icon-arrow-left,
.archive .posts-nav ul.list-inline li a .icon-arrow-left,
.page-template-page-news-and-events .posts-nav ul.list-inline li a .icon-arrow-left,
.single-post .posts-nav ul.list-inline li a .icon-arrow-left {
  left: -4px;
}
@media (min-width: 1200px) {
  .single-fun-stuff .posts-nav ul li:last-child,
.page-template-page-fun-stuff .posts-nav ul li:last-child,
.archive .posts-nav ul li:last-child,
.page-template-page-news-and-events .posts-nav ul li:last-child,
.single-post .posts-nav ul li:last-child {
    position: absolute;
    right: 0;
  }
}
.single-fun-stuff .posts-nav ul li:last-child a,
.page-template-page-fun-stuff .posts-nav ul li:last-child a,
.archive .posts-nav ul li:last-child a,
.page-template-page-news-and-events .posts-nav ul li:last-child a,
.single-post .posts-nav ul li:last-child a {
  display: flex;
  align-items: center;
}
.single-fun-stuff .posts-nav ul li:last-child a i,
.page-template-page-fun-stuff .posts-nav ul li:last-child a i,
.archive .posts-nav ul li:last-child a i,
.page-template-page-news-and-events .posts-nav ul li:last-child a i,
.single-post .posts-nav ul li:last-child a i {
  background: #eee;
  padding: 8px 11px;
  border-radius: 400px;
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-left: 10px;
}
.single-fun-stuff .posts-nav ul li:last-child:hover a,
.page-template-page-fun-stuff .posts-nav ul li:last-child:hover a,
.archive .posts-nav ul li:last-child:hover a,
.page-template-page-news-and-events .posts-nav ul li:last-child:hover a,
.single-post .posts-nav ul li:last-child:hover a {
  background: transparent;
}
@media (min-width: 769px) {
  .single-fun-stuff .posts-nav ul li a,
.page-template-page-fun-stuff .posts-nav ul li a,
.archive .posts-nav ul li a,
.page-template-page-news-and-events .posts-nav ul li a,
.single-post .posts-nav ul li a {
    padding: 8px 18px;
  }
}
.single-fun-stuff .news-events .icon-arrow-right:before,
.page-template-page-fun-stuff .news-events .icon-arrow-right:before,
.archive .news-events .icon-arrow-right:before,
.page-template-page-news-and-events .news-events .icon-arrow-right:before,
.single-post .news-events .icon-arrow-right:before {
  font-size: 11px;
  margin-left: 4px;
}

.social-networks .list-inline-item {
  display: inline-block;
  max-width: 20px;
}

@media (max-width: 640px) {
  .future-block .text-center.ss_ks h2 {
    text-align: left;
  }
}
.future-block .owl-nav .owl-next.disabled,
.future-block .owl-nav .owl-prev.disabled {
  display: none !important;
}
@media (min-width: 769px) {
  .future-block .owl-nav {
    left: auto;
    right: 20px;
    width: 115px;
  }
}
@media (min-width: 1360px) {
  .future-block .owl-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.future-block .owl-nav button {
  top: 50%;
  background: #023ed9 !important;
  border-radius: 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
@media (min-width: 1360px) {
  .future-block .owl-nav button {
    width: 84px;
    height: 84px;
  }
}
.future-block .owl-nav button:before {
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 10px;
  position: absolute;
  font-family: "icomoon";
  transform: translate(-50%, -50%);
}
@media (min-width: 991px) {
  .future-block .owl-nav button:before {
    font-size: 14px;
  }
}
.future-block .owl-nav button.owl-prev {
  left: 0;
  transform: translate(-110%, -10%);
}
@media (min-width: 640px) {
  .future-block .owl-nav button.owl-prev {
    margin-top: -30px;
  }
}
.future-block .owl-nav button.owl-prev span {
  display: none;
}
.future-block .owl-nav button.owl-prev:before {
  content: "";
}
.future-block .owl-nav button.owl-next {
  right: 0;
  transform: translate(110%, -10%);
}
@media (min-width: 640px) {
  .future-block .owl-nav button.owl-next {
    margin-top: -30px;
  }
}
.future-block .owl-nav button.owl-next:before {
  content: "";
}
.future-block .owl-nav button.owl-next span {
  display: none;
}

@media (max-width: 1080px) {
  .page-template-page-abouts .contribution-block h2 {
    margin: -1px 0 5px !important;
    font: 400 22px/41px "Open Sans", sans-serif !important;
  }
}
.about .top-nav li a {
  padding: 5px 8px;
}
@media (max-width: 1235px) {
  .about .top-nav li a {
    padding: 5px 4px;
  }
}
@media (max-width: 1015px) {
  .about .top-nav li a {
    padding: 5px 3px;
  }
}
.about .top-left-image {
  margin-top: 5rem;
}
@media (max-width: 755px) {
  .about .top-left-image {
    margin: 1rem 0;
  }
}
@media (max-width: 755px) {
  .about .nav-tabs {
    margin: 0 0 35px;
  }
}
.about .team-block {
  padding: 2px 0 5rem;
}
@media (max-width: 755px) {
  .about .team-block {
    padding: 2px 0 2rem;
  }
}
.about .team-block .button-container {
  margin-top: 5rem;
}
@media (max-width: 755px) {
  .about .team-block .button-container {
    margin-top: 2rem;
  }
}
.about .team-block .owl-dots {
  display: none;
}
.about .contribution-container {
  height: 80vh;
}
@media (max-width: 990px) {
  .about .contribution-container {
    height: 55vh;
  }
}
@media (max-width: 768px) {
  .about .contribution-container {
    height: 45vh;
  }
}
@media (max-width: 450px) {
  .about .contribution-container {
    height: 60vh;
  }
}

@media (max-width: 991px) {
  .contribution-block .images-gallery .pic-1,
.contribution-block .images-gallery .pic-6 {
    top: 3.3%;
    left: 0;
  }
}
@media (max-width: 991px) {
  .contribution-block .images-gallery .pic-3,
.contribution-block .images-gallery .pic-2 {
    bottom: 3.3%;
    left: 0;
  }
}
@media (max-width: 991px) {
  .contribution-block .images-gallery .pic-5,
.contribution-block .images-gallery .pic-4 {
    display: none;
  }
}
@media (max-width: 991px) {
  .contribution-block .images-gallery .pic-7,
.contribution-block .images-gallery .pic-8 {
    width: 146px;
  }
}
@media (max-width: 991px) {
  .contribution-block .images-gallery .pic-2,
.contribution-block .images-gallery .pic-6 {
    left: auto;
    right: 0;
  }
}

.slick-initialized .slick-slide {
  outline: none;
}

.team-carousel .image-holder {
  background-position: 20%;
}
.team-carousel .image-holder img {
  width: 100%;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sidebar_api {
  max-width: 1440px;
  margin: 0 auto;
  /* the slides */
  /* the parent */
}
.sidebar_api .wpmi-item img {
  width: 227px;
  height: 227px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1024px) {
  .sidebar_api .wpmi-item img {
    width: 100%;
    min-height: 267px;
    object-fit: cover;
  }
}
.sidebar_api .wpmi-list .slick-prev.slick-arrow,
.sidebar_api .wpmi-list .slick-next.slick-arrow {
  display: none !important;
}
@media (max-width: 640px) {
  .sidebar_api li.wpmi-item {
    display: block !important;
  }
}
.sidebar_api h5 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.02em;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 20px 30px 60px 0px;
  line-height: 14px;
}
.sidebar_api h5:hover {
  color: #3460b6;
}
.sidebar_api h5 a {
  color: #191919;
}
.sidebar_api h5 a:hover {
  color: #3460b6;
}
.sidebar_api h5:after {
  content: url(../../images/insta-ic.svg);
  position: absolute;
  right: 0;
}
.sidebar_api .slick-slide {
  margin: 0 10px;
}
.sidebar_api .slick-list {
  margin: 0 -27px;
}
@media (max-width: 640px) {
  .sidebar_api .slick-list {
    margin: 0;
    padding: 0 10px;
  }
}

.search-over-change {
  margin-top: 10px;
  position: relative;
}
.search-over-change .search-overlay__top {
  border-bottom: 1.5px solid #cbcbcb;
}
@media (max-width: 640px) {
  .search-over-change .search-overlay__top {
    border-bottom: none;
  }
}

.search-over-content .search-overlay--active {
  position: static !important;
}

.search-overlay {
  z-index: 110;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  transform: scale(1.09);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  box-sizing: border-box;
}
.search-overlay p {
  padding-top: 15px;
}
.search-overlay .event-summary p {
  padding-top: 0;
}
.search-overlay .event-summary {
  margin-bottom: 0;
  margin-top: 20px;
}
body.admin-bar .search-overlay {
  top: 0;
  position: absolute;
}
.search-overlay__top {
  background-color: transparent;
}
.search-overlay__icon {
  margin-right: 10px;
  font-size: 1.8rem;
  color: #023ed9;
}
.search-overlay--active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.search-overlay__section-title {
  margin: 30px 0 1px 0;
  font-weight: 400;
  color: #3460b6;
  font-size: 2rem;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.search-overlay__close {
  position: absolute;
  top: 13px;
  right: 16px;
  font-size: 2.1rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #fff;
  color: #023ed9;
  line-height: 0.7;
}
.search-overlay__close:hover {
  opacity: 1;
}
.search-overlay .one-half {
  padding-bottom: 0;
}

ul.link-list.min-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 640px) {
  ul.link-list.min-list {
    display: block;
    padding-left: 0;
  }
}
ul.link-list li {
  border-bottom: 1px dotted #dedede;
}

.search-term {
  width: 75%;
  box-sizing: border-box;
  border: none;
  padding: 15px 0;
  margin: 0;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 300;
  outline: none;
  color: #023ed9;
}

.item-s-card {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  overflow: hidden;
}
.item-s-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.item-s-card__image {
  display: block;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
.item-s-card:hover .item-s-card__image {
  opacity: 0.8;
}
.item-s-card__name {
  font-weight: 300;
  font-size: 0.9rem;
  bottom: 0px;
  left: 0;
  right: 0;
}
.item-s-card:hover .item-s-card__name {
  background-color: color(#023ed9 a(85%) b(25%) s(20%));
}
.item-s-card__list-item {
  list-style: none;
  padding: 0.4rem 0;
}

.fa-search:before {
  content: url(../../images/search-img.svg);
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: url(../../images/close-img-search.svg);
  background: blue;
  padding: 0px 12px;
  line-height: 16px;
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 400px;
}

/* Seach Form */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-loader {
  margin-top: 45px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 0.25rem solid rgba(0, 0, 0, 0.2);
  border-top-color: black;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

@media (min-width: 991px) {
  .updates-block .fun_stuff_ks {
    padding: 0 0 47px;
  }
}
.updates-block .fun_stuff_ks .image-holder {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}
.updates-block .fun_stuff_ks .image-holder img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 320px !important;
  height: 191px !important;
  min-height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  object-position: center;
}
.updates-block .fun_stuff_ks .card-footer {
  border: none;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 20px;
  position: static;
}
.updates-block .fun_stuff_ks .card-footer h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.01em;
  text-align: left;
}
.updates-block .card-footer {
  border-top: 1px solid #191919;
}
@media (max-width: 769px) {
  .updates-block .card-footer {
    margin-top: 50px;
  }
}
@media (max-width: 769px) {
  .updates-block .card.featured-post {
    padding-bottom: 50px !important;
  }
}

#BambooHR .BambooHR-ATS-board ul ul {
  padding: 27px 20px 12px 0px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
}
#BambooHR .BambooHR-ATS-board a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.9em;
  font: 600 20px/33px "Open Sans", sans-serif;
  margin-bottom: 7px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: black;
  position: relative;
  padding-left: 12px;
}
#BambooHR .BambooHR-ATS-board a:hover {
  color: #023ed9;
  text-decoration: underline;
}
#BambooHR .BambooHR-ATS-board a:before {
  content: "-";
  position: absolute;
  width: 6px;
  left: 0;
}
#BambooHR .BambooHR-ATS-Department-Header {
  color: black;
  font: 400 12px/15px "Open Sans", sans-serif;
}

.shariff .theme-round .shariff-icon svg path {
  fill: #000 !important;
}
.shariff .theme-round .shariff-icon:hover svg path {
  fill: #fff !important;
}

.post-detail-block .social-media .title {
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .events-block {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .events-block .events-table .text-box {
    margin: 67px -155px 0 0 !important;
  }
}
.events-block .events-table .text-box h6,
.events-block .events-table .text-box h5,
.events-block .events-table .text-box h4,
.events-block .events-table .text-box p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 25px;
}
@media (max-width: 769px) {
  .events-block .events-table td:before {
    top: 10px;
    left: 10px;
  }
}
.events-block .events-table .link {
  margin-bottom: auto;
}
@media (min-width: 991px) {
  .events-block .events-table .image-holder {
    margin: 50px 0 39px;
  }
}
.events-block tbody.load-more-target {
  border-top: 1px solid #191919;
}
.events-block #load-more {
  margin-top: 40px;
}

@media (max-width: 640px) {
  .copyright {
    padding-top: 40px;
  }
}

.loader-container {
  z-index: 99999;
}

.tabs-gallery .text-left {
  padding-bottom: 40px;
}
.tabs-gallery .tab-thumbnail span {
  padding-top: 10px;
  display: block;
}
.tabs-gallery .tab-thumbnail img {
  border-radius: 8px;
}
@media (min-width: 640px) {
  .tabs-gallery .tab-thumbnail img {
    max-width: 255px;
    height: 140px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}
@media (max-width: 640px) {
  .tabs-gallery .tab-thumbnail {
    min-width: 300px;
    max-width: 640px;
  }
}

@media (min-width: 640px) {
  .tabs-content {
    padding-top: 50px;
  }
}
.tabs-content .slider .item .image-holder {
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}
.tabs-content .gallery-img.gallery-left > .item {
  display: inline-block;
  height: 520px;
  margin-right: 18px;
}
@media (max-width: 640px) {
  .tabs-content .gallery-img.gallery-left > .item {
    height: auto;
    width: 100%;
    margin-right: auto;
  }
}
.tabs-content .gallery-img.gallery-left > .item:nth-of-type(1) {
  margin-bottom: 20px;
}
.tabs-content .gallery-img.gallery-left #it-0 {
  max-height: 520px;
  max-width: 405px;
}
@media (max-width: 640px) {
  .tabs-content .gallery-img.gallery-left #it-0 {
    max-height: auto;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .tabs-content .gallery-img.gallery-left #it-0 {
    height: auto;
    width: 100%;
    object-fit: unset;
  }
}
.tabs-content .gallery-img.gallery-left #it-0 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 640px) {
  .tabs-content .gallery-img.gallery-left #it-0 img {
    object-fit: unset;
  }
}
.tabs-content .gallery-img.gallery-left #it-1,
.tabs-content .gallery-img.gallery-left #it-2 {
  width: 235px;
  height: 250px;
}
@media (max-width: 640px) {
  .tabs-content .gallery-img.gallery-left #it-1,
.tabs-content .gallery-img.gallery-left #it-2 {
    height: auto;
    width: 100%;
  }
}
.tabs-content .gallery-img.gallery-left #it-1 img,
.tabs-content .gallery-img.gallery-left #it-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.tabs-content .gallery-img.gallery-left .item {
  vertical-align: top;
}
.tabs-content .gallery-img.gallery-left .item img {
  width: 100%;
  height: 100%;
}
.tabs-content .gallery-img.gallery-left .first {
  display: inline-block;
}
.tabs-content .gallery-img.gallery-left .first > .item:nth-of-type(1) {
  margin-bottom: 20px;
}
.tabs-content .gallery-img.gallery-left .first a {
  height: 100%;
  display: block;
}
.tabs-content .gallery-img.gallery-right {
  margin-bottom: 100px;
}
@media (max-width: 640px) {
  .tabs-content .gallery-img.gallery-right {
    margin-top: 20px;
  }
}
.tabs-content .gallery-img.gallery-right > :not(:first-child) {
  display: none;
}
.tabs-content .gallery-img.gallery-right > .item {
  display: inline-block;
  margin-left: 18px;
}
@media (max-width: 640px) {
  .tabs-content .gallery-img.gallery-right > .item {
    margin: 20px auto;
  }
}
.tabs-content .gallery-img.gallery-right > .item:nth-of-type(1) {
  margin-bottom: 20px;
}
.tabs-content .gallery-img.gallery-right #it-sec-2 {
  max-height: 520px;
  max-width: 405px;
}
@media (max-width: 640px) {
  .tabs-content .gallery-img.gallery-right #it-sec-2 {
    max-height: auto;
    max-width: 100%;
  }
}
@media (min-width: 640px) {
  .tabs-content .gallery-img.gallery-right #it-sec-2 {
    height: 520px;
    width: 405px;
  }
}
.tabs-content .gallery-img.gallery-right #it-sec-2 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 640px) {
  .tabs-content .gallery-img.gallery-right #it-sec-2 img {
    height: auto;
    width: 100%;
    object-fit: unset;
  }
}
.tabs-content .gallery-img.gallery-right #it-sec-0,
.tabs-content .gallery-img.gallery-right #it-sec-1 {
  width: 235px;
  height: 250px;
}
@media (max-width: 640px) {
  .tabs-content .gallery-img.gallery-right #it-sec-0,
.tabs-content .gallery-img.gallery-right #it-sec-1 {
    height: auto;
    width: 100%;
  }
}
.tabs-content .gallery-img.gallery-right #it-sec-0 img,
.tabs-content .gallery-img.gallery-right #it-sec-1 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 640px) {
  .tabs-content .gallery-img.gallery-right #it-sec-0 img,
.tabs-content .gallery-img.gallery-right #it-sec-1 img {
    height: auto;
    width: 100%;
    object-fit: unset;
  }
}
.tabs-content .gallery-img.gallery-right .item {
  vertical-align: top;
}
.tabs-content .gallery-img.gallery-right .item img {
  width: 100%;
  height: 100%;
}
.tabs-content .gallery-img.gallery-right .first {
  display: inline-block;
}
.tabs-content .gallery-img.gallery-right .first > .item:nth-of-type(1) {
  margin-bottom: 20px;
}
.tabs-content .gallery-img.gallery-right .first a {
  height: 100%;
  display: block;
}
.tabs-content .gallery-img #it-sec-3, .tabs-content .gallery-img #it-sec-4, .tabs-content .gallery-img #it-sec-5, .tabs-content .gallery-img #it-sec-6, .tabs-content .gallery-img #it-sec-7, .tabs-content .gallery-img #it-sec-8, .tabs-content .gallery-img #it-sec-9, .tabs-content .gallery-img #it-sec-10, .tabs-content .gallery-img #it-sec-11, .tabs-content .gallery-img #it-sec-12, .tabs-content .gallery-img #it-sec-13, .tabs-content .gallery-img #it-sec-14, .tabs-content .gallery-img #it-sec-15, .tabs-content .gallery-img #it-sec-16, .tabs-content .gallery-img #it-sec-17,
.tabs-content .gallery-img #it-sec-18, .tabs-content .gallery-img #it-sec-19, .tabs-content .gallery-img #it-sec-20, .tabs-content .gallery-img #it-sec-21, .tabs-content .gallery-img #it-sec-22, .tabs-content .gallery-img #it-sec-23, .tabs-content .gallery-img #it-sec-24, .tabs-content .gallery-img #it-sec-25, .tabs-content .gallery-img #it-sec-26, .tabs-content .gallery-img #it-sec-27, .tabs-content .gallery-img #it-sec-28, .tabs-content .gallery-img #it-sec-29, .tabs-content .gallery-img #it-sec-30,
.tabs-content .gallery-img #it-3, .tabs-content .gallery-img #it-4, .tabs-content .gallery-img #it-5, .tabs-content .gallery-img #it-6, .tabs-content .gallery-img #it-7, .tabs-content .gallery-img #it-8, .tabs-content .gallery-img #it-9, .tabs-content .gallery-img #it-10, .tabs-content .gallery-img #it-11, .tabs-content .gallery-img #it-12, .tabs-content .gallery-img #it-13, .tabs-content .gallery-img #it-14, .tabs-content .gallery-img #it-15, .tabs-content .gallery-img #it-16, .tabs-content .gallery-img #it-17,
.tabs-content .gallery-img #it-18, .tabs-content .gallery-img #it-19, .tabs-content .gallery-img #it-20, .tabs-content .gallery-img #it-21, .tabs-content .gallery-img #it-22, .tabs-content .gallery-img #it-23, .tabs-content .gallery-img #it-24, .tabs-content .gallery-img #it-25, .tabs-content .gallery-img #it-26, .tabs-content .gallery-img #it-27, .tabs-content .gallery-img #it-28, .tabs-content .gallery-img #it-29, .tabs-content .gallery-img #it-30 {
  display: none;
}

@media (max-width: 640px) {
  .page-template-page-gallery .container {
    max-width: 1220px;
  }
}
.page-template-page-gallery .title {
  padding-left: 0px;
}
.page-template-page-gallery .image {
  padding: 5px 5px !important;
}
.page-template-page-gallery .tabs-content {
  padding-top: 0px;
  padding-bottom: 5rem;
}
.page-template-page-gallery .tab-content {
  padding-top: 4rem;
}
@media (max-width: 755px) {
  .page-template-page-gallery .tab-content {
    padding-top: 2rem;
  }
}
.page-template-page-gallery .tab-thumbnail span {
  padding-top: 10px;
  display: block;
}
.page-template-page-gallery .tab-thumbnail img {
  border-radius: 8px;
}
@media (min-width: 640px) {
  .page-template-page-gallery .tab-thumbnail img {
    max-width: 300px;
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 640px) {
  .page-template-page-gallery .tab-thumbnail {
    min-width: 300px;
    max-width: 640px;
  }
}
.page-template-page-gallery #colorbox #cboxNext {
  right: -42px;
}

/*
	ColorBox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  background-color: #444;
  background-color: white;
}

#cboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxMiddleLeft {
  clear: left;
  width: 21px;
}

#cboxBottomLeft {
  clear: left;
  width: 21px;
  height: 21px;
}

#cboxContent {
  position: relative;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  overflow: hidden;
  margin-top: 2%;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  margin-bottom: 28px;
}

#cboxTitle {
  margin: 0;
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious {
  background-image: url(../../images/arrow-prev-pg.svg);
  transform: translate(0%, -50%);
  left: 0;
}
@media (max-width: 640px) {
  #cboxPrevious {
    background-image: url(../../images/arrow-prev-pg-mob.svg);
  }
}

#cboxNext {
  background-image: url(../../images/arrow-next-pg.svg);
  transform: translate(-50%, -50%);
  right: 27px;
}
@media (max-width: 640px) {
  #cboxNext {
    background-image: url(../../images/arrow-next-pg-mob.svg);
    transform: translate(0%, -50%);
    right: 0;
  }
}

#cboxNext,
#cboxPrevious {
  cursor: pointer;
  position: absolute;
  top: 50%;
  background-position: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  width: 84px;
  height: 84px;
  padding: 4px;
  text-indent: -9999px;
  transition: 0.15s;
  border-radius: 50%;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
  z-index: 1;
}
#cboxNext:hover,
#cboxPrevious:hover {
  animation: pulse 1s;
  box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, 0);
  border-radius: 50%;
  color: black;
}
@media (max-width: 640px) {
  #cboxNext,
#cboxPrevious {
    display: none;
    top: 26%;
    width: 30px;
    height: 30px;
    padding: 1em;
    background-color: #023ed9;
    border-radius: 50%;
    border: 2px solid #023ed9;
    background-position: 10px;
  }
}

#cboxClose {
  cursor: pointer;
  background-image: url(../../images/close_btn_lightbox.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  background-position: 0;
  background-color: transparent;
  border: none;
  width: 84px;
  height: 84px;
  padding: 4px;
  text-indent: -9999px;
  transition: 0.15s;
  border-radius: 50%;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
}
@media (max-width: 640px) {
  #cboxClose {
    top: -7px !important;
    right: -2% !important;
    left: auto !important;
    margin-left: 40%;
    background-position: center;
    width: 30px;
    height: 30px;
    padding: 1em;
  }
}
#cboxClose:hover, #cboxClose:focus {
  animation: pulse 1s;
  box-shadow: 0px 0px 6px 1px rgba(255, 255, 255, 0);
  border-radius: 50%;
  color: #fff;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #000;
  }
}
#cboxSlideshow {
  cursor: pointer;
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: 1024px !important;
  width: 100% !important;
  object-fit: contain;
}
@media (max-width: 640px) {
  .cboxPhoto {
    height: auto !important;
    position: absolute;
    top: 5%;
  }
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #fff;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
}

#cboxMiddleRight {
  width: 21px;
}

#cboxTopCenter {
  height: 21px;
}

#cboxBottomCenter {
  height: 21px;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxCurrent {
  position: absolute;
  top: 7%;
  left: 58px;
  color: black;
}

@media only screen and (max-width: 480px) {
  #colorbox {
    min-height: 1200px;
  }

  #cboxWrapper {
    min-height: 1200px;
  }

  #cboxContent {
    min-height: 1200px;
  }

  #cboxLoadedContent {
    min-height: 1200px;
  }

  #cboxTitle {
    top: 0;
    bottom: auto;
    margin-top: 100%;
    margin-left: 2.5%;
    text-align: left;
  }

  #cboxCurrent {
    top: 0%;
    bottom: auto;
    left: 0;
    display: none;
  }

  #cboxSlideshow {
    top: 0;
    bottom: auto;
  }

  #cboxLoadingOverlay {
    top: 0;
    bottom: auto;
  }

  #cboxLoadingGraphic {
    top: 0;
    bottom: auto;
  }

  #cboxClose {
    top: 0;
    bottom: auto;
    right: auto;
    left: 0;
    margin-left: 40%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 574px) {
  #colorbox {
    min-height: 592px;
    min-height: 736px;
  }

  #cboxWrapper {
    min-height: 592px;
    min-height: 736px;
  }

  #cboxContent {
    min-height: 592px;
    min-height: 736px;
  }

  #cboxLoadedContent {
    min-height: 592px;
    min-height: 736px;
  }

  #cboxTitle {
    top: 0;
    bottom: auto;
    margin-top: 92.5%;
    margin-left: 2.5%;
    text-align: left;
  }

  #cboxCurrent {
    top: 0;
    bottom: auto;
  }

  #cboxSlideshow {
    top: 0;
    bottom: auto;
  }

  #cboxPrevious {
    top: 0;
    bottom: auto;
  }

  #cboxLoadingOverlay {
    top: 0;
    bottom: auto;
  }

  #cboxLoadingGraphic {
    top: 0;
    bottom: auto;
  }

  #cboxClose {
    top: 0;
    bottom: auto;
    right: auto;
    left: 0;
    margin-left: 54%;
  }
}
@media only screen and (min-width: 575px) and (max-width: 719px) {
  #colorbox {
    min-height: 592px;
    min-height: 736px;
  }

  #cboxWrapper {
    min-height: 592px;
    min-height: 736px;
  }

  #cboxContent {
    min-height: 592px;
    min-height: 736px;
  }

  #cboxLoadedContent {
    min-height: 592px;
    min-height: 736px;
  }

  #cboxTitle {
    top: 0;
    bottom: auto;
    margin-top: 73%;
    margin-left: 2.5%;
    text-align: left;
  }

  #cboxCurrent {
    top: 0;
    bottom: auto;
  }

  #cboxSlideshow {
    top: 0;
    bottom: auto;
  }

  #cboxPrevious {
    top: 0;
    bottom: auto;
  }

  #cboxNext {
    top: 0;
    bottom: auto;
  }

  #cboxLoadingOverlay {
    top: 0;
    bottom: auto;
  }

  #cboxLoadingGraphic {
    top: 0;
    bottom: auto;
  }

  #cboxClose {
    top: 0;
    bottom: auto;
    right: auto;
    left: 0;
    margin-left: 54%;
  }
}
.page-template-page-homepage2 #wrapper {
  padding: 0;
}
@media (min-width: 991px) {
  .page-template-page-homepage2 #wrapper {
    padding: 0;
  }
}

.postid-27 .post-detail-block .post-image-holder {
  margin-bottom: -28px;
}

a {
  color: #023ed9;
}

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