@charset "UTF-8";
body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  position: relative;
  font-style: normal;
  font-size: 16px;
  color: #1A1B26;
  line-height: 1.6;
  overflow-x: hidden;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
body:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 40;
  background: #000;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all ease 0.5s;
}
body.search-open:after {
  opacity: 0.7;
  visibility: visible;
}
body.search-open .search-button .search-icon {
  opacity: 0;
  pointer-events: none;
}
body.search-open .search-button .search-hamburger {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
body.search-open nav.search {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0px);
}

h1 {
  font-size: 50px;
  font-weight: 800;
}
h1.h1-sm {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
}
h1.h1-xs {
  font-size: 28px;
  font-weight: 600;
}

h2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
}

h3 {
  font-size: 28px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 600;
}

h5 {
  font-size: 16px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

section {
  margin-bottom: 70px;
}

p a {
  font-weight: 700;
  color: #355fbe;
}
p a:hover {
  color: #35C2F3;
}

aside.sidebar {
  width: 100%;
  max-width: 300px;
  float: right;
}
aside.sidebar .menu {
  position: relative;
  margin: 0 0 15px;
  background: #E2EDF9;
  box-shadow: 0px 4px 15px rgba(0, 80, 130, 0.08);
  border-radius: 6px;
  max-width: 500px;
  border: none;
  padding: 20px 20px 33px 35px;
}
aside.sidebar .menu li {
  list-style: none;
}
aside.sidebar .menu li a {
  display: block;
  border-radius: 8px;
  position: relative;
  font-weight: 600;
  text-decoration: underline;
  border: none;
  padding: 10px 15px 10px 22px;
  transition: all ease 0.3s;
  color: #1A1B26;
}
aside.sidebar .menu li a:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  left: 0px;
  top: 20px;
  background: #fff;
  border-radius: 1px;
}
aside.sidebar .menu li a.active:before {
  background: #355fbe;
}

.theme-color {
  color: #355fbe;
}

.social-links a {
  color: #9799A1;
  display: inline-block;
  margin-right: 5px;
}
.social-links a:hover {
  color: #35C2F3;
}

.table {
  font-size: 14px;
}
.table .table {
  margin-bottom: 0;
}

.table-hover > tbody > tr:hover {
  background: #F0F4F9;
  --bs-table-accent-bg: #F0F4F9;
}

.title.invert {
  color: #fff;
}
.title sup {
  font-size: 0.5em;
}
.title .custom-button-link {
  margin-left: 15px;
  font-size: 16px;
}
.title .custom-button-link.invert {
  color: #fff;
}

.description {
  font-size: 22px;
  line-height: 1.6;
}
.description.description-md {
  font-size: 18px;
}
.description.invert {
  color: #fff;
}

.title-line {
  height: 3px;
  width: 40px;
  background: #355fbe;
  margin-bottom: 30px;
  margin-top: 5px;
}

.info {
  max-width: 1200px;
}
.info.invert {
  color: #fff;
}

.text-center .info {
  margin: 0 auto;
}
.text-center .description {
  margin: 0 auto;
}

.list-custom ul {
  padding-left: 15px;
  list-style: none;
}
.list-custom ul li {
  margin-bottom: 10px;
}
.list-custom ul li:before {
  content: "•";
  color: #355fbe;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.list-custom ul li a {
  color: #1A1B26;
}
.list-custom ul li a:hover {
  color: #35C2F3;
}

.image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 6px;
}

.search-button {
  vertical-align: top;
  border: none;
  cursor: pointer;
  position: relative;
  text-align: center;
  background: #EDF4FB;
  border-radius: 6px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  color: #355fbe;
  font-size: 18px;
  margin-top: 12px;
}
.search-button .search-icon {
  opacity: 1;
  pointer-events: all;
}
.search-button .search-hamburger {
  opacity: 0;
  visibility: hidden;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 16px;
  pointer-events: none;
  background: linear-gradient(45deg, transparent 45%, #355fbe 46%, #355fbe 55%, transparent 56%), linear-gradient(-45deg, transparent 45%, #355fbe 46%, #355fbe 55%, transparent 56%);
}

.phone-button {
  margin-top: 22px;
  color: #1A1B26;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-right: 60px;
}
.phone-button i {
  display: inline-block;
  margin-right: 5px;
  color: #9799A1;
}

.custom-button {
  vertical-align: top;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding: 16px 20px 15px;
  border-radius: 5px;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  transition: all ease 0.1s;
  min-width: 170px;
  line-height: 17px;
  overflow: hidden;
  font-weight: 600;
  border: none;
}
.custom-button i {
  margin: 0 5px;
}
.custom-button:hover, .custom-button:focus {
  text-decoration: none;
}
.custom-button.custom-button-lg {
  min-width: 230px;
  line-height: 22px;
  padding: 25px 35px;
}
.custom-button.custom-button-md {
  font-size: 16px;
  min-width: 220px;
  padding: 22px 20px 20px;
}
.custom-button.custom-button-xs {
  font-size: 13px;
  min-width: 80px;
  padding: 12px 20px 11px;
}
.custom-button.custom-button-main {
  position: relative;
  background: radial-gradient(101% 202% at 50% 160%, #35C2F3 0%, #355fbe 100%);
  color: #fff;
}
.custom-button.custom-button-main:hover, .custom-button.custom-button-main:focus {
  background: radial-gradient(101% 202% at 50% 160%, #355fbe 0%, #35C2F3 100%);
  text-decoration: none;
  color: #fff;
}
.custom-button.custom-button-light {
  position: relative;
  background: transparent;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
.custom-button.custom-button-light:hover, .custom-button.custom-button-light:focus {
  background: radial-gradient(101% 202% at 50% 160%, #355fbe 0%, #35C2F3 100%);
  text-decoration: none;
  color: #fff;
}
.custom-button.custom-button-white {
  background: #fff;
  text-decoration: none;
  color: #355fbe;
}
.custom-button.custom-button-white:hover, .custom-button.custom-button-white:focus {
  background: #fff;
  text-decoration: none;
  color: #355fbe;
}

.custom-button-link {
  font-weight: 600;
  display: inline-block;
  color: #355fbe;
}
.custom-button-link:hover {
  color: #35C2F3;
}

.convergine-wrapper {
  width: 280px;
  font-size: 14px;
  margin-top: -20px;
  float: right;
  display: table;
  color: #1A1B26;
}
.convergine-wrapper a span {
  text-decoration: underline;
}
.convergine-wrapper .left-block {
  width: calc(100% - 60px);
  float: none;
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
}
.convergine-wrapper .left-block a {
  color: #1A1B26;
  text-transform: none;
  display: block;
  text-decoration: none;
}
.convergine-wrapper .left-block a:hover {
  color: #35C2F3;
}
.convergine-wrapper .right-block {
  width: 55px;
}
.convergine-wrapper .right-block a {
  text-decoration: none;
  margin-top: 0;
  display: block;
  position: relative;
}

.invert .slick-arrow {
  background: #E2EDF9;
  color: #9799A1;
}
.invert .slick-arrow svg path {
  fill: #9799A1;
}
.invert .slick-arrow:hover svg path {
  fill: #fff;
}

.invert-light .slick-arrow {
  background: #fff;
  color: #355fbe;
}
.invert-light .slick-arrow svg path {
  fill: #355fbe;
}
.invert-light .slick-arrow:hover svg path {
  fill: #fff;
}

.invert-dark .slick-arrow {
  background: #E2EDF9;
  color: #9799A1;
}
.invert-dark .slick-arrow svg path {
  fill: #355FBE;
}
.invert-dark .slick-arrow:hover svg path {
  fill: #fff;
}
.invert-dark.slider {
  width: calc(100% + 30px);
  min-height: 205px;
}
.invert-dark.slider .slider-testimonials {
  opacity: 0;
  transition: all ease 1s;
  transition-delay: 1s;
}
.invert-dark.slider .slider-testimonials .slick-dots li.slick-active button {
  background: #fff;
}
.invert-dark.slider .slider-testimonials .slick-dots li button {
  background: rgba(255, 255, 255, 0.3);
}
.invert-dark.slider.initialized .slider-testimonials {
  opacity: 1;
}
.invert-dark.slider .slick-dots {
  bottom: -50px;
}
.invert-dark.slider .slick-dots li.slick-active button {
  background: #355fbe;
}
.invert-dark.slider .slick-dots li button {
  background: rgba(44, 86, 182, 0.3);
}
.invert-dark svg path {
  fill: #355fbe;
}

.invert.slider,
.invert-light.slider {
  width: calc(100% + 30px);
}
.invert.slider .loader-holder,
.invert-light.slider .loader-holder {
  width: calc(100% + 60px);
  margin-left: -30px;
}
.invert.slider .slick-list,
.invert-light.slider .slick-list {
  padding: 0 0 30px;
}
.invert.slider .slick-track,
.invert-light.slider .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.invert.slider .slick-dots,
.invert-light.slider .slick-dots {
  text-align: left;
  padding-left: 15px;
  bottom: 10px;
}
.invert.slider .slick-dots li.slick-active button,
.invert-light.slider .slick-dots li.slick-active button {
  background: #355fbe;
}
.invert.slider .slick-dots li button,
.invert-light.slider .slick-dots li button {
  background: rgba(44, 86, 182, 0.3);
}

.slick-arrow {
  top: calc(50% - 20px);
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  border: none;
  z-index: 10;
  color: #fff;
}
.slick-arrow:hover {
  color: #fff;
  border-color: #355fbe;
  background-color: #355fbe;
}
.slick-arrow:before {
  content: none !important;
}
.slick-arrow i {
  font-size: 22px;
}
.slick-arrow.slick-prev {
  left: -100px;
}
.slick-arrow.slick-next {
  right: -100px;
}

.slick-dots {
  bottom: 60px;
}
.slick-dots li {
  margin: 0 8px;
  padding: 0;
  color: #fff;
  background-color: transparent;
  height: 18px;
  width: 18px;
  border-radius: 1px;
}
.slick-dots li button {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-indent: -9999999px;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  padding: 0;
  width: 18px;
  height: 2px;
  border: none;
  background: #fff;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  border-color: #fff;
  background-color: #355fbe;
}

.main-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.tags {
  margin: 0;
  padding: 0;
}
.tags li {
  list-style: none;
  display: inline-block;
}
.tags li:not(:last-child) {
  margin-right: 15px;
}
.tags li a {
  color: #1A1B26;
  font-style: italic;
  font-size: 13px;
  display: inline-block;
}
.tags li a:hover {
  color: #35C2F3;
}

.posts {
  position: relative;
}
.posts .post {
  text-align: left;
  height: 460px;
  width: 460px;
  margin: 20px auto 40px;
  max-width: 100%;
  padding: 0 45px 20px;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(0, 23, 37, 0.15);
  border-radius: 6px;
  display: block;
}
.posts .post.post-simple {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  background: transparent;
  box-shadow: none;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #E2EDF9;
}
.posts .post.post-simple .post-title {
  min-height: 20px;
}
.posts .post.post-simple .post-date:after {
  content: none;
}
.posts .post .post-date {
  position: relative;
  font-size: 12px;
}
.posts .post .post-date:after {
  content: "";
  display: block;
  width: 10px;
  margin: 10px 0 20px;
  height: 2px;
  background: #355fbe;
}
.posts .post .image-holder {
  display: block;
}
.posts .post .content-holder {
  display: block;
}
.posts .post .post-title {
  min-height: 130px;
}
.posts .post .post-title a {
  color: #1A1B26;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid #1A1B26;
}
.posts .post .post-title a:hover {
  color: #355fbe;
  border-color: #355fbe;
}

.studies {
  position: relative;
}
.studies .study {
  display: block;
  color: #1A1B26;
  position: relative;
  background: #E2EDF9;
  padding: 10px;
  border-radius: 6px;
  min-height: 175px;
  padding-left: 160px;
  text-decoration: none;
  margin-bottom: 20px;
}
.studies .study:hover {
  box-shadow: 0px 10px 20px rgba(0, 23, 37, 0.15);
}
.studies .study .image-holder {
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 6px;
  width: 160px;
  height: 160px;
  overflow: hidden;
}
.studies .study .title-line {
  width: 10px;
  height: 2px;
  margin-bottom: 20px;
  background: #355fbe;
}
.studies .study .study-title {
  text-decoration: underline;
}
.studies .study .content-holder {
  height: 100%;
  text-decoration: none;
  padding: 25px 30px 0;
}

.products {
  position: relative;
}
.products.slider .product {
  margin-bottom: 40px;
  margin-top: 20px;
}
.products .product {
  text-align: left;
  height: 410px;
  width: 460px;
  margin: 0 auto 30px;
  max-width: 100%;
  padding: 10px;
  background: #FFFFFF;
  border-radius: 6px;
  display: block;
  color: #1A1B26;
  text-decoration: none;
  box-shadow: 0px 10px 15px rgba(0, 23, 37, 0.15);
}
.products .product:hover .product-title span {
  color: #355fbe;
  border-color: #355fbe;
}
.products .product .image-holder {
  display: block;
  background: #E2EDF9;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #E2EDF9;
}
.products .product .image-holder:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+60,0.65+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  top: 0;
  opacity: 0.05;
  pointer-events: none;
}
.products .product .image-holder:after {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 80%;
  height: 4px;
  left: 10%;
  background: #E2EDF9;
  border-radius: 0px 0px 6px 6px;
}
.products .product .content-holder {
  padding: 15px 50px;
  display: block;
}
.products .product .product-title span {
  color: #1A1B26;
  text-decoration: none;
  border-bottom: 1px solid #1A1B26;
}
.products .product .product-title span:hover {
  color: #355fbe;
  border-color: #355fbe;
}

.services {
  position: relative;
}
.services .service {
  text-align: left;
  position: relative;
  display: block;
  height: 240px;
  width: 100%;
  max-width: 700px;
  margin: 20px auto 40px;
  background: #FFFFFF;
  box-shadow: 0px 10px 15px rgba(0, 23, 37, 0.15);
  border-radius: 6px;
  color: #1A1B26;
  text-decoration: none;
}
.services .service:hover .service-title span {
  color: #355fbe;
  border-color: #355fbe;
}
.services .service .image-holder {
  height: 240px;
  position: relative;
  border-radius: 6px;
  margin: 0;
  display: block;
  max-width: 350px;
  background: #E2EDF9;
  box-shadow: 0 0 0 1px #E2EDF9;
}
.services .service .image-holder:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+60,0.65+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  top: 0;
  opacity: 0.05;
  pointer-events: none;
}
.services .service .content-holder {
  height: 240px;
  max-width: 100%;
  padding: 30px 40px 20px 30px;
  display: block;
  position: relative;
}
.services .service .service-title {
  line-height: 1.4;
}
.services .service .service-title span {
  color: #1A1B26;
  text-decoration: none;
  border-bottom: 1px solid #1A1B26;
}
.services .service .service-title span:hover {
  color: #355fbe;
  border-color: #355fbe;
}
.services .service .custom-button {
  position: absolute;
  bottom: 30px;
}

.documents .document {
  display: block;
  background: #E2EDF9;
  padding: 0 80px 0 30px;
  max-width: 460px;
  border-radius: 6px;
  color: #1A1B26;
  text-decoration: none;
  position: relative;
  margin-bottom: 30px;
}
.documents .document:hover {
  background: radial-gradient(101% 202% at 50% 160%, #35C2F3 0%, #355fbe 100%);
}
.documents .document:hover * {
  color: #fff;
}
.documents .document:hover .icon-holder {
  background: #fff;
}
.documents .document:hover .icon-holder svg path {
  fill: #35C2F3;
}
.documents .document .d-table-cell {
  height: 140px;
}
.documents .document .content-holder {
  padding-right: 50px;
}
.documents .document .icon-holder {
  background: radial-gradient(101% 202% at 50% 160%, #35C2F3 0%, #355fbe 100%);
  width: 44px;
  height: 44px;
  top: calc(50% - 22px);
  right: 30px;
  padding: 10px 12px;
  border-radius: 6px;
  position: absolute;
}

.ajax-post {
  display: none;
}
.ajax-post.active {
  display: block;
}

.testimonials .testimonial:not(.invert) {
  color: #fff;
}
.testimonials .testimonial.invert {
  background: #E2EDF9;
  border-radius: 6px;
  margin-bottom: 30px;
}
.testimonials .testimonial.invert:hover {
  background: radial-gradient(71.4% 142.8% at 50% 137.9%, #35C2F3 0%, #355fbe 100%);
}
.testimonials .testimonial.invert:hover * {
  color: #fff;
}
.testimonials .testimonial.invert .content-holder {
  padding: 50px 45px;
}
.testimonials .testimonial.invert .content {
  font-size: 18px;
  margin-bottom: 15px;
}
.testimonials .testimonial .content-holder {
  max-width: 1050px;
  margin: 0 auto;
}
.testimonials .testimonial .content-holder .description {
  position: relative;
  margin-bottom: 15px;
}
.testimonials .testimonial .content-holder .description em {
  font-style: italic;
  font-weight: 400;
  display: inline-block;
}

.light-bg {
  position: relative;
  padding: 60px 0;
  border-radius: 6px;
  background: #E2EDF9;
}

.dark-bg {
  position: relative;
  padding: 60px 0;
  border-radius: 6px;
  background: radial-gradient(71.4% 142.8% at 50% 137.9%, #35C2F3 0%, #355fbe 100%);
}

select.form-control {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}

.morelink {
  line-height: 1;
  display: block;
  font-weight: 300;
  color: #355fbe;
  border-radius: 5px;
  text-align: left;
  font-size: 16px;
  margin: 10px auto 25px;
  position: relative;
  z-index: 1;
}
.morelink:hover {
  color: #35C2F3;
}

.morecontent > span {
  display: none;
}

.form {
  margin: 30px 0 0;
}
.form .g-recaptcha {
  position: relative;
}
.form .wpcf7 form .wpcf7-response-output {
  margin: 0;
}
.form label.error {
  display: block;
  color: #ff0000;
  margin-top: 2px;
  position: relative;
  font-size: 12px;
  z-index: 10;
}
.form .label-placeholder {
  display: block;
  position: absolute;
  color: #1A1B26;
  font-size: 16px;
  pointer-events: none;
  line-height: 21px;
  left: 14px;
  top: 15px;
  z-index: 2;
  transition: all ease 0.2s;
}
.form .form-field {
  margin-bottom: 30px;
  position: relative;
}
.form .form-field.button-holder {
  position: relative;
  margin-bottom: 30px;
}
.form .form-field.button-holder .ajax-loader {
  display: inline-block;
  margin: 0;
  position: absolute;
  vertical-align: top;
  top: 25px;
  z-index: 2;
  left: 38px;
}
.form .form-field br {
  display: none;
}
.form .form-field.error .form-control {
  border-color: #ff000066;
}
.form .form-field.active .label-placeholder {
  top: -20px;
  font-size: 14px;
  color: #355fbe;
  font-weight: 700;
}
.form .form-field.active .form-control {
  box-shadow: none;
}
.form .form-field textarea.form-control {
  height: 100px;
}
.form .form-field .form-control {
  font-size: 16px;
  height: 50px;
  border-radius: 8px;
  background: #E2EDF9;
  border: 1px solid #E8EBF3;
  color: #000;
}
.form .form-field .form-control.error {
  border-color: #ff000066;
}
.form .form-field .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form .form-field .form-control:-webkit-autofill, .form .form-field .form-control:-webkit-autofill, .form .form-field .form-control:-webkit-autofill {
  -webkit-text-fill-color: #1A1B26;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

label.form-checkbox {
  margin-right: 15px;
  padding-top: 0px;
  line-height: 20px;
  display: inline-block;
  margin-top: 5px;
  font-weight: 200;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
}
label.form-checkbox strong {
  font-size: 18px;
  font-weight: 500;
}
label.form-checkbox input {
  position: absolute;
  opacity: 0;
  left: 0;
  height: 30px;
  width: 30px;
  top: 0;
}
label.form-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FAFAFA;
  border-radius: 3px;
  border: 1px solid #BDC3C7;
  transition: all ease 0.2s;
}
label.form-checkbox input:checked ~ .checkmark {
  border-color: #355fbe;
}
label.form-checkbox input:checked ~ .checkmark:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
label.form-checkbox .checkmark:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.15s;
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #355fbe;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}

nav.filter {
  padding: 20px 30px;
  border-radius: 6px;
  font-weight: 700;
  background: #E2EDF9;
}
nav.filter .form-label {
  font-weight: 700;
}
nav.filter .form-checkbox {
  font-weight: 700;
}

nav.breadcrumb-holder {
  border: 1px solid #E2EDF9;
  margin-bottom: 70px;
  border-radius: 0 0 6px 6px;
}
nav.breadcrumb-holder .breadcrumb {
  margin: 0;
  padding: 10px 0;
}
nav.breadcrumb-holder .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-size: 14px;
  color: #9799A1;
  font-family: "fontAwesome";
}
nav.breadcrumb-holder .breadcrumb .breadcrumb-item {
  color: #1A1B26;
  font-weight: 600;
  font-size: 14px;
}
nav.breadcrumb-holder .breadcrumb .breadcrumb-item.active {
  color: #355fbe;
}
nav.breadcrumb-holder .breadcrumb .breadcrumb-item a {
  color: #1A1B26;
  font-weight: 600;
  font-size: 14px;
}

nav.search {
  visibility: hidden;
  pointer-events: none;
  padding: 100px 0;
  transition: all ease 0.5s;
  transform: translateY(-500px);
  width: 100%;
  left: 0;
  right: 0;
  margin: 70px auto 0;
  z-index: 98;
  position: fixed;
}
nav.search .search-form {
  position: relative;
  max-width: 1180px;
  margin: 20px auto;
}
nav.search .search-icon {
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 22px;
  height: 100%;
  width: 80px;
  position: absolute;
  padding: 20px 30px;
  right: 0;
  bottom: 0;
  color: #355fbe;
  transition: all 0.2s ease-out;
}
nav.search .search-icon:hover {
  color: #35C2F3;
}
nav.search .search-input {
  display: block;
  height: 80px;
  width: 100%;
  outline: none;
  border: 1px solid #C8D3DE;
  border-radius: 6px;
  font-size: 22px;
  padding: 20px 33px;
  color: #1A1B26;
  background: #fff;
}
nav.search .search-input::placeholder {
  color: #1A1B26;
  opacity: 1;
}
nav.search .search-input:-ms-input-placeholder {
  color: #1A1B26;
}
nav.search .search-input::-ms-input-placeholder {
  color: #1A1B26;
}

body.menu-open {
  height: 100%;
  overflow: hidden;
}
body.menu-open nav.popup-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 30;
  transform: translateY(0) scaleY(1);
}
body.menu-open nav.popup-menu .wrapper {
  transform: matrix(1, 0, 0, 1, 0, 0);
}

nav.popup-menu {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 100em;
  perspective: 100em;
  min-height: auto;
  padding-top: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  overflow-y: auto;
  max-width: 280px;
  right: 0;
  transition: all ease 0.5s;
  transform: translateY(0) translateX(280px) scaleY(1);
}
nav.popup-menu .wrapper {
  height: 100%;
  transition: all ease 0.5s;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transform: matrix3d(-0.342021, 0, -0.939692, 0, 0, 1, 0, 0, 1.28947, 0, -0.469331, 0, 0, 0, 0, 1);
}
nav.popup-menu .phone-button {
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
}
nav.popup-menu .phone-button i {
  color: #fff;
}
nav.popup-menu .social-links {
  padding: 18px 20px;
}
nav.popup-menu .social-links a {
  font-size: 22px;
  margin-right: 15px;
  text-align: center;
  color: #fff;
}
nav.popup-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav.popup-menu ul li {
  position: relative;
}
nav.popup-menu ul.menu li.current-menu-item > a {
  color: #355fbe !important;
}
nav.popup-menu ul.menu > li.current-menu-item > a {
  color: #fff !important;
}
nav.popup-menu ul.menu > li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: none;
}
nav.popup-menu ul.menu > li.on {
  background: #081a38;
}
nav.popup-menu ul.menu > li.on > a {
  color: #fff;
}
nav.popup-menu ul.menu > li.on > .arrow {
  color: #fff;
}
nav.popup-menu ul.menu > li.on > .arrow:after {
  content: "";
}
nav.popup-menu ul.menu > li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
nav.popup-menu ul.menu > li > a {
  display: block;
  padding: 14px 20px;
  border-bottom: none;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  width: calc(100% - 50px);
  text-transform: uppercase;
}
nav.popup-menu ul.menu > li > ul {
  display: none;
  border-radius: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  transform: translateY(0);
  background: #fff;
}
nav.popup-menu ul.menu > li > ul li {
  border-left: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
nav.popup-menu ul.menu > li > ul li:last-child {
  border-bottom: none;
}
nav.popup-menu ul.menu > li > ul a {
  display: block;
  color: #1A1B26;
  padding: 14px 20px 14px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}
nav.popup-menu .menu-item-has-children .arrow {
  cursor: pointer;
  border: none;
  height: 100%;
  text-align: center;
  padding: 0;
  width: 51px;
  top: 0;
  right: 0;
  color: #fff;
  display: block;
  position: absolute;
  font-size: 24px;
  line-height: 44px;
}
nav.popup-menu .menu-item-has-children .arrow:before {
  content: "";
  height: 30px;
  width: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  left: 0;
  position: absolute;
  top: 10px;
}
nav.popup-menu .menu-item-has-children .arrow:after {
  content: "";
  font-family: "fontAwesome", sans-serif;
  display: inline-block;
}

body.menu-open .menu-button .hamburger {
  background: linear-gradient(45deg, transparent 45%, #1A1B26 46%, #1A1B26 55%, transparent 56%), linear-gradient(-45deg, transparent 45%, #1A1B26 46%, #1A1B26 55%, transparent 56%);
}

.menu-button {
  vertical-align: middle;
  background: transparent;
  position: relative;
  display: inline-block;
  height: 40px;
  width: 30px;
  padding: 10px 0;
  text-align: right;
  max-width: 100%;
}
.menu-button .hamburger {
  display: inline-block;
  margin: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: linear-gradient(to bottom, #1A1B26 19%, transparent 19%, transparent 40%, #1A1B26 41%, #1A1B26 49%, transparent 61%, transparent 83%, #1A1B26 84%);
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(1) {
  transition-delay: 0.05s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(2) {
  transition-delay: 0.1s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(3) {
  transition-delay: 0.15s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(4) {
  transition-delay: 0.2s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(5) {
  transition-delay: 0.25s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(6) {
  transition-delay: 0.3s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(7) {
  transition-delay: 0.35s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(8) {
  transition-delay: 0.4s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(9) {
  transition-delay: 0.45s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(10) {
  transition-delay: 0.5s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(11) {
  transition-delay: 0.55s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(12) {
  transition-delay: 0.6s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(13) {
  transition-delay: 0.65s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(14) {
  transition-delay: 0.7s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(15) {
  transition-delay: 0.75s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(16) {
  transition-delay: 0.8s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(17) {
  transition-delay: 0.85s;
}

nav.header-menu ul.menu > li > ul.sub-menu li:nth-child(18) {
  transition-delay: 0.9s;
}

nav.header-menu {
  position: relative;
}
nav.header-menu ul.menu {
  padding: 0;
  margin: 0;
}
nav.header-menu ul.menu > li.columns > ul.sub-menu {
  min-width: 700px;
  width: inherit;
  padding: 5px 0 5px 5px;
}
nav.header-menu ul.menu > li.columns > ul.sub-menu > li {
  display: table;
  width: 33%;
  float: left;
  padding: 5px;
  border-bottom: none;
}
nav.header-menu ul.menu > li.columns > ul.sub-menu > li > a {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  font-size: 14px;
}
nav.header-menu ul.menu > li {
  display: inline-block;
  position: relative;
  background-color: #fff;
}
nav.header-menu ul.menu > li:not(:last-child) {
  margin: 0 40px 0 0;
}
nav.header-menu ul.menu > li.current-page-ancestor:before, nav.header-menu ul.menu > li.current_page_parent:before, nav.header-menu ul.menu > li.current-menu-item:before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #355fbe;
  top: 0px;
  position: absolute;
}
nav.header-menu ul.menu > li.current-page-ancestor > a, nav.header-menu ul.menu > li.current_page_parent > a, nav.header-menu ul.menu > li.current-menu-item > a {
  color: #355fbe;
}
nav.header-menu ul.menu > li:focus-within > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
nav.header-menu ul.menu > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
nav.header-menu ul.menu > li:hover > ul.sub-menu > li {
  opacity: 1;
  transform: scale(1, 1);
}
nav.header-menu ul.menu > li:hover > a {
  color: #355fbe;
}
nav.header-menu ul.menu > li > a {
  font-weight: 600;
  position: relative;
  padding: 24px 0 20px;
  display: block;
  color: #1A1B26;
  font-size: 16px;
  text-decoration: none;
}
nav.header-menu ul.menu > li ul.sub-menu {
  padding: 5px;
  margin: 0;
  background: #E2EDF9;
  list-style: none;
  border-radius: 0 0 5px 5px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 240px;
  z-index: 10;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -o-transition: -o-transform 0.4s, opacity 0.4s;
  -ms-transition: -ms-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transform: scale(0.5);
  transition: all ease 0.3s;
}
nav.header-menu ul.menu > li ul.sub-menu:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 10px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #E2EDF9;
  border-left: 8px solid transparent;
}
nav.header-menu ul.menu > li ul.sub-menu > li {
  opacity: 0;
  transform: scale(0, 0);
  transition: all ease 0.3s;
}
nav.header-menu ul.menu > li ul.sub-menu li.menu-item-has-children > a:after {
  content: "";
  font-family: "fontAwesome", sans-serif;
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
}
nav.header-menu ul.menu > li ul.sub-menu ul.sub-menu {
  left: 100%;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  right: 0;
  top: 0;
}
nav.header-menu ul.menu > li ul.sub-menu ul.sub-menu:before {
  top: 22px;
  right: 100%;
  bottom: auto;
  left: auto;
  border-top: 5px solid transparent;
  border-right: 5px solid rgba(255, 255, 255, 0.9);
  border-bottom: 5px solid transparent;
}
nav.header-menu ul.menu > li ul.sub-menu li {
  position: relative;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #D7D7D7;
}
nav.header-menu ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
nav.header-menu ul.menu > li ul.sub-menu li:focus-within > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
nav.header-menu ul.menu > li ul.sub-menu li.current-menu-item > a {
  background: radial-gradient(71.4% 142.8% at 50% 137.9%, #35C2F3 0%, #355fbe 100%);
  color: #fff;
  text-decoration: none;
}
nav.header-menu ul.menu > li ul.sub-menu li:last-child {
  border-bottom: none;
}
nav.header-menu ul.menu > li ul.sub-menu li a {
  display: block;
  color: #1A1B26;
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  background: #fff;
  text-decoration: none;
}
nav.header-menu ul.menu > li ul.sub-menu li a:hover {
  background: radial-gradient(71.4% 142.8% at 50% 137.9%, #35C2F3 0%, #355fbe 100%);
  color: #fff;
  text-decoration: none;
}

nav.footer-menu {
  overflow: hidden;
  margin-bottom: 30px;
}
nav.footer-menu ul.menu {
  padding: 0;
  margin: 0;
}
nav.footer-menu ul.menu > li {
  display: block;
  float: left;
}
nav.footer-menu ul.menu > li:nth-child(1) {
  width: 30%;
}
nav.footer-menu ul.menu > li:nth-child(2) {
  width: 30%;
}
nav.footer-menu ul.menu > li:nth-child(3) {
  width: 20%;
}
nav.footer-menu ul.menu > li:nth-child(4) {
  width: 20%;
}
nav.footer-menu ul.menu > li > a {
  font-weight: 700;
}
nav.footer-menu ul.menu ul {
  margin: 10px 0 0;
  padding: 0;
}
nav.footer-menu ul.menu li {
  list-style: none;
  margin-bottom: 10px;
}
nav.footer-menu ul.menu li a {
  color: #1A1B26;
}
nav.footer-menu ul.menu li a:hover {
  color: #355fbe;
}

header.main-header {
  position: fixed;
  height: 70px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 99;
}
header.main-header .logo {
  display: inline-block;
  margin: 5px 0 0;
}

footer.main-footer {
  padding-bottom: 40px;
}
footer.main-footer .footer-text {
  font-size: 14px;
}
footer.main-footer .footer-text a {
  color: #1A1B26;
  text-decoration: none;
  font-weight: 700;
}
footer.main-footer .footer-text a:hover {
  color: #355fbe;
}

main.main-content {
  display: block;
  position: relative;
  transition: all ease 0.5s;
  padding-top: 70px;
}

section.banner {
  position: relative;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
section.banner .slick-prev {
  left: 20px;
}
section.banner .slick-next {
  right: 20px;
}
section.banner:not(.banner-slider) {
  margin-bottom: 0;
}
section.banner.banner-post {
  background: #E2EDF9;
}
section.banner.banner-post .title {
  color: #1A1B26;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 30px;
}
section.banner.banner-post .title a {
  color: #1A1B26;
  text-decoration: none;
  border-bottom: 2px solid #1A1B26;
}
section.banner.banner-post .title a:hover {
  color: #355fbe;
  border-bottom: 2px solid #355fbe;
}
section.banner.banner-post .tags {
  margin-top: 20px;
}
section.banner.banner-post .date {
  position: relative;
  font-size: 12px;
}
section.banner.banner-post .date:after {
  content: "";
  display: block;
  width: 10px;
  margin: 10px 0 20px;
  height: 2px;
  background: #355fbe;
}
section.banner.banner-post .image-holder {
  margin-top: 20px;
}
section.banner.banner-lg {
  height: 560px;
}
section.banner.banner-lg .d-table-cell {
  height: 560px;
}
section.banner.banner-md {
  height: 400px;
}
section.banner.banner-md .d-table-cell {
  height: 400px;
}
section.banner.banner-md.dark-bg {
  padding: 0;
}
section.banner.banner-sm {
  height: 160px;
  padding: 0;
}
section.banner.banner-sm .d-table-cell {
  height: 160px;
}
section.banner.banner-xs {
  height: 300px;
  padding: 0;
}
section.banner .icon-holder {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 55px;
}
section.banner .icon-holder svg {
  height: 60px;
  width: 60px;
}
section.banner .icon-holder svg path {
  fill: #fff;
}
section.banner .image:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(84.71deg, rgba(6, 46, 102, 0.33) 21.82%, rgba(0, 23, 53, 0.75) 78.55%);
}
section.banner .container {
  position: relative;
  z-index: 2;
}
section.banner .image-holder {
  max-width: 700px;
  max-height: 100%;
  overflow: hidden;
}
section.banner .description {
  max-width: 700px;
}

section.image-section {
  position: relative;
}
section.image-section.simple.right .content-holder {
  margin: 0;
}
section.image-section.simple.right .button-holder {
  width: 100%;
  margin: 20px 0 0;
}
section.image-section.simple.left .content-holder {
  float: right;
  margin: 0;
}
section.image-section.simple.left .button-holder {
  width: 100%;
  float: right;
  margin: 20px 0 0;
}
section.image-section .service {
  background: #fff;
  box-shadow: 0px 10px 20px rgba(0, 23, 37, 0.15);
  border-radius: 6px;
  max-height: 469px;
  overflow: hidden;
}
section.image-section .service .service-content h4 {
  font-size: 16px;
}
section.image-section .service .service-title {
  margin-bottom: 20px;
}
section.image-section .service .service-title a {
  color: #1A1B26;
  text-decoration: none;
  border-bottom: 1px solid #1A1B26;
}
section.image-section .service .service-title a:hover {
  color: #355fbe;
  border-color: #355fbe;
}
section.image-section .service:not(:last-child) {
  margin-bottom: 60px;
}
section.image-section.featured.left .button-holder {
  left: 0;
}
section.image-section.featured.left .button-holder .custom-button {
  border-radius: 0 6px 6px 0;
}
section.image-section.featured.left .holder:before {
  left: 0;
}
section.image-section.featured.right .button-holder {
  right: 0;
}
section.image-section.featured.right .button-holder .custom-button {
  border-radius: 6px 0 0 6px;
}
section.image-section.featured.right .holder:before {
  right: 0;
}
section.image-section.featured .button-holder {
  position: absolute;
  bottom: 0;
}
section.image-section.featured .image-holder {
  position: relative;
  z-index: 2;
  margin-top: 65px;
  border-radius: 6px 6px 0px 6px;
  margin-bottom: 0;
}
section.image-section.featured .holder {
  border-radius: 6px;
  position: relative;
  background: #E2EDF9;
}
section.image-section.featured .holder:before {
  content: "";
  height: 100%;
  width: 120px;
  background: #fff;
  position: absolute;
  top: 0;
}
section.image-section.featured .holder:after {
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  height: 100px;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  filter: blur(50px);
  border-radius: 6px;
}
section.image-section.video-section {
  background: #E2EDF9;
  border-radius: 6px;
  padding: 90px 0;
}
section.image-section.video-section .holder {
  background: #fff;
}
section.image-section.video-section .holder:before {
  background: #E2EDF9;
}
section.image-section .d-table {
  width: 100%;
}
section.image-section .d-table-cell {
  height: 470px;
}
section.image-section .image-holder {
  position: relative;
}
section.image-section .image-holder.image-absolute {
  height: 470px;
  width: 710px;
  max-width: 100%;
}
section.image-section .image-holder.image-absolute .img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
section.image-section .image-holder.image-absolute .image {
  position: absolute;
  height: 100%;
  width: 100%;
}
section.image-section .content-holder {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}
section.image-section .button-holder {
  max-width: 550px;
  margin: 30px auto 0;
  position: relative;
}
section.image-section .button-holder .custom-button-link {
  margin: 22px 30px;
}
section.image-section .video-icon {
  position: absolute;
  left: 0;
  right: 0;
  width: 90px;
  height: 90px;
  top: calc(50% - 45px);
  margin: 0 auto;
  z-index: 2;
  border-radius: 50%;
  padding: 20px;
  transition: all ease 0.3s;
  background: rgba(255, 255, 255, 0.3);
}
section.image-section .video-icon:after {
  content: "";
  transition: all ease 0.3s;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 70px;
  width: 70px;
  background: rgba(255, 255, 255, 0.3);
}
section.image-section .video-icon svg {
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  transition: all ease 0.3s;
}
section.image-section .video-holder {
  cursor: pointer;
  background: #000;
  position: relative;
}
section.image-section .video-holder img {
  opacity: 0.8;
  transition: all ease 0.3s;
}
section.image-section .video-holder:hover img {
  opacity: 1;
}
section.image-section .video-holder:hover .video-icon {
  background: transparent;
}
section.image-section .video-holder:hover .video-icon svg {
  border-color: #fff;
}
section.image-section .video-holder:hover .video-icon:after {
  transform: scale(1.5);
}

section.industries.industries-invert .boxes {
  margin: 0 0 20px;
}
section.industries.industries-invert .boxes:hover .box {
  opacity: 1;
  transform: scale(1);
}
section.industries.industries-invert .boxes .box {
  max-width: 320px;
  margin: 10px 20px 20px 0;
  background: #E2EDF9;
}
section.industries.industries-invert .boxes .box:hover {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0px 4px 15px rgba(0, 80, 130, 0.15);
  color: #355fbe;
}
section.industries .info {
  color: #fff;
  margin-bottom: 30px;
}
section.industries .boxes {
  position: relative;
  margin: 0 -15px;
}
section.industries .boxes:hover .box {
  opacity: 0.8;
  transform: scale(0.95);
}
section.industries .boxes .box {
  text-align: left;
  width: 335px;
  color: #1A1B26;
  font-weight: 600;
  max-width: 100%;
  text-decoration: none;
  margin: 10px 5px;
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  padding: 0 20px;
  vertical-align: top;
  transition: all ease 0.1s;
  box-shadow: 0px 4px 15px rgba(0, 80, 130, 0.08);
}
section.industries .boxes .box:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 0 30px rgba(0, 80, 130, 0.8);
  color: #355fbe;
}
section.industries .boxes .box .box-content {
  position: relative;
}
section.industries .boxes .box .box-content .d-table-cell {
  height: 80px;
}
section.industries .boxes .box .box-content .box-title {
  padding-right: 40px;
  line-height: 1.2;
}
section.industries .boxes .box .box-content .box-icon {
  position: absolute;
  right: 0;
  top: 25px;
}

section.latest-news {
  position: relative;
}

section.feedback {
  overflow: hidden;
}
section.feedback .image {
  opacity: 0.1;
  background-attachment: fixed;
}
section.feedback .container {
  position: relative;
  z-index: 2;
}
section.feedback .button-holder .custom-button {
  margin: 0 10px;
}

section.article .post-content {
  padding-left: 130px;
  position: relative;
}
section.article .post-content figure,
section.article .post-content img {
  max-width: 100%;
  height: auto;
}
section.article .social-share {
  position: absolute;
  width: 100px;
  left: 0;
}
section.article .social-share .sfsi_wicons {
  display: block;
}

section.gallery .gallery-slider {
  height: 460px;
  max-width: 760px;
  position: relative;
  padding-right: 120px;
  overflow: hidden;
}
section.gallery .gallery-slider .slick-dots {
  bottom: 0;
  text-align: center;
}
section.gallery .gallery-slider.initialized .slider-loader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
section.gallery .gallery-slider .slider-loader {
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  opacity: 1;
  visibility: visible;
}
section.gallery .gallery-slider .slider-loader .loader {
  top: 45%;
}
section.gallery .slider-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
  height: 100%;
  padding: 60px 0 40px;
  text-align: center;
}
section.gallery .slider-nav .slick-list {
  padding: 0;
}
section.gallery .slider-nav figure.image-holder {
  display: inline-block;
  margin-bottom: 10px;
  transition: all ease 0.5s;
}
section.gallery .slider-nav figure.image-holder:hover {
  opacity: 0.5;
}
section.gallery .slider-nav .slick-arrow.slick-prev {
  top: 20px;
  left: inherit;
  right: 35px;
}
section.gallery .slider-nav .slick-arrow.slick-next {
  top: calc(100% - 20px);
  right: 35px;
}
section.gallery .slider-for figure.image-holder {
  margin-bottom: 0;
  text-align: center;
}
section.gallery .slider-for figure.image-holder a {
  display: inline-block;
  cursor: zoom-in;
}
section.gallery .slider-for figure.image-holder a:focus {
  outline: none;
}
section.gallery .d-table-cell {
  height: 460px;
}
section.gallery .content-holder {
  width: 100%;
  margin: 0 auto;
}
section.gallery .content-holder img {
  max-width: 100%;
  height: auto;
}
section.gallery .button-holder .custom-button-link {
  margin: 22px 30px;
}

section.accordion.accordion-default .panel-default {
  padding: 0;
  background: #fff;
}
section.accordion.accordion-default .panel-default .panel-heading .panel-title {
  margin: 0;
}
section.accordion.accordion-default .panel-default .panel-heading .panel-title a {
  text-decoration: none;
  padding: 18px 50px 18px 30px;
}
section.accordion.accordion-default .panel-default .content {
  padding: 10px 30px;
  position: relative;
}
section.accordion.accordion-default .panel-default .content:before {
  content: "";
  width: calc(100% - 60px);
  background: #355fbe;
  height: 2px;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.accordion ul.nav-tabs {
  background: #E2EDF9;
  box-shadow: 0px 4px 15px rgba(0, 80, 130, 0.08);
  border-radius: 6px;
  max-width: 500px;
  border: none;
  padding: 20px 20px 33px 35px;
}
section.accordion ul.nav-tabs li.nav-item {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
}
section.accordion ul.nav-tabs li.nav-item a.nav-link {
  color: #1A1B26;
  display: block;
  border-radius: 8px;
  position: relative;
  font-weight: 600;
  text-decoration: underline;
  border: none;
  padding: 10px 15px 10px 22px;
  transition: all ease 0.3s;
  background: transparent;
}
section.accordion ul.nav-tabs li.nav-item a.nav-link:before {
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
  left: 0px;
  top: 20px;
  background: #fff;
  border-radius: 1px;
}
section.accordion ul.nav-tabs li.nav-item a.nav-link.active {
  background: transparent;
  color: #355fbe;
}
section.accordion ul.nav-tabs li.nav-item a.nav-link.active:before {
  background: #355fbe;
}
section.accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 5px;
  background: transparent;
}
section.accordion .card .card-header {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
}
section.accordion .card .card-header .card-title {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
section.accordion .card .card-header .card-title a {
  color: #1A1B26;
  display: block;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  background: #E2EDF9;
  border: 1px solid #E8EBF3;
  font-weight: 700;
  padding: 15px 10px 15px 15px;
}
section.accordion .card .card-header .card-title a .arrow {
  display: block;
  width: 16px;
  position: absolute;
  right: 17px;
  top: 26px;
}
section.accordion .card .card-header .card-title a .arrow:before {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #1A1B26;
  transform: rotate(45deg);
}
section.accordion .card .card-header .card-title a .arrow:after {
  left: 5px;
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #1A1B26;
  transform: rotate(-45deg);
}
section.accordion .card .card-header .card-title a[aria-expanded=false] .arrow:after {
  transform: rotate(-45deg);
}
section.accordion .card .card-header .card-title a[aria-expanded=true] {
  color: #fff;
  border-radius: 5px 5px 0 0;
  background: #355fbe;
}
section.accordion .card .card-header .card-title a[aria-expanded=true] .arrow:before {
  background: #fff;
  transform: rotate(-45deg);
}
section.accordion .card .card-header .card-title a[aria-expanded=true] .arrow:after {
  transform: rotate(45deg);
  background: #fff;
}
section.accordion .card .card-body {
  padding: 0;
  margin: 0;
  border: none;
}
section.accordion .panel-default {
  margin-bottom: 20px;
  border: none;
  background: #E2EDF9;
  padding-bottom: 10px;
  box-shadow: 0px 4px 15px rgba(0, 80, 130, 0.08);
  border-radius: 6px;
}
section.accordion .panel-default .panel-heading {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
section.accordion .panel-default .panel-heading .panel-title {
  margin-bottom: 0;
  margin-top: 0;
}
section.accordion .panel-default .panel-heading .panel-title a {
  color: #1A1B26;
  padding: 18px 50px 10px 70px;
  display: block;
  font-weight: 700;
  position: relative;
}
section.accordion .panel-default .panel-heading .panel-title a .icon {
  display: block;
  position: absolute;
  left: 35px;
}
section.accordion .panel-default .content {
  padding: 0 70px 15px;
  margin: 0;
}
section.accordion .panel-group {
  margin-bottom: 0;
}
section.accordion .panel-heading .panel-title a .arrow {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 18px;
  transition: all ease 0.5s;
}
section.accordion .panel-heading .panel-title a .arrow:before, section.accordion .panel-heading .panel-title a .arrow:after {
  content: "";
  height: 2px;
  width: 6px;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  display: block;
  background: #9799A1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
section.accordion .panel-heading .panel-title a .arrow:before {
  left: -8px;
  transform: rotate(45deg);
}
section.accordion .panel-heading .panel-title a .arrow:after {
  transform: rotate(-45deg);
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] {
  color: #355fbe;
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] .icon svg path {
  fill: #355fbe;
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] .arrow:before {
  left: -8px;
  transform: rotate(-45deg);
}
section.accordion .panel-heading .panel-title a[aria-expanded=true] .arrow:after {
  transform: rotate(45deg);
}
section.accordion .panel-heading .panel-title a[aria-expanded=false] .arrow:before {
  left: -8px;
  transform: rotate(45deg);
}
section.accordion .panel-heading .panel-title a[aria-expanded=false] .arrow:after {
  transform: rotate(-45deg);
}

section.icon-blocks .blocks.blocks-1 .block {
  max-width: 1200px;
  margin: 0 auto;
}
section.icon-blocks .blocks.blocks-2 .block {
  max-width: 660px;
}
section.icon-blocks .blocks.blocks-2 .block:not(:last-child) {
  margin-right: 60px;
}
section.icon-blocks .blocks.blocks-3 .block {
  max-width: 350px;
}
section.icon-blocks .blocks.blocks-3 .block:not(:last-child) {
  margin-right: 60px;
}
section.icon-blocks .blocks.blocks-4 .block {
  max-width: 300px;
}
section.icon-blocks .blocks.blocks-4 .block:not(:last-child) {
  margin-right: 30px;
}
section.icon-blocks .blocks .block {
  width: 100%;
  vertical-align: top;
  max-width: 230px;
  display: inline-block;
}

section.team-members-slider .team-members {
  position: relative;
}
section.team-members-slider .team-members .d-table-cell {
  height: 600px;
}
section.team-members-slider .team-members .content-holder {
  max-width: 600px;
}
section.team-members-slider .team-members .title {
  font-weight: 700;
}
section.team-members-slider .team-members .image-holder img {
  border-radius: 6px;
}

section.theme-members-list .team-members .team {
  cursor: pointer;
  position: relative;
  max-width: 410px;
  overflow: hidden;
}
section.theme-members-list .team-members .team .image-holder {
  position: relative;
}
section.theme-members-list .team-members .team .image-holder img {
  border-radius: 6px;
}
section.theme-members-list .team-members .team:hover .rollover {
  opacity: 1;
}
section.theme-members-list .team-members .team .rollover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all ease 0.5s;
}
section.theme-members-list .team-members .team .rollover .content {
  padding: 40px;
  position: relative;
  z-index: 2;
}
section.theme-members-list .team-members .team .rollover:after {
  content: "";
  opacity: 0.8;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: radial-gradient(101% 202% at 50% 160%, #35C2F3 0%, #355fbe 100%);
}

section.contact .locations {
  max-width: 600px;
  float: right;
}
section.contact .locations .location a {
  color: #1A1B26;
  font-weight: 700;
  text-decoration: none;
}

section.timeline .slider {
  margin-top: 50px;
  position: relative;
  text-align: center;
}
section.timeline .slider .slider-timeline-nav {
  margin-bottom: 10px;
  padding-bottom: 25px;
  position: relative;
}
section.timeline .slider .slider-timeline-nav .year {
  transform: scale(0.8);
  transition: all ease 1s;
}
section.timeline .slider .slider-timeline-nav .slick-arrow.slick-prev {
  top: 250px;
}
section.timeline .slider .slider-timeline-nav .slick-arrow.slick-next {
  top: 250px;
}
section.timeline .slider .slider-timeline-nav .slide .title {
  cursor: pointer;
  color: #E2EDF9;
  position: relative;
  padding-bottom: 20px;
}
section.timeline .slider .slider-timeline-nav .slide .title .dot {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #E2EDF9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: 0 auto;
  z-index: 2;
  transition: all ease 1s;
}
section.timeline .slider .slider-timeline-nav .slide .title .line {
  display: block;
}
section.timeline .slider .slider-timeline-nav .slide .title .line:before {
  content: "";
  width: 50%;
  height: 2px;
  background: #E2EDF9;
  position: absolute;
  left: 0;
  bottom: 8px;
  margin: 0 auto;
}
section.timeline .slider .slider-timeline-nav .slide .title .line:after {
  content: "";
  width: 50%;
  height: 2px;
  background: #E2EDF9;
  position: absolute;
  right: 0;
  bottom: 8px;
  margin: 0 auto;
}
section.timeline .slider .slider-timeline-nav .slide.slick-active.slick-current .title {
  color: #355fbe;
}
section.timeline .slider .slider-timeline-nav .slide.slick-active.slick-current .title .dot {
  background: #355fbe;
}
section.timeline .slider .slider-timeline-nav .slide.slick-active.slick-current .title .year {
  transform: scale(1);
}
section.timeline .slider .slider-timeline-nav .slide.slick-current .title {
  color: #355fbe;
}
section.timeline .slider .slider-timeline-nav .slide.slick-current .title .dot {
  background: #355fbe;
}
section.timeline .slider .slider-timeline-for .slide {
  padding-bottom: 30px;
  padding-top: 20px;
}
section.timeline .slider .slider-timeline-for .slide .holder {
  margin: 0 auto;
  max-width: 438px;
  transform: scale(0.8);
  background: #E2EDF9;
  padding: 10px;
  border-radius: 6px;
  transition: all ease 0.5s;
}
section.timeline .slider .slider-timeline-for .slide.slick-active.slick-current .holder {
  background: #fff;
  transform: scale(1);
  opacity: 1;
  box-shadow: 0px 10px 15px rgba(0, 23, 37, 0.15);
}
section.timeline .slider .slider-timeline-for .slide.slick-current .holder {
  transform: scale(1);
  opacity: 1;
}
section.timeline .slider .image-holder {
  overflow: hidden;
  height: 220px;
  position: relative;
  width: 100%;
}
section.timeline .slider .image-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
section.timeline .slider .content-holder {
  text-align: left;
  padding: 10px 15px;
}
section.timeline .slider .content-holder .year {
  position: relative;
  font-size: 12px;
}
section.timeline .slider .content-holder .year:after {
  content: "";
  display: block;
  width: 10px;
  margin: 10px 0 10px;
  height: 2px;
  background: #355fbe;
}

section.team-members-slider .slider .d-table-cell {
  height: 600px;
}
section.team-members-slider .slider .d-table-cell .content-holder {
  max-width: 600px;
}

body.single section.columns {
  position: relative;
  padding: 60px 0;
  border-radius: 6px;
  background: #E2EDF9;
}
body.single section.columns .col-lg-12 .content {
  max-width: 1200px;
}
body.single section.columns .col-lg-6 .content {
  max-width: 650px;
}

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